@import url("//fonts.googleapis.com/css2?family=Barlow:wght@200;400&family=Gilda+Display&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
.gilda-display-regular {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*
font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.contents {
  padding: 60px 0 0; }

.contents #main {
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

.slider-wrapper {
  background: #AA927D;
  display: flex;
  overflow: hidden; }
  .slider-wrapper .slider {
    animation: scroll-left 40s infinite linear .1s both;
    display: flex; }
    .slider-wrapper .slider .slide {
      width: calc(100vw / 2.8); }
      .slider-wrapper .slider .slide img {
        display: block;
        width: 100%; }

@keyframes scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.conceptSec {
  margin-bottom: 0;
  padding-bottom: 40px; }
  .conceptSec .inr {
    background: #FFF;
    border-radius: 80px 80px 0 0;
    margin: 0 auto;
    max-width: 1100px;
    padding: 100px 40px 0;
    position: relative;
    text-align: center;
    translate: 0 -110px; }
    .conceptSec .inr dl dt {
      color: #806b57;
      font-family: "Barlow", sans-serif;
      font-size: 30px;
      font-size: 3rem;
      line-height: 2;
      line-height: 1.8;
      letter-spacing: 0.1em;
      line-height: 1;
      margin-bottom: 40px; }
      @media only screen and (max-width: 960px) {
        .conceptSec .inr dl dt {
          font-size: 26px;
          font-size: 2.6rem; } }
    .conceptSec .inr dl dd h2 .en {
      display: block;
      font-family: "Gilda Display", serif;
      font-weight: 400;
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 2;
      line-height: 1.8;
      line-height: 1.9;
      letter-spacing: 0.02em;
      margin-bottom: 28px; }
      @media only screen and (max-width: 960px) {
        .conceptSec .inr dl dd h2 .en {
          font-size: 31px;
          font-size: 3.1rem; } }
    .conceptSec .inr dl dd h2 .ja {
      color: #806b57;
      display: block;
      font-family: "Shippori Mincho", serif;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 2;
      line-height: 1.8;
      font-weight: 400;
      line-height: 2;
      letter-spacing: 0.06em;
      margin-bottom: 40px; }
      @media only screen and (max-width: 960px) {
        .conceptSec .inr dl dd h2 .ja {
          font-size: 19px;
          font-size: 1.9rem; } }
    .conceptSec .inr .bodyCopy {
      font-family: "Shippori Mincho", serif;
      letter-spacing: 0.2em;
      line-height: 2.8; }

.bg {
  background: url("/assets/img/faq/bg.webp") center center no-repeat fixed;
  background-size: cover;
  padding: 120px 20px; }

.messageSec .messageFlex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px; }
  .messageSec .messageFlex .img {
    margin-bottom: 0;
    width: 26%; }
    .messageSec .messageFlex .img span {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 2;
      line-height: 2;
      letter-spacing: 0.1em;
      font-family: "Shippori Mincho", serif;
      display: block;
      padding-top: 8px;
      text-align: center; }
      @media only screen and (max-width: 960px) {
        .messageSec .messageFlex .img span {
          font-size: 10px;
          font-size: 1rem; } }
      .messageSec .messageFlex .img span strong {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 2;
        font-weight: normal; }
        @media only screen and (max-width: 960px) {
          .messageSec .messageFlex .img span strong {
            font-size: 15px;
            font-size: 1.5rem; } }
  .messageSec .messageFlex .data {
    width: 66%; }
    .messageSec .messageFlex .data p {
      color: #806b57;
      font-family: "Shippori Mincho", serif;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 2.8;
      margin-bottom: 40px; }
      .messageSec .messageFlex .data p:last-child {
        margin-bottom: 0; }

.aboutH2 {
  margin-bottom: 80px;
  text-align: center; }
  .aboutH2 .en {
    color: #806b57;
    display: block;
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 2;
    line-height: 1.8;
    line-height: 1.4;
    letter-spacing: 0.16em;
    margin-bottom: 12px; }
    @media only screen and (max-width: 960px) {
      .aboutH2 .en {
        font-size: 29px;
        font-size: 2.9rem; } }
  .aboutH2 .ja {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.12em; }
    @media only screen and (max-width: 960px) {
      .aboutH2 .ja {
        font-size: 17px;
        font-size: 1.7rem; } }

.companySec {
  padding: 120px 40px; }
  .companySec .companyTbl {
    color: #806b57;
    margin: 0 auto;
    max-width: 900px; }
    .companySec .companyTbl table {
      border: none;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      width: 100%; }
      .companySec .companyTbl table th, .companySec .companyTbl table td {
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        font-weight: 400;
        letter-spacing: 0.06em;
        padding: 28px 16px;
        text-align: left; }
      .companySec .companyTbl table th {
        width: 22%; }

/*  /////////////////////////////////////////////////
Responsive Start 
*/
@media only screen and (max-width: 960px) {
  .contents {
    padding: 48px 0 0; }

  .slider-wrapper .slider {
    animation: scroll-left 30s infinite linear .5s both; }
    .slider-wrapper .slider .slide {
      width: calc(100vw / 1.6); }

  .conceptSec {
    padding-bottom: 0; }
    .conceptSec .inr {
      border-radius: 12px 12px 0 0;
      max-width: 100%;
      padding: 60px 0 50px;
      translate: 0 -24px; }
      .conceptSec .inr dl {
        margin-bottom: 40px; }
        .conceptSec .inr dl dt {
          font-size: 14px;
          margin-bottom: 30px; }
        .conceptSec .inr dl dd h2 .en {
          font-size: 17px;
          line-height: 2;
          letter-spacing: 0.01em;
          margin-bottom: 10px; }
        .conceptSec .inr dl dd h2 .ja {
          font-size: 17px;
          line-height: 2;
          letter-spacing: -0.04em;
          margin-bottom: 0; }
      .conceptSec .inr .bodyCopy {
        font-size: 14px;
        letter-spacing: 0.04em;
        line-height: 2.6;
        padding: 0 2.5vw;
        text-align: left; }

  .bg {
    background: url("/assets/img/faq/bg.webp") center center no-repeat;
    background-size: cover;
    padding: 60px 0; }

  .messageSec {
    margin-bottom: 0 !important; }
    .messageSec .messageFlex {
      display: block;
      margin: 0;
      max-width: 100%; }
      .messageSec .messageFlex .img {
        margin-bottom: 0;
        text-align: center;
        width: 100%; }
        .messageSec .messageFlex .img img {
          max-width: 60%; }
        .messageSec .messageFlex .img span {
          font-size: 11px;
          padding-top: 12px; }
          .messageSec .messageFlex .img span strong {
            font-size: 13px; }
      .messageSec .messageFlex .data {
        padding-bottom: 40px;
        width: 100%; }
        .messageSec .messageFlex .data p {
          font-size: 14px;
          letter-spacing: 0;
          line-height: 2.6;
          margin-bottom: 24px; }
          .messageSec .messageFlex .data p:last-child {
            margin-bottom: 0; }

  .aboutH2 {
    margin-bottom: 48px; }
    .aboutH2 .en {
      font-size: 14px;
      margin-bottom: 12px; }
    .aboutH2 .ja {
      font-size: 18px; }

  .companySec {
    padding: 60px 7.5vw 0; }
    .companySec .companyTbl {
      margin: 0;
      max-width: 100%; }
      .companySec .companyTbl table th, .companySec .companyTbl table td {
        font-size: 13px;
        letter-spacing: 0.02em;
        padding: 20px 0; }
      .companySec .companyTbl table th {
        width: 32%; } }
.slider-wrapper {
  opacity: 0;
  -webkit-animation: fadeInK 1.1s ease 0.3s 1 forwards;
  animation: fadeInK 1.1s ease 0.3s 1 forwards; }

@keyframes fadeInK {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
