.flex.items-center.menu {
  width: 100%;
  padding: 0 24px;
  background: #000;
  position: fixed;
  height: 60px;
  top: 0;
  z-index: 9999;
  justify-content: flex-end;
}

img.logo {
    width: 60px;
    position: fixed;
    top: 0;
    left: 0;
}
.flex_btn {
  display: grid;
  justify-content: center;
}

.btn-ico {
  position: relative;
}
.btn-ico img {
  position: absolute;
  z-index: 10;
  top: 23px;
  left: 3px;
  width: 46px;
}

@media screen and (max-width: 520px) {
  .btn-ico img {
    top: 5px;
    left: 40px;
    width: 46px;
    padding-top: 0!important;
  }
}


/*===================================
  トップスライダーのためのcss
===================================*/
.slick-slider {
  margin: 30px auto 0;
  padding-bottom: 50px;
}
@media screen and (max-width: 520px) {
  .slick-slider {
    margin: 30px auto 0;
    padding-bottom: 40px;
  }
}
.top_slider {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.top_slider img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 520px) {
  .top_slider {
    padding-bottom: 0;
  }
  .top_slider img {
    width: 60%;
    margin: 0 auto;
  }
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  z-index: 10;
}
.slick-arrow:before {
  content: "" !important;
}
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-next:before {
  background: url(../images/slider/arrow_r.svg);
  background-size: contain;
}
.slick-prev:before {
  background: url(../images/slider/arrow_p.svg);
  background-size: contain;
}
.slick-arrow {
  z-index: 2;
  width: 60px;
  height: 60px;
}
.slick-prev {
  left: 29%;
  /*    transform: rotate(-135deg);*/
}
.slick-next {
  right: 28%;
  /*    transform: rotate(45deg);*/
}
li.slick-slide {
  margin-left: 50px;
}
@media screen and (max-width: 896px) {
  .slick-prev {
    left: 11%;
  }
  .slick-next {
    right: 11%;
  }
}
@media screen and (max-width: 520px) {
  .slick-arrow {
    z-index: 2;
    width: 40px;
    height: 40px;
  }
  .slick-prev {
    left: 5%;
  }
  .slick-next {
    right: 5%;
  }
  li.slick-slide {
    margin-left: 0;
  }
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}
/* マーカー */
.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #fff09b, #fff09b);
  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% 30%;
}
.btn_header{
	display: flex;
}
.btn_header div a {
	background: #fff222;
	color: #000;
	font-size: 12px;
	border-radius: 5px;
	display: block;
	padding: 4px 8px;
	margin: 0 4px;
}

* {
  padding: 0;
  margin: 0;
  min-height: inherit;
  min-width: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
*: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;
  -webkit-box-shadow: none;
  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;
}
.semi_bn {
  width: 100%;
  background: #5cbec6;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.semi_bn img {
  width: 50%;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
}
.pc_bn {
  display: block;
}
.sp_bn {
  display: none !important;
}
@media screen and (max-width: 540px) {
  .pc_bn {
    display: none !important;
  }
  .sp_bn {
    display: block !important;
  }
  .semi_bn img {
    max-width: 300px;
    width: 100%;
  }
}
.typography__note {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.72px;
  color: #767676;
}
@media screen and (max-width: 1279px) {
  .typography__note {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0.54px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .typography__note {
    font-size: 7.68px;
    line-height: 10.24px;
    letter-spacing: 0.4608px;
  }
}
.typography__content {
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 1.08px;
  color: #080808;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .typography__content {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .typography__content {
    font-size: 10.24px;
    line-height: 18.7733333333px;
    letter-spacing: 0.6144px;
  }
}
.typography__title {
  font-size: 36px;
  line-height: 69px;
  letter-spacing: 2.16px;
  color: #080808;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  .typography__title {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1.32px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .typography__title {
    line-height: 40px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .typography__title {
    font-size: 21px;
    line-height: 39.306667px;
    letter-spacing: 1.1264px;
  }
}
.typography__title.cyan {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1.2px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  .typography__title.cyan {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.78px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .typography__title.cyan {
    font-size: 11.0933333333px;
    line-height: 17.0666666667px;
    letter-spacing: 0.6656px;
  }
}
@media screen and (max-width: 1279px) {
  .typography__title.cyan::after {
    width: 20px;
  }
}
.typography__title.cyan::after {
  width: 40px;
  background-color: #5cbec6;
}
.typography__title-sm {
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 1.68px;
  font-weight: 700;
  color: #080808;
  text-align: center;
}
@media screen and (max-width: 1290px) {
  .typography__title-sm {
    font-size: 23px;
    line-height: 43px;
  }
}
@media screen and (max-width: 1024px) {
  .typography__title-sm {
    font-size: 17px;
    line-height: 29px;
    letter-spacing: 1.02px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .typography__title-sm {
    font-size: 14.5066666667px;
    line-height: 24.7466666667px;
    letter-spacing: 0.8704px;
  }
}
.typography__title-sm span {
  position: relative;
  z-index: 1;
}
.typography__title-sm span.left::after {
  right: 0;
}
.typography__title-sm span.right::after {
  left: 0;
}
.typography__title-sm span.center::after {
  width: 100%;
  left: 0;
}
/*
.typography__title-sm span::after {
  content: "";
  width: 103%;
  height: 8px;
  background-color: #fff09b;
  position: absolute;
  bottom: 2px;
  z-index: -1;
}
*/
.typography__title-bg {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 2.4px;
  font-weight: 700;
  color: #ffffff;
  background-color: #080808;
  padding: 10px 70px;
  display: inline-block;
}
@media screen and (max-width: 1279px) {
  .typography__title-bg {
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 1.26px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .typography__title-bg {
    font-size: 17.92px;
    line-height: 22.1866666667px;
    letter-spacing: 1.0752px;
  }
}
.typography__title-bg.none {
  display: none;
}
@media screen and (max-width: 520px) {
  .typography__title-bg.sp-none {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .typography__title-bg.sp-inline-block {
    display: inline-block;
  }
}
.typography__title-bg span {
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 1279px) {
  .typography__title-bg span {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.08px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .typography__title-bg span {
    font-size: 15.36px;
    line-height: 22.1866666667px;
    letter-spacing: 0.9216px;
  }
}
.typography__title_small {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #080808;
}
@media screen and (max-width: 1024px) {
  .typography__title_small {
    font-size: 13px;
    line-height: 33px;
  }
}
@media screen and (max-width: 520px) {
  .typography__title_small {
    font-size: 14px;
  }
}
.typography__title_24 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 40px;
  text-align: center;
  color: #080808;
}
@media screen and (max-width: 1024px) {
  .typography__title_24 {
    font-size: 17px;
    line-height: 31px;
  }
}
@media screen and (max-width: 520px) {
  .typography__title_24 {
    font-size: 14px;
    line-height: 34px;
  }
}
.f_blue {
  color: #05B4ED;
}
.radius_blue {
  border-left: 4px solid #05b4ed;
  margin-left: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 520px) {
  .radius_blue {
    border-left: 3px solid #05b4ed;
  }
}
.btn.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ba2700;
  border-radius: 50px;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-link::after {
  content: "";
  background: url(../images/icons/icon_play_next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 51%;
  -webkit-transform: translate(0, -51%);
  transform: translate(0, -51%);
}
.btn.btn-link:hover {
  background-color: #ba2700;
}
.btn.btn-link_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5cbec6;
  border-radius: 50px;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  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%;
  -webkit-transform: translate(0, -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: 1279px) {
  .btn.btn-link.normal-btn-link {
    font-size: 16px;
    letter-spacing: 0.96px;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    height: 50px;
    margin-top: 0;
    padding-left: 0;
    margin: 0 5px;
  }
}
@media screen and (max-width: 570px) {
  .btn.btn-link.normal-btn-link {
    width: 100%;
    max-width: inherit;
    margin: 5px auto;
  }
}
@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;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 10%;
    margin-left: 5%;
  }
}
.cta_btn_box {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 570px) {
  .cta_btn_box {
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  .btn.btn-link.normal-btn-link::after {
    width: 24px !important;
    height: 24px !important;
    right: 24px !important;
  }
}
.btn.btn-link.normal-btn-link::after {
  width: 26px;
  height: 26px;
  right: 30px;
}
.btn.btn-link.pc {
  display: flex;
}
.btn.btn-link.sp {
  display: none;
}
@media screen and (max-width: 749px) {
  .tab-no {
    display: none;
  }
}
.btn.btn-link.orange-btn-link {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #000;
  width: 380px;
  height: 52px;
  border-radius: 38px;
  background: #fff222;
  -webkit-justify-content: center;
  justify-content: center;
}
.btn.btn-link.orange-btn-link::after {
  width: 30px;
  height: 30px;
  right: 30px;
}
.btn.btn-link.orange-btn-link:hover {
  background: #ffc06b;
  color: #080808;
}
@media screen and (max-width: 1024px) {
  .btn.btn-link.orange-btn-link {
    font-size: 14px;
    width: 261px;
    height: 48px;
    margin-left: 5%;
  }
  .btn.btn-link.orange-btn-link::after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 520px) {
  .btn.btn-link.orange-btn-link {
    font-size: 17px;
    width: 85%;
    height: 56px;
    margin-left: 8%;
  }
  .btn.btn-link.orange-btn-link::after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 376px) {
  .btn.btn-link.orange-btn-link {
    font-size: 17px;
    width: 97%;
    height: 56px;
    margin-left: 0;
  }
}
.btn.btn-link.bl-btn-link {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  width: 418px;
  height: 76px;
  border-radius: 38px;
  background: #05b4ed;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.btn.btn-link.bl-btn-link::after {
  width: 30px;
  height: 30px;
  right: 30px;
}
.btn.btn-link.bl-btn-link:hover {
  background-color: #86cdf3;
  color: #080808;
}
@media screen and (max-width: 520px) {
  .btn.btn-link.bl-btn-link {
    font-size: 17px;
    width: 55%;
    height: 50px;
    margin-left: 40%;
  }
  .btn.btn-link.bl-btn-link::after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 376px) {
  .btn.btn-link.bl-btn-link {
    font-size: 17px;
    width: 69%;
    height: 56px;
    margin-left: 29%;
  }
}
.btn.btn-link.fixed-on-scroll, .btn.btn-link_2.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: 1699px) {
  .btn.btn-link.fixed-on-scroll, .btn.btn-link_2.fixed-on-scroll {
    right: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .btn.btn-link.fixed-on-scroll, .btn.btn-link_2.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%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #5cbec6;
  }
}
@media screen and (max-width: 998px) {
  .btn.btn-link.fixed-on-scroll, .btn.btn-link_2.fixed-on-scroll {
    bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  .btn.btn-link.fixed-on-scroll, .btn.btn-link_2.fixed-on-scroll {
    bottom: 15px;
  }
}
@media screen and (max-width: 540px) {
  .btn.btn-link.fixed-on-scroll, .btn.btn-link_2.fixed-on-scroll {
    bottom: 25px;
    left: 49%;
    padding: 15px 9px 15px 0;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .btn.btn-link.fixed-on-scroll, .btn.btn-link_2.fixed-on-scroll {
    font-size: 13.6533333333px;
    line-height: 18.3466666667px;
    letter-spacing: 0.8192px;
  }
}
.btn.btn-link.fixed-on-scroll::after, .btn.btn-link_2.fixed-on-scroll::after {
  width: 24px;
  height: 24px;
  right: 36px;
  top: 24px;
}
@media screen and (max-width: 520px) {
  .btn.btn-link_2.fixed-on-scroll::after {
    width: 24px;
    height: 24px;
    right: 36px;
    top: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .btn.btn-link.tablet-none {
    display: none;
  }
}
a.btn--cubic {
  border-bottom: 5px solid #9f000c;
}
a.btn--cubic:hover {
  border-bottom: 2px solid #2f6166;
}
.pb4rem {
  padding-bottom: 4rem;
}
.backtop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 200px;
  bottom: 20px;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 1699px) {
  .backtop {
    right: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .backtop {
    right: 0;
    bottom: 65px;
  }
}
@media screen and (max-width: 520px) {
  .backtop {
    /*        display: none !important;*/
    bottom: 0;
  }
}
.section-p {
  width: 100%;
  padding-top: 50px;
}
.section-p.small-top {
  padding-top: 80px;
}
@media screen and (max-width: 1279px) {
  .section-p.small-top {
    padding-top: 40px;
  }
}
.section-p_ov {
  width: 100%;
  padding: 20rem 0 120px;
}
.section-p_1 {
  width: 100%;
  padding: 20px 0 40px;
}
.section-p_2 {
  width: 100%;
  padding: 60px 0 80px;
}
@media screen and (max-width: 1279px) {
  .section-p_ov {
    padding: 10rem 0 60px;
  }
  .section-p_1 {
    width: 100%;
    padding: 40px 0 20px;
  }
}
.section-p3 {
  width: 100%;
  padding: 77px 0 89px;
}
.section-p4 {
  width: 100%;
  padding: 68px 0 91px;
}
.section-p5 {
  width: 100%;
  padding: 90px 0 84px;
}
.section-p6 {
  width: 100%;
  padding: 97px 0 158px;
}
@media screen and (max-width: 520px) {
  .section-p3 {
    padding: 60px 0 80px;
  }
  .section-p4 {
    padding: 50px 0 73px;
  }
  .section-p5 {
    padding: 60px 0 65px;
  }
  .section-p6 {
    padding: 97px 0 158px;
  }
}
.cannot-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
header {
  background-image: url("../images/FV_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
}
@media screen and (max-width: 520px) {
  header {
    background-image: url("../images/sp/topFV_bg_sp.webp");
  }
}
header .header .container3 {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
header .header .container3:first-child {
  z-index: 2;
}
@media screen and (max-width: 520px) {
  header .header__logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
  header .header__logo img {
    width: 60px;
  }
}
header .header__list {
  padding-left: 60px;
  margin-right: 120px;
}
@media screen and (max-width: 1024px) {
  header .header__list {
  }
}
header .header__list > li {
  border-right: 1px solid #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: 12px;
  line-height: 19px;
  letter-spacing: 0.84px;
  color: #ffffff;
  padding: 0 20px;
}
@media screen and (max-width: 1290px) {
  header .header__list > li > a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  header .header__list > li > a {
    font-size: 10px;
    line-height: 19px;
    letter-spacing: 0.84px;
    color: #ffffff;
    padding: 0 10px;
  }
}
header .header__title.middle {
  padding-right: 50px;
}
@media screen and (max-width: 1279px) {
  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.9px;
}
@media screen and (max-width: 1279px) {
  header .header__title span {
    font-size: 24px;
    line-height: 32.5px;
    letter-spacing: 0.48px;
  }
}
@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: 1.08px;
}
@media screen and (max-width: 1279px) {
  header .header__normal-text {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.72px;
  }
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  header .header__passion {
    width: 100%;
    max-width: 650px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
header .header__passion li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border-color: #5cbec6;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  background-color: #5cbec6;
}
@media screen and (max-width: 1279px) {
  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: 1.08px;
}
header .header__passion li .typo-2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.8px;
}
header .header__passion li .typo-3 {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0px;
}
header .header__passion li .typo-4 {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.84px;
}
header .header__passion li .typo-5 {
  font-size: 32px;
  line-height: 43px;
  letter-spacing: 1.92px;
}
header .header__passion li .typo-6 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.96px;
}
header .header__passion li .typo-7 {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
}
header .header__passion li .typo-8 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
header .header__passion li .typo-9 {
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.56px;
}
header .header__passion li .typo-10 {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.78px;
}
header .header__passion li .typo-11 {
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 2.4px;
}
header .header__passion li .typo-12 {
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 1.5px;
}
header .header__passion li .typo-13 {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 1.2px;
}
/*
header .header__bg-hero {
  background: url(../images/other/hero_bg.svg);
  width: 50%;
  height: 746.83px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 48px;
  position: absolute;
  bottom: 70px;
  right: 0;
}
@media screen and (max-width: 1279px) {
  header .header__bg-hero {
    display: none;
  }
}
*/
.header__marquee {
  overflow: hidden;
  padding: 28px 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1279px) {
  .header__marquee {
    padding: 10px 0;
  }
}
.header__marquee .track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__marquee .track img {
  margin-right: 40px;
}
@media screen and (max-width: 1279px) {
  .header__marquee .track img {
    height: 60px;
  }
}
.header__marquee .track img:last-child {
  margin-right: 0;
}
.section__casestudy .casestudy-col {
  width: 605px;
}
@media screen and (max-width: 1279px) {
  .section__casestudy .casestudy-col {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 520px) {
  .section__casestudy .casestudy-col {
    width: 100%;
  }
}
.section__casestudy .casestudy-title {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1279px) {
  .section__casestudy .casestudy-title {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}
.section__casestudy .casestudy-title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 20px 0 20px;
  border-color: #de3c3c transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1279px) {
  .section__casestudy .casestudy-title::after {
    border-width: 14px 12px 0 12px;
  }
}
.section__casestudy .casestudy-title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 2.4px;
  font-weight: 700;
  color: #ffffff;
  background-color: #de3c3c;
  border-radius: 15px;
  height: 103px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .section__casestudy .casestudy-title p {
    font-size: 24px;
    line-height: 26.5px;
    letter-spacing: 1.44px;
    border-radius: 7.5px;
    height: 55px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__casestudy .casestudy-title p {
    font-size: 20.48px;
    line-height: 22.6133333333px;
    letter-spacing: 1.2288px;
  }
}
.section__casestudy .casestudy-title span {
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 1279px) {
  .section__casestudy .casestudy-title span {
    font-size: 18px;
    line-height: 26.5px;
    letter-spacing: 1.08px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__casestudy .casestudy-title span {
    font-size: 15.36px;
    line-height: 22.6133333333px;
    letter-spacing: 0.9216px;
  }
}
.section__casestudy .casestudy-img {
  width: 288px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  .section__casestudy .casestudy-img {
    width: 47.6153846154%;
  }
}
.section__casestudy .casestudy-contents {
  width: 317px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 17px;
}
@media screen and (max-width: 1279px) {
  .section__casestudy .casestudy-contents {
    width: 52.3846153846%;
    padding-left: 10px;
  }
}
.section__casestudy .casestudy-text-xl {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1.92px;
  font-weight: 700;
  color: #cb0000;
}
@media screen and (max-width: 1279px) {
  .section__casestudy .casestudy-text-xl {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 1.02px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__casestudy .casestudy-text-xl {
    font-size: 14.5066666667px;
    line-height: 21.76px;
    letter-spacing: 0.8704px;
  }
}
.section__casestudy .casestudy-text-xl span {
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 1.68px;
}
@media screen and (max-width: 1279px) {
  .section__casestudy .casestudy-text-xl span {
    font-size: 15px;
    line-height: 25.5px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__casestudy .casestudy-text-xl span {
    font-size: 12.8px;
    line-height: 21.76px;
    letter-spacing: 0.768px;
  }
}
.section__casestudy .casestudy-text-sm {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.96px;
  color: #080808;
  margin-top: 10px;
}
@media screen and (max-width: 1279px) {
  .section__casestudy .casestudy-text-sm {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0.54px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__casestudy .casestudy-text-sm {
    font-size: 7.68px;
    line-height: 10.24px;
    letter-spacing: 0.4608px;
  }
}
.section__casestudy .casestudy-text-md {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1.44px;
  color: #080808;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  .section__casestudy .casestudy-text-md {
    font-size: 13px;
    line-height: 17.5px;
    letter-spacing: 0.78px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__casestudy .casestudy-text-md {
    font-size: 11.0933333333px;
    line-height: 14.9333333333px;
    letter-spacing: 0.6656px;
  }
}
.section__casestudy .casestudy-text-m {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 1.08px;
  color: #080808;
  background-color: #f2f2f2;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0 25px;
  padding-top: 29px;
}
@media screen and (max-width: 1279px) {
  .section__casestudy .casestudy-text-m {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.6px;
    padding: 0 12.5px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__casestudy .casestudy-text-m {
    font-size: 8.5333333333px;
    line-height: 13.6533333333px;
    letter-spacing: 0.512px;
  }
}
/*-----------------------------------------*/
.pc {
  display: inline-flex;
}
.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*-----------------------------------------*/
.section__worries {
  width: 80%;
  margin: 0 auto;
}
.section__worries .worries-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.section__worries .worries-list > li {
  width: 25%;
}
@media screen and (max-width: 520px) {
  .section__worries {
    width: 100%;
  }
  .section__worries .worries-list > li {
    width: 45%;
  }
  .section__worries .worries-list > li:first-of-type {
    margin-right: 1em;
  }
}
.section__worries .worries-list > li img {
  width: 100%;
}
.section__worries .worries-list > li .typo-14 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1.2px;
  color: #080808;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.section__worries .worries-list > li .bradius-1 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 40px;
  text-align: center;
  color: #fff;
  width: 187px;
  height: 43px;
  border-radius: 21.5px;
  background: #05b4ed;
  margin: 10px auto 0;
}
@media screen and (max-width: 1024px) {
  .section__worries .worries-list > li .bradius-1 {
    font-size: 14px;
    width: 115px;
  }
}
@media screen and (max-width: 520px) {
  .section__worries .worries-list > li .bradius-1 {
    font-size: 0.8em;
    line-height: 35px;
    width: 86%;
    height: 35px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 1279px) {
  .section__worries .worries-list > li .typo-14 {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.66px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__worries .worries-list > li .typo-14 {
    font-size: 9.3866666667px;
    line-height: 13.6533333333px;
    letter-spacing: 0.5632px;
  }
}
@media screen and (max-width: 1279px) {
  .section__worries .worries-expand img {
    width: 77px;
  }
}
.section__worries_2 .col-full-img {
  width: calc(33.3% - 40px);
}
@media screen and (max-width: 520px) {
  .section__worries_2 .col-full-img {
    width: 100%;
    margin-top: 15%;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
    padding: 15px 20px 20px;
  }
  .section__worries_2 .col-full-img:first-of-type {
    margin-top: 0;
  }
}
.section__worries_2 .typo-34 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1279px) {
  .section__worries_2 .typo-34 {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.54px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__worries_2 .typo-34 {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.4608px;
  }
}
.section__worries_2 .typo-35 {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 1.2px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 1279px) {
  .section__worries_2 .typo-35 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.72px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__worries_2 .typo-35 {
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0.6144px;
  }
}
.section__worries_2 .typo-36 {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.96px;
  margin-top: 20px;
}
@media screen and (max-width: 1279px) {
  .section__worries_2 .typo-36 {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.6px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .section__worries_2 .typo-36 {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.512px;
  }
}
.section__worries_2 .col-full-img .content-img-text {
  padding-left: 0;
  padding-top: 20px;
  padding-right: 10px;
}
@media screen and (max-width: 1279px) {
  .section__worries_2 .col-full-img .content-img-text {
    padding-top: 5px;
  }
}
.section__worries_3 {
  position: relative;
}
.section__worries_3 .typo-1 {
  position: absolute;
  top: 32%;
  left: 9%;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1290px) {
  .section__worries_3 .typo-1 {
    top: 29%;
    left: 6%;
  }
}
.section__worries_3 img {
  width: 100%;
}
.dot-text {
  padding-top: 0.3em;
  background-position: top left -7px;
  background-repeat: repeat-x;
  background-size: 1.16em 0.3em;
  background-image: -webkit-radial-gradient(0.15em 0.15em at center center, #05B4ED, #05B4ED 100%, transparent);
  background-image: radial-gradient(0.15em 0.15em at center center, #05B4ED, #05B4ED 100%, transparent);
}
.dot-text_2 {
  padding-top: 0.3em;
  background-position: top left 1px;
  background-repeat: repeat-x;
  background-size: 1.08em 0.3em;
  background-image: -webkit-radial-gradient(0.15em 0.15em at center center, #05B4ED, #05B4ED 100%, transparent);
  background-image: radial-gradient(0.15em 0.15em at center center, #05B4ED, #05B4ED 100%, transparent);
}
@media screen and (max-width: 1024px) {
  .dot-text {
    padding-top: 0.1em;
    background-position: top left -4px;
  }
}
@media screen and (max-width: 520px) {
  .dot-text {
    padding-top: 0.2em;
    background-position: top left -1px;
    background-size: 1.11em 0.3em;
  }
  .dot-text_2 {
    padding-top: 0.3em;
    background-position: top left 1px;
    background-size: 1.08em 0.3em;
  }
}
/*-----------------------------------------*/
.section__support .support-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.section__support .support-list > li {
  width: calc(33.3% - 16px);
}
.section__support .support-list > li:nth-of-type(n+4) {
  margin-top: 42px
}
@media screen and (max-width: 520px) {
  .section__support .support-list > li {
    width: calc(50% - 16px);
  }
  .section__support .support-list > li:nth-of-type(3) {
    width: 56%;
    text-align: center;
  }
  .section__support .support-list > li:nth-of-type(n+3) {
    margin-top: 27px
  }
  .sp_w-f85 {
    width: 85%;
  }
}
.section__support .support-list > li .typo-14 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1.2px;
  color: #080808;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .section__support .support-list > li .typo-14 {
    font-size: 13px;
    line-height: 26px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 520px) {
  .section__support .support-list > li .typo-14 {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 1.2px;
    margin-top: 0;
  }
}
.section__support_2 {
  background: url(../images/dl_bg.webp) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .tab-no {
    display: none;
  }
}
.section__support_2 .support-col {
  width: 30%;
}
.support-col:last-of-type {
  width: 60%;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .support-col:last-of-type {
    width: 80%;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .support-col:last-of-type {
    width: 90%;
    text-align: center;
  }
}
.support-col .typo-1 {
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.06em;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
.support-col .typo-2 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1290px) {
  .support-col .typo-1 {
    font-size: 22px;
  }
  .support-col .typo-2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .support-col .typo-1 {
    font-size: 17px;
    line-height: 26px;
  }
  .support-col .typo-2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 520px) {
  .support-col .typo-1 {
    font-size: 20px;
  }
  .support-col .typo-2 {
    font-size: 13px;
  }
}
/*-----------------------------------------*/
.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;
}
@media screen and (max-width: 520px) {
  .sp_pl-73 {
    padding-left: 7.3% !important;
  }
}
/*-----------------------------------------*/
.customers-col {
  width: 50%;
  margin-right: 32px;
}
.customers-col:last-of-type {
  width: 50%;
  margin-right: 0;
}
@media screen and (max-width: 520px) {
  .customers-col {
    width: 100%;
    margin-right: 0;
  }
  .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;
}
.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;
}
.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: 1290px) {
  .customers-col .content-img-text .typo-3 {
    font-size: 31px;
  }
}
@media screen and (max-width: 1024px) {
  .customers-col .content-img-text .typo-1 {
    font-size: 16px;
    line-height: 27px;
  }
  .customers-col .content-img-text .typo-2 {
    font-size: 20px;
    line-height: 34px;
  }
  .customers-col .content-img-text .typo-3 {
    font-size: 22px;
    line-height: 42px;
  }
}
@media screen and (max-width: 520px) {
  .customers-col .content-img-text .typo-1 {
    font-size: 20px;
  }
  .customers-col .content-img-text .typo-2 {
    font-size: 21px;
  }
  .customers-col .content-img-text .typo-3 {
    font-size: 24px;
    line-height: 40px;
  }
}
/*-----------------------------------------*/
.pad_25 {
  padding: 25px;
}
.radius_16 {
  border-radius: 16px;
}
.typography__title_sales {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-align: center;
  color: #080808;
}
.typography__title_sales_2 {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-align: center;
  color: #05B4ED;
}
.typography__title_sales_3 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 38px;
  text-align: center;
  color: #080808;
}
@media screen and (max-width: 1024px) {
  .typography__title_sales {
    font-size: 18px;
    line-height: 16px;
  }
  .typography__title_sales_2 {
    font-size: 25px;
    line-height: 40px;
  }
  .typography__title_sales_3 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 520px) {
  .typography__title_sales {
    font-size: 15px;
    line-height: 27px;
  }
  .typography__title_sales_2 {
    font-size: 24px;
    line-height: 40px;
  }
  .typography__title_sales_3 {
    font-size: 15px;
    line-height: 26px;
  }
}
/*-----------------------------------------*/
.sales_wrapp {
  width: 100%;
  border-radius: 16px;
  background: #fff;
  border: 3px solid #ccc;
  padding: 80px 35px 37px;
  position: relative;
  text-align: center;
}
.sales_in {
  position: absolute;
  top: -10%;
  left: 0;
}
@media screen and (max-width: 1290px) {
  .sales_wrapp {
    padding: 60px 35px 37px;
  }
}
@media screen and (max-width: 1024px) {
  .sales_wrapp {
    padding: 40px 35px 37px;
  }
}
@media screen and (max-width: 520px) {
  .sales_wrapp {
    padding: 50px 15px 37px;
  }
  .sales_in {
    top: -7%;
  }
}
.sales_wrapp_2 {
  width: 100%;
  border-radius: 160px;
  padding: 40px 45px 35px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sales_wrapp_2 {
    padding: 15px 25px 15px;
  }
}
.sales-col:nth-of-type(1) {
  width: 25%;
}
.sales-col:nth-of-type(2) {
  width: 75%;
}
.sales-col {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 38px;
  text-align: center;
  color: #080808;
}
@media screen and (max-width: 1290px) {
  .sales-col {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .sales-col {
    font-size: 15px;
    line-height: 27px;
  }
}
@media screen and (max-width: 520px) {
  .relative {
    position: relative;
  }
  .sales_wrapp_2 {
    border-radius: 16px;
    padding: 20px 25px;
  }
  .sales-col:nth-of-type(2) {
    width: 100%;
  }
  .sales-col {
    font-size: 13px;
    line-height: 28px;
    text-align: left;
  }
  .sales-col_s {
    position: absolute;
    top: 59%;
    left: 59%;
  }
}
/*-----------------------------------------*/
.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: 520px) {
  .section-p6 {
    padding: 40px 0;
  }
  .sp-w9 {
    width: 90%;
  }
}
/*-----------------------------------------*/
.design_wrapp {
  width: 70%;
  border-radius: 160px;
  padding: 20px 45px 20px;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-align: center;
  margin: 40px auto;
}
.design_txt_1 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-align: center;
}
.design_txt_2 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-align: center;
  color: #05b4ed;
}
@media screen and (max-width: 1290px) {
  .design_wrapp {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .design_wrapp {
    width: 85%;
    padding: 20px 45px 20px;
    font-size: 20px;
    line-height: 39px;
  }
  .design_txt_1 {
    font-size: 24px;
    line-height: 48px;
  }
  .design_txt_2 {
    font-size: 29px;
    line-height: 39px;
  }
}
.design_wrapp_2 {
  position: relative;
}
.design_txt_3 {
  position: absolute;
  top: 10%;
  left: 18%;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 38px;
  text-align: center;
  color: #080808;
}
.design_txt_4 {
  position: absolute;
  top: 21%;
  left: 16%;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 72px;
  text-align: center;
  color: #080808;
}
.design_txt_5 {
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 0.06em;
  line-height: 72px;
  text-align: center;
  color: #05B4ED;
}
.design_txt_6 {
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 0.06em;
  line-height: 72px;
  text-align: center;
  color: #080808;
}
.design_txt_7 {
  position: absolute;
  top: 60%;
  left: 22%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 28px;
  text-align: center;
  color: #080808;
}
.w-orig {
  width: 88%;
}
@media screen and (max-width: 1290px) {
  .design_txt_3 {
    left: 19%;
    font-size: 22px;
  }
  .design_txt_4 {
    left: 17%;
    font-size: 30px;
  }
  .design_txt_5 {
    font-size: 35px;
  }
  .design_txt_6 {
    font-size: 35px;
  }
  .design_txt_7 {
    left: 24%;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .design_txt_3 {
    top: 10%;
    left: 21%;
    font-size: 16px;
    line-height: 33px;
  }
  .design_txt_4 {
    left: 22%;
    font-size: 20px;
    line-height: 48px;
  }
  .design_txt_5 {
    font-size: 25px;
    line-height: 48px;
  }
  .design_txt_6 {
    font-size: 25px;
    line-height: 48px;
  }
  .design_txt_7 {
    left: 24%;
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (max-width: 520px) {
  .design_txt_7 {
    position: inherit;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
  }
}
/*-----------------------------------------*/
.success-list {
  list-style: none;
}
.success-list li {
  width: 100%;
}
.plan-col {
  width: 50%;
}
.plan-col_2 {
  width: 100%;
}
@media screen and (max-width: 520px) {
  .plan-col {
    width: 100%;
  }
}
/*-----------------------------------------*/
.flow-list {
  list-style: none;
}
.flow-list li {
  width: 100%;
  position: relative;
}
.flow-list li::after {
  content: '';
  background: url(../images/line.png) no-repeat 100% 50%;
  width: 4px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 3%;
}
.flow-list li::before {
  content: '';
  background: url(../images/line.png) no-repeat 100% 50%;
  width: 4px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 3%;
}
@media screen and (max-width: 520px) {
  .flow-list li::after {
    width: 4px;
    height: 33px;
    left: 16%;
  }
  .flow-list li::before {
    width: 4px;
    height: 50px;
    left: 16%;
  }
}
.flow-list li:nth-of-type(7)::after {
  width: 0;
}
.flow-list li:nth-of-type(1)::before {
  width: 0;
}
.bg_bl {
  background: #05b4ed;
}
.bg_gl {
  background: #f5f7f7;
}
.flow-col:nth-of-type(1) {
  width: 40%;
  padding: 31px 75px 31px 45px;
  border-radius: 8px 0px 0px 8px;
}
.flow-col:nth-of-type(2) {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 60%;
  padding-left: 15px;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 1290px) {
  .flow-col:nth-of-type(1) {
    padding: 25px 20px 25px 45px;
  }
}
@media screen and (max-width: 1024px) {
  .flow-col:nth-of-type(1) {
    padding: 25px 35px 25px 30px;
  }
}
@media screen and (max-width: 520px) {
  .flow-col:nth-of-type(1) {
    width: 100%;
    padding: 20px 20px 20px 30px;
    border-radius: 5px 5px 0 0;
  }
  .flow-col:nth-of-type(2) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 20px 20px 20px 30px;
    border-radius: 0 0 5px 5px;
  }
}
.flow-col .stt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flow-list .flow-col * {
  color: #080808;
}
.flow-col .stt-wrap .stt {
  margin-right: 17px;
  width: 22%;
}
@media screen and (max-width: 1024px) {
  .flow-col .stt-wrap .stt {
    width: 19%;
  }
}
@media screen and (max-width: 520px) {
  .flow-col .stt-wrap .stt {
    width: 18%;
  }
}
.flow-col .typo-1 {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #fff;
}
.flow-col .typo-2 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #080808;
}
.flow-col .typo-3 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #080808;
}
@media screen and (max-width: 1024px) {
  .flow-col .typo-1 {
    font-size: 11px;
    line-height: 21px;
  }
  .flow-col .typo-2 {
    font-size: 12px;
    line-height: 18px;
  }
  .flow-col .typo-3 {
    font-size: 12px;
    line-height: 26px;
  }
}
/*-----------------------------------------*/
.section-p7 {
  width: 100%;
  padding: 72px 0 118px;
}
@media screen and (max-width: 520px) {
  .section-p7 {
    padding: 40px 0 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 35px;
  margin: 0 auto 30px;
}
.accordion-container .accordion-title:hover, .accordion-container .accordion-title:active, .accordion-container .content-entry.open .accordion-title {
  opacity: .8;
}
.accordion-container .accordion-title:hover i:before, .accordion-container .accordion-title:hover i:active, .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 #05B4ED;
  border-right: solid 3px #05B4ED;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  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: #05B4ED;
  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: 1024px) {
  .accordion-container .accordion-title {
    font-size: 17px;
    line-height: 35px;
  }
  .accordion-content {
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 520px) {
  .accordion-container .accordion-title {
    border-radius: 16px;
    font-size: 18px;
    line-height: 33px;
    padding: 14px 50px 14px 15px;
  }
  .accordion-title:after {
    right: 18px;
  }
  .accordion-content {
    font-size: 16px;
    line-height: 31px;
  }
}
/*-----------------------------------------*/
.section__why .why-col {
  width: 100%;
  border-radius: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  padding: 60px 45px;
}
@media screen and (max-width: 1279px) {
  .section__why .why-col {
    border-radius: 15px;
    padding: 20px 25px;
  }
}
.section__why .why-col.col-6 {
  width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  .section__why .why-col.col-6 {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .section__why .why-col.col-6 {
    width: 100%;
  }
}
.section__why .why-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 490px;
}
@media screen and (max-width: 1279px) {
  .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: 1279px) {
  .section__why .why-list li {
    width: calc((100% - 3 * 20px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 412px) {
  .section__why .why-list li {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .section__why .why-list li {
    /*width: calc((100% - 1 * 20px) / 2);*/
    width: calc((100% - 2 * 20px) / 3);
  }
}
@media screen and (max-width: 412px) {
  .section__why .why-list li {
    /*width: calc((100% - 1 * 20px) / 2);*/
    width: calc((100% - 2 * 10px) / 3);
  }
}
.section__why .why-list li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 520px) {
  .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: 520px) {
  .section__why .why-list li:nth-last-child(-n + 4) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .section__why .why-list li:nth-child(3n), .section__why .why-list li:nth-child(6n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 520px) {
  .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: 520px) {
  .section__why .why-list li:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}
.section__why .col-full-content {
  width: 685px;
  padding-right: 40px;
}
@media screen and (max-width: 1279px) {
  .section__why .col-full-content {
    width: 100%;
    padding-right: 0;
  }
}
.section__why .col-full-img {
  width: 575px;
}
@media screen and (max-width: 1279px) {
  .section__why .col-full-img {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 520px) {
  .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: 1279px) {
  .section__why .col-full-img .content-img-text {
    padding-top: 5px;
  }
}
.section__why .stt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section__why .stt {
  margin-right: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  .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: 1.2px;
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  .section__why .typo-32 {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.66px;
  }
}
@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.96px;
  margin-top: 50px;
}
@media screen and (max-width: 1279px) {
  .section__why .typo-33 {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.72px;
    margin-top: 20px;
  }
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-top: 60px;
}
@media screen and (max-width: 1279px) {
  .section__why .content-img {
    margin-top: 20px;
  }
}
.section__why .content-img img {
  width: 200px;
}
@media screen and (max-width: 1279px) {
  .section__why .content-img img {
    width: 39.2857142857%;
  }
}
.section__why .content-img-text {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-left: 20px;
}
@media screen and (max-width: 1279px) {
  .section__why .content-img-text {
    padding-left: 15px;
  }
}
.section__why .typo-34 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1279px) {
  .section__why .typo-34 {
    font-size: 9px;
    line-height: 19px;
    letter-spacing: 0.54px;
  }
}
@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.2px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 1279px) {
  .section__why .typo-35 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.72px;
    margin-top: 3px;
  }
}
@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-37 {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1279px) {
  .section__why .typo-37 {
    margin-top: 5px;
  }
}
/*-----------------------------------------*/
footer .footer .container {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  footer .footer .container {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
footer .footer__logo img {
  width: 125px;
}
footer .footer * {
  color: #ffffff;
}
footer .footer .typo-38 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.06em;
  line-height: 28px;
}
@media screen and (max-width: 1279px) {
  footer .footer .typo-38 {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.66px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  footer .footer .typo-38 {
    font-size: 9.3866666667px;
    line-height: 17.0666666667px;
    letter-spacing: 0.5632px;
  }
}
footer .footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 1.2px;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 360px;
  height: 80px;
  border-radius: 47px;
  background-color: transparent;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1279px) {
  footer .footer__btn {
    font-size: 14px;
    line-height: 18.5px;
    letter-spacing: 0.84px;
    max-width: 260px;
    width: 100% px;
    height: 50px;
    border-width: 1px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  footer .footer__btn {
    font-size: 11.9466666667px;
    line-height: 15.7866666667px;
    letter-spacing: 0.7168px;
  }
}
@media screen and (max-width: 1279px) {
  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.84px;
}
@media screen and (max-width: 1279px) {
  footer .footer__btn span {
    font-size: 10px;
    line-height: 13.5px;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  footer .footer__btn span {
    font-size: 8.5333333333px;
    line-height: 11.52px;
    letter-spacing: 0.512px;
  }
}
footer .footer__copyright {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.72px;
  opacity: 0.5;
}
@media screen and (max-width: 1279px) {
  footer .footer__copyright {
    font-size: 10px;
    line-height: 13.5px;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  footer .footer__copyright {
    font-size: 8.5333333333px;
    line-height: 11.52px;
    letter-spacing: 0.512px;
  }
}
@media screen and (max-width: 520px) {
  footer .footer #footer-logo-group {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.sp_top_mgn {
  display: none;
}
@media screen and (max-width: 520px) {
  .sp_top_mgn {
    padding: 5px 0 0 0;
    height: 60px;
    background: #fff;
  }
}
@media screen and (max-width: 520px) {
  .w-fv {
    width: 90%;
    margin: 40px auto 20px;
  }
}
/*-----------------------------------------*/
/* マーカー */
.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% 30%;
}
/*==================================================
ふわっ
===================================*/
/* その場で */
.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;
}
@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*上下線*/
.lineTrigger::before, .lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  /* 枠線の色*/
}
/*左右線*/
.line2::before, .line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333;
  /* 枠線の色*/
}
/*上線*/
.lineTrigger::before {
  top: 0;
  left: 0;
}
.lineTrigger.lineanime::before {
  animation: lineAnime .5s linear 0s forwards;
  /*表示されて0秒後に上線が0.5秒かけて表示*/
}
/*右線*/
.line2::before {
  top: 0;
  right: 0;
}
.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 .5s linear .5s forwards;
  /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}
/*下線*/
.lineTrigger::after {
  bottom: 0;
  right: 0;
}
.lineTrigger.lineanime::after {
  animation: lineAnime .5s linear 1s forwards;
  /*表示されて1秒後に下線が0.5秒かけて表示*/
}
/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
}
.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 .5s linear 1.5s forwards;
  /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}
@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*枠線内側の要素*/
.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime .5s linear 1.5s forwards;
  /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;
  /*初期値を透過0にする*/
}
@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;
}
@media screen and (max-width: 767px) {
  .section__faq-list__heading {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 23px;
  }
}
.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 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;
}
@media screen and (max-width: 767px) {
  .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: 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, .section--bg-gradient .section__desc {
  text-align: center;
}
.section--bg-gradient .section__desc {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .section--bg-gradient .section__desc {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
  }
}
.section__layout {
  padding: 80px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section__layout {
    padding: 40px 0;
  }
}
.section__contact .section__desc {
  font-weight: 700;
}
.section__contact .section__desc:not(:first-child) {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section__contact .section__desc:first-child {
  margin-bottom: 20px;
}
.section__contact .section__note {
  text-align: center;
  margin-top: 20px;
  color: #080808;
}
@media screen and (max-width: 767px) {
  .section__contact .section__note {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 16px;
    margin-top: 10px;
  }
}
img.img-wrap {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 3px solid #000;
  padding: 20px 50px;
  box-sizing: border-box;
  border-radius: 50px;
}
.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;
}
@media screen and (max-width: 767px) {
  #footer_tel a.gal__btn.btn-dark {
    width: 100%;
  }
}
.gal__btn_2 {
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  color: #ffffff;
  background-color: #f44040;
}
@media screen and (max-width: 1290px) {
  .gal__btn_2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 520px) {
  .gal__btn, .gal__btn_2 {
    font-size: 16px;
  }
}
.gal__btn.btn-dark {
  background-color: #080808;
}
.gal__btn.btn-blue, .gal__btn_2.btn-blue {
  background-color: #ba2700;
  border: #ba2700;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 376px) {
  .gal__btn.btn-blue, .gal__btn_2.btn-blue {
    font-size: 13px;
  }
}
.gal__btn:hover::after, .gal__btn_2:hover::after {
  transform: translate(10px, 0);
}
.gal__btn::after, .gal__btn_2::after {
  content: "";
  background-image: url(../images/other/btn_go.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: 1100px) {
  .gal__btn::after, .gal__btn_2::after {
    width: 50.375px;
    height: 8.125px;
  }
}
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%;
}
@media screen and (max-width: 520px) {
  main {
    flex: 1;
    width: 100%;
  }
}
#section-form .container_2 {
  width: 100%;
  max-width: 935px;
  margin: 0 auto;
  padding: 0 35px;
}
.title-section {
  margin-bottom: 73px;
}
#section-form .title {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 56px;
  text-align: center;
  color: #fff;
}
#section-form .title span {
  color: #fff;
}
@media screen and (max-width: 520px) {
  .title-section {
    margin-bottom: 23px;
  }
  #section-form .title {
    font-size: 28px;
    line-height: 50px;
  }
}
/*-----------------------------------------*/
.right_contents {
  position: -webkit-sticky;
  /*Safari*/
  position: sticky;
  top: 0;
  width: 100%;
  padding: 50px 35px;
  height: 105vh;
}
.right_contents .container {
  width: 100%;
  max-width: 935px;
  margin: 0 auto;
  padding: 0;
}

.container3 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 749px) {
.container3 > div > img {
  padding-top: 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: 24px;
  letter-spacing: 0.06em;
  line-height: 30px;
  text-align: center;
  color: #cdac36;
}
@media screen and (max-width: 1290px) {
  .right_contents .typography__title_2 {
    font-size: 22px;
  }
}
.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;
  line-height: 9px;
  color: #767676;
}
.right_in {
  text-align: right;
}
@media screen and (max-width: 1279px) {
  .right_contents {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .right_contents {
    display: none;
  }
}
.section-form .typography__title_2 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .section-form .typography__title_2 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.section-form div.fm_box_2 .custom__screen {
  max-width: 1000px;
  width: 100%;
}
/*# sourceMappingURL=custom.css.map */