@charset "UTF-8";
/*

  aboutus のスタイル
----------------------------------------------- */
/* ブレイクポイント */
/* スクロールコンテンツ */
.scroll-contents {
  height: 100vh;
}
.scroll-contents .content {
  padding-left: calc(50vw - 550px);
  padding-right: calc(50vw - 550px);
  display: flex;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 1140px) {
  .scroll-contents .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 940px) {
  .scroll-contents .content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 941px) {
  .scroll-contents .content {
    justify-content: space-between;
  }
}
@media (max-width: 940px) {
  .scroll-contents .content {
    flex-direction: column;
    justify-content: center;
  }
}
@media (orientation: landscape) and (max-width: 940px) {
  .scroll-contents .content {
    flex-direction: row;
  }
}
.scroll-contents .content .slide-in {
  opacity: 0;
}
.scroll-contents .remove .head.slide-in {
  -webkit-animation: remove 2s forwards;
          animation: remove 2s forwards;
}
.scroll-contents .add .head.slide-in {
  -webkit-animation: add 2.5s 0.1s forwards;
          animation: add 2.5s 0.1s forwards;
}
.scroll-contents .remove .body.slide-in {
  -webkit-animation: remove 2s forwards;
          animation: remove 2s forwards;
}
.scroll-contents .add .body.slide-in {
  -webkit-animation: add 3s 0.3s forwards;
          animation: add 3s 0.3s forwards;
}
.scroll-contents .remove .foot.slide-in {
  -webkit-animation: remove 2s forwards;
          animation: remove 2s forwards;
}
.scroll-contents .add .foot.slide-in {
  -webkit-animation: add 3s 0.3s forwards;
          animation: add 3s 0.3s forwards;
}

@-webkit-keyframes remove {
  from {
    opacity: 1;
    translate: none;
  }
  to {
    opacity: 0;
    translate: -50px;
  }
}

@keyframes remove {
  from {
    opacity: 1;
    translate: none;
  }
  to {
    opacity: 0;
    translate: -50px;
  }
}
@-webkit-keyframes add {
  from {
    opacity: 0;
    translate: 50px;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}
@keyframes add {
  from {
    opacity: 0;
    translate: 50px;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}
/* スライドのページャー */
.scroll-pager {
  position: absolute;
  display: flex;
  line-height: 1.6;
}
@media (min-width: 941px) {
  .scroll-pager {
    top: 140px;
    left: 0;
    padding-left: calc(50vw - 550px);
    height: 36px;
  }
}
@media screen and (min-width: 941px) and (max-width: 1140px) {
  .scroll-pager {
    padding-left: 20px;
  }
}
@media (orientation: portrait) and (max-width: 940px) {
  .scroll-pager {
    top: 50%;
    right: 24px;
    translate: 0 -50%;
    flex-direction: column;
  }
}
@media (orientation: landscape) and (max-width: 940px) {
  .scroll-pager {
    bottom: 10px;
    left: 50%;
    translate: -50%;
  }
}
.scroll-pager span {
  font-family: var(--font-Garamond);
  font-style: italic;
}
@media (min-width: 941px) {
  .scroll-pager span {
    font-size: 21rem;
  }
}
@media (max-width: 940px) {
  .scroll-pager span {
    font-size: 15px;
  }
}
.scroll-pager .current {
  width: 1em;
  text-align: center;
}
.scroll-pager .total {
  display: flex;
  align-items: center;
}
.scroll-pager .total::before {
  content: "";
  background: #000;
}
@media (min-width: 941px) {
  .scroll-pager .total::before {
    margin: 0 0.4em 0 0;
    width: 23px;
    height: 1px;
  }
}
@media (max-width: 940px) {
  .scroll-pager .total::before {
    margin: 0 0.4em 0 0.1em;
    width: 18px;
    height: 0.5px;
  }
}
@media (orientation: portrait) and (max-width: 940px) {
  .scroll-pager .total {
    flex-direction: column;
  }
  .scroll-pager .total::before {
    margin: 4px 0;
    width: 0.5px;
    height: 18px;
  }
}

@media (max-width: 940px) {
  :is(.section1, .section2, .section3) .content {
    max-width: 590px;
    margin: auto;
    gap: 60px;
  }
}
@media (orientation: landscape) and (max-width: 940px) {
  :is(.section1, .section2, .section3) .content {
    padding-left: calc(50vw - 550px);
    padding-right: calc(50vw - 550px);
    max-width: inherit;
    gap: 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 940px) and (max-width: 1140px) {
  :is(.section1, .section2, .section3) .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (orientation: landscape) and (max-width: 940px) and (max-width: 940px) {
  :is(.section1, .section2, .section3) .content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 520px) {
  :is(.section1, .section2, .section3) .content {
    gap: 40px;
  }
}
@media (min-width: 941px) {
  :is(.section1, .section2, .section3) .head {
    width: min(44%, 550px);
    padding-right: min(5vw, 80px);
  }
  :is(.section1, .section2, .section3) .head h2 {
    justify-content: center;
  }
}
@media (max-width: 940px) {
  :is(.section1, .section2, .section3) .head h2 {
    scale: 0.85;
  }
}
@media (max-width: 520px) {
  :is(.section1, .section2, .section3) .head h2 {
    scale: 0.65;
  }
}
@media (orientation: landscape) and (max-width: 940px) {
  :is(.section1, .section2, .section3) .head {
    width: min(185px, 32%);
    width: 32%;
    padding-right: min(5vw, 50px);
  }
  :is(.section1, .section2, .section3) .head h2 {
    scale: 0.6;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@media (min-width: 941px) {
  :is(.section1, .section2, .section3) .body {
    width: 50%;
    width: max(56%, 550px);
  }
}
@media (orientation: landscape) and (max-width: 940px) {
  :is(.section1, .section2, .section3) .body {
    width: 68%;
  }
}
:is(.section1, .section2, .section3) p {
  font-size: clamp(13px, 1.4545454545vw, 16px);
  line-height: 1.8;
}
:is(.section1, .section2, .section3) p + p {
  margin-top: 0.7em;
}

@media (max-width: 940px) and (orientation: portrait) {
  .section3 .content {
    max-width: 630px;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .section3 .content {
    justify-content: space-between;
  }
  .section3 .content > * {
    width: auto;
  }
}
.section3 .splitLogo {
  justify-content: center;
}
.section3 .body {
  display: flex;
  gap: min(4vw, 55px);
}
@media (min-width: 941px) {
  .section3 .body {
    justify-content: flex-end;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .section3 .body span {
    max-width: 200px;
  }
}
@media (max-width: 520px) and (orientation: portrait) {
  .section3 .body {
    flex-direction: column;
  }
  .section3 .body span {
    max-width: 200px;
  }
}

@media (min-width: 941px) {
  :is(.section4, .section5, .section6) .content {
    gap: 0 min(3vw, 40px);
  }
}
@media (max-width: 940px) {
  :is(.section4, .section5, .section6) .content {
    gap: min(5vw, 60px);
  }
}
@media (max-width: 520px) {
  :is(.section4, .section5, .section6) .content {
    gap: 20px;
  }
}
:is(.section4, .section5, .section6) .content p {
  font-size: clamp(13px, 1.4545454545vw, 16px);
  line-height: 1.85;
}
@media (max-width: 940px) {
  :is(.section4, .section5, .section6) .head br {
    display: none;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  :is(.section4, .section5, .section6) .head {
    width: 15em;
  }
}
@media (max-width: 940px) and (orientation: portrait) {
  :is(.section4, .section5, .section6) .head p {
    display: none;
  }
}
:is(.section4, .section5, .section6) .foot {
  width: 490px;
  max-width: 100%;
}
@media (min-width: 941px) {
  :is(.section4, .section5, .section6) .foot {
    display: none;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  :is(.section4, .section5, .section6) .foot {
    display: none;
  }
}

.section4 .first {
  position: relative;
}
@media (max-width: 940px) {
  .section4 .first {
    margin: auto;
  }
}
.section4 .first .btn-more {
  position: absolute;
}
@media (min-width: 941px) {
  .section4 .first .btn-more {
    top: 41%;
    left: 80%;
  }
}
@media (max-width: 940px) {
  .section4 .first .btn-more {
    bottom: -0.9em;
    left: 70%;
  }
}
@media (max-width: 520px) {
  .section4 .first .btn-more {
    left: 100%;
    translate: -100%;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .section4 .first .btn-more {
    bottom: 40%;
    left: 80%;
  }
}
@media (max-width: 520px) {
  .section5 .h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .section5 .body img {
    max-width: 315px;
  }
}

@media (max-width: 520px) {
  .section6 .head .h2 {
    margin-bottom: 0;
  }
}
.section6 .body {
  background-color: #fff;
  display: grid;
}
@media (min-width: 941px) {
  .section6 .body {
    grid-template-columns: repeat(3, auto);
    gap: 50px;
    padding: 60px 50px;
  }
}
@media (min-width: 941px) and (orientation: landscape) {
  .section6 .body {
    max-width: 650px;
  }
}
@media (max-width: 940px) {
  .section6 .body {
    padding: 60px 50px;
    max-width: 490px;
  }
}
@media (max-width: 520px) {
  .section6 .body {
    padding: 20px 25px;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .section6 .body {
    padding: 25px;
  }
}
.section6 dl + dl {
  position: relative;
}
.section6 dl + dl::before {
  position: absolute;
  content: "";
}
@media (min-width: 941px) {
  .section6 dl + dl::before {
    top: 0.3em;
    bottom: 0.1em;
    left: -25px;
    width: 1px;
    border-left: 1px dashed #666;
  }
}
@media (max-width: 940px) and (min-width: 740px) {
  .section6 dl + dl {
    padding-top: 25px;
    margin-top: 25px;
  }
  .section6 dl + dl::before {
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px dashed #666;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .section6 dl + dl {
    padding-top: 0;
    margin-top: 15px;
  }
  .section6 dl + dl::before {
    display: none;
  }
}
@media (max-width: 520px) {
  .section6 dl + dl {
    margin-top: 15px;
  }
}
.section6 dt {
  margin-bottom: 0.8em;
  font-size: clamp(18px, 1.8181818182vw, 20px);
  line-height: 1.4;
}
@media (max-width: 940px) and (orientation: landscape) {
  .section6 dt {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 520px) {
  .section6 dt {
    margin-bottom: 0.3em;
  }
}
.section6 dd {
  font-size: clamp(12px, 1.2727272727vw, 14px);
}

.section7 .content {
  align-content: center;
}
@media (min-width: 941px) {
  .section7 .content {
    flex-wrap: wrap;
    gap: 4em 0;
  }
}
@media (max-width: 940px) {
  .section7 .content {
    gap: 1.5em;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .section7 .content {
    gap: 0.8em;
    flex-direction: column;
  }
}
.section7 h2 {
  width: 100%;
  font-size: clamp(40px, 4.4545454545vw, 49px);
  line-height: 1.25;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 940px) {
  .section7 h2 {
    margin-bottom: 0.8em;
  }
}
@media (max-width: 520px) {
  .section7 h2 {
    font-size: 24px;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .section7 h2 {
    margin-bottom: 0;
    font-size: 24px;
    text-align: left;
  }
}
@media (max-width: 520px) {
  .section7 h2 {
    font-size: 17px;
  }
}
.section7 p {
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 941px) {
  .section7 p {
    width: 50%;
    padding: 0 2em;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .section7 p {
    width: 100%;
  }
}
@media (max-width: 940px) and (orientation: portrait) {
  .section7 p {
    width: 600px;
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  .section7 p {
    font-size: 12px;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .section7 p {
    font-size: 12px;
  }
}

/* ボタン */
.btn-more {
  position: relative;
  align-items: center;
  padding-left: 24px;
  font-family: var(--font-Garamond);
  font-style: italic;
}
.btn-more::before {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -40%;
  content: url(../img/common/mrk-right.svg);
}
.btn-more:hover::before {
  -webkit-animation: rollOverArrow 0.9s;
          animation: rollOverArrow 0.9s;
}
@media (max-width: 940px) {
  .btn-more {
    font-size: 18px;
  }
}

@-webkit-keyframes rollOverArrow {
  0% {
    translate: 0 -40%;
    opacity: 1;
  }
  100% {
    translate: 5px -40%;
    opacity: 0;
  }
}

@keyframes rollOverArrow {
  0% {
    translate: 0 -40%;
    opacity: 1;
  }
  100% {
    translate: 5px -40%;
    opacity: 0;
  }
}
/* modal */
.modaal-container {
  background: none;
  box-shadow: none;
}
.modaal-container .modaal-content-container {
  padding: 0;
}

.modaal-overlay {
  mix-blend-mode: multiply;
}

.sec4-modal {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 50px 55px 90px;
  margin: auto;
}
@media (max-width: 940px) {
  .sec4-modal {
    padding: 20px;
    padding-bottom: 60px;
  }
}
.sec4-modal .btn-more {
  position: absolute;
  bottom: 10px;
  right: 30px;
}