@charset "UTF-8";
/* CSSリセット
--------------------------------------------------------------------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

fieldset, img {
  border: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* COMMON */
html {
  font-size: 62.5% !important;
}
html.is_hidden {
  overflow: hidden;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #212121;
  line-height: 1.75;
}

.en_text {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

.serif_text {
  font-family: "Noto Serif JP", serif;
}

.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right !important;
}

.ta_center {
  text-align: center !important;
}

.margin_none {
  margin: 0 !important;
}

.padding_none {
  padding: 0 !important;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

svg {
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.icon_mail {
  width: 1.18em;
  aspect-ratio: 1/0.74;
}

.icon_phone {
  width: 1.25em;
  aspect-ratio: 1/1;
}

.inner {
  width: 78.44%;
  margin: 0 auto;
}

.inner_s {
  max-width: 570px;
  width: 78.44%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: none;
    width: 90%;
  }
  .inner_s {
    max-width: none;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .scale_half_em {
    font-size: 0.5em;
  }
  .scale_two3rd_em {
    font-size: 0.666em;
  }
}
.sr_only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is_block {
  display: block;
}

.is_inline_block {
  display: inline-block;
}

.is_pc_block {
  display: block;
}

.is_pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .is_sp_block {
    display: block;
  }
  .is_pc_block {
    display: inline;
  }
  .is_pc_none {
    display: block;
  }
}
.fw_regular {
  font-weight: 400;
}

.fw_medium {
  font-weight: 500;
}

.fw_bold {
  font-weight: 700;
}

.dot_list {
  list-style: none !important;
  margin-left: 0 !important;
  line-height: 1.5;
}
.dot_list > li {
  position: relative;
  padding-left: 1em;
}
.dot_list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

input,
textarea {
  display: block;
  background: #fff;
  border: solid 1px #707070;
  outline: none;
  width: 100%;
  padding: 10px;
  border-radius: 0px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #707070;
}

input {
  height: 4rem;
}

textarea {
  resize: none;
  min-height: 10rem;
}

/* プレースホルダー */
/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}

/* Firefox 18- */
:-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}

/* IE Edge */
::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}

button,
input[type=submit],
input[type=button] {
  height: auto;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  white-space: normal;
}

button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
  outline: none;
}

.wpcf7-form {
  max-width: 534px;
  margin: 0 auto;
}
.wpcf7-form .form_item:not(:last-child) {
  margin-bottom: 20px;
}
.wpcf7-form .form_item:not(:last-child) > label {
  position: relative;
  display: block;
  margin: 0 0 5px;
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.2em;
}
.wpcf7-form .form_item:not(:last-child) > label:has(.required) {
  padding-right: 3em;
}
.wpcf7-form .form_item:not(:last-child) > label.required_inline:has(.required) {
  padding-right: 0;
}
.wpcf7-form .form_item:not(:last-child) > label.required_inline .required {
  position: static;
  display: inline-block;
  margin-left: 1em;
}
.wpcf7-form .form_item:not(:last-child) > label .required {
  position: absolute;
  top: 0.18em;
  right: 0;
  font-size: 0.8em;
  color: #F02828;
}
.wpcf7-form .wpcf7-submit {
  max-width: 348px;
  height: 5rem;
  margin: 44px auto 0;
  padding: 2px 10px;
  background-color: #F2EDE8;
  border: none;
  border-radius: 0px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #6D6B5B;
  text-align: center;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #272030;
  color: #fff;
}

/* ラジオボタン */
.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 -10px -10px;
  font-size: 1.6rem;
  font-weight: 500;
}
.wpcf7-radio input[type=radio] {
  display: none;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #fff;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.43em;
  left: 0;
  width: 1em;
  height: 1em;
  -webkit-transform: scale(0.625);
          transform: scale(0.625);
  background-color: #272030;
  border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 10px 10px !important;
}
.wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 1.31em;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.43em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 50%;
}

main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: rgba(0, 140, 215, 0.7);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 98;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 4.68%;
  z-index: 99;
  backdrop-filter: blur(30px);
  isolation: isolate;
}

.header_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  padding: 10px 372px 10px 0;
  z-index: 1;
}

.header_logo {
  display: block;
  max-width: 228px;
}
.header_logo img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0 5%;
  }
  .header_inner {
    padding: 10px 0;
  }
  .header_logo {
    max-width: 228px;
  }
}
.fixed_btn_wrap {
  position: fixed;
  top: 0;
  right: 4.68%;
  z-index: 99;
}

.fixed_btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 60px;
  width: 372px;
  margin: 0 0 0 -16px;
}
.fixed_btn_flex > * {
  margin: 0 0 0 16px;
}

.fixed_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 170px;
  width: 100%;
  min-height: 30px;
  padding: 5px;
  background-color: #005082;
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  fill: #fff;
  text-align: center;
}
.fixed_btn.fixed_btn_tel {
  background-color: #6E6E6E;
}
.fixed_btn.fixed_btn_tel .icon_phone {
  width: 0.93em;
  margin-right: 4px;
}
.fixed_btn:hover {
  background-color: #F09164;
}

@media screen and (max-width: 768px) {
  .fixed_btn_wrap {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(30px);
    padding: 0 5%;
  }
  .fixed_btn_flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 50px;
    width: auto;
    margin: 0 0 0 -10px;
  }
  .fixed_btn_flex > * {
    margin: 0 0 0 10px;
  }
}
/* footer */
.footer {
  padding: 64px 10% 26px;
  background: #0D171C;
  color: #fff;
}
.footer .copyright {
  font-size: 1.6rem;
}

.footer_logo {
  display: block;
  max-width: 226px;
  margin: 0 0 4px -6px;
}
.footer_logo:hover {
  opacity: 0.8;
}
.footer_logo img {
  width: 100%;
}

.footer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_address_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px 0 0 -36px;
  font-size: 1.2rem;
  line-height: 1.33;
}
.footer_address_block .address_item {
  margin: 40px 0 0 36px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 5% 70px;
  }
  .footer .copyright {
    margin-top: 40px;
    font-size: 1.6rem;
    text-align: right;
  }
  .footer_logo {
    margin-bottom: 10px;
  }
  .footer_flex {
    display: block;
  }
  .footer_address_block {
    margin: -30px 0 0 -36px;
  }
  .footer_address_block .address_item {
    margin: 30px 0 0 36px;
  }
}
/* LAYOUT */
.headline {
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.33;
}
.headline .en_text {
  display: block;
  font-size: 4.6rem;
  font-weight: 400;
  color: #005082;
}
.headline .ja_text {
  display: block;
  color: #008CD7;
}

.post_headline {
  margin-bottom: 120px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.post_headline .en_text {
  display: block;
  font-size: 9.4rem;
  font-weight: 400;
  color: #005082;
}
.post_headline .ja_text {
  display: block;
  color: #272030;
}

@media screen and (max-width: 768px) {
  .headline {
    font-size: 2.8rem;
  }
  .headline .en_text {
    font-size: 3.6rem;
  }
  .post_headline {
    margin-bottom: 80px;
    font-size: 1.6rem;
  }
  .post_headline .en_text {
    font-size: 6rem;
  }
}
.simple_outer {
  min-height: calc(100dvh - 60px);
  padding: 150px 0 180px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .simple_outer {
    padding: 120px 0 100px;
  }
}
.post_body {
  color: #707070;
  font-weight: 500;
}
.post_body *:not(:last-child) {
  margin-bottom: 1.5em;
}
.post_body h1 {
  margin-bottom: 60px !important;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.post_body h1:not(:first-child) {
  margin-top: 60px;
}
.post_body h2 {
  margin-bottom: 20px !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.post_body h2:not(:first-child) {
  margin-top: 40px;
}
.post_body h3 {
  margin-bottom: 20px !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.post_body h3:not(:first-child) {
  margin-top: 40px;
}
.post_body h4 {
  margin-bottom: 20px !important;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.post_body h5 {
  margin-bottom: 20px !important;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.post_body h6 {
  margin-bottom: 20px !important;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.post_body a {
  text-decoration: underline;
}
.post_body ul {
  list-style-type: disc;
  margin-left: 1em;
}
.post_body ul li:not(:last-child) {
  margin-bottom: 0.1em;
}
.post_body ul ul {
  margin-top: 1em;
}
.post_body ol {
  list-style-type: decimal;
  margin-left: 1em;
}
.post_body ol li:not(:last-child) {
  margin-bottom: 0.1em;
}
.post_body ol ol {
  margin-top: 1em;
}
.post_body table th, .post_body table td {
  background: transparent;
  border: solid 1px #333;
}

.fixed_bg_block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  pointer-events: none;
}
.fixed_bg_block img,.fixed_bg_block video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common_contact_section {
  padding: 80px 0;
  background: #32465A;
  backdrop-filter: blur(4px) brightness(0.3);
  color: #fff;
}
.common_contact_section .headline {
  margin-bottom: 40px;
}
.common_contact_section .headline .en_text {
  color: #fff;
}

.top_contact_section {
  position: relative;
  z-index: 1;
}
.top_contact_section::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 0;
  width: 216px;
  aspect-ratio: 1/1.25;
  background: url(../img/top/contact_deco_top.png) center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: luminosity;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.common_contact_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
.common_contact_flex .icon_title {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 1.09em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.27;
  color: #fff;
  fill: #fff;
}
.common_contact_flex .icon_title .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0.27em;
  left: 0;
  width: 0.91em;
  aspect-ratio: 1/1;
}
.common_contact_flex .icon_title .icon_phone {
  width: 0.9em;
}
.common_contact_flex .icon_title .icon_mail {
  width: 0.86em;
}

.common_contact_column {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 5.78% 20px;
  text-align: center;
}
.common_contact_column:nth-child(even) {
  border-left: solid 1px #fff;
}
.common_contact_column .bottom_block {
  margin-top: 30px;
  font-size: 1.4rem;
}
.common_contact_column .tel_text {
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.common_contact_column .tel_text a:hover {
  opacity: 0.8;
}

.contact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  padding: 9px 10px;
  background-color: #F09164;
  border-radius: 4rem;
  border: solid 1px #707070;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.27;
  color: #fff;
  fill: #fff;
  text-align: center;
}
.contact_btn:not(:last-child) {
  margin-bottom: 10px;
}
.contact_btn:hover {
  background-color: #fff;
  border-color: #F09164;
  color: #F09164;
  fill: #F09164;
}
.contact_btn .icon_mail {
  margin-right: 5px;
}

@media screen and (min-width: 1000px) {
  .common_contact_column {
    padding: 14px 7% 20px;
  }
}
@media screen and (max-width: 768px) {
  .common_contact_section {
    padding: 60px 0 30px;
  }
  .common_contact_section .headline {
    margin-bottom: 30px;
  }
  .top_contact_section::before {
    top: -39px;
    width: 120px;
  }
  .common_contact_flex {
    display: block;
  }
  .common_contact_column {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 40px 10%;
  }
  .common_contact_column:first-child {
    padding-top: 0;
  }
  .common_contact_column:nth-child(even) {
    border: none;
    border-top: solid 1px #fff;
  }
  .common_contact_column .bottom_block {
    margin-top: 20px;
  }
}
.top_common_manga_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 620px;
}

.common_manga_link {
  position: relative;
  display: block;
  width: 100%;
  padding: 44px min(18.75%, 240px);
  background-color: rgba(0, 131, 200, 0.29);
  backdrop-filter: blur(4px) brightness(0.58);
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.common_manga_link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(16.01%, 205px);
  aspect-ratio: 1/0.68;
  background: url(../img/top/common_manga_deco.png) center right/contain no-repeat;
  pointer-events: none;
}
.common_manga_link:hover .common_manga_inner {
  display: inline-block;
  position: relative;
  padding: 0 126px 0 0;
  text-align: left;
}
.common_manga_link:hover .common_manga_inner::before {
  background-position: center left 5px;
}

.common_manga_inner {
  display: inline-block;
  position: relative;
  padding: 0 126px 0 0;
  text-align: left;
}
.common_manga_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: url(../img/common/icon_angle_right.png) center/contain no-repeat;
  border-radius: 50%;
  border: solid 3px #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.common_manga_headline {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 4.6rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .top_common_manga_wrap {
    min-height: 300px;
  }
  .common_manga_link {
    padding: 40px 5%;
    font-size: 1.6rem;
  }
  .common_manga_link::before {
    width: 100px;
  }
  .common_manga_inner {
    padding: 0 60px 0 0;
  }
  .common_manga_inner::before {
    width: 50px;
    height: 50px;
    border-width: 2px;
  }
  .common_manga_headline {
    font-size: 3.6rem;
  }
}
.top_mv_section {
  position: relative;
  min-height: calc(100dvh + 180px);
  padding: 60px 10.93% 280px;
  font-size: min(1.75dvh, 1.4rem);
  font-weight: 500;
  color: #fff;
  overflow: hidden;
}
.top_mv_section::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: calc(700px + 10.93%);
  background-color: rgba(1, 81, 133, 0.8);
  backdrop-filter: blur(5px);
  clip-path: polygon(0 0, 48% 0, 100% 100%, 0% 100%);
  z-index: -1;
  pointer-events: none;
}
.top_mv_section::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 154px;
  aspect-ratio: 1/1.558;
  background: url(../img/top/mv_deco_top.png) right/contain no-repeat;
  mix-blend-mode: screen;
  z-index: -1;
  pointer-events: none;
}
.top_mv_section.is_hide::before {
  display: none;
}

.top_mv_inner {
  position: relative;
  max-width: 34.28em;
  padding-top: 18.25dvh;
}
.top_mv_inner::after {
  content: "";
  position: absolute;
  bottom: 4.28em;
  left: 100%;
  width: 5.35em;
  aspect-ratio: 1/1;
  margin-left: -1em;
  background: url(../img/top/mv_deco_plus.png) center/contain no-repeat;
  mix-blend-mode: hard-light;
}

.top_mv_point_text {
  margin-bottom: 0.55em;
  font-size: 1.285em;
  font-weight: 600;
}

.top_mv_headline {
  font-size: 3.71em;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.top_mv_headline .headline_main {
  font-size: 2.11em;
}
.top_mv_headline .headline_suffix {
  font-size: 1.42em;
}

.top_mv_headline_en {
  margin-top: 0.34em;
  font-size: 2.07em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.top_mv_btn_wrap {
  max-width: 24.28em;
  margin: 2.14em 0 0;
  text-align: center;
}

.top_mv_btn_block {
  margin-top: 2.14em;
}
.top_mv_btn_block > *:not(:first-child) {
  margin-top: 0.285em;
}

.top_mv_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  max-width: 20.25em;
  margin-left: 1em;
  min-height: 3.437em;
  background-color: #212121;
  border-radius: 3.125em;
  font-size: 1.142em;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: 0.2em;
  color: #fff;
  fill: #fff;
  text-align: center;
}
.top_mv_btn:hover {
  background-color: #008CD7;
}
.top_mv_btn:hover::before {
  left: -0.25em;
}
.top_mv_btn.top_mv_contact_btn:hover {
  background-color: #F09164;
}
.top_mv_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 3.75em;
  aspect-ratio: 1/0.23;
  background: url(../img/common/arrow_white.png) center/contain no-repeat;
}
.top_mv_btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.25em;
  aspect-ratio: 1/1;
  margin-right: 0.25em;
}

@-webkit-keyframes scrollBar {
  0% {
    top: 0;
    height: 0%;
  }
  50% {
    top: 0;
    height: 100%;
  }
  51% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0%;
  }
}

@keyframes scrollBar {
  0% {
    top: 0;
    height: 0%;
  }
  50% {
    top: 0;
    height: 100%;
  }
  51% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0%;
  }
}
.scroll_text {
  position: absolute;
  bottom: 0;
  left: 10.93%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
.scroll_text .scroll_bar {
  position: relative;
  display: block;
  height: 204px;
  margin: 20px 0 0;
}
.scroll_text .scroll_bar::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-animation: scrollBar 2s linear infinite;
          animation: scrollBar 2s linear infinite;
}

@media screen and (max-width: 768px) {
  .top_mv_section {
    min-height: calc(100dvh + 100px);
    padding: 60px 5% 210px;
    font-size: 1.2rem;
  }
  .top_mv_section::before {
    width: 100%;
    clip-path: polygon(0 0, 48% 0, 100% 100%, 0% 100%);
  }
  .top_mv_section::after {
    top: 56px;
    width: 92px;
  }
  .top_mv_inner {
    max-width: none;
    padding-top: 5.99dvh;
  }
  .top_mv_inner::after {
    top: 100%;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    margin: 2.99dvh 0 0;
  }
  .top_mv_point_text {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .top_mv_headline {
    font-size: 3.6rem;
  }
  .top_mv_headline_en {
    margin-top: 10px;
    font-size: 2rem;
  }
  .top_mv_btn_wrap {
    max-width: 294px;
    margin: 4.49dvh 0 0;
    text-align: center;
  }
  .top_mv_btn_block {
    margin-top: 2.99dvh;
  }
  .top_mv_btn_block > *:not(:first-child) {
    margin-top: 6px;
  }
  .top_mv_btn {
    max-width: 280px;
    min-height: 3.437em;
    border-radius: 3.125em;
    font-size: 1.4rem;
  }
  .scroll_text {
    left: 5%;
    font-size: 1.8rem;
  }
  .scroll_text .scroll_bar {
    height: 164px;
    margin: 18px 0 0;
  }
}
.top_about_section {
  position: relative;
  padding: 50px 0 130px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px) brightness(0.6);
  text-align: center;
}
.top_about_section::before {
  content: "";
  position: absolute;
  top: -112px;
  right: 0;
  width: 216px;
  aspect-ratio: 1/1.54;
  background: url(../img/top/about_deco_top.png) center/contain no-repeat;
  pointer-events: none;
}
.top_about_section .inner {
  position: relative;
  max-width: 780px;
  z-index: 4;
}
.top_about_section .headline {
  margin-bottom: 30px;
}

.top_about_logo {
  max-width: 325px;
  margin: 0 auto 20px;
}

.top_about_text {
  font-size: 2rem;
  line-height: 2;
}

.top_about_deco_bottom {
  position: relative;
  float: left;
  width: 168px;
  aspect-ratio: 1/1.428;
  margin: -170px 0 0;
  background: url(../img/top/about_deco_bottom.png) center/contain no-repeat;
  pointer-events: none;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .top_about_section {
    padding: 60px 0 80px;
  }
  .top_about_section::before {
    top: -88px;
    width: 130px;
  }
  .top_about_logo {
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .top_about_text {
    font-size: 1.8rem;
    text-align: left;
  }
  .top_about_deco_bottom {
    width: 100px;
    margin: -79px 0 0;
  }
}
.top_consultation_section {
  position: relative;
  padding: 120px 0;
  background-color: rgba(0, 80, 130, 0.85);
  backdrop-filter: blur(15px) brightness(0.6);
  color: #fff;
  z-index: 2;
}
.top_consultation_section::before {
  content: "";
  position: absolute;
  top: -58px;
  right: 0;
  width: 171px;
  aspect-ratio: 1/1.18;
  background: url(../img/top/consultation_deco_top.png) center/contain no-repeat;
  pointer-events: none;
  mix-blend-mode: luminosity;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.top_consultation_section::after {
  content: "";
  position: absolute;
  bottom: -186px;
  left: 0;
  width: 216px;
  aspect-ratio: 1/1.37;
  background: url(../img/top/consultation_deco_bottom.png) center/contain no-repeat;
  pointer-events: none;
  mix-blend-mode: luminosity;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.top_consultation_section .inner {
  position: relative;
  z-index: 1;
  clear: both;
}
.top_consultation_section .headline {
  margin-bottom: 80px;
}
.top_consultation_section .headline .en_text {
  color: #fff;
}

.top_consultation_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -34px -1.56%;
}
.top_consultation_grid > * {
  width: 31.76%;
  margin: 0 0 34px 1.56%;
}

.top_consultation_column {
  background-color: #EBF0F5;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.42;
  color: #212121;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
}
.top_consultation_column .img_block {
  width: 100%;
  aspect-ratio: 1/0.64;
}
.top_consultation_column .img_block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_consultation_column .text_block {
  padding: 10px 9.87%;
}
.top_consultation_column .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 2.9em;
  margin-bottom: 20px;
  font-size: min(2.34vw, 2rem);
  font-weight: 700;
  line-height: 1.45;
  color: #005082;
  text-align: center;
}

.top_consultation_contact_wrap:not(:first-child) {
  margin-top: 120px;
}
.top_consultation_contact_wrap .headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .top_consultation_section {
    padding: 60px 0 40px;
  }
  .top_consultation_section::before {
    top: -58px;
    width: 102px;
  }
  .top_consultation_section::after {
    bottom: -60px;
    width: 130px;
  }
  .top_consultation_section .headline {
    margin-bottom: 40px;
  }
  .top_consultation_grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 -20px 0;
  }
  .top_consultation_grid > * {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .top_consultation_column .text_block {
    padding: 16px 5% 10px;
  }
  .top_consultation_column .title {
    display: block;
    min-height: 0;
    font-size: 1.6rem;
  }
  .top_consultation_contact_wrap:not(:first-child) {
    margin-top: 80px;
  }
  .top_consultation_contact_wrap .headline {
    margin-bottom: 40px;
  }
}
.top_step_section {
  position: relative;
  padding: 120px 0 34px;
  background-color: #EBF0F5;
  backdrop-filter: blur(15px) brightness(0.6);
  z-index: 1;
}
.top_step_section::after {
  content: "";
  position: absolute;
  bottom: -82px;
  right: 0;
  width: 184px;
  aspect-ratio: 1/1.81;
  background: url(../img/top/step_deco_bottom.png) center/contain no-repeat;
  pointer-events: none;
}
.top_step_section .inner {
  position: relative;
  z-index: 1;
}
.top_step_section .headline {
  margin-bottom: 80px;
}

.top_step_slider {
  overflow: hidden;
}
.top_step_slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.top_step_card {
  position: relative;
  padding: 1.66em 2.5em;
  aspect-ratio: 1/0.7;
  border-radius: 2.34vw;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.44;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  text-align: center;
}
.top_step_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(110, 110, 110, 0.15);
  backdrop-filter: blur(2px) brightness(0.7);
  z-index: -1;
}
.top_step_card .label {
  margin-bottom: 1.52em;
  font-size: 1.79vw;
  font-weight: 400;
  line-height: 1;
}
.top_step_card .label .number {
  display: block;
  font-size: 2em;
}
.top_step_card .title {
  margin-bottom: 0.35em;
  font-size: 2.18vw;
  font-weight: 700;
  line-height: 1.42;
}
.top_step_card .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.top_point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0 -40px -16px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.top_point_list > li {
  width: 156px;
  margin: 0 0 40px 16px;
}
.top_point_list .point_img {
  display: block;
  max-width: 154px;
  aspect-ratio: 1/1;
  margin: 0 auto 30px;
}
.top_point_list .title {
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 700;
  color: #005082;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .top_step_section {
    padding: 60px 0 40px;
  }
  .top_step_section::after {
    bottom: -64px;
    width: 110px;
  }
  .top_step_section .headline {
    margin-bottom: 40px;
  }
  .top_step_card {
    border-radius: 5.33vw;
    font-size: 3.2vw;
  }
  .top_step_card .label {
    font-size: 4.26vw;
  }
  .top_step_card .title {
    font-size: 5.33vw;
  }
  .top_point_list {
    margin: 60px 0 -40px -16px;
  }
}
.top_voice_section {
  padding: 120px 0 60px;
  background-color: #fff;
}

@-webkit-keyframes loopLogo {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-414.45vw);
            transform: translateX(-414.45vw);
  }
}

@keyframes loopLogo {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-414.45vw);
            transform: translateX(-414.45vw);
  }
}
.top_voice_slider {
  overflow: hidden;
}

.top_voice_slider_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loopLogo 100s linear infinite;
          animation: loopLogo 100s linear infinite;
}
.top_voice_slider_track img {
  display: block;
  max-width: none;
  width: 414.45vw;
}

@media screen and (max-width: 768px) {
  .top_voice_section {
    padding: 80px 0 20px;
  }
  @-webkit-keyframes loopLogo {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-600vw);
              transform: translateX(-600vw);
    }
  }
  @keyframes loopLogo {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-600vw);
              transform: translateX(-600vw);
    }
  }
  .top_voice_slider_track {
    -webkit-animation: loopLogo 50s linear infinite;
            animation: loopLogo 50s linear infinite;
  }
  .top_voice_slider_track img {
    width: 600vw;
  }
}
.top_service_section {
  position: relative;
  padding: 100px 0 120px;
  background-color: #fff;
}
.top_service_section::before {
  content: "";
  position: absolute;
  top: 154px;
  left: 0;
  width: 168px;
  aspect-ratio: 1/1.42;
  background: url(../img/top/service_deco_top.png) center/contain no-repeat;
  pointer-events: none;
}
.top_service_section::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 249px;
  aspect-ratio: 1/1.34;
  background: url(../img/top/service_deco_bottom.png) center/contain no-repeat;
  pointer-events: none;
  z-index: 2;
}
.top_service_section .inner {
  position: relative;
  z-index: 1;
}
.top_service_section .headline {
  margin-bottom: 80px;
}

.top_service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -34px -1.56%;
}
.top_service_list > li {
  width: 31.76%;
  margin: 0 0 34px 1.56%;
  background-color: #EBF0F5;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.42;
  color: #212121;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
}
.top_service_list > li .img_block {
  width: 100%;
  aspect-ratio: 1/0.66;
}
.top_service_list > li .img_block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_service_list > li .text_block {
  padding: 18px 9.87% 14px;
}
.top_service_list > li .label {
  margin-bottom: 8px;
  font-size: 2.3rem;
  color: #6E6E6E;
  text-align: center;
  line-height: 1;
}
.top_service_list > li .label .number {
  display: inline-block;
  margin: -0.2em 0 0 0.15em;
  font-size: 2em;
  vertical-align: middle;
}
.top_service_list > li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 2.9em;
  font-size: min(2.34vw, 2rem);
  font-weight: 700;
  line-height: 1.45;
  color: #005082;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top_service_section {
    padding: 60px 0 80px;
  }
  .top_service_section::before {
    top: 24px;
    width: 100px;
  }
  .top_service_section::after {
    width: 130px;
  }
  .top_service_section .headline {
    margin-bottom: 40px;
  }
  .top_service_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 -20px 0;
  }
  .top_service_list > li {
    width: 48%;
    margin: 0 0 20px 0;
  }
  .top_service_list > li .label {
    font-size: 2rem;
  }
  .top_service_list > li .title {
    font-size: 1.4rem;
  }
}