@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: 700;
  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;
}

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

#mv {
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  #mv {
    padding-top: 56.25%;
    overflow: hidden;
  }
}
#mv .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mv .mv .movie {
  max-height: 180px;
  overflow: hidden;
}
#mv .mv .movie video {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #mv .mv .movie video {
    width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-75%, -50%);
            transform: translate(-75%, -50%);
  }
}
@media screen and (min-width: 768px) {
  #mv .mv .movie {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #mv .mv .photo {
    width: 50%;
  }
}
#mv .mv .photo .photo_area {
  overflow: hidden;
  max-height: 180px;
}
@media screen and (min-width: 768px) {
  #mv .mv .photo .photo_area {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    max-height: none;
  }
}
#mv .mv .photo .photo_area picture img {
  -webkit-animation: animationZoom 12s ease-in-out both;
          animation: animationZoom 12s ease-in-out both;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
@-webkit-keyframes animationZoom {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes animationZoom {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#mv .mv_title {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 4%;
}
@media screen and (min-width: 768px) {
  #mv .mv_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 100;
    padding: 4%;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  #mv .mv_title {
    padding: 4%;
    max-width: 785px;
  }
}
#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;
  }
}

#SLIDE .slide_title {
  padding: 25px 0;
}
@media screen and (min-width: 992px) {
  #SLIDE .slide_title {
    padding: 50px 0 30px;
  }
}
#SLIDE .slide_title h2 {
  font-size: clamp(1.5rem, 1rem + 2.5vw, 4rem);
}
#SLIDE .slide_title p {
  font-size: clamp(0.938rem, 0.725rem + 1.06vw, 2rem);
}
#SLIDE .slide_title p span {
  color: #fc5151;
}
@media screen and (min-width: 992px) {
  #SLIDE .slide_title p span em {
    font-size: 64px;
  }
}

.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;
  background-color: #ffe200;
  padding: 20px 8%;
  text-align: center;
  font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
}
@media screen and (min-width: 992px) {
  .cta {
    padding: 40px 18% 80px;
  }
}
.cta h3 {
  font-size: clamp(0.875rem, 0.55rem + 1.63vw, 2.5rem);
  font-weight: 700;
}
.cta .btn {
  position: relative;
  height: 50px;
  margin: 10px 0;
}
@media screen and (min-width: 992px) {
  .cta .btn {
    margin: 20px 0;
    font-size: clamp(0.875rem, 0.55rem + 1.63vw, 2.5rem);
    height: 120px;
  }
  .cta .btn::before {
    content: "";
    background: url(./../../assets/images/img-cta_01.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 485px;
    height: 380px;
    -webkit-transform: translate(-72%, -40%);
            transform: translate(-72%, -40%);
    pointer-events: none;
  }
  .cta .btn::after {
    content: "";
    background: url(./../../assets/images/img-cta_02.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 485px;
    height: 380px;
    -webkit-transform: translate(60%, -40%);
            transform: translate(60%, -40%);
    pointer-events: none;
  }
}

#ISSUE {
  padding: 30px 0;
}
@media screen and (min-width: 992px) {
  #ISSUE {
    padding: 80px 0;
  }
}
#ISSUE h2 + p {
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
}
#ISSUE .img-issue {
  margin: 20px 0;
}
@media screen and (min-width: 992px) {
  #ISSUE .img-issue {
    margin: 70px 0 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-color: #ffe200;
  padding: 45px 0;
}
@media screen and (min-width: 992px) {
  #PLAN {
    padding: 80px 0 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 0;
  }
}
#PLAN .price .price_sp {
  display: block;
}
#PLAN .price .price_sp::before {
  content: "";
  background: url(./../../assets/images/img-plan_05.svg) no-repeat;
  background-size: 100%;
  width: 21%;
  height: 21%;
  position: absolute;
  top: -7%;
  left: 5%;
  z-index: 0;
}
@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 .price .price_pc::before {
    content: "";
    background: url(./../../assets/images/img-plan_05.svg) no-repeat;
    background-size: contain;
    width: 37%;
    height: 37%;
    position: absolute;
    top: -37%;
    left: 25%;
    z-index: 0;
  }
}

#ITEM {
  background-color: #ffe200;
  padding: 0 0 50px 0;
}
@media screen and (min-width: 992px) {
  #ITEM {
    padding: 95px 0;
  }
}
#ITEM h2 + p {
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
}
#ITEM picture {
  margin-top: 40px;
  display: block;
}
@media screen and (min-width: 768px) {
  #ITEM picture {
    margin-top: 60px;
  }
}

#BENEFITS {
  padding: 30px 0;
}
@media screen and (min-width: 992px) {
  #BENEFITS {
    padding: 70px 0 85px;
  }
}
#BENEFITS h2 + p {
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
}
#BENEFITS .img-benefits {
  margin: 20px 0;
}
@media screen and (min-width: 992px) {
  #BENEFITS .img-benefits {
    margin: 50px 0 0;
  }
}

#CASESTUDY {
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  #CASESTUDY {
    padding: 100px 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 {
  background: #fff;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #CASESTUDY .case_list .case_list_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 46px;
  }
  #CASESTUDY .case_list .case_list_data div {
    width: 50%;
  }
}
#CASESTUDY .case_list .case_list_data .txt {
  padding: 20px;
}
#CASESTUDY .case_list .case_list_data .txt .logo {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #CASESTUDY .case_list .case_list_data .txt .logo {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  #CASESTUDY .case_list .case_list_data .txt {
    padding: 40px;
  }
}
#CASESTUDY .case_list .case_list_data .txt h3 {
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
  font-weight: 600;
}
#CASESTUDY .case_list .case_list_data .txt h3 span {
  display: block;
  font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
}
#CASESTUDY .case_list .case_list_data .txt p {
  padding: 20px 0;
  font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  #CASESTUDY .case_list .case_list_data .txt p {
    padding: 50px 0;
  }
}
#CASESTUDY .case_list .case_list_data .txt .tag {
  position: relative;
}
#CASESTUDY .case_list .case_list_data .txt .tag li {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  #CASESTUDY .case_list .case_list_data + .-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

#FLOW {
  background: #ffe200;
  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: 700;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  ul.three-column li .three-column_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
ul.three-column li .three-column_item p {
  width: 50%;
}
@media screen and (min-width: 992px) {
  ul.three-column li .three-column_item p {
    width: 100%;
  }
}
ul.three-column li .three-column_item .pic {
  width: 50%;
}
@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 .-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;
  width: 40%;
  padding: 10px 0 4px 10px;
}
@media screen and (min-width: 992px) {
  .hamburger .logo {
    padding: 0;
    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;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@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;
  }
}/*# sourceMappingURL=style.css.map */