@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.font-family-noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.montserrat {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.font-size-base, body {
  font-size: 16px;
  font-size: clamp(15px, 4.359vw, 18px);
}
@media screen and (min-width: 992px) {
  .font-size-base, body {
    font-size: 24px;
    font-size: clamp(16px, 1.111vw, 17px);
  }
}

html,
body {
  width: 100%;
  height: 100%;
  counter-reset: number 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  line-height: 1.6;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #f0efe4;
  font-weight: 600;
}
@media (prefers-reduced-motion: reduce) {
  body {
    scroll-behavior: auto;
  }
}

img {
  width: 100%;
  vertical-align: top;
  line-height: 1;
}

picture {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

header {
  background: rgb(255, 255, 255);
}
@media screen and (min-width: 992px) {
  header {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 8;
    width: 100%;
  }
}

#mv {
  position: relative;
  background: url(./../../assets/images/photo_sp.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #mv {
    z-index: 99;
    background: none;
    overflow: hidden;
  }
}
#mv .mv {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #mv .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#mv .mv .slideshow {
  z-index: -1;
  overflow: hidden;
  position: relative;
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #mv .mv .slideshow {
    width: 60%;
    margin-left: -10%;
  }
}
#mv .mv .slideshow .swiper-slide-active .swiper-slide__item,
#mv .mv .slideshow .swiper-slide-duplicate-active .swiper-slide__item,
#mv .mv .slideshow .swiper-slide-prev .swiper-slide__item {
  -webkit-animation: zoomanime 30s linear 0s normal both;
          animation: zoomanime 30s linear 0s normal both;
}
@-webkit-keyframes zoomanime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}
@keyframes zoomanime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}
#mv .mv .slideshow .swiper-slide img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #mv .mv .photo {
    width: 50%;
  }
}
#mv .mv .photo .photo_area {
  display: none;
}
@media screen and (min-width: 768px) {
  #mv .mv .photo .photo_area {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
#mv .mv_title {
  position: relative;
  padding: 4%;
}
@media screen and (min-width: 768px) {
  #mv .mv_title {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(8%, -50%);
            transform: translate(8%, -50%);
    z-index: 100;
    padding: 0;
    width: 40%;
    background: none;
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  #mv .mv_title {
    max-width: 680px;
  }
}
#mv .mv_title .mv_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  #mv .mv_title .mv_btn {
    width: 100%;
    margin: 20px auto 0;
  }
}
#mv .mv_title .mv_btn .btn {
  width: 48%;
  font-size: clamp(0.875rem, 0.458rem + 1.39vw, 2.125rem);
}
#mv .mv_title .mv_btn .btn a {
  display: block;
  width: 100%;
  padding: 12px 0;
}
@media screen and (min-width: 992px) {
  #mv .mv_title .mv_btn .btn a {
    padding: 14px 0;
  }
}

#CATCH {
  position: relative;
  overflow: hidden;
}
#CATCH::after {
  content: "";
  background: url(./../../assets/images/bg-circle_sp.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(70%, 25%);
          transform: translate(70%, 25%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #CATCH::after {
    content: "";
    background: url(./../../assets/images/bg-circle_pc.svg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(70%, 10%);
            transform: translate(70%, 10%);
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  #CATCH {
    overflow: visible;
  }
}
#CATCH .catch_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 6% 40px;
}
@media screen and (min-width: 768px) {
  #CATCH .catch_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 40px 0 90px;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #CATCH .catch_area picture {
    width: 50%;
    margin-left: -4%;
  }
}
#CATCH .catch_area .txt {
  z-index: 3;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #CATCH .catch_area .txt {
    width: 50%;
    margin: inherit;
  }
}
#CATCH .catch_area .txt .main_catchphrase {
  font-size: clamp(3.125rem, 2rem + 5.63vw, 8.75rem);
  text-align: left;
  line-height: 1.4;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  #CATCH .catch_area .txt .main_catchphrase {
    margin-top: 40px;
  }
}
#CATCH .catch_area .txt p {
  font-size: clamp(0.875rem, 0.7rem + 0.88vw, 1.75rem);
  text-align: center;
  padding: 40px 0;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #CATCH .catch_area .txt p {
    text-align: left;
  }
}

.btn {
  position: relative;
  text-align: center;
  color: #ffffff;
}
.btn a {
  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;
  height: 100%;
  background-color: #fc5151;
  border-radius: 80px;
}
.btn a:hover {
  background: #fff;
  border-radius: 80px;
  color: #fc5151;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.cta {
  position: relative;
  text-align: center;
  font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
}
.cta h3 {
  font-size: clamp(0.875rem, 0.55rem + 1.63vw, 2.5rem);
  font-weight: 700;
}
.cta .cta_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cta .cta_txt {
    max-width: 900px;
  }
}
.cta .btn {
  position: relative;
  margin: 10px 0;
}
@media screen and (min-width: 992px) {
  .cta .btn {
    font-size: clamp(0.875rem, 0.55rem + 1.63vw, 2.5rem);
  }
}
.cta .btn a {
  padding: 4% 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cta .btn a {
    padding: 3.6% 0;
    max-width: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .cta .btn a {
    max-width: 900px;
  }
}

#ISSUE {
  position: relative;
  padding: 0 0 30px;
  background: #eeeb8a;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  #ISSUE {
    padding: 0 0 80px;
  }
}
#ISSUE::before {
  content: "";
  background: url(./../../assets/images/bg-catch_sp.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #ISSUE::before {
    background: url(./../../assets/images/bg-catch_pc.png) no-repeat;
    background-size: contain;
    height: 200px;
    top: 0;
    left: 0;
  }
}
#ISSUE h2 {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  #ISSUE h2 {
    padding-top: 60px;
  }
}
#ISSUE h2 + p {
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
}
#ISSUE .img-issue {
  position: relative;
  margin: 20% 0 60px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width: 768px) {
  #ISSUE .img-issue {
    margin: 80px 0 0;
    padding: 0 6%;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 2;
  }
}
@media screen and (min-width: 992px) {
  #ISSUE .img-issue {
    margin: 70px 0 0;
  }
}
#ISSUE .reason_list {
  padding: 15px 0;
  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;
}
@media screen and (min-width: 992px) {
  #ISSUE .reason_list {
    padding: 85px 0;
  }
}
#ISSUE .reason_list li {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  #ISSUE .reason_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    border: none;
    padding: 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 75px;
  }
}
#ISSUE .reason_list li .txt {
  position: relative;
  border-radius: 20px;
  text-align: left;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #ISSUE .reason_list li .txt {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #ISSUE .reason_list li .txt::after {
    content: "";
    background: #fff;
    width: 110%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px;
  }
}
#ISSUE .reason_list li .txt h3 {
  padding: 10px;
  font-size: clamp(1.375rem, 0.95rem + 2.13vw, 3.5rem);
}
@media screen and (min-width: 992px) {
  #ISSUE .reason_list li .txt h3 {
    padding: 40px 40px 0 60px;
  }
}
#ISSUE .reason_list li .txt p {
  padding: 10px;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}
@media screen and (min-width: 992px) {
  #ISSUE .reason_list li .txt p {
    padding: 40px 40px 60px 60px;
  }
}
#ISSUE .reason_list li .txt p span {
  color: #fc5151;
}
#ISSUE .reason_list li .picture {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  #ISSUE .reason_list li .picture {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  #ISSUE .reason_list li.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  #ISSUE .reason_list li.-reverse .txt::after {
    left: auto;
    right: 0;
  }
}

#ANSWER h2 + p {
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
}

#REASON {
  background-color: #f9db00;
  padding: 25px 0;
}
@media screen and (min-width: 992px) {
  #REASON {
    padding: 80px 0 0;
  }
}
#REASON h2 {
  font-size: clamp(1.5rem, 1.112rem + 1.94vw, 3.438rem);
}
#REASON h2 + p {
  font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
  font-weight: 600;
}
#REASON .reason_list {
  padding: 15px 0;
  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;
}
@media screen and (min-width: 992px) {
  #REASON .reason_list {
    padding: 85px 0;
  }
}
#REASON .reason_list li {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  #REASON .reason_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    border: none;
    padding: 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 75px;
  }
}
#REASON .reason_list li .txt {
  position: relative;
  border-radius: 20px;
  text-align: left;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #REASON .reason_list li .txt {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #REASON .reason_list li .txt::after {
    content: "";
    background: #fff;
    width: 110%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px;
  }
}
#REASON .reason_list li .txt h3 {
  padding: 10px;
  font-size: clamp(1.375rem, 0.95rem + 2.13vw, 3.5rem);
}
@media screen and (min-width: 992px) {
  #REASON .reason_list li .txt h3 {
    padding: 40px 40px 0 60px;
  }
}
#REASON .reason_list li .txt p {
  padding: 10px;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}
@media screen and (min-width: 992px) {
  #REASON .reason_list li .txt p {
    padding: 40px 40px 60px 60px;
  }
}
#REASON .reason_list li .txt p span {
  color: #fc5151;
}
#REASON .reason_list li .picture {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  #REASON .reason_list li .picture {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  #REASON .reason_list li.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  #REASON .reason_list li.-reverse .txt::after {
    left: auto;
    right: 0;
  }
}

#PLAN {
  background: url(./../../assets/images/bg-plan_sp.jpg) no-repeat;
  background-size: cover;
  padding: 45px 0;
}
@media screen and (min-width: 992px) {
  #PLAN {
    background: url(./../../assets/images/bg-plan_pc.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
  }
}
#PLAN h2 + p {
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
}
#PLAN .price {
  position: relative;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  #PLAN .price {
    margin: 80px 0 100px;
  }
}
#PLAN .price .price_sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #PLAN .price .price_sp {
    display: none;
  }
}
#PLAN .price .price_sp li {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  #PLAN .price .price_sp li {
    margin-bottom: 0;
  }
}
#PLAN .price .price_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #PLAN .price .price_pc {
    display: block;
  }
}
#PLAN picture {
  margin-top: 40px;
  display: block;
}
@media screen and (min-width: 768px) {
  #PLAN picture {
    margin-top: 60px;
  }
}

#CASESTUDY {
  background: url(./../../assets/images/bg-case_sp.jpg) no-repeat;
  background-size: cover;
  padding: 45px 0;
}
@media screen and (min-width: 992px) {
  #CASESTUDY {
    background: url(./../../assets/images/bg-case_pc.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
  }
}
#CASESTUDY h2 + p {
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
}
#CASESTUDY .case_list {
  position: relative;
  margin: 25px 0 0;
}
@media screen and (min-width: 992px) {
  #CASESTUDY .case_list {
    margin: 80px 0 0;
  }
}
#CASESTUDY .case_list .case_list_data {
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #CASESTUDY .case_list .case_list_data {
    margin-bottom: 46px;
  }
}

#FLOW {
  background: #CAEAF2;
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  #FLOW {
    padding: 90px 0;
  }
}
#FLOW h2 + p {
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
}
#FLOW .img-issue {
  margin: 25px 0;
}
@media screen and (min-width: 992px) {
  #FLOW .img-issue {
    margin: 45px 0;
  }
}
#FLOW .img-issue + p {
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
}
#FLOW .three-column {
  margin: 40px 0 0;
}
@media screen and (min-width: 992px) {
  #FLOW .three-column {
    margin: 60px 0 0;
  }
}
#FLOW .three-column li {
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  #FLOW .three-column li {
    margin-top: 50px;
  }
}
#FLOW .three-column h3 {
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
  padding: 0 15px 0;
}
@media screen and (min-width: 992px) {
  #FLOW .three-column h3 {
    text-align: center;
    margin-top: 50px;
    padding: 0;
  }
}
#FLOW .three-column h3::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
}
@media screen and (min-width: 992px) {
  #FLOW .three-column h3::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 100px;
  }
}
#FLOW .three-column p {
  padding: 0 15px 15px;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}
@media screen and (min-width: 992px) {
  #FLOW .three-column p {
    padding: 20px;
  }
}

#RULE {
  padding: 30px 0 20px;
}
#RULE h2 + p {
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
}
@media screen and (min-width: 992px) {
  #RULE {
    padding: 90px 0 120px;
  }
}
#RULE .three-column h3 {
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 2rem);
  margin-bottom: 10px;
}
#RULE .three-column li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  #RULE .three-column li {
    padding: 30px;
    margin-bottom: 0;
  }
}
#RULE .three-column li p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

section {
  text-align: center;
}
section .section-inner {
  padding: 0 6%;
}
@media screen and (min-width: 992px) {
  section .section-inner {
    padding: 0 8%;
  }
}

#FAQ {
  background: #fff7c0;
  padding: 25px 0 30px;
}
@media screen and (min-width: 992px) {
  #FAQ {
    padding: 90px 0 120px;
  }
}
#FAQ h2 + p {
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
}
#FAQ .faq-list {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #FAQ .faq-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -60px;
    margin-top: 40px;
  }
}
#FAQ .faq-list .faq-list_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #FAQ .faq-list .faq-list_data {
    width: calc(50% - 60px);
    margin-left: 60px;
    margin-bottom: 45px;
  }
}
#FAQ .faq-list .faq-list_data h3 {
  position: relative;
  font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
#FAQ .faq-list .faq-list_data h3::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(./../../assets/images/img-faq_01.svg) no-repeat;
  background-size: contain;
  margin-right: 20px;
}
@media screen and (min-width: 992px) {
  #FAQ .faq-list .faq-list_data h3::before {
    width: 100px;
    height: 100px;
  }
}
#FAQ .faq-list .faq-list_data p {
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5%;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  #FAQ .faq-list .faq-list_data p {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

#CONTACT {
  padding: 25px 0 30px;
}
@media screen and (min-width: 992px) {
  #CONTACT {
    padding: 90px 0 60px;
  }
}
#CONTACT h2 + p {
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
}
#CONTACT form {
  margin: 20px auto 0;
}
@media screen and (min-width: 992px) {
  #CONTACT form {
    margin: 90px auto 20px;
    max-width: 1000px;
  }
}
#CONTACT form .form-group label span {
  color: #fc5151;
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
}
#CONTACT .explain {
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  #CONTACT .explain {
    text-align: center;
  }
}
#CONTACT .note {
  font-size: clamp(0.688rem, 0.575rem + 0.56vw, 1.25rem);
  text-align: left;
}
@media screen and (min-width: 768px) {
  #CONTACT .note {
    text-align: center;
  }
}

footer {
  background: #ffe200;
  font-size: clamp(0.75rem, 0.6rem + 0.75vw, 1.5rem);
}
footer .footer_info {
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 10px;
}
@media screen and (min-width: 768px) {
  footer .footer_info {
    padding: 80px 50px;
  }
}
footer .footer_info .footer_link {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  footer .footer_info .footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  footer .footer_info .footer_link {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  footer .footer_info .footer_link p {
    margin-right: 80px;
  }
}

.montserrat {
  font-size: clamp(2.5rem, 1.75rem + 3.75vw, 6.25rem);
}

ul.three-column {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  ul.three-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 60px;
  }
}
ul.three-column li {
  background: #fff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  ul.three-column li {
    width: calc(33.3333333333% - 10px);
  }
}
ul.three-column li .three-column_item {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  ul.three-column li .three-column_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  ul.three-column li .three-column_item p {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  ul.three-column li .three-column_item .pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
ul.three-column li .three-column_item.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
ul.three-column li img {
  height: auto;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
}
.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .hamburger {
    padding: 18px 5px;
  }
}
.hamburger .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0 0 10px;
  width: 36%;
}
@media screen and (min-width: 992px) {
  .hamburger .logo {
    width: 350px;
  }
}
.hamburger .subtitle {
  display: none;
}
@media screen and (min-width: 992px) {
  .hamburger .subtitle {
    display: block;
    width: 150px;
    margin: 0 2.2%;
  }
}

.hamburger .btn-gNav {
  display: block;
  position: fixed;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 102;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media screen and (min-width: 768px) {
  .hamburger .btn-gNav {
    position: relative;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .hamburger .btn-gNav {
    display: none;
  }
}
.hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #707070;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  top: 6px;
}
.hamburger .btn-gNav span:nth-child(2) {
  top: 14px;
}
.hamburger .btn-gNav.open span:nth-child(1) {
  background: #ffffff;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger .btn-gNav.open span:nth-child(2) {
  background: #ffffff;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger .gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffe200;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 101;
  padding-top: 50px;
  overflow: auto;
}
@media screen and (min-width: 992px) {
  .hamburger .gNav {
    position: relative;
    right: 0;
    background: none;
    padding: 0;
  }
}
.hamburger .gNav .gNav-menu {
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .hamburger .gNav .gNav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.hamburger .gNav .gNav-menu li {
  padding: 15px 10px;
}
@media screen and (min-width: 1200px) {
  .hamburger .gNav .gNav-menu li {
    padding: 15px 20px;
  }
}
.hamburger .gNav .gNav-menu li + .btn-area {
  width: 18%;
  padding: 15px 0;
  margin: 0 10px;
}
.hamburger .gNav .gNav-menu li .btn {
  width: 100%;
  display: block;
}
.hamburger .gNav .gNav-menu li a {
  font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  padding: 10px 0;
}
.hamburger .gNav.open {
  right: 0;
}

.fadein--img {
  height: auto;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.fadein--img img {
  width: 100%;
}

.fadein--img.-delay3 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.fadein--img.-delay5 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .form-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 4rem;
  }
}
.form-group .form-item {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .form-group label {
    width: 25%;
    text-align: left;
    margin-right: 2%;
  }
}

input, textarea {
  background-color: #fff;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  color: #222;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

select {
  background-color: #fff;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
}

input[type=text] {
  width: 100%;
}

textarea {
  width: 100%;
}

input[type=text]:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(30, 136, 229, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(30, 136, 229, 0.25);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

input[type=submit] {
  background: #fc5151;
  color: #fff;
  border-radius: 80px;
  padding: 3% 9%;
  margin: 20px 0;
  cursor: pointer;
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  font-weight: 600;
  width: 100%;
}
@media screen and (min-width: 768px) {
  input[type=submit] {
    padding: 2% 9%;
    width: auto;
  }
}

#calloutElm {
  position: fixed;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 80%;
  z-index: 100;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #calloutElm {
    left: auto;
    right: 0;
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
    max-width: 300px;
    width: 20%;
  }
}
#calloutElm .callout-container {
  position: relative;
}
#calloutElm .callout-container .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #calloutElm .callout-container .pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #calloutElm .callout-container .sp {
    display: none;
  }
}
#calloutElm .callout-container .closebtn {
  position: absolute;
  top: -5px;
  right: 5px;
  color: white;
  font-size: 30px;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}
#calloutElm #closeButton {
  position: relative;
  display: block;
  width: 20px;
  margin-bottom: -20px;
  margin-left: auto;
  margin-right: -8px;
  z-index: 102;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #calloutElm #closeButton {
    width: 34px;
  }
}

.hidden {
  -webkit-animation: fade 0.2s ease-in-out forwards;
          animation: fade 0.2s ease-in-out forwards;
  pointer-events: none; /* 重要 */
}

@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.visible {
  -webkit-animation: fadeOut 0.2s ease-in-out forwards;
          animation: fadeOut 0.2s ease-in-out forwards;
  pointer-events: all; /* 重要 */
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.anime-up.displayed span {
  -webkit-animation: showText 1s backwards;
          animation: showText 1s backwards;
  display: inline-block;
}

.anime-up.displayed > span {
  overflow: hidden;
}

.anime-up.displayed > span > span {
  -webkit-animation: showTextFromBottom 0.75s backwards;
          animation: showTextFromBottom 0.75s backwards;
}

.pic_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .pic_list {
    margin-left: -60px;
  }
}
.pic_list div {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pic_list div {
    width: calc(50% - 60px);
    margin: 0 0 60px 60px;
  }
}
.pic_list .pic_data {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .pic_list .pic_data {
    margin-bottom: 60px;
  }
}
.pic_list .pic_slide02 {
  width: 100%;
  padding-top: 62.5%;
}
@media screen and (min-width: 768px) {
  .pic_list .pic_slide02 {
    margin: 0;
  }
}
.pic_list .pic_slide02 img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.pic_list .pic_slide02 img.active {
  opacity: 1;
}
.pic_list .pic_slide03 {
  width: 100%;
  padding-top: 62.5%;
}
@media screen and (min-width: 768px) {
  .pic_list .pic_slide03 {
    margin: 0;
  }
}
.pic_list .pic_slide03 img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.pic_list .pic_slide03 img.active {
  opacity: 1;
}
.pic_list .pic_slide04 {
  width: 100%;
  padding-top: 62.5%;
}
@media screen and (min-width: 768px) {
  .pic_list .pic_slide04 {
    margin: 0;
  }
}
.pic_list .pic_slide04 img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.pic_list .pic_slide04 img.active {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */