@charset "UTF-8";
/*
 * Fonts
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css");
* {
  padding: 0;
  margin: 0;
  min-height: inherit;
  min-width: inherit;
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

[type="hidden"]:focus,
[type="text"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="datetime"]:focus,
[type="date"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="time"]:focus,
[type="datetime-local"]:focus,
[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: inherit;
  box-shadow: none;
  outline: none;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

[type="hidden"]:focus,
[type="text"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="datetime"]:focus,
[type="date"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="time"]:focus,
[type="datetime-local"]:focus,
[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: inherit;
  box-shadow: none;
  outline: none;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  box-sizing: border-box;
}

/*-----------------------------------------*/
.pc {
  display: inline-flex !important;
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .sp {
    display: block !important;
  }
}

.pc-none {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .pc-none {
    display: block !important;
  }
}

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

br.pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  br.sp {
    display: block;
  }
}

/*-----------------------------------------*/
.ml-5 {
  margin-left: 5%;
}

.ml-7 {
  margin-left: 7%;
}

.m-auto {
  margin: 0 auto;
}

.pl-7 {
  padding-left: 7% !important;
}

.pl-33 {
  padding-left: 3.3% !important;
}

.mt-20 {
  margin-top: 20px;
}

.mb-32 {
  margin-bottom: 32px;
}

@media screen and (max-width: 519px) {
  .sp_pl-73 {
    padding-left: 7.3% !important;
  }
}

.pad_25 {
  padding: 25px;
}

.radius_16 {
  border-radius: 16px;
}

.w-f6 {
  width: 60%;
}

.w-f7 {
  width: 70%;
}

.w-f8 {
  width: 80%;
}

.w-f9 {
  width: 90%;
}

.bg-light-blue {
  background: #ebf6fa;
}

.bg-light-yellow {
  background: #fff5e3;
}

.section-p6 {
  width: 100%;
  padding: 75px 0;
}
@media screen and (max-width: 519px) {
  .section-p6 {
    padding: 40px 0;
  }
}

@media screen and (max-width: 519px) {
  .sp-w9 {
    width: 90%;
  }
}

p.typo-38 {
  text-align: center;
}

main {
  flex: 1;
  width: 100%;
}

a.btn--cubic {
  border-bottom: 5px solid #9f000c;
}

a.btn--cubic:hover {
  border-bottom: 2px solid #2f6166;
}

.pb4rem {
  padding-bottom: 4rem;
}

.btn_header {
  display: flex;
  position: fixed;
  top: 8px;
  right: 4px;
  z-index: 9999;
}
.btn_header div a {
  background: yellowgreen;
  color: #080808;
  font-size: 12px;
  border-radius: 5px;
  display: block;
  padding: 4px 8px;
  margin: 0 4px;
}

.ma0 {
  margin: 0 auto;
}

.grid-center {
  display: grid;
  place-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.justify-around {
  justify-content: space-around;
}

.space-between {
  justify-content: space-between;
}

.bg-coolglay {
  background: #8ca0af;
}

.bg-bluegradation {
  background: linear-gradient(#2687f8 0%, #0054b6 100%);
}

.bg-skyblue {
  background: #f0f3f4;
}

.pb-60 {
  padding-bottom: 60px;
}

.img100 {
  width: 100%;
}

.mt-5 {
  margin-top: -5em;
}
@media screen and (max-width: 519px) {
  .mt-5 {
    margin-top: 0;
  }
}

header {
  background: url("../../images/lp-1/top_img_pc.webp") center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1290px) and (max-width: 1600px) {
  header {
    background-position: center;
  }
}
@media screen and (max-width: 770px) {
  header {
    background: url("../../images/lp-1/top_sp.webp") center/cover no-repeat;
  }
}
header .txt {
  width: 95.5%;
  margin: 37px auto 12px auto;
}
header .txtlist {
  width: 79%;
  margin: 0 auto 17px auto;
}
@media screen and (max-width: 519px) {
  header .maintxt {
    margin: 106px auto 20px auto;
    width: 100%;
  }
}
header .header_bg {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(52, 46, 44, 0.3);
  padding: 0 0 0 24px;
}
header .header .button_head {
  text-align: center;
}
header .header .button_head a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 200px;
  padding: 23px 50px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #fd8e12;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.96 px;
}
@media screen and (max-width: 519px) {
  header .header .button_head a {
    width: 100%;
    padding: 8px 15px;
    font-size: 13px;
  }
}
header .header .button_head_2 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 184px;
  padding: 8px 26px;
  color: #ff9c00;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #fff;
  border: 1.5px solid #ff9c00;
  border-radius: 50px;
}
@media screen and (max-width: 519px) {
  header .header .button_head_2 a {
    width: 100%;
    padding: 8px 15px;
    font-size: 13px;
  }
}
header .header .container {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  header .header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
header .header .container:first-child {
  z-index: 2;
}
@media screen and (max-width: 519px) {
  header .header__logo {
    margin-right: 10px;
  }
}
@media screen and (max-width: 519px) {
  header .header__logo img {
    width: 60px;
  }
}
header .header__list {
  margin-left: 80px;
}
@media screen and (max-width: 519px) {
  header .header__list {
    margin-left: 10px;
  }
}
header .header__list > li {
  display: inline-flex;
  flex-direction: column;
}
header .header__list > li:first-child > a {
  padding-left: 0;
}
header .header__list > li:last-child {
  border-right: 0;
}
header .header__list > li:last-child > a {
  padding-right: 0;
}
header .header__list > li > a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.84 px;
  color: #342e2c;
  padding: 0 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  header .header__list > li > a {
    font-size: 10px;
    line-height: 19px;
    letter-spacing: 0.84px;
    color: #ffffff;
    padding: 0 10px;
  }
}
header .header__list_btn:not(:last-child) {
  margin-right: 16px;
}
header .header__sub-title {
  font-size: 35px;
  line-height: 47px;
  letter-spacing: 2.1 px;
}
@media screen and (max-width: 1289px) {
  header .header__sub-title {
    font-size: 18.5 px;
    line-height: 24.5 px;
    letter-spacing: 2.22, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  header .header__sub-title {
    font-size: 15.7866666667 px;
    line-height: 20.9071126851 px;
    letter-spacing: 2220, 1000/2.34375 px;
  }
}
header .header__sub-title span {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.8 px;
}
@media screen and (max-width: 1289px) {
  header .header__sub-title span {
    font-size: 16 px;
    line-height: 21.5 px;
    letter-spacing: 1.92, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  header .header__sub-title span {
    font-size: 13.6533333333 px;
    line-height: 18.3470580706 px;
    letter-spacing: 1920, 1000/2.34375 px;
  }
}
header .header__title {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 1.2 px;
  background-color: #ffffff;
  padding: 20px;
  display: inline-block;
}
@media screen and (max-width: 1289px) {
  header .header__title {
    font-size: 32.5 px;
    line-height: 32.5 px;
    letter-spacing: 1.3, 2px;
    padding: 10px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  header .header__title {
    font-size: 27.7333333333 px;
    line-height: 27.7339249904 px;
    letter-spacing: 1300, 1000/2.34375 px;
  }
}
header .header__title.middle {
  padding-right: 50px;
}
@media screen and (max-width: 1289px) {
  header .header__title.middle {
    padding-right: 25px;
  }
}
header .header__title.bottom {
  padding-right: 0;
}
header .header__title span {
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 0.9 px;
}
@media screen and (max-width: 1289px) {
  header .header__title span {
    font-size: 12 px;
    line-height: 16.25 px;
    letter-spacing: 0.48, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  header .header__title span {
    font-size: 10.24 px;
    line-height: 13.8669624952 px;
    letter-spacing: 480, 1000/2.34375 px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  header .header__title span {
    font-size: 20.48px;
    line-height: 27.7333333333px;
    letter-spacing: 0.4096px;
  }
}
header .header__normal-text {
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.01944 px;
}
@media screen and (max-width: 1289px) {
  header .header__normal-text {
    font-size: 6 px;
    line-height: 10 px;
    letter-spacing: 0.00864, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  header .header__normal-text {
    font-size: 5.12 px;
    line-height: 8.5335153817 px;
    letter-spacing: 8.64, 1000/2.34375 px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  header .header__normal-text {
    font-size: 10.24px;
    line-height: 17.0666666667px;
    letter-spacing: 0.6144px;
  }
}
header .header__passion {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1289px) {
  header .header__passion {
    width: 100%;
    max-width: 650px;
    flex-wrap: wrap;
  }
}
header .header__passion li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border-color: #5cbec6;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  background-color: #5cbec6;
}
@media screen and (max-width: 1289px) {
  header .header__passion li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 359px) {
  header .header__passion li {
    width: 140px;
    height: 140px;
  }
}
header .header__passion li > * {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
header .header__passion li .typo-1 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01944 px;
}
header .header__passion li .typo-2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.054 px;
}
header .header__passion li .typo-3 {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0 px;
}
header .header__passion li .typo-4 {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01176 px;
}
header .header__passion li .typo-5 {
  font-size: 32px;
  line-height: 43px;
  letter-spacing: 0.06144 px;
}
header .header__passion li .typo-6 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.01536 px;
}
header .header__passion li .typo-7 {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0 px;
}
header .header__passion li .typo-8 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0 px;
}
header .header__passion li .typo-9 {
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.01568 px;
}
header .header__passion li .typo-10 {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.01014 px;
}
header .header__passion li .typo-11 {
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.096 px;
}
header .header__passion li .typo-12 {
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0.0375 px;
}
header .header__passion li .typo-13 {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.024 px;
}
header .header .header_flex li {
  width: 70%;
  padding: 180px 0 60px;
}
header .header .header_flex li:nth-child(2) {
  display: none;
}
@media screen and (max-width: 1023px) {
  header .header .header_flex li {
    width: 100%;
    padding: 120px 50px 60px;
    height: 150vw;
  }
}
@media screen and (max-width: 519px) {
  header .header .header_flex li {
    height: 250vw;
    padding: 120px 30px 60px;
  }
}
header .header .header_flex li p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 36px;
  text-align: left;
  color: #fff;
  padding: 34px 0 48px;
}
@media screen and (max-width: 519px) {
  header .header .header_flex li p {
    font-size: 1rem;
    line-height: 25px;
  }
}

.header__right {
  display: flex;
  align-items: center;
}

.sp_top_mgn {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp_top_mgn {
    margin-top: 12px;
  }
}

@media screen and (max-width: 519px) {
  .w-fv {
    width: 90%;
    margin: 40px auto 20px;
  }
}

.fv__toptitle {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0.06em;
  line-height: 94px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 519px) {
  .fv__toptitle {
    font-size: 38px;
    line-height: 40px;
  }
}
.fv__toptitle .text_50 {
  font-size: 50px;
}
@media screen and (max-width: 519px) {
  .fv__toptitle .text_50 {
    font-size: 30px;
  }
}
.fv__toptitle .dots {
  -webkit-text-emphasis: filled #ffff4c;
  text-emphasis: filled #ffff4c;
}

footer .footer {
  background: #5b6469;
}
footer .footer .container {
  padding: 40px 0;
}
@media screen and (max-width: 1289px) {
  footer .footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer .footer__logo img {
  width: 125px;
}
footer .footer * {
  color: #ffffff;
}
footer .footer .typo-38 {
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.72 px;
}
@media screen and (max-width: 1289px) {
  footer .footer .typo-38 {
    font-size: 5.5 px;
    line-height: 10 px;
    letter-spacing: 0.66, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  footer .footer .typo-38 {
    font-size: 4.6933333333 px;
    line-height: 8.5335153817 px;
    letter-spacing: 660, 1000/2.34375 px;
  }
}
footer .footer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 1.2 px;
  font-weight: 700;
  flex-direction: column;
  align-items: center;
  width: 360px;
  height: 80px;
  border-radius: 47px;
  background-color: transparent;
  border: 2px solid #ffffff;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1289px) {
  footer .footer__btn {
    font-size: 7 px;
    line-height: 9.25 px;
    letter-spacing: 0.84, 2px;
    max-width: 260px;
    width: 100%;
    height: 50px;
    border-width: 1px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  footer .footer__btn {
    font-size: 5.9733333333 px;
    line-height: 7.893501728 px;
    letter-spacing: 840, 1000/2.34375 px;
  }
}
@media screen and (max-width: 1289px) {
  footer .footer__btn img {
    max-width: 100px;
    margin-bottom: 5px;
  }
}
footer .footer__btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
footer .footer__btn span {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.84 px;
}
@media screen and (max-width: 1289px) {
  footer .footer__btn span {
    font-size: 5 px;
    line-height: 6.75 px;
    letter-spacing: 0.6, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  footer .footer__btn span {
    font-size: 4.2666666667 px;
    line-height: 5.7601228826 px;
    letter-spacing: 600, 1000/2.34375 px;
  }
}
footer .footer__copyright {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.72 px;
  opacity: 0.5;
}
@media screen and (max-width: 1289px) {
  footer .footer__copyright {
    font-size: 5 px;
    line-height: 6.75 px;
    letter-spacing: 0.6, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  footer .footer__copyright {
    font-size: 4.2666666667 px;
    line-height: 5.7601228826 px;
    letter-spacing: 600, 1000/2.34375 px;
  }
}
@media screen and (max-width: 769px) {
  footer .footer #footer-logo-group {
    order: 1;
  }
}

.sp_top_mgn {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp_top_mgn {
    margin-top: 12px;
  }
}

@media screen and (max-width: 519px) {
  .w-fv {
    width: 90%;
    margin: 40px auto 20px;
  }
}

.container_1 {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

/*-----------------------------------------*/
/* マーカー */
.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #ffb534, #ffb534);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%;
  transition: all 1s ease-in-out;
  font-weight: bold;
}
.js-marker.inview {
  background-size: 100% 20%;
}

/*==================================================
  ふわっ
  ===================================*/
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*==================================================
  パタッ
  ===================================*/
/* 下へ */
.flipDown {
  animation-name: flipDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
/* 左へ */
.flipLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 左上へ */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/* 右へ */
.flipRight {
  animation-name: flipRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: right center;
  opacity: 0;
}

@keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 右上へ */
.flipRightTop {
  animation-name: flipRightTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger {
  opacity: 0;
}

/*==================================================
  くるっ
  ===================================*/
/* X 軸（縦へ） */
.rotateX {
  animation-name: rotateXAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateXAnime {
  from {
    transform: rotateX(0);
    opacity: 0;
  }
  to {
    transform: rotateX(-360deg);
    opacity: 1;
  }
}
/*　Y軸（横へ） */
.rotateY {
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateYAnime {
  from {
    transform: rotateY(0);
    opacity: 0;
  }
  to {
    transform: rotateY(-360deg);
    opacity: 1;
  }
}
/* Z 軸（左へ） */
.rotateLeftZ {
  animation-name: rotateLeftZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateLeftZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }
  to {
    transform: rotateZ(-360deg);
    opacity: 1;
  }
}
/*　Z 軸（右へ） */
.rotateRightZ {
  animation-name: rotateRightZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateRightZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }
  to {
    transform: rotateZ(360deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger {
  opacity: 0;
}

/*==================================================
  ボンッ、ヒュッ
  ===================================*/
/* 拡大 */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* 縮小 */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

/*==================================================
  じわっ
  ===================================*/
/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger {
  opacity: 0;
}

/*==================================================
  にゅーん
  ===================================*/
/* 滑らかに変形して出現 */
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.smoothTrigger {
  opacity: 0;
}

/*==================================================
  スーッ（枠線が伸びて出現）
  ===================================*/
/*枠線が伸びて出現*/
.lineTrigger {
  position: relative;
  /* 枠線が書かれる基点*/
  opacity: 0;
}
.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.lineTrigger::before,
.lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  /* 枠線の色*/
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*上下線*/
/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333;
  /* 枠線の色*/
}

/*上線*/
.lineTrigger::before {
  top: 0;
  left: 0;
}
.lineTrigger.lineanime::before {
  animation: lineAnime 0.5s linear 0s forwards;
  /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before {
  top: 0;
  right: 0;
}

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 0.5s linear 0.5s forwards;
  /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}
.lineTrigger::after {
  bottom: 0;
  right: 0;
}
.lineTrigger.lineanime::after {
  animation: lineAnime 0.5s linear 1s forwards;
  /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*下線*/
/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
}

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 0.5s linear 1.5s forwards;
  /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}
.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime 0.5s linear 1.5s forwards;
  /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;
  /*初期値を透過0にする*/
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*枠線内側の要素*/
@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
  シャッ（背景色が伸びて出現）
  ===================================*/
/*背景色が伸びて出現（共通）*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*右から*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/*下から*/
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
/*上から*/
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.section__faq-list {
  margin-top: 40px;
}
.section__faq-list li:not(:last-child) {
  margin-bottom: 20px;
}

.section__faq-list__heading {
  font-size: 24px;
  letter-spacing: 1.44px;
  line-height: 40px;
  font-weight: 700;
  color: #080808;
}
.section__faq-list__heading span {
  font-size: 30px;
  letter-spacing: 1.8px;
  line-height: 40px;
  color: #5cbec6;
}

@media screen and (max-width: 767px) {
  .section__faq-list__heading {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .section__faq-list__heading span {
    font-size: 17px;
    letter-spacing: 1.02px;
    line-height: 23px;
  }
}
.section__faq-list__text-wrap {
  padding-top: 20px;
  padding-left: 50px;
  box-sizing: border-box;
}
.section__faq-list__text-wrap p {
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 36px;
  color: #080808;
  padding: 20px 55px;
  background-color: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .section__faq-list__text-wrap {
    padding-top: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section__faq-list__text-wrap p {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 22px;
    padding: 15px;
    border-radius: 10px;
  }
}
.section--bg-gradient {
  background: #fff;
}
.section--bg-gradient * {
  color: #080808;
}
.section--bg-gradient .section__heading {
  text-align: center;
}
.section--bg-gradient .section__desc {
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 769px) {
  .section--bg-gradient .section__desc {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
  }
}

.section__layout {
  padding: 52px 0 56px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .section__layout {
    padding: 40px 0;
  }
}
.section__contact .section__desc {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 38px;
  text-align: center;
  color: #342e2c;
}
@media screen and (max-width: 519px) {
  .section__contact .section__desc {
    font-size: 17px;
  }
}
.section__contact .section__desc:not(:first-child) {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section__contact .section__desc:first-child {
  margin-bottom: 22px;
  margin-top: 0;
}
.section__contact .section__note {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 38px;
  text-align: center;
  color: #342e2c;
}

@media screen and (max-width: 767px) {
  .section__contact .section__note {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 16px;
    margin-top: 10px;
  }
}
.section__contact .gal__btn {
  margin: 0 auto;
}

.gal__btn {
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 60px;
  border-radius: 30px;
  color: #ffffff;
  background-color: #f44040;
}
.gal__btn.btn-dark {
  background-color: #080808;
}
.gal__btn.btn-blue {
  background-color: #05b4ed;
  border: #05b4ed;
  margin: 0 auto;
}
.gal__btn:hover::after {
  transform: translate(10px, 0);
}
.gal__btn::after {
  content: "";
  background-image: url(../../images/lp-1/icons/icon_play_next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 62px;
  height: 10px;
  margin-left: 16px;
  /* margin-top: -6px; */
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1023px) {
  .gal__btn::after {
    width: 50.375px;
    height: 8.125px;
  }
}

@media screen and (max-width: 767px) {
  #footer_tel a.gal__btn.btn-dark {
    width: 100%;
  }
}
section.flot_bn {
  position: fixed;
  width: 80px;
  right: 0;
  top: 120px;
  z-index: 9999;
}
section.flot_bn img {
  width: 100%;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  section.flot_bn {
    position: fixed;
    width: 100%;
    right: inherit;
    top: inherit;
    bottom: 0;
    z-index: 999;
    background: #fff;
  }
  section.flot_bn img {
    width: 50%;
    float: left;
  }
}
/* .footer__logo {
    margin-bottom: 37px;
  } */
.footer__logo img {
  display: block;
  margin: 0 auto;
}

p.typo-38 {
  text-align: center;
}

main {
  flex: 1;
  width: 100%;
}

.title-section {
  margin-bottom: 73px;
}
@media screen and (max-width: 519px) {
  .title-section {
    margin-bottom: 23px;
  }
}

.btn_fv {
  display: flex;
  justify-content: center;
}

.btn_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .btn_container {
    flex-direction: column;
    margin-top: 80px;
  }
}
.btn_container .button_topcontact p,
.btn_container .button_topcontact_2 p {
  color: #342e2c;
}
.btn_container .button_topcontact p:before,
.btn_container .button_topcontact p:after,
.btn_container .button_topcontact_2 p:before,
.btn_container .button_topcontact_2 p:after {
  height: 1px;
  background-color: #342e2c;
}
.btn_container div:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 1023px) {
  .btn_container div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 60px;
  }
}

.cta_btn_box {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 519px) {
  .cta_btn_box {
    display: block;
  }
}

.btn.btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0041;
  border-radius: 50px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.btn.btn-link.contactbtn::after {
  background: url(../images/icons/ico_contactbtn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.btn.btn-link:hover {
  background-color: #ff537e;
}
.btn.btn-link.pc {
  display: flex;
}
@media screen and (max-width: 1289px) {
  .btn.btn-link.pc {
    display: none;
  }
}
.btn.btn-link.sp {
  display: none;
}
@media screen and (max-width: 1289px) {
  .btn.btn-link.sp {
    display: flex;
  }
}
@media screen and (max-width: 769px) {
  .btn.btn-link.tab-no {
    display: none;
  }
}
.btn.btn-link.orange-btn-link {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ff9c00;
  max-width: 600px;
  width: 100%;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #ff9c00;
  padding: 20px 60px;
}
@media screen and (max-width: 519px) {
  .btn.btn-link.orange-btn-link {
    font-size: 17px;
    height: 56px;
    /* margin-left: 8%; */
  }
}
.btn.btn-link.orange-btn-link:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  transition: 0.3s ease-in-out;
}
.btn.btn-link.fixed-on-scroll,
.btn.btn-link.fixed-on-scroll {
  font-size: 18px;
  line-height: 24px;
  padding: 11px 9px 15px 0;
  /*letter-spacing: 1.08px;*/
  width: 272px;
  /*height: 52px;*/
  color: #fff;
  /*-webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.16);*/
  position: fixed;
  top: 30px;
  right: 240px;
  z-index: 99;
}
@media screen and (max-width: 1669px) {
  .btn.btn-link.fixed-on-scroll,
  .btn.btn-link.fixed-on-scroll {
    right: 20px;
  }
}
@media screen and (max-width: 1289px) {
  .btn.btn-link.fixed-on-scroll,
  .btn.btn-link.fixed-on-scroll {
    font-size: 16px;
    line-height: 21.5px;
    letter-spacing: 0.96px;
    width: 250px;
    height: 44px;
    top: auto;
    bottom: 105px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    background-color: #5cbec6;
  }
}
@media screen and (max-width: 1289px) and (max-width: 377px) {
  .btn.btn-link.fixed-on-scroll,
  .btn.btn-link.fixed-on-scroll {
    font-size: 13.6533333333px;
    line-height: 18.3466666667px;
    letter-spacing: 0.8192px;
  }
}
@media screen and (max-width: 998px) {
  .btn.btn-link.fixed-on-scroll,
  .btn.btn-link.fixed-on-scroll {
    bottom: 15px;
  }
}
@media screen and (max-width: 519px) {
  .btn.btn-link.fixed-on-scroll,
  .btn.btn-link.fixed-on-scroll {
    bottom: 25px;
    left: 49%;
    padding: 15px 9px 15px 0;
  }
}
.btn.btn-link.fixed-on-scroll::after,
.btn.btn-link.fixed-on-scroll::after {
  width: 24px;
  height: 24px;
  right: 36px;
  top: 24px;
}
@media screen and (max-width: 519px) {
  .btn.btn-link.fixed-on-scroll::after,
  .btn.btn-link.fixed-on-scroll::after {
    width: 24px;
    height: 24px;
    right: 36px;
    top: 20px;
  }
}
@media screen and (max-width: 1289px) {
  .btn.btn-link.tablet-none {
    display: none;
  }
}
.btn.btn-link_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5cbec6;
  border-radius: 50px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.btn.btn-link_2::after {
  content: "";
  background: url(../images/icons/icon_play_next.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.btn.btn-link_2:hover {
  background-color: #cb0000;
}
.btn.btn-link.normal-btn-link {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1.44px;
  width: 240px;
  height: 55px;
  position: relative;
}
@media screen and (max-width: 1289px) {
  .btn.btn-link.normal-btn-link {
    font-size: 16px;
    line-height: 21.5px;
    letter-spacing: 0.96px;
    width: 100%;
    max-width: 300px;
    justify-content: flex-start;
    height: 50px;
    padding-left: 8%;
    margin: 0 5px;
    /* margin-left: 8%; */
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .btn.btn-link.normal-btn-link {
    font-size: 13.6533333333px;
    line-height: 18.3466666667px;
    letter-spacing: 0.8192px;
    max-width: 270px;
    justify-content: flex-start;
    padding-left: 10%;
    /* margin-left: 5%; */
  }
}
.btn.btn-link.normal-btn-link::after {
  width: 26px;
  height: 26px;
  right: 30px;
}

/* topcontact */
.button_topcontact {
  text-align: center;
}
.button_topcontact p {
  margin-bottom: 5px;
  font-size: 16px !important;
  letter-spacing: 0.06em;
  line-height: 36px;
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 !important;
}
.button_topcontact p:before,
.button_topcontact p:after {
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  content: "";
}
.button_topcontact p:before {
  left: -22px;
  transform: rotate(50deg);
}
.button_topcontact p:after {
  right: -22px;
  transform: rotate(-50deg);
}
.button_topcontact a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 400px;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #ff9c00;
  border-radius: 50px;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .button_topcontact a {
    width: 320px;
  }
}
.button_topcontact a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

/* topcontact_2 */
.button_topcontact_2 {
  text-align: center;
}
.button_topcontact_2 p {
  margin-bottom: 5px;
  font-size: 14px !important;
  letter-spacing: 0.06em;
  line-height: 36px;
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 !important;
}
.button_topcontact_2 p:before,
.button_topcontact_2 p:after {
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  content: "";
}
.button_topcontact_2 p:before {
  left: -22px;
  transform: rotate(50deg);
}
.button_topcontact_2 p:after {
  right: -22px;
  transform: rotate(-50deg);
}
.button_topcontact_2 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 215px;
  padding: 10px 25px;
  color: #ff9c00;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #fff;
  border: 1.5px solid #ff9c00;
  border-radius: 50px;
}
@media screen and (max-width: 1023px) {
  .button_topcontact_2 a {
    width: 320px;
  }
}
.button_topcontact_2 a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

.btn_item {
  display: flex;
  justify-content: center;
}

.button_topcontact_3 {
  text-align: center;
}
.button_topcontact_3 p {
  margin-bottom: 5px;
  font-size: 16px !important;
  letter-spacing: 0.06em;
  line-height: 36px;
  text-align: center;
  color: #342e2c;
  display: inline-block;
  position: relative;
  padding: 0 !important;
}
.button_topcontact_3 p:before,
.button_topcontact_3 p:after {
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background-color: #342e2c;
  content: "";
}
.button_topcontact_3 p:before {
  left: -22px;
  transform: rotate(50deg);
}
.button_topcontact_3 p:after {
  right: -22px;
  transform: rotate(-50deg);
}
.button_topcontact_3 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 400px;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #ff9c00;
  border-radius: 50px;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .button_topcontact_3 a {
    width: 320px;
  }
}
.button_topcontact_3 a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

.backtop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 200px;
  bottom: 50px;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 1699px) {
  .backtop {
    right: 24px;
  }
}
@media screen and (max-width: 1289px) {
  .backtop {
    display: none;
  }
}

.section__complicated {
  padding: 80px 0;
}
.section__complicated img {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
.section__complicated img.img100 {
  width: 100%;
}
.section__complicated .text {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 38px;
  text-align: center;
  color: #342e2c;
}
@media screen and (max-width: 519px) {
  .section__complicated .text {
    text-align: left;
  }
}
.section__complicated .task {
  position: relative;
  padding: 64px 50px 28px;
  border: 1px solid #333;
  border-radius: 20px;
  margin-top: 64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 519px) {
  .section__complicated .task {
    padding: 65px 20px 24px;
  }
}
.section__complicated .task::before {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 25px;
  border-radius: 15px;
  background-color: #333;
  font-weight: bold;
  color: white;
  content: attr(data-title);
}
@media screen and (max-width: 519px) {
  .section__complicated .task::before {
    width: 82%;
    text-align: center;
  }
}
.section__complicated .task p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 24px;
  text-align: center;
  color: #342e2c;
  padding-top: 23px;
}
@media screen and (max-width: 519px) {
  .section__complicated .task p {
    font-size: 12px;
    text-align: left;
  }
}
.section__service {
  padding: 80px 0 120px;
}
@media screen and (max-width: 519px) {
  .section__service {
    padding: 80px 0;
  }
}
.section__service .text {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #fff;
  margin-bottom: 39px;
}
@media screen and (max-width: 519px) {
  .section__service .text {
    font-size: 16px;
  }
}
.section__service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 39px;
  margin-bottom: 60px;
}
.section__service__list li {
  border-radius: 20px;
  background: #fff;
  width: calc((97% - 20px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 30px;
}
@media screen and (max-width: 519px) {
  .section__service__list li {
    width: 100%;
    margin-right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.5fr 0.5fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "imggrid list-title" "imggrid pgrid";
    place-content: center;
    place-items: center;
    padding: 10px;
  }
}
.section__service__list li:nth-child(3n) {
  margin-right: 0;
}
.section__service__list li p {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 26px;
  text-align: left;
  color: #342e2c;
  padding-top: 10px;
}
.section__service__list .list-title {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: center;
  color: #342e2c;
  padding-bottom: 10px;
}
@media screen and (max-width: 519px) {
  .section__service__list .list-title {
    grid-area: list-title;
  }
}
@media screen and (max-width: 519px) {
  .section__service__list .imggrid {
    grid-area: imggrid;
    margin-right: 20px;
  }
}
@media screen and (max-width: 519px) {
  .section__service__list .pgrid {
    grid-area: pgrid;
  }
}
.section__service__package {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
}
.section__service__package .package_wrap .package_inner01 {
  display: flex;
}
@media screen and (max-width: 519px) {
  .section__service__package .package_wrap .package_inner01 {
    flex-direction: column;
  }
}
.section__service__package .package_wrap .package_inner01 li {
  width: 50%;
}
.section__service__package .package_wrap .package_inner01 li:nth-child(1) {
  margin-right: 20px;
}
@media screen and (max-width: 519px) {
  .section__service__package .package_wrap .package_inner01 li {
    width: 100%;
  }
  .section__service__package .package_wrap .package_inner01 li:nth-child(1) {
    border-bottom: 2px dashed #707070;
    padding-bottom: 20px;
  }
  .section__service__package .package_wrap .package_inner01 li:nth-child(2) {
    padding-top: 20px;
  }
}
.section__service__package .package_wrap .package_inner01 li p {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 28px;
  text-align: left;
}
.section__service__package .package_wrap .package_inner02 li {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #342e2c;
  list-style-type: none;
  position: relative;
  padding-left: 1.2em;
}
.section__service__package .package_wrap .package_inner02 li:before {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  content: "";
  background: #2687f8;
}
@media screen and (max-width: 519px) {
  .section__service__package .package_wrap .package_inner02 li {
    width: 100%;
  }
  .section__service__package .package_wrap .package_inner02 li:nth-child(1) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .section__service__package .package_wrap .package_inner02 li:nth-child(2) {
    padding-top: 0;
  }
}
.section__service__package .package_wrap .planbox {
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid;
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  .section__service__package .package_wrap .planbox {
    flex-direction: column;
  }
}
.section__service__package .package_wrap .plan_wrap {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .section__service__package .package_wrap .plan_wrap:nth-child(1) {
    margin-bottom: 30px;
  }
}
.section__service__package .package_wrap .plan_wrap .plan_inner01 {
  font-size: 55px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .section__service__package .package_wrap .plan_wrap .plan_inner01 {
    font-size: 45px;
  }
}
.section__service__package .package_wrap .plan_wrap .plan_inner01 .plan_en {
  font-size: 30px;
}
@media screen and (max-width: 769px) {
  .section__service__package .package_wrap .plan_wrap .plan_inner01 .plan_en {
    font-size: 25px;
  }
}
.section__service__package .package_wrap .plan_wrap .plan_inner01 .plan_zei {
  display: block;
  font-size: 15px;
}
.section__service__package .package_wrap .plan_wrap_title02 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: center;
  color: #342e2c;
  width: 100%;
  background: #d3e7ff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.section__service__package .package_title01 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: center;
  color: #342e2c;
  width: 100%;
  background: #fffce2;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.section__service__package .package_title02 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: center;
  color: #342e2c;
  width: 100%;
  background: #d3e7ff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.section__mall {
  padding: 80px 0 120px;
}
@media screen and (max-width: 519px) {
  .section__mall {
    padding: 80px 0;
  }
}
.section__mall .text {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #342e2c;
  margin-bottom: 50px;
}
@media screen and (max-width: 519px) {
  .section__mall .text {
    font-size: 16px;
  }
}
.section__mall__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section__mall__list li {
  position: relative;
  width: calc((100% - 2px) / 4);
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: center;
  color: #342e2c;
}
@media screen and (max-width: 519px) {
  .section__mall__list li {
    width: auto;
    font-size: 16px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.section__mall__list li::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../../images/lp-1/mall_icon.webp);
  background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}
.section__contact_btn {
  padding: 80px 0;
}
.section__option {
  padding: 80px 0 120px;
}
@media screen and (max-width: 519px) {
  .section__option {
    padding: 80px 0;
  }
}
@media screen and (max-width: 599px) {
  .section__option .sidetable {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.section__option .scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
}
.section__option .scroll-hint--show {
  display: block;
}
@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.section__option .text {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #342e2c;
  margin-bottom: 39px;
}
@media screen and (max-width: 519px) {
  .section__option .text {
    font-size: 16px;
  }
}
.section__option .text_2 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 38px;
  text-align: center;
  color: #342e2c;
  padding-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .section__option .sidetable {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.section__option .scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
}
.section__option .scroll-hint--show {
  display: block;
}
@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.section__option table {
  border: 2px solid #707070;
  border-collapse: collapse;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 519px) {
  .section__option table {
    width: 100%;
  }
}
.section__option tr.header {
  background: #81bbff;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 519px) {
  .section__option tr.header {
    font-size: 16px;
  }
}
.section__option td,
.section__option th {
  border: 2px dotted #707070;
  padding: 12px;
}
.section__option .item {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
  color: #080808;
  width: 37%;
}
@media screen and (max-width: 519px) {
  .section__option .item {
    font-size: 16px;
  }
}
.section__option .note {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
  color: #080808;
}
@media screen and (max-width: 519px) {
  .section__option .note {
    font-size: 14px;
  }
}
.section__option th {
  background: #f0e6cc;
}
.section__option .w15 {
  width: 15%;
}
@media screen and (max-width: 519px) {
  .section__option .w15 {
    width: 24%;
  }
}
.section__option .bg__white {
  background: #fff;
}
.section__option .bg__yellow {
  background: #fffce2;
}
.section__model_case {
  padding: 80px 0 120px;
}
@media screen and (max-width: 519px) {
  .section__model_case {
    padding: 80px 0;
  }
}
.section__model_case .text {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #342e2c;
  margin-bottom: 39px;
}
@media screen and (max-width: 519px) {
  .section__model_case .text {
    font-size: 16px;
  }
}
.section__model_case__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section__model_case__list li {
  width: calc((98% - 22px) / 2);
  border-radius: 20px;
  background: #d3e7ff;
  padding: 26px 30px 31px;
  position: relative;
}
@media screen and (max-width: 519px) {
  .section__model_case__list li {
    width: 100%;
    padding: 15px;
  }
}
.section__model_case__list li:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 33px;
}
@media screen and (max-width: 519px) {
  .section__model_case__list li:not(:last-child) {
    margin-right: 0;
  }
}
.section__model_case__list li img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 135px;
}
@media screen and (max-width: 519px) {
  .section__model_case__list li img {
    right: 6px;
    width: 100px;
  }
}
.section__model_case__list li .case_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: left;
  color: #2687f8;
  position: relative;
  z-index: 10;
}
.section__model_case__list li .case_title span {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #342e2c;
}
.section__model_case__list li .case_title_2 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 28px;
  text-align: left;
  color: #342e2c;
  margin-bottom: 24px;
  position: relative;
  z-index: 10;
}
.section__model_case__list li .detail {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 26px;
  text-align: left;
  color: #342e2c;
}
.section__model_case__list li p {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 26px;
  text-align: left;
  color: #342e2c;
  position: relative;
  z-index: 10;
}
.section__reason {
  padding: 80px 0 120px;
}
@media screen and (max-width: 519px) {
  .section__reason {
    padding: 80px 0;
  }
}
.section__reason .text {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #fff;
  margin-bottom: 39px;
}
@media screen and (max-width: 519px) {
  .section__reason .text {
    font-size: 16px;
  }
}
.section__reason .text_2 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 36px;
  text-align: center;
  color: #342e2c;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 519px) {
  .section__reason .text_2 {
    font-size: 14px;
  }
}
.section__reason .reason_wrap {
  border-radius: 20px;
  background: #fff;
  padding: 60px 90px 90px;
}
@media screen and (max-width: 519px) {
  .section__reason .reason_wrap {
    padding: 15px;
  }
}
.section__reason .consultant_frame {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 519px) {
  .section__reason .consultant_frame {
    flex-direction: column;
  }
}
.section__reason .consultant_box {
  width: calc((100% - 168px) / 3);
  text-align: center;
}
@media screen and (max-width: 769px) {
  .section__reason .consultant_box {
    width: calc((100% - 65px) / 3);
  }
}
@media screen and (max-width: 519px) {
  .section__reason .consultant_box {
    width: 100%;
  }
  .section__reason .consultant_box:nth-child(1) {
    margin-bottom: 30px;
  }
}
.section__reason .consultant_box img {
  width: 100%;
  height: auto;
}
.section__reason .consultant_box h3 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 35px;
  text-align: left;
  color: #342e2c;
  background: transparent;
  margin: 20px 0 15px;
}
.section__reason .consultant_box h3 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 10px;
  text-align: left;
  color: #2687f8;
}
.section__reason .consultant_box p {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 28px;
  text-align: left;
  color: #342e2c;
  margin: 15px 0 0;
}
.section__reason .consultant_box .box_inner {
  margin-bottom: 40px;
}
.section__reason .special {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 519px) {
  .section__reason .special {
    flex-direction: column;
  }
}
.section__flow {
  position: relative;
  padding: 80px 0 120px;
}
@media screen and (max-width: 519px) {
  .section__flow {
    padding: 80px 0;
  }
}
.section__flow .text {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #342e2c;
  margin-bottom: 39px;
}
@media screen and (max-width: 519px) {
  .section__flow .text {
    font-size: 16px;
  }
}
.section__flow .flow-list {
  list-style: none;
  margin-top: 80px;
}
.section__flow .flow-list li {
  width: 100%;
  position: relative;
}
.section__flow .flow-list li::before {
  content: "";
  border: 1px solid #342e2c;
  height: 6em;
  position: absolute;
  top: -7em;
  left: 20%;
  transform: translateX(-20%);
}
@media screen and (max-width: 519px) {
  .section__flow .flow-list li::before {
    height: 7em;
    top: -8em;
    left: 15%;
    transform: translateX(-15%);
  }
}
.section__flow .flow-list li:nth-of-type(8)::after,
.section__flow .flow-list li:nth-of-type(1)::before {
  border: hidden;
}
@media screen and (max-width: 519px) {
  .section__flow .flow-list li div.flex {
    padding-bottom: 30px;
  }
  .section__flow .flow-list li div.flex::after {
    width: 4px;
    height: 33px;
    left: 16%;
  }
  .section__flow .flow-list li div.flex::before {
    width: 4px;
    height: 50px;
    left: 16%;
    top: -33px;
  }
}
.section__flow .flow-col:nth-of-type(1) {
  width: 40%;
  padding: 0 0 60px;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .section__flow .flow-col:nth-of-type(1) {
    width: 30%;
  }
}
.section__flow .flow-col:nth-of-type(2) {
  width: 60%;
  padding-left: 15px;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 519px) {
  .section__flow .flow-col:nth-of-type(2) {
    width: 70%;
    padding-left: 30px;
  }
}
.section__flow .flow-col h4 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 45px;
  text-align: left;
  color: #2687f8;
  margin-bottom: 38px;
}
@media screen and (max-width: 519px) {
  .section__flow .flow-col h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.section__flow .flow-col .stt-wrap {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #6f8793;
}
@media screen and (max-width: 519px) {
  .section__flow .flow-col .stt-wrap {
    font-size: 22px;
  }
}
.section__flow .flow-col .stt-wrap .stt {
  margin-right: 17px;
  width: 22%;
}
@media screen and (max-width: 1023px) {
  .section__flow .flow-col .stt-wrap .stt {
    width: 19%;
  }
}
@media screen and (max-width: 519px) {
  .section__flow .flow-col .stt-wrap .stt {
    width: 18%;
  }
}
.section__flow .flow-col .typo-1 {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .section__flow .flow-col .typo-1 {
    font-size: 11px;
    line-height: 21px;
  }
}
.section__flow .flow-col .typo-2 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #080808;
}
@media screen and (max-width: 1023px) {
  .section__flow .flow-col .typo-2 {
    font-size: 12px;
    line-height: 18px;
  }
}
.section__flow .flow-col .typo-3 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #080808;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .section__flow .flow-col .typo-3 {
    font-size: 12px;
    line-height: 26px;
  }
}
.section__faq {
  position: relative;
  overflow: hidden;
  padding: 80px 0 120px;
}
@media screen and (max-width: 519px) {
  .section__faq {
    padding: 80px 0;
  }
}
.section__faq .text {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #fff;
  margin-bottom: 39px;
}
@media screen and (max-width: 519px) {
  .section__faq .text {
    font-size: 16px;
  }
}
.section__faq .faq-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
  margin: 60px auto 30px;
}
.section__faq .faq-container .faq-title {
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 40px;
  text-align: left;
  color: #fff;
  padding: 20px 0 0;
  margin: 0 auto 19px;
}
@media screen and (max-width: 1023px) {
  .section__faq .faq-container .faq-title {
    font-size: 17px;
    line-height: 35px;
  }
}
@media screen and (max-width: 519px) {
  .section__faq .faq-container .faq-title {
    border-radius: 16px;
    font-size: 18px;
    line-height: 33px;
    padding: 14px 15px;
    padding-left: 2em;
    text-indent: -2em;
  }
}
.section__faq .faq-container .faq-title .typo-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.06em;
  line-height: 40px;
  text-align: left;
  color: #fff;
  padding-right: 10px;
}
@media screen and (max-width: 519px) {
  .section__faq .faq-container .faq-title .typo-1 {
    font-size: 26px;
  }
}
.section__faq .faq-container .faq-content {
  padding: 20px 55px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 36px;
  text-align: left;
  color: #080808;
  border-radius: 20px;
  background: #fff;
  margin-left: 50px;
}
@media screen and (max-width: 519px) {
  .section__faq .faq-container .faq-content {
    font-size: 16px;
    line-height: 31px;
    padding: 20px;
  }
}
.section__form {
  padding: 120px 0 200px;
}

.remark {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 38px;
  text-align: center;
  color: #342e2c;
}

.title_2 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 50px;
  text-align: center;
  color: #fff;
  padding-bottom: 39px;
}
@media screen and (max-width: 519px) {
  .title_2 {
    font-size: 26px;
    line-height: 40px;
  }
}

.title_3 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 50px;
  text-align: center;
  color: #342e2c;
  padding-bottom: 19px;
}
@media screen and (max-width: 519px) {
  .title_3 {
    font-size: 25px;
    line-height: 45px;
  }
}

.title_4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 54px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #fff;
}

.title_5 {
  font-family: "Montserrat", sans-serif;
  font-size: 54px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #2687f8;
}

.title_6 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 24px;
  background: #342e2c;
  width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 519px) {
  .title_6 {
    width: 100%;
    font-size: 19px;
  }
}

.typography__title_3 {
  position: relative;
  padding: 0 0 22px;
  font-size: 36px;
  line-height: 56px;
  letter-spacing: 2.16 px;
  color: #342e2c;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 519px) {
  .typography__title_3 {
    font-size: 30px;
  }
}
.typography__title_3.typography__title_3:before {
  position: absolute;
  bottom: -2px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: "";
  background: #2687f8;
}

.title_white {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #fff;
  padding-bottom: 35px;
}

.title_black {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #342e2c;
  padding-bottom: 35px;
}

.h4_title {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 50px;
  text-align: center;
  color: #342e2c;
}
.h4_title span {
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 50px;
  text-align: center;
  color: #ff9c00;
}

/*マーカーアニメーション*/
.marker-animation.active {
  background-position: -100% bottom;
}

.marker-animation {
  background-image: linear-gradient(
    left,
    transparent 50%,
    rgb(255, 250, 153) 50%
  );
  background-repeat: repeat-x;
  background-size: 200% 0.5em;
  background-position: 0 bottom;
  transition: all 2s ease;
  font-weight: bold;
}

.font-blue {
  color: #2687f8;
}

/* section why */
.sec-why {
  background: #faebeb;
}
.sec-contact {
  padding: 80px 0;
  background: url(../images/bg_contact.jpg) no-repeat center top;
  background-size: 100%;
}
.sec-contact .form-bg {
  padding: 62px 45px 69px 45px;
  border-radius: 15px;
  background: #f5f5f0;
  margin-top: 40px;
}
.sec-contact .info.pc {
  display: none;
}
.sec-contact .sec-ttl.sp {
  display: block;
}
.sec-contact .remark .txt {
  padding: 31px 0;
  font-size: 16px;
  text-align: center;
}
.sec-contact .typography__title {
  color: #ffffff;
}

.section__why .why-col {
  width: 100%;
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  padding: 60px 45px;
}
@media screen and (max-width: 1289px) {
  .section__why .why-col {
    border-radius: 15px;
    padding: 20px 25px;
  }
}
.section__why .why-col.col-6 {
  width: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 40px;
}
@media screen and (max-width: 1289px) {
  .section__why .why-col.col-6 {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  .section__why .why-col.col-6 {
    width: 100%;
  }
}
.section__why .why-list {
  display: flex;
  flex-wrap: wrap;
  width: 490px;
}
@media screen and (max-width: 1289px) {
  .section__why .why-list {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.section__why .why-list li {
  width: 100px;
  margin-right: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1289px) {
  .section__why .why-list li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  .section__why .why-list li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 412px) {
  .section__why .why-list li {
    margin-right: 10px;
    margin-bottom: 20px;
    width: calc((100% - 20px) / 3);
  }
}
.section__why .why-list li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  .section__why .why-list li:nth-child(4n) {
    margin-right: 20px;
  }
}
.section__why .why-list li:nth-last-child(-n + 4) {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .section__why .why-list li:nth-last-child(-n + 4) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  .section__why .why-list li:nth-child(2n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 412px) {
  .section__why .why-list li:nth-child(2n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 769px) {
  .section__why .why-list li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .section__why .why-list li:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .section__why .why-list li:nth-child(3n),
  .section__why .why-list li:nth-child(6n) {
    margin-right: 0 !important;
  }
}
.section__why .col-full-content {
  width: 685px;
  padding-right: 40px;
}
@media screen and (max-width: 1289px) {
  .section__why .col-full-content {
    width: 100%;
    padding-right: 0;
  }
}
.section__why .col-full-img {
  width: 575px;
}
@media screen and (max-width: 1289px) {
  .section__why .col-full-img {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 769px) {
  .section__why .col-full-img {
    width: 100%;
  }
}
.section__why .col-full-img .content-img-text {
  padding-left: 0;
  padding-top: 20px;
  padding-right: 10px;
}
@media screen and (max-width: 1289px) {
  .section__why .col-full-img .content-img-text {
    padding-top: 5px;
  }
}
.section__why .stt-wrap {
  display: flex;
  align-items: flex-end;
}
.section__why .stt {
  margin-right: 28px;
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 1289px) {
  .section__why .stt {
    margin-right: 15px;
  }
  .section__why .stt img {
    height: 58px;
  }
}
.section__why * {
  color: #080808;
}
.section__why .typo-32 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.024 px;
  font-weight: 700;
}
@media screen and (max-width: 1289px) {
  .section__why .typo-32 {
    font-size: 5.5 px;
    line-height: 10 px;
    letter-spacing: 0.00726, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .section__why .typo-32 {
    font-size: 4.6933333333 px;
    line-height: 8.5335153817 px;
    letter-spacing: 7.26, 1000/2.34375 px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__why .typo-32 {
    font-size: 9.3866666667px;
    line-height: 17.0666666667px;
    letter-spacing: 0.5632px;
  }
}
.section__why .typo-33 {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.01536 px;
  margin-top: 50px;
}
@media screen and (max-width: 1289px) {
  .section__why .typo-33 {
    font-size: 6 px;
    line-height: 11 px;
    letter-spacing: 0.00864, 2px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .section__why .typo-33 {
    font-size: 5.12 px;
    line-height: 9.3868669198 px;
    letter-spacing: 8.64, 1000/2.34375 px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__why .typo-33 {
    font-size: 10.24px;
    line-height: 18.7733333333px;
    letter-spacing: 0.6144px;
  }
}
.section__why .content-img {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 1289px) {
  .section__why .content-img {
    margin-top: 20px;
  }
}
.section__why .content-img img {
  width: 200px;
}
@media screen and (max-width: 1289px) {
  .section__why .content-img img {
    width: 39.2857142857%;
  }
}
.section__why .content-img-text {
  flex: auto;
  padding-left: 20px;
}
@media screen and (max-width: 1289px) {
  .section__why .content-img-text {
    padding-left: 15px;
  }
}
.section__why .typo-34 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.96 px;
}
@media screen and (max-width: 1289px) {
  .section__why .typo-34 {
    font-size: 4.5 px;
    line-height: 9.5 px;
    letter-spacing: 0.54, 2px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .section__why .typo-34 {
    font-size: 3.84 px;
    line-height: 8.1068396126 px;
    letter-spacing: 540, 1000/2.34375 px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__why .typo-34 {
    font-size: 7.68px;
    line-height: 16.2133333333px;
    letter-spacing: 0.4608px;
  }
}
.section__why .typo-35 {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 1.2 px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 1289px) {
  .section__why .typo-35 {
    font-size: 6 px;
    line-height: 8 px;
    letter-spacing: 0.72, 2px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .section__why .typo-35 {
    font-size: 5.12 px;
    line-height: 6.8268123053 px;
    letter-spacing: 720, 1000/2.34375 px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__why .typo-35 {
    font-size: 10.24px;
    line-height: 13.6533333333px;
    letter-spacing: 0.6144px;
  }
}
.section__why .typo-36 {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.96 px;
  margin-top: 20px;
}
@media screen and (max-width: 1289px) {
  .section__why .typo-36 {
    font-size: 10 px;
    line-height: 18 px;
    letter-spacing: 1.2, 2px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1289px) and (max-width: 373px) {
  .section__why .typo-36 {
    font-size: 8.5333333333 px;
    line-height: 15.360327687 px;
    letter-spacing: 1200, 1000/2.34375 px;
  }
}
.section__why .typo-37 {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.6 px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1289px) {
  .section__why .typo-37 {
    margin-top: 5px;
  }
}
.section-p7 {
  width: 100%;
  padding: 72px 0 118px;
}
@media screen and (max-width: 519px) {
  .section-p7 {
    padding: 40px 0 50px;
  }
}
.section__faq-list__text-wrap {
  padding-top: 20px;
  padding-left: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .section__faq-list__text-wrap {
    padding-top: 10px;
    padding-left: 10px;
  }
}
.section__faq-list__text-wrap p {
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 36px;
  color: #080808;
  padding: 20px 55px;
  background-color: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .section__faq-list__text-wrap p {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 22px;
    padding: 15px;
    border-radius: 10px;
  }
}
.section__layout {
  padding: 52px 0 56px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .section__layout {
    padding: 40px 0;
  }
}
.section__contact__desc {
  font-weight: 700;
}
.section__contact__desc:not(:first-child) {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section__contact__desc:first-child {
  margin-bottom: 22px;
  margin-top: 0;
}
.section__contact .gal__btn {
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 60px;
  border-radius: 30px;
  color: #ffffff;
  background-color: #f44040;
  margin: 0 auto;
}
@media screen and (max-width: 519px) {
  .section__contact .gal__btn {
    font-size: 16px;
  }
}
.section__contact .gal__btn.btn-dark {
  background-color: #080808;
}
.section__contact .gal__btn.btn-blue {
  background-color: #05b4ed;
  border: #05b4ed;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .section__contact .gal__btn.btn-blue {
    font-size: 13px;
  }
}
.section__contact .gal__btn:hover::after {
  transform: translate(10px, 0);
}
.section__contact .gal__btn::after {
  content: "";
  background-image: url(../../images/lp-1/icons/icon_play_next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 62px;
  height: 10px;
  margin-left: 16px;
  /* margin-top: -6px; */
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1099px) {
  .section__contact .gal__btn::after {
    width: 50.375px;
    height: 8.125px;
  }
}
.section__contact.flot_bn {
  position: fixed;
  width: 80px;
  right: 0;
  top: 120px;
  z-index: 9999;
}
@media screen and (max-width: 769px) {
  .section__contact.flot_bn {
    position: fixed;
    width: 100%;
    right: inherit;
    top: inherit;
    bottom: 0;
    z-index: 999;
    background: #fff;
  }
}
.section__contact.flot_bn img {
  width: 100%;
  margin-bottom: 0px;
}
@media screen and (max-width: 769px) {
  .section__contact.flot_bn img {
    width: 50%;
    float: left;
  }
}
.section__note {
  text-align: center;
  margin-top: 18px;
  color: #080808;
}
@media screen and (max-width: 769px) {
  .section__note {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 16px;
    margin-top: 10px;
  }
}
.section .btn.btn-link.orange-btn-link {
  background: #080808;
  border-radius: 41px;
  margin: 0 auto;
  font-size: 20px;
  width: 420px;
  height: 60px;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  .section .btn.btn-link.orange-btn-link {
    width: 82%;
    font-size: 16px;
  }
}
.section .btn.btn-link.orange-btn-link::after {
  right: 46px;
}
@media screen and (max-width: 769px) {
  .section .btn.btn-link.orange-btn-link::after {
    right: 35px;
  }
}
.section .btn.btn-link.orange-btn-link:hover {
  background: #080808;
}
.section .btn.btn-link.orange-btn-link:hover::after {
  transform: translate(10px, -51%);
}

img.img-wrap {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 40px;
  background: #2687f8;
  padding: 20px 50px;
  box-sizing: border-box;
  border-radius: 50px;
}

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
  margin: 0 auto 30px;
}
.accordion-container .accordion-title {
  display: block;
  background-color: #ffffff;
  border-radius: 160px;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 40px;
  text-align: left;
  color: #080808;
  padding: 14px 80px 14px 35px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1023px) {
  .accordion-container .accordion-title {
    font-size: 17px;
    line-height: 35px;
  }
}
@media screen and (max-width: 519px) {
  .accordion-container .accordion-title {
    border-radius: 16px;
    font-size: 18px;
    line-height: 33px;
    padding: 14px 50px 14px 15px;
  }
  .accordion-container .accordion-title:after {
    right: 18px;
  }
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active {
  opacity: 0.8;
}
.accordion-container .content-entry.open .accordion-title {
  opacity: 0.8;
}
.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active {
  color: white;
}
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title {
  background-color: #ffffff;
  border-radius: 160px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 40px;
  text-align: left;
  color: #080808;
  padding: 14px 35px;
}
.accordion-title:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 30%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 16px;
  height: 16px;
  border-top: solid 3px #ff0041;
  border-right: solid 3px #ff0041;
  transform: rotate(135deg);
}
.accordion-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-title .typo-1 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 40px;
  text-align: left;
  color: #ff0041;
  padding-right: 10px;
}

.accordion-content {
  padding: 0 30px 30px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 36px;
  text-align: left;
  color: #080808;
}
@media screen and (max-width: 519px) {
  .accordion-content {
    font-size: 16px;
    line-height: 31px;
  }
}

/*-----------------------------------------*/
.customers-col {
  width: 50%;
  margin-right: 32px;
}
@media screen and (max-width: 519px) {
  .customers-col {
    width: 100%;
    margin-right: 0;
  }
}
.customers-col:last-of-type {
  width: 50%;
  margin-right: 0;
}
@media screen and (max-width: 519px) {
  .customers-col:last-of-type {
    width: 100%;
    margin-right: 0;
  }
}
.customers-col .content-img-text .typo-1 {
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.06em;
  line-height: 44px;
  text-align: left;
  color: #080808;
}
@media screen and (max-width: 1023px) {
  .customers-col .content-img-text .typo-1 {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 519px) {
  .customers-col .content-img-text .typo-1 {
    font-size: 20px;
  }
}
.customers-col .content-img-text .typo-2 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 44px;
  text-align: left;
  color: #080808;
}
@media screen and (max-width: 1023px) {
  .customers-col .content-img-text .typo-2 {
    font-size: 20px;
    line-height: 34px;
  }
}
@media screen and (max-width: 519px) {
  .customers-col .content-img-text .typo-2 {
    font-size: 21px;
  }
}
.customers-col .content-img-text .typo-3 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: left;
  /* color: #05b4ed; */
}
@media screen and (max-width: 1289px) {
  .customers-col .content-img-text .typo-3 {
    font-size: 31px;
  }
}
@media screen and (max-width: 1023px) {
  .customers-col .content-img-text .typo-3 {
    font-size: 22px;
    line-height: 42px;
  }
}
@media screen and (max-width: 519px) {
  .customers-col .content-img-text .typo-3 {
    font-size: 24px;
    line-height: 40px;
  }
}

/*-----------------------------------------*/
.w-orig {
  width: 88%;
}

.success-list {
  list-style: none;
}
.success-list li {
  width: 100%;
}

.plan-col {
  width: 50%;
}
@media screen and (max-width: 519px) {
  .plan-col {
    width: 100%;
  }
}

.plan-col_2 {
  width: 100%;
}

/*-----------------------------------------*/
#section-form .container_2 {
  width: 100%;
  max-width: 935px;
  margin: 0 auto;
  padding: 0 35px;
}
#section-form .title {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 519px) {
  #section-form .title {
    font-size: 28px;
    line-height: 50px;
  }
}
#section-form .title span {
  color: #fff;
}

.section-form .typography__title_2,
.section-form .right_in {
  display: none;
}
.section-form div.fm_box_2 .custom__screen {
  max-width: 1000px;
  width: 100%;
}

.title-section {
  margin-bottom: 73px;
}
@media screen and (max-width: 519px) {
  .title-section {
    margin-bottom: 23px;
  }
}

.scroll {
  height: 80px;
  overflow: auto;
  overflow-y: scroll;
}

.right_contents {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 0 35px;
}
@media screen and (min-width: 1290px) and (max-width: 1600px) {
  .right_contents {
    width: 100%;
  }
}
@media screen and (max-width: 1289px) {
  .right_contents {
    display: block;
  }
}
.right_contents::-webkit-scrollbar {
  display: none;
}
.right_contents .container {
  width: 100%;
  max-width: 935px;
  margin: 0 auto;
  padding: 0;
}
.right_contents .typography__note {
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.06em;
  line-height: 19px;
  color: #767676;
  text-align: center;
}
.right_contents .typography__title_2 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 30px;
  text-align: center;
  color: #cdac36;
}
@media screen and (max-width: 1289px) {
  .right_contents .typography__title_2 {
    font-size: 22px;
  }
}
.right_contents .formbtn::after {
  display: none;
}
.right_contents .typography__title_small_2 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 40px;
  text-align: center;
  color: #cdac36;
}
.right_contents .typography__title_small_3 {
  font-weight: normal;
  font-size: 9px;
  letter-spacing: 0.06em;
  color: #767676;
  margin: 11px 15px 0 0;
}

.right_in {
  text-align: right;
} /*# sourceMappingURL=custom.css.map */
