@charset "UTF-8";

a, article, audio, b, body, canvas, caption, center, cite, code, details, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, label, legend, li, nav, object, ol, p, pre, q, s, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, details, figcaption, figure, footer, header, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

 q {
  quotes: none;
}

 q:after, q:before {
  content: "";
  content: none;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  /*outline: 0;*/
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  border-radius: 0;
  font: inherit;
  /*outline: 0;*/
}

textarea {
  resize: vertical;
}

button, input[type=button], input[type=submit], label, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

img {
  vertical-align: bottom;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 102px;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Sans-serif;
  background: #fff;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.js-scroll_animation {
  opacity: 0;
}

a {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

.contact_block {
  opacity: 0.8;
  background: url(../img/common/bg_contact.webp) center center no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
}

.contact_block__inner {
  padding: 76px 20px;
  text-align: center;
}

.contact_block__title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
}

.contact_block__lead {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 32px;
}

.contact_block__btn {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  transition: 0.3s;
}

.contact_block__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 55%;
  border: 4px solid transparent;
  border-left: 8px solid #fff;
  transition: 0.2s;
}

.contact_block__btn::after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35%;
  background: #fff;
  transition: 0.2s;
}

.footer_block {
  font-family: "Noto Sans JP";
  color: #fff;
  background: #0095dd;
}

.footer_block__inner {
  padding: 60px 60px 40px;
}

.footer_block__logo {
  margin-bottom: 48px;
  transition: opacity 0.2s;
  width: 87px;
}

.footer_block__logo img {
  width: 100%;
}

.footer_block__list {
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding-bottom: 40px;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_block__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  transition: 0.2s;
  color: #fff;
}

.footer_block__item svg {
  vertical-align: top;
  margin-left: 8px;
}

.footer_block__item svg path {
  transition: 0.2s;
}

.footer_block__copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
}

.header_block {
  width: 100%;
  position: sticky;
  top: 0;
  padding-left: 4.6875vw;
  box-sizing: border-box;
  z-index: 100;
  background: #fff;
  font-family: "Noto Sans JP";
}

.header_block__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header_block__logo {
  width: 160px;
  z-index: 10000;
}

.header_block__logo img {
  width: 100%;
}

.header_block__right {
  display: flex;
  -moz-column-gap: 1.09375vw;
  column-gap: 1.09375vw;
  align-items: center;
}

.header_block__list_top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 17px;
}

.header_block__list {
  display: flex;
  -moz-column-gap: 1.875vw;
  column-gap: 1.875vw;
}

.header_block__item_top {
  font-weight: 400;
  font-size: 14px;
  color: #0095dd;
  transition: color 0.2s;
}

.header_block__item_top:hover {
  color: #31aae4;
}

.header_block__item_top img {
  margin-left: 5px;
}

.header_block__item {
  font-weight: 400;
  font-size: 14px;
  transition: color 0.2s;
  color: #111;
}

.header_block__item:hover {
  color: #0095dd;
}

.header_block__item--blue {
  color: #0095dd;
  transition: opacity 0.2s;
}

.header_block__item--blue img {
  margin-right: 4px;
}

.header_block__item--is_tablet {
  display: none;
}

.header_block__contact {
  background: #0095dd;
  padding: 29px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s;
}

.header_block__contact:hover {
  background: #31aae4;
}

.header_block__contact_logo {
  margin-bottom: 12px;
}

.header_block__contact_text {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}

.header_block .hamburger_icon {
  background: #0095dd;
  width: 60px;
  height: 60px;
  padding: 16px 12px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 12;
}

.header_block .hamburger_icon.is-active {
  background: 0 0;
}

.header_block .hamburger_icon span {
  display: block;
  width: 25px;
  height: 1px;
  background: #fff;
  margin: auto;
  margin-bottom: 7px;
  transition: transform 0.4s;
}

.header_block .hamburger_icon span:last-child {
  margin-bottom: 0;
}

.header_block .hamburger_icon span.is-active:nth-of-type(1) {
  transform: translateY(6px) rotate(-315deg);
}

.header_block .hamburger_icon span.is-active:nth-of-type(2) {
  opacity: 0;
}

.header_block .hamburger_icon span.is-active:nth-of-type(3) {
  transform: translateY(-10px) rotate(315deg);
}

.hamburger_modal {
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  background: #0095dd;
  padding: 66px 30px 80px;
  box-sizing: border-box;
  z-index: 10;
  overflow: scroll;
}

.hamburger_modal__item {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 32px;
}

.hamburger_modal__item--bb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 32px;
  margin-bottom: 33px;
}

.hamburger_modal__item a {
  transition: opacity 0.2s;
}

.hamburger_modal__item a:hover {
  opacity: 0.8;
}

.hamburger_modal__auth_btn {
  display: inline-block;
  width: 43.7333333333vw;
}

.hamburger_modal__auth_btn a {
  font-weight: 400;
  font-size: 20px;
  border: 1px solid #fff;
  padding: 15px 28px 17px;
  color: #fff;
  display: block;
  transition: opacity 0.2s;
}

.hamburger_modal__auth_btn a:hover {
  opacity: 0.8;
}

.hamburger_modal__auth_btn img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.index_page {
  font-family: "Noto Sans JP";
  overflow: hidden;
}

.index_page__title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 48px;
  color: #205b85;
  margin-bottom: 6px;
}

.index_page__lead {
  font-weight: 700;
  font-size: 16px;
  color: #0095dd;
  margin-bottom: 32px;
}

.index_page__lead--mb70 {
  margin-bottom: 70px;
}

.index_page__lead--mb80 {
  margin-bottom: 80px;
}

.index_page__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}

.index_page__text--mb60 {
  margin-bottom: 60px;
}

.index_page__text--mb80 {
  margin-bottom: 80px;
}

.index_page .mainvisual_block {
  width: 100%;
  height: 440px;
  margin-left: auto;
  background: url(../img/i-rec/pic_mainvisual.png) center center no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  /* transform: translateX(100%);
  animation: slidein 1.5s cubic-bezier(0.55, 0, 0.18, 1) forwards; */
  /* border-radius: 0; */
}

@keyframes slidein {
  0% {
    transform: translateX(100%);
    border-radius: 0;
    width: 100%;
  }
  50% {
    transform: translateX(0);
    border-radius: 0;
    width: 100%;
  }
  100% {
    transform: translateX(0);
    border-radius: 100px 0 0 0;
    width: 95.3125vw;
  }
}
.index_page .mainvisual_block__inner {
  padding: 7.96875vw 0 0 4.6875vw;
  display: flex;
  flex-direction: column;
}

@keyframes curtainin {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes curtainout {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.index_page .mainvisual_block__sub_curtain {
  overflow: hidden;
  /* transform: translateX(-100%);
  animation: curtainin 0.5s cubic-bezier(0.77, 0, 0.175, 1) 2s forwards; */
  z-index: 1;
  display: inline-block;
  max-width: 48.046875vw;
}

.index_page .mainvisual_block__lead {
  font-style: normal;
  font-weight: 700;
  font-size: 3.75vw;
  color: #205b85;
  margin-bottom: 2.1875vw;
  /* transform: translateX(100%);
  animation: curtainout 0.5s cubic-bezier(0.77, 0, 0.175, 1) 2s forwards; */
  display: block;
  line-height: 1.3;
}

.index_page .mainvisual_block__text {
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.9;
  margin-bottom: 3.671875vw;
  /* transform: translateX(100%);
  animation: curtainout 0.5s cubic-bezier(0.77, 0, 0.175, 1) 2s forwards; */
}

.index_page .mainvisual_block__btn {
  display: block;
  /* transform: translateX(100%);
  animation: curtainout 0.5s cubic-bezier(0.77, 0, 0.175, 1) 2s forwards; */
}

.index_page .mainvisual_block__btn a {
  max-width: 16.5625vw;
  border-bottom: 0.3125vw solid #205b85;
  padding-bottom: 1.25vw;
  display: block;
  font-weight: 700;
  font-size: 1.25vw;
  color: #205b85;
  transition: 0.2s;
}

.index_page .mainvisual_block__btn a span {
  position: relative;
}

.index_page .mainvisual_block__btn a span::before {
  content: "";
  position: absolute;
  left: 8.59375vw;
  top: 50%;
  transform: translateY(-50%);
  border: 0.390625vw solid transparent;
  border-left: 0.546875vw solid #205b85;
  transition: 0.2s;
}

.index_page .mainvisual_block__btn a span::after {
  content: "";
  width: 2.5vw;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.25vw;
  background: #205b85;
  transition: 0.2s;
}

.index_page .our_mission_block {
  margin-bottom: 100px;
}

.index_page .our_mission_block__inner {
  max-width: 960px;
  margin: auto;
  padding: 100px 20px 0;
}

.index_page .our_mission_block .our_mission_block_top_container {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  justify-content: space-between;
  margin-bottom: 47px;
}

.index_page .our_mission_block .our_mission_block_top_container__text_wrapper {
  color: #111;
  max-width: 391px;
  margin-bottom: 100px;
  flex-shrink: 3;
}

.index_page .our_mission_block .our_mission_block_top_container__sub_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 32px;
}

.index_page .our_mission_block .our_mission_block_top_container__text {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}

.index_page .our_mission_block .our_mission_block_top_container__img {
  max-width: 519px;
}

.index_page .our_mission_block .our_mission_block_top_container__img img {
  width: 100%;
}

.index_page .about_block {
  background: #f6f6f6;
  border-radius: 0 100px 0 0;
}

.index_page .about_block__top {
  max-width: 960px;
  margin: auto;
  padding: 100px 20px 0;
  margin-bottom: 137px;
}

.index_page .about_block__img {
  max-width: 100%;
  margin: auto;
  margin-bottom: 8px;
}

.index_page .about_block__img img {
  width: 100%;
}

.index_page .service_block {
  position: relative;
  background: #fff;
  border-radius: 0 100px 0 0;
  margin-top: -227px;
}

.index_page .service_block::before {
  content: "";
  background: url(../img/about/bg_service_img01.jpg) center center no-repeat;
  background-size: cover;
  width: 46.875vw;
  height: 850px;
  position: absolute;
  top: 390px;
  right: 0;
  border-radius: 60px 0 0 60px;
  z-index: 1;
}

.index_page .service_block::after {
  content: "";
  background: url(../img/about/bg_service_img02.jpg) center center no-repeat;
  background-size: cover;
  width: 46.875vw;
  height: 850px;
  position: absolute;
  bottom: 238px;
  left: 0;
  border-radius: 0 60px 60px 0;
  z-index: 1;
}

.index_page .service_block__inner {
  max-width: 960px;
  margin: auto;
  padding: 100px 20px 130px;
  position: relative;
  z-index: 2;
}

.index_page .service_block__wrapper {
  max-width: 680px;
  margin: auto;
}

.index_page .service_block__card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  padding: 32px;
  box-sizing: border-box;
  min-height: 395px;
}

.index_page .service_block__card + .service_block__card {
  margin-top: 30px;
}

.index_page .service_block__card_label {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  color: #d2d2d2;
  margin-bottom: 24px;
  padding-left: 55px;
  position: relative;
}

.index_page .service_block__card_label::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.index_page .service_block__card_img {
  margin: auto;
  margin-bottom: 7px;
  max-width: 608px;
}

.index_page .service_block__card_img img {
  width: 100%;
}

.index_page .service_block__card_list {
  max-width: 453px;
  margin: auto;
}

.index_page .service_block__card_item {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #5b5b5b;
  padding-left: 1em;
  text-indent: -1em;
}

.index_page .service_block__card_lead {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 16px;
  margin-top: 41px;
}

.index_page .service_block__card_lead span {
  color: #0095dd;
}

.index_page .service_block__card_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #5b5b5b;
}

.index_page .features_block {
  background: #f6f6f6;
  border-radius: 0 100px 0 0;
  position: relative;
  margin-top: -36px;
}

.index_page .features_block::after {
  content: "";
  position: absolute;
  bottom: 291px;
  left: 0;
  background: url(../img/about/bg_features_img02.png) center center no-repeat;
  background-size: cover;
  width: 93.75vw;
  height: 800px;
  border-radius: 0 60px 60px 0;
  z-index: 1;
}

.index_page .features_block__inner {
  max-width: 960px;
  margin: auto;
  padding: 90px 20px 204px;
  z-index: 2;
  position: relative;
}

.index_page .features_block__sub_title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 64px;
}

.index_page .features_block__genre_box {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 44px;
}

.index_page .features_block__genre {
  max-width: 200px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding: 9px 16px;
  background: linear-gradient(90deg, #2c6b98 2.42%, #215c85 36.47%, #0e4063 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
}

.index_page .features_block__genre--blue {
  background: linear-gradient(90deg, #0192c2 0, #0175ba 100%);
}

.index_page .features_block__genre img {
  width: 32px;
  margin-right: 8px;
}

.index_page .features_block__wrapper {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 80px;
}

.index_page .features_block__wrapper--nomb {
  margin-bottom: 0;
}

.index_page .features_block__card {
  max-width: 300px;
  min-height: 430px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  box-sizing: border-box;
}

.index_page .features_block__card_img {
  width: 100%;
  margin-bottom: 24px;
}

.index_page .features_block__card_img img {
  width: 100%;
}

.index_page .features_block__card_title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
}

.index_page .features_block__card_item {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

.index_page .features_block__card_note {
  font-weight: 400;
  font-size: 12px;
  margin-top: 8px;
}

.index_page .price_block {
  margin-top: -100px;
  border-radius: 100px 0 0 0;
  background: #fff;
  position: relative;
}

.index_page .price_block__inner {
  max-width: 960px;
  margin: auto;
  padding: 102px 20px 100px;
}

.index_page .price_block__wrapper {
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.lang_en .index_page .price_block__wrapper {
  margin-top: 32px;
}

.index_page .price_block__list {
  padding: 0 16px;
}

.index_page .price_block__item {
  border-radius: 30px;
  padding: 40px;
  width: 50%;
  color: #fff;
  box-sizing: border-box;
}

.index_page .price_block__item--dark {
  background: linear-gradient(180deg, #2c6b98 0, #0e4063 100%);
}

.index_page .price_block__item--light {
  background: linear-gradient(90deg, #0192c2 0, #0175ba 100%);
}

.index_page .price_block__item_top {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  position: relative;
  margin-bottom: 17px;
}

.index_page .price_block__item_title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 0;
}

.index_page .price_block__item_title img {
  margin-right: 8px;
}

.index_page .price_block__item_img {
  margin-left: auto;
  max-width: 220px;
}

.index_page .price_block__item_img img {
  width: 100%;
}

.index_page .price_block__item_bb {
  padding-bottom: 15px;
  margin-bottom: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.index_page .price_block__item_text_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_page .price_block__item_label {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}

.lang_en .index_page .price_block__item_text_box .price_block__item_label {
  font-weight: 400;
}

.lang_en .index_page .price_block__item_text_box .price_block__item_label.price_block__item_label--bold {
  font-weight: 700 !important;
}

.index_page .price_block__item_label--mb {
  margin-bottom: 11px;
}

.index_page .price_block__item_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

.index_page .price_block__item_sub_text {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.index_page .price_block__note {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.85;
  color: #5b5b5b;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 15px;
}

.index_page .faq_block {
  background: #f6f6f6;
  border-radius: 0 100px 0 0;
}

.index_page .faq_block__inner {
  max-width: 960px;
  margin: auto;
  padding: 100px 20px 200px;
}

.index_page .faq_block__wrapper {
  max-width: 905px;
  margin-left: auto;
}

.index_page .faq_block__box + .faq_block__box {
  margin-top: 40px;
}

.index_page .faq_block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  color: #205b85;
  margin-bottom: 18px;
}

.index_page .faq_block__title span {
  font-family: Poppins;
  color: #0095dd;
  margin-right: 24px;
  font-size: 24px;
  position: relative;
}

.index_page .faq_block__title span::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #0095dd;
  position: absolute;
  bottom: 9px;
  left: -55px;
}

.index_page .faq_block__text {
  max-width: 854px;
  margin-left: auto;
  background: #fff;
  padding: 28px;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  box-sizing: border-box;
}

.index_page .news_block {
  background: #fff;
  border-radius: 100px 0 0 0;
  margin-top: -100px;
}

.index_page .news_block__inner {
  max-width: 960px;
  margin: auto;
  padding: 100px 20px;
}

.index_page .news_block__item {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  position: relative;
}

.index_page .news_block__item_inner {
  display: flex;
  align-items: center;
  padding: 32px 64px 33px;
}

.index_page .news_block__item_inner::before {
  content: "";
  position: absolute;
  left: 950px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid #0095dd;
  transition: 0.2s;
}

.index_page .news_block__item_inner::after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 935px;
  background: #0095dd;
  transition: 0.2s;
}

.index_page .news_block__item_inner--noarrow::after, .index_page .news_block__item_inner--noarrow::before {
  display: none;
}

.index_page .news_block__item_day {
  font-weight: 400;
  font-size: 16px;
  color: #0095dd;
  margin-right: 35px;
  line-height: 1.75;
}

.index_page .news_block__item_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1024px) {
  .contact_block__btn:hover {
    background: #fff;
  }
  .contact_block__btn:hover::before {
    opacity: 0;
    animation: arrowslide3 0.7s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    border-left: 8px solid #018bc0;
  }
  @keyframes arrowslide3 {
    0% {
      opacity: 0;
      left: 36%;
    }
    30% {
      opacity: 1;
      left: 36%;
    }
    100% {
      left: 55%;
      opacity: 1;
    }
  }
  .contact_block__btn:hover::after {
    animation: extend3 0.7s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    background: #018bc0;
  }
  @keyframes extend3 {
    0% {
      width: 0;
      opacity: 1;
    }
    30% {
      width: 0;
      opacity: 1;
    }
    100% {
      opacity: 1;
      width: 20px;
    }
  }
  .footer_block__logo:hover {
    opacity: 0.8;
  }
  .footer_block__item:hover {
    color: #b5e3f9;
  }
  .footer_block__item:hover svg path {
    fill: #b5e3f9;
  }
  @keyframes arrowslide5 {
    0% {
      right: 46px;
    }
    10% {
      right: 46px;
    }
    70% {
      right: 16px;
    }
    100% {
      right: 16px;
    }
  }
  @keyframes extend2 {
    0% {
      width: 0;
      opacity: 1;
    }
    10% {
      width: 0;
    }
    70% {
      width: 35px;
    }
    100% {
      opacity: 1;
      width: 35px;
    }
  }
  .index_page .mainvisual_block__btn a:hover {
    color: #31aae4;
    border-bottom: 0.3125vw solid #31aae4;
  }
  .index_page .mainvisual_block__btn a:hover span::before {
    opacity: 1;
    border-left: 0.546875vw solid #31aae4;
    animation: arrowslide 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
  }
  @keyframes arrowslide {
    0% {
      opacity: 1;
      left: 6.171875vw;
    }
    10% {
      opacity: 1;
      left: 6.171875vw;
    }
    70% {
      left: 8.59375vw;
      opacity: 1;
    }
    100% {
      left: 8.59375vw;
      opacity: 1;
    }
  }
  .index_page .mainvisual_block__btn a:hover span::after {
    width: 0;
    background: #31aae4;
    animation: extend 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
  }
  @keyframes extend {
    0% {
      width: 0;
      opacity: 1;
    }
    10% {
      width: 0;
      opacity: 1;
    }
    70% {
      width: 2.5vw;
      opacity: 1;
    }
    100% {
      opacity: 1;
      width: 2.5vw;
    }
  }
  @keyframes arrowslide2 {
    0% {
      opacity: 0;
      left: 112px;
    }
    10% {
      opacity: 1;
      left: 112px;
    }
    70% {
      left: 143px;
      opacity: 1;
    }
    100% {
      left: 143px;
      opacity: 1;
    }
  }
  @keyframes extend2 {
    0% {
      width: 0;
      opacity: 1;
    }
    10% {
      width: 0;
    }
    70% {
      width: 35px;
    }
    100% {
      opacity: 1;
      width: 35px;
    }
  }
  .index_page .news_block__item_inner:hover::before {
    border-left: 6px solid #0095dd;
    animation: arrowslide4 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
  }
  @keyframes arrowslide4 {
    0% {
      left: 935px;
    }
    10% {
      left: 935px;
    }
    70% {
      left: 950px;
    }
    100% {
      left: 950px;
    }
  }
  .index_page .news_block__item_inner:hover::after {
    animation: extend4 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
  }
  @keyframes extend4 {
    0% {
      width: 0;
    }
    10% {
      width: 0;
    }
    70% {
      width: 16px;
    }
    100% {
      width: 16px;
    }
  }
}
@media screen and (min-width: 1024px) and (max-width: 960px) {
  .contact_block__btn:hover::before {
    opacity: 1;
    border-left: 1.6vw solid #fff;
    animation: none;
  }
  .contact_block__btn:hover::after {
    animation: none;
    background: #fff;
  }
}
@media screen and (min-width: 1280px) {
  .header_block {
    padding-left: 60px;
  }
  .header_block__right {
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
  .header_block__list {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media screen and (max-width: 1039px) {
  html {
    scroll-padding-top: 60px;
  }
  .header_block__logo {
    width: 110px;
  }
  .header_block__right {
    -moz-column-gap: 28px;
    column-gap: 28px;
  }
  .header_block__right .none {
    display: none;
  }
  .header_block__list_top {
    display: none;
  }
  .header_block__list {
    display: none;
  }
  .header_block__item {
    font-size: 12px;
  }
  .header_block__item--is_tablet {
    display: flex;
    align-items: center;
  }
  /*.header_block__contact {*/
  /*  display: none;*/
  /*}*/
  .header_block .hamburger_icon.is-sp {
    display: block;
  }
  .index_page .news_block__item_inner::before {
    left: auto;
    right: 30px;
  }
  .index_page .news_block__item_inner::after {
    left: auto;
    right: 35px;
  }
}
@media screen and (max-width: 959px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .contact_block {
    background: url(../img/common/bg_contact_sp.webp) center center no-repeat;
    background-size: cover;
    max-width: 100%;
    max-height: none;
  }
  .contact_block:hover {
    background: url(../img/common/bg_contact_sp.webp) center center no-repeat;
    background-size: cover;
  }
  .contact_block__inner {
    padding: 20.8vw 5.3333333333vw;
  }
  .contact_block__title {
    font-size: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .contact_block__lead {
    font-size: 3.4666666667vw;
    line-height: 2;
    margin-bottom: 4.2666666667vw;
  }
  .contact_block__btn::before {
    border: 0.8vw solid transparent;
    border-left: 1.6vw solid #fff;
  }
  .contact_block__btn::after {
    width: 4.2666666667vw;
  }
  .contact_block__btn {
    width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
  .footer_block__item {
    font-size: 14px;
  }
  .footer_block__item svg {
    margin-left: 1.0666666667vw;
  }
  .footer_block__copyright {
    text-align: center;
    font-size: 12px;
  }
  .header_block {
    padding-left: 17px;
  }
  @keyframes fadein {
    0% {
      transform: translate(32vw, 42vh) scale(2);
    }
    100% {
      transform: translate(0, 0) scale(1);
    }
  }
  .hamburger_modal {
    padding: 20.8vw 6.4vw 25.6vw;
    width: 57%;
  }
  .hamburger_modal__item {
    font-size: 3.7333333333vw;
    margin-bottom: 8.5333333333vw;
  }
  .hamburger_modal__auth_btn a {
    font-size: 3.7333333333vw;
    padding: 4vw 1.3333333333vw 4.5333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hamburger_modal__auth_btn img {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .index_page__text {
    line-height: 2;
  }
  .index_page__text--mb60 {
    margin-bottom: 5.0666666667vw;
  }
  .index_page__text--mb80 {
    margin-bottom: 8.2666666667vw;
  }
  .index_page .mainvisual_block {
    height: 242px;
    width: 100%;
    background: url(../img/i-rec/pic_mainvisual_sp.png) center center no-repeat;
    background-size: cover;
  }
  @keyframes slidein {
    0% {
      transform: translateX(100%);
      border-radius: 0;
    }
    50% {
      transform: translateX(0);
      border-radius: 0;
    }
    100% {
      transform: translateX(0);
      border-radius: 80px 0 0 0;
    }
  }
  .index_page .mainvisual_block__inner {
    padding: 17.0666666667vw 0 0 10.6666666667vw;
  }
  .index_page .mainvisual_block__sub_curtain {
    max-width: 78.6666666667vw;
  }
  .index_page .mainvisual_block__lead {
    font-size: 8vw;
    margin-bottom: 5.6vw;
    line-height: 1.3;
  }
  .index_page .mainvisual_block__text {
    font-size: 3.7333333333vw;
    margin-bottom: 9.8666666667vw;
    line-height: 1.85;
  }
  .index_page .mainvisual_block__btn a {
    font-size: 3.7333333333vw;
    border-bottom: 1.0666666667vw solid #205b85;
    padding-bottom: 4.2666666667vw;
    max-width: 48vw;
  }
  .index_page .mainvisual_block__btn a span::before {
    right: -26.6666666667vw;
    left: auto;
    border: 1.3333333333vw solid transparent;
    border-left: 1.8666666667vw solid #205b85;
  }
  .index_page .mainvisual_block__btn a span::after {
    left: auto;
    width: 6.9333333333vw;
    left: 17.3333333333vw;
  }
  .index_page .our_mission_block {
    margin-bottom: 26.6666666667vw;
  }
  .index_page .our_mission_block__inner {
    padding-top: 10.6666666667vw;
  }
  .index_page .our_mission_block .our_mission_block_top_container {
    flex-direction: column;
    margin-bottom: 8vw;
  }
  .index_page .our_mission_block .our_mission_block_top_container__text_wrapper {
    max-width: 100%;
    margin-bottom: 6.4vw;
  }
  .index_page .our_mission_block .our_mission_block_top_container__sub_title {
    font-size: 4vw;
    margin-bottom: 4.2666666667vw;
  }
  .index_page .our_mission_block .our_mission_block_top_container__text {
    font-size: 3.4666666667vw;
    line-height: 2;
  }
  .index_page .our_mission_block .our_mission_block_top_container__img {
    max-width: 100%;
  }
  .index_page .about_block {
    border-radius: 0 80px 0 0;
  }
  .index_page .about_block__top {
    padding: 17.6vw 5.3333333333vw 0vw;
    margin-bottom: 24.5333333333vw;
  }
  .index_page .about_block__img {
    margin-bottom: 4vw;
  }
  .index_page .service_block {
    margin-top: -23.4666666667vw;
    border-radius: 0 80px 0 0;
  }
  .index_page .service_block::after {
    display: none;
  }
  .index_page .service_block__inner {
    padding: 17.6vw 5.3333333333vw 54.1333333333vw;
  }
  .index_page .service_block__wrapper {
    margin-top: 50.4vw;
  }
  .index_page .service_block__card + .service_block__card {
    margin-top: 5.3333333333vw;
  }
  .index_page .service_block__card {
    padding: 6.6666666667vw 3.2vw 8vw;
  }
  .index_page .service_block__card_label::before {
    left: 11px;
  }
  .index_page .service_block__card_label {
    margin-bottom: 8vw;
    padding-left: 65px;
  }
  .index_page .service_block__card_img {
    margin-bottom: 2.6666666667vw;
    max-width: 76.5333333333vw;
  }
  .index_page .service_block__card_list {
    max-width: 62.1333333333vw;
  }
  .index_page .service_block__card_list--ml {
    margin-left: 17.3333333333vw;
  }
  .index_page .service_block__card_item {
    font-size: 2.9333333333vw;
    line-height: 1.7;
  }
  .index_page .features_block {
    border-radius: 0 80px 0 0;
  }
  .index_page .features_block::after {
    background: url(../img/about/bg_features_img02_sp.png) center center no-repeat;
    border-radius: 0;
    bottom: 897px;
    width: 100%;
    background-size: cover;
  }
  .index_page .features_block__inner {
    padding: 21.8666666667vw 5.3333333333vw 38.4vw;
  }
  .index_page .features_block__genre_box {
    flex-direction: column;
  }
  .index_page .features_block__genre img {
    width: 6.4vw;
    margin-right: 1.0666666667vw;
  }
  .index_page .features_block__wrapper {
    flex-direction: column;
    align-items: center;
    row-gap: 5.3333333333vw;
    margin-bottom: 14.9333333333vw;
  }
  .index_page .features_block__card {
    max-width: none;
    width: 100%;
  }
  .index_page .price_block {
    border-radius: 80px 0 0 0;
  }
  .index_page .price_block__inner {
    padding: 21.6vw 5.3333333333vw 26.6666666667vw;
  }
  .index_page .price_block__wrapper {
    flex-direction: column;
    row-gap: 3.7333333333vw;
  }
  .index_page .price_block__list {
    padding: 0;
  }
  .index_page .price_block__item_top {
    flex-direction: column;
  }
  .index_page .price_block__item_title {
    position: relative;
    transform: translateY(0);
  }
  .index_page .price_block__item_img {
    max-width: none;
    margin: auto;
  }
  .index_page .price_block__note {
    line-height: 1.5;
  }
  .index_page .faq_block {
    border-radius: 0 80px 0 0;
  }
  .index_page .faq_block__title {
    line-height: 1.45;
  }
  .index_page .faq_block__title span {
    display: block;
  }
  .index_page .faq_block__text {
    line-height: 2;
  }
  .index_page .news_block {
    border-radius: 80px 0 0 0;
    margin-top: -26.6666666667vw;
  }
  .index_page .news_block__item_inner {
    flex-direction: column;
    align-items: initial;
    padding: 5.3333333333vw 12.8vw 5.6vw 5.3333333333vw;
  }
  .index_page .news_block__item_inner::before {
    right: auto;
    left: 84vw;
    border: 0.8vw solid transparent;
    border-left: 1.3333333333vw solid #0095dd;
  }
  .index_page .news_block__item_inner::after {
    right: auto;
    width: 3.2vw;
    left: 80.8vw;
  }
  .index_page .news_block__item_day {
    margin-bottom: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .index_page .news_block__item_text {
    font-size: 4.2666666667vw;
    display: -webkit-box;
    white-space: initial;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

body {
  color: #111;
}

#btn-top {
  position: fixed;
  height: 60px;
  width: 60px;
  border: 1px solid #205B85;
  color: #205B85;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  right: 20px;
  bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  box-sizing: border-box;
  padding-top: 30px;
  z-index: 99;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

#btn-top:hover {
  background-color: #F3FBFF;
}

@media screen and (max-width: 959px) {
  #btn-top {
    height: 40px;
    width: 40px;
    font-size: 11px;
    padding-top: 20px;
    right: 12px;
  }
}
#btn-top.d_none {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

#btn-top.p_sticky {
  position: absolute;
  top: -80px;
  bottom: auto;
}

@media screen and (max-width: 959px) {
  #btn-top.p_sticky {
    top: -50px;
  }
}
#btn-top::before {
  content: "";
  position: absolute;
  top: 2px;
  transform: translateX(-50%);
  left: 50%;
  border: 4px solid transparent;
  border-bottom: 8px solid #205B85;
  transition: 0.2s;
}

@media screen and (max-width: 959px) {
  #btn-top::before {
    border: 3px solid transparent;
    border-bottom: 6px solid #205B85;
  }
}
#btn-top::after {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  bottom: 32px;
  transform: translateX(-50%);
  left: 50%;
  background: #205B85;
  transition: 0.2s;
}

@media screen and (max-width: 959px) {
  #btn-top::after {
    height: 10px;
    bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #btn-top:hover::before {
    opacity: 0;
    animation: arrowslide8 0.7s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    border-bottom: 8px solid #205B85;
  }
  #btn-top:hover::after {
    animation: extend6 0.7s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    background: #205B85;
  }
}
@keyframes slidein {
  0% {
    transform: translateX(100%);
    border-radius: 0;
    width: 100%;
  }
  50% {
    transform: translateX(0);
    border-radius: 0;
    width: 100%;
  }
  100% {
    transform: translateX(0);
    border-radius: 100px 0 0 0;
    width: 100%;
  }
}
@keyframes arrowslide8 {
  0% {
    opacity: 0;
    top: 10px;
  }
  30% {
    opacity: 1;
    top: 10px;
  }
  100% {
    top: 2px;
    opacity: 1;
  }
}
@keyframes extend6 {
  0% {
    height: 0;
    opacity: 1;
  }
  30% {
    height: 0;
    opacity: 1;
  }
  100% {
    opacity: 1;
    height: 16px;
  }
}
.index_page__lead {
  display: block;
  margin-top: 22px;
}

@media screen and (max-width: 959px) {
  .index_page__lead {
    margin-top: 8px;
  }
}
.index_page__title {
  margin-bottom: 0;
}

.index_page .mainvisual_block__inner {
  padding: 52px 20px 0;
  max-width: 1160px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__inner {
    padding: 60px 30px 40px;
  }
}
.index_page .mainvisual_block {
  height: 500px;
}

.index_page .mainvisual_block__lead {
  color: #fff;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: -0.04em;
  margin-bottom: 28px;
}

@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__lead {
    font-size: 34px;
    line-height: 120%;
  }
}
.index_page .mainvisual_block__text {
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 0;
  color: #fff;
}

@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__text {
    font-size: 13px;
    line-height: 170%;
    margin-bottom: 34px;
  }
}
.index_page .mainvisual_block__text span {
  display: inline-block;
  background-color: #205B85;
  padding: 4px 8px;
  margin-bottom: 12px;
}

@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__text span {
    padding: 3px 6px;
    margin-bottom: 6px;
  }
}
.index_page .mainvisual_block__sub_curtain {
  max-width: 70%;
}

@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__sub_curtain {
    max-width: 100%;
  }
}
.index_page .mainvisual_block__btn {
  position: absolute;
  right: 20px;
  top: 258px;
  transform: none;
  animation: none;
}

@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__btn {
    position: initial;
    padding: 0;
  }
}
.index_page .mainvisual_block__btn a {
  max-width: unset;
  width: 214px;
  border-bottom: none;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #0095DD;
  transition: all 0.3s ease-in-out;
  height: 56px;
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__btn a {
    width: calc(100% - 20px);
    max-width: 295px;
    height: 48px;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .index_page .mainvisual_block__btn a:hover {
    border-bottom: none;
    background-color: #F3FBFF;
  }
  .index_page .mainvisual_block__btn a:hover span::before {
    border-left: 6px solid #0095DD;
  }
}
.index_page .mainvisual_block__btn a span::before {
  content: "";
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid #0095DD;
  transition: 0.2s;
}

@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__btn a span::before {
    left: auto;
    right: 20px;
  }
}
.index_page .mainvisual_block__btn a span::after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 75px;
  background: #0095DD;
  transition: 0.2s;
}

@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__btn a span::after {
    left: auto;
    right: 30px;
  }
}
@keyframes arrowslide {
  0% {
    opacity: 1;
    left: 75px;
  }
  10% {
    opacity: 1;
    left: 75px;
  }
  70% {
    left: 90px;
    opacity: 1;
  }
  100% {
    left: 90px;
    opacity: 1;
  }
}
@keyframes extend {
  0% {
    width: 0;
    opacity: 1;
  }
  10% {
    width: 0;
    opacity: 1;
  }
  70% {
    width: 16px;
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 16px;
  }
}
@media screen and (max-width: 959px) {
  .header_block__logo img {
    width: 110px;
    height: 23px;
  }
}
.index_page__title {
  font-size: 32px;
  margin-bottom: 22px;
}

.index_page .our_mission_block {
  margin-bottom: 140px;
}

.index_page .our_mission_block .our_mission_block_top_container__text_wrapper {
  margin-bottom: 0;
}

.index_page .our_mission_block .our_mission_block_top_container {
  margin-bottom: 60px;
}

.index_page .features_block__card_item sup {
  font-size: 12px;
  position: relative;
  top: -3px;
}

.index_page .about_block__top {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .index_page .service_block::before {
    content: none;
  }
  .index_page .service_block__wrapper {
    padding: 130px 20px;
    margin-left: -20px;
    margin-right: -20px;
    background: url(../img/about/bg_service_img01_sp.jpg) center center no-repeat;
    background-size: cover;
    max-width: unset;
  }
}
.index_page .price_block__note {
  font-size: 16px;
  line-height: 28px;
  color: #111;
  padding-left: 1em;
  text-indent: 0;
  margin-top: 32px;
}

.index_page .price_block__note strong {
  font-weight: 700;
}

.index_page .faq_block__inner {
  padding-bottom: 220px;
}

.index_page .faq_block__text a {
  text-decoration: underline;
  color: #0095dd;
}

.index_page .news_block__item_inner {
  position: relative;
}

.index_page .news_block__item_inner::before {
  left: 930px;
}

@media screen and (max-width: 1034px) {
  .index_page .news_block__item_inner::before {
    left: auto;
    right: 22px;
  }
}
.index_page .news_block__item_inner::after {
  left: 915px;
}

@media screen and (max-width: 1034px) {
  .index_page .news_block__item_inner::after {
    left: auto;
    right: 31px;
  }
}
@media screen and (max-width: 959px) {
  .index_page .news_block__item_inner::after {
    width: 12px;
    right: 30px;
  }
}
@keyframes arrowslide4 {
  0% {
    left: 915px;
  }
  10% {
    left: 915px;
  }
  70% {
    left: 930px;
  }
  100% {
    left: 930px;
  }
}
@keyframes arrowslide7 {
  0% {
    left: 285px;
  }
  10% {
    left: 285px;
  }
  70% {
    left: 300px;
  }
  100% {
    left: 300px;
  }
}
.index_page .news_block__item_text {
  transition: all 0.3s ease-in-out;
}

.index_page a.news_block__item_inner {
  transition: all 0.3s ease-in-out;
}

.index_page a.news_block__item_inner:hover {
  background-color: #F6F6F6;
}

.index_page a.news_block__item_inner:hover .news_block__item_text {
  color: #0095dd;
  text-decoration: underline;
}

@media screen and (max-width: 959px) {
  .index_page .service_block::before {
    top: 240px;
  }
}
.contact_block {
  position: relative;
  z-index: 99;
  opacity: 1;
  background-image: none;
}

@media screen and (max-width: 959px) {
  .contact_block {
    background-image: none;
  }
}
.contact_block__inner {
  opacity: 0.8;
  transition: opacity 0.5s;
  background: url(../img/common/bg_contact.webp) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 959px) {
  .contact_block__inner {
    background: url(../img/common/bg_contact_sp.webp) center center no-repeat;
    background-size: cover;
  }
}
.header_block__item_top {
  display: inline-flex;
  color: #205B85;
  transition: all 0.3s ease-in-out;
}

.header_block__item_top .icon_arrow_right {
  display: block;
  position: relative;
  width: 16px;
}

.header_block__item_top .icon_arrow_right:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-top: 1px solid #205B85;
  border-right: 1px solid #205B85;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  top: 50%;
  transition: all 0.3s ease-in-out;
}

.header_block__item_top .icon_login {
  display: block;
  position: relative;
  width: 16px;
}

.header_block__item_top .icon_login:after {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-mask-image: url(../img/common/ico_login.svg);
  mask-image: url(../img/common/ico_login.svg);
  background-color: #205B85;
}

.header_block__item_top:hover .icon_arrow_right:after {
  border-color: #31aae4;
}

.header_block__item_top:hover .icon_login:after {
  background-color: #31aae4;
}

.hamburger_modal__item a {
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}

.hamburger_modal__item a .icon_arrow_right {
  display: block;
  position: relative;
  width: 16px;
}

.hamburger_modal__item a .icon_arrow_right:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  top: 50%;
  transition: all 0.3s ease-in-out;
}

.hamburger_modal__item a .icon_login {
  display: block;
  position: relative;
  width: 16px;
}

.hamburger_modal__item a .icon_login:after {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  background: url(../img/common/ico_login_white.svg);
  background-size: contain;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  transition: all 0.3s ease-in-out;
}

.footer_block__item {
  position: relative;
  padding-right: 24px;
}

@media screen and (max-width: 959px) {
  .footer_block__item {
    padding-right: 20px;
  }
}
.footer_block__item:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 14px;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-mask-image: url(../img/common/ico_window_white.svg);
  mask-image: url(../img/common/ico_window_white.svg);
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  .footer_block__item:after {
    bottom: 1px;
  }
}
.footer_block__item:hover:after {
  background-color: #b5e3f9;
}

.index_page .news_block__item_day {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.contact_block .contact_block__lead {
  display: block;
  margin-top: 16px;
  font-weight: 400;
}

.index_page .features_block__genre_box {
  -moz-column-gap: 0;
  column-gap: 0;
  margin-left: -8px;
}

.index_page .features_block__genre {
  margin: 0 8px;
}

.index_page .price_block__wrapper {
  -moz-column-gap: 0;
  column-gap: 0;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 959px) {
  .index_page .price_block__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.index_page .price_block__item {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 959px) {
  .index_page .price_block__item {
    margin-left: 0;
    margin-right: 0;
  }
}
.index_page .features_block__wrapper {
  -moz-column-gap: 0;
  column-gap: 0;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 959px) {
  .index_page .features_block__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.index_page .features_block__card {
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 959px) {
  .index_page .features_block__card {
    margin-left: 0;
    margin-right: 0;
  }
}
.header_block__list {
  -moz-column-gap: 0;
  column-gap: 0;
}

.header_block__list a {
  margin: 0 12px;
}

.header_block__list a:last-child {
  margin-right: 0;
}

.header_block__right {
  -moz-column-gap: 0;
  column-gap: 0;
}

.header_block__list_wrapper {
  margin-right: 38px;
}

.header_block .hamburger_icon {
  margin-left: 14px;
}
.footer_block__list {
  -moz-column-gap: 0;
  column-gap: 0;
}

@media screen and (max-width: 959px) {
  .footer_block__list {
    gap: 0;
  }
}
.footer_block__list a {
  margin-right: 40px;
}

@media screen and (max-width: 959px) {
  .footer_block__list a {
    margin-bottom: 16px;
  }
}
.index_page .price_block__note {
  padding-left: 0;
}

@media screen and (max-width: 959px) {
  .contact_block__inner {
    padding: 80px 20px;
  }
  .contact_block__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact_block__lead {
    font-size: 13px;
    line-height: 200%;
    margin-bottom: 16px;
  }
  .contact_block__btn::before {
    border: 4px solid transparent;
    border-left: 6px solid #fff;
  }
  .contact_block__btn::after {
    width: 12px;
  }
  .contact_block__btn {
    width: 56px;
    height: 56px;
  }
  .footer_block__inner {
    padding: 44px 20px 24px;
  }
  .footer_block__logo {
    padding-left: 20px;
    width: 87px;
    margin-bottom: 49px;
  }
  .footer_block__list {
    -ms-flex-wrap: wrap;
    gap: 0 0;
    padding-left: 20px;
    margin-bottom: 32px;
    padding-bottom: 20px;
  }
  .footer_block__item {
    font-size: 13px;
  }
  .footer_block__item svg {
    margin-left: 4px;
  }
  .footer_block__copyright {
    font-size: 12px;
  }
  .hamburger_modal {
    padding: 78px 24px 96px;
  }
  .hamburger_modal__item {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .hamburger_modal__auth_btn a {
    font-size: 14px;
    padding: 15px 5px 17px;
  }
  .hamburger_modal__auth_btn img {
    width: 20px;
    height: 20px;
  }
  .index_page__title {
    margin-bottom: 8px;
    font-size: 28px;
  }
  .index_page__lead {
    margin-bottom: 24px;
    font-size: 13px;
  }
  .index_page__text {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .index_page__text--mb60 {
    margin-bottom: 19px;
  }
  .index_page__text--mb80 {
    margin-bottom: 31px;
  }
  .index_page .our_mission_block {
    margin-bottom: 100px;
  }
  .index_page .our_mission_block__inner {
    padding-top: 95px;
  }
  .index_page .our_mission_block .our_mission_block_top_container {
    margin-bottom: 30px;
  }
  .index_page .our_mission_block .our_mission_block_top_container__img img {
    max-width: 335px;
    margin: auto;
  }
  .index_page .our_mission_block .our_mission_block_top_container__text_wrapper {
    margin-bottom: 24px;
  }
  .index_page .our_mission_block .our_mission_block_top_container__sub_title {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .index_page .our_mission_block .our_mission_block_top_container__text {
    font-size: 13px;
  }
  .index_page .about_block__top {
    padding: 66px 20px 0;
    margin-bottom: 92px;
  }
  .index_page .about_block__img {
    margin-bottom: 15px;
  }
  .index_page .about_block__img img {
    max-width: 350px;
    margin: auto;
  }
  .index_page .service_block {
    margin-top: -88px;
  }
  .index_page .service_block::before {
    top: 250px;
    height: 1778px;
  }
  .index_page .service_block__inner {
    padding: 66px 20px 76px;
  }
  .index_page .service_block__wrapper {
    margin-top: 38px;
  }
  .index_page .service_block__card + .service_block__card {
    margin-top: 20px;
  }
  .index_page .service_block__card {
    padding: 25px 12px 30px;
  }
  .index_page .service_block__card_label {
    margin-bottom: 30px;
  }
  .index_page .service_block__card_img {
    margin-bottom: 10px;
    max-width: 287px;
  }
  .index_page .service_block__card_list {
    max-width: 233px;
  }
  .index_page .service_block__card_list--ml {
    margin-left: auto;
  }
  .index_page .service_block__card_item {
    font-size: 11px;
  }
  .index_page .service_block__card_lead {
    margin-top: 28px;
    margin-bottom: 21px;
    font-size: 18px;
    padding: 0 10px;
  }
  .index_page .service_block__card_text {
    font-size: 14px;
    padding: 0 10px;
  }
  .index_page .features_block__inner {
    padding: 82px 20px 144px;
  }
  .index_page .features_block__sub_title {
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 24px;
    letter-spacing: 0.04em;
  }
  .index_page .features_block__genre_box {
    row-gap: 0;
    margin-bottom: 24px;
  }
  .index_page .features_block__genre {
    font-size: 13px;
    padding: 10px 16px;
    max-width: 164px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .index_page .features_block__genre:first-child {
    margin-top: 0;
  }
  .index_page .features_block__genre:last-child {
    margin-bottom: 0;
  }
  .index_page .features_block__genre img {
    width: 24px;
    margin-right: 4px;
  }
  .index_page .features_block__wrapper {
    row-gap: 0;
    margin-bottom: 56px;
  }
  .index_page .features_block__card {
    padding: 24px;
    min-height: 353px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .index_page .features_block__card:first-child {
    margin-top: 0;
  }
  .index_page .features_block__card:last-child {
    margin-bottom: 0;
  }
  .index_page .features_block__card_img {
    margin-bottom: 24px;
  }
  .index_page .features_block__card_img img {
    max-width: 350px;
    margin: auto;
  }
  .index_page .features_block__card_title {
    font-size: 15px;
  }
  .index_page .features_block__card_item {
    font-size: 13px;
    line-height: 2;
  }
  .index_page .features_block__card_note {
    font-size: 12px;
  }
  .index_page .price_block {
    border-radius: 80px 0 0 0;
  }
  .index_page .price_block__inner {
    padding: 81px 20px 100px;
  }
  .index_page .price_block__wrapper {
    row-gap: 0;
  }
  .index_page .price_block__list {
    padding: 0;
  }
  .index_page .price_block__item {
    width: 100%;
    padding: 32px 24px 34px;
    border-radius: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .index_page .price_block__item:first-child {
    margin-top: 0;
  }
  .index_page .price_block__item:last-child {
    margin-bottom: 0;
  }
  .index_page .price_block__item_top {
    margin-bottom: 21px;
  }
  .index_page .price_block__item_title img {
    width: 36px;
  }
  .index_page .price_block__item_title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .index_page .price_block__item_img {
    width: 220px;
  }
  .index_page .price_block__item_bb {
    padding-bottom: 20px;
    margin-bottom: 28px;
  }
  .index_page .price_block__item_text_box + .price_block__item_text_box {
    margin-top: 5px;
  }
  .index_page .price_block__item_label--mb {
    margin-bottom: 16px;
  }
  .index_page .price_block__item_label {
    font-size: 18px;
  }
  .index_page .price_block__item_text {
    font-size: 13px;
  }
  .index_page .price_block__item_sub_text {
    font-size: 13px;
  }
  .index_page .price_block__note {
    font-size: 13px;
    margin-top: 15px;
    line-height: 26px;
    padding-left: 0;
  }
  .index_page .faq_block {
    border-radius: 0 80px 0 0;
  }
  .index_page .faq_block__inner {
    padding: 80px 20px 200px;
  }
  .index_page .faq_block__box + .faq_block__box {
    margin-top: 27px;
  }
  .index_page .faq_block__title {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .index_page .faq_block__title span {
    padding-left: 55px;
    font-size: 24px;
  }
  .index_page .faq_block__title span::before {
    left: -3px;
    width: 50px;
    bottom: 10px;
  }
  .index_page .faq_block__text {
    font-size: 13px;
    padding: 24px;
  }
  .index_page .news_block {
    border-radius: 80px 0 0 0;
    margin-top: -100px;
  }
  .index_page .news_block__item_inner {
    padding: 20px 48px 21px 20px;
  }
  .index_page .news_block__item_inner::before {
    border: 3px solid transparent;
    border-left: 5px solid #0095dd;
  }
  .index_page .news_block__item_inner::after {
    width: 12px;
  }
  .index_page .news_block__item_day {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .index_page .news_block__item_text {
    font-size: 16px;
    display: block;
    overflow: inherit;
  }
  .index_page a.news_block__item_inner .news_block__item_text {
    text-decoration: underline;
  }
}
@keyframes slideinEn {
  0% {
    transform: translateX(100%);
    border-radius: 0;
    width: 100%;
  }
  50% {
    transform: translateX(0);
    border-radius: 0;
    width: 100%;
  }
  100% {
    transform: translateX(0);
    border-radius: 100px 0 0 0;
    width: 95.3125vw;
  }
}
@keyframes slideinEnSp {
  0% {
    transform: translateX(100%);
    border-radius: 0;
    width: 100%;
  }
  50% {
    transform: translateX(0);
    border-radius: 0;
    width: 100%;
  }
  100% {
    transform: translateX(0);
    border-radius: 80px 0 0 0;
    width: 100%;
  }
}
@keyframes arrowslideEn {
  0% {
    opacity: 1;
    left: 85px;
  }
  10% {
    opacity: 1;
    left: 85px;
  }
  70% {
    left: 117px;
    opacity: 1;
  }
  100% {
    left: 117px;
    opacity: 1;
  }
}
@keyframes extendEn {
  0% {
    width: 0;
    opacity: 1;
  }
  10% {
    width: 0;
    opacity: 1;
  }
  70% {
    width: 32px;
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 32px;
  }
}
.lang_en .header_block__item,
.lang_en .header_block__item_top,
.lang_en .header_block__contact_text,
.lang_en .hamburger_modal__item a,
.lang_en .hamburger_modal__auth_btn a {
  font-family: "Poppins", sans-serif;
}

.lang_en .header_block__contact_text {
  font-size: 14px;
}

.lang_en .index_page .mainvisual_block__inner {
  padding-top: 72px;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .mainvisual_block__inner {
    padding: 44px 78px 0 40px;
  }
}
.lang_en .index_page .mainvisual_block {
  height: 548px;
  background: url(../img/en/pic_mainvisual.jpg) center center no-repeat;
  background-size: cover;
  /* transform: translateX(100%);
  animation: slideinEn 1.5s cubic-bezier(0.55, 0, 0.18, 1) forwards; */
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .mainvisual_block {
    height: 607px;
    background: url(../img/en/pic_mainvisual_sp.jpg) center center no-repeat;
    background-size: cover;
    /* transform: translateX(100%);
    animation: slideinEnSp 1.5s cubic-bezier(0.55, 0, 0.18, 1) forwards; */
  }
}
.lang_en .index_page .mainvisual_block__btn {
  position: inherit;
  /* transform: translateX(100%);
  animation: curtainout 0.5s cubic-bezier(0.77, 0, 0.175, 1) 2s forwards; */
}

.lang_en .index_page .mainvisual_block__btn a {
  max-width: 212px;
  border-bottom: 4px solid #205b85;
  padding-bottom: 16px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #205b85;
  transition: 0.2s;
  height: auto;
  background-color: transparent;
  padding-left: 0;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .mainvisual_block__btn a {
    font-size: 14px;
    max-width: 180px;
  }
}
.lang_en .index_page .mainvisual_block__btn a span::before {
  content: "";
  position: absolute;
  left: 117px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 7px solid #205b85;
  transition: 0.2s;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .mainvisual_block__btn a span::before {
    left: 102px;
  }
}
.lang_en .index_page .mainvisual_block__btn a span::after {
  content: "";
  width: 32px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 86px;
  background: #205b85;
  transition: 0.2s;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .mainvisual_block__btn a span::after {
    left: 75px;
  }
}
@media screen and (min-width: 960px) {
  .lang_en .index_page .mainvisual_block__btn a:hover {
    color: #31AAE4;
    border-bottom: 4px solid #31AAE4;
  }
  .lang_en .index_page .mainvisual_block__btn a:hover span::before {
    opacity: 1;
    animation: arrowslideEn 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    border-left: 7px solid #31AAE4;
  }
  .lang_en .index_page .mainvisual_block__btn a:hover span::after {
    /* width: 0;
    animation: extendEn 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards; */
    background: #31AAE4;
  }
}
.lang_en .index_page .mainvisual_block__lead {
  color: #205B85;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .mainvisual_block__lead {
    font-size: 24px;
    line-height: 31.2px;
    margin-bottom: 12px;
  }
}
.lang_en .index_page .mainvisual_block__text {
  line-height: 32px;
  color: #111;
  margin-bottom: 36px;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .mainvisual_block__text {
    margin-bottom: 29px;
    font-size: 14px;
    line-height: 26px;
  }
}
.lang_en .index_page__title {
  margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page__title {
    margin-bottom: 28px;
  }
}
.lang_en .index_page .our_mission_block .our_mission_block_top_container__sub_title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-right: -5px;
  margin-bottom: 30px;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .our_mission_block .our_mission_block_top_container__sub_title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px;
  }
}
.lang_en .index_page .our_mission_block .our_mission_block_top_container__text {
  text-align: left;
}

.lang_en .index_page .about_block {
  background: url(../img/en/pic_bg_about_business_model.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding-bottom: 210px;
}

.lang_en .index_page .about_block .index_page__title {
  color: #fff;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .about_block {
    background: url(../img/en/pic_bg_about_business_model_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
.lang_en .index_page .about_block__top {
  margin-bottom: 0;
}

.lang_en .index_page .price_block {
  background: url(../img/en/pic_bg_price.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0 100px 0 0;
  color: #fff;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .price_block {
    background: url(../img/en/pic_bg_price_sp.jpg) no-repeat center;
    background-size: cover;
    z-index: 3;
    border-radius: 0 80px 0 0;
  }
}
.lang_en .index_page .price_block .index_page__title, .lang_en .index_page .price_block .price_block__note {
  color: #fff;
}

.lang_en .index_page .price_block .index_page__title {
  margin-bottom: 0;
}

.lang_en .index_page .price_block .price_block__note {
  font-size: 14px;
  line-height: 26px;
  padding-left: 30px;
}

.lang_en .index_page .price_block .price_block__note span {
  display: block;
  text-indent: -24px;
  margin-bottom: 6px;
  letter-spacing: -0.1px;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .price_block .price_block__note {
    font-size: 13px;
  }
}
.lang_en .index_page .service_block {
  margin-top: -110px;
  border-radius: 100px 0 0 0;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .service_block {
    border-radius: 80px 0 0 0;
  }
}
.lang_en .index_page .price_block__item--dark {
  background: linear-gradient(180deg, #2894A5 0, #148495 100%);
}

.lang_en .index_page .price_block__item_title {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
}

.lang_en .index_page .service_block__card_lead span {
  color: #111;
}

.lang_en .index_page .service_block__card_lead span:first-child {
  color: #0095dd;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .service_block__card_lead {
    display: inline-flex;
  }
  .lang_en .index_page .service_block__card_lead span:last-child {
    display: block;
    text-indent: -17px;
    padding-left: 20px;
  }
}
.lang_en .index_page .service_block__inner {
  padding-bottom: 200px;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .service_block__inner {
    padding-bottom: 0;
  }
}
.lang_en .index_page .price_block__inner {
  padding-bottom: 200px;
}

.lang_en .index_page .faq_block {
  margin-top: -100px;
  border-radius: 100px 0 0 0;
  position: relative;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .faq_block {
    z-index: 4;
    border-radius: 80px 0 0 0;
  }
}
.lang_en .index_page .news_block {
  position: relative;
  border-radius: 0 100px 0 0;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page .news_block {
    border-radius: 0 80px 0 0;
    z-index: 5;
  }
}
.lang_en .contact_block__inner {
  height: 320px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 959px) {
  .lang_en .contact_block__inner {
    height: 310px;
  }
}
.lang_en .contact_block__title {
  margin-bottom: 32px;
}

@media screen and (max-width: 959px) {
  .lang_en .index_page a.news_block__item_inner:hover {
    background-color: #fff;
  }
  .lang_en .index_page .news_block__inner {
    padding-top: 80px;
  }
  .lang_en .index_page .our_mission_block__inner {
    padding-top: 40px;
  }
  .lang_en .index_page__text--mb60 {
    margin-bottom: 28px;
  }
  .lang_en .index_page .about_block__img {
    margin-bottom: 0;
  }
  .lang_en .index_page .about_block__top {
    padding-top: 80px;
  }
  .lang_en .index_page .service_block__inner {
    padding-top: 80px;
  }
  .lang_en .index_page .service_block__wrapper {
    margin-top: 28px;
  }
  .lang_en .index_page .service_block__card_list {
    max-width: 287px;
  }
  .lang_en .index_page .service_block__card_lead {
    font-size: 14px;
    line-height: 18px;
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .lang_en .index_page .service_block__wrapper {
    padding-bottom: 230px;
  }
  .lang_en .index_page .price_block__item_title {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
  }
  .lang_en .index_page .price_block__item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .lang_en .index_page .price_block__item:first-child {
    margin-top: 0;
  }
  .lang_en .index_page .price_block__item:last-child {
    margin-bottom: 0;
  }
  .lang_en .index_page .price_block__item_top {
    margin-bottom: 16px;
  }
  .lang_en .index_page .price_block__item_title img {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 415px) {
  .lang_en .footer_block__list a {
    margin-right: 28px;
  }
  .lang_en .footer_block__list a:nth-of-type(2) {
    margin-right: 0;
  }
}
.article_block {
  margin-top: -125px;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (max-width: 959px) {
  .article_block {
    margin-top: -88px;
  }
}
.article_block__inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  box-sizing: border-box;
}

.article_block__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 30px;
}

@media screen and (max-width: 959px) {
  .article_block__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
  }
}
.article_block__item {
  padding: 18px;
  border-radius: 20px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  border: 2px solid #fff;
}

.article_block__item:hover {
  background-color: #F6F6F6;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid #F6F6F6;
}

.article_block__item:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
  border: 2px solid #3858C9;
}

.article_block__item_new_tag {
  font-weight: 700;
  position: absolute;
  width: 49px;
  height: 30px;
  top: 18px;
  left: 18px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  background-color: #1EB6FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article_block__item_image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.article_block__item_title {
  margin-top: 24px;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 700;
}

@media screen and (max-width: 959px) {
  .article_block__item_title {
    margin-top: 16px;
    font-size: 14px;
  }
}
.article_block__item--new_tab .article_block__item_title span {
  position: relative;
  padding-right: 24px;
}

.article_block__item--new_tab .article_block__item_title span:after {
  position: absolute;
  content: "";
  height: 17px;
  width: 15px;
  background: url(../img/common/ico_window_blue.svg) no-repeat center;
  background-size: contain;
  right: 0;
  bottom: 3px;
}

@media screen and (max-width: 959px) {
  .article_block__item--new_tab .article_block__item_title span:after {
    bottom: 1px;
  }
}
.article_block__item_description {
  margin-top: 8px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .article_block__item_description {
    font-size: 13px;
    line-height: 200%;
  }
}
.article_block__item_tags {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .article_block__item_tags {
    margin-top: 8px;
  }
}
.article_block__item_tag {
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #205B85;
  background-color: #D6E4E6;
  border-radius: 4px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}

@media screen and (max-width: 959px) {
  .article_block__item_tag {
    font-size: 12px;
  }
}
.breadcrumb {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #949494;
}

.breadcrumb li {
  display: contents;
}

.breadcrumb li span {
  color: #111;
}

.breadcrumb li a {
  transition: opacity 0.3s ease-in-out;
}

.breadcrumb li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 959px) {
  .breadcrumb {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .breadcrumb--pc {
    display: none;
  }
}
.breadcrumb--sp {
  display: none;
  color: #949494;
}

.breadcrumb--sp li span {
  color: #111;
}

@media screen and (max-width: 959px) {
  .breadcrumb--sp {
    display: block;
  }
}
.custom_select {
  position: relative;
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .custom_select {
    max-width: 250px;
  }
}
@media screen and (max-width: 560px) {
  .custom_select {
    max-width: unset;
  }
}
.custom_select:hover .select_selected {
  background-color: #f6f6f6;
}

.custom_select select {
  display: none; /*hide original SELECT element:*/
}

.select_selected {
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}

@media screen and (max-width: 959px) {
  .select_selected {
    background-color: #fff;
  }
}

.select_selected:after {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #949494;
  border-bottom: 2px solid #949494;
  transform: translateY(-50%) rotate(45deg);
}

.select_selected.select_arrow_active:after {
  top: calc(50% + 2px);
  transform: translateY(-50%) rotate(-135deg);
}

.select_items a, .select_selected {
  color: #111;
  padding: 15px 16px;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
}

.select_items a:focus-visible, .select_selected:focus-visible {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 1px;
}

@media screen and (max-width: 959px) {
  .select_items a, .select_selected {
    padding: 15px 48px 15px 16px;
  }
}
.select_selected {
  width: 100%;
}

.select_items a {
  margin-top: -1px;
  margin-right: -1px;
  transition: background-color 0.3s ease-in-out;
}

.select_items a:last-child {
  border-bottom: none;
}

.select_items a:hover {
  background-color: #f6f6f6;
}

.select_items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  /* Track */
  /* Handle */
}

@media screen and (max-width: 959px) {
  .select_items {
    max-height: 204px;
  }
}
.select_items::-webkit-scrollbar {
  width: 4px;
}

.select_items::-webkit-scrollbar-track {
  background-color: #e2e2e2;
  border-radius: 10px;
}

.select_items::-webkit-scrollbar-thumb {
  background: #0095DD;
  border-radius: 10px;
}

.select_hide {
  display: none;
}

.same_as_selected {
  display: none;
}

@keyframes slideinBgOverlay {
  0% {
    border-radius: 0;
  }
  50% {
    border-radius: 0;
  }
  100% {
    border-radius: 100px 0 0 0;
  }
}
@keyframes slideinBgOverlaySP {
  0% {
    border-radius: 0;
  }
  50% {
    border-radius: 0;
  }
  100% {
    border-radius: 0 0 0 0;
  }
}
@keyframes slideinPCNew {
  0% {
    transform: translateX(100%);
    border-radius: 0;
    width: 100%;
  }
  50% {
    transform: translateX(0);
    border-radius: 0;
    width: 100%;
  }
  100% {
    transform: translateX(0);
    border-radius: 100px 0 0 0;
    width: 100%;
  }
}
@keyframes slideinSP {
  0% {
    transform: translateX(100%);
    border-radius: 0;
    width: 100%;
  }
  50% {
    transform: translateX(0);
    border-radius: 0;
    width: 100%;
  }
  100% {
    transform: translateX(0);
    border-radius: 0 0 0 0;
    width: 100%;
  }
}
.sub_page {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.sub_page .breadcrumb {
  margin-top: 50px;
}

.sub_page .breadcrumb.breadcrumb--sp {
  margin-top: 0;
  margin-bottom: 32px;
}

.sub_page__keyvisual {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-left: auto;
  /*background: url(../img/news/img_bg_visual.webp) center center no-repeat;*/
  /*background-size: cover;*/
  /*background-position: right;*/
  position: relative;
  padding-top: 64px;
  border-top-left-radius: 100px;
  padding-bottom: 214px;
}

@media screen and (max-width: 959px) {
  .sub_page__keyvisual {
    height: 144px;
    min-height: 144px;
    /*animation: slideinSP 1.5s cubic-bezier(0.55, 0, 0.18, 1) forwards;*/
    padding-top: 0;
    display: block;
    padding-bottom: 10px;
    border-top-left-radius: unset;
  }

  .sub_page__title {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .sub_page__title .heading {
    gap: 4px;
  }
}
.sub_page__bg_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(55, 95, 124, 0.3);
  animation: slideinBgOverlay 1.5s cubic-bezier(0.55, 0, 0.18, 1) forwards;
  border-top-left-radius: 100px;
}

@media screen and (max-width: 959px) {
  .sub_page__bg_overlay {
    animation: slideinBgOverlaySP 1.5s cubic-bezier(0.55, 0, 0.18, 1) forwards;
    border-top-left-radius: 0;
  }
}

.sub_page__breadcrumb_wrap {
  overflow: hidden;
}

.sub_page__title {
  position: relative;
}

.sub_page__title .heading {
  overflow: hidden;
  /* transform: translateX(100%);
  animation: curtainin 0.5s cubic-bezier(0.77, 0, 0.175, 1) 1s forwards; */
}

.sub_page .breadcrumb {
  position: relative;
}

/*.sub_page .breadcrumb--pc {*/
/*  overflow: hidden;*/
/*  transform: translateX(-100%);*/
/*  animation: curtainin 0.5s cubic-bezier(0.77, 0, 0.175, 1) 1.5s forwards;*/
/*}*/

.sub_page__other {
  position: absolute;
  top: 64px;
  right: 0;
  width: 70%;
  max-width: 846px;
  text-align: right;
}

@media screen and (max-width: 959px) {
  .sub_page__other {
    height: 30vw;
    max-width: 70%;
    top: 20px;
    right: 0;
    min-height: 140px;
    overflow: hidden;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
  }
}
@media screen and (max-width: 560px) {
  .sub_page__other {
    max-width: 58%;
  }
}
.sub_page__other img {
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  width: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 959px) {
  .sub_page__other img {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    width: 100%;
    height: 100%;
    max-width: unset;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
.sub_page__content {
  position: relative;
  background-color: #fff;
  top: -192px;
  border-radius: 20px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.08);
  min-height: 400px;
}

.sub_page__content.container {
  padding: 40px;
  max-width: 960px;
  margin-bottom: -92px;
  width: calc(100% - 40px);
}

@media screen and (max-width: 959px) {
  .sub_page__content.container {
    width: 100%;
    padding: 0 20px 104px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .sub_page__content {
    top: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
.container {
  width: 100%;
  margin: auto;
  max-width: 1020px;
  padding: 0 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 959px) {
  .container {
    padding: 0 20px;
  }
}
.heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 959px) {
  .heading {
    gap: 4px;
  }
}
.heading--en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #0095dd;
}
@media screen and (max-width: 959px) {
  .heading--en {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.02em;
  }
}
.heading--ja {
  display: inline-block;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 1.92px;
  color: #205b85;
}
@media screen and (max-width: 959px) {
  .heading--ja {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 1.12px;
  }
}
.heading--white .heading--en,
.heading--white .heading--ja {
  color: #fff;
}

.news_page_filter {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 959px) {
  .news_page_filter {
    margin-top: 50px;
  }
}
.news_list {
  margin-top: 24px;
}

@media screen and (max-width: 959px) {
  .news_list {
    margin-top: 30px;
  }
}
.news_item {
  border-top: 1px solid #f6f6f6;
}

.news_item:first-child {
  border-top: none;
}

.news_item:last-child {
  border-bottom: 1px solid #f6f6f6;
}

.news_item__inner {
  padding: 27px 82px 31px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .news_item__inner {
    padding: 20px 49px 20px 22px;
    flex-direction: column;
  }
}
.news_item__date {
  width: 110px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0095dd;
  text-align: right;
  padding-right: 30px;
}

@media screen and (max-width: 959px) {
  .news_item__date {
    line-height: 16px;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
.news_item__description {
  width: calc(100% - 110px);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #111;
}

@media screen and (max-width: 959px) {
  .news_item__description {
    margin-top: 10px;
    width: 100%;
  }
}
@keyframes arrowslide6 {
  0% {
    right: 40px;
  }
  10% {
    right: 40px;
  }
  70% {
    right: 24px;
  }
  100% {
    right: 24px;
  }
}
@keyframes extend5 {
  0% {
    width: 0;
  }
  10% {
    width: 0;
  }
  70% {
    width: 16px;
  }
  100% {
    width: 16px;
  }
}
a.news_item__inner {
  transition: all 0.3s ease-in-out;
  position: relative;
}

a.news_item__inner:before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid #0095dd;
  transition: 0.2s;
}

@media screen and (max-width: 959px) {
  a.news_item__inner:before {
    right: 22px;
  }
}
a.news_item__inner:after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 830px;
  background: #0095dd;
  transition: 0.2s;
}

@media screen and (max-width: 1034px) {
  a.news_item__inner:after {
    left: auto;
    right: 31px;
  }
}
@media screen and (max-width: 959px) {
  a.news_item__inner:after {
    width: 12px;
    right: 32px;
  }
}
a.news_item__inner .news_item__description {
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 959px) {
  a.news_item__inner .news_item__description {
    text-decoration: underline;
  }
}
a.news_item__inner:hover {
  background: #f6f6f6;
}

a.news_item__inner:hover .news_item__description {
  color: #0095dd;
  text-decoration: underline;
}

@media screen and (min-width: 1035px) {
  a.news_item__inner:hover::before {
    animation: arrowslide6 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
  }
  a.news_item__inner:hover::after {
    animation: extend5 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
  }
}

body {
  color: #111;
}

#btn-top {
  position: fixed;
  height: 60px;
  width: 60px;
  border: 1px solid #205B85;
  color: #205B85;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  right: 20px;
  bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  box-sizing: border-box;
  padding-top: 30px;
  z-index: 99;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#btn-top:hover {
  background-color: #F3FBFF;
}
@media screen and (max-width: 959px) {
  #btn-top {
    height: 40px;
    width: 40px;
    font-size: 11px;
    padding-top: 20px;
    right: 12px;
    bottom: 12px;
  }
}
#btn-top.d_none {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
#btn-top.p_sticky {
  position: absolute;
  top: -80px;
  bottom: auto;
}
@media screen and (max-width: 959px) {
  #btn-top.p_sticky {
    top: -50px;
  }
}
#btn-top::before {
  content: "";
  position: absolute;
  top: 2px;
  transform: translateX(-50%);
  left: 50%;
  border: 4px solid transparent;
  border-bottom: 8px solid #205B85;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  #btn-top::before {
    border: 3px solid transparent;
    border-bottom: 6px solid #205B85;
  }
}
#btn-top::after {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  bottom: 32px;
  transform: translateX(-50%);
  left: 50%;
  background: #205B85;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  #btn-top::after {
    height: 10px;
    bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #btn-top:hover::before {
    opacity: 0;
    animation: arrowslide8 0.7s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    border-bottom: 8px solid #205B85;
  }
  #btn-top:hover::after {
    animation: extend6 0.7s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    background: #205B85;
  }
}

@keyframes slidein {
  0% {
    transform: translateX(100%);
    border-radius: 0;
    width: 100%;
  }
  50% {
    transform: translateX(0);
    border-radius: 0;
    width: 100%;
  }
  100% {
    transform: translateX(0);
    border-radius: 100px 0 0 0;
    width: 100%;
  }
}
@keyframes arrowslide8 {
  0% {
    opacity: 0;
    top: 10px;
  }
  30% {
    opacity: 1;
    top: 10px;
  }
  100% {
    top: 2px;
    opacity: 1;
  }
}
@keyframes extend6 {
  0% {
    height: 0;
    opacity: 1;
  }
  30% {
    height: 0;
    opacity: 1;
  }
  100% {
    opacity: 1;
    height: 16px;
  }
}
.index_page__lead {
  display: block;
  margin-top: 22px;
}
@media screen and (max-width: 959px) {
  .index_page__lead {
    margin-top: 8px;
  }
}

.index_page__title {
  margin-bottom: 0;
}

.index_page .mainvisual_block__inner {
  padding: 52px 20px 0;
  max-width: 1160px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__inner {
    padding: 60px 30px 40px;
  }
}
.index_page .mainvisual_block {
  height: 500px;
}

.index_page .mainvisual_block__lead {
  color: #fff;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: -0.04em;
  margin-bottom: 28px;
}
@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__lead {
    font-size: 34px;
    line-height: 120%;
  }
}

.index_page .mainvisual_block__text {
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__text {
    font-size: 13px;
    line-height: 170%;
    margin-bottom: 34px;
  }
}
.index_page .mainvisual_block__text span {
  display: inline-block;
  background-color: #205B85;
  padding: 4px 8px;
  margin-bottom: 12px;
}
@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__text span {
    padding: 3px 6px;
    margin-bottom: 6px;
  }
}
.index_page .mainvisual_block__sub_curtain {
  max-width: 70%;
}
@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__sub_curtain {
    max-width: 100%;
  }
}
.index_page .mainvisual_block__btn {
  position: absolute;
  right: 20px;
  top: 258px;
  transform: none;
  animation: none;
}
@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__btn {
    position: initial;
    padding: 0;
  }
}
.index_page .mainvisual_block__btn a {
  max-width: unset;
  width: 214px;
  border-bottom: none;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #0095DD;
  transition: all 0.3s ease-in-out;
  height: 56px;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__btn a {
    width: calc(100% - 20px);
    max-width: 295px;
    height: 48px;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .index_page .mainvisual_block__btn a:hover {
    border-bottom: none;
    background-color: #F3FBFF;
  }
  .index_page .mainvisual_block__btn a:hover span::before {
    border-left: 6px solid #0095DD;
  }
}
.index_page .mainvisual_block__btn a span::before {
  content: "";
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid #0095DD;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__btn a span::before {
    left: auto;
    right: 20px;
  }
}
.index_page .mainvisual_block__btn a span::after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 75px;
  background: #0095DD;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .index_page .mainvisual_block__btn a span::after {
    left: auto;
    right: 30px;
  }
}

@keyframes arrowslide {
  0% {
    opacity: 1;
    left: 75px;
  }
  10% {
    opacity: 1;
    left: 75px;
  }
  70% {
    left: 90px;
    opacity: 1;
  }
  100% {
    left: 90px;
    opacity: 1;
  }
}
@keyframes extend {
  0% {
    width: 0;
    opacity: 1;
  }
  10% {
    width: 0;
    opacity: 1;
  }
  70% {
    width: 16px;
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 16px;
  }
}
@media screen and (max-width: 959px) {
  .header_block__logo img {
    width: 110px;
    height: 23px;
  }
}

.index_page__title {
  font-size: 32px;
  margin-bottom: 22px;
}

.index_page .our_mission_block {
  margin-bottom: 140px;
}

.index_page .our_mission_block .our_mission_block_top_container__text_wrapper {
  margin-bottom: 0;
}

.index_page .our_mission_block .our_mission_block_top_container {
  margin-bottom: 60px;
}

.index_page .features_block__card_item sup {
  font-size: 12px;
  position: relative;
  top: -3px;
}

.index_page .about_block__top {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .index_page .service_block::before {
    content: none;
  }
  .index_page .service_block__wrapper {
    padding: 130px 20px;
    margin-left: -20px;
    margin-right: -20px;
    background: url(../img/about/bg_service_img01_sp.jpg) center center no-repeat;
    background-size: cover;
    max-width: unset;
  }
}

.index_page .price_block__note {
  font-size: 16px;
  line-height: 28px;
  color: #111;
  padding-left: 1em;
  text-indent: 0;
  margin-top: 32px;
}
.index_page .price_block__note strong {
  font-weight: 700;
}

.index_page .faq_block__inner {
  padding-bottom: 220px;
}

.index_page .faq_block__text a {
  text-decoration: underline;
  color: #0095dd;
}

.index_page .faq_block__text a[target=_blank] {
  position: relative;
  display: inline-block;
  padding-right: 5px;
}

.index_page .faq_block__text a[target=_blank]:after {
  display: inline-block;
  content: "";
  height: 12px;
  width: 14px;
  background: url(../img/common/ico_window_blue.svg) no-repeat center;
  background-size: contain;
  margin-left: 8px;
}

.index_page .news_block__item_inner {
  position: relative;
}
.index_page .news_block__item_inner::before {
  left: 930px;
}
@media screen and (max-width: 1034px) {
  .index_page .news_block__item_inner::before {
    left: auto;
    right: 22px;
  }
}
.index_page .news_block__item_inner::after {
  left: 915px;
}
@media screen and (max-width: 1034px) {
  .index_page .news_block__item_inner::after {
    left: auto;
    right: 31px;
  }
}
@media screen and (max-width: 959px) {
  .index_page .news_block__item_inner::after {
    width: 12px;
    right: 30px;
  }
}

@keyframes arrowslide4 {
  0% {
    left: 915px;
  }
  10% {
    left: 915px;
  }
  70% {
    left: 930px;
  }
  100% {
    left: 930px;
  }
}
@keyframes arrowslide7 {
  0% {
    left: 285px;
  }
  10% {
    left: 285px;
  }
  70% {
    left: 300px;
  }
  100% {
    left: 300px;
  }
}
.index_page .news_block__item_text {
  transition: all 0.3s ease-in-out;
}
.index_page a.news_block__item_inner {
  transition: all 0.3s ease-in-out;
}
.index_page a.news_block__item_inner:hover {
  background-color: #F6F6F6;
}
.index_page a.news_block__item_inner:hover .news_block__item_text {
  color: #0095dd;
  text-decoration: underline;
}

@media screen and (max-width: 959px) {
  .index_page .service_block::before {
    top: 240px;
  }
}

.contact_block {
  position: relative;
  z-index: 99;
  opacity: 1;
  background-image: none;
}
@media screen and (max-width: 959px) {
  .contact_block {
    background-image: none;
  }
}

.contact_block__inner {
  opacity: 0.8;
  transition: opacity 0.5s;
  background: url(../img/common/bg_contact.webp) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .contact_block__inner {
    background: url(../img/common/bg_contact_sp.webp) center center no-repeat;
    background-size: cover;
  }
}

.header_block__item_top a {
  display: inline-flex;
  color: #205B85;
  transition: all 0.3s ease-in-out;
}
.header_block__item_top a .icon_arrow_right {
  display: block;
  position: relative;
  width: 16px;
}
.header_block__item_top a .icon_arrow_right:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-top: 1px solid #205B85;
  border-right: 1px solid #205B85;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  top: 50%;
  transition: all 0.3s ease-in-out;
}
.header_block__item_top a .icon_login {
  display: block;
  position: relative;
  width: 16px;
}
.header_block__item_top a .icon_login:after {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-mask-image: url(../img/common/ico_login.svg);
  mask-image: url(../img/common/ico_login.svg);
  background-color: #205B85;
}
.header_block__item_top a:hover {
  color: #31aae4;
}
.header_block__item_top a:hover .icon_arrow_right:after {
  border-color: #31aae4;
}
.header_block__item_top a:hover .icon_login:after {
  background-color: #31aae4;
}

.hamburger_modal__item a {
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}
.hamburger_modal__item a .icon_arrow_right {
  display: block;
  position: relative;
  width: 16px;
}
.hamburger_modal__item a .icon_arrow_right:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  top: 50%;
  transition: all 0.3s ease-in-out;
}
.hamburger_modal__item a .icon_login {
  display: block;
  position: relative;
  width: 16px;
}
.hamburger_modal__item a .icon_login:after {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  background: url(../img/common/ico_login_white.svg);
  background-size: contain;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  transition: all 0.3s ease-in-out;
}

.footer_block__item {
  padding-right: 0;
}
.footer_block__item:after {
  display: none;
}

.footer_block__item a {
  position: relative;
  padding-right: 24px;
}
@media screen and (max-width: 959px) {
  .footer_block__item a {
    padding-right: 20px;
  }
}
.footer_block__item a:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-mask-image: url(../img/common/ico_window_white.svg);
  mask-image: url(../img/common/ico_window_white.svg);
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .footer_block__item a:after {
    bottom: 1px;
  }
}
.footer_block__item a:hover:after {
  background-color: #b5e3f9;
}

.index_page .news_block__item_day {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.contact_block .contact_block__lead {
  display: block;
  margin-top: 16px;
  font-weight: 400;
}

.index_page .features_block__genre_box {
  -moz-column-gap: 0;
  column-gap: 0;
  margin-left: -8px;
}

.index_page .features_block__genre {
  margin: 0 8px;
}

.index_page .price_block__wrapper {
  -moz-column-gap: 0;
  column-gap: 0;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 959px) {
  .index_page .price_block__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

.index_page .price_block__item {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 959px) {
  .index_page .price_block__item {
    margin-left: 0;
    margin-right: 0;
  }
}

.index_page .features_block__wrapper {
  -moz-column-gap: 0;
  column-gap: 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 959px) {
  .index_page .features_block__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

.index_page .features_block__card {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 959px) {
  .index_page .features_block__card {
    margin-left: 0;
    margin-right: 0;
  }
}

.header_block__list {
  -moz-column-gap: 0;
  column-gap: 0;
}
.header_block__list a {
  margin: 0 12px;
}
.header_block__list a:last-child {
  margin-right: 0;
}

.header_block__right {
  -moz-column-gap: 0;
  column-gap: 0;
}

.header_block__list_wrapper {
  margin-right: 38px;
}

.header_block .hamburger_icon {
  margin-left: 14px;
}

.footer_block__list {
  -moz-column-gap: 0;
  column-gap: 0;
}
@media screen and (max-width: 959px) {
  .footer_block__list {
    gap: 0;
  }
}
.footer_block__list a {
  margin-right: 40px;
}
@media screen and (max-width: 959px) {
  .footer_block__list a {
    margin-bottom: 16px;
  }
}

.index_page .price_block__note {
  padding-left: 0;
}

@media screen and (max-width: 959px) {
  .contact_block__inner {
    padding: 80px 20px;
  }
  .contact_block__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact_block__lead {
    font-size: 13px;
    line-height: 200%;
    margin-bottom: 16px;
  }
  .contact_block__btn::before {
    border: 4px solid transparent;
    border-left: 6px solid #fff;
  }
  .contact_block__btn::after {
    width: 12px;
  }
  .contact_block__btn {
    width: 56px;
    height: 56px;
  }
  .footer_block__inner {
    padding: 44px 20px 24px;
  }
  .footer_block__logo {
    padding-left: 20px;
    width: 87px;
    margin-bottom: 49px;
  }
  .footer_block__list {
    flex-wrap: wrap;
    gap: 0 0;
    padding-left: 20px;
    margin-bottom: 32px;
    padding-bottom: 20px;
  }
  .footer_block__item {
    margin-bottom: 16px;
    font-size: 13px;
  }
  .footer_block__item:after {
    display: none;
  }
  .footer_block__item svg {
    margin-left: 4px;
  }
  .footer_block__copyright {
    font-size: 12px;
  }
  .hamburger_modal {
    padding: 78px 24px 96px;
  }
  .hamburger_modal__item {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .hamburger_modal__auth_btn a {
    font-size: 14px;
    padding: 15px 5px 17px;
  }
  .hamburger_modal__auth_btn img {
    width: 20px;
    height: 20px;
  }
  .index_page__title {
    margin-bottom: 8px;
    font-size: 28px;
  }
  .index_page__lead {
    margin-bottom: 24px;
    font-size: 13px;
  }
  .index_page__text {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .index_page__text--mb60 {
    margin-bottom: 19px;
  }
  .index_page__text--mb80 {
    margin-bottom: 31px;
  }
  .index_page .mainvisual_block {
    height: 607px;
  }
  .index_page .our_mission_block {
    margin-bottom: 100px;
  }
  .index_page .our_mission_block__inner {
    padding-top: 95px;
  }
  .index_page .our_mission_block .our_mission_block_top_container {
    margin-bottom: 30px;
  }
  .index_page .our_mission_block .our_mission_block_top_container__img img {
    max-width: 335px;
    margin: auto;
  }
  .index_page .our_mission_block .our_mission_block_top_container__text_wrapper {
    margin-bottom: 24px;
  }
  .index_page .our_mission_block .our_mission_block_top_container__sub_title {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .index_page .our_mission_block .our_mission_block_top_container__text {
    font-size: 13px;
  }
  .index_page .about_block__top {
    padding: 66px 20px 0;
    margin-bottom: 92px;
  }
  .index_page .about_block__img {
    margin-bottom: 15px;
  }
  .index_page .about_block__img img {
    max-width: 350px;
    margin: auto;
  }
  .index_page .service_block {
    margin-top: -88px;
  }
  .index_page .service_block::before {
    top: 250px;
    height: 1778px;
  }
  .index_page .service_block__inner {
    padding: 66px 20px 76px;
  }
  .index_page .service_block__wrapper {
    margin-top: 38px;
  }
  .index_page .service_block__card + .service_block__card {
    margin-top: 20px;
  }
  .index_page .service_block__card {
    padding: 25px 12px 30px;
  }
  .index_page .service_block__card_label {
    margin-bottom: 30px;
  }
  .index_page .service_block__card_img {
    margin-bottom: 10px;
    max-width: 287px;
  }
  .index_page .service_block__card_list {
    max-width: 233px;
  }
  .index_page .service_block__card_list--ml {
    margin-left: auto;
  }
  .index_page .service_block__card_item {
    font-size: 11px;
  }
  .index_page .service_block__card_lead {
    margin-top: 28px;
    margin-bottom: 21px;
    font-size: 18px;
    padding: 0 10px;
  }
  .index_page .service_block__card_text {
    font-size: 14px;
    padding: 0 10px;
  }
  .index_page .features_block__inner {
    padding: 82px 20px 144px;
  }
  .index_page .features_block__sub_title {
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 24px;
    letter-spacing: 0.04em;
  }
  .index_page .features_block__genre_box {
    row-gap: 0;
    margin-bottom: 24px;
  }
  .index_page .features_block__genre {
    font-size: 13px;
    padding: 10px 16px;
    max-width: 164px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .index_page .features_block__genre:first-child {
    margin-top: 0;
  }
  .index_page .features_block__genre:last-child {
    margin-bottom: 0;
  }
  .index_page .features_block__genre img {
    width: 24px;
    margin-right: 4px;
  }
  .index_page .features_block__wrapper {
    row-gap: 0;
    margin-bottom: 56px;
  }
  .index_page .features_block__card {
    padding: 24px;
    min-height: 353px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .index_page .features_block__card:first-child {
    margin-top: 0;
  }
  .index_page .features_block__card:last-child {
    margin-bottom: 0;
  }
  .index_page .features_block__card_img {
    margin-bottom: 24px;
  }
  .index_page .features_block__card_img img {
    max-width: 350px;
    margin: auto;
  }
  .index_page .features_block__card_title {
    font-size: 15px;
  }
  .index_page .features_block__card_item {
    font-size: 13px;
    line-height: 2;
  }
  .index_page .features_block__card_note {
    font-size: 12px;
  }
  .index_page .price_block {
    border-radius: 80px 0 0 0;
  }
  .index_page .price_block__inner {
    padding: 81px 20px 100px;
  }
  .index_page .price_block__wrapper {
    row-gap: 0;
  }
  .index_page .price_block__list {
    padding: 0;
  }
  .index_page .price_block__item {
    width: 100%;
    padding: 32px 24px 34px;
    border-radius: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .index_page .price_block__item:first-child {
    margin-top: 0;
  }
  .index_page .price_block__item:last-child {
    margin-bottom: 0;
  }
  .index_page .price_block__item_top {
    margin-bottom: 21px;
  }
  .index_page .price_block__item_title img {
    width: 36px;
  }
  .index_page .price_block__item_title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .index_page .price_block__item_img {
    width: 220px;
  }
  .index_page .price_block__item_bb {
    padding-bottom: 20px;
    margin-bottom: 28px;
  }
  .index_page .price_block__item_text_box + .price_block__item_text_box {
    margin-top: 5px;
  }
  .index_page .price_block__item_label--mb {
    margin-bottom: 16px;
  }
  .index_page .price_block__item_label {
    font-size: 18px;
  }
  .index_page .price_block__item_text {
    font-size: 13px;
  }
  .index_page .price_block__item_sub_text {
    font-size: 13px;
  }
  .index_page .price_block__note {
    font-size: 13px;
    margin-top: 15px;
    line-height: 26px;
    padding-left: 0;
  }
  .index_page .faq_block {
    border-radius: 0 80px 0 0;
  }
  .index_page .faq_block__inner {
    padding: 80px 20px 200px;
  }
  .index_page .faq_block__box + .faq_block__box {
    margin-top: 27px;
  }
  .index_page .faq_block__title {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .index_page .faq_block__title span {
    padding-left: 55px;
    font-size: 24px;
  }
  .index_page .faq_block__title span::before {
    left: -3px;
    width: 50px;
    bottom: 10px;
  }
  .index_page .faq_block__text {
    font-size: 13px;
    padding: 24px;
  }
  .index_page .news_block {
    border-radius: 80px 0 0 0;
    margin-top: -100px;
  }
  .index_page .news_block__item_inner {
    padding: 20px 48px 21px 20px;
  }
  .index_page .news_block__item_inner::before {
    border: 3px solid transparent;
    border-left: 5px solid #0095dd;
  }
  .index_page .news_block__item_inner::after {
    width: 12px;
  }
  .index_page .news_block__item_day {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .index_page .news_block__item_text {
    font-size: 16px;
    display: block;
    overflow: inherit;
  }
  .index_page a.news_block__item_inner .news_block__item_text {
    text-decoration: underline;
  }
}
@keyframes slideinEn {
  0% {
    transform: translateX(100%);
    border-radius: 0;
    width: 100%;
  }
  50% {
    transform: translateX(0);
    border-radius: 0;
    width: 100%;
  }
  100% {
    transform: translateX(0);
    border-radius: 100px 0 0 0;
    width: 95.3125vw;
  }
}
@keyframes slideinEnSp {
  0% {
    transform: translateX(100%);
    border-radius: 0;
    width: 100%;
  }
  50% {
    transform: translateX(0);
    border-radius: 0;
    width: 100%;
  }
  100% {
    transform: translateX(0);
    border-radius: 80px 0 0 0;
    width: 100%;
  }
}
@keyframes arrowslideEn {
  0% {
    opacity: 1;
    left: 85px;
  }
  10% {
    opacity: 1;
    left: 85px;
  }
  70% {
    left: 117px;
    opacity: 1;
  }
  100% {
    left: 117px;
    opacity: 1;
  }
}
@keyframes extendEn {
  0% {
    width: 0;
    opacity: 1;
  }
  10% {
    width: 0;
    opacity: 1;
  }
  70% {
    width: 32px;
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 32px;
  }
}
.lang_en .header_block__item,
.lang_en .header_block__item a,
.lang_en .header_block__item_top a,
.lang_en .header_block__contact_text,
.lang_en .hamburger_modal__item a,
.lang_en .hamburger_modal__auth_btn a {
  font-family: "Poppins", sans-serif;
}
.lang_en .header_block__item a {
  margin-right: 12px;
}
.lang_en .header_block__item:last-child a {
  margin-right: 0;
}
.lang_en .header_block__contact_text {
  font-size: 14px;
}
.lang_en .header_block__item_top a {
  display: inline-flex;
}
.lang_en .index_page .mainvisual_block__inner {
  padding-top: 72px;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .mainvisual_block__inner {
    padding: 44px 78px 0 40px;
  }
}
.lang_en .index_page .mainvisual_block {
  height: 548px;
  background: url(../img/en/pic_mainvisual.jpg) center center no-repeat;
  background-size: cover;
  /* transform: translateX(100%);
  animation: slideinEn 1.5s cubic-bezier(0.55, 0, 0.18, 1) forwards; */
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .mainvisual_block {
    height: 607px;
    background: url(../img/en/pic_mainvisual_sp.jpg) center center no-repeat;
    background-size: cover;
    /* transform: translateX(100%);
    animation: slideinEnSp 1.5s cubic-bezier(0.55, 0, 0.18, 1) forwards; */
  }
}

@media screen and (min-width: 960px) {
  .lang_en .index_page .mainvisual_block {
    width: 95.3125vw;
  }

}
.lang_en .index_page .mainvisual_block__btn {
  position: inherit;
  /* transform: translateX(100%);
  animation: curtainout 0.5s cubic-bezier(0.77, 0, 0.175, 1) 2s forwards; */
}
.lang_en .index_page .mainvisual_block__btn a {
  max-width: 212px;
  border-bottom: 4px solid #205b85;
  padding-bottom: 16px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #205b85;
  transition: 0.2s;
  height: auto;
  background-color: transparent;
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .mainvisual_block__btn a {
    font-size: 14px;
    max-width: 180px;
  }
}
.lang_en .index_page .mainvisual_block__btn a span::before {
  content: "";
  position: absolute;
  left: 117px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 7px solid #205b85;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .mainvisual_block__btn a span::before {
    left: 102px;
  }
}
.lang_en .index_page .mainvisual_block__btn a span::after {
  content: "";
  width: 32px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 86px;
  background: #205b85;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .mainvisual_block__btn a span::after {
    left: 75px;
  }
}
@media screen and (min-width: 960px) {
  .lang_en .index_page .mainvisual_block__btn a:hover {
    color: #31AAE4;
    border-bottom: 4px solid #31AAE4;
  }
  .lang_en .index_page .mainvisual_block__btn a:hover span::before {
    opacity: 1;
    animation: arrowslideEn 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    border-left: 7px solid #31AAE4;
  }
  .lang_en .index_page .mainvisual_block__btn a:hover span::after {
    width: 0;
    animation: extendEn 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    background: #31AAE4;
  }
}
.lang_en .index_page .mainvisual_block__lead {
  color: #205B85;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .mainvisual_block__lead {
    font-size: 24px;
    line-height: 31.2px;
    margin-bottom: 12px;
  }
}
.lang_en .index_page .mainvisual_block__text {
  line-height: 32px;
  color: #111;
  margin-bottom: 36px;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .mainvisual_block__text {
    margin-bottom: 29px;
    font-size: 14px;
    line-height: 26px;
  }
}
.lang_en .index_page__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page__title {
    margin-bottom: 28px;
  }
}
.lang_en .index_page .our_mission_block .our_mission_block_top_container__sub_title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-right: -5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .our_mission_block .our_mission_block_top_container__sub_title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px;
  }
}
.lang_en .index_page .our_mission_block .our_mission_block_top_container__text {
  text-align: left;
}
.lang_en .index_page .about_block {
  background: url(../img/en/pic_bg_about_business_model.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding-bottom: 210px;
}
.lang_en .index_page .about_block .index_page__title {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .about_block {
    background: url(../img/en/pic_bg_about_business_model_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
.lang_en .index_page .about_block__top {
  margin-bottom: 0;
}
.lang_en .index_page .price_block {
  background: url(../img/en/pic_bg_price.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0 100px 0 0;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .price_block {
    background: url(../img/en/pic_bg_price_sp.jpg) no-repeat center;
    background-size: cover;
    z-index: 3;
    border-radius: 0 80px 0 0;
  }
}
.lang_en .index_page .price_block .index_page__title, .lang_en .index_page .price_block .price_block__note {
  color: #fff;
}
.lang_en .index_page .price_block .price_block__note {
  font-size: 14px;
  line-height: 26px;
  padding-left: 30px;
}
.lang_en .index_page .price_block .price_block__note span {
  display: block;
  text-indent: -22px;
  margin-bottom: 6px;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .price_block .price_block__note {
    font-size: 13px;
  }
}
.lang_en .index_page .service_block {
  margin-top: -110px;
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .service_block {
    border-radius: 80px 0 0 0;
  }
}
.lang_en .index_page .price_block__item--dark {
  background: linear-gradient(180deg, #2894A5 0, #148495 100%);
}
.lang_en .index_page .price_block__item_title {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
}
.lang_en .index_page .service_block__card_lead span {
  color: #111;
}
.lang_en .index_page .service_block__card_lead span:first-child {
  color: #0095dd;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .service_block__card_lead {
    display: inline-flex;
  }
  .lang_en .index_page .service_block__card_lead span:last-child {
    display: block;
    text-indent: -17px;
    padding-left: 20px;
  }
}
.lang_en .index_page .service_block__inner {
  padding-bottom: 200px;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .service_block__inner {
    padding-bottom: 0;
  }
}
.lang_en .index_page .price_block__inner {
  padding-bottom: 200px;
}
.lang_en .index_page .faq_block {
  margin-top: -100px;
  border-radius: 100px 0 0 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .faq_block {
    z-index: 4;
    border-radius: 80px 0 0 0;
  }
}
.lang_en .index_page .news_block {
  position: relative;
  border-radius: 0 100px 0 0;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page .news_block {
    border-radius: 0 80px 0 0;
    z-index: 5;
  }
}
.lang_en .contact_block__inner {
  height: 320px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .lang_en .contact_block__inner {
    height: 310px;
  }
}
.lang_en .contact_block__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  .lang_en .index_page a.news_block__item_inner:hover {
    background-color: #fff;
  }
  .lang_en .index_page .news_block__inner {
    padding-top: 80px;
  }
  .lang_en .index_page .our_mission_block__inner {
    padding-top: 40px;
  }
  .lang_en .index_page__text--mb60 {
    margin-bottom: 28px;
  }
  .lang_en .index_page .about_block__img {
    margin-bottom: 0;
  }
  .lang_en .index_page .about_block__top {
    padding-top: 80px;
  }
  .lang_en .index_page .service_block__inner {
    padding-top: 80px;
  }
  .lang_en .index_page .service_block__wrapper {
    margin-top: 28px;
  }
  .lang_en .index_page .service_block__card_list {
    max-width: 287px;
  }
  .lang_en .index_page .service_block__card_lead {
    font-size: 14px;
    line-height: 18px;
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .lang_en .index_page .service_block__wrapper {
    padding-bottom: 230px;
  }
  .lang_en .index_page .price_block__item_title {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
  }
  .lang_en .index_page .price_block__item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .lang_en .index_page .price_block__item:first-child {
    margin-top: 0;
  }
  .lang_en .index_page .price_block__item:last-child {
    margin-bottom: 0;
  }
  .lang_en .index_page .price_block__item_top {
    margin-bottom: 16px;
  }
  .lang_en .index_page .price_block__item_title img {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 415px) {
  .lang_en .footer_block__list a {
    margin-right: 28px;
  }
  .lang_en .footer_block__list a:nth-of-type(2) {
    margin-right: 0;
  }
}

.article_block {
  margin-top: -125px;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  .article_block {
    margin-top: -88px;
  }
}
.article_block__inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .article_block__list {
    grid-template-columns: 1fr;
    gap: 20px 20px;
  }
}
.article_block__item {
  padding: 18px;
  border-radius: 20px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.article_block__item:hover {
  background-color: #F6F6F6;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid #F6F6F6;
}
.article_block__item:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
  border: 2px solid #3858C9;
}

.article_block__item_image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.article_block__item_title {
  margin-top: 24px;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 960px) {
  .article_block__item:hover .article_block__item_title {
    color: #0095DD;
    text-decoration: underline;
  }
}
@media screen and (max-width: 959px) {
  .article_block__item_title {
    margin-top: 16px;
    font-size: 14px;
  }
}
.article_block__item--new_tab .article_block__item_title span {
  position: relative;
  padding-right: 24px;
}
.article_block__item--new_tab .article_block__item_title span:after {
  position: absolute;
  content: "";
  height: 17px;
  width: 15px;
  background: url(../img/common/ico_window_blue.svg) no-repeat center;
  background-size: contain;
  right: 0;
  bottom: 3px;
}
@media screen and (max-width: 959px) {
  .article_block__item--new_tab .article_block__item_title span:after {
    bottom: 1px;
  }
}
.article_block__item_description {
  margin-top: 8px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .article_block__item_description {
    font-size: 13px;
    line-height: 200%;
  }
}
.article_block__item_tags {
  margin-top: 16px;
  margin-bottom: -4px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .article_block__item_tags {
    margin-top: 8px;
  }
}
.article_block__item_date {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  color: #949494;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 959px) {
  .article_block__item_date {
    font-size: 13px;
    line-height: 2;
  }
}
.article_block__item_tag {
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #205B85;
  background-color: #D6E4E6;
  border-radius: 4px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .article_block__item_tag {
    font-size: 12px;
  }
}

.breadcrumb {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #949494;
}
.breadcrumb li {
  display: contents;
}
.breadcrumb li span {
  color: #111;
}
.breadcrumb li a {
  transition: opacity 0.3s ease-in-out;
}
.breadcrumb li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .breadcrumb--pc {
    display: none;
  }
}
.breadcrumb--sp {
  display: none;
  color: #949494;
}
.breadcrumb--sp li span {
  color: #111;
}
@media screen and (max-width: 959px) {
  .breadcrumb--sp {
    display: block;
  }
}

.custom_select {
  position: relative;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .custom_select {
    max-width: 250px;
  }
}
@media screen and (max-width: 560px) {
  .custom_select {
    max-width: unset;
  }
}
.custom_select:hover .select_selected {
  background-color: #f6f6f6;
}

.custom_select select {
  display: none; /*hide original SELECT element:*/
}

.select_selected {
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 959px) {
  .select_selected {
    background-color: #fff;
  }
}

.select_selected:after {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #949494;
  border-bottom: 2px solid #949494;
  transform: translateY(-50%) rotate(45deg);
}

.select_selected.select_arrow_active:after {
  top: calc(50% + 2px);
  transform: translateY(-50%) rotate(-135deg);
}

.select_items a, .select_selected {
  color: #111;
  padding: 15px 16px;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
}
.select_items a:focus-visible, .select_selected:focus-visible {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 1px;
}
@media screen and (max-width: 959px) {
  .select_items a, .select_selected {
    padding: 15px 48px 15px 16px;
  }
}

.select_selected {
  width: 100%;
}

.select_items a {
  margin-top: -1px;
  margin-right: -1px;
  transition: background-color 0.3s ease-in-out;
}
.select_items a:last-child {
  border-bottom: none;
}
.select_items a:hover {
  background-color: #f6f6f6;
}

.select_items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  /* Track */
  /* Handle */
}
@media screen and (max-width: 959px) {
  .select_items {
    max-height: 204px;
  }
}
.select_items::-webkit-scrollbar {
  width: 4px;
}
.select_items::-webkit-scrollbar-track {
  background-color: #e2e2e2;
  border-radius: 10px;
}
.select_items::-webkit-scrollbar-thumb {
  background: #0095DD;
  border-radius: 10px;
}

.select_hide {
  display: none;
}

.same_as_selected {
  display: none;
}

@keyframes slideinBgOverlay {
  0% {
    border-radius: 0;
  }
  50% {
    border-radius: 0;
  }
  100% {
    border-radius: 100px 0 0 0;
  }
}
@keyframes slideinBgOverlaySP {
  0% {
    border-radius: 0;
  }
  50% {
    border-radius: 0;
  }
  100% {
    border-radius: 0 0 0 0;
  }
}
@keyframes slideinPCNew {
  0% {
    transform: translateX(100%);
    border-radius: 0;
    width: 100%;
  }
  50% {
    transform: translateX(0);
    border-radius: 0;
    width: 100%;
  }
  100% {
    transform: translateX(0);
    border-radius: 100px 0 0 0;
    width: 100%;
  }
}
@keyframes slideinSP {
  0% {
    transform: translateX(100%);
    border-radius: 0;
    width: 100%;
  }
  50% {
    transform: translateX(0);
    border-radius: 0;
    width: 100%;
  }
  100% {
    transform: translateX(0);
    border-radius: 0 0 0 0;
    width: 100%;
  }
}
.sub_page {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}
.sub_page .breadcrumb {
  margin-top: 50px;
}
.sub_page .breadcrumb.breadcrumb--sp {
  margin-top: 0;
  margin-bottom: 32px;
}

.sub_page__bg_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(55, 95, 124, 0.3);
  animation: slideinBgOverlay 1.5s cubic-bezier(0.55, 0, 0.18, 1) forwards;
  border-top-left-radius: 100px;
}
@media screen and (max-width: 959px) {
  .sub_page__bg_overlay {
    animation: slideinBgOverlaySP 1.5s cubic-bezier(0.55, 0, 0.18, 1) forwards;
    border-top-left-radius: 0;
  }
}
.sub_page__heading {
  display: inline-block;
  overflow: hidden;
}

.sub_page__title {
  position: relative;
}

.sub_page .breadcrumb {
  position: relative;
}
.sub_page__other {
  position: absolute;
  top: 64px;
  right: 0;
  width: 70%;
  max-width: 846px;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .sub_page__other {
    max-width: 60%;
  }
}

@media screen and (max-width: 959px) {
  .sub_page__other {
    height: 140px;
    max-width: 70%;
    top: 20px;
    right: 0;
    min-height: 140px;
    overflow: hidden;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
  }
}
@media screen and (min-width: 561px) and (max-width: 880px) {
  .sub_page__other {
    max-width: 60%;
  }
}
@media screen and (max-width: 560px) {
  .sub_page__other {
    max-width: 50.4%;
  }
}
.sub_page__other img {
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  width: auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .sub_page__other img {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    width: 100%;
    height: 100%;
    max-width: unset;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
.sub_page__content {
  position: relative;
  background-color: #fff;
  top: -192px;
  border-radius: 20px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.08);
  min-height: 400px;
}
.sub_page__content.container {
  padding: 40px;
  max-width: 960px;
  margin-bottom: -92px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 959px) {
  .sub_page__content.container {
    width: 100%;
    padding: 0 20px 104px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .sub_page__content {
    top: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

.container {
  width: 100%;
  margin: auto;
  max-width: 1020px;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 20px;
  }
}

.news_page_filter {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  .news_page_filter {
    margin-top: 50px;
  }
}

.news_list {
  margin-top: 24px;
}
@media screen and (max-width: 959px) {
  .news_list {
    margin-top: 30px;
  }
}

.news_item {
  border-top: 1px solid #f6f6f6;
}
.news_item:first-child {
  border-top: none;
}
.news_item:last-child {
  border-bottom: 1px solid #f6f6f6;
}
.news_item__inner {
  padding: 27px 82px 31px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .news_item__inner {
    padding: 20px 49px 20px 22px;
    flex-direction: column;
  }
}
.news_item__date {
  width: 110px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0095dd;
  text-align: right;
  padding-right: 30px;
}
@media screen and (max-width: 959px) {
  .news_item__date {
    line-height: 16px;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
.news_item__description {
  width: calc(100% - 110px);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #111;
}
@media screen and (max-width: 959px) {
  .news_item__description {
    margin-top: 10px;
    width: 100%;
  }
}

@keyframes arrowslide6 {
  0% {
    right: 40px;
  }
  10% {
    right: 40px;
  }
  70% {
    right: 24px;
  }
  100% {
    right: 24px;
  }
}
@keyframes extend5 {
  0% {
    width: 0;
  }
  10% {
    width: 0;
  }
  70% {
    width: 16px;
  }
  100% {
    width: 16px;
  }
}
a.news_item__inner {
  transition: all 0.3s ease-in-out;
  position: relative;
}
a.news_item__inner:before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid #0095dd;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  a.news_item__inner:before {
    right: 22px;
  }
}
a.news_item__inner:after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 830px;
  background: #0095dd;
  transition: 0.2s;
}
@media screen and (max-width: 1034px) {
  a.news_item__inner:after {
    left: auto;
    right: 31px;
  }
}
@media screen and (max-width: 959px) {
  a.news_item__inner:after {
    width: 12px;
    right: 32px;
  }
}
a.news_item__inner .news_item__description {
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 959px) {
  a.news_item__inner .news_item__description {
    text-decoration: underline;
  }
}
a.news_item__inner:hover {
  background: #f6f6f6;
}
a.news_item__inner:hover .news_item__description {
  color: #0095dd;
  text-decoration: underline;
}
@media screen and (min-width: 1035px) {
  a.news_item__inner:hover::before {
    animation: arrowslide6 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
  }
  a.news_item__inner:hover::after {
    animation: extend5 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
  }
}

.pagination {
  display: inline-flex;
  justify-content: center;
  gap: 20px;
}
.pagination__item {
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  border: 1px solid #D2D2D2;
  transition: all 0.3s ease-in-out;
  color: #205B85;
}
.pagination__item:hover {
  border: 1px solid #205B85;
  background: #F3FBFF;
}
.pagination__item--active {
  border: 1px solid #205B85;
  background: #205B85;
  color: #FFF;
}
.pagination__item--active:hover {
  background: #205B85;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pagination__link:focus-visible, .pagination__link:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.header_block__contact:hover {
  background-color: #0074AC !important;
}

.header_block__item {
  margin: 0 12px;
}
.header_block__item:last-child {
  margin-right: 0;
}
.header_block__item a {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  transition: color 0.2s;
  color: #111;
}
.header_block__item a:hover {
  color: #0095dd;
}

.topic_page .sub_page__content {
  padding: 0;
  background: transparent;
  box-shadow: unset;
}
@media screen and (max-width: 959px) {
  .topic_page .sub_page__content {
    padding: 48px 20px 100px;
  }
}
.topic_page .sub_page__content .article_block {
  margin-top: 0;
  padding: 0;
}
.topic_page .sub_page__content .article_block__pagination {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .topic_page .sub_page__content .article_block__pagination {
    margin-top: 44px;
  }
}

@charset "UTF-8";
.btn {
  position: relative;
  display: flex !important;
  width: 240px;
  margin-right: unset !important;
  padding: 19px 20px;
  align-items: center;
  gap: 12px;
  color: #0095DD !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background: #ffffff;
  border: #0095DD 1px solid;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}
.btn::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid #0095DD;
  transition: 0.2s;
}
.btn::after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 16px - 26px);
  background: #0095DD;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .btn {
    justify-content: flex-start;
    font-size: 14px;
    line-height: 16px;
    height: 48px;
  }
  .btn:before {
    left: auto;
    right: 15px;
  }
  .btn:after {
    left: auto;
    right: 23px;
  }
}
@media screen and (min-width: 960px) {
  .btn:hover {
    color: #fff !important;
    background-color: #0074AC;
  }
  .btn:hover::before {
    opacity: 1;
    border-left: 6px solid #fff;
    animation: arrowBefore 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
  }
  .btn:hover::after {
    width: 0;
    background: #fff;
    animation: arrowAfter 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
  }
}
.btn--sm {
  padding: 18px 20px;
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .btn--sm {
    padding: 12px 54px 12px 20px;
    line-height: 140%;
    height: auto;
    max-width: 335px;
  }
}
.btn--primary {
  color: #fff !important;
  background-color: #0095DD;
}
.btn--primary::before {
  border-left: 6px solid #fff;
}
.btn--primary::after {
  background: #fff;
}
.btn--larger {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 60px;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .btn--larger {
    padding: 18px 54px 16px 20px;
  }
}
@media screen and (min-width: 960px) {
  .btn--larger:hover {
    background-color: #F3FBFF !important;
    color: #0095DD !important;
  }
  .btn--larger:hover::before {
    border-left: 6px solid #0095DD;
  }
  .btn--larger:hover::after {
    background: #0095DD;
  }
}

@keyframes arrowBefore {
  0% {
    right: 32px;
  }
  10% {
    right: 32px;
  }
  70% {
    right: 16px;
  }
  100% {
    right: 16px;
  }
}
@keyframes arrowAfter {
  0% {
    width: 0;
  }
  10% {
    width: 0;
  }
  70% {
    width: 16px;
  }
  100% {
    width: 16px;
  }
}
.modal {
  font-family: "Noto Sans CJK JP", sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal__container {
  width: 600px;
  background-color: #fff;
  padding: 40px;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .modal__container {
    width: calc(100vw - 40px);
    padding: 20px;
  }
}

.modal__content {
  line-height: 2;
  color: #111111;
}

.modal__name {
  color: #111111;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 20px;
}

@media screen and (max-width: 959px) {
  .modal__name {
    font-size: 15px;
    line-height: 2;
  }
}
.modal__text {
  margin-top: 16px;
}

@media screen and (max-width: 959px) {
  .modal__text {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .modal__content {
    font-size: 13px;
    line-height: 2.2;
  }
}
.modal__btn-close {
  position: absolute;
  right: 24px;
  top: 24px;
  height: 28px;
  width: 28px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
}
.modal__btn-close:before {
  content: "✕";
}
@media screen and (max-width: 959px) {
  .modal__btn-close {
    right: 20px;
    top: 20px;
    height: 24px;
    width: 24px;
    font-size: 16px;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
  transition: all 0.3s ease-in-out;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.icon_info {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.icon_info:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url(../img/common/icon_info.svg) no-repeat;
}

.icon_add {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(../img/common/ico_add.svg);
          mask-image: url(../img/common/ico_add.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #ffffff;
}

.icon_chevron_right {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/common/ico_chevron_right.svg);
          mask-image: url(../img/common/ico_chevron_right.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #0095DD;
}

@media screen and (min-width: 960px) {
  .header_block__item {
    padding-bottom: 26px;
  }
  .header_block__item a {
    display: inline-flex;
  }
  .header_block__item--has_dropdown {
    position: relative;
    cursor: pointer;
  }
  .header_block__item--has_dropdown span {
    display: flex;
  }
  .header_block__item--has_dropdown:hover .header_block__dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header_block__right {
    align-items: flex-end;
  }
}
@media screen and (max-width: 1039px) {
  .header_block__item {
    padding-bottom: 0;
  }
  .header_block__item a {
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #0095dd;
    transition: opacity 0.2s;
  }
  .header_block__right {
    align-items: center;
  }
}
.header_block__dropdown {
  position: absolute;
  width: 258px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1039px) {
  .header_block__dropdown {
    display: none;
  }
}
.header_block__dropdown--active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header_block__dropdown_item a {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 16px 20px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.header_block__dropdown_item a:hover {
  text-decoration: underline;
  background-color: #F3FBFF;
}
.header_block__dropdown_item:first-child a {
  padding-top: 20px;
}
.header_block__dropdown_item:last-child a {
  padding-bottom: 20px;
}

.hamburger_modal_dropdown {
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 0;
}
.hamburger_modal_dropdown__item {
  background: transparent;
  color: #fff;
  padding: 16px 0;
  line-height: 1.5;
  letter-spacing: -0.04em;
}
.hamburger_modal_dropdown__item:hover {
  text-decoration: none;
}

.hamburger_modal__item a {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.hamburger_modal__item a .icon_add, .hamburger_modal__item a .icon_chevron_right {
  background-color: #fff;
  width: 24px;
  height: 24px;
  margin: 0;
  -webkit-mask-repeat: space;
}
.hamburger_modal__item a .icon_chevron_right {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.hamburger_modal__item a .icon_login {
  margin-right: 5px;
}
.hamburger_modal__item a .icon_arrow_right {
  margin-right: 5px;
  right: 5px;
}
.hamburger_modal__item.hamburger_modal__item--dropdown > a {
  justify-content: space-between;
}

@media screen and (max-width: 1039px) {
  .hamburger_modal {
    padding: 78px 18px 96px 24px;
    overflow: hidden;
    min-width: 222px;
  }
  .hamburger_modal--scroll {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .hamburger_modal--scroll::-webkit-scrollbar {
    width: 4px;
  }
  .hamburger_modal--scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
  }
  .hamburger_modal--scroll::-webkit-scrollbar-thumb {
    background: #fff;
  }
  .hamburger_modal--scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .hamburger_modal__item--active .icon_add {
    -webkit-mask-image: url(../img/common/ico_remove.svg);
            mask-image: url(../img/common/ico_remove.svg);
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  filter: alpha(opacity=0);
  opacity: 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 959px) {
  .tooltip {
    font-size: 14px;
  }
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 1;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: -2px;
  right: 20px;
  margin-left: -8px;
  border-width: 13px 8px 0;
  border-top-color: #205B85;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 2px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #205B85;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 2px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #205B85;
}

.tooltip.bottom .tooltip-arrow {
  top: 1px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #205B85;
}

.tooltip-inner {
  padding: 7px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  word-break: break-all;
  background-color: #205B85;
  border-radius: 4px;
  border: 1px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  white-space: normal;
}
@media screen and (max-width: 959px) {
  .tooltip-inner {
    font-size: 14px;
    padding: 8px 12px;
  }
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip_icon {
  position: relative;
  display: inline-flex;
  margin-left: 5px;
  height: 16px;
  width: 16px;
}
.tooltip_icon:after {
  position: absolute;
  content: "";
  background: url("../img/common/ico_tooltip.svg");
  height: 16px;
  width: 16px;
  top: 2px;
}
.tooltip_icon img {
  width: 16px;
  height: 16px;
}

.tabs {
  flex: 1;
  display: flex;
  gap: 16px;
  border-bottom: 2px solid #205B85;
}

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

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  gap: 60px;
}
@media screen and (max-width: 959px) {
  .step {
    gap: 40px;
    margin-bottom: 0;
  }
}

.apply_page .faq_block .faq_block__inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .apply_page .faq_block .faq_block__inner {
    padding: 64px 20px;
  }
}
.apply_page .faq_block .index_page__title {
  margin-top: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .apply_page .faq_block .index_page__title {
    margin-bottom: 40px;
    line-height: 1.2;
  }
}
.apply_page .faq_block .index_page__title .index_page__lead {
  margin-bottom: 8px;
}

.about_page__breadcrumb, .i-rec_page__breadcrumb {
  margin-top: 32px;
}
@media screen and (max-width: 959px) {
  .about_page__breadcrumb, .i-rec_page__breadcrumb {
    display: none;
  }
}
.about_page__about_define {
  padding-top: 64px;
}
@media screen and (max-width: 959px) {
  .about_page__about_define {
    padding-top: 40px;
  }
}
.about_page .index_page__title {
  color: #0095DD;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 0.72px;
}
@media screen and (max-width: 959px) {
  .about_page .index_page__title {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}
.about_page .index_page__lead {
  margin-top: 16px;
  margin-bottom: 36px;
  color: #205B85;
  font-feature-settings: "palt" on;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  letter-spacing: 1.92px;
}
@media screen and (max-width: 959px) {
  .about_page .index_page__lead {
    margin-top: 8px;
    font-size: 28px;
    letter-spacing: 1.12px;
  }
}
.about_page__service.index_page .service_block {
  margin-top: 40px;
  margin-top: 80px;
}
.about_page__service.index_page .service_block__inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .about_page__service.index_page .service_block__inner {
    padding-top: 80px;
    padding-bottom: 170px;
    background: url(../img/about/bg_service_img01_sp.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 0 40px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .about_page__service.index_page .service_block__wrapper {
    margin-top: 32px;
    padding-top: 0;
    padding-bottom: 0;
    background: unset;
  }
}
@media screen and (max-width: 959px) {
  .about_page__feature.index_page {
    margin-top: -88px;
    position: relative;
    z-index: 2;
  }
}
.about_page__feature.index_page .features_block {
  margin-top: 0;
}
.about_page__feature.index_page .features_block__inner {
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  .about_page__feature.index_page .features_block__inner {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.about_page__price.index_page {
  margin-top: -100px;
}
@media screen and (max-width: 959px) {
  .about_page__price.index_page {
    position: relative;
    z-index: 3;
  }
}
.about_page__price.index_page .price_block {
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .about_page__price.index_page .price_block__inner {
    padding-bottom: 80px;
  }
}
.about_page__faq.index_page .faq_block__inner {
  padding-bottom: 100px;
}

.about_define_block {
  display: grid;
  grid-template-areas: "heading content" "image image" "note note";
  grid-gap: 40px;
}
@media screen and (min-width: 960px) {
  .about_define_block {
    grid-template-columns: min-content;
  }
}
@media screen and (max-width: 959px) {
  .about_define_block {
    grid-template-areas: "heading" "content" "image" "note";
    grid-gap: 32px;
  }
}
.about_define_block__title {
  grid-area: heading;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .about_define_block__title {
    justify-content: center;
  }
  .about_define_block__title img {
    width: 180px;
    height: auto;
  }
}
.about_define_block__content {
  margin-left: 8px;
  grid-area: content;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 959px) {
  .about_define_block__content {
    font-size: 13px;
  }
}
.about_define_block__image {
  display: flex;
  justify-content: center;
  grid-area: image;
  width: 100%;
  height: auto;
}
.about_define_block__image img {
  max-width: 100%;
  height: auto;
}

.index_page .features_block__card_img {
  min-height: 264px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .index_page .features_block__card_img {
    min-height: auto;
  }
}
.index_page .features_block__card_img img {
  width: auto;
}

.index_page .features_block__wrapper--02 .features_block__card_img {
  min-height: 250px;
}
@media screen and (max-width: 959px) {
  .index_page .features_block__wrapper--02 .features_block__card_img {
    min-height: auto;
  }
}

.index_page .price_block__item_img {
  min-height: 188px;
}
@media screen and (max-width: 959px) {
  .index_page .price_block__item_img {
    min-height: auto;
  }
}

.subvisual_block {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
  background: url("../img/about/pic_subvisual.jpg") no-repeat center center;
  background-size: cover;
  background-position: right;
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 959px) {
  .subvisual_block {
    height: 130px;
    background: url("../img/about/pic_subvisual_sp.jpg") no-repeat center center;
    background-size: cover;
    border-radius: unset;
  }
}
.subvisual_block__inner {
  max-width: 996px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 959px) {
  .subvisual_block__inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
.subvisual_block__heading {
  display: inline-block;
  overflow: hidden;
}
.subvisual_block__heading .heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* transform: translateX(-100%); */
  /* animation: curtainin 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s forwards; */
}
@media screen and (max-width: 959px) {
  .subvisual_block__heading .heading {
    gap: 4px;
  }
}
.subvisual_block__heading .heading__en {
  color: #0095DD;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 959px) {
  .subvisual_block__heading .heading__en {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.subvisual_block__heading .heading__jp {
  color: #205B85;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 959px) {
  .subvisual_block__heading .heading__jp {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 1.12px;
  }
}

@keyframes curtaininrevert {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* .sub_page__title .heading {
  animation: curtainin 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
} */

.sub_page__other {
  overflow: hidden;
}
/* .sub_page__other img {
  transform: translateX(100%);
  animation: curtaininrevert 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
} */

/*.sub_page .breadcrumb--pc {*/
/*  display: inline-block;*/
/*  animation: curtainin 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;*/
/*}*/
@media screen and (max-width: 959px) {
  .sub_page .breadcrumb--pc {
    display: none;
  }
}

.sub_page__keyvisual {
  background: none;
}
.sub_page__keyvisual:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/news/img_bg_visual.jpg) right center no-repeat;
  background-size: auto;
  top: 0;
  left: 0;
  z-index: -1;
  /* transform: translateX(100%); */
  /* animation: curtaininrevert 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards; */
}
@media screen and (min-width: 960px) {
  .sub_page__keyvisual:after {
    border-radius: 100px 0 0 0;
  }
}

.index_page_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
.index_page_text__link, .index_page_text a:link, .index_page_text a:visited {
  color: #0095DD;
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .index_page_text {
    font-size: 13px;
    line-height: 220%;
  }
}

.index_page_number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0095DD;
  margin-bottom: 40px;
  padding-left: 55px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .index_page_number {
    margin-bottom: 28px;
  }
}
.index_page_number::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #0095DD;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.index_page_sub_title {
  color: #111111;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  word-wrap: break-word;
}
@media screen and (max-width: 959px) {
  .index_page_sub_title {
    font-size: 18px;
  }
}

.page_title {
  display: block;
  color: #205B85;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: 1.92px;
  word-wrap: break-word;
}
@media screen and (max-width: 959px) {
  .page_title {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.04em;
  }
}

.page_sub_title {
  margin-bottom: 16px;
  display: block;
  color: #0095DD;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.72px;
  word-wrap: break-word;
}
@media screen and (max-width: 959px) {
  .page_sub_title {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 960px) {
  .article_block {
    margin-top: -145px;
  }
}
.index_page .container {
  max-width: 1000px;
  padding: 0 20px;
}
.index_page .pd-r-50 {
  padding-right: 50%;
}
@media screen and (max-width: 959px) {
  .index_page .pd-r-50 {
    padding-right: 0;
  }
}
.index_page .pd-l-50 {
  padding-left: 50%;
}
@media screen and (max-width: 959px) {
  .index_page .pd-l-50 {
    padding-left: 0;
  }
}

.fieldset {
  border: 1px solid #0095DD;
  border-radius: 12px;
  background-color: #fff;
  position: relative;
  padding: 20px 32px 24px 20px;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.08);
}
.fieldset::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid #0095DD;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .fieldset::before {
    right: 10px;
  }
}
.fieldset::after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 42px);
  background: #0095DD;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .fieldset::after {
    left: calc(100% - 35px);
  }
}
@media screen and (min-width: 960px) {
  .fieldset:hover {
    background-color: #F3FBFF;
  }
  .fieldset:hover::before {
    opacity: 1;
    animation: arrowBefore 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
  }
  .fieldset:hover::after {
    width: 0;
    animation: arrowAfter 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
  }
}
@media screen and (max-width: 959px) {
  .fieldset {
    padding: 24px 16px 16px;
  }
}
.fieldset__legend {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 40px;
  color: #0095DD;
}
.fieldset__legend:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: url(../img/common/ico_fieldset_check.svg) no-repeat;
  background-size: contain;
  left: 12px;
  top: -2px;
}
@media screen and (max-width: 959px) {
  .fieldset__legend {
    font-size: 14px;
    padding-left: 30px;
  }
  .fieldset__legend:before {
    left: 4px;
  }
}
.fieldset__ref {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  padding-left: 12px;
  padding-right: 30px;
}
.fieldset__ref:after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 12px);
  top: -12px;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  .fieldset__ref {
    padding-left: 0;
    font-size: 13px;
    line-height: 2;
  }
}
.fieldset__ref_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  display: block;
}
@media screen and (max-width: 959px) {
  .fieldset__ref_title {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
  }
}
.fieldset__ref_text {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index_page .mainvisual_block {
  background: none;
  height: 440px;
  border-top-left-radius: 100px;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .index_page .mainvisual_block {
    height: 343px;
  }
}

.about_i_rec {
  padding-top: 0;
}
/*@media screen and (min-width: 960px) {*/
/*  .about_i_rec .btn:not(.btn--primary):not(.btn--warning):hover {*/
/*    background-color: #F3FBFF !important;*/
/*    color: #0095DD !important;*/
/*  }*/
/*  .about_i_rec .btn:not(.btn--primary):not(.btn--warning):hover::before {*/
/*    border-left: 6px solid #0095DD;*/
/*  }*/
/*  .about_i_rec .btn:not(.btn--primary):not(.btn--warning):hover::after {*/
/*    background: #0095DD;*/
/*  }*/
/*}*/
.about_i_rec .page_title {
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .about_i_rec .page_title {
    margin-bottom: 36px;
  }
}
.about_i_rec__inner {
  position: relative;
}
@media screen and (max-width: 959px) {
  .about_i_rec__inner {
    position: inherit;
  }
}
.about_i_rec__inner--bg {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media screen and (max-width: 959px) {
  .about_i_rec__inner--bg {
    padding-top: 40px;
    padding-bottom: 160px;
  }
}
.about_i_rec__image {
  position: absolute;
  top: 100px;
  right: 0;
  width: calc(50vw - 120px);
  height: 770px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.about_i_rec__image img {
  width: 100%;
  height: auto;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
@media screen and (max-width: 959px) {
  .about_i_rec__image {
    margin-top: 32px;
    position: inherit;
    margin-right: -20px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: calc(100% + 20px);
    height: auto;
    max-width: 500px;
    text-align: right;
    margin-left: auto;
  }
  .about_i_rec__image img {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
.about_i_rec__summary .index_page_text {
  position: relative;
  z-index: 1;
}
.about_i_rec__reasons {
  margin-top: 80px;
}
.about_i_rec__reasons .index_page_text {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .about_i_rec__reasons .index_page_text {
    margin-top: 28px;
    margin-bottom: 32px;
  }
}
.about_i_rec__box {
  position: relative;
  z-index: 1;
  margin-top: 36px;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 959px) {
  .about_i_rec__box {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: 32px;
  }
}
.about_i_rec__box_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 130%;
}
@media screen and (max-width: 959px) {
  .about_i_rec__box_title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1;
  }
}
.about_i_rec__box_subtitle {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
  margin-top: 5px;
  line-height: 150%;
}
@media screen and (max-width: 959px) {
  .about_i_rec__box_subtitle {
    margin-top: 5px;
    margin-bottom: 24px;
  }
}
.about_i_rec__image_wrap {
  text-align: center;
}
.about_i_rec__image_wrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .about_i_rec__image_wrap img {
    max-width: 350px;
  }
}
.about_i_rec__context {
  margin-top: 140px;
  position: relative;
}
.about_i_rec__context .index_page_text {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .about_i_rec__context .index_page_text {
    margin-top: 28px;
  }
}
.about_i_rec__context_other {
  margin-top: 60px;
}
.about_i_rec__context .about_i_rec__box {
  margin-top: 0;
}
.about_i_rec__context .about_i_rec__box_title {
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .about_i_rec__context {
    margin-top: 80px;
  }
  .about_i_rec__context_other {
    position: relative;
    padding-top: 90px;
    margin-top: 32px;
  }
  .about_i_rec__context_other_inner {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .about_i_rec__context .about_i_rec__box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.08);
    padding: 24px;
  }
  .about_i_rec__context .about_i_rec__box_title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.about_i_rec__context .about_i_rec__image {
  top: 0;
  left: calc(480px - 50vw);
  border-radius: 0 60px 60px 0;
}
.about_i_rec__context .about_i_rec__image img {
  border-radius: 0 60px 60px 0;
}
@media screen and (max-width: 959px) {
  .about_i_rec__context .about_i_rec__image {
    left: 0;
    border-radius: 0 0 40px 0;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .about_i_rec__context .about_i_rec__image img {
    border-radius: 0 0 40px 0;
  }
}
.about_i_rec__row {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 959px) {
  .about_i_rec__row {
    flex-direction: column;
  }
}
.about_i_rec__works {
  margin-top: 140px;
}
@media screen and (max-width: 959px) {
  .about_i_rec__works {
    margin-top: 80px;
  }
}
.about_i_rec__works .index_page_text {
  margin-top: 40px;
  line-height: 28px;
}
@media screen and (max-width: 959px) {
  .about_i_rec__works .index_page_text {
    margin-top: 28px;
    line-height: 220%;
  }
}
.about_i_rec__works .about_i_rec__box {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 70px;
}
@media screen and (max-width: 959px) {
  .about_i_rec__works .about_i_rec__box {
    margin-top: 32px;
  }
}
.about_i_rec__works_left {
  width: 480px;
  margin-right: 77px;
}
@media screen and (max-width: 959px) {
  .about_i_rec__works_left {
    width: 100%;
    margin-right: 0;
  }
}
.about_i_rec__works_right {
  width: calc(100% - 557px);
}
@media screen and (max-width: 959px) {
  .about_i_rec__works_right {
    width: 100%;
  }
}
.about_i_rec .business_entities {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
}
@media screen and (max-width: 959px) {
  .about_i_rec .business_entities {
    margin-top: 32px;
    padding: 24px;
  }
}
.about_i_rec .business_entities .index_page_text {
  margin-top: 0;
}
.about_i_rec .business_entities__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
@media screen and (max-width: 959px) {
  .about_i_rec .business_entities__title {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 150%;
  }
}
.about_i_rec .business_entities__item {
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .about_i_rec .business_entities__item {
    margin-bottom: 20px;
  }
}
.about_i_rec .business_entities__item:last-child {
  margin-bottom: 0;
}
.about_i_rec .business_entities__item_title {
  margin-bottom: 8px;
  color: #0095DD;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.4px;
}
@media screen and (max-width: 959px) {
  .about_i_rec .business_entities__item_title {
    font-size: 14px;
    line-height: 130%;
  }
}

.merit_of_i_rec {
  margin-top: -100px;
  background-color: #F6F6F6;
  border-top-left-radius: 100px;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .merit_of_i_rec {
    border-top-left-radius: 80px;
    padding-top: 80px;
    padding-bottom: 160px;
    margin-top: -80px;
  }
  .merit_of_i_rec__other {
    position: relative;
    padding-top: 150px;
    margin-top: 32px;
  }
}
.merit_of_i_rec .page_title {
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .merit_of_i_rec .page_title {
    margin-bottom: 36px;
    margin-right: -10px;
  }
}
.merit_of_i_rec .index_page__title {
  margin-bottom: 60px;
}
.merit_of_i_rec__image {
  position: absolute;
  top: 252px;
  right: 0;
  width: calc(50vw - 120px);
  height: 807px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
@media screen and (max-width: 959px) {
  .merit_of_i_rec__image {
    top: 0;
    right: 0;
    height: auto;
    margin-right: -20px;
    width: calc(100% + 20px);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    max-width: 500px;
    text-align: right;
    margin-left: auto;
  }
}
.merit_of_i_rec__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .merit_of_i_rec__image img {
    width: auto;
    max-width: 76%;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
.merit_of_i_rec__box {
  margin-top: 60px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 959px) {
  .merit_of_i_rec__box {
    margin-top: 0;
    padding: 24px 20px;
  }
}
.merit_of_i_rec__box_title {
  color: #205B85;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .merit_of_i_rec__box_title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
  }
}
.merit_of_i_rec__box_title span {
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .merit_of_i_rec__box_title span {
    font-size: 20px;
  }
}
.merit_of_i_rec__box_title br {
  display: none;
}
@media screen and (max-width: 959px) {
  .merit_of_i_rec__box_title br {
    display: block;
  }
}
.merit_of_i_rec__image_wrap {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .merit_of_i_rec__image_wrap img {
    width: 100%;
    height: auto;
    max-width: 350px;
  }
}

.usage_i_rec {
  position: relative;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 200px;
  border-top-right-radius: 100px;
  background: url(../img/i-rec/pic_usage_i_rec_bg.png) top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .usage_i_rec {
    margin-top: -80px;
    padding-top: 80px;
    padding-bottom: 160px;
    border-top-right-radius: 80px;
    background: url(../img/i-rec/pic_usage_i_rec_bg_sp.png) top center no-repeat;
    background-size: cover;
  }
}
.usage_i_rec .page_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .usage_i_rec .page_title {
    margin-bottom: 36px;
  }
}
.usage_i_rec__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 36px;
}
@media screen and (max-width: 959px) {
  .usage_i_rec__list {
    margin-top: 36px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.usage_i_rec__item {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 959px) {
  .usage_i_rec__item {
    border-radius: 20px;
    padding: 24px;
  }
}
.usage_i_rec__item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 175%;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .usage_i_rec__item_title {
    font-size: 15px;
    line-height: 175%;
  }
}
.usage_i_rec__item_image {
  margin-bottom: 16px;
  text-align: center;
}
.usage_i_rec__item_image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .usage_i_rec__item_image img {
    max-width: 400px;
  }
}
.usage_i_rec__item_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 959px) {
  .usage_i_rec__item_description {
    font-size: 13px;
  }
}

.index_page .faq_block--renew {
  position: relative;
  margin-top: -100px;
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 959px) {
  .index_page .faq_block--renew {
    margin-top: -80px;
    border-radius: 80px 0 0 0;
  }
}
.index_page .faq_block--renew .index_page__title {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #0095DD;
}
@media screen and (max-width: 959px) {
  .index_page .faq_block--renew .index_page__title {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.04em;
    margin-bottom: 32px;
  }
}
.index_page .faq_block--renew .index_page__lead {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #205B85;
}
@media screen and (max-width: 959px) {
  .index_page .faq_block--renew .index_page__lead {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.04em;
  }
}
.index_page .faq_block--renew .faq_block__inner {
  padding-bottom: 100px;
}
.index_page .faq_block__button {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .index_page .faq_block__button {
    margin-top: 40px;
  }
}
.index_page .faq_block__fieldset {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .index_page .faq_block__fieldset {
    margin-top: 40px;
  }
}

.i-rec_page__keyvisual .subvisual_block {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
  background: url(../img/i-rec/pic_subvisual.jpg) no-repeat center center;
  background-size: cover;
  background-position: right;
  border-radius: 100px 0 0 0;
}

.i-rec_page__keyvisual .subvisual_block__heading .heading__en,
.i-rec_page__keyvisual .subvisual_block__heading .heading__jp {
  color: white;
}

@media screen and (max-width: 959px) {
  .i-rec_page__keyvisual .subvisual_block {
    height: 130px;
    background: url(../img/i-rec/pic_subvisual_sp.jpg) no-repeat center center;
    background-size: cover;
    border-radius: unset;
  }
}

/* Update footer: contact block */
.contact_block--extend .contact_block__inner {
  padding: 124px 20px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .contact_block--extend .contact_block__inner {
    padding: 61px 20px;
  }
}
.contact_block--extend .contact_block__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 972px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .contact_block--extend .contact_block__row {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact_block--extend .contact_block__row {
    flex-direction: column;
  }
}
.contact_block--extend .contact_block__column {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
  position: relative;
}
.contact_block--extend .contact_block__column:first-child:hover {
  opacity: 0.7;
}
@media screen and (max-width: 959px) {
  .contact_block--extend .contact_block__column {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .contact_block--extend .contact_block__column {
    margin-bottom: 32px;
  }
  .contact_block--extend .contact_block__column:last-child {
    margin-bottom: 0;
  }
  .contact_block--extend .contact_block__column:hover {
    opacity: 1;
  }
}
.contact_block--extend .contact_block__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 24px;
}
@media screen and (max-width: 959px) {
  .contact_block--extend .contact_block__icon {
    height: 52px;
    width: 52px;
    margin-right: 20px;
  }
}
.contact_block--extend .contact_block__icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contact_block--extend .contact_block__btn {
  width: 48px;
  height: 48px;
  -webkit-mask-image: url(../img/common/ico_contact_form.svg);
          mask-image: url(../img/common/ico_contact_form.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .contact_block--extend .contact_block__btn {
    width: 35px;
    height: 35px;
  }
}
.contact_block--extend .contact_block__btn:after, .contact_block--extend .contact_block__btn:before {
  content: none;
}
.contact_block--extend .mail_registration_btn {
  width: 52px;
  height: 52px;
  -webkit-mask-image: url(../img/common/ico_mail_regis.svg);
          mask-image: url(../img/common/ico_mail_regis.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .contact_block--extend .mail_registration_btn {
    width: 38px;
    height: 38px;
  }
}
.contact_block--extend .contact_block__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .contact_block--extend .contact_block__title {
    font-size: 20px;
    line-height: 16px;
    min-width: 190px;
  }
}
.contact_block--extend .contact_block__title .icon_arrow {
  width: 22px;
  height: 8px;
  -webkit-mask-image: url(../img/common/icon-arrow.svg);
          mask-image: url(../img/common/icon-arrow.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .contact_block--extend .contact_block__title .icon_arrow {
    display: none;
  }
}
.contact_block--extend .contact_block__title span {
  display: inline-flex;
  align-items: center;
}
.contact_block--extend .contact_block__lead {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .contact_block--extend .contact_block__lead {
    font-size: 13px;
    line-height: 26px;
    margin-top: 10px;
  }
}

/* End Update footer: contact block */
/* End top-page
====================================== */

@charset "UTF-8";
.btn {
  box-sizing: border-box;
}
.btn--full {
  width: 100%;
}
.btn--warning {
  justify-content: center;
  color: #ffffff !important;
  border: none;
  background-color: #C1515E;
}
@media screen and (max-width: 959px) {
  .btn--warning {
    justify-content: start;
    padding-left: 20px;
  }
}
.btn--warning:before {
  border-left-color: #ffffff;
}
.btn--warning:after {
  background: #ffffff;
}
@media screen and (min-width: 960px) {
  .btn--warning:hover {
    background-color: #9F2739;
  }
}
.btn--warning-2 {
  flex-direction: column;
  align-items: start;
  gap: 0;
  width: 380px;
  padding: 19px 20px;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  border: 1px solid #EAEAEA;
  background-color: #C1515E;
}
.btn--warning-2 > * {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 959px) {
  .btn--warning-2 > * {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 959px) {
  .btn--warning-2 {
    justify-content: start;
    padding: 12px 20px !important;
    width: 335px;
    font-size: 13px !important;
    line-height: 18px !important;
  }
}
.btn--warning-2:before {
  border-left-color: #ffffff;
}
.btn--warning-2:after {
  background: #ffffff;
}
@media screen and (min-width: 960px) {
  .btn--warning-2:hover {
    background-color: #9F2739;
  }
}
.btn--white {
  flex-direction: column;
  gap: 2px;
  padding: 18px 20px;
  align-items: flex-start;
  width: 380px;
  color: #C1515E !important;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  border: 1px solid #C1515E;
}
.btn--white > * {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 959px) {
  .btn--white > * {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 959px) {
  .btn--white {
    justify-content: start;
    padding: 12px 20px !important;
    width: 335px;
    font-size: 13px;
    line-height: 18px;
  }
}
.btn--white:before {
  border-left-color: #C1515E;
}
.btn--white:after {
  background: #C1515E;
}
@media screen and (min-width: 960px) {
  .btn--white:hover {
    color: #9F2739 !important;
    background-color: #fff;
  }
  .btn--white:hover:before {
    border-left-color: #9F2739;
  }
  .btn--white:hover:after {
    background: #9F2739;
  }
}
.btn--secondary {
  width: 380px;
  padding: 18px 20px;
  color: #205B85 !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.03em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  border: solid 1px #205B85;
}
@media screen and (max-width: 959px) {
  .btn--secondary {
    width: 335px;
    padding: 14.5px 100px 14.5px 20px !important;
  }
}
.btn--blue-primary {
  padding: 24px;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff !important;
  border: 1px solid #205B85;
  background: linear-gradient(90deg, #2C6B98 2.42%, #215C85 36.47%, #0E4063 100%);
}
@media screen and (max-width: 959px) {
  .btn--blue-primary {
    justify-content: start;
    padding-left: 20px;
  }
}
.btn--blue-primary:before {
  border-left-color: #ffffff;
}
.btn--blue-primary:after {
  background: #ffffff;
}
@media screen and (min-width: 960px) {
  .btn--blue-primary:hover {
    color: #205B85 !important;
    background: #fff;
  }
  .btn--blue-primary:hover:before {
    border-left-color: #205B85;
  }
  .btn--blue-primary:hover:after {
    background: #205B85;
  }
}
@media screen and (max-width: 959px) {
  .btn--blue-primary {
    height: unset;
    font-size: 14px;
    line-height: 17px;
    padding: 24px 20px;
  }
}
.btn--blue-secondary {
  padding: 24px;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff !important;
  border: 1px solid #0095DD;
  background: linear-gradient(90deg, #0192C2 0%, #0175BA 100%);
}
@media screen and (max-width: 959px) {
  .btn--blue-secondary {
    justify-content: start;
    padding-left: 20px;
  }
}
.btn--blue-secondary:before {
  border-left-color: #ffffff;
}
.btn--blue-secondary:after {
  background: #ffffff;
}
@media screen and (min-width: 960px) {
  .btn--blue-secondary:hover {
    color: #0095DD !important;
    background: #fff;
  }
  .btn--blue-secondary:hover:before {
    border-left-color: #0095DD;
  }
  .btn--blue-secondary:hover:after {
    background: #0095DD;
  }
}
@media screen and (max-width: 959px) {
  .btn {
    height: unset;
    font-size: 14px;
    line-height: 17px;
    padding: 24px 20px;
  }
}
.btn--outline {
  min-height: 88px;
  width: 380px;
  padding: 17px 60px 17px 20px;
}
.btn--outline > * {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .btn--outline > * {
    gap: 0;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 0.03em;
  }
}
.btn--outline .btn-text > span {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 959px) {
  .btn--outline .btn-text > span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 959px) {
  .btn--outline {
    width: 100%;
    min-height: 67px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
.btn--outline-blue {
  position: relative;
  border: none;
  color: #ffffff !important;
  background: linear-gradient(90deg, #0192C2 0%, #0175BA 100%);
  transition: none;
}
.btn--outline-blue::before {
  z-index: 1;
  border-left-color: #ffffff;
}
.btn--outline-blue::after {
  background: #ffffff;
}
.btn--outline-blue .bg-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0088B8 0%, #14579C 100%) !important;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 959px) {
  .btn--outline-blue .bg-gradient {
    display: none;
  }
}
.btn--outline-blue .btn-text {
  position: relative;
  z-index: 3;
}
.btn--outline-blue:hover .bg-gradient::before {
  opacity: 1;
}
.btn--outline-white {
  border: solid 1px rgb(32, 91, 133);
  color: rgb(32, 91, 133) !important;
  background: white;
}
.btn--outline-white::before {
  border-left-color: rgb(32, 91, 133);
}
.btn--outline-white::after {
  background: rgb(32, 91, 133);
}
.btn--outline-white:hover {
  background: white;
  transition: color, border-color 0.3s;
  color: rgb(4, 52, 86) !important;
  border-color: rgb(4, 52, 86);
}
.btn--outline-white:hover::before {
  border-left-color: rgb(4, 52, 86);
}
.btn--outline-white:hover::after {
  background: rgb(4, 52, 86);
}
.btn--download::after {
  display: none;
}
.btn--download::before {
  right: 20px;
  width: 24px;
  height: 24px;
  border: unset;
  animation: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzk5MDFfMTc5MikiPgo8cGF0aCBkPSJNMTggMTVWMThINlYxNUg0VjE4QzQgMTkuMSA0LjkgMjAgNiAyMEgxOEMxOS4xIDIwIDIwIDE5LjEgMjAgMThWMTVIMThaTTE3IDExTDE1LjU5IDkuNTlMMTMgMTIuMTdWNEgxMVYxMi4xN0w4LjQxIDkuNTlMNyAxMUwxMiAxNkwxNyAxMVoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfOTkwMV8xNzkyIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  background-size: 24px 24px;
}
@media screen and (max-width: 959px) {
  .btn--download::before {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
}
.btn--download.btn--outline-white::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc4NTZfMzI0NDkpIj4KPHBhdGggZD0iTTE0Ljk5ODcgMTIuNDk4N1YxNC45OTg3SDQuOTk4N1YxMi40OTg3SDMuMzMyMDNWMTQuOTk4N0MzLjMzMjAzIDE1LjkxNTQgNC4wODIwMyAxNi42NjU0IDQuOTk4NyAxNi42NjU0SDE0Ljk5ODdDMTUuOTE1NCAxNi42NjU0IDE2LjY2NTQgMTUuOTE1NCAxNi42NjU0IDE0Ljk5ODdWMTIuNDk4N0gxNC45OTg3Wk0xNC4xNjU0IDkuMTY1MzZMMTIuOTkwNCA3Ljk5MDM2TDEwLjgzMiAxMC4xNDA0VjMuMzMyMDNIOS4xNjUzNlYxMC4xNDA0TDcuMDA3MDMgNy45OTAzNkw1LjgzMjAzIDkuMTY1MzZMOS45OTg3IDEzLjMzMkwxNC4xNjU0IDkuMTY1MzZaIiBmaWxsPSIjMjA1Qjg1Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNzg1Nl8zMjQ0OSI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
}
.btn--download.btn--outline-sm::before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.btn--download:hover::before {
  animation: none;
  border: none;
}
.btn.btn--outline-sm {
  width: 320px;
  min-height: 56px;
  padding: 16px 50px 16px 19px;
}
@media screen and (max-width: 959px) {
  .btn.btn--outline-sm {
    width: 100%;
    min-height: 48px;
    padding: 13px 20px;
  }
}
.btn.btn--outline-md {
  width: 336px;
  min-height: 80px;
  padding: 26px 50px 26px 32px;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .btn.btn--outline-md {
    width: 100%;
    min-height: 67px;
    font-size: 14px;
    padding: 23px 19px;
  }
}
.btn.btn--outline-warning {
  color: #C1515E !important;
  border-color: #C1515E;
  background: transparent;
}
.btn.btn--outline-warning::before {
  border-left-color: #C1515E;
}
.btn.btn--outline-warning::after {
  background: #C1515E;
}
.btn.btn--outline-warning:hover {
  color: #9F2739 !important;
  border-color: #9F2739;
}
.btn.btn--outline-warning:hover::before {
  border-left-color: #9F2739;
}
.btn.btn--outline-warning:hover::after {
  background: #9F2739;
}

.link_newtab {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  padding-right: 16px;
  margin-right: 4px;
}
.link_newtab:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-mask-image: url(../img/common/ico_window_white.svg);
  mask-image: url(../img/common/ico_window_white.svg);
  background-color: #fff;
}

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

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

.icon-download-lg {
  width: 30px;
  height: 30px;
  background: url("../img/common/icon_download_lg.svg") no-repeat;
  background-size: 30px 30px;
}
@media screen and (max-width: 959px) {
  .icon-download-lg {
    width: 20px;
    height: 20px;
    background: url("../img/common/icon_download_md.svg") no-repeat;
    background-size: 20px 20px;
  }
}

.icon-mail-lg {
  width: 30px;
  height: 30px;
  background: url("../img/common/icon_mail_lg.svg") no-repeat;
  background-size: 30px 30px;
}
@media screen and (max-width: 959px) {
  .icon-mail-lg {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background: url("../img/common/icon_mail_md.svg") no-repeat;
  }
}

.icon-contact-lg {
  width: 30px;
  height: 30px;
  background: url("../img/common/icon_contact_lg.svg") no-repeat;
  background-size: 30px 30px;
}
@media screen and (max-width: 959px) {
  .icon-contact-lg {
    width: 20px;
    height: 20px;
    background: url("../img/common/icon_contact_md.svg") no-repeat;
    background-size: 20px 20px;
  }
}

.btn-footer {
  padding: 24px 12px 24px 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 25.5px;
  letter-spacing: 0.04em;
  text-align: left;
  color: white !important;
  border: 1px solid #FFFFFF;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 959px) {
  .btn-footer {
    padding: 20px 24px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 960px) {
  .btn-footer:hover {
    background: #205B85;
    border-color: #205B85;
  }
}

.about_define_block_note {
  grid-area: note;
  margin-top: 27px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  .about_define_block_note {
    margin-top: -13px;
  }
}

.about_define_block_note_item {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #5B5B5B;
}
.about_define_block_note_item:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  .about_define_block_note_item {
    padding-left: 16px;
    font-size: 12px;
    line-height: 16px;
  }
}

.about_page__service.index_page .service_block {
  margin-top: 40px !important;
}
@media screen and (max-width: 959px) {
  .about_page__service.index_page .service_block {
    margin-top: 80px !important;
  }
}

.price_block__item_sub_label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .price_block__item_sub_label {
    position: relative;
    flex-wrap: wrap;
    font-size: 13px;
  }
}
@media screen and (max-width: 959px) and (max-width: 400px) {
  .price_block__item_sub_label span:nth-child(2) {
    width: 100%;
    text-align: right;
  }
}

.price_block__item_sub_box {
  display: flex;
  justify-content: space-between;
  margin-right: -8px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 400;
}
.lang_en .price_block__item_sub_box {
  margin-right: 0;
}
.price_block__item_sub_box .price_block__item_sub_value {
  position: relative;
  font-weight: 700;
}
.price_block__item_sub_box .price_block__item_sub_value > span {
  content: "※2";
  position: absolute;
  top: 0;
  right: -25px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .price_block__item_sub_box {
    margin-right: -2;
    font-size: 13px;
  }
  .price_block__item_sub_box .price_block__item_sub_value > span {
    top: unset;
    right: 16px;
    bottom: -22px;
  }
}

.price_block__item_list {
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  .price_block__item_list {
    margin-top: 1px;
  }
}
.lang_en .price_block__item_list {
  padding-left: 18px;
}

.price_block__item_list--short {
  margin-top: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .price_block__item_list--short {
    margin-top: 24px;
    margin-bottom: 22px;
  }
}

.price_block__item_text_box--right {
  margin-right: -8px;
}
@media screen and (max-width: 959px) {
  .price_block__item_text--lg,
  .price_block__item_sub_text--lg {
    font-size: 14px !important;
  }
}
.price_block__comment {
  margin-top: 32px;
  counter-reset: my-counter;
}
@media screen and (max-width: 959px) {
  .price_block__comment {
    margin-top: 24px;
  }
}
.price_block__comment_item {
  counter-increment: my-counter;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 26px;
  color: #5B5B5B;
}
.price_block__comment_item:before {
  content: "※" counter(my-counter) " ";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  .price_block__comment_item {
    padding-left: 26px;
    font-size: 12px;
    line-height: 16px;
  }
}

.price_block__item_sub_name {
  flex: 1;
}
@media screen and (max-width: 959px) {
  .price_block__item_sub_name {
    flex: 0.66;
  }
}

.price_block__item_sub_value {
  flex: 1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 959px) {
  .price_block__item_sub_value--right {
    text-align: right;
    padding-right: 15px;
  }
}

.index_page .price_block__item_text {
  flex: 1;
}
@media screen and (max-width: 959px) {
  .index_page .price_block__item_text {
    flex: 0.5;
  }
}

.index_page .price_block__item_sub_text {
  flex: 1;
  font-size: 14px;
}

.index_page .price_block__item_text_box {
  gap: 15px;
}
.index_page .price_block__item_text_box--md .price_block__item_text {
  flex: 0.7;
}
.index_page .price_block__item_text_box--md .price_block__item_sub_text {
  text-align: right;
}

.index_page .using_block__inner {
  max-width: 960px;
  margin: auto;
  padding: 60px 20px 100px;
  position: relative;
}
.index_page .using_block__inner:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
}
@media screen and (max-width: 959px) {
  .index_page .using_block__inner:before {
    width: calc(100% - 40px);
  }
}

.using_block__link {
  display: flex;
  justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 959px) {
  .index_page .using_block__link {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (min-width: 960px) {
  .price_block__comment-block {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  .about_page__keyvisual .subvisual_block {
    height: 377px;
  }
  .about_page__keyvisual .subvisual_block .subvisual_block__heading .heading {
    gap: 8px;
  }
}
.about_page__keyvisual .subvisual_block .subvisual_block__inner {
  margin-top: 113px;
  max-width: 1064px;
}
@media screen and (max-width: 959px) {
  .about_page__keyvisual .subvisual_block .subvisual_block__inner {
    margin-top: 40px;
  }
}
.about_page__keyvisual .subvisual_block .subvisual_block__text {
  margin-top: 20px;
  max-width: 600px;
  color: #205B85;
  font-weight: 700;
  font-size: 18px;
  line-height: 30.6px;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .about_page__keyvisual .subvisual_block .subvisual_block__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 23.8px;
  }
}
.about_page__keyvisual .subvisual_block .subvisual_block__btn {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .about_page__keyvisual .subvisual_block .subvisual_block__btn {
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
  }
}

.banner {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 95px;
  transform: translateX(109%);
  transition: 0.4s ease-out;
}
.banner.is_scroll {
  transform: translateX(0);
}
.banner a {
  transition: opacity 0.4s ease-out;
}
@media screen and (min-width: 960px) {
  .banner a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 959px) {
  .banner {
    display: none;
  }
}

.icon_check {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/common/ico_check.svg") no-repeat;
  background-size: contain;
}

.scroll_control {
  display: none;
}

.js_scroll_indicator {
  position: relative;
}
.js_scroll_indicator::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 84px;
  background: url("../img/common/ico_scroll_indicator.svg") no-repeat center;
  background-size: contain;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.5s linear;
  z-index: 1;
}
.js_scroll_indicator.disable::after {
  visibility: hidden;
  opacity: 0;
}

@media (hover: hover) {
  .js_scroll_indicator:hover::after {
    visibility: hidden;
    opacity: 0;
  }
}
.btn--icon {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #111111 !important;
  padding: 8px 12px;
  gap: 6px;
  border: none;
  background: transparent;
  margin: 0 auto !important;
  width: auto;
  display: inline-flex !important;
  padding-right: 50px;
  text-decoration: underline !important;
}
.btn--icon::after {
  left: calc(100% - 4px - 26px);
}
.btn--icon::before {
  right: 4px;
}
@media screen and (min-width: 960px) {
  .btn--icon:hover {
    color: #0095DD !important;
    background-color: transparent;
  }
  .btn--icon:hover::after {
    background: #0095DD;
    width: 16px;
    animation: none !important;
  }
  .btn--icon:hover::before {
    border-left-color: #0095DD;
    animation: none !important;
  }
}
@media screen and (max-width: 959px) {
  .btn--icon {
    font-size: 13px;
    line-height: 26px;
  }
}

.loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (min-width: 960px) {
  .loading {
    background: #FFFFFF url("../img/common/logo.svg") no-repeat center;
    background-size: 662px auto;
  }
}

.is-loading {
  overflow: hidden;
}
.is-loading .loading {
  display: block;
}

.topvisual_block {
  color: #FFFFFF;
  overflow: hidden;
}
.topvisual_block__container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 1400px) {
  .topvisual_block__container {
    height: 50.78vw;
  }
}
.topvisual_block__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1120px;
  padding: 0 20px 0;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.topvisual_block__logo {
  margin-bottom: 30px;
}
.topvisual_block__image {
  height: 100%;
  width: 100%;
}
.topvisual_block__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1400px) {
  .topvisual_block__image img {
    height: 100%;
  }
}
@media screen and (max-width: 959px) {
  .topvisual_block__image img {
    height: auto;
  }
}
@media screen and (max-width: 390px) {
  .topvisual_block__image img {
    height: 380px;
  }
}
.topvisual_block__wrap {
  align-self: flex-start;
  margin-top: 181px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  max-width: 1080px;
}
.topvisual_block__head {
  font-size: 32px;
  font-weight: 700;
  line-height: 43.2px;
  letter-spacing: 0;
  display: inline-flex;
  flex-direction: column;
}
.topvisual_block__head span:nth-of-type(2) {
  font-size: 40px;
  line-height: 54px;
}
.topvisual_block__sub_head {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: 0.04em;
  margin-top: 23px;
  padding: 12px 18px;
  background: linear-gradient(270deg, #1E6592 0%, #0B9BE0 100%);
}
.topvisual_block__sub_head .text-mark {
  color: #F2CB3F;
}
.topvisual_block__text_list {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  margin-left: -12px;
}
@media screen and (max-width: 959px) {
  .topvisual_block__text_list {
    margin-left: -7px;
    margin-top: clamp(23px, 23px + 4 * (100vw - 739px) / 220, 27px);
  }
}
@media screen and (max-width: 959px) and (max-width: 738px) {
  .topvisual_block__text_list {
    margin-top: clamp(23px, 31px - 8 * (100vw - 375px) / 363, 31px);
  }
}
.topvisual_block__text_item {
  color: #205B85;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding: 30px 12px 0;
  border-right: 1px solid #0074AC;
  min-width: 160px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .topvisual_block__text_item {
    font-size: clamp(12px, 12px + 2 * (100vw - 739px) / 220, 14px);
    line-height: 1.35;
    padding: clamp(23px, 23px + 4 * (100vw - 739px) / 220, 27px) 6px 0 6px;
    min-width: clamp(132px, 120px + 12 * (100vw - 739px) / 220, 144px);
    text-align: center;
  }
}
@media screen and (max-width: 959px) and (max-width: 738px) {
  .topvisual_block__text_item {
    padding-top: clamp(19px, 19px + 4 * (100vw - 375px) / 363, 23px);
    font-size: clamp(12px, 14px - 2 * (100vw - 375px) / 363, 14px);
    min-width: clamp(102px, 102px + 30 * (100vw - 375px) / 363, 132px);
  }
}
@media screen and (max-width: 374px) {
  .topvisual_block__text_item br {
    display: none;
  }
}
.topvisual_block__text_item span {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .topvisual_block__text_item span {
    font-size: clamp(15px, 15px + 3 * (100vw - 739px) / 220, 18px);
  }
}
@media screen and (max-width: 959px) and (max-width: 738px) {
  .topvisual_block__text_item span {
    font-size: clamp(14px, 14px + 1 * (100vw - 375px) / 363, 15px);
  }
}
.topvisual_block__text_item:last-child {
  border-right: none;
}
.topvisual_block__text_item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/top/ico_check.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .topvisual_block__text_item:before {
    width: clamp(18px, 18px + 4 * (100vw - 739px) / 220, 22px);
    height: clamp(18px, 18px + 4 * (100vw - 739px) / 220, 22px);
  }
}
@media screen and (max-width: 959px) and (max-width: 738px) {
  .topvisual_block__text_item:before {
    width: clamp(16px, 16px + 2 * (100vw - 375px) / 363, 18px);
    height: clamp(16px, 16px + 2 * (100vw - 375px) / 363, 18px);
  }
}
@media screen and (min-width: 960px) {
  .topvisual_block__container {
    overflow: hidden;
    max-height: 100vh;
  }
  .topvisual_block__inner {
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .topvisual_block__image {
    overflow: hidden;
    min-height: 650px;
  }
}
@media screen and (max-width: 959px) {
  .topvisual_block {
    border-radius: 0px;
    min-height: 380px;
  }
  .topvisual_block__logo {
    margin-bottom: clamp(22px, 22px + 5 * (100vw - 739px) / 220, 27px);
    width: clamp(157px, 157px + 31 * (100vw - 739px) / 220, 188px);
    height: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 738px) {
  .topvisual_block__logo {
    margin-bottom: clamp(12px, 12px + 10 * (100vw - 375px) / 363, 22px);
    width: clamp(155px, 155px + 2 * (100vw - 739px) / 220, 157px);
  }
}
@media screen and (max-width: 959px) {
  .topvisual_block__wrap {
    width: 100%;
    margin-top: clamp(40px, 40px + 8 * (100vw - 375px) / 584, 48px);
    padding-left: clamp(35px, 35px + 20 * (100vw - 375px) / 584, 55px);
  }
}
@media screen and (max-width: 959px) and (max-width: 738px) {
  .topvisual_block__wrap {
    margin-top: clamp(30px, 30px + 10 * (100vw - 375px) / 363, 40px);
    padding-left: clamp(0px, 0px + 35 * (100vw - 375px) / 363, 35px);
  }
}
@media screen and (max-width: 959px) {
  .topvisual_block__inner {
    padding-top: 30px;
    padding-bottom: 36px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .topvisual_block__image picture {
    display: block;
  }
  .topvisual_block__head {
    gap: 4px;
    line-height: 1.35;
    width: clamp(246px, 400px + 80 * (100vw - 739px) / 220, 480px);
    font-size: clamp(24px, 24px + 4 * (100vw - 739px) / 220, 28px);
  }
}
@media screen and (max-width: 959px) and (max-width: 738px) {
  .topvisual_block__head {
    width: clamp(246px, 246px + 204 * (100vw - 375px) / 363, 450px);
    font-size: clamp(18px, 18px + 6 * (100vw - 375px) / 363, 24px);
  }
}
@media screen and (max-width: 959px) {
  .topvisual_block__head span:nth-of-type(2) {
    font-size: clamp(30px, 30px + 6 * (100vw - 739px) / 220, 36px);
    line-height: 1.35;
  }
}
@media screen and (max-width: 959px) and (max-width: 738px) {
  .topvisual_block__head span:nth-of-type(2) {
    font-size: clamp(24px, 24px + 6 * (100vw - 375px) / 363, 30px);
  }
}
@media screen and (max-width: 959px) {
  .topvisual_block__sub_head {
    margin-top: clamp(16px, 16px + 2 * (100vw - 739px) / 220, 18px);
    width: clamp(400px, 400px + 80 * (100vw - 739px) / 220, 480px);
    font-size: clamp(13.5px, 13.5px + 2.5 * (100vw - 739px) / 220, 16px);
    font-weight: 700;
    line-height: 1.6;
    padding: clamp(9px, 9px + 2 * (100vw - 739px) / 220, 11px) 0;
    text-align: center;
    letter-spacing: 0.04em;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 959px) and (max-width: 738px) {
  .topvisual_block__sub_head {
    width: clamp(230px, 230px + 170 * (100vw - 375px) / 363, 400px);
    font-size: clamp(13px, 13px + 0.5 * (100vw - 375px) / 363, 13.5px);
    padding: clamp(4px, 4px + 5 * (100vw - 375px) / 363, 9px) 8px;
  }
}

.section_heading {
  text-align: center;
}
.section_heading__en {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #0095DD;
}
.section_heading__sub_heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
  letter-spacing: 0.04em;
  margin-top: 16px;
  color: #205B85;
}
.section_heading__sub_heading + .section_heading__ja {
  margin-top: 5px;
}
.section_heading__ja {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: 0.04em;
  margin-top: 16px;
  color: #205B85;
}
@media screen and (max-width: 959px) {
  .section_heading {
    text-align: left;
  }
  .section_heading__en {
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 0.02em;
  }
  .section_heading__sub_heading {
    font-size: 18px;
    line-height: 23.4px;
    margin-top: 8px;
  }
  .section_heading__sub_heading + .section_heading__ja {
    margin-top: 0;
  }
  .section_heading__ja {
    font-size: 28px;
    line-height: 36.4px;
    margin-top: 8px;
  }
}

.heading_line-through {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: center;
  color: #0095DD;
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
  display: inline-block;
}
.heading_line-through::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background: #0095DD;
}
.heading_line-through::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  background: #0095DD;
}
@media screen and (max-width: 959px) {
  .heading_line-through {
    font-family: Noto Sans JP;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0.04em;
    padding-left: 50px;
    padding-right: 50px;
  }
  .heading_line-through::before {
    width: 30px;
  }
  .heading_line-through::after {
    width: 30px;
  }
}

.topfeatures {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.topfeatures__item {
  position: relative;
  padding: 0 37px;
}
.topfeatures__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #E7E7E7;
}
.topfeatures__item:first-child::before {
  display: none;
}
.topfeatures__icon {
  text-align: center;
  padding-bottom: 20px;
  height: 112px;
  box-sizing: border-box;
}
.topfeatures__icon img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.topfeatures__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #205B85;
  text-align: center;
  margin-bottom: 20px;
}
.topfeatures__lead {
  line-height: 28px;
  color: #000;
}
@media screen and (max-width: 959px) {
  .topfeatures {
    grid-template-columns: 1fr;
  }
  .topfeatures__item {
    padding: 24px 0 16px;
  }
  .topfeatures__item:first-child {
    padding-top: 0;
  }
  .topfeatures__item::before {
    width: 100%;
    height: 1px;
    background: #F6F6F6;
  }
  .topfeatures__item:last-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F6F6F6;
    width: 100%;
    height: 1px;
  }
  .topfeatures__icon {
    height: auto;
    padding-bottom: 8px;
  }
  .topfeatures__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .topfeatures__lead {
    font-size: 13px;
    line-height: 26px;
  }
}

.topfeatures_block {
  padding: 70px 0 51px;
}
.topfeatures_block__inner {
  max-width: 960px;
  margin: 0 auto;
}
.topfeatures_block .topfeatures {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .topfeatures_block {
    padding: 40px 0;
  }
  .topfeatures_block .topfeatures {
    margin-top: 40px;
  }
}

.pricing_table__body::-webkit-scrollbar {
  height: 8px;
}
.pricing_table__body::-webkit-scrollbar-track {
  background: #f4f4f4;
}
.pricing_table__body::-webkit-scrollbar-thumb {
  background: #949494;
  border-radius: 10px;
}
.pricing_table__row {
  display: inline-flex;
  align-items: end;
}
.pricing_table__content {
  display: flex;
  align-items: end;
}
.pricing_table_list {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  min-width: 190px;
}
.pricing_table_list__item {
  padding: 23px 20px 23px 33px;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #EBEBEB;
}
.pricing_table_list__item + .pricing_table_list__item {
  border-top: 0;
}
.pricing_table_list--regular .pricing_table_list__item {
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding: 26px 20px 30px 33px;
  color: #205B85;
}
.pricing_table_list--regular .pricing_table_list__item:first-child {
  background: #C9E2F0;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pricing_table_list--highlight {
  background-color: #205B85;
  border: 5px solid #205B85;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: -5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  color: #205B85;
  min-width: 422px;
}
.pricing_table_list--highlight .pricing_table_list__item {
  background: #F3FBFF;
  border-left: none;
  border-right: none;
}
.pricing_table_list--highlight .pricing_table_list__item .icon_check {
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.pricing_table_list--highlight .pricing_table_list__item:first-child {
  border-top: none;
  background-color: transparent;
  color: #fff;
  justify-content: center;
  font-size: 24px;
  line-height: 20px;
  padding-top: 26px;
  padding-bottom: 26px;
}
@media screen and (max-width: 959px) {
  .pricing_table__body {
    text-align: center;
  }
  .pricing_table__row {
    display: inline-flex;
  }
  .pricing_table__row::after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
  }
  .pricing_table__sidebar {
    position: sticky;
    top: 0;
    left: 0;
    flex-grow: 0;
    flex-shrink: 0;
    width: 117px;
    display: flex;
    align-self: stretch;
    align-items: end;
    background-color: #F6F6F6;
  }
  .pricing_table__sidebar::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 10px;
    width: 100%;
    background-color: #F6F6F6;
  }
  .pricing_table__sidebar .pricing_table_list {
    min-width: 0;
  }
  .pricing_table__content {
    width: calc(100% - 117px);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .pricing_table_list {
    min-width: 190px;
  }
  .pricing_table_list__item {
    font-size: 13px;
    line-height: 20px;
    padding: 16px 14px;
    white-space: nowrap;
    gap: 8px;
  }
  .pricing_table_list--highlight {
    border-width: 3px;
    margin-bottom: -3px;
    min-width: 202px;
  }
  .pricing_table_list--highlight .pricing_table_list__item {
    font-size: 15px;
    padding: 15px 14px;
  }
  .pricing_table_list--highlight .pricing_table_list__item .icon_check {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
  .pricing_table_list--highlight .pricing_table_list__item:first-child {
    font-size: 17.28px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .pricing_table_list--regular .pricing_table_list__item {
    font-size: 13px;
    padding: 16px 14px;
  }
  .pricing_table_list--regular .pricing_table_list__item:first-child {
    font-size: 12.96px;
    line-height: 14.4px;
  }
}

.about_irec_block {
  background-color: #F6F6F6;
  padding: 116px 0 100px;
  border-radius: 100px 0px 0px;
}
.about_irec_block__title {
  color: #0074AC;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-top: 60px;
}
.about_irec_block__desc {
  text-align: center;
  font-size: 0;
}
.about_irec_block__desc span {
  background-color: #205B85;
  display: inline-block;
  padding: 0 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 26px;
  color: #fff;
}
.about_irec_block__desc span ~ span {
  margin-top: 5px;
}
.about_irec_block__video {
  text-align: center;
  max-width: 620px;
  margin: 48px auto 0;
}
.about_irec_block__video .about_irec_block__video_thumb {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.about_irec_block__video .about_irec_block__video_thumb:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #111111 url("../img/common/ico_play.svg") no-repeat 20px center;
  border-radius: 50%;
}
.about_irec_block__video .about_irec_block__video_thumb img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .about_irec_block__video .about_irec_block__video_thumb img {
    height: auto;
  }
}
.about_irec_block__video .about_irec_block__video_caption {
  line-height: 28px;
  margin-top: 30px;
}
.about_irec_block__btn {
  text-align: center;
  margin-top: 30px;
}
.about_irec_block__advantage {
  margin-top: 60px;
}
.about_irec_block__advantage_list {
  display: flex;
  max-width: 904px;
  margin: 0 auto;
  justify-content: center;
  gap: 20px;
}
.about_irec_block__advantage_item {
  border-radius: 20px;
  overflow: hidden;
  width: 50%;
  background-color: #fff;
}
.about_irec_block__advantage_item:nth-of-type(even) .about_irec_block__advantage_label {
  background: linear-gradient(90deg, #0192C2 0%, #0175BA 100%);
}
.about_irec_block__advantage_item:nth-of-type(even) .about_irec_block__advantage_title {
  color: #0095DD;
}
.about_irec_block__advantage_heading {
  text-align: center;
  margin-bottom: 60px;
}
.about_irec_block__advantage_inner {
  padding: 32px 16px 28px;
  text-align: center;
}
.about_irec_block__advantage_label {
  font-size: 22px;
  font-weight: 700;
  line-height: 22.4px;
  color: #fff;
  background: linear-gradient(90deg, #2C6B98 2.42%, #215C85 36.47%, #0E4063 100%);
  padding: 37px;
  text-align: center;
}
.about_irec_block__advantage_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  color: #205B85;
  margin-top: 14px;
}
.about_irec_block__advantage_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 24px;
}
.about_irec_block__advantage_upper {
  display: flex;
  justify-content: center;
}
.about_irec_block__advantage_upper .about_irec_block__advantage_icon + .about_irec_block__advantage_icon {
  margin-left: 40px;
}
.about_irec_block__pricing {
  padding-top: 120px;
}
.about_irec_block__pricing_heading {
  text-align: center;
  margin-bottom: 50px;
}
.about_irec_block__pricing + .about_irec_block__btn {
  margin-top: 55px;
}
@media screen and (max-width: 959px) {
  .about_irec_block {
    border-radius: 0px 80px 0px 0px;
    padding: 40px 0;
  }
  .about_irec_block__title {
    margin-top: 24px;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
  }
  .about_irec_block__desc {
    text-align: justify;
    margin-top: 8px;
  }
  .about_irec_block__desc br {
    display: none;
  }
  .about_irec_block__desc span {
    font-size: 16px;
    line-height: 2.4;
    letter-spacing: 0.02em;
    padding: 5px;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  .about_irec_block__video .about_irec_block__video_thumb:before {
    width: 35px;
    height: 35px;
    background-size: 9px auto;
    background-position: 14px center;
    top: calc(50% + 15px);
  }
  .about_irec_block__video .about_irec_block__video_thumb img {
    max-width: 100%;
    height: auto;
  }
  .about_irec_block__video_caption {
    font-size: 13px;
    line-height: 26px;
    margin-top: 20px;
    text-align: left;
  }
  .about_irec_block__btn {
    margin-top: 20px;
  }
  .about_irec_block__btn .btn--icon {
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .about_irec_block__advantage {
    margin-top: 40px;
  }
  .about_irec_block__advantage_list {
    flex-direction: column;
  }
  .about_irec_block__advantage_item {
    width: 100%;
  }
  .about_irec_block__advantage_heading {
    margin-bottom: 30px;
  }
  .about_irec_block__advantage_inner {
    padding: 16px 12px;
  }
  .about_irec_block__advantage_label {
    font-size: 18px;
    line-height: 22.4px;
    padding: 16px;
  }
  .about_irec_block__advantage_title {
    font-size: 18px;
    line-height: 27px;
    margin-top: 8px;
  }
  .about_irec_block__advantage_text {
    font-size: 13px;
    line-height: 26px;
    margin-top: 12px;
  }
  .about_irec_block__advantage_icon img {
    max-width: 140px;
    height: auto;
  }
  .about_irec_block__advantage_upper .about_irec_block__advantage_icon + .about_irec_block__advantage_icon {
    margin-left: 20px;
  }
  .about_irec_block__pricing {
    padding-top: 40px;
  }
  .about_irec_block__pricing_heading {
    margin-bottom: 30px;
  }
  .about_irec_block__pricing + .about_irec_block__btn {
    margin-top: 30px;
  }
  .about_irec_block__pricing .pricing_table {
    margin-right: -20px;
  }
  .about_irec_block__pricing .pricing_table__body {
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
  }
}

.about_enetrack_block {
  background-color: #F6F6F6;
}
.about_enetrack_block__inner {
  padding: 80px 0 54px;
  border-radius: 0 100px 0 0;
  background-color: #fff;
}
.about_enetrack_block__desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
}
.about_enetrack_block__image {
  margin-top: 30px;
  text-align: center;
}
.about_enetrack_block__image img {
  max-width: 100%;
  height: auto;
}
.about_enetrack_block__btn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .about_enetrack_block__inner {
    padding: 40px 0 0;
  }
  .about_enetrack_block__image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

.what_block {
  background-color: #FFF;
}
.what_block__inner {
  background-color: #F6F6F6;
  padding: 107px 0 79px;
  border-radius: 100px 0 0;
}
.what_block__desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
  text-align: center;
}
.what_block__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
.what_block__item {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 0 30px 30px;
}
.what_block__image {
  text-align: center;
}
.what_block__image img {
  max-width: 100%;
  height: auto;
}
.what_block__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 38.5px;
  text-align: center;
  margin-top: 16px;
  color: #205B85;
}
.what_block__text {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  margin-top: 16px;
}
.what_block__btn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .what_block__inner {
    padding: 40px 0;
    background-color: #fff;
  }
  .what_block__desc {
    font-size: 13px;
    text-align: left;
    margin-top: 20px;
  }
  .what_block__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .what_block__item {
    padding: 12px 12px 16px;
  }
  .what_block__image img {
    max-width: 250px;
  }
  .what_block__title {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
  }
  .what_block__text {
    font-size: 13px;
    line-height: 28.3px;
    margin-top: 12px;
  }
}

.top_page .registration_block::before {
  border-color: transparent transparent #F6F6F6 transparent;
}
.top_page .faq_block--renew {
  margin-top: 0;
  border-radius: 0;
}
@media screen and (min-width: 960px) {
  .top_page .registration_block {
    padding-bottom: 63px;
  }
  .top_page .registration_block .registration_block__heading {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .top_page .registration_block::before {
    border-color: transparent transparent #FFFFFF transparent;
  }
}

.form_inner {
  margin-top: 128px;
  margin-bottom: 40px;
  align-self: flex-start;
  overflow-y: scroll;
  width: 400px;
  min-width: 400px;
  height: calc(100% - 168px);
}
@media screen and (max-width: 959px) {
  .form_inner {
    display: none;
  }
}

.notify_block {
  background: linear-gradient(90deg, #0B9AE0 2.42%, #215C85 36.57%, #0E4063 100%);
}
.notify_block--full {
  margin: 0 calc((960px - 100vw) / 2);
  margin-top: 80px;
}
.notify_block--full .notify_block__inner {
  padding: 60px 0;
}
@media screen and (max-width: 959px) {
  .notify_block--full {
    margin: 0 -20px;
    margin-top: 40px;
  }
  .notify_block--full .notify_block__inner {
    padding: 28px 0;
  }
  .notify_block--full .notify_block__buttons {
    margin-top: 20px;
  }
}
.notify_block__inner {
  padding: 44px 0 28px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .notify_block__inner {
    padding: 28px 0;
  }
}
.notify_block__title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.03em;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
  display: inline-block;
}
.notify_block__title:after, .notify_block__title:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  top: 2px;
}
@media screen and (max-width: 959px) {
  .notify_block__title:after, .notify_block__title:before {
    height: calc(100% - 5px);
  }
}
.notify_block__title:before {
  left: -15px;
  transform: rotate(-20deg);
}
@media screen and (max-width: 959px) {
  .notify_block__title:before {
    left: -5px;
  }
}
.notify_block__title:after {
  right: -10px;
  transform: rotate(20deg);
}
@media screen and (max-width: 959px) {
  .notify_block__title:after {
    right: -5px;
  }
}
@media screen and (max-width: 959px) {
  .notify_block__title {
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: 0.01em;
  }
}
.notify_block__title strong {
  font-weight: 700;
}
.notify_block__title--lg {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.notify_block__title--lg:after, .notify_block__title--lg:before {
  display: none;
}
@media screen and (max-width: 959px) {
  .notify_block__title--lg {
    font-size: 14px;
  }
}
.notify_block__buttons {
  margin-top: 28px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 959px) {
  .notify_block__buttons {
    margin-top: 22px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.notify_block__buttons .btn {
  flex-direction: column;
  align-items: flex-start;
  min-width: 380px;
}
@media screen and (max-width: 959px) {
  .notify_block__buttons .btn {
    gap: 2px;
    font-size: 13px;
    line-height: 17.5px;
    padding: 12px 20px;
    min-width: auto;
    width: 100%;
    max-width: 335px;
  }
}
.notify_block__buttons .btn--warning {
  border: 1px solid #EAEAEA;
}
.notify_block__buttons .btn--white {
  border: 1px solid #C1515E;
}
.notify_block__buttons .btn span {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .notify_block__buttons .btn span {
    font-size: 16px;
    line-height: 21.6px;
  }
}
.notify_block__info {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 10px auto;
  text-align: left;
  max-width: 820px;
}
@media screen and (max-width: 959px) {
  .notify_block__info {
    font-size: 14px;
    max-width: 335px;
    margin-bottom: 0;
  }
}
.notify_block__comment {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .notify_block__comment {
    font-size: 13px;
  }
}

.purchase_page .subvisual_block {
  background: transparent;
}
.purchase_page .subvisual_block__inner {
  position: absolute;
  margin-top: 78px;
  max-width: 100%;
  z-index: 1;
}
.purchase_page .subvisual_block__inner .container {
  overflow: hidden;
  max-width: 1034px;
}
.purchase_page .subvisual_block .heading {
  animation: none;
  transform: none;
}
.purchase_page .subvisual_block .heading__jp {
  letter-spacing: 0;
}
.purchase_page .subvisual_block .heading__sub {
  font-size: 32px;
  margin-left: -15px;
}
.purchase_page .subvisual_block__text {
  color: #205B85;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30.6px;
}
.purchase_page .subvisual_block__button {
  margin-top: 40px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 959px) {
  .purchase_page .subvisual_block__button {
    margin-top: 20px;
    gap: 20px;
    flex-direction: column;
  }
}
.purchase_page .subvisual_block__info {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #205B85;
  margin-top: 16px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .purchase_page .subvisual_block__info {
    font-size: 14px;
    margin-top: 20px;
  }
}
.purchase_page .subvisual_block__comment {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #205B85;
}
@media screen and (max-width: 959px) {
  .purchase_page .subvisual_block__comment {
    font-size: 13px;
  }
}
.purchase_page .subvisual_block__bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.purchase_page .subvisual_block__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .purchase_page .subvisual_block {
    height: 434px;
  }
  .purchase_page .subvisual_block .container {
    padding: 0;
  }
  .purchase_page .subvisual_block__inner {
    height: 100%;
    padding-top: 40px;
    margin-top: 0;
  }
  .purchase_page .subvisual_block .heading__sub {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    line-height: 1.2;
    margin-left: -8px;
  }
  .purchase_page .subvisual_block__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 23.8px;
    font-weight: 700;
  }
  .purchase_page .subvisual_block__button {
    margin-top: 20px;
  }
}
.purchase_page .anchor_list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  justify-content: space-between;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.purchase_page .anchor_list__item:last-child {
  border-left: 1px solid #D2D2D2;
  margin-left: -12px;
  padding-left: 12px;
}
.purchase_page .anchor_list__item:last-child .icon_chevron_down {
  display: block;
  transform: rotate(-90deg) translateX(50%);
}
.purchase_page .anchor_list__item:last-child .anchor_list__link {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}
.purchase_page .anchor_list__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 12px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  color: #0095DD;
}
.purchase_page .anchor_list__link .icon_chevron_down {
  display: block;
  width: 12px;
  height: 8px;
  -webkit-mask-image: url(../img/common/icon_chevron_down.svg);
          mask-image: url(../img/common/icon_chevron_down.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #0095DD;
  margin-top: 12px;
}
.purchase_page .anchor_list__link.active {
  background-color: #F3FBFF;
}
@media screen and (min-width: 960px) {
  .purchase_page .anchor_list__link:hover {
    background-color: #F3FBFF;
  }
}
@media screen and (max-width: 959px) {
  .purchase_page .anchor_list {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .purchase_page .anchor_list__item {
    border-bottom: 1px solid #F6F6F6;
  }
  .purchase_page .anchor_list__item .anchor_list__link {
    font-size: 13px;
    line-height: 16.9px;
  }
  .purchase_page .anchor_list__item + .anchor_list__item {
    margin-top: 12px;
  }
  .purchase_page .anchor_list__item:last-child {
    border-left: none;
    margin-left: -12px;
    padding-left: 12px;
  }
  .purchase_page .anchor_list__item:last-child .anchor_list__link {
    padding: 8px 12px 8px 8px;
  }
  .purchase_page .anchor_list__link {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px 8px 8px;
  }
  .purchase_page .anchor_list__link .icon_chevron_down {
    margin-top: 0;
  }
}
.purchase_page .emphersize-wrap {
  display: flex;
  justify-content: center;
}
.purchase_page .emphersize {
  position: relative;
  background-color: #E8F4FA;
  min-width: 270px;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #205B85;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.purchase_page .emphersize::before {
  position: absolute;
  bottom: -29px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 135px solid transparent;
  border-right: 135px solid transparent;
  border-top: 29px solid #E8F4FA;
}
.purchase_page .emphersize__title {
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0.04em;
  margin-bottom: -5px;
}
.purchase_page .emphersize__value {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04em;
  margin-left: 3px;
}
@media screen and (max-width: 959px) {
  .purchase_page .emphersize {
    margin-top: 12px;
    min-width: 230px;
    min-height: 39px;
  }
  .purchase_page .emphersize::before {
    bottom: -30px;
    border-left: 115px solid transparent;
    border-right: 115px solid transparent;
    border-top: 30px solid #E8F4FA;
  }
  .purchase_page .emphersize__title {
    margin-bottom: -3px;
    font-size: 14px;
    line-height: 16.8px;
  }
  .purchase_page .emphersize__value {
    font-size: 16px;
  }
}
.purchase_page .process_block {
  margin-top: 80px;
  margin-bottom: 80px;
}
.purchase_page .process_block .tag {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 12px;
  background-color: #0095DD;
  border-radius: 10px;
  display: inline-block;
  margin-right: 12px;
}
.purchase_page .process_block__label {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #0095DD;
  display: none;
}
.purchase_page .process_block__heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  color: #205B85;
}
.purchase_page .process_block__info {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2;
}
.purchase_page .process_block__wrap {
  margin-top: 44px;
}
.purchase_page .process_block__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-self: center;
  position: relative;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.purchase_page .process_block__item + .process_block__item {
  margin-top: 82px;
}
.purchase_page .process_block__item + .process_block__item::before {
  content: "";
  position: absolute;
  top: -66px;
  left: 100px;
  width: 3px;
  height: 50px;
  background-color: #D2D2D2;
  transform: translateX(-50%);
}
.purchase_page .process_block__number {
  align-self: center;
  grid-row: span 2;
}
.purchase_page .process_block__text {
  align-self: end;
}
.purchase_page .process_block__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #205B85;
}
.purchase_page .process_block__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 10px;
  align-self: start;
}
.purchase_page .process_block__desc a {
  color: #0095DD;
  text-decoration: underline;
}
.purchase_page .process_block__desc a[target=_blank] {
  position: relative;
  display: inline-block;
  padding-right: 26px;
}
.purchase_page .process_block__desc a[target=_blank]::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/common/ico_window_blue.svg) no-repeat center;
  background-size: 16px;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.purchase_page .process_block--secondary .process_block__number {
  align-self: flex-start;
}
.purchase_page .process_block--secondary .process_block__item ~ .emphersize-wrap {
  margin-top: 12px;
  margin-bottom: 39px;
}
.purchase_page .process_block--secondary .process_block__item ~ .process_block__item::before {
  display: none;
}
@media screen and (max-width: 959px) {
  .purchase_page .process_block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .purchase_page .process_block .tag {
    font-size: 14px;
    padding: 2px 8px;
    line-height: 24.5px;
    border-radius: 12px;
  }
  .purchase_page .process_block__label {
    display: block;
    margin-bottom: 4px;
  }
  .purchase_page .process_block__heading {
    font-size: 28px;
    line-height: 33.6px;
  }
  .purchase_page .process_block__info {
    font-size: 13px;
    margin-top: 24px;
  }
  .purchase_page .process_block__wrap {
    margin-top: 40px;
  }
  .purchase_page .process_block__number {
    grid-row: auto;
  }
  .purchase_page .process_block__number img {
    width: 80px;
    height: 80px;
  }
  .purchase_page .process_block__text {
    align-self: center;
  }
  .purchase_page .process_block__title {
    font-size: 20px;
    line-height: 26px;
  }
  .purchase_page .process_block__title .tag {
    margin-bottom: 4px;
  }
  .purchase_page .process_block__title .tag + span {
    display: block;
  }
  .purchase_page .process_block__desc {
    clear: both;
    margin-top: 16px;
    grid-column: span 2;
    font-size: 13px;
    line-height: 2;
  }
  .purchase_page .process_block__item {
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
  .purchase_page .process_block__item + .process_block__item {
    margin-top: 54px;
  }
  .purchase_page .process_block__item + .process_block__item::before {
    width: 2px;
    top: -42px;
    left: 40px;
    height: 30px;
  }
  .purchase_page .process_block--secondary .process_block__item {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.purchase_page .highlight_block {
  padding: 43px 64px;
  background-color: rgba(0, 149, 221, 0.1);
  text-align: center;
  margin-bottom: 100px;
}
.purchase_page .highlight_block__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #205B85;
  margin-bottom: 18px;
}
.purchase_page .highlight_block__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #205B85;
}
.purchase_page .highlight_block__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.purchase_page .highlight_block__image {
  margin-bottom: 16px;
}
.purchase_page .highlight_block__image img {
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .purchase_page .highlight_block {
    margin-bottom: 40px;
    padding: 20px 10px;
  }
  .purchase_page .highlight_block__heading {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 12px;
  }
  .purchase_page .highlight_block__image {
    margin-bottom: 12px;
  }
  .purchase_page .highlight_block__image img {
    width: auto;
    height: auto;
  }
  .purchase_page .highlight_block__title {
    font-size: 14px;
    line-height: 23.8px;
  }
  .purchase_page .highlight_block__text {
    font-size: 13px;
    line-height: 26px;
    text-align: justify;
    letter-spacing: 0.04em;
    margin-top: 12px;
  }
}

.registration_block {
  background: rgb(11, 154, 224);
  background: linear-gradient(90deg, rgb(11, 154, 224) 0%, rgb(33, 92, 133) 35%, rgb(14, 64, 99) 100%);
  color: #fff;
  padding: 100px 0 80px;
  text-align: center;
  position: relative;
}
.registration_block--md {
  padding-top: 75px;
}
.registration_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 50px 35px 50px;
  border-color: transparent transparent #ffffff transparent;
  transform: translateX(-50%) rotate(180deg);
}
.registration_block__subheading {
  font-size: 32px;
  font-weight: 700;
  line-height: 44.8px;
}
.registration_block__heading {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 24px;
}
.registration_block__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.04em;
}
.registration_block__button {
  margin-top: 40px;
  max-width: 517px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.registration_block__button .btn {
  padding: 32px 40px;
  border: 1px solid rgb(234, 234, 234);
  width: auto;
  justify-content: flex-start;
}
.registration_block__button .btn::before {
  right: 36px;
}
.registration_block__button .btn:after {
  left: calc(100% - 36px - 26px);
}
.registration_block__button .btn__label {
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}
@media screen and (min-width: 960px) {
  .registration_block__button .btn:hover::before {
    animation: arrowBeforeNew 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
  }
  .registration_block__button .btn:hover::after {
    animation: arrowAfterNew 1s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
  }
}
.registration_block__info {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin-left: 70px;
  margin-right: 70px;
}
.registration_block .list-asterisk__item {
  position: relative;
  padding-left: 32px;
}
.registration_block .list-asterisk__item::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.registration_block .list-asterisk__item-link {
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
.registration_block .list-asterisk__item-link[target=_blank]::after {
  display: inline-block;
  content: "";
  height: 12px;
  width: 14px;
  background: url(../img/common/ico_window_white.svg) no-repeat center;
  background-size: contain;
  margin-left: 8px;
  margin-right: 8px;
}
.registration_block--md .registration_block__button {
  max-width: 460px;
}
@media screen and (max-width: 959px) {
  .registration_block {
    padding: 48px 0 34px;
  }
  .registration_block--md {
    padding-top: 40px;
  }
  .registration_block::before {
    border-width: 0 31.5px 30px 31.5px;
  }
  .registration_block__subheading {
    font-size: 18px;
    line-height: 36px;
  }
  .registration_block__heading {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .registration_block__text {
    font-size: 14px;
    line-height: 24.5px;
    text-align: left;
  }
  .registration_block__button {
    margin-top: 40px;
  }
  .registration_block__button .btn {
    padding: 32px 20px;
    height: 67px;
  }
  .registration_block__button .btn__label {
    font-size: 16px;
    line-height: 19.2px;
  }
  .registration_block__info {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .registration_block .list-asterisk {
    font-size: 13px;
    line-height: 2;
  }
  .registration_block .list-asterisk__item {
    padding-left: 20px;
  }
  .registration_block .list-asterisk__item::before {
    font-size: 13px;
    top: 0;
  }
}

.call2action_block {
  text-align: center;
  padding: 80px 0 72px;
}
.call2action_block__heading {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #205B85;
  display: inline-block;
  margin-bottom: 36px;
  padding-bottom: 16px;
  border-bottom: 1px solid #111111;
}
.call2action_block__heading::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 20px;
  height: 21px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  display: block;
  border-right: 1px solid #111111;
  transform: rotate(45deg);
}
.call2action_block__text {
  line-height: 28px;
}
.call2action_block__button {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .call2action_block {
    padding: 48px 20px 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .call2action_block__heading {
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 0.04em;
    padding-bottom: 20px;
    margin-bottom: 42px;
  }
  .call2action_block__heading::after {
    bottom: -6px;
    width: 10px;
    height: 10px;
  }
  .call2action_block__text {
    font-size: 13px;
    line-height: 26px;
    text-align: justify;
  }
  .call2action_block__button {
    margin-top: 30px;
  }
}

.materials_page .lnk_download {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #0095DD;
  padding-right: 38px;
  position: relative;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.materials_page .lnk_download::after {
  content: "";
  width: 26px;
  height: 26px;
  background: #0095DD url(../img/common/ico_download_bold.svg) no-repeat center;
  background-size: 13px;
  display: inline-block;
  margin-left: 12px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .materials_page .lnk_download {
    font-size: 14px;
    line-height: 32px;
  }
}
.materials_page .intro_block {
  margin-top: 80px;
}
.materials_page .intro_block .heading--en {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.04em;
}
.materials_page .intro_block__text {
  margin-top: 32px;
  font-size: 16px;
  line-height: 28px;
}
.materials_page .content_block {
  margin-top: 100px;
}
.materials_page .content_block--md {
  margin-top: 60px;
}
.materials_page .content_block--md:first-child {
  margin-top: 40px;
}
.materials_page .content_block .heading {
  margin-bottom: 20px;
}
.materials_page .content_block .heading_line + .d_grid {
  margin-top: 16px;
}
@media screen and (max-width: 959px) {
  .materials_page .annual_report .content_block {
    margin-top: 40px;
  }
}
.materials_page .annual_report .heading {
  margin-bottom: 8px;
}
.materials_page .annual_report .content_block_desc {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .materials_page .annual_report .content_block_desc {
    margin-bottom: 20px;
    font-size: 13px;
  }
}
.materials_page .call2action_block {
  padding: 60px 0 54px;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  margin-top: 100px;
}
.materials_page .related_movies {
  padding-bottom: 30px;
  margin-bottom: 80px;
}
.materials_page .related_movies .media_block {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .materials_page .related_movies .d_grid {
    row-gap: 0;
  }
}
@media screen and (max-width: 959px) {
  .materials_page .sub_page__breadcrumb_wrap {
    overflow: initial;
  }
  .materials_page .content_block {
    margin-top: 30px;
  }
  .materials_page .content_block .heading_line + .d_grid {
    margin-top: 20px;
  }
  .materials_page .media_block .btn {
    max-width: none;
    padding: 14px 20px;
  }
  .materials_page .media_block .btn--download::after {
    width: 18px;
    height: 18px;
    right: 20px;
  }
  .materials_page .intro_block {
    margin-top: 0;
  }
  .materials_page .intro_block .heading {
    background: rgb(246, 246, 246);
    background: linear-gradient(257deg, rgb(246, 246, 246) 0%, rgb(229, 229, 229) 100%);
    padding: 30px 20px 33px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .materials_page .intro_block .heading--en {
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 0.02em;
  }
  .materials_page .intro_block .heading--en + .heading--ja {
    margin-top: 8px;
  }
  .materials_page .intro_block__text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 28.6px;
  }
  .materials_page .utilization .content_block--md {
    margin-top: 30px;
  }
  .materials_page .related_mater {
    padding-bottom: 16px;
    margin-top: 88px;
  }
  .materials_page .annual_report .heading {
    margin-bottom: 8px;
  }
  .materials_page .call2action_block {
    padding: 48px 20px 60px;
    margin-top: 40px;
  }
  .materials_page .related_movies {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .materials_page .related_movies .media_block {
    border-bottom: none;
  }
}

#video-modal .modal__container {
  width: 100%;
  max-width: 960px;
  padding: 0;
  border-radius: 0;
}
#video-modal .modal__btn-close {
  top: 20px;
  right: calc((100% - 960px) / 2);
  color: #fff;
}
#video-modal .modal__btn-close:focus, #video-modal .modal__btn-close:focus-visible {
  outline: revert !important;
}
#video-modal .modal__overlay {
  padding: 0 16px;
  background-color: rgba(17, 17, 17, 0.7);
}
#video-modal .modal__content_video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625 = 56.25%) */
  height: 0;
  overflow: hidden;
}
#video-modal .modal__content_video iframe,
#video-modal .modal__content_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 959px) {
  #video-modal .modal__btn-close {
    top: 20px;
    right: 20px;
  }
}
@media screen and (orientation: landscape) and (max-width: 959px) {
  #video-modal .modal__btn-close {
    top: calc(10vh - 32px);
  }
}

.d_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.d_grid + .d_grid {
  margin-top: 40px;
}
.d_grid--single {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 959px) {
  .d_grid {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 46px;
  }
  .d_grid--single {
    grid-template-columns: 1fr;
  }
  .d_grid + .d_grid {
    margin-top: 30px;
  }
}

.heading--md .heading--en {
  font-size: 16px;
  line-height: 24px;
}
.heading--md .heading--ja {
  font-size: 32px;
  line-height: 48px;
}
@media screen and (max-width: 959px) {
  .heading .heading--en {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.04em;
  }
  .heading .heading--en + .heading--ja {
    margin-top: 8px;
  }
  .heading .heading--ja {
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    letter-spacing: 0.04em;
  }
}

.heading_line {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding-left: 62px;
}
.heading_line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #111111;
}
@media screen and (max-width: 959px) {
  .heading_line {
    font-size: 16px;
    line-height: 1;
  }
}

.text-asterisk {
  position: relative;
  padding-left: 24px;
  display: inline-block;
}
.text-asterisk::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.text-asterisk a {
  color: #0095DD;
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .text-asterisk {
    padding-left: 17px;
  }
}

.media_block {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.media_block.js-show-video-modal {
  cursor: pointer;
  position: relative;
}
.media_block.js-show-video-modal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.media_block.js-show-video-modal .media_block__img {
  position: relative;
}
.media_block.js-show-video-modal .media_block__img:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #111111 url("../img/common/ico_play.svg") no-repeat 20px center;
  border-radius: 50%;
}
.media_block.js-show-video-modal .media_block__img img {
  max-width: 100%;
  height: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .media_block.js-show-video-modal .media_block__img img {
    height: auto;
  }
}
.media_block__img img {
  max-width: 373px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .media_block__img img {
    max-width: 100%;
  }
}
.media_block__img--border {
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #d2d2d2;
}
.media_block__tag {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #fff;
  background-color: #153F8D;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
}
.media_block__tag + .media_block__datetime {
  margin-left: 10px;
}
.media_block__datetime {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
}
.media_block__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #205B85;
  margin-top: 10px;
}
.media_block__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 10px;
}
.media_block__button {
  margin-top: 30px;
}
.media_block--vertical {
  grid-template-columns: 1fr;
  row-gap: 16px;
}
.media_block--vertical .media_block__button {
  margin-top: 16px;
}
.media_block--vertical .media_block__title {
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  .media_block {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
  .media_block__tag {
    font-size: 13px;
    line-height: 19.5px;
    padding: 3px 8px;
  }
  .media_block__datetime {
    font-size: 14px;
  }
  .media_block__title {
    font-size: 16px;
    line-height: 24px;
  }
  .media_block__desc {
    font-size: 13px;
    line-height: 26px;
  }
  .media_block__button {
    margin-top: 8px !important;
  }
  .media_block__button .btn--download {
    margin-top: 24px;
  }
}

.media_block + .media_block {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .media_block + .media_block {
    margin-top: 40px;
  }
}

@keyframes arrowBeforeNew {
  0% {
    right: 52px;
  }
  10% {
    right: 52px;
  }
  70% {
    right: 36px;
  }
  100% {
    right: 36px;
  }
}
@keyframes arrowBeforeNewKV {
  0% {
    right: 52px;
  }
  10% {
    right: 52px;
  }
  70% {
    right: 26px;
  }
  100% {
    right: 26px;
  }
}
@keyframes arrowAfterNew {
  0% {
    width: 0;
  }
  10% {
    width: 0;
  }
  70% {
    width: 16px;
  }
  100% {
    width: 16px;
  }
}
.footer {
  position: relative;
  background-color: #0095dd;
}
.footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 21px 53px 80px 44px;
}
@media screen and (max-width: 959px) {
  .footer__inner {
    padding: 30px 0 60px;
  }
}
.footer__group-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-right: 41px;
}
@media screen and (max-width: 959px) {
  .footer__group-nav {
    flex-direction: column;
    align-items: start;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 959px) {
  .footer__image {
    width: 100%;
    text-align: center;
  }
}
.footer__image img {
  max-width: 100%;
  height: auto;
}
.footer__nav-link {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 206px;
}
@media screen and (max-width: 959px) {
  .footer__nav-link {
    gap: 30px;
  }
}
.footer__nav-link-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  color: white;
}
@media screen and (max-width: 959px) {
  .footer__nav-link-item {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.04em;
  }
}
.footer__nav-link-item a {
  transition: color 0.3s ease-in-out;
}
.footer__nav-link-item a:hover {
  color: #275DC5;
  text-decoration: underline;
}
.footer__btn-link {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 306px;
}
@media screen and (max-width: 959px) {
  .footer__btn-link {
    width: 100%;
    margin-top: 10px;
  }
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
  padding-top: 32px;
  border-top: 1px solid white;
}
@media screen and (max-width: 959px) {
  .footer__container {
    flex-direction: column;
    gap: 66px;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 50px;
  }
}
.footer__group-external {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .footer__group-external {
    flex-direction: column;
    gap: 46px;
    padding: 0 20px;
  }
}
.footer__external-link {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 959px) {
  .footer__external-link {
    flex-wrap: wrap;
    row-gap: 14px;
  }
}
.footer__external-link.flex-col {
  flex-direction: column;
  gap: 24px;
}
.footer__external-link-item {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: white;
}
@media screen and (max-width: 959px) {
  .footer__external-link-item {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
  }
}
.footer__external-link-item a {
  position: relative;
  padding-right: 24px;
  transition: color 0.3s;
}
@media screen and (min-width: 960px) {
  .footer__external-link-item a:hover {
    color: #b5e3f9;
  }
}
.footer__external-link-item a:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-mask-image: url(../img/common/ico_window_white.svg);
  mask-image: url(../img/common/ico_window_white.svg);
  background-color: #fff;
}
.footer__copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: right;
  color: white;
}

.cta {
  display: flex;
  color: white;
  background: linear-gradient(90deg, #0B9AE0 2.42%, #215C85 36.57%, #0E4063 100%);
}
@media screen and (max-width: 959px) {
  .cta {
    flex-direction: column;
    background: linear-gradient(90deg, #0588C7 2.42%, #215C85 31.69%, #0E4063 100%);
  }
}
.cta__item {
  display: flex;
  flex: 1;
}
@media screen and (max-width: 959px) {
  .cta__item {
    padding: 16px 20px;
  }
  .cta__item:first-child {
    background: linear-gradient(90deg, #0192C2 0%, #0175BA 100%);
  }
}
.cta__item--red {
  background: #C1515E;
}
.cta__item:not(:last-child) {
  border-right: 0.5px solid #FFFFFF;
}
@media screen and (max-width: 959px) {
  .cta__item:not(:last-child) {
    border-right: none;
    border-bottom: 0.5px solid #FFFFFF;
  }
}
@media screen and (min-width: 960px) {
  .cta__item:first-child .cta__link:hover {
    background: #087EBB;
  }
  .cta__item:nth-child(2) .cta__link:hover {
    background: #1F4B88;
  }
  .cta__item:last-child .cta__link:hover {
    background: #9F2739;
  }
}
.cta__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 50px;
  transition: background 0.3s;
}
.cta__title {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .cta__title {
    flex-direction: column;
  }
}
@media screen and (max-width: 959px) {
  .cta__title {
    gap: 12px;
  }
}
.cta__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}
@media screen and (min-width: 960px) {
  .cta__name {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .cta__name {
    font-size: 14px;
    line-height: 16.8px;
  }
}
.cta__text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .cta__text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 15.6px;
    text-align: center;
  }
}

.footer__banner_bot {
  position: fixed;
  bottom: -100%;
  width: 100%;
  z-index: 9;
  transition: all 1.9s;
  transition-delay: 2s;
}
.footer__banner_bot.is-scroll {
  bottom: 0;
}
.footer__banner_bot.p_sticky {
  position: sticky;
}
.footer__banner_bot.is_closed {
  animation: banner-out 1s forwards;
}

#btn-top.has-banner {
  bottom: 170px;
}
@media screen and (max-width: 959px) {
  #btn-top.has-banner {
    bottom: 125px;
  }
}

@keyframes banner-out {
  0% {
    bottom: 0;
  }
  99% {
    bottom: -100%;
  }
  100% {
    bottom: -100%;
    position: sticky;
  }
}
/** OVERWRITE HEADER STYLE **/
html[lang=ja] {
  /** NEW HEADER STYLE **/
}
html[lang=ja] .header_block__button {
  background: #C1515E;
  transition: all 0.3s;
}
html[lang=ja] .header_block__button--download {
  position: relative;
  background: linear-gradient(90deg, #0192C2 0%, #0175BA 100%);
}
html[lang=ja] .header_block__button--download::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0088B8 0%, #14579C 100%) !important;
  opacity: 0;
  transition: opacity 0.3s;
}
html[lang=ja] .header_block__button--download:hover::before {
  opacity: 1;
}
html[lang=ja] .header_block__contact {
  background: unset;
}
html[lang=ja] .header_block__contact:hover {
  background: #9F2739 !important;
}
html[lang=ja] .header_block__contact--download {
  position: relative;
  z-index: 2;
}
html[lang=ja] .header_block__contact--download .header_block__contact_logo {
  width: 26px;
  height: 26px;
}
html[lang=ja] .header_block__contact--download:hover {
  background: unset !important;
}
@media screen and (max-width: 959px) {
  html[lang=ja] .header_block__contact_text {
    display: none;
  }
}
@media screen and (min-width: 1040px) {
  html[lang=ja] .header_block {
    position: fixed;
    background: transparent;
  }
  html[lang=ja] .header_block__contact {
    padding: unset;
    height: 108px;
    width: 100px;
    gap: 8px;
  }
  html[lang=ja] .header_block__contact_text {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
  html[lang=ja] .header_block__contact_logo {
    margin-bottom: 4px;
  }
  html[lang=ja] .header_block__list_top {
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-bottom: 19px;
  }
  html[lang=ja] .header_block__item_top > a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
  }
  html[lang=ja] .header_block__item_top:last-child {
    margin-left: 20px;
  }
  html[lang=ja] .header_block__item_top a .icon_arrow_right:after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
  }
  html[lang=ja] .header_block__list_wrapper {
    margin-right: 23px;
  }
  html[lang=ja] .header_block__item_top a .icon_arrow_right {
    width: 13px;
  }
  html[lang=ja] .header_block__item {
    margin: 0;
    padding-bottom: 22px;
    color: #ffffff;
  }
  html[lang=ja] .header_block__item a {
    color: #ffffff;
  }
  html[lang=ja] .header_block__list {
    padding-left: 0;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  html[lang=ja] .icon_add {
    margin-right: 0;
  }
}
html[lang=ja] .header_block {
  transition: all 0.3s;
}
html[lang=ja] .header_block--active {
  position: sticky;
}
html[lang=ja] .header_block:hover, html[lang=ja] .header_block--scroll, html[lang=ja] .header_block--active {
  background: #ffffff;
}
html[lang=ja] .header_block:hover .btn-item-top, html[lang=ja] .header_block--scroll .btn-item-top, html[lang=ja] .header_block--active .btn-item-top {
  background: #F3FBFF;
}
html[lang=ja] .header_block:hover .header_block__item_top .sw-lang, html[lang=ja] .header_block--scroll .header_block__item_top .sw-lang, html[lang=ja] .header_block--active .header_block__item_top .sw-lang {
  transition: color 0.3s;
}
html[lang=ja] .header_block:hover .header_block__item_top .sw-lang:hover, html[lang=ja] .header_block--scroll .header_block__item_top .sw-lang:hover, html[lang=ja] .header_block--active .header_block__item_top .sw-lang:hover {
  color: #31aae4;
}
html[lang=ja] .header_block:hover .header_block__item_top > .sw-lang, html[lang=ja] .header_block--scroll .header_block__item_top > .sw-lang, html[lang=ja] .header_block--active .header_block__item_top > .sw-lang {
  color: #949494;
}
html[lang=ja] .header_block:hover .header_block__item, html[lang=ja] .header_block:hover .header_block__item a, html[lang=ja] .header_block--scroll .header_block__item, html[lang=ja] .header_block--scroll .header_block__item a, html[lang=ja] .header_block--active .header_block__item, html[lang=ja] .header_block--active .header_block__item a {
  color: #111111;
  transition: color 0.3s;
}
html[lang=ja] .header_block:hover .header_block__item:hover, html[lang=ja] .header_block:hover .header_block__item a:hover, html[lang=ja] .header_block--scroll .header_block__item:hover, html[lang=ja] .header_block--scroll .header_block__item a:hover, html[lang=ja] .header_block--active .header_block__item:hover, html[lang=ja] .header_block--active .header_block__item a:hover {
  color: #0095DD;
}
html[lang=ja] .header_block:hover .icon_add, html[lang=ja] .header_block--scroll .icon_add, html[lang=ja] .header_block--active .icon_add {
  background-color: #0095DD;
}
@media screen and (max-width: 1039px) {
  html[lang=ja] .header_block:hover .icon_add, html[lang=ja] .header_block--scroll .icon_add, html[lang=ja] .header_block--active .icon_add {
    background-color: #ffffff;
  }
}
html[lang=ja] .header_block:hover .header_block__item_top a .icon_arrow_right:after, html[lang=ja] .header_block--scroll .header_block__item_top a .icon_arrow_right:after, html[lang=ja] .header_block--active .header_block__item_top a .icon_arrow_right:after {
  border-top-color: #111111;
  border-right-color: #111111;
}
html[lang=ja] .header_block .hamburger_icon {
  margin-left: 0;
}
@media screen and (max-width: 1039px) {
  html[lang=ja] .header_block__contact {
    width: 83px;
    max-height: 60px;
    padding: 9px 9px 8px 9px;
    gap: 6px;
  }
}
@media screen and (max-width: 1039px) and (max-width: 959px) {
  html[lang=ja] .header_block__contact {
    width: 60px;
    height: 60px;
    padding: 0;
  }
}
@media screen and (max-width: 1039px) {
  html[lang=ja] .header_block__contact_logo {
    margin-bottom: 0;
    width: 16px;
    height: 13px;
  }
}
@media screen and (max-width: 1039px) and (max-width: 959px) {
  html[lang=ja] .header_block__contact_logo {
    width: 20px;
    height: 16px;
  }
}
@media screen and (max-width: 1039px) {
  html[lang=ja] .header_block__contact--download picture {
    height: 13px;
  }
}
@media screen and (max-width: 1039px) and (max-width: 959px) {
  html[lang=ja] .header_block__contact--download picture {
    height: unset;
  }
}
@media screen and (max-width: 1039px) {
  html[lang=ja] .header_block__contact--download .header_block__contact_logo {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 1039px) and (max-width: 959px) {
  html[lang=ja] .header_block__contact--download .header_block__contact_logo {
    width: 20px;
    height: 26px;
  }
}
@media screen and (max-width: 1039px) {
  html[lang=ja] .header_block__contact_text {
    font-size: 11px;
    line-height: 12px;
    text-align: center;
  }
}
html[lang=ja] .hamburger_modal {
  min-width: 298px;
  padding-bottom: 40px;
}
html[lang=ja] .header_block .hamburger_icon.is-active {
  background: #0095dd;
}
html[lang=ja] .header_block__item_top > .btn-item-top {
  color: #1886C7;
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
}
html[lang=ja] .btn-item-top {
  display: flex;
  align-items: baseline;
  padding: 1px 2px 1px 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
  background: #ffffff;
  transition: all 0.3s;
}
html[lang=ja] .btn-item-top span {
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
}
html[lang=ja] .hamburger_modal__link {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
html[lang=ja] .hamburger_modal__link .hamburger_modal__download {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
html[lang=ja] .hamburger_modal__link .hamburger_modal__download-item a {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.04em;
  padding-left: 20px;
  position: relative;
  padding-right: 24px;
  transition: color 0.3s;
  color: #fff;
  display: inline-block;
  margin-top: -10px;
}
html[lang=ja] .hamburger_modal__link .hamburger_modal__download-item a:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-mask-image: url(../img/common/ico_window_white.svg);
  mask-image: url(../img/common/ico_window_white.svg);
  background-color: #fff;
}
html[lang=ja] .hamburger_modal__item-link {
  padding: 24px 0 24px 20px;
  border: solid 1px #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.04em;
  color: #ffffff !important;
}
html[lang=ja] .hamburger_modal__auth_btn {
  margin-top: 30px;
  width: 100%;
}
html[lang=ja] .hamburger_modal__auth_btn a {
  padding: 12px 50px;
}

@media screen and (max-width: 959px) {
  .i-rec_page__keyvisual > .subvisual_block--inc-form {
    height: 270px;
  }
}
.subvisual_block--inc-form .subvisual_block__inner {
  max-width: 1160px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 21px 40px;
}
@media screen and (max-width: 959px) {
  .subvisual_block--inc-form .subvisual_block__inner {
    padding: 41px 20px 51px;
  }
}
.subvisual_block--inc-form .subvisual_block__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 959px) {
  .subvisual_block--inc-form .subvisual_block__content {
    gap: 35px;
  }
}
.subvisual_block--inc-form .subvisual_block__desc {
  max-width: 480px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 31px;
}
@media screen and (max-width: 959px) {
  .subvisual_block--inc-form .subvisual_block__desc {
    font-size: 14px;
    line-height: 23.8px;
  }
}
.subvisual_block--inc-form .subvisual_block__form {
  width: 400px;
  max-height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 959px) {
  .subvisual_block--inc-form .subvisual_block__form {
    display: none;
  }
}

.about_i_rec__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #0095DD;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .about_i_rec__heading {
    font-size: 12px;
  }
}

.about_i_rec__sub-heading {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 16px;
  margin-bottom: 30px;
  color: #205B85;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (max-width: 959px) {
  .about_i_rec__sub-heading {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 39px;
  }
}
