@charset "utf-8";
/*原則pc表示が先*/
/*===============================

	top.css

================================*/

/*
	layout
================================*/


/*
	hedding
================================*/

.top .fs40 {
  font-size: 4.0rem;
  letter-spacing: 3px;
}

.top .fs36 {
  font-size: 3.6rem;
  letter-spacing: 3px;
}

.top .fs28 {
  font-size: 2.8rem;
  letter-spacing: 2px;
}

.top .fs24 {
  font-size: 2.4rem;
  letter-spacing: 1px;
}

.top .fs22 {
  font-size: 2.2rem;
  letter-spacing: 1px;
}

.highlight-01 {
  background: linear-gradient(transparent 0%, #FFFFFF 0% 100%, transparent 100%);
}
@media all and (max-width: 1080px) {
  .top .fs40 {
    font-size: 3.4rem;
    letter-spacing: 1px;
  }
  .top .fs36 {
    font-size: 3.0rem;
    letter-spacing: 1px;
  }
  .top .fs28 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 768px) {
  .top .fs40 {
    font-size: 5.6vw;
  }
  .top .fs36 {
    font-size: 5.6vw;
  }
  .top .fs28 {
    font-size: 5.6vw;
  }
}
@media all and (max-width: 480px) {

}



/*
	icon
================================*/
.ico-close {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
}
.ico-close::before,
.ico-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 2.5px;
}
.ico-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.ico-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}



/*===============================

	mainvisual

================================*/
.top .l-wrapper {
  padding-top: 0;
}

.mv-title-sub {
  display: block;
}

@media all and (min-width: 769px) {
  .mainvisual .l-section-inner {
    align-items: center;
  }
}

@media all and (max-width: 480px) {
  .mainvisual h1 + div img {
    width: 56%;
  }
}



/*===============================

	intro

================================*/
.top .l-section.top-about {
  background-color: var(--color-light-beige);
  /* padding-bottom: 240px; */
}
.top-intro h2 {
  /* padding: 0 4%;
  text-align: left;
  line-height: 1.5; */
}
.top-about-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  margin-top: 40px;
  gap: 60px 46px;
}
.top-about-item {
  width: 42%;
}
.top-about-item:last-child {
  width: calc(58% - 46px);
}
.top-about-item img {
  width: 100%;
}
@media all and (max-width: 1080px) {
  .top .l-section.top-intro {
    padding: 6% 0 15%;
  }
  .top-intro h2 {
    padding: 0;
    text-align: center;
    line-height: 1.4;
  }
  .top-intro h3 {
    font-size: 2.6rem;
  }
  .top-intro-item p {
    font-size: 1.4rem;
  }
  .top-intro-item > div {
  }
  .top-intro-item > figure::before {
    width: 400px;
    height: 400px;
    border-radius: 150px;
  }
  .top-intro-item:nth-of-type(1) {
    margin-top: 6%;
  }
  .top-intro-item:nth-of-type(1) > figure::before {
    top: -21%;
    left: -11.5%;
    transform: rotate(-15deg);
  }
  .top-intro-item:nth-of-type(1) > figure img {
    top: 0;
    left: 10%;
    width: 280px;
    height: auto;
  }
  .top-intro-item:nth-of-type(2) {
    margin-top: 20%;
  }
  .top-intro-item:nth-of-type(2) > div {
    padding: 0 4% 0 4%;
  }
  .top-intro-item:nth-of-type(2) > figure::before {
    top: -26%;
    left: -8%;
    transform: rotate(-15deg);
  }
  .top-intro-item:nth-of-type(2) > figure img {
    top: 0;
    left: 10%;
    width: 300px;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .top-about-content {
    gap: 16px;
  }
  .top-about-content .text-intro {
    order: 2;
  }
  .top-about-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .top-about-item:first-child {
    width: 100%;
    order: 1;
  }
  .top-about-item:last-child {
    width: 100%;
    order: 3;
  }
}
@media all and (max-width: 480px) {
  .top-intro-item h3 {
    font-size: 5.6vw;
  }
}
/*===============================

	top-industry

================================*/

.top-industry .cardlist .card-thumbnail {
  height: auto;
}
.top-industry .cardlist img {
  width: 100%;
  height: auto;
  object-fit: inherit;
}

@media all and (max-width: 768px) {
  .top-industry .cardlist .text-smaller{
    font-size: 14px;
  }
  .top-industry .cardlist-inner-item .title{
    order: 1;
  }
  .top-industry .cardlist-inner-item .card-thumbnail{
    order: 2;
  }
  .top-industry .cardlist-inner-item .text-smaller{
    order: 3;
  }
}


/*===============================

	top-reason

================================*/
.top-reason {
  background-color: #FFFFFF;
}
@media all and (max-width: 768px) {
  .top-reason .cont-img {
    margin-top: 40px;
  }
}


/*
	【モーダル】お悩み解決ノウハウ
================================*/
.no_scroll {
  overflow: hidden;
}
.modal-open {}
.modal-close {}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,50%);
  padding: 48px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99;
}
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
.modal-window {
	position: relative;
	vertical-align: middle;
  width: 100%;
  max-width: 832px;
  margin: 0 auto;
  z-index: 99;
}
.modal-header {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 104px;
  background-color: #F54432;
  padding: 24px;
  border-radius: 24px 24px 0 0;
  z-index: 3;
}
.modal-header > div {
  width: 56px;
  height: 56px;
  border-radius: 99px;
  background-color: #FFFFFF;
  color: #F54432;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.modal-header > div span {
  font-size: 2.0rem;
  display: block;
  letter-spacing: 2px;
}
.modal-header h3 {
  text-align: left;
  flex: 1;
  color: #FFFFFF;
  font-size: 3.0rem;
  margin-left: 15px;
  line-height: 1.4;
  letter-spacing: 1px;
}
.modal-body {
  border: none;
  border-right: 4px solid #F54432;
  border-bottom: 4px solid #F54432;
  border-left: 4px solid #F54432;
  margin-top: -1px;
  background-color: #FFFFFF;
  border-radius: 0 0 24px 24px;
  z-index: 2;
  padding: 24px;
}
.modal-body-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.modal-body-inner > div {
  flex: 1;
  margin-right: 24px;
}
.modal-body-inner > img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 160px;
}
.modal-body h4 {
  color: #F54432;
  background: #F4ECE4;
  font-size: 2.0rem;
  font-weight: 700;
  padding: 16px 16px 16px 40px;
  position: relative;
  margin-top: 1px;
}
.modal-body h4::before,
.modal-body h4::after{
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.modal-body h4::before{
  top: 50%;
  left: 16px;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #F54432;
}
.modal-body h4::after {
  top: 50%;
  left: 20px;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  margin-top: -4px;
  width: 8px;
  height: 6px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.modal-body h4 + p {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 16px;
}
.modal-body p + h4 {
  margin-top: 8px;
}
.modal-body h5 {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 24px;
}
.modal-body .btn-download {
  width: 180px;
  font-size: 1.6rem;
  padding: 12px 0;
  letter-spacing: 1px;
  line-height: 1;
  box-shadow: 0 3px #cf2c1b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 16px;
}
.modal-body .btn-download:where(:hover,:focus) {
  transform: translate(0, 2px);
  box-shadow: 0 1px #CF2C1B;
  opacity: 0.85;
}
.modal-body .btn-download .ico-close {
  margin-right: 3px;
}
@media all and (max-width: 1080px) {
  .modal-header h3 br {
    display: none;
  }
  .modal-body h5 br {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .modal-container {
    display: block;
    margin: 0 auto;
    padding: 24px 16px;
  }
  .modal-header {
    min-height: auto;
    padding: 16px;
  }
  .modal-header h3 {
    font-size: 1.8rem;
    margin-right: 0;
  }
  .modal-body-inner {
    flex-wrap: wrap;
  }
  .modal-body-inner > div {
    width: 100%;
    margin: 16px 0 0;
    flex: auto;
    order: 2;
  }
  .modal-body-inner > img {
    margin: 0 auto;
    order: 1;
  }
  .modal-body h4 {
    font-size: 1.6rem;
  }
  .modal-body h5 {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 480px) {
  .modal-header {
  }
  .modal-body {
    padding: 16px;
  }
}


/*===============================

	top-casestudy

================================*/
.top-casestudy {
  background-color: #fff;
  /* padding: 90px 0 120px; */
}

.top-casestudy .cardlist-inner .post-item::after {
  content: '';
}

.top-casestudy .post-category-wrap {
  display: block;
  margin-top: 0;
}

.top-casestudy .cardlist-inner .post-title-wrap {
  padding-bottom: 16.5%;
}

.top-casestudy .cardlist .cardlist-inner-item .title {
  margin-top: 0.5em;
  padding: 0;
}

.top-casestudy .cardlist .text {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.top-casestudy .ttl-medium{
  margin-bottom: 2%;
}

.casestudy-icon {
  margin-bottom: 64px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 24px;
}

.casestudy-icon-item {
  width: 135px;
  color: var(--color-font);
  font-size: clamp(12px,1.8vw,18px);
  font-weight: 700;
  text-align: center;
}

.casestudy-icon-item img {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.top-casestudy section {
  margin-top: 5%;
}


@media all and (max-width: 768px) {
  .top-casestudy .post-category-wrap {
    display: flex;
    gap: 8px;
    margin-top: 0;
  }
  .top-casestudy .post-category-wrap .category{
    flex: 0 0 auto;
  }
  .top-casestudy .cardlist-inner .post-item::after {
    content: none;
  }
  .top-casestudy .cardlist .post-title-wrap {
    padding-bottom: min(8%,20px);
  }
  .top-casestudy .cardlist .cardlist-inner-item .title {
    margin-top: 0;
    font-size: clamp(16px,4.4vw, 20px);
  }
  .top-casestudy .cardlist .text {
    display: none;
  }
  .top-casestudy .post-category-wrap {
    position: relative;
    padding-right: 30px;
  }
  .top-casestudy .post-category-wrap::after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../svg/icon_circle_arrow_363636.svg) left center / 100% auto no-repeat;
}
  .top-casestudy .card-thumbnail {
    height: auto;
    aspect-ratio: 678 / 509;
  }
  
}

@media all and (max-width: 480px) {
  .casestudy-icon {
    margin-bottom: 28px;
    flex-flow: row wrap;
    gap: 16px;
  }
  .casestudy-icon-item {
    width: 29%;
    font-size: max(13px,3.6vw);
  }
}




/*===============================

  top-pickup

================================*/
.l-section.top-pickup {
  width: 100%;
  padding: 40px 16px;
  background:var(--color-light-gray);
}
.pickup-wrap {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.top-pickup .ttl-pickup {
  width: 17%;
  max-width: 126px;
  padding-left: 16px;
  font-size: clamp(18px,4vw,30px);
  font-weight: 900;
  color: var(--color-main);
  border: none;
  border-left: 6px solid var(--color-main);
  line-height: 1.1;
  letter-spacing: normal;
}
.ttl-pickup span{
  display: block;
  text-align: left;
}
.news-link {
  margin-left:30px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.news-thumbnail {
  width: 39.6%;
  max-width: 216px;
  /* aspect-ratio: 1.6 / 1; */
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.news-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.news-desc {
  width: 100%;
  padding: 10px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
  position: relative;
  margin-left:16px;
  background: #fff;
  border-radius: 6px;
  font-size: 18px;
  flex: 1 1 auto;
  position: relative;
}

.news-desc-text {
  margin-left: 1em;
  padding-right: 26px;
  text-align: left;
  flex: 1 1 auto;

}

.news-desc::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(../svg/icon_circle_arrow_363636.svg) center center / 100% auto no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .pickup-wrap {
    display: block;
  }
  .top-pickup .ttl-pickup {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    text-align: left;
  }
  .ttl-pickup span {
    margin-right: 0.5ch;
    display: inline-block;
  }
  .news-link {
    margin-left: 0;
    /* align-items: stretch; */
  }
  .news-thumbnail {
    max-width: none;
    width: 130px;
    flex: 1 0 auto;
  }
  .news-desc {
    font-size: clamp(12px,3.6vw,16px);
    justify-content: center;;
    flex-flow: column nowrap;
  }
  .news-desc dt {
    margin-bottom: 0.5em;
  }
  .news-desc .news-desc-text {
    width: 100%;
    margin-left: 0;
    padding-right: 12px;
    flex: 0 0 auto;
  }
  .news-desc::after {
    width: 16px;
    height: 16px;
  }
}/*media*/




/*===============================

	top-document

================================*/
.top-document {
  background-color: #FFFFFF;
  padding: 90px 0 120px;
}

 .top-document .btn-group__document {
  margin-top: 50px;
  padding-bottom: 96px;
}

.top-document .l-section-inner {
  padding: 70px 24px 0 ;
  border-top: 1px solid var(--color-light-gray);
}

.top-document .cardlist .post-item::after {
  content: none;
}

@media all and (max-width: 1080px) {

  .top-document > div > .ttl-large{
    padding-left: 16px;
    padding-right: 16px;
  }

}
@media all and (max-width: 768px) {

  .top-document .l-section-inner {
    padding: 0 16px;
  }

  .top-document .btn-group__document {
    margin-top: 6%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
  }

  .top-document .btn-group__document + .l-section-inner{
    padding-top: 40px;
    border-top: none;
  }

  .top-document .btn-group__document + .l-section-inner::before{
    content: '';
    display: block;
    width: calc(100% - 32px);
    height: 1px;
    border-top: 1px solid var(--color-light-gray);
    position: absolute;
    top: 0;
    left: 16px;
  }
}
@media all and (max-width: 480px) {
}



/*===============================

	top-news

================================*/
.top-news {
  background-color: var(--color-light-gray2);
}
.top-news .cardlist {
  margin-top: 20px;
}

.news-desc__new {
  gap: 20px;
  margin-left: 0;
}

.news-desc__new dt {
  min-width: 9.5ch;
  line-height: 1.66;
}

.news-desc__new .news-desc-text {
  margin-left: 0;
  line-height: 1.66;
}

.news-desc__new::after {
  content: none;
}

.news-desc-category {

}

.news-list li{
  margin-bottom: 24px;
}

.news-list .news-link:where(:hover,:focus) {
  text-decoration: none;
  opacity: 1;
}

.news-list .news-link:where(:hover,:focus) .news-desc-text{
  text-decoration: underline;
}
@media all and (max-width: 1080px) {
  .top-news .cardlist {
    margin-top: 0%;
  }
  .top-news .btn-default-b {
    display: block;
    width: 100%;
    max-width: 280px;
    padding: 16px 40px;
    font-size: 1.6rem;
    box-shadow: 0 3px #f54432;
  }
}
@media all and (max-width: 768px) {
  .news-desc__new {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    font-size: 14px;
  }

  .news-desc__new dt {
    margin-bottom: 0;
  }

}
@media all and (max-width: 480px) {
}





