@charset "UTF-8";
*,
::before,
::after {
  margin: 0;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

html {
  font-family: sans-serif;
  word-break: break-word;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

canvas,
audio,
video {
  display: inline-block;
}

img,
svg,
iframe,
canvas,
audio,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input {
  border-radius: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

address {
  font-style: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
}

hr {
  height: 0;
  overflow: visible;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 87.5%;
  }
}

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

img[src$=".svg"] {
  width: 100%;
}

iframe {
  max-width: 100%;
}

.is-block,
.is-mobile-block {
  display: block;
}

.is-inline,
.is-mobile-inline {
  display: inline;
}

.is-inline-block,
.is-mobile-inline-block {
  display: inline-block;
}

.is-none,
.is-mobile-none {
  display: none;
}

@media screen and (min-width: 576px) {
  .is-fablet-block {
    display: block;
  }
  .is-fablet-inline {
    display: inline;
  }
  .is-fablet-inline-block {
    display: inline-block;
  }
  .is-fablet-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-tablet-block {
    display: block;
  }
  .is-tablet-inline {
    display: inline;
  }
  .is-tablet-inline-block {
    display: inline-block;
  }
  .is-tablet-none {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .is-desktop-block {
    display: block;
  }
  .is-desktop-inline {
    display: inline;
  }
  .is-desktop-inline-block {
    display: inline-block;
  }
  .is-desktop-none {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .is-wide-block {
    display: block;
  }
  .is-wide-inline {
    display: inline;
  }
  .is-wide-inline-block {
    display: inline-block;
  }
  .is-wide-none {
    display: none;
  }
}
.is-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fadein {
  opacity: 0;
  filter: blur(15px);
  transition-duration: 0.2s;
}
.fadein.is_start {
  opacity: 1;
  filter: blur(0);
  transition-duration: 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
html.hidden {
  overflow: hidden;
}
html.hidden body {
  overflow: hidden;
}

body {
  padding: 0;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  line-height: 1.75;
}

figure {
  margin: 0;
}

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

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

.mailto i {
  font-style: normal;
}
.mailto i::after {
  content: "@";
}

.svg_defs {
  display: none;
}

svg {
  display: inline-block;
}
svg * {
  transition-duration: 0s;
}

input,
textarea {
  display: block;
  outline: none;
  width: 100%;
  padding: 10px 20px;
  background-color: #e1f1f9;
  border: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #333;
}

textarea {
  resize: none;
}

select {
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  background-image: none;
  box-shadow: none;
  appearance: none;
  width: 100%;
  padding: 10px 20px;
  background-color: #e1f1f9;
  border: none;
  color: #333;
}
select::-ms-expand {
  display: none;
}

/* プレースホルダー */
/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #939393;
}

/* Firefox 18- */
:-moz-placeholder {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #939393;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #939393;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #939393;
}

/* IE Edge */
::-ms-input-placeholder {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #939393;
}

button,
input[type=submit],
input[type=button] {
  appearance: button;
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: inherit;
  cursor: pointer;
  transition-duration: 0.3s;
}

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;
}

.inner {
  width: 100%;
  padding: 0 7.14%;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 5.33%;
  }
}

.inner_s {
  width: 100%;
  padding: 0 14.28%;
}
@media screen and (max-width: 767px) {
  .inner_s {
    padding: 0 5.33%;
  }
}

.en_text {
  font-family: "Montserrat", sans-serif !important;
}

.fs_10 {
  font-size: 1rem !important;
}

.fs_12 {
  font-size: 1.2rem !important;
}

.fs_13 {
  font-size: 1.3rem !important;
}

.fs_14 {
  font-size: 1.4rem !important;
}

.fs_16 {
  font-size: 1.6rem !important;
}

.fs_18 {
  font-size: 1.8rem !important;
}

.fs_20 {
  font-size: 2rem !important;
}

.fw_light {
  font-weight: 300 !important;
}

.fw_normal {
  font-weight: 400 !important;
}

.fw_medium {
  font-weight: 500 !important;
}

.fw_semibold {
  font-weight: 600 !important;
}

.fw_bold {
  font-weight: 700 !important;
}

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

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

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

.td_none {
  text-decoration: none !important;
}

.td_underline {
  text-decoration: underline !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 30px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 40px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 40px !important;
  }
}

.mb_none {
  margin-bottom: 0 !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 40px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.paragraph_body > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.color_black {
  color: #000 !important;
}

.color_white {
  color: #fff !important;
}

.color_blue {
  color: #407ad0 !important;
}

.mv_wrap {
  position: relative;
  min-height: 530px;
  background-color: #f1f6fc;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv_wrap {
    min-height: 285px;
  }
}
.mv_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/deco_second_mv_top.png) left top/contain no-repeat;
  width: min(57vw, 488px);
  aspect-ratio: 5/3;
  z-index: -1;
}
.mv_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/common/deco_second_mv_bottom.png) right bottom/contain no-repeat;
  width: min(42vw, 300px);
  aspect-ratio: 3/2;
  z-index: -1;
}
.mv_wrap:has(.mv_image) .mv_inner {
  padding-bottom: 165px;
}
.mv_wrap .summary_text {
  margin-top: 20px;
}

.mv_inner {
  padding: 90px 54.14% 90px 11.14%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .mv_inner {
    padding: 35px 45% 45px 5.33%;
  }
}
@media screen and (max-width: 575px) {
  .mv_inner {
    padding-right: 5.33%;
  }
}

.mv_image {
  position: absolute;
  bottom: -2px;
  right: 11.14%;
  width: 39.286%;
  z-index: 0;
}
@media screen and (max-width: 575px) {
  .mv_image {
    right: 50%;
    transform: translateX(50%);
    width: 80%;
    max-width: 290px;
  }
}

.mv_headline {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .mv_headline {
    font-size: 2.8rem;
  }
}
.mv_headline .en_text {
  font-size: 2rem;
  display: block;
  font-weight: 600;
  color: #407ad0;
  text-transform: uppercase;
}

.simple_mv_wrap {
  position: relative;
  background: #f1f6fc;
  min-height: 310px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .simple_mv_wrap {
    min-height: 230px;
  }
}
.simple_mv_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(57vw, 480px);
  aspect-ratio: 480/288;
  background: url(../images/common/deco_second_mv_top.png) left top/contain no-repeat;
  z-index: -1;
}
.simple_mv_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/common/deco_second_mv_bottom.png) right bottom/contain no-repeat;
  width: min(42vw, 300px);
  aspect-ratio: 3/2;
  z-index: -1;
}

.simple_mv_inner {
  padding: 50px 11.14% 90px;
}
@media screen and (max-width: 767px) {
  .simple_mv_inner {
    padding: 40px 5.33%;
  }
}

.simple_headline_wrap .sub_headline {
  font-size: 1.5rem;
  font-weight: 700;
}

.simple_headline {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .simple_headline {
    font-size: 3.2rem;
  }
}

.simple_outer {
  padding: 100px 0 140px;
}
@media screen and (max-width: 767px) {
  .simple_outer {
    padding: 60px 0 80px;
  }
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  padding: 14px 15px 14px 60px;
  background-color: #407ad0;
  border-radius: 6rem;
  font-size: min(3.88vw, 15px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
  transition: background-color 0.3s ease;
  z-index: 1;
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 100%;
  background-color: #1e62c8;
  border-radius: 50%;
  transition: width 0.3s ease;
  z-index: -1;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100%;
  aspect-ratio: 1/1;
  background: url(../images/common/arrow_right.svg) center/10px 10px no-repeat #1e62c8;
  border-radius: 50%;
  z-index: 2;
}
.btn:hover {
  background-color: #1e62c8;
}
.btn:hover::before {
  width: 100%;
  border-radius: 50px;
}
.btn.back_btn {
  margin: 110px auto 0;
  max-width: 355px;
}
@media screen and (max-width: 767px) {
  .btn.back_btn {
    margin-top: 60px;
  }
}

.headline {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.3;
  position: relative;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 3.2rem;
    padding-top: 32px;
  }
}
.headline::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  background: url(../images/common/icon_headline.png) left top/contain no-repeat;
  width: 70px;
  aspect-ratio: 35/31;
}
@media screen and (max-width: 767px) {
  .headline::before {
    width: 56px;
    left: -40px;
  }
}

.headline_wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  .headline_wrap {
    text-align: center;
  }
}
.headline_wrap .headline {
  display: inline;
}

.small_headline {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .small_headline {
    font-size: 1.8rem;
    text-align: center;
  }
}

.icon_headline {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
.icon_headline::before {
  content: " ";
  display: block;
  width: 1.9em;
  height: 1.4em;
  margin: 0 auto;
  background: url(../images/top/icon_movie.png) center/contain no-repeat;
}
.point {
  border: 6px solid #edcb00;
  border-radius: 23px;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  padding: 4px 31px;
  background-color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .point {
    font-size: 1.8rem;
  }
}

.main.home, .main.page {
  position: relative;
}
.main.home::after, .main.page::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3.33%;
  width: min(20vw, 240px);
  aspect-ratio: 12/7;
  min-width: 160px;
  background: url(../images/common/deco_footer.png) center/contain no-repeat;
  z-index: 1;
}

.main.page {
  background: url(../images/common/bg_pattern.png) top left/24px 24px repeat #fff;
}
.main.page .headline {
  font-size: 3.2rem;
  padding-top: 23px;
}
@media screen and (max-width: 767px) {
  .main.page .headline {
    font-size: 2.6rem;
  }
}
.main.page .headline::before {
  width: 45px;
  left: -27px;
}
.main.page .headline._vertical {
  writing-mode: vertical-lr;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .main.page .headline._vertical {
    writing-mode: horizontal-tb;
    padding-top: 25px;
  }
}

body.page main {
  position: relative;
}
body.page main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5.33%;
  width: min(20vw, 240px);
  min-width: 160px;
  aspect-ratio: 12/7;
  background: url(../images/common/deco_footer.png) center/contain no-repeat;
  z-index: 1;
}

body.page .headline {
  font-size: 3.2rem;
  padding-top: 23px;
}
@media screen and (max-width: 767px) {
  body.page .headline {
    font-size: 2.6rem;
  }
}
body.page .headline::before {
  width: 45px;
  left: -27px;
}
body.page .headline._vertical {
  writing-mode: vertical-lr;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  body.page .headline._vertical {
    writing-mode: horizontal-tb;
    padding-top: 25px;
  }
}
body.page main {
  background: url(../images/common/bg_pattern.png) top left/24px 24px repeat #fff;
}

.commingsoon {
  font-size: min(5.4vw, 60px);
  text-align: center;
  padding-bottom: 40px;
  font-weight: 500;
}

/*menu*/
#menu_button {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #menu_button {
    display: block;
  }
}
#menu_button.is_active .menu__line {
  top: 31px;
  width: 21px;
}
#menu_button.is_active .menu__line.menu__top {
  transform: rotate(45deg);
}
#menu_button.is_active .menu__line.menu__center {
  opacity: 0;
}
#menu_button.is_active .menu__line.menu__bottom {
  transform: rotate(-45deg);
  margin-top: 0;
}
#menu_button .menu__line {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background-color: #000;
  transition-duration: 0.3s;
}
#menu_button .menu__line.menu__center {
  margin-top: 6px;
}
#menu_button .menu__line.menu__bottom {
  margin-top: 12px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition-duration: 0.3s;
  z-index: 99;
}
.header.is_fixed .header_inner {
  background-color: #fff;
}

.header_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 6px 3.571%;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .header_inner {
    min-height: 58px;
    padding: 6px 3.5%;
  }
}

.header_logo {
  display: block;
  flex: 1;
  max-width: 342px;
}
@media screen and (max-width: 767px) {
  .header_logo {
    max-width: 240px;
  }
}

@media screen and (max-width: 767px) {
  #gnav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100dvh;
    padding: 85px 5.33% 30px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.3s;
    z-index: -1;
  }
}
#gnav[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.gnav_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .gnav_wrap {
    display: block;
    overflow-y: auto;
  }
}

.header_base_nav {
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .header_base_nav {
    display: block;
    font-size: min(5.2vw, 20px);
    font-weight: 700;
  }
}
.header_base_nav > li {
  margin-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_base_nav > li {
    margin: 0;
    margin-bottom: 5px;
  }
}
.header_base_nav > li:not(:last-of-type) {
  padding-right: 1.3em;
}
@media screen and (max-width: 767px) {
  .header_base_nav > li:not(:last-of-type) {
    padding-right: 0;
  }
}
.header_base_nav > li:not(:last-of-type)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .header_base_nav > li:not(:last-of-type)::after {
    display: none;
  }
}
.header_base_nav a {
  padding-block: 3px;
  display: block;
}
@media screen and (max-width: 767px) {
  .header_base_nav a {
    padding: 10px 0 12px 35px;
    position: relative;
    line-height: 1.5;
  }
}
.header_base_nav a::before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/common/arrow_right.svg) center/10px 10px no-repeat #1e62c8;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .header_base_nav a::before {
    display: block;
  }
}
.header_base_nav a:hover {
  color: #407ad0;
}

.header_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: min(1.6vw, 15px);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .header_nav {
    display: block;
    font-size: min(5.2vw, 20px);
  }
}
.header_nav > li {
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .header_nav > li {
    margin: 0;
  }
  .header_nav > li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.header_nav a {
  display: block;
  position: relative;
  padding-block: 3px;
}
@media screen and (max-width: 767px) {
  .header_nav a {
    padding: 10px 0 12px 35px;
  }
}
.header_nav a::before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/common/arrow_right.svg) center/10px 10px no-repeat #1e62c8;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .header_nav a::before {
    display: block;
  }
}
.header_nav a:hover {
  color: #407ad0;
}

.header_sub_menu {
  font-weight: 700;
  font-size: min(1.6vw, 15px);
  background-color: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  position: absolute;
  margin-right: 3.571%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  right: 0;
  top: 90px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .header_sub_menu {
    display: none;
  }
}
.header_sub_menu .sub_menu_list {
  display: flex;
}
.header_sub_menu .sub_menu_list > li:not(:first-child) {
  padding-left: 40px;
}
.header_sub_menu .sub_menu_list a :hover {
  color: #407ad0;
}

.post_detail_outer {
  padding: 100px 5.33%;
}
@media screen and (max-width: 767px) {
  .post_detail_outer {
    padding-block: 65px;
  }
}

.post_detail_wrap {
  max-width: 800px;
  margin-inline: auto;
}
.post_detail_wrap .back_btn {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .post_detail_wrap .back_btn {
    margin-top: 60px;
  }
}

.post_headline_block {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
}
@media screen and (max-width: 767px) {
  .post_headline_block {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}

.post_headline {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post_headline {
    font-size: 2rem;
  }
}

.post_body {
  padding-bottom: 70px;
  border-bottom: solid 1px #e5e5e5;
}
@media screen and (max-width: 767px) {
  .post_body {
    padding-bottom: 50px;
  }
}
.post_body *:not(:last-child) {
  margin-bottom: 40px;
}
.post_body a {
  display: inline-block;
  text-decoration: underline;
}
.post_body a::after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 10px;
  aspect-ratio: 1;
  background: url(../images/common/icon_link.png) center/contain no-repeat;
}
.post_body a:hover {
  opacity: 0.6;
}
.post_body p *, .post_body span * {
  margin-bottom: 0 !important;
}
.post_body figure * {
  margin-bottom: 0;
}
.post_body h1 {
  margin-bottom: 10px !important;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
}
.post_body h2 {
  margin-top: 50px;
  margin-bottom: 30px !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}
.post_body h3 {
  margin-bottom: 6px !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
}
.post_body h4 {
  margin-bottom: 6px !important;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.post_body h5 {
  margin-bottom: 6px !important;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42;
}
.post_body h6 {
  margin-bottom: 6px !important;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.post_body ol {
  list-style-type: none;
  counter-reset: item;
}
.post_body ol li {
  counter-increment: item;
  position: relative;
  margin: 0 0 1em 1em !important;
}
.post_body ol li:last-child {
  margin-bottom: 0 !important;
}
.post_body ol li::before {
  content: counter(item) ".";
  position: absolute;
  top: 0;
  right: 100%;
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
  color: #1e62c8;
}
.post_body ol ol li {
  margin-bottom: 0 !important;
}
.post_body ol * {
  margin-bottom: 0;
}
.post_body ul li {
  position: relative;
  margin: 0 !important;
  padding-left: 1.2em;
}
.post_body ul li:last-child {
  margin-bottom: 0 !important;
}
.post_body ul li::before {
  content: " ";
  position: absolute;
  top: 0.71em;
  left: 0.2em;
  width: 0.437em;
  aspect-ratio: 1/1;
  background-color: #1e62c8;
  border-radius: 50%;
}
.post_body ul * {
  margin-bottom: 0;
}
.post_body img {
  display: block;
  max-width: 700px !important;
  width: 100%;
  margin-inline: auto;
  border-radius: 10px;
}
.post_body .wp-block-column img {
  display: block;
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
  border-radius: 10px;
}
.post_body .aligncenter {
  display: table;
}
.post_body .alignright {
  float: right;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .post_body .alignright {
    float: none;
    margin-left: 0;
  }
}
.post_body .alignleft {
  float: left;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .post_body .alignleft {
    float: none;
    margin-right: 0;
  }
}

.footer {
  position: relative;
  background-color: #1e62c8;
  color: #fff;
}

.footer_info_wrap {
  padding: 85px 3.5715% 50px 10.714%;
}
@media screen and (max-width: 1199px) {
  .footer_info_wrap {
    padding: 55px 5.33%;
  }
}

.footer_flex {
  padding-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .footer_flex {
    padding-bottom: 30px;
    display: block;
  }
}
.footer_flex .left_block {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 44%;
}
@media screen and (max-width: 767px) {
  .footer_flex .left_block {
    position: static;
    max-width: none;
  }
}
.footer_flex .right_block {
  padding-left: 38%;
}
@media screen and (max-width: 1199px) {
  .footer_flex .right_block {
    padding-left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer_flex .right_block {
    padding-left: 0;
    margin-top: 20px;
  }
}

.footer_info_item {
  line-height: 1.44;
  font-weight: bold;
}
.footer_info_item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footer_info_item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.footer_info_item > dt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer_info_item > dd {
    font-size: 1.4rem;
  }
}
.footer_info_item > dd.contact_info {
  line-height: 1.7;
  font-weight: 400;
  font-size: 1.4rem;
}

.footer_banner_block {
  width: 32%;
  max-width: 369px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .footer_banner_block {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer_banner_block {
    width: 100%;
    padding-top: 20px;
  }
}

.copyright {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.3;
}

.pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0;
  right: 3.5715%;
  width: 170px;
  height: 50px;
  border-radius: 0 0 14px 14px;
  padding: 10px 4px;
  background-color: #fff;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 20px;
    width: 150px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.pagetop::before {
  content: "";
  transform: translateX(-50%);
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../images/common/icon_pagetop.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .pagetop::before {
    width: 14px;
  }
}
.pagetop:hover {
  background-color: #000;
  color: #fff;
}

.notes_list > li {
  position: relative;
  padding-left: 1em;
}
.notes_list > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.notes_text {
  position: relative;
  padding-left: 1em;
}
.notes_text::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.dot_list > li {
  position: relative;
  padding-left: 1em;
}
.dot_list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.disc_list {
  line-height: 1.75;
}
.disc_list > li {
  position: relative;
  padding-left: 2.12em;
}
.disc_list > li:not(:last-child) {
  margin-bottom: 16px;
}
.disc_list > li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0.75em;
  width: 0.43em;
  aspect-ratio: 1/1;
  background-color: #333;
  border-radius: 50%;
}

.order_list {
  list-style-type: none;
  counter-reset: item;
}
.order_list li {
  counter-increment: item;
  position: relative;
  padding-left: 1.3em;
}
.order_list li:nth-child(n+10) {
  padding-left: 2em;
}
.order_list li:last-child .order_list:last-child {
  margin-bottom: 0;
}
.order_list li::before {
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.order_list .order_list {
  margin-block: 0.25em 0.8em;
}

.top_mv_section {
  position: relative;
  overflow: hidden;
}
.top_mv_section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  background: url(../images/top/bg_mv.png) top center/cover no-repeat #e1f1f9;
  z-index: 1;
  pointer-events: none;
}
.top_mv_wrap {
  position: relative;
  padding: 28px 0 50px;
  max-width: 480px;
  margin-inline: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .top_mv_wrap {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .top_mv_wrap {
    padding: 20px 5.33% max(25vw, 153px);
  }
}
.top_mv_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 118%;
  background: url(../images/top/deco_mv_left.png) bottom/contain no-repeat;
  width: min(26vw, 297px);
  aspect-ratio: 297/600;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_mv_wrap::before {
    right: 110%;
  }
}
@media screen and (max-width: 767px) {
  .top_mv_wrap::before {
    display: none;
  }
}
.top_mv_wrap::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 118%;
  background: url(../images/top/deco_mv_right.png) bottom/contain no-repeat;
  width: min(26vw, 309px);
  aspect-ratio: 309/631;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_mv_wrap::after {
    left: 110%;
  }
}
@media screen and (max-width: 767px) {
  .top_mv_wrap::after {
    background-image: url(../images/top/deco_mv_sp.png);
    width: max(40vw, 318px);
    aspect-ratio: 318/131;
    left: 50%;
    transform: translateX(-50%);
  }
}

.top_mv_headline {
  max-width: 462px;
  width: 100%;
  aspect-ratio: 462/359;
  background: url(../images/top/mv_title.svg) center/contain no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_mv_headline {
    max-width: none;
    width: 76.4%;
    min-width: 256px;
    margin: 0 auto;
  }
}

.top_mv_text {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .top_mv_text {
    text-align: left;
  }
}

.top_news_section {
  padding: 55px 5.33%;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .top_news_section {
    margin: 0;
    padding: 35px 5.33%;
  }
}
.top_news_section .small_headline {
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .top_news_section .small_headline {
    writing-mode: horizontal-tb;
    margin-bottom: 20px;
  }
}

.top_news_wrap {
  max-width: 843px;
  margin-inline: auto;
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_news_wrap {
    display: block;
  }
}
.top_news_wrap .headline_block {
  margin-right: 7%;
}
@media screen and (max-width: 767px) {
  .top_news_wrap .headline_block {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.top_news_wrap .detail_block {
  flex: 1;
}

.no_news {
  text-align: center;
}

.news_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.news_modal_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.news_modal_content {
  position: relative;
  width: 90%;
  max-width: 860px;
  max-height: 600px;
  background: #fff;
  border-radius: 14px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 86px 7.06% 56px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news_modal_content {
    padding: 55px 5.33% 35px;
  }
}
.news_modal_content .modal_scroll_area {
  overflow-y: auto;
  padding-right: 30px;
  max-height: 440px;
  height: 85%;
}
.news_modal_content .modal_scroll_area::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1199px) {
  .news_modal_content .modal_scroll_area .simplebar-wrapper {
    padding-bottom: 20px;
  }
}
.news_modal_content .simplebar-scrollbar::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1e62c8;
  border-radius: 0;
  width: 4px !important;
  opacity: 1;
}
.news_modal_content .simplebar-track {
  background: #f2f2f2;
  width: 4px !important;
}
.news_modal_content .modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  border-radius: 0 14px 0 14px;
  background: #1e62c8;
  cursor: pointer;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .news_modal_content .modal_close {
    width: 45px;
    height: 45px;
  }
}
.news_modal_content .modal_close::before, .news_modal_content .modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
}
.news_modal_content .modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.news_modal_content .modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.news_modal_content .modal_date {
  display: block;
  font-size: 14px;
  color: #989898;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
}
.news_modal_content .modal_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .news_modal_content .modal_title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.news_modal_content .modal_body {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .news_modal_content .modal_body {
    line-height: 1.5;
  }
}
.news_modal_content .modal_body > * {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .news_modal_content .modal_body > * {
    margin-top: 20px;
  }
}
.news_modal_content .modal_body img {
  width: 100%;
}
.news_modal_content .modal_body a {
  text-decoration: underline;
}
.news_modal_content .modal_body ul li {
  position: relative;
  margin: 0 !important;
  padding: 0 0 1rem 1em;
}
.news_modal_content .modal_body ul li:last-child {
  margin-bottom: 0 !important;
}
.news_modal_content .modal_body ul li::before {
  content: " ";
  position: absolute;
  top: 0.71em;
  left: 0.2em;
  width: 0.437em;
  aspect-ratio: 1/1;
  background-color: #1e62c8;
  border-radius: 50%;
}
.news_modal_content .modal_body ol {
  list-style-type: none;
  counter-reset: item;
}
.news_modal_content .modal_body ol li {
  counter-increment: item;
  position: relative;
  margin: 0 0 1rem 1em !important;
}
.news_modal_content .modal_body ol li:last-child {
  margin-bottom: 0 !important;
}
.news_modal_content .modal_body ol li::before {
  content: counter(item) ".";
  position: absolute;
  top: 0;
  right: 100%;
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
  color: #1e62c8;
}
.news_modal_content .modal_body ol ol li {
  margin-bottom: 0 !important;
}
.news_modal_content .modal_body ol * {
  margin-bottom: 0;
}

.top_post_list > li:not(:last-child) {
  margin-bottom: 12px;
}
.top_post_list .news_item {
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top_post_list .news_item {
    display: block;
  }
}
.top_post_list .news_item:hover .title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.top_post_list .date {
  display: block;
  width: 6em;
  margin: 0.3em 8px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #989898;
}
@media screen and (max-width: 767px) {
  .top_post_list .date {
    width: auto;
    margin: 0 0 5px;
  }
}
.top_post_list .title {
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .top_post_list .title {
    font-size: 1.4rem;
  }
}

.top_project_section {
  position: relative;
  padding-block: 100px;
  background: url(../images/common/bg_pattern.png) left top/24px 24px repeat;
  overflow: hidden;
  z-index: 1;
}
.top_project_section .deco_text {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 81px;
  right: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 240px;
  font-weight: 600;
  line-height: 0.68;
  text-align: center;
  color: #d2e0f4;
  pointer-events: none;
  white-space: nowrap;
  writing-mode: vertical-lr;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_project_section .deco_text {
    writing-mode: horizontal-tb;
    font-size: 120px;
    right: auto;
    left: -20px;
    top: auto;
    bottom: 0;
  }
}

.top_project_wrap {
  padding: 0 10.714%;
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top_project_wrap {
    padding-inline: 5.33%;
  }
}

.top_project_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top_project_flex:not(:first-of-type) {
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  .top_project_flex:not(:first-of-type) {
    margin-top: 90px;
  }
}
.top_project_flex:nth-of-type(even) {
  flex-direction: row-reverse;
}
.top_project_flex .top_project_content {
  flex: 1;
  max-width: 460px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top_project_flex .top_project_content {
    max-width: none;
  }
}
.top_project_flex .top_project_content .outline {
  margin-top: 18px;
}
.top_project_flex .btn {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .top_project_flex .btn {
    margin-inline: auto;
  }
}
.top_project_flex .project_img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_project_flex .project_img {
    width: 100%;
    margin-top: 25px;
  }
}

.label_wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  .label_wrap {
    text-align: center;
  }
}

.label {
  display: inline-block;
  margin-top: 5px;
  background: #fff;
  border: 6px solid #edcb00;
  padding: 2px 10px 1px;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.2;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .label {
    font-size: 1.5rem;
    border-width: 4px;
    padding-top: 0;
    line-height: 1;
  }
}
.label .strong {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .label .strong {
    font-size: 2.2rem;
  }
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 14vw;
  left: auto;
  bottom: auto;
  right: auto;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: 2px solid #333;
  border-radius: 50%;
  background-color: #333;
  margin: 0;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 27vw;
  }
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 8px;
    height: 8px;
  }
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: #fff;
}
.swiper-button-prev:hover::after, .swiper-button-next:hover::after {
  border-color: #333;
}

.swiper-button-prev {
  left: 26.5%;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 5%;
  }
}
.swiper-button-prev::after {
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  transform-origin: center;
}

.swiper-button-next {
  right: 26.5%;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 5%;
  }
}
.swiper-button-next::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform-origin: center;
}

.top_interview_section {
  position: relative;
  padding: 120px 0 125px;
  background: #f1f6fc;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_interview_section {
    padding-top: 60px;
    overflow: hidden;
  }
}
.top_interview_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(79.2vw, 892px);
  aspect-ratio: 892/590;
  background: url(../images/common/deco_section_top.png) center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
.top_interview_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(79.2vw, 892px);
  aspect-ratio: 892/533;
  background: url(../images/common/deco_section_bottom.png) center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
.top_interview_section .deco_text {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 240px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #e7eef9;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_interview_section .deco_text {
    top: 75px;
    font-size: 120px;
  }
}

.top_interview_wrap {
  position: relative;
  padding-inline: 14.28%;
  padding: 0 14.28% 60px;
}
@media screen and (max-width: 767px) {
  .top_interview_wrap {
    padding: 0 5.33% 34px;
  }
}

.top_interview_slider_wrap {
  position: relative;
  padding-bottom: 74px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_interview_slider_wrap {
    padding-bottom: 34px;
  }
}

@keyframes sliderScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.77);
  }
}
.top_interview_slider {
  position: relative;
  text-align: center;
}
.top_interview_slider .swiper-slide {
  transform: scale(0.77);
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_interview_slider .swiper-slide {
    transform: none;
  }
}
.top_interview_slider .swiper-slide-prev {
  animation: sliderScale 0.3s linear forwards;
}
@media screen and (max-width: 767px) {
  .top_interview_slider .swiper-slide-prev {
    animation: none;
  }
}
.top_interview_slider .swiper-slide-active {
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .top_interview_slider .swiper-slide-active {
    transform: none;
  }
}
.top_interview_slider .video_box {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_interview_slider .video_box {
    transform: none;
  }
}
.top_interview_slider .video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.top_interview_slider .text_block {
  text-align: left;
  margin-top: 30px;
}
.top_interview_slider .interview_copy {
  display: inline-block;
  background-color: #1e62c8;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding: 3px 15px;
  border-radius: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top_interview_slider .interview_copy {
    line-height: 1.5;
    padding-inline: 13px;
  }
}
.top_interview_slider .interview_copy::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 10px;
  background-color: #1e62c8;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  top: 99%;
  left: 30px;
}
.top_interview_slider .company_name {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .top_interview_slider .company_name {
    font-size: 2.4rem;
  }
}
.top_interview_slider .lecturer_info_flex {
  display: flex;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .top_interview_slider .lecturer_info_flex {
    display: block;
  }
}
.top_interview_slider .lecturer_info_flex .lecturer_name {
  font-size: 2rem;
  font-weight: 500;
}
.top_interview_slider .lecturer_info_flex .lecturer_name .small {
  font-size: 1.6rem;
}
.top_interview_slider .lecturer_info_flex .lecturer_position {
  font-size: 1.4rem;
  font-weight: 400;
  flex: 1;
  margin-left: 1em;
  margin-top: 10px;
  padding-left: 6px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_interview_slider .lecturer_info_flex .lecturer_position {
    padding-left: 0;
    margin: 0;
  }
}
.top_interview_slider .lecturer_info_flex .lecturer_position::before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .top_interview_slider .lecturer_info_flex .lecturer_position::before {
    display: none;
  }
}
.top_interview_slider .interview_outline {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #666;
}
@media screen and (max-width: 767px) {
  .top_interview_slider .interview_outline {
    margin-top: 8px;
  }
}

.is_opera .video_box {
  padding-top: 56.25%;
}

.academy_participant_section {
  padding: 95px 0 50px;
}
@media screen and (max-width: 767px) {
  .academy_participant_section {
    padding-block: 75px 35px;
  }
}
.academy_participant_section .headline_wrap {
  margin-bottom: 40px;
}

.participant_logo_wrap .logo_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -13px 0 0 -13px;
}
.participant_logo_wrap .logo_list > li {
  margin: 13px 0 0 13px;
  width: calc(20% - 13px);
}
@media screen and (max-width: 767px) {
  .participant_logo_wrap .logo_list > li {
    width: calc(50% - 13px);
  }
}
.participant_logo_wrap .logo_list a {
  display: block;
  background-color: #fff;
  aspect-ratio: 19/8;
  text-align: center;
}
.participant_logo_wrap .logo_list a:hover {
  opacity: 0.7;
}
.participant_logo_wrap .logo_list a img {
  object-position: center;
  object-fit: contain;
  border-radius: 6px;
  height: 100%;
}

.academy_lecturer_section {
  padding: 50px 0 100px;
}
@media screen and (max-width: 767px) {
  .academy_lecturer_section {
    padding-block: 35px 70px;
  }
}

.academy_lecturer_box {
  background-color: #d2e0f4;
  border: 6px solid #1e62c8;
  border-radius: 20px;
  padding: 90px 7.5%;
}
@media screen and (max-width: 767px) {
  .academy_lecturer_box {
    padding: 55px 5% 40px;
  }
}

.lecturer_cont_flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .lecturer_cont_flex {
    display: block;
  }
}
.lecturer_cont_flex .headline_wrap {
  margin: -35px 8% 35px 0;
}
@media screen and (max-width: 767px) {
  .lecturer_cont_flex .headline_wrap {
    margin: 0 0 35px;
  }
}

.academy_lecturer_info {
  flex: 1;
}
.academy_lecturer_info .lecturer_info_item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .academy_lecturer_info .lecturer_info_item {
    display: block;
  }
}
.academy_lecturer_info .lecturer_info_item:not(:last-child) {
  margin-bottom: 40px;
}
.academy_lecturer_info .lecturer_info_item > dt {
  width: min(17vw, 190px);
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .academy_lecturer_info .lecturer_info_item > dt {
    width: 100%;
    max-width: 190px;
    margin-inline: auto;
  }
}
.academy_lecturer_info .lecturer_info_item > dt img {
  object-fit: cover;
}
.academy_lecturer_info .lecturer_info_item > dd {
  flex: 1;
  padding-left: 5.48%;
}
@media screen and (max-width: 767px) {
  .academy_lecturer_info .lecturer_info_item > dd {
    margin-left: 0;
  }
}
.academy_lecturer_info .lecturer_info_item .lecturer_name {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .academy_lecturer_info .lecturer_info_item .lecturer_name {
    text-align: center;
    font-size: 2rem;
    margin-top: 5px;
  }
}
.academy_lecturer_info .lecturer_info_item .lecturer_name .small {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .academy_lecturer_info .lecturer_info_item .lecturer_name .small {
    font-size: 1.6rem;
    padding-left: 3px;
  }
}
.academy_lecturer_info .lecturer_info_item .position {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .academy_lecturer_info .lecturer_info_item .position {
    text-align: center;
  }
}
.academy_lecturer_info .lecturer_info_item .outline {
  font-size: 1.3rem;
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .academy_lecturer_info .lecturer_info_item .outline {
    margin-top: 15px;
  }
}

.academy_content_section {
  background-color: #f1f6fc;
  padding-block: 135px 140px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .academy_content_section {
    padding-block: 80px 130px;
  }
}
.academy_content_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/deco_section_top.png) left top/contain no-repeat;
  width: min(79.2vw, 892px);
  aspect-ratio: 892/590;
  z-index: -1;
}
.academy_content_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/common/deco_section_bottom.png) right bottom/contain no-repeat;
  width: min(79.2vw, 892px);
  aspect-ratio: 892/533;
  z-index: -1;
}
.academy_content_section .headline_wrap {
  text-align: center;
  margin-bottom: 45px;
}

.academy_content_wrap:not(:first-of-type) {
  margin-top: 110px;
  padding-top: 110px;
  border-top: 6px dotted #1e62c8;
}
@media screen and (max-width: 767px) {
  .academy_content_wrap:not(:first-of-type) {
    margin-top: 60px;
    padding-top: 75px;
  }
}

.report_list {
  display: flex;
  flex-wrap: wrap;
  margin: -49px 0 0 -49px;
}
@media screen and (max-width: 767px) {
  .report_list {
    margin: -20px 0 0 -20px;
  }
}
.report_list .report_card {
  margin: 49px 0 0 49px;
  width: calc(33.33% - 49px);
}
@media screen and (max-width: 767px) {
  .report_list .report_card {
    margin: 20px 0 0 20px;
    width: calc(50% - 20px);
  }
}
.report_list .report_card .report_number {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .report_list .report_card .report_number {
    font-size: 1.6rem;
  }
}
.report_list .report_card a {
  display: block;
  height: 100%;
}
.report_list .report_card a:hover .img_block img {
  transform: scale(1.2);
}
.report_list .img_block {
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
}
.report_list .img_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
}

.movie_list {
  display: flex;
  flex-wrap: wrap;
  margin: -49px 0 0 -49px;
}
@media screen and (max-width: 767px) {
  .movie_list {
    flex-direction: column;
    gap: 30px;
    margin: 0 5%;
  }
}
.movie_list .movie_item {
  margin: 49px 0 0 49px;
  width: calc(33.33% - 49px);
}
@media screen and (max-width: 767px) {
  .movie_list .movie_item {
    width: 100%;
    margin: 0;
  }
}
.movie_list .movie_box {
  aspect-ratio: 3/2;
  background: #000;
  border-radius: 10px;
  position: relative;
}
.movie_list .movie_box iframe {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.movie_list .caption {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .movie_list .caption {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 5px;
  }
}

.voice_list {
  display: flex;
  flex-wrap: wrap;
  margin: -49px 0 0 -49px;
}
@media screen and (max-width: 767px) {
  .voice_list {
    flex-direction: column;
    margin: 0 5%;
    gap: 30px;
  }
}

.voice_card {
  margin: 49px 0 0 49px;
  width: calc(33.33% - 49px);
}
@media screen and (max-width: 767px) {
  .voice_card {
    width: 100%;
    margin: 0;
  }
}
.voice_card .img_block {
  border-radius: 10px;
  overflow: hidden;
}
.voice_card .text_block {
  margin-top: 10px;
}
.voice_card .text_block .name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.voice_card .text_block .outline {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.platform_report_section {
  padding-top: 110px;
  min-height: 310px;
}
@media screen and (max-width: 767px) {
  .platform_report_section {
    padding-top: 75px;
  }
}
.platform_report_section .headline_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .platform_report_section .headline_wrap {
    margin-bottom: 40px;
  }
}

.report_tab_nav {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: -5px;
  position: relative;
}
.report_tab_nav::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 3px;
  background-color: #333;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .report_tab_nav::before {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .report_tab_nav {
    margin-left: 0;
  }
}
.report_tab_nav > li {
  align-content: center;
  width: 33%;
  position: relative;
  max-width: 495px;
  min-height: 70px;
  padding: 13px 5px 11px;
  background-color: #f2f2f2;
  border-bottom: 3px solid #333;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  font-size: 2rem;
  cursor: pointer;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .report_tab_nav > li {
    min-height: 60px;
    padding: 6px 3px;
    line-height: 1.3;
    font-size: 1.6rem;
    border-width: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.report_tab_nav > li.is_active {
  border: solid 3px #333;
  border-bottom: none;
  background-color: #1e62c8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .report_tab_nav > li.is_active {
    border-width: 2px;
  }
}

.report_tab_content_wrap {
  position: relative;
  padding-block: 100px 160px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .report_tab_content_wrap {
    padding-block: 45px 130px;
  }
}
.report_tab_content_wrap::before {
  content: "";
  position: absolute;
  background-color: #f1f6fc;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  z-index: -1;
}

.report_tab_content {
  display: none;
}
.report_tab_content.is_active {
  display: block;
  animation: fadeIn 0.5s linear forwards;
}/*# sourceMappingURL=style.css.map */