@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 li {
  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%;
}
html.is_hidden {
  overflow: hidden;
}
html.loading_hidden {
  overflow: hidden;
}
html.loading_hidden #menu_button {
  opacity: 0;
  pointer-events: none;
}
html.loading_hidden .pc_header_nav_wrap {
  opacity: 0;
  pointer-events: none;
}
html.loading_hidden .top_mv_video_block {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
html.loading_hidden .top_news_section {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
html.is_show #menu_button {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
html.is_show .pc_header_nav_wrap {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
html.is_show .top_mv_video_block {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
html.is_show .top_news_section {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

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

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.event_none {
  pointer-events: none !important;
}
img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

figure {
  margin: auto;
}

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

.inner_s {
  width: 65.88%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 84.61%;
  }
  .inner_s {
    width: 84.61%;
  }
}
.is_block {
  display: block;
}

.is_inline_block {
  display: inline-block;
}

.is_pc_block {
  display: block;
}

.is_sp_block {
  display: none;
}

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

.fw_medium {
  font-weight: 500;
}

.fw_bold {
  font-weight: 700;
}

.fs_24 {
  font-size: 2.4rem;
}

.fs_30 {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .fs_24 {
    font-size: 2rem;
  }
  .fs_30 {
    font-size: 2.2rem;
  }
  .scale_half_em {
    font-size: 0.5em;
  }
  .scale_two3rd_em {
    font-size: 0.666em;
  }
  .ta_sp_left {
    text-align: left !important;
  }
  .ta_sp_right {
    text-align: right !important;
  }
  .ta_sp_center {
    text-align: center !important;
  }
}
.circle_headline {
  position: relative;
  padding-left: 1.8em;
  font-weight: 700;
  line-height: 1.3;
}
.circle_headline::before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 1.05em;
  height: 1.05em;
  background-color: #a6afd6;
  border-radius: 50%;
}

.line_headline {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  z-index: 1;
}
.line_headline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #292f4a;
  z-index: -1;
  pointer-events: none;
}
.line_headline .sme-bg-color {
  padding: 0 1.25em;
}

.border_radius10 {
  border-radius: 10px;
}

.border_radius20 {
  border-radius: 20px;
}

.border_radius30 {
  border-radius: 30px;
}

.border_radius40 {
  border-radius: 40px;
}

.border_radius50 {
  border-radius: 50px;
}

.border_radius60 {
  border-radius: 60px;
}

.bg_padding {
  position: relative;
  padding: 40px 5.55%;
}

.bg_padding_title {
  position: absolute;
  top: 0;
  left: 5.55%;
}
.bg_padding_title.sop_img_title {
  top: -20px;
}
.bg_padding_title.sop_img_title img {
  width: auto;
  height: 40px;
  -o-object-fit: contains;
     object-fit: contains;
}

@media screen and (max-width: 768px) {
  .bg_padding {
    margin-inline: -4.544%;
    padding: 40px 4.54%;
  }
  .bg_padding_title {
    left: 4.54%;
  }
  .bg_padding_title.sop_img_title {
    top: -15px;
  }
  .bg_padding_title.sop_img_title img {
    height: 30px;
  }
}
.video_radius {
  border-radius: 40px;
  overflow: hidden;
  isolation: isolate;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.fadein.anistart {
  opacity: 1;
}

.fadeinUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.fadeinUp.anistart {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}


/* プレースホルダー */
/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #c6c6c6;
}
/* Firefox 18- */
:-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #c6c6c6;
  opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #c6c6c6;
  opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #c6c6c6;
}
/* IE Edge */
::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #c6c6c6;
}


input,
textarea {
  display: block;
  outline: none;
  width: 100%;
  padding: 10px 24px;
  border: solid 1px #c6c6c6;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
input {
  height: 63px;
}

@media screen and (max-width: 768px) {
  input,
  textarea {
    padding: 10px 16px;
    font-size: 1.8rem;
  }
  input {
    height: 60px;
  }
}
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;
}

/*menu*/
#menu_button {
  position: fixed;
  top: 30px;
  right: 45px;
  width: 58px;
  height: 58px;
  padding: 0 0 28px;
  z-index: 999;
  color: #292f4a;
  cursor: pointer;
}
#menu_button.is_active {
  top: 18px;
}
#menu_button.is_active .menu__line.menu__top {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-top: 28px;
}
#menu_button.is_active .menu__line.menu__center {
  opacity: 0;
}
#menu_button.is_active .menu__line.menu__bottom {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  margin-top: 28px;
}
#menu_button.is_active .menu_text {
  opacity: 0;
}
#menu_button .menu__line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.2px;
  background-color: #000;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#menu_button .menu__line.menu__center {
  width: 77.58%;
  margin-top: 12px;
}
#menu_button .menu__line.menu__bottom {
  margin-top: 24px;
}
#menu_button .menu_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px min(15.62%, 145px) 10px 4.24%;
  z-index: 99;
  color: #292f4a;
}

.top_header {
  padding-left: 28%;
}
.top_header .header_logo {
  position: absolute;
  top: 58px;
  left: 8.78%;
  width: 11em;
  margin: 0;
  font-size: min(1.31vw, 18px);
  text-align: center;
}
.top_header .header_logo a {
  display: block;
}
.top_header .header_logo img {
  display: block;
  max-width: none;
  width: 78.51%;
  margin: 0 auto 16px;
}
.top_header .header_logo .logo_text {
  display: block;
}
.top_header .header_logo .small_text {
  font-size: 0.777em;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_logo {
  display: block;
  margin-right: 2.66em;
  font-size: min(1.3vw, 15px);
  font-weight: 600;
  color: #292f4a;
  line-height: 1.33;
  letter-spacing: 0.1em;
}
.header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_logo img {
  max-width: 6.66em;
  width: 100%;
  height: auto;
  margin-right: 1.06em;
}
.header_logo .sub_text {
  font-size: 0.86em;
}

.pc_header_nav_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.pc_header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -10px -2.5em;
  font-size: min(1.82vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.pc_header_nav > li {
  margin: 0 0 10px 2.5em;
}
.pc_header_nav a:hover {
  color: #005dab;
}

.pc_header_others_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 20px -2.85em;
  font-size: min(1.56vw, 1.4rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.pc_header_others_nav > li {
  margin: 10px 0 0 2.85em;
}
.pc_header_others_nav a:hover {
  color: #005dab;
}

@media screen and (max-width: 980px) {
  .pc_header_nav {
    margin-left: -1.5em;
  }
  .pc_header_nav > li {
    margin-left: 1.5em;
  }
  .pc_header_others_nav {
    margin-left: -1.5em;
  }
  .pc_header_others_nav > li {
    margin-left: 1.5em;
  }
}
#gnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: max(21.43dvh, 80px) 5.41% 50px;
  background-color: #fff;
  color: #292f4a;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  z-index: -1;
}
#gnav[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
#gnav::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 315px;
  height: 210px;
  background: url(../img/common/deco_blue.png) top left/528px no-repeat;
  z-index: -1;
  pointer-events: none;
}

.gnav_wrap {
  height: 100%;
  overflow-y: auto;
}

.gnav_logo {
  display: block;
  position: absolute;
  top: 58px;
  left: 8.78%;
  width: 11em;
  font-size: min(1.31vw, 18px);
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.1em;
  text-align: center;
  color: #292f4a;
}
.gnav_logo img {
  display: block;
  width: 78.51%;
  margin: 0 auto 16px;
}
.gnav_logo .logo_text {
  display: block;
}
.gnav_logo .sub_text {
  font-size: 0.86em;
}

.gnav_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.gnav_grid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -60px -130px;
}

.gnav_column {
  width: calc(50% - 130px);
  margin: 0 0 60px 130px;
  line-height: 1.5;
}

.gnav_parent_item {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.gnav_parent_item a:hover {
  color: #005dab;
}

.gnav_child_list {
  margin-top: 30px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #7b7b7b;
}
.gnav_child_list > li {
  position: relative;
  margin-top: 10px;
  padding-left: 1.5em;
}
.gnav_child_list > li::before {
  content: "";
  position: absolute;
  top: 0.71em;
  left: 0;
  width: 0.857em;
  height: 1px;
  background-color: #7b7b7b;
}
.gnav_child_list a {
  display: inline-block;
  position: relative;
}
.gnav_child_list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #7b7b7b;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.gnav_child_list a:hover::after {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .gnav_others_column .gnav_parent_item {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .gnav_others_column .gnav_parent_item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.gnav_others_list {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.gnav_others_list > li:not(:last-child) {
  margin-bottom: 40px;
}
.gnav_others_list a:hover {
  color: #005dab;
}

.gnav_video_btn_block {
  max-width: 313px;
  margin: 260px 100px 0 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.36;
  text-align: center;
}

.gnav_video_btn {
  display: block;
  width: 100%;
  padding: 9px 10px;
  background-color: #292f4a;
  border: solid 1px #292f4a;
  border-radius: 5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.gnav_video_btn:hover {
  background-color: #fff;
  color: #292f4a;
}
.gnav_video_btn:not(:last-child) {
  margin-bottom: 14px;
}
.gnav_video_btn .small_text {
  font-size: 0.866em;
}

.gnav_copyright {
  margin-top: max(9.8dvh, 70px);
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #menu_button {
    top: 20px;
    right: 14px;
    width: 42px;
    height: 42px;
  }
  #menu_button.is_active .menu__line.menu__top {
    margin-top: 16px;
  }
  #menu_button.is_active .menu__line.menu__bottom {
    margin-top: 16px;
  }
  #menu_button .menu__line.menu__center {
    margin-top: 7px;
  }
  #menu_button .menu__line.menu__bottom {
    margin-top: 16px;
  }
  #menu_button .menu_text {
    font-size: 11px;
  }
  .header {
    padding: 10px 70px 6px 4.1%;
  }
  .top_header {
    padding-left: 4.1%;
  }
  .top_header .header_logo {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    margin: 0;
    font-size: 13px;
    text-align: left;
  }
  .top_header .header_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top_header .header_logo img {
    max-width: 5.23em;
    width: 100%;
    margin: 0 0.769em 0 0;
  }
  .top_header .header_logo .small_text {
    font-size: 0.777em;
  }
  .header_inner {
    min-height: 0;
  }
  .header_logo {
    margin: 0;
    font-size: 13px;
  }
  .header_logo img {
    max-width: 5.23em;
    margin-right: 0.769em;
  }
  .header_logo .sub_text {
    font-size: 0.846em;
  }
  .pc_header_nav_wrap {
    display: none;
  }
  #gnav {
    padding: 90px 7.69% 34px;
  }
  #gnav::after {
    width: 134px;
    height: 90px;
    background-size: 214px;
  }
  .gnav_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 10px;
    left: 4.1%;
    width: auto;
    font-size: 13px;
    text-align: left;
  }
  .gnav_logo img {
    max-width: 5.23em;
    margin: 0 0.769em 0 0;
  }
  .gnav_logo .sub_text {
    font-size: 0.846em;
  }
  .gnav_flex {
    display: block;
  }
  .gnav_grid {
    display: block;
    margin: 0;
  }
  .gnav_column {
    width: 100%;
    margin: 0;
  }
  .gnav_parent_item {
    border-bottom: solid 1px #eaeaea;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .gnav_parent_item a {
    display: block;
    position: relative;
    padding: 18px 44px 18px 0;
  }
  .gnav_parent_item a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 38px;
    aspect-ratio: 1/1;
    background-color: #292f4a;
    border-radius: 50%;
  }
  .gnav_parent_item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 7px;
    margin-right: 12px;
    background: url(../img/common/icon_arrow_white.png) right center/20px no-repeat;
  }
  .gnav_child_list {
    display: none;
  }
  .gnav_others_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0 -10px -1em;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .gnav_others_list > li {
    margin: 0 0 10px 1em;
  }
  .gnav_others_list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .gnav_video_btn_block {
    max-width: none;
    margin: 34px 0 0;
  }
  .gnav_copyright {
    display: none;
  }
}
.common_download_wrap {
  position: relative;
  width: 80.52%;
  margin: 100px auto;
  z-index: 2;
}
.common_download_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  min-height: 215px;
  padding: 20px 9.09%;
  border-radius: 40px;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
}
.common_download_wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/common/download_bg.jpg) center/cover no-repeat;
  z-index: -1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.common_download_wrap a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #001fa8;
  mix-blend-mode: multiply;
  opacity: 0.41;
  z-index: -1;
}
.common_download_wrap a:hover::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.common_download_wrap a:hover .common_download_text {
  background-color: #292f4a;
  color: #fff;
}
.common_download_wrap a:hover .common_download_text::after {
  background-image: url(../img/common/icon_arrow_white.png);
}

.common_download_title {
  margin-right: 40px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.31;
  letter-spacing: 0.1em;
  color: #fff;
}

.common_download_text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 15.14em;
  padding: 16px 40px;
  background-color: #fff;
  border: solid 1px #292F4A;
  border-radius: 5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #292F4A;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.common_download_text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 7px;
  background: url(../img/common/icon_arrow.png) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .common_download_wrap {
    width: 92.3%;
    margin: 60px auto 50px;
  }
  .common_download_wrap a {
    display: block;
    min-height: 344px;
    padding: 50px 4.166%;
    border-radius: 30px;
  }
  .common_download_wrap a::before {
    background-image: url(../img/common/download_bg_sp.jpg);
  }
  .common_download_title {
    margin: 0;
    font-size: 2.2rem;
    line-height: 1.64;
  }
  .common_download_text {
    max-width: none;
    width: 100%;
    margin: 74px 0 0;
    font-size: 1.6rem;
  }
}
.footer {
  position: relative;
  padding: 50px 5.27% 40px 9.73%;
  background-color: #f0f1f5;
  border-radius: 60px 60px 0 0;
  z-index: 1;
  color: #292f4a;
  margin-top: 20px;
}
.footer .copyright {
  margin-top: 20px;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

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

.footer_info_block {
  margin-right: 200px;
}

.footer_logo {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.footer_logo a {
  display: inline-block;
}
.footer_logo img {
  display: block;
  max-width: 130px;
  height: auto;
}
.footer_logo .logo_text {
  display: block;
  margin-top: 24px;
}

.footer_address {
  line-height: 1.5;
}
.footer_address small {
  font-size: 0.875em;
}

.footer_nav_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 640px;
}

.footer_nav_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -24px -15px;
}

.footer_nav_column {
  min-width: 47%;
  margin: 0 0 24px 15px;
}

.footer_nav {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.footer_nav > li:not(:last-child) {
  margin-bottom: 24px;
}
.footer_nav a:hover {
  color: #005dab;
}

.sp_footer_nav {
  display: none;
}

.footer_video_btn_block {
  margin-top: 70px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.36;
}

.footer_video_btn_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 -15px -15px;
}

.footer_video_btn {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px 15px;
  padding: 6px 20px;
  background-color: #292f4a;
  border: solid 1px #292f4a;
  border-radius: 5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.footer_video_btn:hover {
  background-color: #fff;
  color: #292f4a;
}
.footer_video_btn .small_text {
  font-size: 0.8em;
}

.footer_video_text {
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 7.69% 34px;
  }
  .footer .copyright {
    margin-top: 60px;
    font-size: 1.1rem;
    text-align: center;
  }
  .footer_flex {
    display: block;
  }
  .footer_info_block {
    margin: 0;
    text-align: center;
  }
  .footer_logo {
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 1.31;
  }
  .footer_logo img {
    max-width: 114px;
    margin: 0 auto;
  }
  .footer_logo .logo_text {
    margin-top: 10px;
  }
  .footer_address {
    display: inline-block;
    margin: 0;
    text-align: left;
  }
  .footer_nav_block {
    margin-top: 30px;
  }
  .footer_nav_grid {
    display: block;
    margin: 0;
  }
  .footer_nav_column {
    min-width: 0;
    margin: 0;
  }
  .footer_nav > li {
    border-bottom: solid 1px #eaeaea;
  }
  .footer_nav > li:not(:last-child) {
    margin-bottom: 0;
  }
  .footer_nav a {
    display: block;
    position: relative;
    padding: 18px 44px 18px 0;
  }
  .footer_nav a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 38px;
    aspect-ratio: 1/1;
    background-color: #292f4a;
    border-radius: 50%;
  }
  .footer_nav a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 7px;
    margin-right: 12px;
    background: url(../img/common/icon_arrow_white.png) right center/20px no-repeat;
  }
  .pc_footer_item {
    display: none;
  }
  .sp_footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0 -10px -1em;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .sp_footer_nav > li {
    margin: 0 0 10px 1em;
  }
  .footer_video_btn_block {
    margin-top: 34px;
  }
  .footer_video_btn_grid {
    margin: 0 0 -14px;
  }
  .footer_video_btn {
    width: 100%;
    margin: 0 0 14px;
  }
}
.btn_grid_wrap {
  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;
}

.btn_column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.btn {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  width: 100%;
  min-height: 55px;
  padding: 4px 34px;
  background-color: #fff;
  border: solid 1px #292f4a;
  border-radius: 5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #292f4a !important;
  text-align: center;
  text-decoration: none !important;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 7px;
  background: url(../img/common/icon_arrow.png) right center/contain no-repeat;
}
.btn:hover {
  background-color: #292f4a;
  color: #fff !important;
}
.btn:hover::after {
  background-image: url(../img/common/icon_arrow_white.png);
}

@media screen and (max-width: 768px) {
  .btn_grid_wrap .btn {
    min-height: 42px;
    padding: 4px 28px 4px 16px;
    font-size: 1.1rem;
  }
  .btn_grid_wrap .btn::after {
    right: 10px;
    width: 14px;
    height: 7px;
    background-size: 20px;
  }
}
.back_btn {
  display: block;
  position: relative;
  max-width: 285px;
  width: 100%;
  margin: 90px auto 0;
  padding: 20px 30px;
  background-color: #292f4a;
  border: solid 1px #292f4a;
  border-radius: 5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
}
.back_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
  width: 20px;
  height: 7px;
  background: url(../img/common/icon_arrow_white.png) right center/contain no-repeat;
}
.back_btn:hover {
  background-color: #fff;
  color: #292f4a !important;
}
.back_btn:hover::after {
  background-image: url(../img/common/icon_arrow.png);
}

@media screen and (max-width: 768px) {
  .back_btn {
    margin-top: 60px;
  }
}
.simple_outer {
  position: relative;
  z-index: 2;
}
.simple_outer .inner_s > .post_body:first-child {
  margin-top: 60px;
}

.mv_outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 487px;
  padding: 116px 0 66px;
  background: url(../img/common/mv_bg.png) top center/cover no-repeat #fff;
  z-index: 1;
}
.mv_outer::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 66px;
  background: #fff;
  border-radius: 60px 60px 0 0;
  pointer-events: none;
  z-index: -1;
}

.mv_wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 9.73%;
}

.mv_headline {
  position: relative;
  padding-top: 1.8em;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  z-index: 1;
}
.mv_headline .en_text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8rem;
  font-weight: 200;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #f0f0f0;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .mv_outer {
    min-height: 243px;
    padding: 80px 0 24px;
  }
  .mv_outer::after {
    height: 24px;
    border-radius: 30px 30px 0 0;
  }
  .mv_wrap {
    padding: 10px 5% 0 7.69%;
  }
  .mv_headline {
    font-size: 2rem;
    line-height: 1.2;
  }
  .mv_headline .en_text {
    font-size: 3rem;
    line-height: 1.33;
  }
}
.breadcrumbs_nav {
  padding: 20px 2.92%;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.4rem;
  font-weight: 400;
  list-style: none;
}
.breadcrumbs > li {
  position: relative;
}
.breadcrumbs > li:not(:first-child) {
  padding-left: 1em;
}
.breadcrumbs > li:not(:first-child)::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0.4em;
  color: #b2b2b2;
}
.breadcrumbs a {
  text-decoration: none !important;
  color: #b2b2b2 !important;
}

@media screen and (max-width: 768px) {
  .breadcrumbs_nav {
    padding: 14px 3.84%;
  }
  .breadcrumbs {
    margin: 0;
    font-size: 1rem;
  }
}
.navigation {
  margin-top: 46px;
  text-align: center;
}

.nav-links {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2.9em;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  color: #292f4a;
}
.nav-links .page-numbers {
  margin: 2px;
  width: 1.9em;
  aspect-ratio: 1/1;
  padding: 0.4em 0.1em 0.1em;
  border-radius: 50%;
  text-align: center;
}
.nav-links .page-numbers:hover, .nav-links .page-numbers.current {
  background-color: #292f4a;
  color: #fff;
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.nav-links .page-numbers.prev:hover, .nav-links .page-numbers.next:hover {
  background-color: #292f4a;
}
.nav-links .page-numbers.prev:hover::before, .nav-links .page-numbers.next:hover::before {
  background-image: url(../img/common/icon_arrow_white.png);
}
.nav-links .page-numbers.prev::before, .nav-links .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 7px;
  background: url(../img/common/icon_arrow.png) right center/20px no-repeat;
}
.nav-links .page-numbers.prev {
  left: 0;
}
.nav-links .page-numbers.prev::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}
.nav-links .page-numbers.next {
  right: 0;
}

.category_nav {
  margin: 60px 0 70px;
}

.category_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: -25px 0 0 -2.7%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #292f4a;
}
.category_list > li {
  width: 22.3%;
  margin: 25px 0 0 2.7%;
}
.category_list a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 55px;
  background-color: #fff;
  border: solid 1px;
  border-radius: 5rem;
}
.category_list a:hover, .category_list a.current {
  background-color: #ebedff;
  border-color: #ebedff;
}
.category_list a.current {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .category_nav {
    margin: 40px 0;
  }
  .category_list {
    justify-content: space-between;
    margin: -12px 0 0;
    font-size: 1.2rem;
  }
  .category_list > li {
    width: 47%;
    margin: 12px 0 0;
  }
  .category_list a {
    min-height: 34px;
  }
}
.post_list > li {
  border-bottom: solid 1px #c6c6c6;
}
.post_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 4.44%;
}
.post_list a:hover {
  color: #005dab;
}
.post_list a:hover .date {
  color: #005dab;
}
.post_list a:hover .category {
  color: #005dab;
}
.post_list .date_category_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  margin-right: 40px;
}
.post_list .date {
  width: 7em;
  margin-right: 10px;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #292f4a;
}
.post_list .category {
  display: inline-block;
  width: 104px;
  margin-left: 10px;
  padding: 1px 6px;
  background-color: #f4f4f4;
  border-radius: 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #292f4a;
}
.post_list .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post_headline_wrap {
  margin: 60px 0 50px;
  padding: 0 0 20px;
  border-bottom: solid 1px #c6c6c6;
}
.post_headline_wrap .date_category_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}
.post_headline_wrap .date {
  width: 7em;
  margin-right: 10px;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #292f4a;
}
.post_headline_wrap .category {
  display: inline-block;
  width: 104px;
  margin-left: 10px;
  padding: 1px 6px;
  background-color: #f4f4f4;
  border-radius: 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #292f4a;
}

.post_headline {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.07;
}

@media screen and (max-width: 768px) {
  .post_list a {
    display: block;
    padding: 20px 10px;
  }
  .post_list .date_category_block {
    width: 100%;
    margin: 0 0 6px;
  }
}
.event_article_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 120px 9.73% 0;
}

.event_article_headline {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 54px;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.event_article_headline .ja_text {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
.event_article_headline .en_text {
  display: block;
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}

.event_article_grid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -50px -4.76%;
}

.post_article {
  width: 28.57%;
  margin: 0 0 50px 4.76%;
  color: #292f4a;
}
.post_article a {
  display: block;
  height: 100%;
}
.post_article a:hover .img_block img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.post_article .date {
  margin-bottom: 4px;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.post_article .date time {
  font-size: 2rem;
  font-weight: 700;
}
.post_article .img_block {
  width: 100%;
  aspect-ratio: 1/1.07;
  margin: 0 0 10px;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
}
.post_article .img_block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.post_article .title {
  font-size: 1.6rem;
  line-height: 1.88;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .event_article_wrap {
    display: block;
    margin: 60px 7.69% 0;
  }
  .event_article_headline {
    display: block;
    margin: 0 0 20px;
    font-size: 2.4rem;
    text-align: left;
  }
  .event_article_headline .ja_text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    white-space: normal;
  }
  .event_article_headline .en_text {
    margin: 0;
    font-size: 1.2rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    white-space: normal;
  }
  .event_article_grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 -20px;
  }
  .post_article {
    width: 46.13%;
    margin: 0 0 20px;
  }
  .post_article .date {
    font-size: 1rem;
  }
  .post_article time {
    font-size: 1.5rem;
  }
}
.event_outline_wrap {
  position: relative;
  margin-top: 11rem;
  padding: 0 5.33% 60px;
  z-index: 1;
}
.event_outline_wrap::before {
  content: "";
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f6ff;
  border-radius: 30px;
  z-index: -1;
  pointer-events: none;
}

.event_outline_headline {
  margin-bottom: 30px;
  font-size: 6.3rem;
  font-weight: 700;
  line-height: 1.3;
}
.event_outline_headline .en_text {
  display: inline-block;
  margin-right: 30px;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.event_outline_headline .ja_text {
  display: inline-block;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .event_outline_wrap {
    margin-top: 8rem;
    padding: 0 0 40px;
  }
  .event_outline_wrap::before {
    top: 1.8em;
    left: -4.54%;
    right: -4.54%;
  }
  .event_outline_headline {
    font-size: 3.6rem;
  }
  .event_outline_headline .en_text {
    margin-right: 12px;
  }
  .event_outline_headline .ja_text {
    font-size: 1.2rem;
  }
}
.flex_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -15px;
  line-height: 1.5;
  color: #292f4a;
}
.flex_item:not(:last-child) {
  margin-bottom: 7px;
}
.flex_item > dt {
  display: inline-block;
  min-width: 6.67em;
  margin-left: 15px;
  padding: 6px 18px;
  background-color: #292f4a;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.flex_item > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 3px 0 0 15px;
}

@media screen and (max-width: 768px) {
  .flex_item {
    display: block;
    margin: 0;
  }
  .flex_item:not(:last-child) {
    margin-bottom: 14px;
  }
  .flex_item > dt {
    margin: 0 0 4px;
  }
  .flex_item > dd {
    margin: 0;
    padding-left: 1em;
  }
}
@-webkit-keyframes loadingWrap {
  0% {
    display: block;
    opacity: 1;
  }
  90% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes loadingWrap {
  0% {
    display: block;
    opacity: 1;
  }
  90% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes loadingLogo {
  0% {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 41.93%;
    opacity: 0;
  }
  40% {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 41.93%;
    opacity: 1;
  }
  100% {
    top: 58px;
    left: 10.24%;
    -webkit-transform: none;
            transform: none;
    width: 11.31%;
    opacity: 1;
  }
}
@keyframes loadingLogo {
  0% {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 41.93%;
    opacity: 0;
  }
  40% {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 41.93%;
    opacity: 1;
  }
  100% {
    top: 58px;
    left: 10.24%;
    -webkit-transform: none;
            transform: none;
    width: 11.31%;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes loadingLogo {
    0% {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 41.93%;
      opacity: 0;
    }
    40% {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 41.93%;
      opacity: 1;
    }
    100% {
      top: 10px;
      left: 4.1%;
      -webkit-transform: none;
              transform: none;
      width: 68px;
      opacity: 1;
    }
  }
  @keyframes loadingLogo {
    0% {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 41.93%;
      opacity: 0;
    }
    40% {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 41.93%;
      opacity: 1;
    }
    100% {
      top: 10px;
      left: 4.1%;
      -webkit-transform: none;
              transform: none;
      width: 68px;
      opacity: 1;
    }
  }
}
.loading_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  -webkit-animation: loadingWrap 2.5s linear forwards;
          animation: loadingWrap 2.5s linear forwards;
}
.loading_wrap.is_start .loading_img {
  -webkit-animation: loadingLogo 2s linear forwards;
          animation: loadingLogo 2s linear forwards;
}

.loading_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 307px;
  width: 41.93%;
  opacity: 0;
}
.loading_img img {
  display: block;
  width: 100%;
  height: auto;
}

.top_mv_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 40px;
}

.top_mv_video_block {
  position: relative;
  width: 68.44%;
  z-index: 1;
}
.top_mv_video_block::after {
  content: "";
  position: absolute;
  bottom: -250px;
  right: 0;
  width: 318px;
  padding-top: 438px;
  background: url(../img/common/deco_blue.png) bottom left/528px no-repeat;
  z-index: -1;
  pointer-events: none;
}

.top_mv_video {
  width: 100%;
  aspect-ratio: 1/0.6;
  border-radius: 60px 0 0 60px;
  overflow: hidden;
  isolation: isolate;
}
.top_mv_video video, .top_mv_video img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .top_mv_outer {
    display: block;
    margin-top: 10px;
  }
  .top_mv_video_block {
    width: 96.15%;
    margin: 0 0 0 auto;
  }
  .top_mv_video_block::after {
    bottom: -112px;
    width: 134px;
    padding-top: 200px;
    background-size: 230px;
  }
  .top_mv_video {
    border-radius: 30px 0 0 30px;
  }
}
.top_news_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-top: 224px;
  padding: 0 2.92%;
}

.top_news_headline {
  margin: 0 120px 20px 0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.top_news_headline .en_text {
  display: inline-block;
  margin-right: 14px;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #292f4a;
}
.top_news_headline .ja_text {
  font-size: 1.2rem;
}

.top_news_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px 0 0;
}

.top_news_card {
  width: 46.57%;
  margin: 40px 0 0;
}
.top_news_card a {
  display: block;
  height: 100%;
}
.top_news_card a:hover .img_block img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top_news_card .date {
  margin-bottom: 4px;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #292f4a;
  line-height: 1.5;
}
.top_news_card .date time {
  font-size: 1.5rem;
  font-weight: 700;
}
.top_news_card .img_block {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.68;
  margin: 0 0 10px;
  border-radius: 5px;
  overflow: hidden;
  isolation: isolate;
}
.top_news_card .img_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.top_news_card .category {
  display: inline-block;
  margin-bottom: 6px;
  padding: 1px 14px;
  background-color: #f4f4f4;
  border-radius: 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #292f4a;
}
.top_news_card .title {
  font-size: 1.4rem;
  line-height: 1.29;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.top_news_btn {
  position: absolute;
  top: 16px;
  right: 9%;
  max-width: 114px;
  width: 100%;
  padding: 6px 30px;
  background-color: #fff;
  border: solid 1px #292f4a;
  border-radius: 3rem;
  font-size: 12px;
  color: #292f4a;
  text-align: center;
  line-height: 1.5;
}
.top_news_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 7px;
  background: url(../img/common/icon_arrow.png) center/contain no-repeat;
}
.top_news_btn:hover {
  background-color: #292f4a;
  color: #fff;
}
.top_news_btn:hover::after {
  background-image: url(../img/common/icon_arrow_white.png);
}

@media screen and (max-width: 768px) {
  .top_news_section {
    margin-top: 56px;
    padding: 0 3.84%;
  }
  .top_news_headline {
    margin: 0 0 20px;
  }
  .top_news_card {
    width: 46.13%;
  }
  .top_news_btn {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    max-width: 330px;
    margin: 24px auto 0;
    padding: 17px 34px;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.top_tele_education_section {
  position: relative;
  min-height: 450px;
  padding-block: 210px 90px;
  z-index: 1;
}
.top_tele_education_section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 450px;
  background: url(../img/top/tele_education_bg.png) center/cover no-repeat;
  z-index: -1;
}
.top_tele_education_section .summary_text {
  font-weight: 600;
  line-height: 1.88;
  color: #292f4a;
}

.top_tele_education_headline {
  position: relative;
  margin: 0 9.88% 70px;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
  z-index: 1;
}
.top_tele_education_headline .en_text {
  display: block;
  position: relative;
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.05em;
  color: #292f4a;
}
.top_tele_education_headline .en_text::before {
  content: "";
  position: absolute;
  top: -38px;
  left: -90px;
  width: 147px;
  aspect-ratio:  1/0.73;
  background: url(../img/top/tele_education_headline_deco.png) center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}

.top_tele_education_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top_tele_education_flex .text_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 13.9% 0 5.85%;
}
.top_tele_education_flex .video_block {
  width: 48.68%;
  aspect-ratio: 1/0.562;
  border-radius: 0 40px 40px 0;
  overflow: hidden;
  isolation: isolate;
}
.top_tele_education_flex .video_block img,
.top_tele_education_flex .video_block iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_tele_education_title {
  margin-bottom: 60px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.02em;
  color: #292f4a;
}

.top_tele_education_nav_list {
  margin-top: 15px;
  font-weight: 700;
  line-height: 1.88;
  letter-spacing: 0.1em;
  color: #292f4a;
}
.top_tele_education_nav_list > li {
  border-bottom: solid 1px #c6c6c6;
}
.top_tele_education_nav_list a {
  display: block;
  position: relative;
  padding: 22px 40px 22px 0;
}
.top_tele_education_nav_list a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  aspect-ratio: 1/1;
  background: #292f4a;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.top_tele_education_nav_list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 7px;
  margin-right: 12px;
  background: url(../img/common/icon_arrow_white.png) right center/20px no-repeat;
}
.top_tele_education_nav_list a:hover {
  color: #005dab;
}
.top_tele_education_nav_list a:hover::before {
  background-color: #005dab;
}

@media screen and (max-width: 768px) {
  .top_tele_education_section {
    min-height: none;
    padding-block: 90px 0;
  }
  .top_tele_education_section::before {
    display: none;
  }
  .top_tele_education_section .summary_text {
    font-size: 1.4rem;
    line-height: 2;
  }
  .top_tele_education_headline {
    margin: 0 7.69% 30px;
    font-size: 2.4rem;
  }
  .top_tele_education_headline .en_text {
    margin-bottom: 2px;
    font-size: 1.2rem;
  }
  .top_tele_education_headline .en_text::before {
    top: -18px;
    left: -12px;
    width: 63px;
  }
  .top_tele_education_flex {
    display: block;
  }
  .top_tele_education_flex .text_block {
    position: relative;
    padding: 0 7.69%;
  }
  .top_tele_education_flex .text_block::before {
    content: "";
    position: absolute;
    bottom: -78px;
    left: 0;
    right: 0;
    height: 460px;
    background: url(../img/top/tele_education_bg_sp.png) right center/cover no-repeat;
    z-index: -1;
  }
  .top_tele_education_flex .video_block {
    width: 96.41%;
    margin: 45px 0 0 0;
    border-radius: 0 20px 20px 0;
  }
  .top_tele_education_title {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .top_tele_education_nav_list {
    font-size: 1.4rem;
  }
  .top_tele_education_nav_list a {
    padding: 19px 40px 19px 0;
  }
  .top_tele_education_nav_list a::before {
    width: 32px;
  }
  .top_tele_education_nav_list a::after {
    margin-right: 8px;
  }
}
.top_sop_section {
  margin-top: 80px;
}
.top_sop_section .summary_text {
  margin-bottom: 80px;
  font-weight: 600;
  line-height: 1.88;
  color: #292f4a;
  text-align: center;
}

.top_sop_headline {
  position: relative;
  margin-bottom: 50px;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
}
.top_sop_headline .en_text {
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  padding: 40px 0 20px;
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.05em;
  color: #292f4a;
  z-index: 1;
}
.top_sop_headline .en_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 123px;
  aspect-ratio: 1/0.73;
  background: url(../img/top/sop_headline_deco.png) center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}
.top_sop_headline .ja_text {
  display: block;
}

.top_sop_content:not(:last-child) {
  margin-bottom: 50px;
}

.top_sop_title_wrap {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  z-index: 1;
}
.top_sop_title_wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #292f4a;
  z-index: -1;
}

.top_sop_title {
  display: inline-block;
  padding: 0 80px;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #292f4a;
}
.top_sop_title small {
  font-size: 0.666em;
}

@media screen and (max-width: 768px) {
  .top_sop_section {
    margin-top: 70px;
    overflow: hidden;
  }
  .top_sop_section .summary_text {
    margin-bottom: 50px;
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
  .top_sop_headline {
    margin-bottom: 40px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .top_sop_headline .en_text {
    margin-bottom: 8px;
    padding: 26px 0 6px;
    font-size: 1.2rem;
  }
  .top_sop_headline .en_text::before {
    width: 76px;
  }
  .top_sop_content {
    width: 109.09%;
    margin-left: -4.54%;
  }
  .top_sop_content:not(:last-child) {
    margin-bottom: 50px;
  }
  .top_sop_title_wrap {
    margin-bottom: 34px;
  }
  .top_sop_title_wrap::before {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0.7em;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top_sop_title {
    padding: 0;
    max-width: 16.5em;
    font-size: 1.6rem;
  }
}
.top_sop_column {
  padding: min(1.46vw,20px);
  background-color: #fddb79;
  border-radius: 30px;
  text-align: center;
}
.top_sop_column.sop1_column {
  background: #ffc18d;
}
.top_sop_column.sop2_column {
  background: #ff8f5d;
}
.top_sop_column .img_block {
  max-width: 171px;
  margin: 0 auto;
}

.top_sop_column_title {
  font-size: min(1.61vw,2.2rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.top_sop_column_title .en_text {
  display: block;
  font-size: 1.36em;
}
.top_sop_column_title small {
  font-size: 0.818em;
}

.top_sop_grid01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_sop_grid01 .top_sop_column {
  width: 46.81%;
  padding: 30px;
}
.top_sop_grid01 .top_sop_column .top_sop_column_title {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
.top_sop_grid01 .top_sop_column .top_sop_column_title .en_text {
  font-size: 1.66em;
}
.top_sop_grid01 .top_sop_column .img_block {
  max-width: 209px;
  margin: 0 auto 14px;
}
.top_sop_grid01 .top_sop_column .detail_items {
  display: inline-block;
}
.top_sop_grid01 .top_sop_column .detail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
}
.top_sop_grid01 .top_sop_column .detail_item:not(:last-child) {
  margin-bottom: 6px;
}
.top_sop_grid01 .top_sop_column .detail_item > dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 6.67em;
  margin-right: 10px;
  padding: 4px;
  background-color: #292f4a;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.top_sop_grid01 .btn_grid_wrap {
  margin-top: 30px;
}
.top_sop_grid01 .btn_grid_wrap .btn_column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 50%;
}
.top_sop_grid01 .btn_grid_wrap .btn_column .btn {
  width: 96.36%;
  font-size: 1.3rem;
}
.top_sop_grid01 .video_text {
  margin-top: 4px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
}

.top_sop_grid02 {
  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: 0 0 -28px -2.36%;
}
.top_sop_grid02 .top_sop_column {
  width: 22.63%;
  margin: 0 0 28px 2.36%;
}
.top_sop_grid02 .top_sop_column .top_sop_column_title {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top_sop_column {
    padding: 2.56vw;
  }
  .top_sop_column .img_block {
    max-width: 28.97vw;
  }
  .top_sop_column_title {
    font-size: 3.58vw;
  }
  .top_sop_column_title .en_text {
    font-size: 1.428em;
  }
  .top_sop_grid01 {
    margin: 0 0 -20px;
  }
  .top_sop_grid01 .top_sop_column {
    width: 100%;
    margin: 0 0 20px;
    padding: 15px 10px;
  }
  .top_sop_grid01 .top_sop_column .top_sop_column_title {
    font-size: 1.8rem;
  }
  .top_sop_grid01 .top_sop_column .top_sop_column_title .en_text {
    font-size: 1.777em;
  }
  .top_sop_grid01 .top_sop_column .top_sop_column {
    max-width: 144px;
  }
  .top_sop_grid01 .top_sop_column .detail_item {
    font-size: 1.2rem;
  }
  .top_sop_grid01 .top_sop_column .detail_item > dt {
    width: 5.9em;
    margin-right: 4px;
    padding: 3px;
    font-size: 1.1rem;
  }
  .top_sop_grid01 .btn_grid_wrap {
    margin-top: 14px;
  }
  .top_sop_grid01 .btn_grid_wrap .btn_column .btn {
    font-size: 1.1rem;
  }
  .top_sop_grid01 .video_text {
    font-size: 0.9rem;
  }
  .top_sop_grid02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 -17px;
  }
  .top_sop_grid02 .top_sop_column {
    width: 47.67%;
    aspect-ratio: 1/1;
    margin: 0 0 17px;
  }
  .top_sop_grid02 .top_sop_column .top_sop_column_title {
    margin-bottom: 6px;
  }
}
.top_gallery_slider {
  margin-top: 120px;
  overflow: hidden;
}
.top_gallery_slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top_gallery_slider .swiper-slide {
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
}
.top_gallery_slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .top_gallery_slider {
    margin-top: 50px;
  }
}
.post_body,
.page_content {
  position: relative;
  font-weight: 600;
  line-height: 1.875;
  color: #292f4a;
  z-index: 1;
}
.post_body h2,
.page_content h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.post_body h3,
.page_content h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
.post_body h4,
.page_content h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
.post_body h5,
.page_content h5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.post_body h6,
.page_content h6 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.post_body a,
.page_content a {
  text-decoration: underline;
  color: #005dab;
}
.post_body .content_inner,
.page_content .content_inner {
  max-width: 65.88vw;
  margin-inline: auto;
}
.post_body .section-label,
.page_content .section-label {
  margin-bottom: 20px;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #292f4a;
}
.post_body .box-label,
.page_content .box-label {
  display: inline-block;
  min-width: 12em;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.post_body .button-link,
.page_content .button-link {
  margin: 25px 0;
}
.post_body .button-link a,
.page_content .button-link a {
  display: block;
  position: relative;
  padding: 21px 74px 21px 40px;
  border-radius: 20px;
  border: solid 1px #a6afd6;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  color: inherit;
}
.post_body .button-link a:hover,
.page_content .button-link a:hover {
  background-color: #292f4a;
  border-color: #292f4a;
  color: #fff;
}
.post_body .button-link a:hover::before,
.page_content .button-link a:hover::before {
  background: #fff;
}
.post_body .button-link a:hover::after,
.page_content .button-link a:hover::after {
  background-image: url(../img/common/icon_arrow.png);
}
.post_body .button-link a::before,
.page_content .button-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  aspect-ratio: 1/1;
  background: #292f4a;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.post_body .button-link a::after,
.page_content .button-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 7px;
  margin-right: 12px;
  background: url(../img/common/icon_arrow_white.png) right center/20px no-repeat;
}
.post_body .wp-block-embed.is-type-video iframe,
.page_content .wp-block-embed.is-type-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.562;
}
.post_body .wp-block-button,
.page_content .wp-block-button {
  width: 285px;
}
.post_body .wp-block-button.back .wp-block-button__link::after,
.page_content .wp-block-button.back .wp-block-button__link::after {
  left: 12px;
  right: auto;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}
.post_body .wp-block-button__link,
.page_content .wp-block-button__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 34px;
  background-color: #292f4a;
  border: solid 1px #292f4a;
  border-radius: 5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
}
.post_body .wp-block-button__link::after,
.page_content .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 7px;
  background: url(../img/common/icon_arrow_white.png) right center/contain no-repeat;
}
.post_body .wp-block-button__link:hover,
.page_content .wp-block-button__link:hover {
  background-color: #fff;
  color: #292f4a;
}
.post_body .wp-block-button__link:hover::after,
.page_content .wp-block-button__link:hover::after {
  background-image: url(../img/common/icon_arrow.png);
}
.post_body .mv_outer + .comingsoon_text,
.page_content .mv_outer + .comingsoon_text {
  margin-top: 40px;
}
.post_body .comingsoon_text,
.page_content .comingsoon_text {
  position: relative;
  padding: 1.96em 0 1.25em;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  font-size: 5.4rem;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  z-index: 1;
}
.post_body .comingsoon_text::before,
.page_content .comingsoon_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.22em;
  aspect-ratio: 1/0.733;
  background: url(../img/common/text_deco_blue.png) center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}
.post_body .download_column,
.page_content .download_column {
  gap: 10px;
  padding: 20px 6px;
  border-bottom: solid 1px #C6C6C6;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #292f4a;
}
.post_body .download_column:not(:last-child),
.page_content .download_column:not(:last-child) {
  margin-bottom: 28px;
}
.post_body .download_column .wp-block-button__link,
.page_content .download_column .wp-block-button__link {
  padding: 15px 46px;
}
.post_body .download_column .wp-block-button__link::after,
.page_content .download_column .wp-block-button__link::after {
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_download_white.png);
}
.post_body .download_column .wp-block-button__link:hover::after,
.page_content .download_column .wp-block-button__link:hover::after {
  background-image: url(../img/common/icon_download.png);
}

@media screen and (max-width: 768px) {
  .post_body h2,
  .page_content h2 {
    font-size: 2.4rem;
  }
  .post_body h3,
  .page_content h3 {
    font-size: 2.2rem;
  }
  .post_body h4,
  .page_content h4 {
    font-size: 2rem;
  }
  .post_body h5,
  .page_content h5 {
    font-size: 1.8rem;
  }
  .post_body h6,
  .page_content h6 {
    font-size: 1.6rem;
  }
  .post_body .content_inner,
  .page_content .content_inner {
    max-width: none;
  }
  .post_body .section-label,
  .page_content .section-label {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .post_body .box-label,
  .page_content .box-label {
    min-width: 10em;
    padding: 8px 10px;
    font-size: 1.6rem;
  }
  .post_body .button-link,
  .page_content .button-link {
    margin: 20px 0;
  }
  .post_body .button-link a,
  .page_content .button-link a {
    padding: 20px 54px 20px 20px;
  }
  .post_body .button-link a::before,
  .page_content .button-link a::before {
    right: 10px;
  }
  .post_body .button-link a::after,
  .page_content .button-link a::after {
    right: 10px;
  }
  .post_body .comingsoon_text,
  .page_content .comingsoon_text {
    font-size: 3rem;
  }
  .post_body .download_column,
  .page_content .download_column {
    padding: 20px 6px;
    font-size: 1.6rem;
  }
  .post_body .download_column:not(:last-child),
  .page_content .download_column:not(:last-child) {
    margin-bottom: 20px;
  }
  .post_body .download_column .wp-block-column:nth-child(1),
  .page_content .download_column .wp-block-column:nth-child(1) {
    max-width: 40px;
  }
  .post_body .download_column .wp-block-column:nth-child(2),
  .page_content .download_column .wp-block-column:nth-child(2) {
    max-width: calc(100% - 50px);
  }
  .post_body .download_column .wp-block-column:nth-child(3),
  .page_content .download_column .wp-block-column:nth-child(3) {
    width: 100%;
  }
}
.about_greeting_section {
  padding: 45px 9.73% 0;
}

.about_greeting_wrap {
  position: relative;
  padding: 0 0.636% 80px 0;
  z-index: 1;
}
.about_greeting_wrap::before {
  content: "";
  position: absolute;
  top: 80px;
  bottom: 0;
  right: -6.18%;
  width: 100vw;
  background-color: #f2f6ff;
  border-radius: 0 30px 30px 0;
  z-index: -1;
  pointer-events: none;
}
.about_greeting_wrap p:not(:last-child) {
  margin-bottom: 1.5em;
}
.about_greeting_wrap .wp-block-image .alignleft {
  margin: 0 7.31% 0.5em 0;
}

.about_teleEducation_section {
  position: relative;
  padding: 90px 17.05% 100px;
}
.about_teleEducation_section::before {
  content: "";
  position: absolute;
  top: -310px;
  right: 0;
  width: 304px;
  padding-top: 437px;
  background: url(../img/common/deco_blue.png) left bottom/528px no-repeat;
  z-index: -1;
  pointer-events: none;
}
.about_teleEducation_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 248px;
  padding-top: 282px;
  background: url(../img/common/deco_red.png) top right/599px no-repeat;
  z-index: -1;
  pointer-events: none;
}

.about_role_section {
  padding: 90px 17.05% 120px;
}

.about_outlook_section {
  position: relative;
  padding: 90px 9.73% 0;
}
.about_outlook_section::before {
  content: "";
  position: absolute;
  top: -210px;
  left: -334px;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
  width: 569px;
  padding-top: 471px;
  background: url(../img/common/deco_blue.png) right bottom/569px no-repeat;
  z-index: -1;
  pointer-events: none;
}
.about_outlook_section::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 280px;
  padding-top: 496px;
  margin-top: 70px;
  background: url(../img/common/deco_red.png) top left/599px no-repeat;
  z-index: -1;
  pointer-events: none;
}

.about_outlook_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .about_greeting_section {
    padding: 40px 7.69% 0;
  }
  .about_greeting_wrap {
    padding: 0 0 40px;
  }
  .about_greeting_wrap::before {
    top: 80px;
    right: -7.69vw;
    border-radius: 0;
  }
  .about_greeting_wrap p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .about_greeting_wrap .wp-block-image .alignleft {
    float: none;
    margin: 0 auto 20px;
  }
  .about_teleEducation_section {
    padding: 60px 7.69%;
  }
  .about_teleEducation_section::before {
    top: 0;
    width: 134px;
    padding-top: 100px;
    background-size: 230px;
  }
  .about_teleEducation_section::after {
    width: 109px;
    padding-top: 114px;
    background-size: 261px;
  }
  .about_role_section {
    padding: 60px 7.69%;
  }
  .about_outlook_section {
    position: relative;
    padding: 60px 7.69% 0;
  }
  .about_outlook_section::before {
    top: -66px;
    left: -28px;
    width: 134px;
    padding-top: 190px;
    background-size: 230px;
  }
  .about_outlook_section::after {
    top: auto;
    bottom: -150px;
    width: 109px;
    padding-top: 212px;
    margin-top: 0;
    background-size: 261px;
  }
}
.tele_effort_section {
  padding: 44px 9.73% 100px;
}

.tele_education_section {
  padding: 90px 17.05% 120px;
}

.tele_structure_section {
  position: relative;
  padding: 124px 9.73% 0;
  z-index: 1;
}
.tele_structure_section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 370px;
  padding-top: 270px;
  background: url(../img/common/deco_blue.png) left bottom/528px no-repeat;
  z-index: -1;
  pointer-events: none;
}

.structure_back {
  position: relative;
  padding: 0 14.28% 110px;
}
.structure_back::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 0;
  width: 25.9%;
  aspect-ratio: 1/0.54;
  background: url(../img/tele-education/structure_deco01.png) center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}
.structure_back::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 19.54%;
  aspect-ratio: 1/0.9;
  background: url(../img/tele-education/structure_deco02.png) center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .tele_effort_section {
    padding: 40px 7.69% 60px;
  }
  .tele_education_section {
    padding: 60px 7.69%;
  }
  .tele_structure_section {
    padding: 60px 7.69% 10px;
  }
  .tele_structure_section::before {
    width: 134px;
    padding-top: 100px;
    background-size: 230px;
  }
  .tele_structure_section .responsive-cols {
    justify-content: space-between;
    gap: 17px 0;
  }
  .tele_structure_section .responsive-cols .sop_img_columns {
    max-width: 47.67%;
  }
  .structure_back {
    padding: 0 0 60px;
  }
  .structure_back::before {
    left: -3%;
    width: 115px;
  }
  .structure_back::after {
    right: -3%;
    bottom: -30px;
    width: 86px;
  }
}
.subject_content {
  padding: 100px 17.05% 80px;
}

.subject_year {
  opacity: 0.2;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
  .subject_content {
    padding: 60px 7.69%;
  }
  .subject_year {
    font-size: 4rem;
  }
}
.gradation_blue {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 215, 0, 0.1)), color-stop(30%, rgba(196, 215, 0, 0.1)), color-stop(80%, rgba(0, 146, 216, 0.1)), to(rgba(0, 146, 216, 0.1))), #fff;
  background: linear-gradient(to bottom, rgba(196, 215, 0, 0.1) 0%, rgba(196, 215, 0, 0.1) 30%, rgba(0, 146, 216, 0.1) 80%, rgba(0, 146, 216, 0.1) 100%), #fff;
}

.gradation_red {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 224, 0, 0.1)), color-stop(20%, rgba(255, 224, 0, 0.1)), to(rgba(230, 0, 18, 0.1))), #fff;
  background: linear-gradient(to bottom, rgba(255, 224, 0, 0.1) 0%, rgba(255, 224, 0, 0.1) 20%, rgba(230, 0, 18, 0.1) 100%), #fff;
}

.mv_outer + .sop_content {
  padding-top: 40px;
}

.sop_content {
  padding: 100px 9.73% 80px;
}

.sop_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sop_media-text {
  font-size: 2rem;
  line-height: 1.5;
}
.sop_media-text .wp-block-media-text__content {
  padding: 0 9.09% !important;
}

@media screen and (max-width: 768px) {
  .mv_outer + .sop_content {
    padding-top: 40px;
  }
  .sop_content {
    padding: 60px 7.69%;
  }
  .sop_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sop_media-text {
    font-size: 2rem;
    line-height: 1.5;
  }
  .sop_media-text .wp-block-media-text__content {
    margin-top: 20px;
    padding: 0 !important;
  }
}

.sticky {
  position: sticky;
  top: 100px;
}

.sop_video_outer.sop2 .password_headline {
  color: #005dab;
}
.sop_video_outer.sop2 .password_input_flex .submit_btn {
  background-color: #005dab;
  border-color: #005dab;
}

.password_wrap {
  max-width: 650px;
  width: 90%;
  margin: 70px auto 250px;
  line-height: 1.5;
  color: #292f4a;
  text-align: center;
}
.password_headline {
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 700;
  color: #ff8f5d;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
.password_text {
  margin-bottom: 60px;
  font-size: 2rem;
  font-weight: 600;
}
.password_input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.password_input_flex input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.password_input_flex .submit_btn {
  width: 100%;
  max-width: 214px;
  height: 63px;
  margin-left: 16px;
  padding: 10px;
  background-color: #ff8f5d;
  border: solid 1px #ff8f5d;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .password_wrap {
    max-width: none;
    width: 84.615%;
    margin: 40px auto 80px;
  }
  .password_headline {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
  .password_text {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .password_input_flex {
    display: block;
  }
  .password_input_flex .submit_btn {
    max-width: none;
    height: 60px;
    margin: 20px 0 0;
  }
}

.sop_video_nav {
  position: relative;
  width: 80.52%;
  margin: 0 auto;
  z-index: 2;
}
.sop_video_anchor {
  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: -20px 0 0 -2.91%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #292f4a;
}
.sop_video_anchor > li {
  width: 22.06%;
  margin: 20px 0 0 2.91%;
}
.sop_video_anchor a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 55px;
  padding: 4px 10px;
  background-color: #fff;
  border: solid 1px;
  border-radius: 5rem;
}
.sop_video_anchor a:hover {
  background-color: #ebedff;
  border-color: #ebedff;
}
.sop_video_section {
  min-height: 520px;
  padding: 100px 9.73% 120px;
}
.sop_video_section:first-child {
  padding-top: 80px;
}
.sop_video_section:nth-child(even) {
  background-color: #f2f6ff;
}
.sop_video_headline {
  margin-bottom: 60px;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.sop_video_content:not(:last-child) {
  margin-bottom: 120px;
}
.sop_video_title {
  margin-bottom: 50px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.sop_video_title .label {
  display: inline-block;
  padding: 2px 35px;
  background-color: #ff8f5d;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.sop_video_outer.sop2 .sop_video_title .label {
  background-color: #005dab;
}
.sop_video_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -60px -2.22%;
}
.sop_video_card {
  position: relative;
  width: 31.11%;
  margin: 0 0 60px 2.22%;
  color: #292f4a;
}
.sop_video_card .video_block {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.56;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
}
.sop_video_card .video_block a {
  display: block;
  width: 100%;
  height: 100%;
}
.sop_video_card .video_block a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 14.57%;
  aspect-ratio: 1/0.705;
  background: url(../img/common/icon_youtube_white.png) center / contain no-repeat;
}
.sop_video_card .video_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
}
.sop_video_card .video_block a:hover img {
  transform: scale(1.2);
}
.sop_video_card .text_block {
  margin-top: 24px;
}
.sop_video_card .title_group {
  display: flex;
  align-items: center;
}
.sop_video_card .title_group .circle {
  display: block;
  width: 44px;
  margin-right: 14px;
}
.sop_video_card .title_group .circle img {
  display: block;
  width: 100%;
  height: auto;
}
.sop_video_card .title {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sop_video_card .meta_item {
  display: flex;
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #989898;
}
.sop_video_card .meta_item > dt {
  flex: none;
}
.sop_video_card .file_list {
  display: flex;
  flex-wrap: wrap;
  margin: 18px 0 -10px -1.68%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
}
.sop_video_card .file_list > li {
  width: 48.31%;
  margin: 0 0 10px 1.68%;
}
.sop_video_card .file_list > li a {
  display: inline-block;
  position: relative;
  padding: 6px 0 6px 36px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sop_video_card .file_list > li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 33px;
  background: url(../img/common/icon_file.png) center / contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sop_video_nav {
    width: 84.615%;
    margin-top: 40px;
  }
  .sop_video_anchor {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -12px 0 0 0;
    font-size: 1.2rem;
  }
  .sop_video_anchor > li {
    width: 47%;
    margin: 12px 0 0 0;
  }
  .sop_video_anchor a {
    min-height: 35px;
  }
  .sop_video_section {
    min-height: 0;
    padding: 60px 7.69%;
  }
  .sop_video_section:first-child {
    padding-top: 60px;
  }
  .sop_video_headline {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
  .sop_video_content:not(:last-child) {
    margin-bottom: 100px;
  }
  .sop_video_title {
    margin-bottom: 40px;
    font-size: 2rem;
  }
  .sop_video_title .label {
    padding: 2px 20px;
  }
  .sop_video_grid {
    margin: 0 0 -50px;
  }
  .sop_video_card {
    width: 100%;
    margin: 0 0 50px;
  }
}

.sop_video_label_wrap {
  position: relative;
  padding: 0 9.73%;
  margin-bottom: 30px;
  z-index: 1;
}
.sop_video_label_list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -1.66em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #292f4a;
}
.sop_video_label_item {
  display: flex;
  align-items: center;
  margin: 10px 0 0 1.66em;
}
.sop_video_label_item .circle {
  display: block;
  width: 44px;
  height: 44px;
  margin-right: 6px;
}
.sop_video_label_item .circle img {
  width: 100%;
  height: auto;
}
.sop_video_label_item .label_text {
  display: block;
  position: relative;
  padding-left: 1em;
}
.sop_video_label_item .label_text::before {
  content: "…";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sop_video_label_wrap {
    margin-bottom: 20px;
    padding: 20px 7.69% 0;
  }
  .sop_video_label_list {
    font-size: 1.6rem;
  }
}