@charset "UTF-8";
/* ***************************************************
 PC / SP共通
*************************************************** */
/* ////////////////// タグ初期値 ////////////////// */
html,
body {
  height: 100%;
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "HigureGothic", sans-serif;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #665c56;
}

article,
aside,
details,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
hgroup,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

video {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.5em;
}

b,
strong {
  font-weight: inherit;
}

a {
  color: #665c56;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li, dt, dd {
  margin: 0px;
  padding: 0px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/* テーブル */
table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

table {
  width: 100%;
  margin: 0 auto;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
}

th {
  white-space: nowrap;
  font-weight: normal;
}

/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .pc {
    display: none !important;
  }
  html.scroll-prevent {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  @font-face {
    font-family: "HigureGothic";
    src: url("../fonts/HigureGothic-Regular.woff") format("woff2"), url("../fonts/HigureGothic-Regular.woff2") format("woff");
    font-weight: 400;
  }
  @font-face {
    font-family: "HigureGothic";
    src: url("../fonts/HigureGothic-Medium.woff") format("woff2"), url("../fonts/HigureGothic-Medium.woff2") format("woff");
    font-weight: 600;
  }
  @font-face {
    font-family: "HigureGothic";
    src: url("../fonts/HigureGothic-Bold.woff") format("woff2"), url("../fonts/HigureGothic-Bold.woff2") format("woff");
    font-weight: 700;
  }
  @font-face {
    font-family: "HigureGothic";
    src: url("../fonts/HigureGothic-Black.woff") format("woff2"), url("../fonts/HigureGothic-Black.woff2") format("woff");
    font-weight: 900;
  }
  /* ---------- レイアウト ---------- */
  #container {
    width: 999px;
    max-width: 100vw;
    margin: 0 auto;
    letter-spacing: 0.14em;
    overflow: hidden;
  }
  #header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    width: 145px;
    height: 70px;
    background-color: #fff;
    border-radius: 0 0 16px 0;
  }
  #header a {
    display: inline-block;
  }
  #header img {
    width: 120px;
  }
  #footer {
    position: relative;
    padding-bottom: 30px;
    color: #fff;
    background-color: #665c56;
  }
  #footer .footer-nav {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.75em 1.5em;
    padding: 30px 6vw;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    background-color: #f5f8fb;
  }
  #footer .footer-nav li:not(:last-child) {
    margin-bottom: 1em;
  }
  #footer a {
    color: #4b4a4a;
  }
  #footer .copyright {
    margin: 100px auto 0;
    padding: 0 1.5em;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  #footer .footer-btn {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    height: 60px;
    padding: 0 4vw;
    font-size: clamp(18px, 5vw, 27px);
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #footer .footer-btn.fixed {
    position: fixed;
    bottom: 10px;
  }
  #footer .footer-btn.end {
    bottom: 60px;
  }
  #footer .footer-btn .btn,
  #footer .footer-btn .btn-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 0 30px;
    color: #fff;
  }
  #footer .footer-btn .btn {
    width: clamp(175px, 46.5vw, 300px);
    font-size: clamp(18px, 5vw, 27px);
  }
  #footer .footer-btn .btn-b {
    width: clamp(150px, 40vw, 250px);
    font-size: clamp(16px, 4vw, 24px);
  }
  /* ---------- 共通 ---------- */
  .inview,
  .inview1,
  .inview2,
  .inview3,
  .inview4 {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
  }
  .inview.is-show,
  .inview1.is-show,
  .inview2.is-show,
  .inview3.is-show,
  .inview4.is-show {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .dots {
    display: inline-block;
    background: bottom left/1.13em 0.25em repeat-x radial-gradient(circle, #f25f2e 0.125em, rgba(255, 255, 255, 0) 0.125em);
    padding-bottom: 0.2em;
    letter-spacing: 0.14em;
  }
  .dots-w {
    display: inline-block;
    background: bottom left/1.13em 0.25em repeat-x radial-gradient(circle, #fff 0.125em, rgba(255, 255, 255, 0) 0.125em);
    padding-bottom: 0.2em;
    letter-spacing: 0.14em;
  }
  .dots-t {
    display: inline-block;
    background: top left/1.13em 0.25em repeat-x radial-gradient(circle, #f25f2e 0.125em, rgba(255, 255, 255, 0) 0.125em);
    padding-top: 0.2em;
    letter-spacing: 0.14em;
  }
  .section-hgroup {
    position: relative;
    z-index: -1;
    text-align: center;
  }
  .section-hgroup::before, .section-hgroup::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 330px;
    height: 235px;
    border-radius: 100% 100% 0 0;
  }
  .section-hgroup::before {
    background-color: #fff;
  }
  .section-hgroup::after {
    top: -45px;
    z-index: -2;
    width: 320px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .section-hgroup img {
    width: 65px;
    margin-bottom: 30px;
    -o-object-fit: contain;
       object-fit: contain;
    text-align: center;
  }
  .section-hgroup .en {
    margin: 0 auto;
    font-family: "Josefin Slab", serif;
    font-weight: 700;
    font-size: 20px;
    color: #f25f2e;
  }
  .section-hgroup .ja {
    margin-top: 30px;
    font-weight: 900;
  }
  .section-hgroup .ja b {
    color: #f25f2e;
  }
  @-webkit-keyframes flash {
    0%, 20% {
      left: -100px;
      opacity: 0;
    }
    30% {
      opacity: 0.8;
    }
    95% {
      opacity: 0.6;
    }
    97% {
      opacity: 0.4;
    }
    100% {
      left: 100%;
      width: 100%;
      opacity: 0;
    }
  }
  @keyframes flash {
    0%, 20% {
      left: -100px;
      opacity: 0;
    }
    30% {
      opacity: 0.8;
    }
    95% {
      opacity: 0.6;
    }
    97% {
      opacity: 0.4;
    }
    100% {
      left: 100%;
      width: 100%;
      opacity: 0;
    }
  }
  .btn,
  .btn-b {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: clamp(130px, 16.67vw, 200px);
    height: 55px;
    padding: 1.25em 0.92em 1.25em 1em;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(11.05px, 1.42vw, 17px);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.16em;
    white-space: nowrap;
    border-radius: 3em;
    overflow: hidden;
  }
  .btn:hover::before,
  .btn-b:hover::before {
    -webkit-animation: 0.3s flash linear;
            animation: 0.3s flash linear;
  }
  .btn::before,
  .btn-b::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100px;
    width: 20px;
    height: 100%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .btn {
    background-color: #f25f2e;
  }
  .btn-b {
    background-color: #64bbb1;
  }
  .fv-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100vw - 10px);
    height: calc(100svh - 10px);
    min-height: 600px;
    margin: 5px auto 60px;
    padding: 20vh 5px 10px;
    border-radius: 10px;
    overflow: hidden;
  }
  .fv-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(184, 120, 79, 0.3);
  }
  .fv-wrapper video {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fv-wrapper .fv {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .fv-wrapper .fv-inner {
    position: relative;
    height: 100%;
    text-align: center;
  }
  .fv-wrapper hgroup {
    margin-bottom: auto;
    color: #fff;
  }
  .fv-wrapper .fv-title {
    width: clamp(98px, 26vw, 120px);
    margin: 0 auto 40px;
  }
  .fv-wrapper .fv-subtitle {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5em;
  }
  .fv-wrapper .fv-subtitle b {
    font-size: 26px;
  }
  .fv-wrapper .fv-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fv-wrapper .fv-logo {
    width: 310px;
  }
  .fv-wrapper .fv-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
    padding: 13px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .fv-wrapper .fv-btn .btn,
  .fv-wrapper .fv-btn .btn-b {
    padding: 0.6em;
  }
  .fv-wrapper .fv-btn .btn {
    width: 170px;
    font-size: 16px;
  }
  .fv-wrapper .fv-btn .btn-b {
    width: 135px;
    font-size: 14px;
  }
  .section-intro {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 600px;
    margin: 0 auto 100px;
    padding: 0 6vw;
  }
  .section-intro h2 {
    margin-bottom: 35px;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.75em;
  }
  .section-intro h2 strong {
    color: #f25f2e;
  }
  .section-intro p {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.25em;
    letter-spacing: 0.15em;
  }
  .section-worries {
    padding: 0 4vw;
    margin-bottom: 100px;
  }
  .section-worries .section-hgroup {
    margin-bottom: 70px;
  }
  .section-worries .section-hgroup img {
    width: 42px;
  }
  .section-worries .section-hgroup .ja {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.75em;
  }
  .section-worries .case-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 8vw;
  }
  .section-worries .case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 25px;
    width: 500px;
    max-width: 100%;
  }
  .section-worries .case:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section-worries .case:first-child span {
    color: #fd8196;
  }
  .section-worries .case:nth-child(2) span {
    color: #fdba01;
  }
  .section-worries .case:nth-child(3) span {
    color: #b7d200;
  }
  .section-worries .case img {
    width: 52px;
  }
  .section-worries .case .text span {
    display: block;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
  }
  .section-worries .case .text p {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.75em;
  }
  .section-worries .case .text p b {
    color: #f25f2e;
  }
  .section-worries .worries-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 500px;
    max-width: 100%;
    margin: 50px auto 0;
    padding: 25px 28px;
    background-color: #f9f6f0;
    border-radius: 6px;
  }
  .section-worries .worries-summary img {
    width: 56px;
    margin-right: 23px;
  }
  .section-worries .worries-summary p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.85em;
    letter-spacing: 0.3em;
  }
  .section-worries .worries-summary p strong {
    color: #f25f2e;
  }
  .section-melit {
    margin-bottom: 100px;
  }
  .section-melit hgroup {
    margin-bottom: 40px;
    text-align: center;
  }
  .section-melit hgroup p {
    margin: 0 auto 15px;
    font-size: 14px;
    font-weight: 700;
  }
  .section-melit hgroup p::before, .section-melit hgroup p::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 17px;
    margin: 0 5px -5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .section-melit hgroup p::before {
    background-image: url(../images/ico-flag.png);
  }
  .section-melit hgroup p::after {
    background-image: url(../images/ico-flag-r.png);
  }
  .section-melit hgroup h2 {
    font-size: 21px;
    font-weight: 900;
  }
  .section-melit hgroup h2 b {
    color: #f25f2e;
  }
  .section-melit .melit-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
    margin-bottom: 40px;
  }
  .section-melit .melit-title img {
    width: 93px;
  }
  .section-melit .melit-title p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.85em;
  }
  .section-melit .melit-title p b {
    color: #f25f2e;
  }
  .section-melit .ranking {
    position: relative;
    width: 600px;
    max-width: calc(100% - 60px);
    margin: 0 auto 18px;
    padding: 20px 30px 30px 40px;
    background-color: #f7f0e3;
    border-radius: 8px;
  }
  .section-melit .ranking h3 {
    margin-bottom: 20px;
    font-size: 19px;
    color: #f25f2e;
  }
  .section-melit .ranking p {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 2.25em;
  }
  .section-melit .ranking::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -23px;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
  }
  .section-melit .ranking:first-child::before {
    background-image: url(../images/merit01.svg);
  }
  .section-melit .ranking:nth-child(2)::before {
    background-image: url(../images/merit02.svg);
  }
  .section-melit .ranking:nth-child(3)::before {
    background-image: url(../images/merit03.svg);
  }
  .section-voice {
    position: relative;
    z-index: 0;
    padding: 0 0 70px;
  }
  .section-voice .section-hgroup .ja {
    font-size: 18px;
  }
  .section-voice .col2 {
    width: 400px;
    max-width: 100%;
    padding: 0 6vw;
    margin: 40px auto 0;
  }
  .section-voice .col2 .left {
    margin-bottom: 20px;
  }
  
  .section-voice .col2 .left img{
  display: none;
  box-shadow: 0px 0px 3px rgb(168, 168, 168);
  }

  .section-voice .col2 .left img.active{
  display: inline-block;
  }
  
  .section-voice .col2 .right {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 10px), 1fr));
    gap: 10px;
  }
  .section-voice .col2 .right li:hover {
    cursor: pointer;
  }
  .section-voice .col2 .right li img {
    border-radius: 20px;
  }
  .section-voice .voice-slider {
    margin-top: 70px;
    padding-top: 100px;
    background-color: #e8652b;
    background-image: url(../images/wave-top.svg);
    background-repeat: repeat-x;
    background-size: 800px auto;
    background-position: top -1px center;
  }
  .section-voice .voice-slider h2 {
    margin-bottom: 40px;
    font-size: 21px;
    color: #fff;
    text-align: center;
  }
  .section-voice .voice-slider h2 span {
    font-weight: 400;
  }
  .section-voice .voice-slider #voiceSlider {
    position: relative;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6vw 150px;
    overflow: hidden;
  }
  .section-voice .voice-slider #voiceSlider .swiper-wrapper .swiper-slide {
    width: 475px;
    max-width: 100%;
  }
  .section-voice .voice-slider #voiceSlider .swiper-wrapper .swiper-slide .img {
    width: 475px;
    max-width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }
  .section-voice .voice-slider #voiceSlider .swiper-wrapper .swiper-slide .img img {
    -webkit-mask-image: url(../images/voice-slider-mask.svg);
            mask-image: url(../images/voice-slider-mask.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
  .section-voice .voice-slider #voiceSlider .swiper-wrapper .swiper-slide .text {
    width: 475px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    padding-right: 1em;
  }
  .section-voice .voice-slider #voiceSlider .swiper-wrapper .swiper-slide .text h3 {
    margin-bottom: 1em;
    font-size: 22px;
  }
  .section-voice .voice-slider #voiceSlider .swiper-wrapper .swiper-slide .text p {
    margin: 0;
    font-size: 14px;
    line-height: 2em;
  }
  .section-voice .voice-slider #voiceSlider .navVoiceNext,
  .section-voice .voice-slider #voiceSlider .navVoicePrev {
    position: absolute;
    top: 120px;
    z-index: 100;
    width: 38px;
    height: 38px;
  }
  .section-voice .voice-slider #voiceSlider .navVoiceNext:hover,
  .section-voice .voice-slider #voiceSlider .navVoicePrev:hover {
    cursor: pointer;
  }
  .section-voice .voice-slider #voiceSlider .navVoicePrev {
    left: 10px;
  }
  .section-voice .voice-slider #voiceSlider .navVoiceNext {
    right: 10px;
  }
  .section-reason {
    position: relative;
    z-index: 2;
    margin-bottom: 160px;
  }
  .section-reason .section-hgroup {
    margin-top: -100px;
    margin-bottom: 0;
  }
  .section-reason .section-hgroup img {
    position: relative;
    top: -80px;
    width: 43px;
  }
  .section-reason .section-hgroup .en {
    position: relative;
    top: -80px;
  }
  .section-reason .section-hgroup .ja {
    position: relative;
    top: -80px;
    margin-top: 15px;
  }
  .section-reason .reason-wrapper {
    width: 475px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6vw;
  }
  .section-reason .reason-wrapper .col2 {
    margin-bottom: 30px;
  }
  .section-reason .reason-wrapper .col2 .img {
    width: 475px;
    max-width: 100%;
    margin-bottom: 30px;
    border-radius: 9px;
    -webkit-box-shadow: 8px 8px 0 #c8c8c8;
            box-shadow: 8px 8px 0 #c8c8c8;
  }
  .section-reason .reason-wrapper .col2 .img img,
  .section-reason .reason-wrapper .col2 .img video {
    width: 100%;
    border-radius: 9px;
  }
  .section-reason .reason-wrapper .col2 .text h3 {
    margin-bottom: 0.75em;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.75em;
  }
  .section-reason .reason-wrapper .col2 .text h3 b {
    color: #f25f2e;
  }
  .section-reason .reason-wrapper .col2 .text p {
    font-size: 14px;
    line-height: 2.25em;
  }
  .section-features .section-hgroup {
    margin-bottom: 30px;
  }
  .section-features .section-hgroup img {
    width: 75px;
  }
  .section-features .section-hgroup .en {
    display: none;
  }
  .section-features .section-hgroup .ja {
    margin-top: 20px;
  }
  .section-features .features-wrapper {
    width: 475px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .section-features .features-wrapper .col2 {
    margin-bottom: 50px;
  }
  .section-features .features-wrapper .col2 .img {
    position: relative;
    z-index: 1;
    width: 475px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .section-features .features-wrapper .col2 .img::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    z-index: -1;
    width: 475px;
    max-width: 100%;
    aspect-ratio: 1/1;
    border-radius: 20px;
    background-color: #c8c8c8;
    opacity: 0.6;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  .section-features .features-wrapper .col2 .img img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 20px;
  }
  .section-features .features-wrapper .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-features .features-wrapper .col2 .text h3 {
    margin-bottom: 1em;
    font-size: 20px;
  }
  .section-features .features-wrapper .col2 .text h3 b {
    color: #f25f2e;
  }
  .section-features .features-wrapper .col2 .text p {
    font-size: 14px;
    line-height: 2em;
  }
  .section-print {
    margin-top: 150px;
  }
  .section-print .print-title {
    position: relative;
    z-index: -1;
    text-align: center;
    padding-top: 30px;
  }
  .section-print .print-title::before, .section-print .print-title::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 330px;
    height: 235px;
    border-radius: 100% 100% 0 0;
  }
  .section-print .print-title::before {
    background-color: #fff;
  }
  .section-print .print-title::after {
    top: -65px;
    z-index: -2;
    width: 320px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .section-print .print-title .duck {
    position: absolute;
    top: -100px;
    left: calc(50% - 32px);
    width: 65px;
    -o-object-fit: contain;
       object-fit: contain;
    text-align: center;
  }
  .section-print .print-title .logo {
    width: 180px;
    margin-top: -20px;
  }
  .section-print .print-tab {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 400px;
    max-width: 100%;
    margin: 30px auto 40px;
    padding: 0 6vw;
    font-size: 16px;
    font-weight: 700;
    color: #f25f2e;
  }
  .section-print .print-tab li {
    padding: 0.5em 1em;
  }
  .section-print .print-tab li:hover {
    font-weight: 900;
    cursor: pointer;
  }
  .section-print .print-tab li.active {
    color: #fff;
    background-color: #f25f2e;
    border-radius: 3em;
  }
  .section-print .print-content {
    margin-bottom: 110px;
  }
  .section-print .print-content .col2 {
    display: none;
    width: 515px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6vw;
  }
  .section-print .print-content .col2.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-print .print-content .col2 .img {
    width: 515px;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .section-print .print-content .col2 .text {
    font-weight: 700;
  }
  .section-print .print-content .col2 .text hgroup {
    margin-bottom: 50px;
  }
  .section-print .print-content .col2 .text hgroup p {
    margin-bottom: 0.65em;
    font-size: 14px;
    line-height: 1.5em;
  }
  .section-print .print-content .col2 .text hgroup p b {
    color: #f25f2e;
  }
  .section-print .print-content .col2 .text hgroup h3 {
    font-size: 24px;
    line-height: 1em;
  }
  
  .section-print .print-content .col2 .text hgroup h3 img {
    width:250px;
  }
  
  
  .section-print .print-content .col2 .text hgroup h3 b {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 4px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background-color: #f25f2e;
    border-radius: 50%;
    letter-spacing: 0;
  }
  .section-print .print-content .col2 .text p {
    font-size: 16px;
  }
  .section-print .print-content .col2 .text ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1.5em), 1fr));
    gap: 0.65em 1.5em;
    margin-bottom: 40px;
    padding-left: 1.125em;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .section-print .print-content .col2 .text .btn {
    width: 375px;
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
    font-size: 21px;
  }
  .section-print .print-detail {
    padding: 40px 6vw 30px;
    background-color: #f3f2ee;
  }
  .section-print .print-detail .inner {
    width: 625px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-print .print-detail .detail-contents {
    display: none;
  }
  .section-print .print-detail .detail-contents.active {
    display: block;
  }
  .section-print .print-detail h2 {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .section-print .print-detail .col2 {
    margin-bottom: 40px;
  }
  .section-print .print-detail .col2:last-child {
    margin-bottom: 0;
  }
  .section-print .print-detail .col2 .detail-slider {
    position: relative;
    width: 625px;
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
    overflow: hidden;
  }
  .section-print .print-detail .col2 .detail-slider .swiper-wrapper .swiper-slide img {
    border-radius: 10px;
  }
  .section-print .print-detail .col2 .detail-prev01,
  .section-print .print-detail .col2 .detail-next01 {
    position: absolute;
    top: calc(50% - 11px);
    z-index: 100;
    width: 23px;
    height: 23px;
    cursor: pointer;
  }
  .section-print .print-detail .col2 .detail-prev01 {
    left: 0;
  }
  .section-print .print-detail .col2 .detail-next01 {
    right: 0;
  }
  .section-print .print-detail .col2 .text h3 {
    margin-bottom: 0.5em;
    font-size: 24px;
  }
  .section-print .print-detail .col2 .text p {
    font-size: 15px;
    font-weight: 700;
    line-height: 2em;
  }
  .section-print .hajipuri {
    width: 860px;
    max-width: 100%;
    margin: 50px auto 0;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
  }
  .section-print .hajipuri h3 {
    padding: 0.75em 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #eb7744;
  }
  .section-print .hajipuri .col2 {
    display: block;
    padding: 40px 20px;
  }
  .section-print .hajipuri .col2 .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
  }
  .section-print .hajipuri .col2 .img .logo {
    width: 236px;
    max-width: calc(50% - 35px);
  }
  .section-print .hajipuri .col2 .img .print {
    width: 267px;
    max-width: calc(50% - 35px);
  }
  .section-print .hajipuri .col2 .text {
    margin-top: 30px;
  }
  .section-print .hajipuri .col2 .text p {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.75em;
  }
  .section-print .hajipuri .col2 .text p b {
    color: #f25f2e;
  }
  .section-print .hajipuri .col2 .text .btn-b {
    font-size: 16px;
    width: 265px;
    margin: 0 auto;
  }
  .section-free {
    width: 1100px;
    max-width: 100%;
    margin: 80px auto 150px;
    padding: 0 6vw;
    text-align: center;
  }
  .section-free h2 {
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 900;
  }
  .section-free h2 b {
    color: #f25f2e;
  }
  .section-free .text {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75em;
    text-align: left;
  }
  .section-free .text b {
    color: #f25f2e;
  }
  .section-free .btn-area {
    margin-top: 70px;
    font-size: 15px;
    font-weight: 700;
    color: #4b4a4a;
  }
  .section-free .btn-area b {
    color: #f25f2e;
  }
  .section-free .btn-area .btn-b {
    width: 260px;
    margin: 0 auto;
    font-size: 16px;
  }
  .section-qa {
    width: 1150px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0 6vw;
  }
  .section-qa .section-hgroup {
    margin-bottom: 40px;
  }
  .section-qa .qa-wrapper {
    margin: 0 auto 30px;
    padding: 20px 30px 20px 50px;
    color: #fff;
    background-color: #e8652b;
    border-radius: 12px;
  }
  .section-qa .qa-wrapper:last-child {
    margin-bottom: 0;
  }
  .section-qa .qa-wrapper .question,
  .section-qa .qa-wrapper .answer {
    position: relative;
  }
  .section-qa .qa-wrapper .question::before,
  .section-qa .qa-wrapper .answer::before {
    position: absolute;
    top: 3px;
    left: -30px;
    font-family: "Josefin Slab", serif;
    font-weight: 700;
    font-size: 18px;
  }
  .section-qa .qa-wrapper .question {
    font-size: 16px;
  }
  .section-qa .qa-wrapper .question::before {
    content: "Q";
  }
  .section-qa .qa-wrapper .answer {
    display: none;
    margin-top: 40px;
  }
  .section-qa .qa-wrapper .answer::before {
    content: "A";
  }
  .section-qa .qa-wrapper .answer p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2em;
  }
  .section-qa .qa-wrapper .answer p:last-child {
    margin-bottom: 0;
  }
  .section-contact {
    padding: 50px 8vw 40px;
    background-color: #f0f0ec;
  }
  .section-contact h2 {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
  }
  .section-contact h2 b {
    color: #e8652b;
  }
  .section-contact .col2 {
    width: 740px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-contact .col2 img {
    float: left;
    width: 100px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 50%;
  }
  .section-contact .col2 h3 {
    position: relative;
    top: 1em;
    font-size: 17px;
    font-weight: 900;
  }
  .section-contact .col2 p {
    clear: both;
    margin: 30px auto 0;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  /* ////////////////// GDPR 対応 ////////////////// */
  .l-cookiePopup.is-active {
    display: block;
  }
  .l-cookiePopup.is-hidden {
    display: none;
  }
  .l-cookiePopup {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    padding: 14px 66px 0px 16px;
    line-height: 1.5em;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.6);
  }
  .l-cookiePopup a {
    color: #fff;
  }
  .l-cookiePopup__close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10000;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .l-cookiePopup__close::before, .l-cookiePopup__close::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .l-cookiePopup__close::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .l-cookiePopup__close::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  .sp {
    display: none !important;
  }
  @font-face {
    font-family: "HigureGothic";
    src: url("../fonts/HigureGothic-Regular.woff") format("woff2"), url("../fonts/HigureGothic-Regular.woff2") format("woff");
    font-weight: 400;
  }
  @font-face {
    font-family: "HigureGothic";
    src: url("../fonts/HigureGothic-Medium.woff") format("woff2"), url("../fonts/HigureGothic-Medium.woff2") format("woff");
    font-weight: 600;
  }
  @font-face {
    font-family: "HigureGothic";
    src: url("../fonts/HigureGothic-Bold.woff") format("woff2"), url("../fonts/HigureGothic-Bold.woff2") format("woff");
    font-weight: 700;
  }
  @font-face {
    font-family: "HigureGothic";
    src: url("../fonts/HigureGothic-Black.woff") format("woff2"), url("../fonts/HigureGothic-Black.woff2") format("woff");
    font-weight: 900;
  }
  /* ---------- レイアウト ---------- */
  #container {
    width: 100vw;
    min-width: 1000px;
    margin: 0 auto;
    letter-spacing: 0.14em;
  }
  #header {
    display: grid;
    place-items: center;
    width: 100vw;
    height: 80px;
    background-color: #fff;
  }
  #header a {
    display: inline-block;
  }
  #header img {
    width: 140px;
  }
  #footer {
    position: relative;
    color: #fff;
    background-color: #665c56;
  }
  #footer .footer-nav {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5em;
    height: 130px;
    margin-bottom: 2em;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.14em;
    background-color: #f5f8fb;
  }
  #footer a {
    color: #4b4a4a;
  }
  #footer .copyright {
    margin: 0 auto 100px;
    padding: 180px 0 45px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  #footer .footer-btn {
    position: absolute;
    bottom: 135px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #footer .footer-btn.fixed {
    position: fixed;
    bottom: 20px;
  }
  #footer .footer-btn.fixed .btn,
  #footer .footer-btn.fixed .btn-b {
    height: 80px;
  }
  #footer .footer-btn.end {
    bottom: 135px;
  }
  #footer .footer-btn .btn,
  #footer .footer-btn .btn-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding: 0;
    color: #fff;
  }
  #footer .footer-btn .btn {
    width: 360px;
    font-size: 32px;
  }
  #footer .footer-btn .btn-b {
    width: 310px;
    font-size: 26px;
  }
  /* ---------- 共通 ---------- */
  .inview,
  .inview1,
  .inview2,
  .inview3,
  .inview4 {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
  }
  .inview.is-show,
  .inview1.is-show,
  .inview2.is-show,
  .inview3.is-show,
  .inview4.is-show {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .dots {
    display: inline-block;
    background: bottom left/1.13em 0.25em repeat-x radial-gradient(circle, #f25f2e 0.13em, rgba(255, 255, 255, 0) 0.13em);
    padding-bottom: 0.2em;
    letter-spacing: 0.14em;
  }
  .dots-w {
    display: inline-block;
    background: bottom left/1.13em 0.25em repeat-x radial-gradient(circle, #fff 0.13em, rgba(255, 255, 255, 0) 0.13em);
    padding-bottom: 0.2em;
    letter-spacing: 0.14em;
  }
  .dots-t {
    display: inline-block;
    background: top left/1.13em 0.25em repeat-x radial-gradient(circle, #f25f2e 0.13em, rgba(255, 255, 255, 0) 0.13em);
    padding-top: 0.2em;
    letter-spacing: 0.14em;
  }
  .section-hgroup {
    position: relative;
    z-index: -1;
    text-align: center;
  }
  .section-hgroup::before, .section-hgroup::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 590px;
    height: 350px;
    border-radius: 100% 100% 0 0;
  }
  .section-hgroup::before {
    background-color: #fff;
  }
  .section-hgroup::after {
    top: -65px;
    z-index: -2;
    width: 580px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .section-hgroup img {
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    text-align: center;
  }
  .section-hgroup .en {
    margin: 0 auto;
    font-family: "Josefin Slab", serif;
    font-weight: 700;
    font-size: 46px;
    color: #f25f2e;
  }
  .section-hgroup .ja {
    margin-top: 60px;
    font-size: 48px;
    font-weight: 900;
  }
  .section-hgroup .ja b {
    color: #f25f2e;
  }
  @-webkit-keyframes flash {
    0%, 20% {
      left: -100px;
      opacity: 0;
    }
    30% {
      opacity: 0.8;
    }
    95% {
      opacity: 0.6;
    }
    97% {
      opacity: 0.4;
    }
    100% {
      left: 100%;
      width: 100%;
      opacity: 0;
    }
  }
  @keyframes flash {
    0%, 20% {
      left: -100px;
      opacity: 0;
    }
    30% {
      opacity: 0.8;
    }
    95% {
      opacity: 0.6;
    }
    97% {
      opacity: 0.4;
    }
    100% {
      left: 100%;
      width: 100%;
      opacity: 0;
    }
  }
  .btn,
  .btn-b {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: clamp(130px, 16.67vw, 200px);
    padding: 1.25em 0.92em 1.25em 1em;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(11.05px, 1.42vw, 17px);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.16em;
    white-space: nowrap;
    border-radius: 3em;
    overflow: hidden;
  }
  .btn:hover::before,
  .btn-b:hover::before {
    -webkit-animation: 0.3s flash linear;
            animation: 0.3s flash linear;
  }
  .btn::before,
  .btn-b::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100px;
    width: 20px;
    height: 100%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .btn {
    background-color: #f25f2e;
  }
  .btn-b {
    background-color: #64bbb1;
  }
  .fv-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100vw - 40px);
    max-width: 1920px;
    height: calc(100vh - 100px);
    max-height: 820px;
    margin: 0 auto 180px;
    padding: 50px;
    border-radius: 20px;
    overflow: hidden;
  }
  .fv-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(184, 120, 79, 0.3);
  }
  .fv-wrapper video {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fv-wrapper .fv {
    position: relative;
    z-index: 2;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .fv-wrapper .fv-inner {
    width: 610px;
    text-align: center;
  }
  .fv-wrapper hgroup {
    color: #fff;
  }
  .fv-wrapper .fv-title {
    margin-bottom: 40px;
    font-size: clamp(60px, 5.4vw, 78px);
    font-weight: 700;
    line-height: 1em;
  }
  .fv-wrapper .fv-title span {
    letter-spacing: -0.5em;
  }
  .fv-wrapper .fv-subtitle {
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: 700;
  }
  .fv-wrapper .fv-subtitle b {
    font-size: 28px;
    font-weight: 900;
  }
  .fv-wrapper .fv-logo {
    width: 436px;
  }
  .fv-wrapper .fv-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    padding: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .fv-wrapper .fv-btn .btn,
  .fv-wrapper .fv-btn .btn-b {
    padding: 0.6em;
  }
  .fv-wrapper .fv-btn .btn {
    width: 220px;
    font-size: 22px;
  }
  .fv-wrapper .fv-btn .btn-b {
    font-size: 19px;
  }
  .section-intro {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 720px;
    margin: 0 auto 170px;
  }
  .section-intro h2 {
    margin-bottom: 50px;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1.75em;
  }
  .section-intro h2 strong {
    color: #f25f2e;
  }
  .section-intro p {
    font-size: 22px;
    font-weight: 700;
    line-height: 2em;
    letter-spacing: 0.3em;
  }
  .section-worries {
    margin-bottom: 170px;
  }
  .section-worries .section-hgroup {
    margin-bottom: 120px;
  }
  .section-worries .section-hgroup .en {
    margin-bottom: 100px;
  }
  .section-worries .case-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .section-worries .case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 50px;
    width: 500px;
  }
  .section-worries .case:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section-worries .case:first-child span {
    color: #fd8196;
  }
  .section-worries .case:nth-child(2) span {
    color: #fdba01;
  }
  .section-worries .case:nth-child(3) span {
    color: #b7d200;
  }
  .section-worries .case img {
    width: 90px;
  }
  .section-worries .case .text span {
    display: block;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
  }
  .section-worries .case .text p {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.75em;
  }
  .section-worries .case .text p b {
    color: #f25f2e;
  }
  .section-worries .worries-summary {
    position: relative;
    width: 720px;
    margin: 120px auto 0;
    padding: 50px 60px 50px 80px;
    background-color: #f9f6f0;
    border-radius: 30px;
  }
  .section-worries .worries-summary img {
    position: absolute;
    top: 50%;
    left: -85px;
    width: 109px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-worries .worries-summary p {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.85em;
    letter-spacing: 0.16em;
  }
  .section-worries .worries-summary p strong {
    color: #f25f2e;
  }
  .section-melit {
    margin-bottom: 250px;
  }
  .section-melit hgroup {
    margin-bottom: 100px;
    text-align: center;
  }
  .section-melit hgroup p {
    margin: 0 auto 40px;
    font-size: 24px;
    font-weight: 700;
  }
  .section-melit hgroup p::before, .section-melit hgroup p::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px -5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .section-melit hgroup p::before {
    background-image: url(../images/ico-flag.png);
  }
  .section-melit hgroup p::after {
    background-image: url(../images/ico-flag-r.png);
  }
  .section-melit hgroup h2 {
    font-size: 46px;
    font-weight: 900;
  }
  .section-melit hgroup h2 b {
    color: #f25f2e;
  }
  .section-melit .melit-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin-bottom: 70px;
  }
  .section-melit .melit-title img {
    width: 205px;
  }
  .section-melit .melit-title p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.5em;
  }
  .section-melit .melit-title p b {
    color: #f25f2e;
  }
  .section-melit .ranking {
    position: relative;
    width: 1000px;
    max-width: calc(100% - 200px);
    margin: 0 auto 50px;
    padding: 50px 50px 50px 80px;
    background-color: #f7f0e3;
    border-radius: 8px;
  }
  .section-melit .ranking h3 {
    margin-bottom: 20px;
    font-size: 40px;
    color: #f25f2e;
  }
  .section-melit .ranking p {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.3em;
    line-height: 2.25em;
  }
  .section-melit .ranking::before {
    content: "";
    position: absolute;
    top: 35px;
    left: -42px;
    width: 84px;
    height: 84px;
    background-repeat: no-repeat;
  }
  .section-melit .ranking:first-child::before {
    background-image: url(../images/merit01.svg);
  }
  .section-melit .ranking:nth-child(2)::before {
    background-image: url(../images/merit02.svg);
  }
  .section-melit .ranking:nth-child(3)::before {
    background-image: url(../images/merit03.svg);
  }
  .section-voice {
    position: relative;
    z-index: 0;
    padding-bottom: 100px;
  }
  .section-voice .section-hgroup .ja {
    margin-top: 80px;
    font-size: 45px;
  }
  .section-voice .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
    width: 820px;
    margin: 120px auto 0;
  }
  .section-voice .col2 .left {
    width: 365px;
  }
  
  .section-voice .col2 .left img{
  display: none;
  box-shadow: 0px 0px 3px rgb(168, 168, 168);
  }

  .section-voice .col2 .left img.active{
  display: inline-block;
  }

  .section-voice .col2 .right {
    list-style: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 14px), 1fr));
    gap: 14px;
  }
  .section-voice .col2 .right li:hover {
    cursor: pointer;
  }
  .section-voice .col2 .right li img {
    border-radius: 20px;
  }
  .section-voice .voice-slider {
    margin-top: 100px;
    padding-top: 230px;
    background-color: #e5652c;
    background-image: url(../images/wave-top.svg);
    background-repeat: repeat-x;
    background-size: 3350px auto;
    background-position: top -1px center;
  }
  .section-voice .voice-slider h2 {
    margin-bottom: 120px;
    font-size: 48px;
    color: #fff;
    text-align: center;
  }
  .section-voice .voice-slider h2 span {
    font-weight: 400;
  }
  .section-voice .voice-slider #voiceSlider {
    position: relative;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px 220px;
    overflow: hidden;
  }
  .section-voice .voice-slider #voiceSlider .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 1275px;
    max-width: 100%;
  }
  .section-voice .voice-slider #voiceSlider .swiper-wrapper .swiper-slide .img {
    width: 474px;
    margin-right: 70px;
  }
  .section-voice .voice-slider #voiceSlider .swiper-wrapper .swiper-slide .img img {
    -webkit-mask-image: url(../images/voice-slider-mask.svg);
            mask-image: url(../images/voice-slider-mask.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
  .section-voice .voice-slider #voiceSlider .swiper-wrapper .swiper-slide .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #fff;
    padding-right: 1em;
  }
  .section-voice .voice-slider #voiceSlider .swiper-wrapper .swiper-slide .text h3 {
    margin-bottom: 0.5em;
    font-size: 46px;
  }
  .section-voice .voice-slider #voiceSlider .swiper-wrapper .swiper-slide .text p {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 2em;
  }
  .section-voice .voice-slider #voiceSlider .navVoiceNext,
  .section-voice .voice-slider #voiceSlider .navVoicePrev {
    position: absolute;
    top: 120px;
    z-index: 100;
    width: 38px;
    height: 38px;
  }
  .section-voice .voice-slider #voiceSlider .navVoiceNext:hover,
  .section-voice .voice-slider #voiceSlider .navVoicePrev:hover {
    cursor: pointer;
  }
  .section-voice .voice-slider #voiceSlider .navVoicePrev {
    left: 10px;
  }
  .section-voice .voice-slider #voiceSlider .navVoiceNext {
    right: 10px;
  }
  .section-reason {
    position: relative;
    z-index: 2;
    margin-bottom: 200px;
  }
  .section-reason .section-hgroup {
    margin-top: -130px;
    margin-bottom: 100px;
  }
  .section-reason .reason-wrapper {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .section-reason .reason-wrapper .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(50px, 4.5vw, 148px);
    margin-bottom: 120px;
  }
  .section-reason .reason-wrapper .col2 .img {
    width: 600px;
    border-radius: 9px;
    -webkit-box-shadow: 12px 12px 0 #c8c8c8;
            box-shadow: 12px 12px 0 #c8c8c8;
  }
  .section-reason .reason-wrapper .col2 .img img,
  .section-reason .reason-wrapper .col2 .img video {
    width: 100%;
    border-radius: 9px;
  }
  .section-reason .reason-wrapper .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-reason .reason-wrapper .col2 .text h3 {
    margin-bottom: 0.5em;
    font-size: 36px;
    font-weight: 900;
  }
  .section-reason .reason-wrapper .col2 .text h3 b {
    color: #f25f2e;
  }
  .section-reason .reason-wrapper .col2 .text p {
    font-size: 16px;
    line-height: 2.25em;
  }
  .section-features .section-hgroup {
    margin-bottom: 120px;
  }
  .section-features .section-hgroup .ja {
    margin-top: 40px;
  }
  .section-features .features-wrapper {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .section-features .features-wrapper .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
  }
  .section-features .features-wrapper .col2 .img {
    position: relative;
    z-index: 1;
    width: 475px;
    margin-right: clamp(60px, 5.4vw, 120px);
  }
  .section-features .features-wrapper .col2 .img::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: -1;
    width: 475px;
    aspect-ratio: 1/1;
    border-radius: 20px;
    background-color: #c8c8c8;
    opacity: 0.6;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  .section-features .features-wrapper .col2 .img img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 20px;
  }
  .section-features .features-wrapper .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-features .features-wrapper .col2 .text h3 {
    margin-bottom: 1em;
    font-size: 36px;
    font-weight: 900;
  }
  .section-features .features-wrapper .col2 .text h3 b {
    color: #f25f2e;
  }
  .section-features .features-wrapper .col2 .text p {
    line-height: 2.25em;
  }
  .section-print {
    margin-top: 250px;
  }
  .section-print .print-title {
    position: relative;
    z-index: -1;
    text-align: center;
    padding-top: 50px;
  }
  .section-print .print-title::before, .section-print .print-title::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 590px;
    height: 350px;
    border-radius: 100% 100% 0 0;
  }
  .section-print .print-title::before {
    background-color: #fff;
  }
  .section-print .print-title::after {
    top: -65px;
    z-index: -2;
    width: 580px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .section-print .print-title .duck {
    position: absolute;
    top: -130px;
    left: calc(50% - 55px);
    width: 110px;
    height: 158px;
    margin-bottom: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    text-align: center;
  }
  .section-print .print-title .logo {
    width: 278px;
  }
  .section-print .print-tab {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 100px auto;
    font-size: 23px;
    font-weight: 700;
    color: #f25f2e;
  }
  .section-print .print-tab li {
    padding: 0.5em 1em;
  }
  .section-print .print-tab li:hover {
    font-weight: 900;
    cursor: pointer;
  }
  .section-print .print-tab li.active {
    color: #fff;
    background-color: #f25f2e;
    border-radius: 3em;
  }
  .section-print .print-content {
    margin-bottom: 110px;
  }
  .section-print .print-content .col2 {
    display: none;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
  .section-print .print-content .col2.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-print .print-content .col2 .img {
    width: 515px;
    margin-right: clamp(60px, 5.4vw, 130px);
  }
  .section-print .print-content .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 700;
  }
  .section-print .print-content .col2 .text hgroup {
    margin-bottom: 50px;
  }
  .section-print .print-content .col2 .text hgroup p {
    font-size: 22px;
    line-height: 1.5em;
  }
  .section-print .print-content .col2 .text hgroup p b {
    color: #f25f2e;
  }
  .section-print .print-content .col2 .text hgroup h3 {
    font-size: 42px;
    line-height: 1em;
  }
  
  .section-print .print-content .col2 .text hgroup h3 img {
    width:80%;
  }
  
  .section-print .print-content .col2 .text hgroup h3 b {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-left: 4px;
    line-height: 39px;
    color: #fff;
    text-align: center;
    background-color: #f25f2e;
    border-radius: 50%;
    letter-spacing: 0;
  }
  .section-print .print-content .col2 .text p {
    font-size: 18px;
  }
  .section-print .print-content .col2 .text ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1.75em), 1fr));
    gap: 1em 1.75em;
    margin-bottom: 40px;
    padding-left: 1.5em;
  }
  .section-print .print-content .col2 .text ul li {
    line-height: 1.5em;
  }
  .section-print .print-content .col2 .text .btn {
    width: 375px;
    height: 60px;
    font-size: 23px;
  }
  .section-print .print-detail {
    padding-bottom: 250px;
    background-color: #f0f0ec;
    background-image: url(../images/wave-bottom.svg);
    background-repeat: repeat-x;
    background-size: 3350px auto;
    background-position: bottom -1px center;
  }
  .section-print .print-detail .inner {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 130px 50px 150px;
  }
  .section-print .print-detail .detail-contents {
    display: none;
  }
  .section-print .print-detail .detail-contents.active {
    display: block;
  }
  .section-print .print-detail h2 {
    margin-bottom: 70px;
    font-size: 32px;
  }
  .section-print .print-detail .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
  .section-print .print-detail .col2:last-child {
    margin-bottom: 0;
  }
  .section-print .print-detail .col2 .detail-slider {
    position: relative;
    width: 625px;
    margin-right: 75px;
    padding: 0 25px;
    overflow: hidden;
  }
  .section-print .print-detail .col2 .detail-slider .swiper-wrapper .swiper-slide img {
    border-radius: 10px;
  }
  .section-print .print-detail .col2 .detail-prev01,
  .section-print .print-detail .col2 .detail-next01 {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 100;
    width: 42px;
    height: 42px;
    cursor: pointer;
  }
  .section-print .print-detail .col2 .detail-prev01 {
    left: 0;
  }
  .section-print .print-detail .col2 .detail-next01 {
    right: 0;
  }
  .section-print .print-detail .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-print .print-detail .col2 .text h3 {
    margin-bottom: 0.5em;
    font-size: 36px;
  }
  .section-print .print-detail .col2 .text p {
    font-size: 20px;
    font-weight: 700;
    line-height: 2em;
  }
  .section-print .hajipuri {
    width: 860px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden;
  }
  .section-print .hajipuri h3 {
    padding: 0.75em 0;
    font-size: 32px;
    text-align: center;
    color: #fff;
    background-color: #e97745;
  }
  .section-print .hajipuri .col2 {
    display: block;
    padding: 60px;
  }
  .section-print .hajipuri .col2 .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 35px;
  }
  .section-print .hajipuri .col2 .img .logo {
    width: 236px;
  }
  .section-print .hajipuri .col2 .img .print {
    width: 267px;
  }
  .section-print .hajipuri .col2 .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 35px;
    margin-top: 50px;
  }
  .section-print .hajipuri .col2 .text p {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .section-print .hajipuri .col2 .text p b {
    color: #f25f2e;
  }
  .section-print .hajipuri .col2 .text .btn-b {
    width: 255px;
    height: 55px;
    font-size: 16px;
  }
  .section-free {
    width: 1100px;
    max-width: 100%;
    margin: 50px auto 200px;
    padding: 0 70px;
    text-align: center;
  }
  .section-free h2 {
    margin-bottom: 100px;
    font-size: 46px;
    font-weight: 900;
  }
  .section-free h2 b {
    color: #f25f2e;
  }
  .section-free .text {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.75em;
    text-align: left;
  }
  .section-free .text b {
    color: #f25f2e;
  }
  .section-free .btn-area {
    margin-top: 70px;
    font-size: 24px;
    font-weight: 700;
    color: #406064;
  }
  .section-free .btn-area b {
    color: #f25f2e;
  }
  .section-free .btn-area .btn-b {
    width: 460px;
    height: 107px;
    margin: 0 auto;
    font-size: 28px;
  }
  .section-qa {
    width: 1150px;
    max-width: 100%;
    margin: 0 auto 135px;
    padding: 0 50px;
  }
  .section-qa .section-hgroup {
    margin-bottom: 80px;
  }
  .section-qa .qa-wrapper {
    margin: 0 auto 30px;
    padding: 40px 60px 40px 85px;
    color: #fff;
    background-color: #e5652c;
    border-radius: 12px;
  }
  .section-qa .qa-wrapper:last-child {
    margin-bottom: 0;
  }
  .section-qa .qa-wrapper .question,
  .section-qa .qa-wrapper .answer {
    position: relative;
  }
  .section-qa .qa-wrapper .question::before,
  .section-qa .qa-wrapper .answer::before {
    position: absolute;
    top: 5px;
    left: -50px;
    font-family: "Josefin Slab", serif;
    font-weight: 700;
    font-size: 36px;
  }
  .section-qa .qa-wrapper .question {
    font-size: 26px;
    letter-spacing: 0.14em;
    cursor: pointer;
  }
  .section-qa .qa-wrapper .question::before {
    content: "Q";
  }
  .section-qa .qa-wrapper .answer {
    display: none;
    margin-top: 40px;
  }
  .section-qa .qa-wrapper .answer::before {
    content: "A";
  }
  .section-qa .qa-wrapper .answer p {
    font-size: 18px;
    line-height: 2em;
  }
  .section-qa .qa-wrapper .answer p:last-child {
    margin-bottom: 0;
  }
  .section-contact {
    padding: 150px 50px;
    background-color: #f0f0ec;
  }
  .section-contact h2 {
    margin-bottom: 100px;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
  }
  .section-contact h2 b {
    color: #f25f2e;
  }
  .section-contact .col2 {
    display: grid;
    grid-template-columns: 162px 1fr;
    gap: 20px 32px;
    width: 740px;
    margin: 0 auto;
  }
  .section-contact .col2 img {
    width: 162px;
    grid-row: 1/span 2;
    border-radius: 50%;
  }
  .section-contact .col2 h3 {
    grid-row: 1;
    font-size: 28px;
    font-weight: 900;
    line-height: 1em;
  }
  .section-contact .col2 p {
    grid-row: 2;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 2em;
  }
  /* ////////////////// GDPR 対応 ////////////////// */
  .l-cookiePopup.is-active {
    display: block;
  }
  .l-cookiePopup.is-hidden {
    display: none;
  }
  .l-cookiePopup {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    padding: 22px 16px 0px 16px;
    line-height: 1.5em;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
  }
  .l-cookiePopup a {
    color: #fff;
  }
  .l-cookiePopup__close {
    position: absolute;
    top: 30px;
    right: 120px;
    z-index: 10000;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .l-cookiePopup__close::before, .l-cookiePopup__close::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .l-cookiePopup__close::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .l-cookiePopup__close::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}