section .btn-web {
  margin: 3vw 0 10vw;
  width: 100%;
  height: 72px;
  font-size: 16px; }
  section .btn-web .fnt-jost {
    font-size: 18px; }
  section .btn-web i {
    width: 25px; }
  @media only screen and (min-width: 768px) {
    section .btn-web {
      margin: 3px auto 54px;
      width: 700px;
      height: 100px;
      font-size: 22px; }
      section .btn-web .fnt-jost {
        font-size: 26px; }
      section .btn-web i {
        width: 37px; } }

#key .slide-fade, #key li {
  width: 100%;
  height: 100%; }
#key p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-name: zoom; }
@media only screen and (min-width: 768px) {
  #key {
    height: 760px; } }

@keyframes zoom {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.2); } }
#rss {
  margin: 6vw auto 0;
  width: 78%;
  position: relative; }
  #rss h2 {
    padding-left: 6%;
    box-sizing: border-box;
    position: relative;
    font-size: 4.2vw;
    letter-spacing: 0.25em;
    color: #000; }
    #rss h2:before {
      content: "";
      position: absolute;
      left: 0;
      top: calc(50% - 3px);
      width: 6px;
      height: 6px;
      background: var(--yellow);
      border-radius: 50%; }
  #rss .row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #rss .rss_img {
    width: 35.6%; }
    #rss .rss_img a {
      height: 0;
      position: relative;
      display: block;
      padding-top: 65.7%; }
      #rss .rss_img a span {
        transition: ease 0.3s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        background: url("../img/shared/no-img.jpg") no-repeat center/100% 100%; }
      #rss .rss_img a:hover span {
        opacity: 0.8; }
  #rss .feed-info {
    width: 57%;
    line-height: 2; }
    #rss .feed-info .date {
      font-size: 10px; }
    #rss .feed-info .rss_ttl {
      font-size: 12px;
      transition: ease 0.3s; }
      #rss .feed-info .rss_ttl:hover {
        text-decoration: underline; }
  #rss .rss-link {
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.7px;
    transition: ease 0.3s; }
    #rss .rss-link:hover {
      opacity: 0.7;
      text-decoration: none; }
  @media only screen and (min-width: 768px) {
    #rss {
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      background: #fff;
      width: 424px;
      box-sizing: border-box;
      padding: 16px 0 0 40px;
      margin: 0; }
      #rss h2 {
        padding-left: 23px;
        font-size: 19px;
        letter-spacing: 3px;
        margin-bottom: 5px; }
        #rss h2:before {
          top: calc(50% - 4px);
          width: 8px;
          height: 8px; }
      #rss .rss_img {
        width: 127px; }
        #rss .rss_img a {
          padding-top: 83px; }
      #rss .feed-info {
        width: 230px;
        line-height: 26px; }
        #rss .feed-info .date {
          font-size: 12px; }
        #rss .feed-info .rss_ttl {
          font-size: 15px; }
      #rss .rss-link {
        font-size: 15px;
        width: 58px;
        height: 58px;
        letter-spacing: 0.7px;
        position: absolute;
        top: 19px;
        right: 33px; } }

#sec1 {
  margin: 13vw 0 25vw; }
  #sec1 h2 .txt-en {
    margin: 7vw 0 13vw; }
  #sec1 h2 .ttl {
    margin: 0 auto;
    line-height: 2.5; }
  #sec1 .sec1-img {
    margin: 12vw -20% 11vw; }
  @media only screen and (min-width: 768px) {
    #sec1 {
      margin: 180px 0 136px; }
      #sec1 h2 {
        width: 245px; }
        #sec1 h2 .txt-en {
          margin: 24px 0 53px; }
        #sec1 h2 .ttl {
          line-height: 67px; }
      #sec1 .sec1-img {
        margin: 0 -250px 0 0;
        width: 935px;
        height: 552px; }
      #sec1 .sec1-txt {
        text-align: center;
        line-height: 47px;
        margin-top: 100px; } }

#sec2 {
  background: url("../img/shared/bg2.jpg");
  color: var(--white);
  padding: 16vw 0 20vw; }
  #sec2 h2 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 9vw; }
    #sec2 h2 .txt-en {
      color: #cdb794;
      display: flex;
      align-items: center;
      width: 44%;
      margin-bottom: 2vw; }
      #sec2 h2 .txt-en i {
        margin-bottom: 5vw; }
    #sec2 h2 .ttl {
      color: #fff; }
  #sec2 .sec2-img1 {
    margin-left: -7%;
    width: 87%; }
  #sec2 .sec2-2 {
    flex-wrap: wrap;
    margin-top: 5vw; }
  #sec2 .sec2-img2 {
    margin-left: -7%;
    width: 42%; }
  #sec2 .sec2-img3 {
    margin: 8vw -7% 0 0;
    width: 51.6%; }
  #sec2 .sec2-txt {
    margin: 10vw 7% 0; }
  @media only screen and (min-width: 768px) {
    #sec2 {
      padding: 110px 0 105px; }
      #sec2 .sec2-1 {
        align-items: flex-start; }
      #sec2 h2 {
        justify-content: space-between;
        width: 290px;
        order: 2;
        margin-top: 44px;
        margin-bottom: 0; }
        #sec2 h2 .txt-en {
          width: auto;
          margin-bottom: 0; }
          #sec2 h2 .txt-en i {
            margin-bottom: 28px; }
        #sec2 h2 .ttl {
          margin-right: -6px; }
      #sec2 .sec2-img1 {
        margin-left: -116px;
        width: 672px; }
      #sec2 .sec2-2 {
        margin-top: 48px; }
      #sec2 .sec2-img2 {
        margin-left: -116px;
        width: 320px;
        order: -1; }
      #sec2 .sec2-img3 {
        margin: -160px -116px 0 0;
        width: 426px;
        order: 2; }
      #sec2 .sec2-txt {
        margin: -4px 0 0;
        width: 345px;
        order: 1; } }
  @media only screen and (min-width: 768px) and (max-width: 1060px) {
    #sec2 h2 .ttl {
      margin-right: 30px; } }

#sec3 {
  margin-top: 20vw;
  margin-bottom: 23vw; }
  #sec3 h2 {
    margin-bottom: 4vw; }
    #sec3 h2 .txt-en {
      width: 100%; }
    #sec3 h2 i {
      margin-bottom: 7vw; }
  #sec3 .sec3-img1 {
    margin-bottom: 12vw; }
  #sec3 .sec3-img2 {
    float: left;
    width: 38%;
    margin: 3vw 0 0 5%; }
  #sec3 .ttl {
    float: right;
    margin-right: 5%; }
  #sec3 .sec3-txt1 {
    clear: both;
    margin: 0 5%;
    padding-top: 7vw; }

#sec3 .sec3-txt1 span.sub-area{
           display: block;
    line-height: 2.2;
    margin: 2em -1em;
    border: 1px solid #cfcfcf;
    padding: 1.5em 2em;
    }
  @media only screen and (min-width: 768px) {
    #sec3 {
      margin-top: 150px;
      margin-bottom: 0; }
      #sec3 h2 {
        float: left;
        width: 333px;
        margin: 85px 0 260px 0; }
        #sec3 h2 .txt-en {
          width: 100%; }
        #sec3 h2 i {
          margin-bottom: 24px; }
      #sec3 .sec3-img1 {
        margin-bottom: 0;
        float: right;
        width: 751px;
        margin-right: -128px; }
      #sec3 .sec3-img2 {
        float: left;
        width: 420px;
        margin: 0 0 0 -45px; }
      #sec3 .ttl {
        float: none;
        margin-right: 0;
        text-align: center;
        position: absolute;
        left: 0;
        top: 206px;
        width: 337px; }
      #sec3 .sec3-txt1 {
        width: 541px;
        float: right;
        clear: inherit;
        margin: 48px -10px 0 0;
        padding-top: 0; }
    
#sec3 .sec3-txt1 span.sub-area{
        margin: 2em auto 0;
        padding: 1.5em 0 1.5em 2em;
    }
      #sec3 .sec3-1 {
        margin-bottom: 91px; } }

.sec3-bnr {
  display: block;
  position: relative; }
  .sec3-bnr .img-zoom:before {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    border: 1px solid #333;
    box-sizing: border-box;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px; }
  .sec3-bnr i {
    width: 44px;
    bottom: 3vw; }
  .sec3-bnr .txt-link {
    letter-spacing: 0.25em; }
  @media only screen and (min-width: 768px) {
    .sec3-bnr .img-zoom:before {
      content: "";
      position: absolute;
      z-index: 1;
      pointer-events: none;
      border: 1px solid #333;
      box-sizing: border-box;
      top: 10px;
      left: 10px;
      bottom: 10px;
      right: 10px; }
    .sec3-bnr i {
      width: 53px;
      bottom: 14px; } }

.sec3-bnr1 {
  margin: 12vw 2.7% 8vw; }
  .sec3-bnr1 .txt-link {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 5vw;
    color: #fff;
    width: 100%;
    font-size: 5.9vw;
    line-height: 1.4; }
  @media only screen and (min-width: 768px) {
    .sec3-bnr1 {
      margin: 0 auto 92px;
      max-width: 1300px; }
      .sec3-bnr1 .txt-link {
        bottom: 73px;
        font-size: 27px;
        left: calc(50% - 490px);
        width: 980px;
        justify-content: flex-end; } }

@media only screen and (max-width: 767px) {
  .sec3-bnr2 {
    flex-wrap: wrap;
    margin: 0 2.7%;
    text-align: center;
    color: #000; }
    .sec3-bnr2 li:not(:last-child) {
      width: 50%;
      margin-bottom: 9vw; }
    .sec3-bnr2 li:last-child .img-zoom {
      margin: 0 auto;
      width: 50%; }
    .sec3-bnr2 .txt-link {
      font-size: 5vw;
      line-height: 1.7;
      margin-top: 3vw; }
      .sec3-bnr2 .txt-link em {
        font-style: normal;
        display: block;
        font-size: 3.5vw;
        letter-spacing: 0.2em; }
    .sec3-bnr2 i {
      margin: 3vw auto 0;
      bottom: 0; }
    .sec3-bnr2 li:nth-child(1) .txt-link {
      margin: 6vw 0; } }
@media only screen and (min-width: 768px) {
  .sec3-bnr2 li {
    width: calc(100% / 3); }
    .sec3-bnr2 li:nth-child(2) {
      order: 2; }
    .sec3-bnr2 li .img-zoom:before {
      border: 1px solid #fff; }
    .sec3-bnr2 li .img-zoom:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      background: rgba(0, 0, 0, 0.4);
      transition: ease 0.3s; }
  .sec3-bnr2 a {
    position: relative; }
    .sec3-bnr2 a:hover .img-zoom:after {
      opacity: 0; }
  .sec3-bnr2 .txt-link {
    position: absolute;
    color: #fff;
    line-height: 39px;
    font-size: 27px;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; }
    .sec3-bnr2 .txt-link span {
      display: block;
      text-align: end; }
    .sec3-bnr2 .txt-link em {
      display: block;
      font-size: 19px;
      line-height: 30px;
      text-align: start; } }

#sec4 {
  background: url("../img/index/sec4_bg.jpg");
  padding: 20vw 0; }
  #sec4 .wrap {
    padding: 0 2.8%; }
  #sec4 h2 {
    text-align: center; }
    #sec4 h2 .txt-en i {
      margin-bottom: 7vw; }
    #sec4 h2 .ttl {
      margin: 8vw 0 12vw; }
  #sec4 h3 {
    color: #000;
    display: flex;
    justify-content: center;
    line-height: 1;
    transform: translateY(-50%); }
    #sec4 h3 div {
      justify-content: flex-start;
      align-items: center;
      font-size: 4.7vw;
      background: url("../img/index/sec4_bg.jpg");
      padding: 0 5vw; }
    #sec4 h3 .fnt-jost {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 3.9vw;
      font-weight: 400; }
      #sec4 h3 .fnt-jost:before {
        content: "";
        background: var(--yellow);
        border-radius: 50%;
        display: block;
        width: 6px;
        height: 6px;
        margin-right: 2.4vw; }
      #sec4 h3 .fnt-jost:after {
        content: "";
        width: 1px;
        height: 10vw;
        background: #1f1f1e;
        transform: rotate(30deg);
        margin: 0 4vw; }
      #sec4 h3 .fnt-jost span {
        font-size: 140%; }
  #sec4 ul {
    color: #010000;
    font-weight: 500; }
    #sec4 ul li {
      border: 1px solid #282624;
      position: relative;
      box-sizing: border-box;
      padding: 0 3.2% 7vw; }
      #sec4 ul li:not(:last-child) {
        margin-bottom: 25vw; }
        #sec4 ul li:not(:last-child):after {
          content: "";
          background: url("../img/index/sec4_arrow.png") no-repeat center/100% 100%;
          display: block;
          width: 40px;
          height: 13px;
          position: absolute;
          bottom: -12vw;
          left: calc(50% - 20px); }
  #sec4 .sec4-txt1 {
    text-align: center; }
    #sec4 .sec4-txt1 span {
      display: inline-block;
      background: #ebe0ce;
      line-height: 1.6;
      padding: 0 7px 0 10px;
      margin: 0 5px; }
  #sec4 .sec4-txt4 {
    text-align: center; }
#sec4 .sec4-txt4-2{
  text-align: left;
}
#sec4 .sec4-txt4-2 br{
  display: none;
}
  #sec4 .step2 {
    padding-bottom: 9vw; }
    #sec4 .step2 h3 div {
      padding: 0 4vw;
      font-size: 4.2vw; }
    #sec4 .step2 h3 .fnt-jost {
      font-size: 3.5vw; }
      #sec4 .step2 h3 .fnt-jost:after {
        margin: 0 3vw; }
    #sec4 .step2 .sec4-txt2 {
      text-align: center;
      border-top: 1px solid #c6bfb3;
      margin: 0 4.5%;
      padding-top: 6vw; }
    #sec4 .step2 .tel {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      margin: 4vw 9% 7vw;
      padding: 6vw 0; }
    #sec4 .step2 h4 {
      text-align: center;
      font-size: 4.4vw;
      line-height: 1.9;
      letter-spacing: 0.25em;
      color: #000; }
    #sec4 .step2 .sec4-txt3 {
      position: relative;
      margin: 5vw 6.8% 0;
      padding-top: 6vw;
      line-height: 2;
      letter-spacing: 0.8px; }
      #sec4 .step2 .sec4-txt3:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        width: 19vw;
        background: #c6bfb3; }
  #sec4 .step3 .sec4-txt4 {
    margin-top: 10vw; }
  @media only screen and (min-width: 768px) {
    #sec4 {
      padding: 157px 20px 150px; }
      #sec4 .wrap {
        padding: 0;
        max-width: 1100px; }
      #sec4 h2 .txt-en i {
        margin-bottom: 25px; }
      #sec4 h2 .ttl {
        margin: 26px 0 90px; }
      #sec4 h3 {
        justify-content: flex-start;
        margin-left: 48px; }
        #sec4 h3 div {
          font-size: 27px;
          padding: 0 15px; }
        #sec4 h3 .fnt-jost {
          font-size: 22px; }
          #sec4 h3 .fnt-jost:before {
            width: 8px;
            height: 8px;
            margin-right: 13px; }
          #sec4 h3 .fnt-jost:after {
            width: 1px;
            height: 58px;
            transform: rotate(30deg);
            margin: 0 31px; }
          #sec4 h3 .fnt-jost span {
            font-size: 30px; }
        #sec4 h3 p:nth-child(2) {
          padding-bottom: 9px;
          letter-spacing: 6.5px; }
      #sec4 ul li {
        padding: 0 0 48px; }
        #sec4 ul li:not(:last-child) {
          margin-bottom: 147px; }
          #sec4 ul li:not(:last-child):after {
            width: 80px;
            height: 26px;
            bottom: -75px;
            left: calc(50% - 40px); }
      #sec4 .sec4-txt1 {
        font-size: 18px;
        line-height: 42px; }
        #sec4 .sec4-txt1 span {
          display: inline-block;
          background: #ebe0ce;
          line-height: 1.6;
          padding: 0 7px 0 10px;
          margin: 0 5px; }
      #sec4 .sec4-txt4 {
        line-height: 42px; }
      #sec4 .step1 .sec4-txt1 {
        margin-top: -9px; }
      #sec4 .step2 {
        padding-bottom: 55px; }
        #sec4 .step2 h3 div {
          padding: 0 15px;
          font-size: 27px; }
        #sec4 .step2 h3 .fnt-jost {
          font-size: 22px; }
          #sec4 .step2 h3 .fnt-jost span {
            font-size: 30px; }
          #sec4 .step2 h3 .fnt-jost:after {
            margin: 0 28px; }
        #sec4 .step2 .sec4-txt2 {
          line-height: 42px;
          margin: 0 auto;
          width: 800px;
          padding-top: 38px; }
        #sec4 .step2 .tel {
          margin: 37px auto 44px;
          padding: 28px 0;
          width: 560px;
          text-align: center;
          font-size: 16px;
          letter-spacing: 3px; }
          #sec4 .step2 .tel .df {
            justify-content: center;
            font-size: 25px;
            margin-bottom: 10px; }
            #sec4 .step2 .tel .df i {
              width: 18px;
              margin-right: 5px; }
          #sec4 .step2 .tel small {
            font-size: 14px;
            letter-spacing: 1.8px; }
        #sec4 .step2 .sec4-box {
          margin: 0 auto;
          width: 900px; }
        #sec4 .step2 h4 {
          text-align: left;
          font-size: 22px;
          line-height: 42px;
          letter-spacing: 0.25em;
          width: 296px;
          margin-top: 21px; }
        #sec4 .step2 .sec4-txt3 {
          position: relative;
          margin: 0;
          padding: 0 0 0 60px;
          letter-spacing: 0.8px;
          font-size: 16px;
          line-height: 32px;
          width: 597px;
          box-sizing: border-box; }
          #sec4 .step2 .sec4-txt3:before {
            top: 10px;
            left: 0;
            transform: translateX(0);
            height: 110px;
            width: 1px; }
          #sec4 .step2 .sec4-txt3 .df-pc {
            flex-wrap: wrap; }
            #sec4 .step2 .sec4-txt3 .df-pc p:nth-child(2n + 1) {
              width: 230px; }
            #sec4 .step2 .sec4-txt3 .df-pc p:nth-child(2n) {
              width: 300px; }
      #sec4 .step3 {
        padding-bottom: 44px; }
        #sec4 .step3 .sec4-txt1 {
          margin-top: -10px; }
        #sec4 .step3 .sec4-txt4 {
          margin-top: 43px; }
      #sec4 .step4 .sec4-txt4 {
        margin-top: -13px; } 

#sec4 .sec4-txt4-2{
  text-align: center;
}
#sec4 .sec4-txt4-2 br{
  display: block;
}
}

#sec5 {
  margin: 22vw auto 10vw;
  text-align: center; }
  #sec5 h2 {
    margin: 0 -2%; }
  #sec5 .sec5-txt1 {
    color: #5a544f;
    margin: 8vw 0 13vw; }
  #sec5 dl {
    border-top: 1px solid #c6bfb3;
    border-bottom: 1px solid #c6bfb3;
    margin: 0 2% 8vw;
    padding: 6vw 0 5vw;
    position: relative; }
    #sec5 dl:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 140px;
      height: 6px; }
    #sec5 dl.sec5-dl1:before {
      background: #b9503b; }
    #sec5 dl.sec5-dl2:before {
      background: #cc8f4e; }
    #sec5 dl.sec5-dl3:before {
      background: #61aa8e; }
    #sec5 dl dt {
      font-size: 4.8vw;
      font-weight: 400;
      letter-spacing: 0.12em; }
  #sec5 .sec5-map {
    width: 96%;
    margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    #sec5 {
      margin: 132px auto 112px; }
      #sec5 .sec5-info {
        width: 414px; }
      #sec5 h2 {
        margin: 0;
        font-size: 27px;
        letter-spacing: 7px; }
      #sec5 .sec5-txt1 {
        margin: 32px 0 64px; }
      #sec5 dl {
        margin: 0 6px 37px;
        padding: 35px 0 26px; }
        #sec5 dl:before {
          width: 170px;
          height: 7px; }
        #sec5 dl dt {
          font-size: 22px;
          letter-spacing: 0.12em; }
        #sec5 dl dd {
          line-height: 30px;
          margin-top: 15px; }
      #sec5 .sec5-map {
        width: 512px;
        margin: 103px 0 0 0; } }

#sec6 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 auto;
  max-width: 90%;
  padding: 17vw 0 21vw; }
  #sec6 .wrap {
    padding: 0; }
  #sec6 h2 {
    text-align: center;
    margin-bottom: 13vw; }
    #sec6 h2 p:nth-child(2) {
      color: #231816; }
  #sec6 .qa {
    margin-bottom: 7vw; }
  #sec6 .toggle-link {
    position: relative;
    align-items: flex-start;
    color: #000; }
    #sec6 .toggle-link:after {
      content: "";
      background: url("../img/index/sec4_arrow.png") no-repeat center/100% 100%;
      display: block;
      width: 27px;
      height: 9px;
      position: absolute;
      top: calc(50% - 5px);
      right: 0;
      transition: ease 0.3s; }
    #sec6 .toggle-link .q {
      font-size: 6vw;
      width: 9vw;
      line-height: 1; }
    #sec6 .toggle-link .qa_txt {
      width: calc(100% - 9vw);
      font-size: 4.8vw;
      line-height: 1.4;
      letter-spacing: 0.12em; }
  #sec6 .toggle-main {
    border: 1px solid #c6bfb3;
    border-radius: 23px;
    box-sizing: border-box;
    padding: 5vw 6% 5vw;
    margin-top: 6vw; }
    #sec6 .toggle-main .a {
      font-size: 4.8vw;
      color: #000;
      width: 7vw;
      line-height: 1.7; }
    #sec6 .toggle-main .qa_txt {
      width: calc(100% - 7vw);
      color: #5a544f;
      letter-spacing: 0; }
  #sec6 .qa.active {
    border-bottom: none;
    padding-bottom: 0; }
    #sec6 .qa.active .toggle-link:after {
      transform: rotate(180deg); }
  #sec6 .last-qa {
    border-bottom: none !important;
    padding-bottom: 0 !important; }
  #sec6 .btn-web {
    height: 83px;
    font-size: 18px;
    margin-top: 12vw; }
    #sec6 .btn-web .fnt-jost {
      font-size: 21px; }
    #sec6 .btn-web i {
      width: 30px; }
  #sec6 .tel {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 4vw 9% 0;
    padding: 6vw 0; }
  @media only screen and (max-width: 767px) {
    #sec6 .qa {
      border-bottom: 1px solid #c6bfb3;
      padding-bottom: 6vw; } }
  @media only screen and (min-width: 768px) {
    #sec6 {
      max-width: 1300px;
      padding: 133px 0 150px; }
      #sec6 .wrap {
        padding: 0;
        max-width: 800px; }
      #sec6 h2 {
        margin-bottom: 64px; }
      #sec6 .qa {
        margin-bottom: 41px; }
      #sec6 .toggle-link {
        margin: 0 44px 0 34px; }
        #sec6 .toggle-link:after {
          width: 34px;
          height: 12px;
          top: calc(50% - 6px);
          right: 0; }
        #sec6 .toggle-link .q {
          font-size: 27px;
          width: 40px; }
        #sec6 .toggle-link .qa_txt {
          width: calc(100% - 40px);
          font-size: 22px;
          letter-spacing: 2.5px; }
      #sec6 .toggle-main {
        border-radius: 50px;
        padding: 25px 44px 25px;
        margin-top: 28px; }
        #sec6 .toggle-main .a {
          font-size: 22px;
          width: 32px;
          line-height: 1.7; }
        #sec6 .toggle-main .qa_txt {
          width: calc(100% - 32px);
          line-height: 42px;
          letter-spacing: 2px; }
      #sec6 .btn-web {
        height: 100px;
        font-size: 22px;
        margin-top: 111px; }
        #sec6 .btn-web .fnt-jost {
          font-size: 26px; }
        #sec6 .btn-web i {
          width: 37px; }
      #sec6 .tel {
        width: 560px;
        margin: 63px auto 0;
        padding: 28px 0;
        text-align: center;
        font-size: 16px;
        letter-spacing: 3px; }
        #sec6 .tel .df {
          justify-content: center;
          font-size: 25px;
          margin-bottom: 10px; }
          #sec6 .tel .df i {
            width: 18px;
            margin-right: 5px; }
        #sec6 .tel small {
          font-size: 14px;
          letter-spacing: 1.8px; } }

#sec7 {
  margin: 21vw auto 15vw; }
  #sec7 .sec7-logo {
    margin: 0 auto;
    width: 60px; }
  #sec7 .sec7-txt1 {
    text-align: center;
        font-size: 3.2vw;
    letter-spacing: 0;
    margin: 6vw 0 10vw;
    line-height: 1.6; }
  #sec7 .sec7-left {
    margin: 0 auto 10vw;
    width: 270px; }
  #sec7 .btn-web {
    height: 60px;
    font-size: 13px;
    margin-bottom: 7vw; }
    #sec7 .btn-web .fnt-jost {
      font-size: 15px; }
    #sec7 .btn-web i {
      width: 21px; }
  #sec7 .tel {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 6vw 0; }
  #sec7 .sec7-box {
    text-align: center;
    margin-top: 10vw;
    padding: 7vw 0;
    background: #f5f2ed;
    color: #231816; }
    #sec7 .sec7-box dd {
      font-size: 11px;
      line-height: 20px;
      letter-spacing: 0.5px;
      margin-top: 8px; }
  #sec7 .sec7-right dl {
    font-size: 3.6vw;
    line-height: 1.6;
    letter-spacing: 0;
    border-bottom: 1px solid #dedbd5;
    padding-bottom: 10px;
    margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    #sec7 {
      margin: 139px auto 79px; }
      #sec7 .sec7-logo {
        width: 71px; }
      #sec7 .sec7-txt1 {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 1.5px;
        margin: 26px 0 50px; }
      #sec7 .sec7-left {
        margin: 15px 0 0 0;
        width: 326px; }
      #sec7 .btn-web {
        width: 100%;
        height: 72px;
        font-size: 16px;
        margin-bottom: 33px; }
        #sec7 .btn-web .fnt-jost {
          font-size: 19px; }
        #sec7 .btn-web i {
          width: 27px; }
      #sec7 .tel {
        padding: 28px 0 25px;
        text-align: center;
        font-size: 16px;
        letter-spacing: 3px; }
        #sec7 .tel .df {
          justify-content: center;
          font-size: 25px;
          margin-bottom: 10px; }
          #sec7 .tel .df i {
            width: 18px;
            margin-right: 5px; }
        #sec7 .tel small {
          font-size: 14px;
          line-height: 19px;
          letter-spacing: 1.8px; }
      #sec7 .sec7-box {
        margin-top: 30px;
        padding: 32px 0 25px; }
        #sec7 .sec7-box dt {
          font-size: 16px; }
        #sec7 .sec7-box dd {
          font-size: 14px;
          line-height: 24px;
          letter-spacing: 0.5px;
          margin-top: 8px; }
      #sec7 .sec7-right {
        width: 545px; }
        #sec7 .sec7-right dl {
          font-size: 15px;
          line-height: 32px;
          letter-spacing: 0.15em;
          padding-bottom: 11px;
          margin-bottom: 20px; }
          #sec7 .sec7-right dl dt {
            width: 155px; }
          #sec7 .sec7-right dl dd {
            width: calc(100% - 155px); } 

}
  @media only screen and (min-width: 768px) and (max-width: 1300px) {
    #sec7 .sec7-left {
      width: 370px; } }
  @media only screen and (min-width: 768px) and (max-width: 1060px) {
    #sec7 {
      margin: 139px 30px 79px;
      width: calc(100% - 60px); } }

#sec8 h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 4.2vw;
  letter-spacing: 0.25em;
  color: #000; }
  #sec8 h2:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #cdb794;
    margin: 0 10px; }
#sec8 .sec8-img {
  margin: 0 auto 11vw;
  width: 65%;
  position: relative; }
#sec8 .sec8-label {
  position: absolute;
  z-index: 1;
  top: 4vw;
  right: -4%;
  width: 46%; }
#sec8 #gmap {
  width: 100%;
  height: 99vw; }
#sec8 .btn-link {
  margin: 6.7vw auto 22vw; }
@media only screen and (min-width: 768px) {
  #sec8 {
    margin-bottom: 150px; }
    #sec8 h2 {
      font-size: 19px;
      letter-spacing: 0.25em;
      margin-bottom: 6px; }
      #sec8 h2:before {
        width: 8px;
        height: 8px;
        margin: 0 10px; }
    #sec8 .sec8-img {
      margin: 0;
      width: 300px; }
    #sec8 .sec8-label {
      top: 20px;
      right: 5px;
      width: 120px; }
    #sec8 .sec8-map {
      width: 650px;
      margin-top: 50px; }
      #sec8 .sec8-map .df {
        justify-content: flex-end;
        align-items: center; }
        #sec8 .sec8-map .df > p.pc {
          margin-right: 50px; }
          #sec8 .sec8-map .df > p.pc a {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            letter-spacing: 0.25em;
            color: #000; }
            #sec8 .sec8-map .df > p.pc a i {
              margin-left: 11px; }
            #sec8 .sec8-map .df > p.pc a:hover {
              text-decoration: underline; }
    #sec8 #gmap {
      height: 450px;
      margin-bottom: 28px; }
    #sec8 .btn-link {
      margin: 0; } }
