@charset "UTF-8";
header {
  position: relative;
  z-index: 3;
  width: 100%;
}

.l-header {
  position: fixed;
  top: 20px;
  width: 100%;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.is_in .l-header {
  transform: translateY(0);
  opacity: 1;
}

.l-header___nav {
  display: flex;
  justify-content: space-between;
  max-width: 1395px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 52px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1420px) {
  .l-header___nav {
    margin: 0 20px;
  }
}

.l-header__nav {
  max-width: 1055px;
  width: 76%;
}

.l-header_nav {
  display: flex;
  justify-content: space-between;
  max-width: 895px;
  margin: 0 auto !important;
}
@media screen and (max-width: 1420px) {
  .l-header_nav {
    max-width: 63.17vw;
  }
}
.l-header_nav li a {
  display: block;
  height: 103px;
  line-height: 103px;
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  transition: 0.4s;
}
@media screen and (max-width: 1420px) {
  .l-header_nav li a {
    font-size: 1.41vw;
  }
}
.l-header_nav li a:hover {
  opacity: 0.7;
}

.l-header_mail {
  display: block;
  max-width: 340px;
  width: 25%;
  height: 103px;
  line-height: 103px;
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  background: transparent linear-gradient(270deg, #FC149C 30%, #F25EBA 100%) 0% 0% no-repeat padding-box;
  border-radius: 0 52px 52px 0;
  transition: 0.4s;
}
@media screen and (max-width: 1420px) {
  .l-header_mail {
    font-size: 1.41vw;
  }
}
.l-header_mail span {
  font-size: 28px;
}
@media screen and (max-width: 1420px) {
  .l-header_mail span {
    font-size: 1.97vw;
  }
}
.l-header_mail:hover {
  opacity: 0.7;
}

/* hamburger */
.hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 18px;
    top: 32px;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    z-index: 300;
  }
}
.hamburger .is_menu {
  position: absolute;
  width: 32px;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.hamburger_line {
  position: absolute;
  left: 21px;
  width: 17px;
  height: 2px;
  background: #000000;
  transition: all 0.6s;
}

.hamburger_line-1 {
  top: 13px;
}

.hamburger_line-2 {
  top: 21px;
}

.black-bg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .black-bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
    background: #0A1108;
  }
}

/* 表示された時用のCSS */
.nav-open .global__nav {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.nav-open .hamburger {
  box-shadow: unset;
}
.nav-open .hamburger .is_menu {
  opacity: 0;
}
.nav-open .hamburger_line-1 {
  transform: rotate(45deg);
  top: 18px;
  background: #000000;
}
.nav-open .hamburger_line-2 {
  transform: rotate(-45deg);
  top: 18px;
  background: #000000;
}
.nav-open .black-bg {
  opacity: 0.6;
  visibility: visible;
}

/* globalnav */
.global__nav {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: -315px;
  width: 80%;
  max-width: 315px;
  /*height: 100vh;*/
  padding: 100px 0 130px;
  background: #FFF;
  transition: all 0.6s;
  z-index: 200;
  overflow-y: auto;
  display: block;
}

.global_nav li:not(:last-child) {
  margin-bottom: 48px;
}
.global_nav li a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #000000;
  font-size: 14px;
}

.nav_mail {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 19px 0;
  text-align: center;
  text-decoration: none;
  color: #FFF !important;
  font-weight: 600;
  background: transparent linear-gradient(270deg, #FC149C 30%, #F25EBA 100%) 0% 0% no-repeat padding-box;
}
.nav_mail span {
  font-size: 24px;
}

footer {
  position: relative;
  min-width: 100%;
  margin-top: auto;
  background: #0A0D23;
  z-index: 1;
}

.l-footer {
  padding-bottom: 46px;
  color: #FFF;
}
.l-footer h2 {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer h2 {
    margin-bottom: 35px;
  }
}
.l-footer h2 span {
  position: relative;
}
.l-footer h2 span:nth-of-type(1) {
  font: 50px "Oswald", sans-serif;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .l-footer h2 span:nth-of-type(1) {
    font-size: 25px;
  }
}
.l-footer h2 span:nth-of-type(1):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  right: -210px;
  width: 199px;
  height: 3px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-footer h2 span:nth-of-type(1):after {
    bottom: 8px;
    right: -50px;
    width: 39px;
  }
}
.l-footer h2 span:nth-of-type(2) {
  display: block;
  max-width: 80px;
  margin: 0 auto;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer h2 span:nth-of-type(2) {
    font-size: 16px;
  }
}
.l-footer h2 span:nth-of-type(2):before {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: -220px;
  width: 199px;
  height: 3px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-footer h2 span:nth-of-type(2):before {
    bottom: 6px;
    left: -50px;
    width: 39px;
  }
}

.footer-logo {
  transition: 0.4s;
}
.footer-logo img {
  max-width: 149px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .footer-logo img {
    margin-bottom: 100px;
  }
}
.footer-logo:hover {
  opacity: 0.6;
}

.l-footer_items {
  display: flex;
  justify-content: space-between;
  max-width: 878px;
  margin: 0 auto;
}

.l-footer_item:nth-of-type(1) {
  max-width: 312px;
  width: 36%;
}
@media screen and (max-width: 768px) {
  .l-footer_item:nth-of-type(1) {
    max-width: 100%;
    width: 48%;
  }
}
.l-footer_item:nth-of-type(2) {
  max-width: 383px;
  width: 44%;
}
@media screen and (max-width: 768px) {
  .l-footer_item:nth-of-type(2) {
    max-width: 100%;
    width: 48%;
  }
}
.l-footer_item dl {
  display: flex;
  align-items: baseline;
  font-size: 15px;
  line-height: 1.6;
}
.l-footer_item dl:not(:last-child) {
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .l-footer_item dl:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_item dl {
    flex-direction: column;
    font-size: 12px;
  }
}
.l-footer_item dl dt {
  width: 75px;
  margin-right: 27px;
  text-align: right;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-footer_item dl dt {
    width: inherit;
    text-align: left;
  }
}
.l-footer_item dl dd {
  flex: 2;
}

.l-footer_bottom {
  color: #FFF;
  border-top: solid 1px #272727;
  border-bottom: solid 1px #272727;
}
@media screen and (max-width: 768px) {
  .l-footer_bottom .l-inner {
    padding: 0;
  }
}

.l-footer_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer_info {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_info p {
    width: 100%;
    padding: 16px 0;
    text-align: center;
    font-size: 10px;
    border-bottom: solid 1px #272727;
  }
}
.l-footer_info p span {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .l-footer_info p span {
    font-size: 10px;
  }
}

.l-footerInfo_items {
  display: flex;
  align-items: center;
}
.l-footerInfo_items li {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .l-footerInfo_items li {
    font-size: 10px;
  }
}
.l-footerInfo_items li a {
  display: block;
  padding: 30px 9px;
  color: #FFF;
  text-decoration: none;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .l-footerInfo_items li a {
    padding: 10px;
  }
}
.l-footerInfo_items li a:hover {
  opacity: 0.6;
}
.l-footerInfo_items li.is_tel {
  border-left: solid 1px #272727;
  border-right: solid 1px #272727;
}
@media screen and (max-width: 768px) {
  .l-footerInfo_items li.is_tel {
    border-left: none;
    border-right: none;
  }
}
.l-footerInfo_items li.is_tel a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url(../img/footer_icon1.png);
  background-size: cover;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .l-footerInfo_items li.is_tel a:before {
    width: 10px;
    height: 10px;
    margin-right: 8px;
  }
}
.l-footerInfo_items li.is_mail {
  border-right: solid 1px #272727;
}
@media screen and (max-width: 768px) {
  .l-footerInfo_items li.is_mail {
    border-right: none;
  }
}
.l-footerInfo_items li.is_mail a:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  background: url(../img/footer_icon2.png);
  background-size: cover;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .l-footerInfo_items li.is_mail a:before {
    width: 8px;
    height: 8px;
    margin-right: 9px;
  }
}
.l-footerInfo_items li.is_fb a:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  background: url(../img/footer_icon3.png);
  background-size: cover;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .l-footerInfo_items li.is_fb a:before {
    width: 12px;
    height: 12px;
  }
}

.copy {
  padding: 27px 0;
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copy {
    padding: 16px 0;
  }
}
.copy a {
  display: inline-block;
  background: linear-gradient(90deg, #ECF737, #09DFF9);
  background: -webkit-linear-gradient(0deg, #ECF737, #09DFF9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 370px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  position: relative;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 400;
}

.wrap {
  position: relative;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

main {
  position: relative;
  overflow: hidden;
}

.l-inner {
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-inner {
    padding: 0 20px;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  ._pc {
    display: none;
  }
}

._tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  ._tb {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  ._pc-tb {
    display: none;
  }
}

._sp {
  display: none;
}
@media screen and (max-width: 768px) {
  ._sp {
    display: block;
  }
}

.is_marker {
  display: inline;
  background: linear-gradient(transparent 53%, #FBECBB 0%);
  padding: 0px 3px 2px;
}

/* heading */
.heading_wrap {
  text-align: center;
}

.heading {
  display: inline;
  color: #1FB9E5;
  text-align: center;
  font-size: 32px;
  background: linear-gradient(transparent 93%, #FFE577 0%);
  padding: 0px 3px 5px;
  letter-spacing: 0.053rem;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 20px;
  }
}
.heading span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .heading span {
    font-size: 25px;
  }
}

/* button */
.button {
  display: block;
  max-width: 422px;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 23px;
  line-height: 86px;
  font-weight: 600;
  background: transparent linear-gradient(270deg, #FC149C 30%, #F25EBA 100%) 0% 0% no-repeat padding-box;
  border-radius: 45px;
  border: 3px solid #000000;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .button {
    max-width: 335px;
    height: 82px;
    font-size: 18px;
    line-height: 76px;
  }
}
.button:hover {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
  transform: translate(0, 3px);
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
}
.button:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 14px;
  background: url(../img/button_icon.png);
  background-size: cover;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .button:after {
    margin-left: 8px;
  }
}

/* loop */
.bg-loop {
  position: relative;
  width: 100%;
  height: 143px;
  -webkit-animation: bg-slider 55s linear infinite;
          animation: bg-slider 55s linear infinite; /* 背景画像長さの約数だとスムーズ */
}
@media screen and (max-width: 768px) {
  .bg-loop {
    height: 112px;
  }
}
.bg-loop img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2697px 0;
  } /* 2697px使用した背景画像の長さ */
}

@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2697px 0;
  } /* 2697px使用した背景画像の長さ */
}
.fv {
  position: relative;
}
.fv .fv_image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv .fv_image img {
    max-height: 253.19vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (max-width: 480px) {
  .fv .fv_image img {
    max-height: inherit;
  }
}
.fv .button_wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3vw;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .fv .button_wrap {
    /*bottom: calc(40 / 1200 * 100vw);*/
  }
  .fv .button_wrap .button {
    max-width: 35.17vw;
    height: 6.83vw;
    line-height: 6vw;
    font-size: 1.92vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .button_wrap {
    /*bottom: calc(72 / 768 * 100vw);*/
  }
  .fv .button_wrap .button {
    max-width: 335px;
    height: 82px;
    line-height: 76px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .fv .button_wrap {
    bottom: 4vw;
    padding: 0 15px;
  }
}
.fv .button_wrap:before {
  display: block;
  content: "※PC等の購入費用は補助金の対象となりますが、弊社での販売はおこなっておりません。";
  color: red;
  width: 370px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .fv .button_wrap:before {
    width: 228px;
    font-size: 10px;
  }
}

.price {
  margin-bottom: 100px;
  padding: 47px 0 100px;
  background: #FEFAE9;
}
@media screen and (max-width: 768px) {
  .price {
    margin-bottom: 80px;
    padding: 30px 0 85px;
  }
}
.price .bg-loop {
  background: url(../img/price_heading.png) repeat-x 0 0;
  background-size: auto 100%;
}
.price .bg-loop img {
  max-width: 252px;
}
@media screen and (max-width: 768px) {
  .price .bg-loop img {
    max-width: 210px;
  }
}
.price .heading__wrap {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
.price .heading_wrap {
  margin-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .price .heading_wrap {
    margin-bottom: 40px;
  }
}
.price .is_textarea {
  margin-bottom: 64px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .price .is_textarea {
    margin-bottom: 40px;
    line-height: 2.2;
  }
}
.price .is_textarea strong {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .price .is_textarea strong {
    font-size: 18px;
  }
}
.price .is_textarea p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .price .is_textarea p {
    margin-top: 16px;
    font-size: 14px;
  }
}
.price .l-inner {
  position: relative;
}
.price .l-inner:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 5px;
  left: -418px;
  width: 500px;
  height: 654px;
  background: url(../img/price_deco.png);
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .price .l-inner:before {
    display: none;
  }
}

.price_image img {
  width: 100%;
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  .price_image img {
    margin-bottom: 51px;
  }
}

.price_items {
  max-width: 730px;
  margin: 0 auto;
}
.price_items dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .price_items dl {
    flex-direction: column;
    align-items: center;
  }
}
.price_items dl:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .price_items dl:not(:last-child) {
    margin-bottom: 40px;
  }
}
.price_items dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 353px;
  width: 49%;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  background: #FFF;
  border: solid 2px #000000;
  border-radius: 19px;
}
@media screen and (max-width: 768px) {
  .price_items dl dt {
    max-width: 295px;
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.price_items dl dd {
  max-width: 351px;
  width: 49%;
  padding: 23px 0;
  text-align: center;
  font-size: 20px;
  border-top: solid 2px #000000;
  border-bottom: solid 2px #000000;
}
@media screen and (max-width: 768px) {
  .price_items dl dd {
    max-width: 295px;
    width: 100%;
    padding: 21px 0;
    font-size: 14px;
  }
}

.possible {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .possible {
    margin-bottom: 80px;
  }
}
.possible .is_textarea {
  margin-bottom: 122px;
}
@media screen and (max-width: 768px) {
  .possible .is_textarea {
    margin-bottom: 40px;
  }
}
.possible .is_textarea p {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .possible .is_textarea p {
    text-align: left;
    font-size: 12px;
  }
}
.possible .button_wrap {
  position: relative;
  max-width: 422px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .possible .button_wrap {
    max-width: 335px;
  }
}
.possible .button_wrap:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -38px;
  left: -87px;
  width: 125px;
  height: 125px;
  background: url(../img/possible_deco.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .possible .button_wrap:before {
    width: 62px;
    height: 62px;
    top: -21px;
    left: -20px;
  }
}

.possible-small {
  margin-top: 24px;
  margin-bottom: 90px;
  color: red;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .possible-small {
    margin-bottom: 64px;
    font-size: 10px;
  }
}

.possible_lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 154px !important;
}
@media screen and (max-width: 768px) {
  .possible_lists {
    flex-direction: column;
    align-items: center;
    margin-bottom: 178px !important;
  }
}
.possible_lists li {
  position: relative;
  max-width: 320px;
  width: 32%;
  padding: 45px 10px 60px;
  border: solid 3px #000000;
  border-radius: 28px;
}
@media screen and (max-width: 768px) {
  .possible_lists li {
    width: 100%;
  }
  .possible_lists li:not(:last-child) {
    margin-bottom: 178px;
  }
}
.possible_lists li:nth-of-type(1):before {
  content: "";
  display: block;
  position: absolute;
  width: 184px;
  height: 152px;
  bottom: -114px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/possible_image1.png);
  background-size: cover;
}
.possible_lists li:nth-of-type(2):before {
  content: "";
  display: block;
  position: absolute;
  width: 152px;
  height: 152px;
  bottom: -114px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/possible_image2.png);
  background-size: cover;
}
.possible_lists li:nth-of-type(3):before {
  content: "";
  display: block;
  position: absolute;
  width: 125px;
  height: 152px;
  bottom: -114px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/possible_image3.png);
  background-size: cover;
}
.possible_lists li .dot_left:before {
  content: "";
  position: absolute;
  display: block;
  top: 21px;
  left: 40px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
}
.possible_lists li .dot_right:before {
  content: "";
  position: absolute;
  display: block;
  top: 21px;
  right: 40px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
}
.possible_lists li .is_name {
  max-width: 238px;
  margin: 0 auto 16px;
  padding: 3px 0;
  text-align: center;
  color: #F6DD73;
  font-weight: 500;
  background: #000000;
  border-radius: 30px;
}
.possible_lists li .is_pricearea {
  text-align: center;
}
.possible_lists li .is_pricearea p {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}
.possible_lists li .is_pricearea strong {
  display: inline-block;
  margin-right: 12px;
  font-size: 62px;
}
@media screen and (max-width: 768px) {
  .possible_lists li .is_pricearea strong {
    margin-right: 6px;
    font-size: 54px;
  }
}
.possible_lists li .is_pricearea strong.is_pink {
  color: #DD4CB0;
}

.about {
  position: relative;
  padding: 46px 0 172px;
  background: #E9F7F8;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 0 0 80px;
  }
}
.about .bg-loop {
  background: url(../img/about_heaeing.png) repeat-x 0 0;
  background-size: auto 100%;
}
.about .bg-loop img {
  max-width: 256px;
}
@media screen and (max-width: 768px) {
  .about .bg-loop img {
    max-width: 214px;
  }
}
.about .heading__wrap {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
.about .heading_wrap {
  margin-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .about .heading_wrap {
    margin-bottom: 64px;
  }
}
.about .lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about .lead {
    margin-bottom: 56px;
  }
}
.about .lead p {
  text-align: center;
  font-size: 18px;
  line-height: 1.83;
}
@media screen and (max-width: 768px) {
  .about .lead p {
    font-size: 14px;
  }
}

.about-qa {
  display: flex;
  justify-content: space-between;
  max-width: 722px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about-qa {
    flex-direction: column;
    max-width: 340px;
  }
}
.about-qa dt {
  position: relative;
  height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  line-height: 90px;
  background: #000000;
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 768px) {
  .about-qa dt {
    height: auto;
    padding: 34px 0 30px;
    font-size: 16px;
    line-height: inherit;
    border-radius: 23px 23px 0 0;
  }
}
.about-qa dt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
  border-style: solid;
  border-width: 14px 0 14px 15px;
  border-color: transparent transparent transparent #000000;
}
@media screen and (max-width: 768px) {
  .about-qa dt:after {
    top: inherit;
    bottom: -17px;
    right: 50%;
    transform: translateX(50%);
    border-width: 15px 14px 0 14px;
    border-color: #000 transparent transparent transparent;
  }
}
.about-qa dd {
  height: 90px;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  line-height: 85px;
  border: solid 3px #000000;
  border-radius: 0 50px 50px 0;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .about-qa dd {
    height: auto;
    padding: 32px 0 30px;
    font-size: 18px;
    line-height: inherit;
    border-radius: 0 0 23px 23px;
  }
}
.about-qa.is_first {
  margin-bottom: 94px;
}
@media screen and (max-width: 768px) {
  .about-qa.is_first {
    margin-bottom: 74px;
  }
}
.about-qa.is_first dt {
  max-width: 367px;
  width: 51%;
}
@media screen and (max-width: 768px) {
  .about-qa.is_first dt {
    max-width: 100%;
    width: 100%;
  }
}
.about-qa.is_first dd {
  max-width: 355px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about-qa.is_first dd {
    max-width: 100%;
    width: 100%;
  }
}
.about-qa.is_second dt {
  max-width: 290px;
  width: 41%;
}
@media screen and (max-width: 768px) {
  .about-qa.is_second dt {
    max-width: 100%;
    width: 100%;
  }
}
.about-qa.is_second dd {
  max-width: 432px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .about-qa.is_second dd {
    max-width: 100%;
    width: 100%;
  }
}

.about-images {
  position: relative;
  margin-bottom: 100px;
  padding: 76px 20px 40px;
  border: 3px solid #000000;
  border-radius: 28px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .about-images {
    margin-bottom: 80px;
    padding: 62px 20px 40px;
  }
}
.about-images:before {
  content: "";
  position: absolute;
  bottom: -317px;
  left: -388px;
  width: 505px;
  height: 505px;
  background: url(../img/about_deco1.png);
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about-images:before {
    display: none;
  }
}
.about-images:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -371px;
  width: 442px;
  height: 187px;
  background: url(../img/about_image2.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about-images:after {
    display: none;
  }
}
.about-images h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -34px;
  max-width: 299px;
  width: 100%;
  padding: 14px 0;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  border: 3px solid #000000;
  border-radius: 35px;
  background: #8BE4FF;
}
@media screen and (max-width: 768px) {
  .about-images h3 {
    width: 94%;
    padding: 10px 0;
    font-size: 20px;
  }
}
.about-images .textarea {
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .about-images .textarea {
    margin-bottom: 40px;
  }
}
.about-images .textarea p {
  text-align: center;
  font-size: 18px;
  line-height: 1.83;
}
@media screen and (max-width: 768px) {
  .about-images .textarea p {
    font-size: 14px;
  }
}
.about-images .textarea p strong {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .about-images .textarea p strong {
    font-size: 18px;
  }
}
.about-images .about_image {
  max-width: 194px;
  width: 100%;
  margin: 0 auto 23px;
}
@media screen and (max-width: 768px) {
  .about-images .about_image {
    max-width: 160px;
    margin: 0 auto 40px;
  }
}
.about-images .is_note {
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-images .is_note {
    font-size: 12px;
  }
}

.about-qa_bottom {
  max-width: 722px;
  margin: 0 auto 134px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .about-qa_bottom {
    max-width: 340px;
    margin: 0 auto 98px;
  }
}

.about-check {
  position: relative;
  padding: 82px 25px 100px 20px;
  border: 3px solid #000000;
  border-radius: 28px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .about-check {
    padding: 95px 25px 40px 20px;
  }
}
.about-check h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -34px;
  max-width: 548px;
  width: 100%;
  padding: 14px 0;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  border: 3px solid #000000;
  border-radius: 35px;
  background: #8BE4FF;
}
@media screen and (max-width: 768px) {
  .about-check h3 {
    top: -43px;
    width: 94%;
    padding: 12px 0;
    font-size: 20px;
  }
}
.about-check .inner {
  max-width: 950px;
  margin: 0 auto;
}
.about-check .is_note {
  margin: 7px 0 51px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .about-check .is_note {
    max-width: 12px 0 64px;
    font-size: 12px;
  }
}
.about-check:before {
  content: "";
  display: block;
  position: absolute;
  right: -407px;
  bottom: 275px;
  width: 445px;
  height: 393px;
  background: url(../img/about_deco2.png);
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about-check:before {
    display: none;
  }
}

.about-check_items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .about-check_items {
    flex-direction: column;
  }
}
.about-check_items ul li {
  display: flex;
  padding: 25px 0;
  font-size: 18px;
  font-weight: 600;
  border-top: 3px solid #000000;
}
@media screen and (max-width: 768px) {
  .about-check_items ul li {
    font-size: 14px;
  }
}
.about-check_items ul li:last-child {
  border-bottom: 3px solid #000000;
}
.about-check_items ul li:nth-of-type(10) {
  border-bottom: 3px solid #000000;
}
@media screen and (max-width: 768px) {
  .about-check_items ul li:nth-of-type(10) {
    border-bottom: none;
  }
}
.about-check_items ul li .icon:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 16px;
  background: url(../img/about_check.png);
  background-size: cover;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .about-check_items ul li .icon:before {
    width: 19px;
    height: 19px;
    margin-right: 8px;
  }
}

.about-check_title {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 174px;
  width: 19%;
  font-size: 20px;
  font-weight: 600;
  border: 3px solid #000000;
  background: #FEFAE9;
  border-radius: 26px;
}
@media screen and (max-width: 1024px) {
  .about-check_title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 26px;
    padding: 8px 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .about-check_title {
    font-size: 16px;
  }
}

.about-check_list {
  max-width: 752px;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .about-check_list {
    width: 100%;
    max-width: 100%;
  }
}
.about-check_list li .is_name {
  margin-right: 8px;
}
.about-check_list li .is_month {
  margin-right: 20px;
}

.about-check_lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 752px;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .about-check_lists {
    width: 100%;
    max-width: 100%;
  }
}
.about-check_lists li {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .about-check_lists li {
    width: 100%;
  }
}

.about-check_logo {
  margin-bottom: 40px;
}
.about-check_logo img {
  max-width: 379px;
  width: 100%;
  margin: 0 auto 8px;
}
.about-check_logo p {
  text-align: center;
  font-size: 18px;
}
.about-check_logo p span {
  display: inline;
  font-weight: 600;
  background: linear-gradient(transparent 53%, #FBECBB 0%);
  padding: 0px 3px 2px;
}

.support {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .support {
    margin-bottom: 80px;
  }
}
.support .heading_bg {
  position: relative;
  margin-bottom: 100px;
  padding: 80px 0;
  background: url(../img/support_headingbg.png) bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .support .heading_bg {
    margin-bottom: 78px;
    background: url(../img/support_headingbg_sp.png) bottom;
    background-size: cover;
  }
}
.support .heading_bg:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: 38px;
  background: url(../img/support_arrow.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .support .heading_bg:after {
    background: url(../img/support_arrow_sp.png);
    background-size: cover;
  }
}
.support .heading_bg h2 {
  color: #FFF;
  margin-bottom: 58px;
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .support .heading_bg h2 {
    margin-bottom: 44px;
    font-size: 24px;
  }
}
.support .heading_bg p {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .support .heading_bg p {
    font-size: 20px;
  }
}
.support .heading_bg p span {
  color: #F8D76D;
}
.support .heading_wrap {
  margin-bottom: 40px;
  text-align: center;
}

.support-items {
  position: relative;
}
.support-items .textarea {
  position: absolute;
  right: 30px;
  top: 0;
  max-width: 645px;
  width: 64%;
}
@media screen and (max-width: 1024px) {
  .support-items .textarea {
    position: relative;
    right: 0;
    max-width: 792px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.support-items .textarea p {
  font-size: 18px;
  line-height: 1.833;
}
@media screen and (max-width: 768px) {
  .support-items .textarea p {
    font-size: 14px;
  }
}
.support-items .textarea p:not(:last-child) {
  margin-bottom: 11px;
}
.support-items .textarea strong {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .support-items .textarea strong {
    font-size: 18px;
  }
}

.support-items_image img {
  max-width: 988px;
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .support-items_image img {
    max-width: 340px;
  }
}

.schedule {
  position: relative;
  padding: 47px 0 167px;
  background: #FFE079;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .schedule {
    padding: 0 0 80px;
  }
}
.schedule .bg-loop {
  background: url(../img/schedule_heading.png) repeat-x 0 0;
  background-size: auto 100%;
}
.schedule .bg-loop img {
  max-width: 172px;
}
@media screen and (max-width: 768px) {
  .schedule .bg-loop img {
    max-width: 144px;
  }
}
.schedule .heading__wrap {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
.schedule .heading_wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .schedule .heading_wrap {
    margin-bottom: 54px;
  }
}
.schedule .heading {
  background: linear-gradient(transparent 93%, #FFFFFF 0%);
}
.schedule .textarea p {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .schedule .textarea p {
    font-size: 20px;
  }
}

.schedule-lists {
  max-width: 559px;
  margin: 0 auto 40px !important;
}
.schedule-lists li {
  padding: 19px 10px;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  background: #FFF;
  border: solid 3px #000000;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .schedule-lists li {
    font-size: 12px;
  }
}
.schedule-lists li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .schedule-lists li:not(:last-child) {
    margin-bottom: 17px;
  }
}
.schedule-lists li span:nth-of-type(2) {
  color: #DB0000;
}
.schedule-lists li .is_line {
  text-decoration: line-through;
}

.contant {
  position: relative;
  padding: 48px 0 100px;
  background: #0A0D23;
}
@media screen and (max-width: 768px) {
  .contant {
    padding: 34px 0 80px;
  }
}
.contant:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 326px;
  height: 118px;
  background: url(../img/contact.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .contant:before {
    display: none;
  }
}
.contant:after {
  content: "";
  display: block;
  position: absolute;
  top: -86px;
  left: 50%;
  transform: translateX(-50%);
  width: 403px;
  height: 403px;
  background: #0A0D23;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contant:after {
    display: none;
  }
}

.contant-form {
  padding: 95px 20px 100px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .contant-form {
    padding: 30px 10px 80px;
  }
}
.contant-form .inner {
  max-width: 640px;
  margin: 0 auto;
}
.contant-form h2 {
  margin-bottom: 54px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contant-form h2 {
    margin-bottom: 24px;
  }
}
.contant-form h2 span:nth-of-type(1) {
  font: 50px "Oswald", sans-serif;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .contant-form h2 span:nth-of-type(1) {
    font-size: 32px;
  }
}
.contant-form h2 span:nth-of-type(2) {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contant-form h2 span:nth-of-type(2) {
    font-size: 16px;
  }
}

.contact-form_items {
  margin-top: 40px;
}
.contact-form_items p {
  margin-bottom: 19px;
  text-align: center;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .contact-form_items p {
    font-size: 17px;
  }
}

.contact-form_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 499px;
  margin: 0 auto !important;
}
@media screen and (max-width: 768px) {
  .contact-form_item {
    flex-direction: column;
  }
}
.contact-form_item li.is_tel {
  transition: 0.4s;
}
.contact-form_item li.is_tel img {
  max-width: 282px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-form_item li.is_tel img {
    max-width: 215px;
    margin-bottom: 5px;
  }
}
.contact-form_item li.is_tel:hover {
  opacity: 0.6;
}
.contact-form_item li.is_time {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .contact-form_item li.is_time {
    font-size: 16px;
  }
}
.contact-form_item li.is_time:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 9px;
  background: url(../img/contact_icon2.png);
  background-size: cover;
  vertical-align: sub;
}
@media screen and (max-width: 768px) {
  .contact-form_item li.is_time:before {
    width: 15px;
    height: 15px;
    vertical-align: middle;
  }
}

.contact-small {
  margin-top: 24px;
  color: red;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact-small {
    font-size: 10px;
  }
}

.page-complete {
  margin: 120px 0;
}
.page-complete h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.35rem;
}
@media screen and (max-width: 768px) {
  .page-complete h2 {
    font-size: 20px;
  }
}
.page-complete h2 span {
  display: block;
  margin-top: 10px;
  color: #F15B44;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 2.04;
}
@media screen and (max-width: 768px) {
  .page-complete h2 span {
    font-size: 18px;
  }
}
.page-complete .textarea {
  margin-bottom: 80px;
  text-align: center;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .page-complete .textarea {
    margin-bottom: 50px;
    font-size: 15px;
  }
}
.page-complete .textarea .is_small {
  font-size: 14px;
}

.complete_image img {
  max-width: 582px;
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .complete_image img {
    max-width: 300px;
    margin: 0 auto 50px;
  }
}

.complete-button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 430px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  color: #2B2B2B;
  text-align: center;
  background: #FFF;
  border: solid 1px #2B2B2B;
  box-shadow: 0 5px 0 #2B2B2B;
  border-radius: 15px;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .complete-button {
    max-width: 335px;
  }
}
.complete-button.for_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .complete-button.for_sp {
    display: block;
  }
}
.complete-button:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 48%;
  right: 43px;
  border-top: 1px solid #2B2B2B;
  border-right: 1px solid #2B2B2B;
  transform: rotate(45deg);
}
.complete-button:hover {
  opacity: 0.8;
  box-shadow: unset;
  transform: translate(0, 3px);
}
/*# sourceMappingURL=style.css.map */