@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! reset.css */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
main {
  display: block;
}

section,
article {
  display: block;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #252525;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.underline {
  text-decoration: underline;
}

a.link-underline {
  text-decoration: underline;
}
a.link-underline:hover {
  text-decoration: none;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.hidden {
  display: none;
}

.loaded {
  display: block;
}

picture img {
  vertical-align: top;
}

img {
  vertical-align: top;
  line-height: 1;
  max-width: 100%;
}

.js-fadein {
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}
.js-fadein.done-fadein {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.js-fadein.fadeUp {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js-fadein.fadeLeft {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.js-fadein.fadeDown {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.js-fadein.fadeRight {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.js-fadein.fadeExpand {
  -webkit-transform: translateY(100px) scale(0.7);
          transform: translateY(100px) scale(0.7);
}
.js-fadein.fadeExpand.action {
  -webkit-transform: translateY(0) scale(1) !important;
          transform: translateY(0) scale(1) !important;
}
.js-fadein.textFade .fadeTarget {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.js-fadein.textFade .fadeTarget:nth-of-type(2n-1) {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.js-fadein.textFade .fadeTarget:nth-of-type(2n) {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.js-fadein.textFade .fadeTarget.action {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

sup {
  font-size: 62.5%;
}

.red {
  color: #BC0000;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.fz68p {
  font-size: 68%;
}

.fz70p {
  font-size: 70%;
}

.fz72p {
  font-size: 72%;
}

.fz75p {
  font-size: 75%;
}

.fz78p {
  font-size: 78%;
}

.fz112p {
  font-size: 112%;
}

.fz120p {
  font-size: 120%;
}

.fz136p {
  font-size: 136%;
}

.fz140p {
  font-size: 140%;
}

.fz150p {
  font-size: 150%;
}

.fz175p {
  font-size: 175%;
}

.fz187p {
  font-size: 187%;
}

.fz192p {
  font-size: 192%;
}

.fz218p {
  font-size: 218%;
}

.fz254p {
  font-size: 254%;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.main-content {
  overflow-x: hidden;
  font-size: 1.6rem;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .main-content {
    font-size: 1.2rem;
    padding-top: 70px;
  }
}

.article {
  position: relative;
}

.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.form-control.size-2 {
  display: inline-block;
  width: 4rem;
  text-align: center;
  padding: 0.375rem 0.75rem;
}
.form-control.size-4 {
  display: inline-block;
  width: 8rem;
  text-align: center;
  padding: 0.375rem 0.75rem;
}
.form-control.size-s {
  display: inline-block;
  width: 6em;
}
@media screen and (max-width: 1024px) {
  .form-control.size-s {
    width: 4em;
  }
}
.form-control.size-l {
  display: inline-block;
  width: 20em;
}
@media screen and (max-width: 1024px) {
  .form-control.size-l {
    width: 14em;
  }
}
.form-control.bg-red {
  border: solid 1px #FF0000;
  background: #FFC1C1;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  border: 1px solid #707070;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select.size-s {
  display: inline-block;
  width: 6em;
}
@media screen and (max-width: 1024px) {
  .form-select.size-s {
    width: 4em;
  }
}
.form-select.size-l {
  display: inline-block;
  width: 20em;
}
@media screen and (max-width: 1024px) {
  .form-select.size-l {
    width: 14em;
  }
}

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

input[type=text],
input[type=search],
input[type=number],
input[type=phone] {
  display: block;
  font-size: 1.6rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border-radius: 0;
  border: solid 1px #707070;
  background: #fff;
  width: 100%;
}
input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=phone]::-webkit-input-placeholder {
  color: #D5D2D2;
}
input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=phone]::-moz-placeholder {
  color: #D5D2D2;
}
input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=phone]:-ms-input-placeholder {
  color: #D5D2D2;
}
input[type=text]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=phone]::-ms-input-placeholder {
  color: #D5D2D2;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=phone]::placeholder {
  color: #D5D2D2;
}

textarea {
  display: block;
  font-size: 1.6rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border-radius: 0;
  border: solid 1px #707070;
  background: #fff;
  width: 100%;
}
textarea::-webkit-input-placeholder {
  color: #D5D2D2;
}
textarea::-moz-placeholder {
  color: #D5D2D2;
}
textarea:-ms-input-placeholder {
  color: #D5D2D2;
}
textarea::-ms-input-placeholder {
  color: #D5D2D2;
}
textarea::placeholder {
  color: #D5D2D2;
}

.c-btn {
  text-decoration: none;
}
.c-btn:hover {
  text-decoration: none;
}

.c-hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.c-footer-entry {
  position: relative;
  z-index: 2;
  color: #fff;
  background: url("../img/footer_bg_1.jpg") center center/cover no-repeat;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 80px 20px;
}
@media screen and (max-width: 1024px) {
  .c-footer-entry {
    background: url("../img/footer_bg_1_sp.jpg") center center/cover no-repeat;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 60px 25px 80px;
  }
}
.c-footer-entry .c-footer-entry__inner {
  max-width: 1200px;
  margin: auto;
}
.c-footer-entry .c-footer-entry__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .c-footer-entry .c-footer-entry__header {
    display: block;
  }
}
.c-footer-entry .c-footer-entry--heading-1 {
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .c-footer-entry .c-footer-entry--heading-1 {
    margin-bottom: 35px;
  }
}
.c-footer-entry .c-footer-entry--heading-1 .heading-main {
  font-size: 90px;
  font-style: italic;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .c-footer-entry .c-footer-entry--heading-1 .heading-main {
    display: block;
    font-size: 64px;
    margin-bottom: 20px;
  }
}
.c-footer-entry .c-footer-entry--heading-1 .heading-sub {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-footer-entry .c-footer-entry--heading-1 .heading-sub {
    font-size: 18px;
    display: block;
  }
}
.c-footer-entry .c-footer-entry--btn-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0050a3;
  background: #fff;
  border-radius: 38px;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 700;
  width: 200px;
  height: 76px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .c-footer-entry .c-footer-entry--btn-small {
    font-size: 1.8rem;
    width: 100%;
    height: 50px;
  }
}
.c-footer-entry .c-footer-entry--btn-small:hover {
  color: #fff;
  background: #0050a3;
}
.c-footer-entry .c-footer-entry--btn-large {
  position: relative;
  display: block;
  padding: 70px 40px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: url("../img/footer_icon_arrow.png") right 20px bottom 20px/50px 50px no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .c-footer-entry .c-footer-entry--btn-large {
    padding: 50px 25px;
    border-radius: 10px;
    background: url("../img/footer_icon_arrow_sp.png") right 20px bottom 20px/40px 40px no-repeat;
  }
}
.c-footer-entry .c-footer-entry--btn-large::after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-footer-entry .c-footer-entry--btn-large:hover {
  background-color: #1765ba;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .c-footer-entry .c-footer-entry--btn-large:hover {
    background-color: inherit;
  }
}
.c-footer-entry .c-footer-entry--btn-large .c-footer-entry--btn-large__text-1 {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
}
.c-footer-entry .c-footer-entry--btn-large .c-footer-entry--btn-large__text-2 {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-footer-entry .c-footer-entry-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c-footer-entry .c-footer-entry-nav {
    display: block;
  }
}
.c-footer-entry .c-footer-entry-nav .c-footer-entry-nav__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
@media screen and (max-width: 1024px) {
  .c-footer-entry .c-footer-entry-nav .c-footer-entry-nav__item.item-1 {
    margin-bottom: 25px;
  }
}
.c-footer-entry .c-footer-entry-nav .c-footer-entry-nav__item.item-1 .c-footer-entry--btn-large:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: 100px;
  background: url("../img/footer_bg_entry_1.png") center center/cover no-repeat;
  width: 202px;
  height: 256px;
}
@media screen and (max-width: 1024px) {
  .c-footer-entry .c-footer-entry-nav .c-footer-entry-nav__item.item-1 .c-footer-entry--btn-large:hover::after {
    display: none;
  }
}
.c-footer-entry .c-footer-entry-nav .c-footer-entry-nav__item.item-2 .c-footer-entry--btn-large:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: 100px;
  background: url("../img/footer_bg_entry_2.png") center center/cover no-repeat;
  width: 274px;
  height: 257px;
}
@media screen and (max-width: 1024px) {
  .c-footer-entry .c-footer-entry-nav .c-footer-entry-nav__item.item-2 .c-footer-entry--btn-large:hover::after {
    display: none;
  }
}
.c-footer-entry .link-out {
  display: inline-block;
  background: url("../img/footer_icon_outlink.png") right center/12px 12px no-repeat;
  padding-right: 20px;
  text-decoration: none;
}
.c-footer-entry .link-out:hover {
  text-decoration: underline;
}

.c-section-more .c-section-more--btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  background: #0050a3;
  border: 1px solid #0050a3;
  border-radius: 26px;
  max-width: 138px;
  margin: auto;
  height: 52px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .c-section-more .c-section-more--btn-more {
    font-size: 1.5rem;
    max-width: 128px;
    height: 40px;
  }
}
.c-section-more .c-section-more--btn-more:hover {
  color: #0050a3;
  background: #fff;
}
.c-section-more .c-section-more--btn-more.base-white {
  color: #0050a3;
  background: #fff;
  border: none;
}
.c-section-more .c-section-more--btn-more.base-white:hover {
  color: #fff;
  background: #0050a3;
}
.c-section-more .c-section-more--btn-more.right {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .c-section-more .c-section-more--btn-more.right {
    margin-right: auto;
  }
}
.c-section-more .c-section-more--btn-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #0050a3;
  border: 1px solid #0050a3;
  border-radius: 100px;
  max-width: 280px;
  margin: auto;
  height: 75px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .c-section-more .c-section-more--btn-prev {
    font-size: 1.5rem;
    max-width: 128px;
    height: 40px;
  }
}
.c-section-more .c-section-more--btn-prev:hover {
  color: #0050a3;
  background: #fff;
}
.c-section-more .c-section-more--btn-prev.base-white {
  color: #0050a3;
  background: #fff;
}
.c-section-more .c-section-more--btn-prev.right {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .c-section-more .c-section-more--btn-prev.right {
    margin-right: auto;
  }
}
.c-section-more .c-section-more--btn-introduction-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #0050a3;
  border-radius: 20px;
  max-width: 600px;
  margin: auto;
  height: 75px;
}
@media screen and (max-width: 1024px) {
  .c-section-more .c-section-more--btn-introduction-data {
    font-size: 1.5rem;
  }
}
.c-section-more .c-section-more--btn-introduction-data .c-section-more--btn-introduction-data__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  background: url("../img/intro_btn_icon_1.png") left 20px center/33px 33px no-repeat;
  padding-left: 80px;
}
@media screen and (max-width: 1024px) {
  .c-section-more .c-section-more--btn-introduction-data .c-section-more--btn-introduction-data__text {
    background-size: 17px 17px;
    padding-left: 50px;
  }
}
.c-section-more .c-section-more--btn-introduction-data .c-section-more--btn-introduction-data__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  border-left: 1px solid #fff;
  min-height: 100px;
  background: url("../img/intro_btn_icon_2.png") center center/21px 21px no-repeat;
}

.c-section-more-news {
  text-align: right;
}

.c-section-more-entry:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .c-section-more-entry:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.c-section-more-entry .c-section-more-entry--btn-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #E95169 url("../img/entry_btn_icon_1.png") center right 20px/21px 21px no-repeat;
  border: 2px solid #E95169;
  border-radius: 20px;
  max-width: 600px;
  margin: auto;
  min-height: 75px;
}
@media screen and (max-width: 1024px) {
  .c-section-more-entry .c-section-more-entry--btn-1 {
    font-size: 1.5rem;
    border-radius: 10px;
    min-height: 60px;
  }
}
.c-section-more-entry .c-section-more-entry--btn-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #0060AF;
  background: #fff url("../img/entry_btn_icon_2.png") center right 20px/21px 21px no-repeat;
  border: 2px solid #0060AF;
  border-radius: 20px;
  max-width: 600px;
  margin: auto;
  min-height: 75px;
}
@media screen and (max-width: 1024px) {
  .c-section-more-entry .c-section-more-entry--btn-2 {
    font-size: 1.5rem;
    border-radius: 10px;
    min-height: 60px;
  }
}

.c-breadcrumb {
  position: relative;
  z-index: 10;
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .c-breadcrumb {
    margin: 20px 0 60px;
  }
}
.c-breadcrumb .c-breadcrumb__nav {
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  .c-breadcrumb .c-breadcrumb__nav {
    padding: 0 25px;
  }
}
.c-breadcrumb .c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.2;
}
.c-breadcrumb .c-breadcrumb__list li:not(:last-of-type)::after {
  content: "/";
  margin: 0 0.6em;
}
.c-breadcrumb .c-breadcrumb__list li:last-of-type {
  content: "/";
  margin: 0 0.6em;
  background: #f5f5f2;
  border-radius: 10px;
  padding: 5px 10px;
}
.c-breadcrumb .c-breadcrumb__list li a {
  text-decoration: none;
}

.c-heading-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .c-heading-section {
    margin-bottom: 20px;
  }
}
.c-heading-section.has-border {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 1024px) {
  .c-heading-section.has-border {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.c-heading-section .c-heading-section__heading-1 {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  display: block;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #0050a3;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .c-heading-section .c-heading-section__heading-1 {
    font-size: 1.4rem;
  }
}
.c-heading-section .c-heading-section__heading-1.with-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 6rem;
}
@media screen and (max-width: 1024px) {
  .c-heading-section .c-heading-section__heading-1.with-image {
    font-size: min(10vw, 5rem);
  }
  .c-heading-section .c-heading-section__heading-1.with-image img {
    max-width: 200px;
  }
}
.c-heading-section .c-heading-section__heading-1.type-jp {
  font-size: 2.8rem;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .c-heading-section .c-heading-section__heading-1.type-jp {
    font-size: 1.6rem;
  }
}
.c-heading-section .c-heading-section__heading-1.heading-color-white {
  color: #fff;
}
.c-heading-section .c-heading-section__heading-2 {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0050a3;
}
@media screen and (max-width: 1024px) {
  .c-heading-section .c-heading-section__heading-2 {
    font-size: 2rem;
  }
}
.c-heading-section .c-heading-section__heading-2.heading-color-white {
  color: #fff;
}

.c-heading-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .c-heading-1 {
    display: block;
    margin-bottom: 40px;
  }
}
.c-heading-1 .c-heading-1__main {
  display: block;
  font-size: 60px;
  font-weight: 900;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  .c-heading-1 .c-heading-1__main {
    font-size: 40px;
  }
}
.c-heading-1 .c-heading-1__main.main-jp {
  font-size: 48px;
}
@media screen and (max-width: 1024px) {
  .c-heading-1 .c-heading-1__main.main-jp {
    font-size: 32px;
  }
}
.c-heading-1 .c-heading-1__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .c-heading-1 .c-heading-1__sub {
    font-size: 18px;
  }
}
.c-heading-1 .c-heading-1__sub::before {
  content: "";
  display: block;
  width: 4px;
  height: 30px;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
  margin-left: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .c-heading-1 .c-heading-1__sub::before {
    display: none;
  }
}
.c-heading-1.heading-white {
  color: #fff;
}
.c-heading-1.heading-white .c-heading-1__sub::before {
  background: #fff;
}
.c-heading-1.heading-blue {
  color: #0a559f;
}
.c-heading-1.heading-blue .c-heading-1__sub::before {
  background: #0a559f;
}

.c-btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #0050a3;
  border: 1px solid #0050a3;
  border-radius: 26px;
  max-width: 226px;
  width: 100%;
  margin: auto;
  height: 52px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .c-btn-more {
    font-size: 1.5rem;
    max-width: 180px;
    height: 50px;
  }
}
.c-btn-more:hover {
  opacity: 1;
  color: #0050a3;
  background: #fff;
  border: 1px solid #fff;
}
.c-btn-more.more-blue {
  color: #fff;
  background: #0050a3;
  border: 1px solid transparent;
}
.c-btn-more.more-blue:hover {
  color: #0050a3;
  background: #fff;
  border: 1px solid #0050a3;
}
.c-btn-more.more-blue:hover .icon-new-window {
  background: url("../img/icon_more_1.png") center center/100% 100% no-repeat;
}
.c-btn-more.more-blue .icon-new-window {
  display: block;
  background: url("../img/icon_more_2.png") center center/100% 100% no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 1em;
}
.c-btn-more.more-white {
  color: #0050a3;
  background: #fff;
  border: 1px solid transparent;
}
.c-btn-more.more-white:hover {
  color: #fff;
  background: #0050a3;
  border: 1px solid #fff;
}
.c-btn-more.more-white:hover .icon-new-window {
  background: url("../img/icon_more_2.png") center center/100% 100% no-repeat;
}
.c-btn-more.more-white .icon-new-window {
  display: block;
  background: url("../img/icon_more_1.png") center center/100% 100% no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 1em;
}
.c-btn-more.left {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .c-btn-more.left {
    margin-left: auto;
  }
}
.c-btn-more.right {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .c-btn-more.right {
    margin-right: auto;
  }
}

.c-member-color-1 {
  color: #59a9ff;
}

.c-member-color-2 {
  color: #ff803b;
}

.c-member-color-3 {
  color: #4b9d80;
}

.c-member-color-4 {
  color: #ff6680;
}

.c-member-color-5 {
  color: #b2d144;
}

.c-member-color-6 {
  color: #1e7fb8;
}

.c-member-color-7 {
  color: #ffad39;
}

.c-member-color-8 {
  color: #229ba6;
}

.c-magazine--custom-btn {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .c-magazine--custom-btn {
    text-align: center;
  }
}

.c-magazine--custom-prev-btn,
.c-magazine--custom-next-btn {
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
  border-radius: 100vmax;
  width: 48px;
  height: 48px;
  color: #0050a3;
  background: #fff;
  margin: 0 8px;
  -webkit-tap-highlight-color: transparent;
  /* 強調をなくす */
}
.c-magazine--custom-prev-btn.btn-blue,
.c-magazine--custom-next-btn.btn-blue {
  color: #fff;
  background: #0050a3;
}
.c-magazine--custom-prev-btn.btn-blue::after,
.c-magazine--custom-next-btn.btn-blue::after {
  border-color: #fff;
}
.c-magazine--custom-prev-btn::after,
.c-magazine--custom-next-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 3px solid #0050a3;
  border-right: 3px solid #0050a3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-magazine--custom-prev-btn {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.c-magazine--custom-next-btn {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

ul.c-magazine--list-1 {
  margin-left: -10px;
  margin-right: calc(50% - 50vw);
  margin-bottom: 16px;
}
ul.c-magazine--list-1 .c-magazine--list-1__item {
  padding: 10px;
}
ul.c-magazine--list-1 .slick-list {
  padding: 0 15% 0 0 !important;
}
ul.c-magazine--list-1 .slide-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -90px;
  width: 68px;
  height: 68px;
}
@media screen and (max-width: 1024px) {
  ul.c-magazine--list-1 .slide-arrow {
    display: none !important;
  }
}
ul.c-magazine--list-1 .slide-arrow.prev-arrow {
  left: -30px;
}
ul.c-magazine--list-1 .slide-arrow.prev-arrow::after {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background: url("../img/btn_prev.png") center center/cover no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
ul.c-magazine--list-1 .slide-arrow.prev-arrow:hover::after {
  background: url("../img/btn_prev_on.png") center center/cover no-repeat;
}
ul.c-magazine--list-1 .slide-arrow.next-arrow {
  right: 11vw;
}
ul.c-magazine--list-1 .slide-arrow.next-arrow::after {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background: url("../img/btn_next.png") center center/cover no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
ul.c-magazine--list-1 .slide-arrow.next-arrow:hover::after {
  background: url("../img/btn_next_on.png") center center/cover no-repeat;
}

.c-magazine--card {
  display: block;
  border-radius: 40px;
  overflow: hidden;
  color: #252525;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .c-magazine--card {
    border-radius: 20px;
  }
}
.c-magazine--card .c-magazine--card__body {
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .c-magazine--card .c-magazine--card__body {
    padding: 12px;
  }
}
.c-magazine--card .c-magazine--card--heading-1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
.c-magazine--card .c-magazine--card--text-1 {
  font-size: 14px;
  margin-bottom: 1em;
}
.c-magazine--card .c-magazine--card--text-2 {
  font-size: 10px;
}
.c-magazine--card .c-magazine--card--box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-magazine--card .c-magazine--card--box-1 > *:nth-of-type(1) {
  margin-right: 1em;
}
.c-magazine--card .c-magazine--card--box-1 > *:last-of-type {
  margin-left: auto;
  margin-right: 0;
}

@-webkit-keyframes aniMvStart {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes aniMvStart {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes aniMvRemove {
  0% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aniMvRemove {
  0% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes aniSimFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes aniSimFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes aniMvScroll {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
@keyframes aniMvScroll {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes aniLoopGoLeft1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes aniLoopGoLeft1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes aniLoopGoLeft2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes aniLoopGoLeft2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes aniProductsSwipeIcon {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes aniProductsSwipeIcon {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes aniMvSkip {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes aniMvSkip {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.g-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  color: #000;
  background: #fff;
  padding: 20px 35px;
  min-height: 120px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .g-header {
    position: fixed;
    padding: 15px 15px 0;
    min-height: 70px;
  }
}
.g-header .g-header__inner {
  position: relative;
}
.g-header .g-nav-logo {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.g-header .g-nav-logo .g-nav-logo__link {
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-logo .g-nav-logo__link {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-logo .g-nav-logo__link img {
    width: 120px;
  }
}
.g-header .g-nav-logo .g-nav-logo__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-logo .g-nav-logo__text {
    font-size: 7px;
  }
}
.g-header .g-nav-logo-s {
  position: absolute;
  z-index: 2;
  top: -200px;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.g-header .g-nav-logo-s .g-nav-logo-s__link {
  font-weight: 700;
  text-decoration: none;
}
.g-header .g-nav-logo-s .g-nav-logo-s__link:hover {
  text-decoration: underline;
}
.g-header .g-nav-outline-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-outline {
    display: block;
    z-index: 10;
    position: absolute;
    top: 40px;
    right: -110vw;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background: #fff;
    height: 120vh;
    padding-top: 20px;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-outline.is-hamburger-open {
    display: block;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-outline .g-nav-outline__inner {
    max-width: 320px;
    margin: auto;
  }
}
.g-header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .g-header .hamburger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #0050a3;
    border-radius: 20px;
    width: 70px;
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .hamburger-menu::after {
    content: "menu";
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 700;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .hamburger-menu.is-hamburger-open::after {
    content: "close";
  }
}
.g-header .hamburger-menu-sub {
  display: none;
}
@media screen and (max-width: 1024px) {
  .g-header .hamburger-menu-sub {
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 10px;
    width: 30px;
    height: 19px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    color: #003A64;
    text-shadow: none;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .hamburger-menu-sub.is-hamburger-open {
    color: #fff;
  }
}
.g-header .g-nav {
  position: absolute;
  top: 55px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav::before {
    content: "MENU";
    display: block;
    margin-bottom: 10px;
  }
}
.g-header .g-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1em;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav .nav-item {
    display: block;
    min-height: inherit;
    text-align: left;
    margin-left: 0;
  }
}
.g-header .g-nav .nav-item .item-link {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 1366px) {
  .g-header .g-nav .nav-item .item-link {
    font-size: min(1vw, 1.6rem);
  }
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav .nav-item .item-link {
    font-size: 1.3rem;
    line-height: 2.5;
  }
}
.g-header .g-nav .nav-item .item-link:hover {
  text-decoration: underline;
}
.g-header .g-nav .soon,
.g-header .g-nav a {
  position: relative;
  display: block;
  color: #000;
}
.g-header .g-nav .soon {
  color: #666;
  position: relative;
}
.g-header .g-nav .btn-outlink {
  font-size: 2rem;
  text-align: center;
  background: #FFFF33;
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav .btn-outlink {
    margin-top: 67px;
  }
}
.g-header .g-nav-aside-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-aside-nav {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-aside-nav::before {
    content: "ENTRY";
    display: block;
    margin-bottom: 10px;
  }
}
.g-header .g-nav-aside-nav .nav-item {
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-aside-nav .nav-item {
    margin-left: 0;
  }
}
.g-header .g-nav-aside-nav .aside-nav-btn-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #0050a3;
  min-width: 180px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #0050a3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-aside-nav .aside-nav-btn-1 {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2.5;
    min-width: inherit;
    height: auto;
    border-radius: 0;
    border: none;
    text-align: left;
    color: #000;
  }
}
.g-header .g-nav-aside-nav .aside-nav-btn-1:hover {
  color: #fff;
  background: #0050a3;
}
.g-header .g-nav-aside-nav .aside-nav-btn-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #0050a3;
  min-width: 110px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #0050a3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-aside-nav .aside-nav-btn-2 {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2.5;
    min-width: inherit;
    height: auto;
    border-radius: 0;
    border: none;
    text-align: left;
    color: #000;
    background: none;
  }
}
.g-header .g-nav-aside-nav .aside-nav-btn-2:hover {
  color: #0050a3;
  background: #fff;
}
.g-header .g-nav-aside-nav.is-scroll {
  position: relative;
  right: -200px;
  max-width: 110px;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-aside-nav.is-scroll {
    display: none;
  }
}
.g-header .g-nav-sp-sns-nav {
  margin-bottom: 40px;
}
.g-header .g-nav-sp-sns-nav .g-nav-sp-sns-nav-list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-sp-sns-nav .g-nav-sp-sns-nav-list-1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.g-header .g-nav-sp-sns-nav .g-nav-sp-sns-nav-list-1 > li {
  margin: 0 1em;
}
.g-header.has-scroll {
  min-height: 60px;
}
@media screen and (max-width: 1024px) {
  .g-header.has-scroll {
    min-height: 70px;
  }
}
.g-header.has-scroll .g-nav-logo {
  top: -200px;
}
@media screen and (max-width: 1024px) {
  .g-header.has-scroll .g-nav-logo {
    top: 0;
  }
}
.g-header.has-scroll .g-nav-logo-s {
  top: -5px;
}
@media screen and (max-width: 1024px) {
  .g-header.has-scroll .g-nav-logo-s {
    top: -200px;
  }
}
.g-header.has-scroll .g-nav-aside-nav.is-no-scroll {
  top: -200px;
}
@media screen and (max-width: 1024px) {
  .g-header.has-scroll .g-nav-aside-nav.is-no-scroll {
    top: 0;
  }
}
.g-header.has-scroll .g-nav-aside-nav.is-scroll {
  top: -10px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .g-header.has-scroll .g-nav-aside-nav.is-scroll {
    display: none;
  }
}
.g-header.has-scroll .g-nav {
  top: 0;
  right: 130px;
}
@media screen and (max-width: 1024px) {
  .g-header.has-scroll .g-nav {
    right: 0;
  }
}

.g-footer {
  position: relative;
  z-index: 1;
  color: #000;
  background: #fff;
  padding: 20px 20px 80px;
  font-size: 1.4rem;
}
.g-footer .g-footer__inner {
  max-width: 1200px;
  margin: auto;
}
.g-footer .g-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.g-footer .g-footer-nav .g-footer-nav__item {
  margin-right: 2em;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-nav .g-footer-nav__item {
    margin-right: 0;
  }
}
.g-footer .g-footer-nav .g-footer-nav__item.item-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-nav .g-footer-nav__item.item-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 40px;
  }
}
.g-footer .g-footer-nav .g-footer-nav__item.item-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-nav .g-footer-nav__item.item-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 40px;
  }
}
.g-footer .g-footer-nav .g-footer-nav__item.item-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-nav .g-footer-nav__item.item-3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 40px;
  }
}
.g-footer .g-footer-nav .g-footer-nav__item.item-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-nav .g-footer-nav__item.item-4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-nav .g-footer-nav__item.item-4 .g-footer-nav--heading-1 {
    display: none;
  }
}
.g-footer .g-footer-nav--heading-1 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 20px;
  color: #999;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-nav--heading-1 {
    margin-bottom: 25px;
  }
}
.g-footer .g-footer-nav--list-1-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-nav--list-1-wrapper {
    display: block;
  }
}
.g-footer .g-footer-nav--list-1 {
  margin-right: 50px;
}
.g-footer .g-footer-nav--list-1 > li {
  margin-bottom: 20px;
}
.g-footer .g-footer-nav--list-1 > li a {
  text-decoration: none;
}
.g-footer .g-footer-nav--list-1 > li a:hover {
  text-decoration: underline;
}
.g-footer .g-footer-nav--list-1 > li a.link-text {
  text-decoration: underline;
}
.g-footer .g-footer-nav--list-sns-wrapper {
  width: 140px;
}
.g-footer .g-footer-nav--list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-footer .g-footer-aside-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-aside-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.g-footer .g-footer-aside-nav .g-footer-aside-nav__item {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-aside-nav .g-footer-aside-nav__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.g-footer .g-footer-aside-nav .g-footer-aside-nav__item .link-out {
  display: inline-block;
  background: url("../img/footer_icon_outlink.png") right center/12px 12px no-repeat;
  padding-right: 20px;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-aside-nav .g-footer-aside-nav__item .link-out {
    color: #888;
  }
}
.g-footer .g-footer-aside-nav .g-footer-aside-nav__item .link-out:hover {
  text-decoration: underline;
}
.g-footer .g-footer-aside-nav .g-footer-aside-nav__item .link-in {
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-aside-nav .g-footer-aside-nav__item .link-in {
    color: #888;
  }
}
.g-footer .g-footer-aside-nav .g-footer-aside-nav__item .link-in:hover {
  text-decoration: underline;
}
.g-footer .g-footer-aside-nav + .g-footer-aside-nav {
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-aside-nav + .g-footer-aside-nav {
    margin-top: 0;
  }
}
.g-footer .g-footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  color: #888;
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.3rem;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-copyright .g-footer-copyright__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-copyright .g-footer-copyright__item.item-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-copyright .g-footer-copyright__item.item-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .g-footer .g-footer-copyright .g-footer-copyright__item.item-2 img {
    width: 210px;
  }
}
.g-footer .g-footer-scroll-top {
  text-align: right;
  margin-bottom: 40px;
}
.g-footer .g-footer-scroll-top .btn-scroll-top {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.g-footer .g-footer-scroll-top .btn-scroll-top::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  margin: 0;
  border-top: 2px solid #0050a3;
  border-right: 2px solid #0050a3;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.g-footer .g-footer-scroll-top .btn-scroll-top:hover {
  text-decoration: underline;
}

.section-top-movie {
  position: fixed;
  z-index: 10;
  background: #fff;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.section-top-movie .opening-movie {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  width: 100vw;
  height: 100vh;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  .section-top-movie .opening-movie {
    height: 90vh;
  }
}

#page-top {
  background: #fff;
  overflow: auto;
}
#page-top.is-movie-finished {
  overflow: auto;
}
#page-top .c-footer-entry {
  margin-top: -40px;
}
#page-top .main-content {
  position: relative;
  z-index: 1;
}
#page-top .main-content .main-content__header {
  position: relative;
  z-index: 2;
}
#page-top .main-content .main-content__body {
  position: relative;
  z-index: 1;
}
#page-top .mv-movie {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 60px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-top .mv-movie {
    min-height: 100vh;
  }
}
#page-top .section-top-movie .section-top-movie__more {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .section-top-movie .section-top-movie__more {
    bottom: 90px;
  }
}
#page-top .btn-video-skip {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px 20px;
  color: #fff;
  background: #0050a3;
  border: 1px solid #0050a3;
  min-width: 100px;
  width: 100%;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  #page-top .btn-video-skip {
    font-size: 1.4rem;
  }
}
#page-top .btn-video-skip:hover {
  color: #0050a3;
  background: #fff;
}
#page-top .mv {
  position: relative;
  padding: 0 20px 20px;
  margin-bottom: 110px;
}
#page-top .mv .mv__more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 15vw;
}
@media screen and (max-width: 1024px) {
  #page-top .mv .mv__more {
    bottom: -70px;
    width: 210px;
  }
}
#page-top .mv .mv__more .btn-mv-more {
  display: block;
  width: 100%;
  height: 100%;
}
#page-top .mv .mv__more .btn-mv-more:hover {
  opacity: 1;
  background: url("../img/top/top_mv_btn_1_on.png") center center/100% 100% no-repeat;
}
#page-top .mv .mv__more .btn-mv-more:hover img {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  #page-top .mv .mv__more .btn-mv-more:hover {
    background: none;
  }
  #page-top .mv .mv__more .btn-mv-more:hover img {
    opacity: 1;
  }
}
#page-top .article {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #page-top .article {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#page-top .top-section-set-1 {
  position: relative;
  z-index: 1;
  background: #7090bd;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-section-set-1 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
#page-top .top-section-set-1::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 68px;
  right: -20px;
  background: url("../img/top/top_news_img_1.png") center center/100% 100% no-repeat;
  width: 410px;
  height: 1309px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-section-set-1::after {
    z-index: -1;
    bottom: auto;
    top: 20px;
    width: 227px;
    height: 724px;
  }
}
#page-top .top-news {
  padding: 68px 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-news {
    padding: 48px 20px;
  }
}
#page-top .top-news .top-news__inner {
  max-width: 1200px;
  margin: auto;
}
#page-top .top-news .top-news--list-1 {
  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-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-news .top-news--list-1 {
    display: block;
  }
}
#page-top .top-news .top-news--list-1 .top-news--list-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-news .top-news--list-1 .top-news--list-1__item {
    margin-bottom: 10px;
  }
}
#page-top .top-news .top-news--btn-news {
  display: block;
  background: #fff url("../img/icon_arw_1.png") right 40px center/40px 40px no-repeat;
  border-radius: 20px;
  padding: 25px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-news .top-news--btn-news {
    background-position: right 10px center;
    background-size: 30px 30px;
    padding: 16px 40px 16px 16px;
  }
}
#page-top .top-news .top-news--btn-news .top-news--btn-news__text-1 {
  font-size: 14px;
  font-weight: 700;
  color: #0a559f;
}
@media screen and (max-width: 1024px) {
  #page-top .top-news .top-news--btn-news .top-news--btn-news__text-1 {
    font-size: 14px;
    font-weight: 700;
  }
}
#page-top .top-news .top-news--btn-news .top-news--btn-news__text-2 {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #page-top .top-news .top-news--btn-news .top-news--btn-news__text-2 {
    font-size: 14px;
  }
}
#page-top .top-news .top-news--btn-news .icon-new {
  color: #f00;
}
#page-top .top-magazine {
  position: relative;
  padding: 68px 20px 136px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  color: #fff;
  background: #0a559f;
}
@media screen and (max-width: 1024px) {
  #page-top .top-magazine {
    padding: 48px 20px 96px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
#page-top .top-magazine .top-magazine__inner {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: auto;
}
#page-top .top-members {
  position: relative;
  z-index: 2;
  top: -68px;
  padding: 68px 20px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-top .top-members {
    top: -48px;
    padding: 48px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
#page-top .top-members .top-members__inner {
  max-width: 1200px;
  margin: auto;
}
#page-top .top-members .top-members--box-1 {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-rows: auto 24px auto;
  -ms-grid-columns: 400px 24px auto;
      grid-template: "item-1 item-2" auto "item-3 item-2" auto/400px auto;
}
@media screen and (max-width: 1024px) {
  #page-top .top-members .top-members--box-1 {
    display: block;
  }
}
#page-top .top-members .top-members--box-1 .item-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: item-1;
}
#page-top .top-members .top-members--box-1 .item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: item-2;
}
#page-top .top-members .top-members--box-1 .item-3 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: item-3;
}
@media screen and (max-width: 1024px) {
  #page-top .top-members .top-members--box-1 .top-members--box-1__item.item-1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .top-members .top-members--box-1 .top-members--box-1__item.item-2 {
    margin-right: -20px;
    margin-bottom: 40px;
  }
}
#page-top .top-members .top-members--heading-1 {
  position: relative;
  color: #0a559f;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-members .top-members--heading-1 {
    font-size: 24px;
  }
}
#page-top .top-members .top-members--heading-1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 110%;
  height: 30px;
  background: #ffff00;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}
@media screen and (max-width: 1024px) {
  #page-top .top-members .top-members--heading-1::after {
    width: 300px;
    right: auto;
    left: -40px;
    height: 24px;
  }
}
#page-top .top-members .top-members--text-1 {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #page-top .top-members .top-members--text-1 {
    font-size: 14px;
  }
}
#page-top .top-members .top-members--list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #page-top .top-members .top-members--list-1 {
    gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .top-members .top-members--list-1 .top-members--list-1__item {
    padding: 10px;
  }
}
#page-top .top-members .top-members--list-1 .slick-list {
  padding: 0 0 0 0 !important;
}
#page-top .top-members .top-members--list-1 .slick-slide:not(:last-of-type) {
  padding-right: 24px;
}
#page-top .top-members .top-members--card {
  text-align: center;
}
#page-top .top-members .top-members--card .top-members--card--image {
  margin-bottom: 1em;
}
#page-top .top-members .top-members--card .top-members--card--image img {
  margin: auto;
}
#page-top .top-members .top-members--card .top-members--card--heading-1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  #page-top .top-members .top-members--card .top-members--card--heading-1 {
    font-size: 18px;
  }
}
#page-top .top-members .top-members--card .top-members--card--text-1 {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-members .top-members--card .top-members--card--text-1 {
    font-size: 12px;
  }
}
#page-top .top-newcomers {
  position: relative;
  padding: 68px 20px;background: #F9F9F9;
}
@media screen and (max-width: 1024px) {
  #page-top .top-newcomers {
    padding: 48px 20px;
  }
}
#page-top .top-newcomers .top-newcomers__inner {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: auto;
}
#page-top .top-newcomers .top-newcomers--list-1 {
  margin-left: -10px;
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
}
#page-top .top-newcomers .top-newcomers--list-1 .top-newcomers--list-1__item {
  padding: 10px;
}
#page-top .top-newcomers .top-newcomers--list-1 .slick-list {
  padding: 0 4% 0 0 !important;
}
@media screen and (max-width: 1024px) {
  #page-top .top-newcomers .top-newcomers--list-1 .slick-list {
    padding: 0 15% 0 0 !important;
  }
}
#page-top .top-newcomers .top-newcomers--list-1 .slide-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -90px;
  width: 68px;
  height: 68px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-newcomers .top-newcomers--list-1 .slide-arrow {
    display: none !important;
  }
}
#page-top .top-newcomers .top-newcomers--list-1 .slide-arrow.prev-arrow {
  left: -30px;
}
#page-top .top-newcomers .top-newcomers--list-1 .slide-arrow.prev-arrow::after {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background: url("../img/btn_prev.png") center center/cover no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#page-top .top-newcomers .top-newcomers--list-1 .slide-arrow.prev-arrow:hover::after {
  background: url("../img/btn_prev_on.png") center center/cover no-repeat;
}
#page-top .top-newcomers .top-newcomers--list-1 .slide-arrow.next-arrow {
  right: 11vw;
}
#page-top .top-newcomers .top-newcomers--list-1 .slide-arrow.next-arrow::after {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background: url("../img/btn_next.png") center center/cover no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#page-top .top-newcomers .top-newcomers--list-1 .slide-arrow.next-arrow:hover::after {
  background: url("../img/btn_next_on.png") center center/cover no-repeat;
}
#page-top .top-newcomers .top-newcomers--card {
  display: block;
  border-radius: 40px;
  overflow: hidden;
  color: #252525;
  background: #fff;
}
#page-top .top-newcomers .top-newcomers--card .top-newcomers--card__body {
  padding: 24px;
}
#page-top .top-newcomers .top-newcomers--card .top-newcomers--card--heading-1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1em;
}
#page-top .top-newcomers .top-newcomers--card .top-newcomers--card--text-1 {
  font-size: 12px;
  margin-bottom: 1em;
}
#page-top .top-newcomers .top-newcomers--card .top-newcomers--card--text-2 {
  font-size: 10px;
}
#page-top .top-newcomers .top-newcomers--card .top-newcomers--card--box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-top .top-newcomers .top-newcomers--card .top-newcomers--card--box-1 > *:nth-of-type(1) {
  margin-right: 1em;
}
#page-top .top-newcomers .top-newcomers--card .top-newcomers--card--box-1 > *:last-of-type {
  margin-left: auto;
  margin-right: 0;
}
#page-top .top-introduction {
  position: relative;
  z-index: 2;
  padding: 68px 20px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction {
    padding: 48px 20px;
  }
}
#page-top .top-introduction .top-introduction__inner {
  max-width: 1200px;
  margin: auto;
}
#page-top .top-introduction .top-introduction--box-1 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--box-1 {
    gap: 8px;
  }
}
#page-top .top-introduction .top-introduction--box-1 .top-introduction--box-1__item.item-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--box-1 .top-introduction--box-1__item.item-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 84%;
            flex: 0 1 84%;
  }
}
#page-top .top-introduction .top-introduction--box-1 .top-introduction--box-1__item.item-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--box-1 .top-introduction--box-1__item.item-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 16%;
            flex: 0 1 16%;
  }
}
#page-top .top-introduction .top-introduction--box-2 {
  margin-top: -96px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--box-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -48px;
  }
}
#page-top .top-introduction .top-introduction--box-2 .top-introduction--box-2__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--box-2 .top-introduction--box-2__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--box-2 .top-introduction--box-2__item.item-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--box-2 .top-introduction--box-2__item.item-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#page-top .top-introduction .top-introduction--image-1 {
  margin-left: -64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--image-1 {
    margin-left: -20px;
    margin-bottom: 48px;
  }
}
#page-top .top-introduction .top-introduction--image-2 {
  margin-right: calc(30% - 50vw);
  width: 30vw;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--image-2 {
    margin-right: 0;
    width: 100%;
  }
}
#page-top .top-introduction .top-introduction--image-3 {
  margin-right: calc(50% - 50vw);
  width: 50vw;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--image-3 {
    text-align: center;
    width: 100vw;
  }
}
#page-top .top-introduction .top-introduction--text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--text-1 {
    font-size: 14px;
  }
}
#page-top .top-introduction .top-introduction--list-1 {
  margin-left: -64px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--list-1 {
    margin-left: -20px;
  }
}
#page-top .top-introduction .top-introduction--list-1 > li {
  background-position: right 0 center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--list-1 > li {
    background-size: 30px 30px;
  }
}
#page-top .top-introduction .top-introduction--list-1 > li:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--list-1 > li:not(:last-child) {
    margin-bottom: 24px;
  }
}
#page-top .top-introduction .top-introduction--list-1 > li:nth-child(1) {
  background-image: url("../img/icon_arw_2.png");
  border-color: #59ACFF;
}
#page-top .top-introduction .top-introduction--list-1 > li:nth-child(2) {
  background-image: url("../img/icon_arw_3.png");
  border-color: #FF6680;
}
#page-top .top-introduction .top-introduction--list-1 > li:nth-child(3) {
  background-image: url("../img/icon_arw_4.png");
  border-color: #80C75B;
}
#page-top .top-introduction .top-introduction--list-1 > li:nth-child(4) {
  background-image: url("../img/icon_arw_5.png");
  border-color: #FF803B;
}
#page-top .top-introduction .top-introduction--list-1 .top-introduction--list-1--box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
}
#page-top .top-introduction .top-introduction--list-1 .top-introduction--list-1--box-1 .top-introduction--list-1--box-1__primary {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--list-1 .top-introduction--list-1--box-1 .top-introduction--list-1--box-1__primary {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 96px;
            flex: 1 0 96px;
  }
}
#page-top .top-introduction .top-introduction--list-1 .top-introduction--list-1--box-1 .top-introduction--list-1--box-1__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--list-1 .top-introduction--list-1--box-1 .top-introduction--list-1--box-1__secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-top .top-introduction .top-introduction--list-1 .top-introduction--list-1--text-1 {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #page-top .top-introduction .top-introduction--list-1 .top-introduction--list-1--text-1 {
    font-size: 14px;
  }
}
#page-top .top-business {
  position: relative;
  padding: 68px 40px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  color: #fff;
  background: #0a559f;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  #page-top .top-business {
    padding: 48px 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-right: 20px;
  }
}
#page-top .top-business::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 100%;
  background: #0a559f;
}
@media screen and (max-width: 1024px) {
  #page-top .top-business::after {
    display: none;
  }
}
#page-top .top-business .top-business__inner {
  width: 100%;
}
#page-top .top-business .top-business--list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-business .top-business--list-1 {
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
#page-top .top-business .top-business--list-1 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
}
@media screen and (max-width: 1024px) {
  #page-top .top-business .top-business--list-1 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-top .top-business .top-business--image-1 {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-business .top-business--image-1 {
    margin-bottom: 16px;
  }
}
#page-top .top-business .top-business--heading-1 {
  font-size: 30px;
  font-weight: 700;
  border-left: 6px solid #fff;
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  #page-top .top-business .top-business--heading-1 {
    font-size: 24px;
    border-width: 4px;
  }
}
#page-top .top-culture {
  position: relative;
  z-index: 2;
  padding: 68px 20px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-top .top-culture {
    padding: 48px 20px 64px;
  }
}
#page-top .top-culture .top-culture__inner {
  max-width: 1200px;
  margin: auto;
}
#page-top .top-culture .top-culture--box-1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-culture .top-culture--box-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-top .top-culture .top-culture--box-1 .top-culture--box-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media screen and (max-width: 1024px) {
  #page-top .top-culture .top-culture--box-1 .top-culture--box-1__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .top-culture .top-culture--box-1 .top-culture--box-1__item.item-1 {
    width: 100%;
  }
}
#page-top .top-culture .top-culture--image-1 {
  margin-left: calc(100% - 50vw);
  width: calc(50% + (50vw - 50%));
}
@media screen and (max-width: 1024px) {
  #page-top .top-culture .top-culture--image-1 {
    margin-left: -20px;
    width: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
  }
}
#page-top .top-culture .top-culture--text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-top .top-culture .top-culture--list-1 {
    margin-left: -20px;
  }
}
#page-top .top-culture .top-culture--list-1 > li {
  background-image: url("../img/icon_arw_6.png");
  background-position: right 0 center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #0a559f;
}
@media screen and (max-width: 1024px) {
  #page-top .top-culture .top-culture--list-1 > li {
    background-size: 30px 30px;
    border-width: 2px;
  }
}
#page-top .top-culture .top-culture--list-1 > li:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-culture .top-culture--list-1 > li:not(:last-child) {
    margin-bottom: 32px;
  }
}
#page-top .top-culture .top-culture--list-1 .top-culture--list-1--image-1 {
  padding-right: 1em;
}
#page-top .top-culture .top-culture--list-1 .top-culture--list-1--box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-culture .top-culture--list-1 .top-culture--list-1--box-1 .top-culture--list-1--box-1__primary {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 96px;
            flex: 1 0 96px;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .top-culture .top-culture--list-1 .top-culture--list-1--box-1 .top-culture--list-1--box-1__secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-top .top-culture .top-culture--list-1 .top-culture--list-1--heading-1 {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: #7090bd;
}
@media screen and (max-width: 1024px) {
  #page-top .top-culture .top-culture--list-1 .top-culture--list-1--heading-1 {
    font-size: 14px;
  }
}
#page-top .top-culture .top-culture--list-1 .top-culture--list-1--text-1 {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #page-top .top-culture .top-culture--list-1 .top-culture--list-1--text-1 {
    font-size: 14px;
  }
}
#page-top .top-banner {
  margin-bottom: 128px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-top .top-banner .top-banner__inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
#page-top .top-banner .top-banner--list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-banner .top-banner--list-1 {
    gap: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-top .top-banner .top-banner--list-1 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media screen and (max-width: 1024px) {
  #page-top .top-banner .top-banner--list-1 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-top .top-banner .btn-philosophy {
  display: block;
  background: url("../img/top/top_philosophy_bg_1.png") center center/cover no-repeat;
  border-radius: 20px;
  padding: 48px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-banner .btn-philosophy {
    border-radius: 20px;
    padding: 24px;
    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;
    aspect-ratio: 330/100;
  }
}
#page-top .top-banner .btn-about {
  display: block;
  background: url("../img/top/top_about_bg_1.png") center center/cover no-repeat;
  border-radius: 20px;
  padding: 48px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-banner .btn-about {
    border-radius: 20px;
    padding: 24px;
    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;
    aspect-ratio: 330/100;
  }
}
#page-top .top-banner .top-banner--heading-wrapper {
  position: relative;
  z-index: 1;
  padding: 80px 100px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-banner .top-banner--heading-wrapper {
    padding: 80px 25px 30px;
    text-align: center;
  }
}
#page-top .top-banner .top-banner--heading-1 {
  display: block;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-banner .top-banner--heading-1 {
    font-size: 14px;
  }
}
#page-top .top-banner .top-banner--heading-2 {
  display: block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-top .top-banner .top-banner--heading-2 {
    font-size: 18px;
  }
}

#page-story.index {
  background: #fff;
}
#page-story.index .main-content {
  position: relative;
  z-index: 1;
}
#page-story.index .article {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #page-story.index .article {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#page-story.index .section-set-1 {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-story.index .section-set-1 {
    padding: 0 25px;
  }
}
#page-story.index .section-set-1 .section-set-1__inner {
  max-width: 1200px;
  margin: auto;
}
#page-story.index .section-story {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #page-story.index .section-story {
    margin-bottom: 100px;
  }
}
#page-story.index .section-story .section-story__header {
  padding-bottom: 35px;
  border-bottom: 2px solid #000;
  margin-bottom: 80px;
}
#page-story.index .section-story .section-story--heading-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-rows: auto 20px auto;
  -ms-grid-columns: auto 20px 1fr;
      grid-template: "item-1 item-2" auto "item-3 item-3" auto/auto 1fr;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-story.index .section-story .section-story--heading-wrapper {
    gap: 10px;
    -ms-grid-rows: auto 10px auto 10px auto;
    -ms-grid-columns: 1fr;
        grid-template: "item-1" auto "item-2" auto "item-3" auto/1fr;
    margin-bottom: 35px;
  }
  #page-story.index .section-story .section-story--heading-wrapper > .item-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #page-story.index .section-story .section-story--heading-wrapper > .item-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  #page-story.index .section-story .section-story--heading-wrapper > .item-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
#page-story.index .section-story .section-story--heading-wrapper .item-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: item-1;
}
#page-story.index .section-story .section-story--heading-wrapper .item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  grid-area: item-2;
}
#page-story.index .section-story .section-story--heading-wrapper .item-3 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: item-3;
}
#page-story.index .section-story .section-story--heading-image {
  line-height: 1;
}
#page-story.index .section-story .section-story--heading-1 {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  display: block;
  font-size: 6rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #0050a3;
}
@media screen and (max-width: 1024px) {
  #page-story.index .section-story .section-story--heading-1 {
    font-size: 4rem;
  }
}
#page-story.index .section-story .section-story--heading-2 {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #0050a3;
}
@media screen and (max-width: 1024px) {
  #page-story.index .section-story .section-story--heading-2 {
    font-size: 2rem;
  }
}
#page-story.index .section-story .section-story--text-1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  #page-story.index .section-story .section-story--text-1 {
    font-size: 1.5rem;
  }
}
#page-story.index .section-story .section-story--list-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-story.index .section-story .section-story--list-1 .section-story--list-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  #page-story.index .section-story .section-story--list-1 .section-story--list-1__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-story.index .section-story .section-story--btn-story {
  display: block;
  margin-bottom: 50px;
}
#page-story.index .section-story .section-story--btn-story .section-story--btn-story__image {
  margin-bottom: 10px;
}
#page-story.index .section-story .section-story--btn-story .section-story--btn-story__text-1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-story.index .section-story .section-story--btn-story .section-story--btn-story__text-1 {
    font-size: 1.4rem;
  }
}
#page-story.index .section-story .section-story--btn-story .section-story--btn-story__text-2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#page-story.index .section-story .section-story--btn-story .section-story--btn-story__text-3 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #page-story.index .section-story .section-story--btn-story .section-story--btn-story__text-3 {
    font-size: 1.8rem;
  }
}

#page-story.detail {
  background: #fff;
}
#page-story.detail .main-content {
  position: relative;
  z-index: 1;
}
#page-story.detail .article {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .article {
    padding-top: 20px;
  }
}
#page-story.detail .section-set-1 {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-set-1 {
    padding: 0 25px;
  }
}
#page-story.detail .section-set-1 .section-set-1__inner {
  max-width: 1200px;
  margin: auto;
}
#page-story.detail .section-story-detail {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail {
    margin-bottom: 40px;
  }
}
#page-story.detail .section-story-detail .section-story-detail-header-inner {
  position: relative;
  z-index: 1;
}
#page-story.detail .section-story-detail .section-story-detail--heading-image-1 {
  position: relative;
  z-index: 1;
  line-height: 1;
}
#page-story.detail .section-story-detail .section-story-detail--heading-image-2 {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--heading-image-2 {
    top: auto;
    bottom: 0;
  }
}
#page-story.detail .section-story-detail .section-story-detail--heading-1 {
  position: absolute;
  z-index: 2;
  top: min(6vw, 100px);
  left: min(10vw, 100px);
  font-size: min(3.4vw, 5rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--heading-1 {
    left: 5vw;
    font-size: min(4vw, 6rem);
  }
}
#page-story.detail .section-story-detail .section-story-detail--heading-2 {
  display: block;
  font-size: min(3vw, 3.1rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: min(1vw, 1rem);
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--heading-2 {
    font-size: 1.6rem;
  }
}
#page-story.detail .section-story-detail .section-story-detail--heading-2 > .small {
  font-size: min(2vw, 2rem);
  padding-left: min(2vw, 2rem);
}
#page-story.detail .section-story-detail .section-story-detail--header-section-1 {
  position: relative;
}
#page-story.detail .section-story-detail .section-story-detail--header-in-box-1 {
  position: absolute;
  z-index: 2;
  bottom: min(3vw, 60px);
  left: 0;
  background: #fff;
  padding: 20px 20px 20px min(10vw, 120px);
  width: min(67vw, 1024px);
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--header-in-box-1 {
    position: relative;
    top: 0;
    padding: 20px 50px 20px 20px;
  }
}
#page-story.detail .section-story-detail .section-story-detail--header-in-box-2 {
  max-width: 1146px;
  margin: auto;
  border-radius: 20px;
  padding: 90px 180px;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--header-in-box-2 {
    padding: 20px;
  }
}
#page-story.detail .section-story-detail .section-story-detail--header-in-box-2.bg-story-1 {
  background: url("../img/story_1_bg_1.png") bottom right/10vw auto no-repeat, url("../img/bg_1.jpg") top center/320px 320px repeat;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--header-in-box-2.bg-story-1 {
    background: url("../img/story_1_bg_1.png") bottom right/30vw auto no-repeat, url("../img/bg_1.jpg") top center/320px 320px repeat;
  }
}
#page-story.detail .section-story-detail .section-story-detail--header-in-box-2.bg-story-2 {
  background: url("../img/story_2_bg_1.png") bottom right/10vw auto no-repeat, url("../img/bg_1.jpg") top center/320px 320px repeat;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--header-in-box-2.bg-story-2 {
    background: url("../img/story_2_bg_1.png") bottom right/30vw auto no-repeat, url("../img/bg_1.jpg") top center/320px 320px repeat;
  }
}
#page-story.detail .section-story-detail .section-story-detail--header-in-box-2.bg-story-3 {
  background: url("../img/story_3_bg_1.png") bottom right/10vw auto no-repeat, url("../img/bg_1.jpg") top center/320px 320px repeat;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--header-in-box-2.bg-story-3 {
    background: url("../img/story_3_bg_1.png") bottom right/30vw auto no-repeat, url("../img/bg_1.jpg") top center/320px 320px repeat;
  }
}
#page-story.detail .section-story-detail .section-story-detail--header-in-box-2.bg-story-4 {
  background: url("../img/story_4_bg_1.png") bottom right/10vw auto no-repeat, url("../img/bg_1.jpg") top center/320px 320px repeat;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--header-in-box-2.bg-story-4 {
    background: url("../img/story_4_bg_1.png") bottom right/30vw auto no-repeat, url("../img/bg_1.jpg") top center/320px 320px repeat;
  }
}
#page-story.detail .section-story-detail .section-story-detail--header-in-box-2.bg-story-5 {
  background: url("../img/story_5_bg_1.png") bottom right/10vw auto no-repeat, url("../img/bg_1.jpg") top center/320px 320px repeat;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--header-in-box-2.bg-story-5 {
    background: url("../img/story_5_bg_1.png") bottom right/30vw auto no-repeat, url("../img/bg_1.jpg") top center/320px 320px repeat;
  }
}
#page-story.detail .section-story-detail .section-story-detail--header-in-box-2.bg-story-6 {
  background: url("../img/story_6_bg_1.png") bottom right/10vw auto no-repeat, url("../img/bg_1.jpg") top center/320px 320px repeat;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--header-in-box-2.bg-story-6 {
    background: url("../img/story_6_bg_1.png") bottom right/30vw auto no-repeat, url("../img/bg_1.jpg") top center/320px 320px repeat;
  }
}
#page-story.detail .section-story-detail .section-story-detail--text-1 {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--text-1 {
    font-size: 1.2rem;
  }
}
#page-story.detail .section-story-detail .section-story-detail--text-2 p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.9;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--text-2 p {
    font-size: 1.4rem;
  }
}
#page-story.detail .section-story-detail .section-story-detail--text-2 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-story.detail .section-story-detail .section-story-detail--message-section {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#page-story.detail .section-story-detail .section-story-detail--message-section.has-bg {
  background: url("../img/bg_1.jpg") top center/320px 320px repeat;
}
#page-story.detail .section-story-detail .section-story-detail--message-section .section-story-detail--message-section__inner {
  max-width: 1146px;
  margin: auto;
  padding: 140px 20px;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--message-section .section-story-detail--message-section__inner {
    padding: 40px 20px;
  }
}
#page-story.detail .section-story-detail .section-story-detail--message-section .section-story-detail--message-section__heading-1 {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.7;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--message-section .section-story-detail--message-section__heading-1 {
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#page-story.detail .section-story-detail .section-story-detail--message-section .section-story-detail--message-section__heading-1.color-story-1 {
  color: #00C9FF;
}
#page-story.detail .section-story-detail .section-story-detail--message-section .section-story-detail--message-section__heading-1.color-story-2 {
  color: #EB623D;
}
#page-story.detail .section-story-detail .section-story-detail--message-section .section-story-detail--message-section__heading-1.color-story-3 {
  color: #1CE055;
}
#page-story.detail .section-story-detail .section-story-detail--message-section .section-story-detail--message-section__heading-1.color-story-4 {
  color: #FFA100;
}
#page-story.detail .section-story-detail .section-story-detail--message-section .section-story-detail--message-section__heading-1.color-story-5 {
  color: #0151A3;
}
#page-story.detail .section-story-detail .section-story-detail--message-section .section-story-detail--message-section__heading-1.color-story-6 {
  color: #EB3D94;
}
#page-story.detail .section-story-detail .section-story-detail--message-section .section-story-detail--message-section__text-1 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.925;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--message-section .section-story-detail--message-section__text-1 {
    font-size: 1.4rem;
  }
}
#page-story.detail .section-story-detail .section-story-detail--message-section .section-story-detail--message-section__text-1 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-story.detail .section-story-detail .section-story-detail--message-hr {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 122px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--message-hr {
    height: 37px;
  }
}
#page-story.detail .section-story-detail .section-story-detail--message-hr.hr-story-1 {
  background: url("../img/story_1_bg_2.png") center center/789px auto repeat-x;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--message-hr.hr-story-1 {
    background-size: 263px auto;
  }
}
#page-story.detail .section-story-detail .section-story-detail--message-hr.hr-story-2 {
  background: url("../img/story_2_bg_2.png") center center/789px auto repeat-x;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--message-hr.hr-story-2 {
    background-size: 263px auto;
  }
}
#page-story.detail .section-story-detail .section-story-detail--message-hr.hr-story-3 {
  background: url("../img/story_3_bg_2.png") center center/592px auto repeat-x;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--message-hr.hr-story-3 {
    background-size: 197.3333333333px auto;
  }
}
#page-story.detail .section-story-detail .section-story-detail--message-hr.hr-story-4 {
  background: url("../img/story_4_bg_2.png") center center/714px auto repeat-x;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--message-hr.hr-story-4 {
    background-size: 238px auto;
  }
}
#page-story.detail .section-story-detail .section-story-detail--message-hr.hr-story-5 {
  background: url("../img/story_5_bg_2.png") center center/714px auto repeat-x;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--message-hr.hr-story-5 {
    background-size: 238px auto;
  }
}
#page-story.detail .section-story-detail .section-story-detail--message-hr.hr-story-6 {
  background: url("../img/story_6_bg_2.png") center center/526px auto repeat-x;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--message-hr.hr-story-6 {
    background-size: 175.3333333333px auto;
  }
}
#page-story.detail .section-story-detail .section-story-detail--message-photo {
  margin: 0 calc(50% - 50vw) 120px;
  width: 100vw;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-story-detail .section-story-detail--message-photo {
    margin-bottom: 40px;
  }
}
#page-story.detail .section-footer {
  margin-bottom: 230px;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-footer {
    margin-bottom: 100px;
  }
}
#page-story.detail .section-footer-nav {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-footer-nav {
    margin-bottom: 40px;
  }
}
#page-story.detail .section-footer-nav--list-1 {
  position: relative;
  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;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-footer-nav--list-1 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#page-story.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#page-story.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:first-child .section-footer-nav--btn-story:before, #page-story.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:last-child .section-footer-nav--btn-story:before {
  content: "";
  position: absolute;
  top: 30%;
  width: 68px;
  height: 69px;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:first-child .section-footer-nav--btn-story:before, #page-story.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:last-child .section-footer-nav--btn-story:before {
    top: 25%;
    width: 34px;
    height: 34px;
  }
}
#page-story.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:first-child .section-footer-nav--btn-story:before {
  left: -30px;
  background: url("../img/btn_prev.png") left top/68px 69px no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:first-child .section-footer-nav--btn-story:before {
    left: 10px;
    background-size: 34px 34px;
  }
}
#page-story.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:last-child .section-footer-nav--btn-story:before {
  right: -30px;
  background: url("../img/btn_next.png") left top/68px 69px no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:last-child .section-footer-nav--btn-story:before {
    right: 10px;
    background-size: 34px 34px;
  }
}
#page-story.detail .section-footer-nav--btn-story {
  display: block;
}
#page-story.detail .section-footer-nav--btn-story .section-footer-nav--btn-story__image {
  margin-bottom: 10px;
}
#page-story.detail .section-footer-nav--btn-story .section-footer-nav--btn-story__text-1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-footer-nav--btn-story .section-footer-nav--btn-story__text-1 {
    font-size: 1.4rem;
  }
}
#page-story.detail .section-footer-nav--btn-story .section-footer-nav--btn-story__text-2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-footer-nav--btn-story .section-footer-nav--btn-story__text-2 {
    font-size: 1rem;
  }
}
#page-story.detail .section-footer-nav--btn-story .section-footer-nav--btn-story__text-3 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #page-story.detail .section-footer-nav--btn-story .section-footer-nav--btn-story__text-3 {
    font-size: 1.2rem;
  }
}

#page-intro.index {
  background: #fff;
}
#page-intro.index .c-footer-entry {
  margin-top: -64px;
}
#page-intro.index .main-content {
  position: relative;
  z-index: 1;
}
#page-intro.index .article {
  position: relative;
  z-index: 2;
}
#page-intro.index .intro-section-1 {
  padding: 68px 20px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-1 {
    padding: 48px 20px;
  }
}
#page-intro.index .intro-section-1 .intro-section-1__inner {
  max-width: 1200px;
  margin: auto;
}
#page-intro.index .intro-section-1 .intro-section-1--text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-1 .intro-section-1--text-1 {
    font-size: 14px;
  }
}
#page-intro.index .intro-section-lead {
  width: 100vw;
  color: #fff;
  background: #0a559f;
  padding: 72px 20px;
}
#page-intro.index .intro-section-lead .intro-section-lead__inner {
  max-width: 1120px;
  margin: auto;
}
#page-intro.index .intro-section-lead .intro-section-lead--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-intro.index .intro-section-lead .intro-section-lead--list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-lead .intro-section-lead--list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin-bottom: 20px;
  }
}
#page-intro.index .intro-section-lead .intro-section-lead--list .intro-section-lead--list__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-lead .intro-section-lead--list .intro-section-lead--list__image {
    margin-bottom: 10px;
  }
}
#page-intro.index .intro-section-lead .intro-section-lead--list .intro-section-lead--list__text {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-lead .intro-section-lead--list .intro-section-lead--list__text {
    font-size: 12px;
  }
}
#page-intro.index .intro-section-lead .intro-section-lead--list .intro-section-lead--list__note {
  font-size: 10px;
}
#page-intro.index .top-introduction {
  position: relative;
  z-index: 2;
  padding: 68px 20px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction {
    padding: 48px 20px;
  }
}
#page-intro.index .top-introduction .top-introduction__inner {
  max-width: 1200px;
  margin: auto;
}
#page-intro.index .top-introduction .top-introduction--box-1 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--box-1 {
    gap: 8px;
  }
}
#page-intro.index .top-introduction .top-introduction--box-1 .top-introduction--box-1__item.item-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--box-1 .top-introduction--box-1__item.item-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 84%;
            flex: 0 1 84%;
  }
}
#page-intro.index .top-introduction .top-introduction--box-1 .top-introduction--box-1__item.item-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--box-1 .top-introduction--box-1__item.item-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 16%;
            flex: 0 1 16%;
  }
}
#page-intro.index .top-introduction .top-introduction--box-2 {
  margin-top: -96px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--box-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -48px;
  }
}
#page-intro.index .top-introduction .top-introduction--box-2 .top-introduction--box-2__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--box-2 .top-introduction--box-2__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--box-2 .top-introduction--box-2__item.item-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--box-2 .top-introduction--box-2__item.item-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#page-intro.index .top-introduction .top-introduction--image-1 {
  margin-left: -64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--image-1 {
    margin-left: -20px;
    margin-bottom: 48px;
  }
}
#page-intro.index .top-introduction .top-introduction--image-2 {
  margin-right: calc(30% - 50vw);
  width: 30vw;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--image-2 {
    margin-right: 0;
    width: 100%;
  }
}
#page-intro.index .top-introduction .top-introduction--image-3 {
  margin-right: calc(50% - 50vw);
  width: 50vw;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--image-3 {
    text-align: center;
    width: 100vw;
  }
}
#page-intro.index .top-introduction .top-introduction--text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--text-1 {
    font-size: 14px;
  }
}
#page-intro.index .top-introduction .top-introduction--list-1 {
  margin-left: -64px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--list-1 {
    margin-left: -20px;
  }
}
#page-intro.index .top-introduction .top-introduction--list-1 > li {
  background-position: right 0 center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--list-1 > li {
    background-size: 30px 30px;
  }
}
#page-intro.index .top-introduction .top-introduction--list-1 > li:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--list-1 > li:not(:last-child) {
    margin-bottom: 24px;
  }
}
#page-intro.index .top-introduction .top-introduction--list-1 > li:nth-child(1) {
  background-image: url("../img/icon_arw_2.png");
  border-color: #59ACFF;
}
#page-intro.index .top-introduction .top-introduction--list-1 > li:nth-child(2) {
  background-image: url("../img/icon_arw_3.png");
  border-color: #FF6680;
}
#page-intro.index .top-introduction .top-introduction--list-1 > li:nth-child(3) {
  background-image: url("../img/icon_arw_4.png");
  border-color: #80C75B;
}
#page-intro.index .top-introduction .top-introduction--list-1 > li:nth-child(4) {
  background-image: url("../img/icon_arw_5.png");
  border-color: #FF803B;
}
#page-intro.index .top-introduction .top-introduction--list-1 .top-introduction--list-1--box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--list-1 .top-introduction--list-1--box-1 .top-introduction--list-1--box-1__primary {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 96px;
            flex: 1 0 96px;
  }
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--list-1 .top-introduction--list-1--box-1 .top-introduction--list-1--box-1__secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-intro.index .top-introduction .top-introduction--list-1 .top-introduction--list-1--text-1 {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .top-introduction .top-introduction--list-1 .top-introduction--list-1--text-1 {
    font-size: 14px;
  }
}
#page-intro.index .intro-section-point-detail {
  padding: 72px 0;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail {
    padding: 40px 20px;
  }
}
#page-intro.index .intro-section-point-detail.detail-bg-1 {
  background: #59ACFF;
}
#page-intro.index .intro-section-point-detail.detail-bg-2 {
  background: #FF6680;
}
#page-intro.index .intro-section-point-detail.detail-bg-3 {
  background: #80C75B;
}
#page-intro.index .intro-section-point-detail.detail-bg-4 {
  background: #FF803B;
}
#page-intro.index .intro-section-point-detail:last-of-type {
  padding-bottom: 128px;
}
#page-intro.index .intro-section-point-detail .color-1 {
  color: #59ACFF;
}
#page-intro.index .intro-section-point-detail .color-2 {
  color: #FF6680;
}
#page-intro.index .intro-section-point-detail .color-3 {
  color: #80C75B;
}
#page-intro.index .intro-section-point-detail .color-4 {
  color: #FF803B;
}
#page-intro.index .intro-section-point-detail .bg-1 {
  background: #59ACFF;
}
#page-intro.index .intro-section-point-detail .bg-2 {
  background: #FF6680;
}
#page-intro.index .intro-section-point-detail .bg-3 {
  background: #80C75B;
}
#page-intro.index .intro-section-point-detail .bg-4 {
  background: #FF803B;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--header-wrapper {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--header-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--header {
    gap: 24px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--header .intro-section-point-detail--header__primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--header .intro-section-point-detail--header__secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--header .intro-section-point-detail--header--heading-1 {
  position: relative;
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  font-family: "Barlow", serif;
  line-height: 100px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--header .intro-section-point-detail--header--heading-1 {
    font-size: 32px;
    line-height: 32px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--header .intro-section-point-detail--header--heading-2 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--header .intro-section-point-detail--header--heading-2 {
    font-size: 16px;
    padding-left: 32px;
    min-height: inherit;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--header .intro-section-point-detail--header--heading-2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  background: #000;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--header .intro-section-point-detail--header--heading-2::after {
    width: 4px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--header .intro-section-point-detail--header--heading-2.border-color-1::after {
  background: #59ACFF;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--header .intro-section-point-detail--header--heading-2.border-color-2::after {
  background: #FF6680;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--header .intro-section-point-detail--header--heading-2.border-color-3::after {
  background: #80C75B;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--header .intro-section-point-detail--header--heading-2.border-color-4::after {
  background: #FF803B;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box {
  max-width: 1200px;
  margin: auto;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box__heading-1 {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box__heading-1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box__heading-2 {
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box__heading-2 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box__text-1 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: justify;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box__text-1 {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box__text-2 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box__text-2 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box__inner-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box__inner-box {
    padding: 20px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box__inner-box:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box__inner-box:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--wrapper:not(:last-child) {
  margin-bottom: 40px;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-1 {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-1 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-1 .marker-1::after {
  background: #59ACFF;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-1 .marker-2::after {
  background: #FF6680;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-1 .marker-3::after {
  background: #80C75B;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-1 .marker-4::after {
  background: #FF803B;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-1 .marker {
  position: relative;
  z-index: 1;
  display: inline;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-1 .marker::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20%;
  left: -64px;
  z-index: -1;
  width: calc(100% + 128px);
  height: 140%;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-1 .marker::after {
    display: none;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-1 .marker-sp {
  position: relative;
  z-index: 1;
  display: inline;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-1 .marker-sp {
    display: inline-block;
    margin-bottom: 1em;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-1 .marker-sp::after {
  content: "";
  display: none;
  position: absolute;
  z-index: -1;
  bottom: -4px;
  left: -32px;
  width: calc(100% + 48px);
  height: 37px;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-1 .marker-sp::after {
    display: inline-block;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  border: solid 2px #FF6680;
  border-radius: 100vmax;
  color: #FF6680;
  width: 200px;
  height: 45px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-2 {
    font-size: 14px;
    width: 200px;
    height: 40px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-3 {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 120px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #80c75b;
  border-radius: 100vmax;
  margin: 0 auto -22px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-3 {
    font-size: 14px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-4 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 260px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #ff803b;
  border-radius: 100vmax;
  margin: 0 auto 32px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--heading-4 {
    font-size: 14px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--text-1 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list--text-1 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-1 {
  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;
}
@media screen and (max-width: 640px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-1 {
    gap: 32px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-1 .intro-section-point-detail--box-list-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}
@media screen and (max-width: 640px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-1 .intro-section-point-detail--box-list-1__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-1 .intro-section-point-detail--box-list-1__image {
  border-radius: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-1 .intro-section-point-detail--box-list-1__image {
    border-radius: 10px;
    margin-bottom: 5px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-1 .intro-section-point-detail--box-list-1__image img {
  aspect-ratio: 490/380;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-1 .intro-section-point-detail--box-list-1__heading {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-1 .intro-section-point-detail--box-list-1__heading {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-1 .intro-section-point-detail--box-list-1__text {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.07em;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-1 .intro-section-point-detail--box-list-1__text {
    font-size: 10px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-2 {
  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;
  gap: 24px 2%;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-2 .intro-section-point-detail--box-list-2__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-2 .intro-section-point-detail--box-list-2__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-2 .intro-section-point-detail--box-list-2__image {
  text-align: center;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-3 .intro-section-point-detail--box-list-3__item {
  background: #E6F4DE;
  margin-left: -40px;
  margin-right: -40px;
  padding: 48px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-3 .intro-section-point-detail--box-list-3__item {
    margin-left: -20px;
    margin-right: -20px;
    padding: 24px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-3 .intro-section-point-detail--box-list-3__item:not(:last-child) {
  margin-bottom: 60px;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  -ms-grid-rows: auto 8px auto;
  -ms-grid-columns: auto 8px 1fr;
      grid-template: "item-1 item-2" auto "item-1 item-3" auto/auto 1fr;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example {
    gap: 16px;
    -ms-grid-rows: auto 16px auto;
    -ms-grid-columns: auto 16px 1fr;
        grid-template: "item-1 item-3" auto "item-2 item-2" auto/auto 1fr;
    margin-bottom: 16px;
  }
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example > .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example > .item-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example > .item-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example > .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example > .item-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example > .item-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example .item-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: item-1;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example .item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  grid-area: item-2;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example .item-3 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: item-3;
}
@media screen and (max-width: 1024px){
  #page-story.index .section-story .section-story--heading-wrapper > .item-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #page-story.index .section-story .section-story--heading-wrapper > .item-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  #page-story.index .section-story .section-story--heading-wrapper > .item-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #page-story.index .section-story .section-story--heading-wrapper > .item-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example > .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  #page-story.index .section-story .section-story--heading-wrapper > .item-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example > .item-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  #page-story.index .section-story .section-story--heading-wrapper > .item-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example > .item-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example .item-2 {
  /* stylelint-disable */
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  /* stylelint-enable */
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example .item-2 {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example .item-3 {
  /* stylelint-disable */
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  /* stylelint-enable */
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example .item-3 {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example .intro-section-point-detail--box-example--heading-1 {
  font-size: 20px;
  font-weight: 700;
  color: #80c75b;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example .intro-section-point-detail--box-example--heading-1 {
    font-size: 16px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example .intro-section-point-detail--box-example--heading-2 {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example .intro-section-point-detail--box-example--heading-2 {
    font-size: 14px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example-footer {
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-example-footer {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-4 {
  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;
  gap: 32px 2%;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-4 {
    gap: 16px 2%;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-4 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-4 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-4 .intro-section-point-detail--box-list-4--box-1 {
  height: 100%;
  border-radius: 20px;
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-4 .intro-section-point-detail--box-list-4--box-1 {
    padding: 24px;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-4 .intro-section-point-detail--box-list-4--box-1.box-bg-1 {
  background: #E6F4DE;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-4 .intro-section-point-detail--box-list-4--box-1.box-bg-2 {
  background: #FFE6D8;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-4 .intro-section-point-detail--box-list-4--heading-1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-4 .intro-section-point-detail--box-list-4--heading-1.heading-color-1 {
  color: #80c75b;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-4 .intro-section-point-detail--box-list-4--heading-1.heading-color-2 {
  color: #ff803b;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-4 .intro-section-point-detail--box-list-4--text-1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-5 {
  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;
  gap: 16px 2%;
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-5 .intro-section-point-detail--box-list-5__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}
@media screen and (max-width: 1024px) {
  #page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-5 .intro-section-point-detail--box-list-5__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-intro.index .intro-section-point-detail .intro-section-point-detail--box-list-5 .intro-section-point-detail--box-list-5__image {
  border-radius: 20px;
  overflow: hidden;
}

#page-intro.data {
  background: #fff;
}
#page-intro.data .main-content {
  position: relative;
  z-index: 1;
}
#page-intro.data .article {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  #page-intro.data .article {
    padding-top: 20px;
  }
}
#page-intro.data .article .article-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
#page-intro.data .section-intro-data {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #page-intro.data .section-intro-data {
    margin-bottom: 40px;
  }
}
#page-intro.data .section-intro-data .section-intro-data--text-1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-intro.data .section-intro-data .section-intro-data--text-1 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
#page-intro.data .section-intro-data-detail {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  #page-intro.data .section-intro-data-detail {
    margin-bottom: 40px;
  }
}
#page-intro.data .section-intro-data-detail .section-about--header {
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #page-intro.data .section-intro-data-detail .section-about--header {
    margin-bottom: 40px;
  }
}
#page-intro.data .section-intro-data-detail .section-about--header.mb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #page-intro.data .section-intro-data-detail .section-about--header.mb-0 {
    margin-bottom: 0;
  }
}
#page-intro.data .section-intro-data-detail .section-about--header::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0060AF), color-stop(50%, transparent));
  background: linear-gradient(90deg, #0060AF 50%, transparent 50%);
}
@media screen and (max-width: 1024px) {
  #page-intro.data .section-intro-data-detail .section-about--header::after {
    width: 70%;
  }
}
#page-intro.data .section-intro-data-detail .section-about--header .section-about--header-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 80px 90px 80px 0;
  color: #fff;
  background: #0060AF;
  min-width: 60%;
}
@media screen and (max-width: 1024px) {
  #page-intro.data .section-intro-data-detail .section-about--header .section-about--header-inner {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 20px 20px 0;
    min-width: inherit;
  }
}
#page-intro.data .section-intro-data-detail .section-about--header .section-about--header__heading-1 {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  display: block;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-intro.data .section-intro-data-detail .section-about--header .section-about--header__heading-1 {
    font-size: 1.4rem;
  }
}
#page-intro.data .section-intro-data-detail .section-about--header .section-about--header__heading-2 {
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  #page-intro.data .section-intro-data-detail .section-about--header .section-about--header__heading-2 {
    font-size: 2rem;
  }
}
#page-intro.data .section-intro-data-detail .section-intro-data-detail--heading {
  position: relative;
  z-index: 2;
  background: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-intro.data .section-intro-data-detail .section-intro-data-detail--heading {
    margin-bottom: 40px;
  }
}
#page-intro.data .section-intro-data-detail .section-intro-data-detail--heading::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-intro.data .section-intro-data-detail .section-intro-data-detail--heading::before {
    width: 70%;
  }
}
#page-intro.data .section-intro-data-detail .section-intro-data-detail--heading::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #page-intro.data .section-intro-data-detail .section-intro-data-detail--heading::after {
    width: 70%;
  }
}
#page-intro.data .section-intro-data-detail .section-intro-data-detail--heading.bg-1::after {
  background: #00C9FF;
}
#page-intro.data .section-intro-data-detail .section-intro-data-detail--heading.bg-1 .section-intro-data-detail--heading-inner {
  background: #00C9FF;
}
#page-intro.data .section-intro-data-detail .section-intro-data-detail--heading.bg-2::after {
  background: #EB623D;
}
#page-intro.data .section-intro-data-detail .section-intro-data-detail--heading.bg-2 .section-intro-data-detail--heading-inner {
  background: #EB623D;
}
#page-intro.data .section-intro-data-detail .section-intro-data-detail--heading.bg-3::after {
  background: #EB3D93;
}
#page-intro.data .section-intro-data-detail .section-intro-data-detail--heading.bg-3 .section-intro-data-detail--heading-inner {
  background: #EB3D93;
}
#page-intro.data .section-intro-data-detail .section-intro-data-detail--heading.bg-4::after {
  background: #1CE154;
}
#page-intro.data .section-intro-data-detail .section-intro-data-detail--heading.bg-4 .section-intro-data-detail--heading-inner {
  background: #1CE154;
}
#page-intro.data .section-intro-data-detail .section-intro-data-detail--heading-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 50px 90px 50px 0;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-intro.data .section-intro-data-detail .section-intro-data-detail--heading-inner {
    padding: 20px 20px 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  #page-intro.data .section-intro-data-detail .section-intro-data-detail--heading-1 img {
    width: auto;
    height: 30px;
  }
}
#page-intro.data .section-intro-data-detail .section-intro-data-detail--heading-2 {
  font-size: 3.1rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #page-intro.data .section-intro-data-detail .section-intro-data-detail--heading-2 {
    font-size: 1.6rem;
  }
}
#page-intro.data .section-intro-data-detail .section-intro-data-detail--image-1 {
  text-align: center;
}

#page-members.index {
  background: #fff;
}
#page-members.index .c-footer-entry {
  margin-top: -64px;
}
#page-members.index .main-content {
  position: relative;
  z-index: 1;
}
#page-members.index .article {
  position: relative;
  z-index: 2;
}
#page-members.index .search-box_label {
  font-weight: bold;
}
#page-members.index .is-hide {
  display: none;
}
#page-members.index .members-index-section-1 {
  padding: 68px 20px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-1 {
    padding: 48px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
#page-members.index .members-index-section-1 .members-index-section-1__inner {
  max-width: 1200px;
  margin: auto;
}
#page-members.index .members-index-section-1 .members-index-section-1--box-1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-1 .members-index-section-1--box-1 {
    margin-bottom: 40px;
  }
}
#page-members.index .members-index-section-1 .members-index-section-1--box-2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-1 .members-index-section-1--box-2 {
    margin-bottom: 40px;
  }
}
#page-members.index .members-index-section-1 .members-index-section-1--heading-1 {
  position: relative;
  color: #0a559f;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-1 .members-index-section-1--heading-1 {
    font-size: 24px;
  }
}
#page-members.index .members-index-section-1 .members-index-section-1--heading-1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -20px;
  max-width: 700px;
  width: 100%;
  height: 30px;
  background: #ffff00;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-1 .members-index-section-1--heading-1::after {
    width: 300px;
    left: -40px;
    height: 24px;
  }
}
#page-members.index .members-index-section-1 .members-index-section-1--text-1 {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-1 .members-index-section-1--text-1 {
    font-size: 14px;
  }
}
#page-members.index .members-index-section-1 .members-index-section-1--search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-1 .members-index-section-1--search-box {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
#page-members.index .members-index-section-1 .members-index-section-1--search-box input[type=radio] {
  display: none;
}
#page-members.index .members-index-section-1 .members-index-section-1--search-box label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0a559f;
  border: 1px solid #0a559f;
  border-radius: 50px;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 20px;
  width: 100%;
  max-width: 130px;
  height: 34px;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-1 .members-index-section-1--search-box label {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 0;
    max-width: 154px;
    height: 46px;
  }
}
#page-members.index .members-index-section-1 .members-index-section-1--search-box label:has(> input[type=radio]:checked) {
  color: #fff;
  background: #0a559f;
}
#page-members.index .members-index-section-1 .members-index-section-1--list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 4%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-1 .members-index-section-1--list-1 {
    gap: 30px;
  }
}
#page-members.index .members-index-section-1 .members-index-section-1--list-1 .members-index-section-1--list-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-1 .members-index-section-1--list-1 .members-index-section-1--list-1__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-members.index .members-index-section-1 .members-index-section-1--list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 2%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-1 .members-index-section-1--list-2 {
    gap: 32px;
  }
}
#page-members.index .members-index-section-1 .members-index-section-1--list-2 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23.5%;
          flex: 0 1 23.5%;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-1 .members-index-section-1--list-2 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-members.index .members-index-section-1 .note-card .note-card__header {
  margin-bottom: 8px;
}
#page-members.index .members-index-section-1 .note-card .note-card__body {
  margin-bottom: 16px;
}
#page-members.index .members-index-section-1 .note-card .note-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-members.index .members-index-section-1 .note-card .note-card--image img {
  border-radius: 4px;
  vertical-align: bottom;
}
#page-members.index .members-index-section-1 .note-card .note-card--heading-1 {
  font-size: 16px;
  margin-bottom: 8px;
}
#page-members.index .members-index-section-1 .note-card .note-card--text-1 p {
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#page-members.index .members-index-section-1 .note-card .note-card--icon-1 {
  margin-right: 4px;
}
#page-members.index .members-index-section-1 .note-card .note-card--icon-1 img {
  border-radius: 100vmax;
  vertical-align: bottom;
}
#page-members.index .members-index-section-1 .note-card .note-card--note-1 {
  font-size: 12px;
  line-height: 1.2;
  color: #999;
}
#page-members.index .members-index-section-1 .members-index-section-1--card {
  text-align: center;
}
#page-members.index .members-index-section-1 .members-index-section-1--card .members-index-section-1--card--image {
  margin-bottom: 1em;
}
#page-members.index .members-index-section-1 .members-index-section-1--card .members-index-section-1--card--image img {
  margin: auto;
}
#page-members.index .members-index-section-1 .members-index-section-1--card .members-index-section-1--card--heading-1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-1 .members-index-section-1--card .members-index-section-1--card--heading-1 {
    font-size: 18px;
  }
}
#page-members.index .members-index-section-1 .members-index-section-1--card .members-index-section-1--card--text-1 {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-1 .members-index-section-1--card .members-index-section-1--card--text-1 {
    font-size: 12px;
  }
}
#page-members.index .members-index-section-job {
  padding: 68px 20px 136px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background: #bed3e3;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-job {
    padding: 48px 20px 96px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
#page-members.index .members-index-section-job .members-index-section-job__inner {
  max-width: 1200px;
  margin: auto;
}
#page-members.index .members-index-section-job .members-index-section-job--box-1:not(:last-of-type) {
  margin-bottom: 40px;
}
#page-members.index .members-index-section-job .members-index-section-job--heading-1 {
  position: relative;
  color: #0a559f;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-job .members-index-section-job--heading-1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-job .members-index-section-job--heading-1 .small {
    font-size: 18px;
  }
}
#page-members.index .members-index-section-job .members-index-section-job--heading-1 .marker {
  position: relative;
  display: inline;
}
#page-members.index .members-index-section-job .members-index-section-job--heading-1 .marker::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -24px;
  z-index: -1;
  width: calc(100% + 48px);
  height: 30px;
  background: #fff;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-job .members-index-section-job--heading-1 .marker::after {
    height: 24px;
    bottom: -4px;
  }
}
#page-members.index .members-index-section-job .members-index-section-job--text-1 {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #page-members.index .members-index-section-job .members-index-section-job--text-1 {
    font-size: 14px;
    text-align: justify;
  }
}

#page-members.detail {
  background: #fff;
}
#page-members.detail .main-content {
  position: relative;
  z-index: 1;
}
#page-members.detail .article {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .article {
    padding-top: 20px;
  }
}
#page-members.detail .color-1 {
  color: #00C9FF;
}
#page-members.detail .color-2 {
  color: #EB623D;
}
#page-members.detail .color-3 {
  color: #1CE055;
}
#page-members.detail .color-4 {
  color: #FFA100;
}
#page-members.detail .color-5 {
  color: #0151A3;
}
#page-members.detail .color-6 {
  color: #EB3D94;
}
#page-members.detail .bg-1 {
  background: #00C9FF;
}
#page-members.detail .bg-2 {
  background: #EB623D;
}
#page-members.detail .bg-3 {
  background: #1CE055;
}
#page-members.detail .bg-4 {
  background: #FFA100;
}
#page-members.detail .bg-5 {
  background: #0151A3;
}
#page-members.detail .bg-6 {
  background: #EB3D94;
}
#page-members.detail .section-set-1 {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-set-1 {
    padding: 0 25px;
  }
}
#page-members.detail .section-set-1 .section-set-1__inner {
  max-width: 1200px;
  margin: auto;
}
#page-members.detail .section-members-detail .section-members-detail-header-inner {
  position: relative;
  z-index: 1;
}
#page-members.detail .section-members-detail .section-members-detail--heading-image-1 {
  position: relative;
  z-index: 1;
  line-height: 1;
}
#page-members.detail .section-members-detail .section-members-detail--heading-image-2 {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--heading-image-2 {
    top: auto;
    bottom: 0;
  }
}
#page-members.detail .section-members-detail .section-members-detail--tag {
  position: absolute;
  z-index: 2;
  top: min(5vw, 50px);
  left: min(12vw, 160px);
  font-size: min(1vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  border-radius: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--tag {
    font-size: 1.2rem;
    top: min(9vw, 70px);
    left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #page-members.detail .section-members-detail .section-members-detail--tag {
    font-size: 1.2rem;
    top: min(9vw, 70px);
    left: 5vw;
  }
}
#page-members.detail .section-members-detail .section-members-detail--heading-1 {
  position: absolute;
  z-index: 2;
  top: min(10vw, 100px);
  left: min(12vw, 160px);
  font-size: min(2vw, 4rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--heading-1 {
    font-size: min(3vw, 4rem);
    top: min(15vw, 100px);
    left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #page-members.detail .section-members-detail .section-members-detail--heading-1 {
    font-size: min(4vw, 4rem);
    top: min(15vw, 100px);
    left: 5vw;
  }
}
#page-members.detail .section-members-detail .section-members-detail--heading-2 {
  display: block;
  font-size: min(3vw, 3.1rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: min(1vw, 1rem);
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--heading-2 {
    font-size: 1.6rem;
  }
}
#page-members.detail .section-members-detail .section-members-detail--heading-2 > .small {
  font-size: min(2vw, 2rem);
  padding-left: min(2vw, 2rem);
}
#page-members.detail .section-members-detail .section-members-detail--header-section-1 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--header-section-1 {
    background: url("../img/bg_1.jpg") top 10vh center/320px 320px repeat-x;
  }
}
#page-members.detail .section-members-detail .section-members-detail--header-in-box-1 {
  position: absolute;
  z-index: 2;
  bottom: 2vw;
  left: 0;
  padding: 20px 20px 60px min(12vw, 160px);
  width: min(65vw, 1024px);
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--header-in-box-1 {
    position: absolute;
    bottom: 0;
    left: 5vw;
    padding: 20px 50px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #page-members.detail .section-members-detail .section-members-detail--header-in-box-1 {
    position: relative;
    top: 0;
    left: 5vw;
    padding: 40px 50px 20px 0;
  }
}
#page-members.detail .section-members-detail .section-members-detail--header-in-box-2 {
  position: relative;
  z-index: 3;
  max-width: 920px;
  padding: 40px 100px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: -40px;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--header-in-box-2 {
    padding: 20px;
    margin-top: 0;
  }
}
#page-members.detail .section-members-detail .section-members-detail--header-in-box-2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50vw;
  width: 100vw;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#page-members.detail .section-members-detail .section-members-detail--header-in-box-2.bg-1::after {
  background: #00C9FF;
}
#page-members.detail .section-members-detail .section-members-detail--header-in-box-2.bg-2::after {
  background: #EB623D;
}
#page-members.detail .section-members-detail .section-members-detail--header-in-box-2.bg-3::after {
  background: #1CE055;
}
#page-members.detail .section-members-detail .section-members-detail--header-in-box-2.bg-4::after {
  background: #FFA100;
}
#page-members.detail .section-members-detail .section-members-detail--header-in-box-2.bg-5::after {
  background: #0151A3;
}
#page-members.detail .section-members-detail .section-members-detail--header-in-box-2.bg-6::after {
  background: #EB3D94;
}
#page-members.detail .section-members-detail .section-members-detail--text-1 {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--text-1 {
    font-size: 1.2rem;
  }
}
#page-members.detail .section-members-detail .section-members-detail--text-2 p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.9;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--text-2 p {
    font-size: 1.4rem;
  }
}
#page-members.detail .section-members-detail .section-members-detail--text-2 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-members.detail .section-members-detail .section-members-detail--message-section {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#page-members.detail .section-members-detail .section-members-detail--message-section.has-bg {
  color: #fff;
}
#page-members.detail .section-members-detail .section-members-detail--message-section.has-bg .section-members-detail--message-section__heading-1 {
  border-color: #fff;
}
#page-members.detail .section-members-detail .section-members-detail--message-section .section-members-detail--message-section__inner {
  max-width: 1146px;
  margin: auto;
  padding: 140px 20px;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--message-section .section-members-detail--message-section__inner {
    padding: 40px 20px;
  }
}
#page-members.detail .section-members-detail .section-members-detail--message-section .section-members-detail--message-section__heading-1-wrapper {
  position: relative;
}
#page-members.detail .section-members-detail .section-members-detail--message-section .section-members-detail--message-section__heading-1 {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.7;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #231815;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--message-section .section-members-detail--message-section__heading-1 {
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#page-members.detail .section-members-detail .section-members-detail--message-section .section-members-detail--message-section__heading-1-image {
  position: absolute;
  bottom: -1vw;
  right: 2vw;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--message-section .section-members-detail--message-section__heading-1-image img {
    width: 50px;
  }
}
#page-members.detail .section-members-detail .section-members-detail--message-section .section-members-detail--message-section__text-1 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--message-section .section-members-detail--message-section__text-1 {
    font-size: 1.4rem;
  }
}
#page-members.detail .section-members-detail .section-members-detail--message-section .section-members-detail--message-section__text-1 p::before {
  content: "—— ";
  font-weight: bold;
}
#page-members.detail .section-members-detail .section-members-detail--message-section .section-members-detail--message-section__text-1 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-members.detail .section-members-detail .section-members-detail--message-section .section-members-detail--message-section__text-2 {
  font-size: 1.8rem;
  line-height: 1.9;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--message-section .section-members-detail--message-section__text-2 {
    font-size: 1.4rem;
  }
}
#page-members.detail .section-members-detail .section-members-detail--message-section .section-members-detail--message-section__text-2 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-members.detail .section-members-detail .section-members-detail--message-photo {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#page-members.detail .section-members-detail .section-members-detail--message-photo.bg-1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #00C9FF), color-stop(50%, #fff));
  background: linear-gradient(#00C9FF 50%, #fff 50%);
}
#page-members.detail .section-members-detail .section-members-detail--message-photo.bg-2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #EB623D), color-stop(50%, #fff));
  background: linear-gradient(#EB623D 50%, #fff 50%);
}
#page-members.detail .section-members-detail .section-members-detail--message-photo.bg-3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1CE055), color-stop(50%, #fff));
  background: linear-gradient(#1CE055 50%, #fff 50%);
}
#page-members.detail .section-members-detail .section-members-detail--message-photo.bg-4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFA100), color-stop(50%, #fff));
  background: linear-gradient(#FFA100 50%, #fff 50%);
}
#page-members.detail .section-members-detail .section-members-detail--message-photo.bg-5 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0151A3), color-stop(50%, #fff));
  background: linear-gradient(#0151A3 50%, #fff 50%);
}
#page-members.detail .section-members-detail .section-members-detail--message-photo.bg-6 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #EB3D94), color-stop(50%, #fff));
  background: linear-gradient(#EB3D94 50%, #fff 50%);
}
#page-members.detail .section-members-detail .section-members-detail--message-photo .section-members-detail--message-photo-inner {
  max-width: 1146px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--message-photo .section-members-detail--message-photo-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-members.detail .section-members-detail .section-members-detail--message-photo img {
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-members-detail .section-members-detail--message-photo img {
    border-radius: 20px;
  }
}
#page-members.detail .section-footer {
  margin-bottom: 230px;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-footer {
    margin-bottom: 100px;
  }
}
#page-members.detail .section-footer-nav {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-footer-nav {
    margin-bottom: 40px;
  }
}
#page-members.detail .section-footer-nav--list-1 {
  position: relative;
  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;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-footer-nav--list-1 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#page-members.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#page-members.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:first-child .section-footer-nav--btn-members:before, #page-members.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:last-child .section-footer-nav--btn-members:before {
  content: "";
  position: absolute;
  top: 30%;
  width: 68px;
  height: 69px;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:first-child .section-footer-nav--btn-members:before, #page-members.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:last-child .section-footer-nav--btn-members:before {
    top: 25%;
    width: 34px;
    height: 34px;
  }
}
#page-members.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:first-child .section-footer-nav--btn-members:before {
  left: -30px;
  background: url("../img/btn_prev.png") left top/68px 69px no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:first-child .section-footer-nav--btn-members:before {
    left: 10px;
    background-size: 34px 34px;
  }
}
#page-members.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:last-child .section-footer-nav--btn-members:before {
  right: -30px;
  background: url("../img/btn_next.png") left top/68px 69px no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:last-child .section-footer-nav--btn-members:before {
    right: 10px;
    background-size: 34px 34px;
  }
}
#page-members.detail .section-footer-nav--btn-members {
  display: block;
}
#page-members.detail .section-footer-nav--btn-members .section-footer-nav--btn-members__image {
  margin-bottom: 10px;
}
#page-members.detail .section-footer-nav--btn-members .section-footer-nav--btn-members__text-1 {
  font-size: 1.6rem;
  font-weight: 700;
  min-height: 3.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-footer-nav--btn-members .section-footer-nav--btn-members__text-1 {
    font-size: 1.6rem;
    min-height: inherit;
  }
}
#page-members.detail .section-footer-nav--btn-members .section-footer-nav--btn-members__text-2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-footer-nav--btn-members .section-footer-nav--btn-members__text-2 {
    font-size: 1rem;
  }
}
#page-members.detail .section-footer-nav--btn-members .section-footer-nav--btn-members__text-3 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #page-members.detail .section-footer-nav--btn-members .section-footer-nav--btn-members__text-3 {
    font-size: 1.2rem;
  }
}

#page-business.index {
  background: #fff;
}
#page-business.index .c-footer-entry {
  margin-top: -64px;
}
#page-business.index .main-content {
  position: relative;
  z-index: 1;
}
#page-business.index .article {
  position: relative;
  z-index: 2;
}
#page-business.index .business-section-1 {
  padding: 68px 20px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-1 {
    padding: 48px 20px;
  }
}
#page-business.index .business-section-1 .business-section-1__inner {
  max-width: 1200px;
  margin: auto;
}
#page-business.index .business-section-1 .business-section-1--box-1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-1 .business-section-1--box-1 {
    margin-bottom: 40px;
  }
}
#page-business.index .business-section-1 .business-section-1--text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-1 .business-section-1--text-1 {
    font-size: 14px;
  }
}
#page-business.index .business-section-1 .business-section-1--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-1 .business-section-1--nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-business.index .business-section-1 .business-section-1--nav .business-section-1--nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0a559f;
  border: 1px solid #0a559f;
  border-radius: 50px;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  width: 100%;
  max-width: 253px;
  height: 34px;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-1 .business-section-1--nav .business-section-1--nav__link {
    font-size: 14px;
    margin: auto;
    max-width: 330px;
    height: 46px;
  }
}
#page-business.index .business-section-1 .business-section-1--nav .business-section-1--nav__link.is-selected, #page-business.index .business-section-1 .business-section-1--nav .business-section-1--nav__link:hover {
  color: #fff;
  background: #0a559f;
}
#page-business.index .business-section-2 {
  padding: 68px 20px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-2 {
    padding: 48px 20px;
  }
}
#page-business.index .business-section-2.section-bg-1 {
  background: #bed3e3;
}
#page-business.index .business-section-2.section-bg-3 {
  background: #bed3e3;
  padding-bottom: 136px;
}
#page-business.index .business-section-2 .business-section-2__inner {
  max-width: 1200px;
  margin: auto;
}
#page-business.index .business-section-2 .business-section-2--box-1 {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-2 .business-section-2--box-1 {
    margin-bottom: 40px;
  }
}
#page-business.index .business-section-2 .business-section-2--box-2 {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-2 .business-section-2--box-2 {
    margin-bottom: 40px;
  }
}
#page-business.index .business-section-2 .business-section-2--heading-1 {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  color: #0a559f;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-2 .business-section-2--heading-1 {
    font-size: 18px;
  }
}
#page-business.index .business-section-2 .business-section-2--heading-2 {
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-weight: 900;
  color: #0a559f;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-2 .business-section-2--heading-2 {
    font-size: 24px;
  }
}
#page-business.index .business-section-2 .business-section-2--heading-2 .marker {
  position: relative;
  display: inline;
}
#page-business.index .business-section-2 .business-section-2--heading-2 .marker::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -24px;
  z-index: -1;
  width: calc(100% + 48px);
  height: 30px;
  background: #fff;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-2 .business-section-2--heading-2 .marker::after {
    height: 24px;
    bottom: -4px;
  }
}
#page-business.index .business-section-2 .business-section-2--heading-2 .marker.marker-bg-2::after {
  background: #bdd2e2;
}
#page-business.index .business-section-2 .business-section-2--text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-2 .business-section-2--text-1 {
    font-size: 14px;
    text-align: justify;
  }
}
#page-business.index .business-section-2 .business-section-2--list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px 4%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-2 .business-section-2--list-1 {
    gap: 48px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-business.index .business-section-2 .business-section-2--list-1 .business-section-2--list-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-2 .business-section-2--list-1 .business-section-2--list-1__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-business.index .business-section-2 .business-section-2--card .business-section-2--card--image {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-2 .business-section-2--card .business-section-2--card--image {
    margin-bottom: 16px;
  }
}
#page-business.index .business-section-2 .business-section-2--card .business-section-2--card--image img {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-2 .business-section-2--card .business-section-2--card--image img {
    border-radius: 16px;
  }
}
#page-business.index .business-section-2 .business-section-2--card .business-section-2--card--heading-1 {
  font-size: 20px;
  font-weight: 700;
  color: #0a559f;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #page-business.index .business-section-2 .business-section-2--card .business-section-2--card--heading-1 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
#page-business.index .business-section-2 .business-section-2--card .business-section-2--card--text-1 {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
#page-business.index .section-set-1 {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-business.index .section-set-1 {
    padding: 0 25px;
  }
}
#page-business.index .section-set-1 .section-set-1__inner {
  max-width: 1200px;
  margin: auto;
}

#page-culture.index {
  background: #fff;
}
#page-culture.index .c-footer-entry {
  margin-top: -64px;
}
#page-culture.index .main-content {
  position: relative;
  z-index: 1;
}
#page-culture.index .article {
  position: relative;
  z-index: 2;
}
#page-culture.index .section-set-1 {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .section-set-1 {
    padding: 0 25px;
  }
}
#page-culture.index .section-set-1 .section-set-1__inner {
  max-width: 1200px;
  margin: auto;
}
#page-culture.index .section-set-2 {
  position: relative;
  z-index: 2;
  padding: 130px 20px;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .section-set-2 {
    padding: 40px 20px;
  }
}
#page-culture.index .section-set-2.has-bg-1 {
  background: #59acff;
}
#page-culture.index .section-set-2.has-bg-2 {
  background: #80c75b;
}
#page-culture.index .section-set-2.has-bg-3 {
  background: #ff6680;
  padding-bottom: calc(130px + 68px);
}
#page-culture.index .section-set-2 .section-set-2__inner {
  max-width: 1200px;
  margin: auto;
}
#page-culture.index .culture-section-1 {
  padding: 68px 20px;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section-1 {
    padding: 48px 20px;
  }
}
#page-culture.index .culture-section-1 .culture-section-1--text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section-1 .culture-section-1--text-1 {
    font-size: 14px;
    margin-bottom: 48px;
  }
}
#page-culture.index .culture-section-1 .culture-section-1--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section-1 .culture-section-1--nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-culture.index .culture-section-1 .culture-section-1--nav .culture-section-1--nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0a559f;
  border: 1px solid #0a559f;
  border-radius: 50px;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  width: 100%;
  max-width: 350px;
  height: 34px;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section-1 .culture-section-1--nav .culture-section-1--nav__link {
    font-size: 14px;
    margin: auto;
    max-width: 330px;
    height: 46px;
  }
}
#page-culture.index .culture-section-1 .culture-section-1--nav .culture-section-1--nav__link.is-selected, #page-culture.index .culture-section-1 .culture-section-1--nav .culture-section-1--nav__link:hover {
  color: #fff;
  background: #0a559f;
}
#page-culture.index .culture-section .culture-section--header {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section .culture-section--header {
    margin-bottom: 24px;
  }
}
#page-culture.index .culture-section .culture-section--heading-1 {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  display: block;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section .culture-section--heading-1 {
    font-size: 14px;
  }
}
#page-culture.index .culture-section .culture-section--heading-2 {
  display: block;
  font-size: 44px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section .culture-section--heading-2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
#page-culture.index .culture-section .culture-section--heading-2 .marker {
  position: relative;
  display: inline;
}
#page-culture.index .culture-section .culture-section--heading-2 .marker::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -24px;
  z-index: -1;
  width: calc(100% + 48px);
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
  background-blend-mode: multiply;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section .culture-section--heading-2 .marker::after {
    display: none;
  }
}
#page-culture.index .culture-section .culture-section--heading-2 .marker-sp {
  position: relative;
  display: inline;
}
#page-culture.index .culture-section .culture-section--heading-2 .marker-sp::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -8px;
  left: -24px;
  z-index: -1;
  width: calc(100% + 48px);
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section .culture-section--heading-2 .marker-sp::after {
    display: inline;
  }
}
#page-culture.index .culture-section .culture-section--text-1 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section .culture-section--text-1 {
    font-size: 14px;
  }
}
#page-culture.index .culture-section .culture-section--list-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section .culture-section--list-1 {
    gap: 16px;
  }
}
#page-culture.index .culture-section .culture-section--list-1 .culture-section--list-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section .culture-section--list-1 .culture-section--list-1__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-culture.index .culture-section .culture-section--list-1 .culture-section--list-1-box {
  cursor: pointer;
  border-radius: 16px;
  color: #fff;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section .culture-section--list-1 .culture-section--list-1-box {
    border-radius: 8px;
    padding: 20px;
  }
}
#page-culture.index .culture-section .culture-section--list-1 .culture-section--list-1-box.bg-1 {
  color: #59acff;
  background: #fff url("../img/icon_arw_2.png") center right 30px/40px 40px no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section .culture-section--list-1 .culture-section--list-1-box.bg-1 {
    background-position: center right 16px;
    background-size: 24px 24px;
  }
}
#page-culture.index .culture-section .culture-section--list-1 .culture-section--list-1-box.bg-2 {
  color: #80c75b;
  background: #fff url("../img/icon_arw_4.png") center right 30px/40px 40px no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section .culture-section--list-1 .culture-section--list-1-box.bg-2 {
    background-position: center right 16px;
    background-size: 24px 24px;
  }
}
#page-culture.index .culture-section .culture-section--list-1 .culture-section--list-1-box.bg-3 {
  color: #ff6680;
  background: #fff url("../img/icon_arw_3.png") center right 30px/40px 40px no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section .culture-section--list-1 .culture-section--list-1-box.bg-3 {
    background-position: center right 16px;
    background-size: 24px 24px;
  }
}
#page-culture.index .culture-section .culture-section--list-1 .culture-section--list-1-box .culture-section--list-1-box__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.36;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section .culture-section--list-1 .culture-section--list-1-box .culture-section--list-1-box__text {
    font-size: 12px;
  }
}
#page-culture.index .culture-section--popup {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  max-width: 680px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section--popup {
    margin: 10px;
  }
}
#page-culture.index .culture-section--popup .culture-section--popup__heading-1 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0060AF;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section--popup .culture-section--popup__heading-1 {
    font-size: 2rem;
  }
}
#page-culture.index .culture-section--popup .culture-section--popup__heading-1 .small {
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section--popup .culture-section--popup__heading-1 .small {
    font-size: 1.2rem;
  }
}
#page-culture.index .culture-section--popup .culture-section--popup__heading-2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  background: #E95169;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section--popup .culture-section--popup__heading-2 {
    font-size: 1.4rem;
  }
}
#page-culture.index .culture-section--popup .culture-section--popup__image {
  margin-bottom: 10px;
}
#page-culture.index .culture-section--popup .culture-section--popup__image img {
  border-radius: 20px;
}
#page-culture.index .culture-section--popup .culture-section--popup__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.9;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section--popup .culture-section--popup__text {
    font-size: 1.4rem;
  }
}
#page-culture.index .culture-section--popup .culture-section--popup__text p:not(:last-of-type) {
  margin-bottom: 1em;
}
#page-culture.index .culture-section--popup .culture-section--popup__text p.heading {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 4px 20px;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section--popup .culture-section--popup__text p.heading {
    border-radius: 10px;
  }
}
#page-culture.index .culture-section--popup .culture-section--popup__text + * {
  margin-top: 20px;
}
#page-culture.index .culture-section--popup .culture-section--popup__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #page-culture.index .culture-section--popup .culture-section--popup__results {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-culture.index .culture-section--popup .culture-section--popup__results .culture-section--popup__results-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 1.6rem;
  line-height: 1.9;
  background: #EFEFEF;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  #page-culture.index .culture-section--popup .culture-section--popup__results .culture-section--popup__results-text {
    font-size: 1.4rem;
    border-radius: 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  #page-culture.index .culture-section--popup .culture-section--popup__results .culture-section--popup__results-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#page-culture.index .culture-section--popup .culture-section--popup__results .culture-section--popup__results-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  #page-culture.index .culture-section--popup .culture-section--popup__results .culture-section--popup__results-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
#page-culture.index .culture-section--popup .culture-section--popup__results .culture-section--popup__results-image img {
  width: 196px;
}
@media screen and (max-width: 640px) {
  #page-culture.index .culture-section--popup .culture-section--popup__results .culture-section--popup__results-image img {
    width: 100px;
  }
}
#page-culture.index .culture-section--popup .culture-section--popup__results .culture-section--popup__results-wide-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
#page-culture.index .culture-section--popup .culture-section--popup__results .culture-section--popup__results-wide-image img {
  width: 100%;
  border-radius: 20px;
}

#page-about.index {
  background: #fff;
}
#page-about.index .c-footer-entry {
  margin-top: -64px;
}
#page-about.index .main-content {
  position: relative;
  z-index: 1;
}
#page-about.index .article {
  position: relative;
  z-index: 2;
}
#page-about.index .section-set-1 {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .section-set-1 {
    padding: 0 25px;
  }
}
#page-about.index .section-set-1 .section-set-1__inner {
  max-width: 1200px;
  margin: auto;
}
#page-about.index .section-set-2 {
  position: relative;
  z-index: 2;
  padding: 0 20px 130px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .section-set-2 {
    padding: 0 20px 130px;
  }
}
#page-about.index .section-set-2.has-bg {
  background: #0a559f;
}
#page-about.index .section-set-2 .section-set-2__inner {
  max-width: 1200px;
  margin: auto;
}
#page-about.index .about-section-1 {
  padding: 68px 20px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section-1 {
    padding: 48px 0;
  }
}
#page-about.index .about-section-1 .about-section-1--text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section-1 .about-section-1--text-1 {
    font-size: 14px;
    margin-bottom: 48px;
  }
}
#page-about.index .about-section-1 .about-section-1--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#page-about.index .about-section-1 .about-section-1--nav .about-section-1--nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0a559f;
  border: 1px solid #0a559f;
  border-radius: 50px;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  width: 100%;
  max-width: 246px;
  height: 34px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section-1 .about-section-1--nav .about-section-1--nav__link {
    font-size: 14px;
    margin: auto;
    max-width: 330px;
    height: 46px;
  }
}
#page-about.index .about-section-1 .about-section-1--nav .about-section-1--nav__link.is-selected, #page-about.index .about-section-1 .about-section-1--nav .about-section-1--nav__link:hover {
  color: #fff;
  background: #0a559f;
}
#page-about.index .about-section {
  margin-bottom: 40px;
}
#page-about.index .about-section .about-section--nav {
  position: relative;
  z-index: 2;
  text-align: right;
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--nav {
    margin-bottom: 40px;
  }
}
#page-about.index .about-section .about-section--nav .about-section--nav__link {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 1.4rem;
  padding: 2px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--nav .about-section--nav__link {
    font-size: 1.2rem;
  }
}
#page-about.index .about-section .about-section--nav .about-section--nav__link.is-selected, #page-about.index .about-section .about-section--nav .about-section--nav__link:hover {
  color: #fff;
  background: #0060AF;
  border-color: #0060AF;
}
#page-about.index .about-section .about-section--header {
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--header {
    margin-bottom: 40px;
  }
}
#page-about.index .about-section .about-section--header.mb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--header.mb-0 {
    margin-bottom: 0;
  }
}
#page-about.index .about-section .about-section--header::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 120px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--header::before {
    height: 40px;
  }
}
#page-about.index .about-section .about-section--header::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0060AF), color-stop(50%, transparent));
  background: linear-gradient(90deg, #0060AF 50%, transparent 50%);
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--header::after {
    width: 70%;
  }
}
#page-about.index .about-section .about-section--header .about-section--header-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 80px 90px 80px 0;
  color: #fff;
  background: #0060AF;
  min-width: 60%;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--header .about-section--header-inner {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 20px 20px 0;
    min-width: inherit;
  }
}
#page-about.index .about-section .about-section--header .about-section--header__heading-1 {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  display: block;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--header .about-section--header__heading-1 {
    font-size: 1.4rem;
  }
}
#page-about.index .about-section .about-section--header .about-section--header__heading-2 {
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--header .about-section--header__heading-2 {
    font-size: 2rem;
  }
}
#page-about.index .about-section .about-section--body {
  max-width: 1040px;
  margin: auto;
}
#page-about.index .about-section .about-section--body-in-section:not(:last-of-type) {
  margin-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--body-in-section:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#page-about.index .about-section .about-section--heading-1 {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  display: block;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--heading-1 {
    font-size: 1.4rem;
  }
}
#page-about.index .about-section .about-section--heading-2 {
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--heading-2 {
    font-size: 2rem;
  }
}
#page-about.index .about-section .about-section--heading-3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #0060AF;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--heading-3 {
    font-size: 2rem;
  }
}
#page-about.index .about-section .about-section--text-1 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--text-1 {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
#page-about.index .about-section .about-section--text-1.width-half {
  max-width: 750px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--text-1.width-half {
    font-size: 1.5rem;
  }
}
#page-about.index .about-section .about-section--text-1 p:not(:last-of-type) {
  margin-bottom: 1em;
}
#page-about.index .about-section .about-section--text-1 p.indent-1 {
  text-indent: 1em;
  margin-bottom: 0;
}
#page-about.index .about-section .about-section--note-1 {
  font-size: 1.4rem;
  margin-top: 2em;
}
#page-about.index .about-section .about-section--body-with-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--body-with-image {
    margin-top: 0;
    display: block;
  }
}
#page-about.index .about-section .about-section--body-with-image .about-section--body-with-image__primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
}
#page-about.index .about-section .about-section--body-with-image .about-section--body-with-image__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--body-with-image .about-section--photo {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  #page-about.index .about-section .about-section--body-with-image .about-section--photo img {
    max-width: 200px;
  }
}
#page-about.index .about-section .about-section--body-with-image .about-section--photo .about-section--photo__text {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-left: 30px;
}
#page-about.index .about-section .about-section--body-with-image .about-section--photo .about-section--photo__text .name {
  font-size: 1.6rem;
  font-weight: 700;
}
#page-about.index .vision-section {
  width: 100vw;
  margin-bottom: 40px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section {
    margin-bottom: 20px;
    padding: 0 20px 40px;
  }
}
#page-about.index .vision-section .vision-section__inner {
  max-width: 1200px;
  margin: auto;
}
#page-about.index .vision-section .vision-section--header {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--header {
    margin-bottom: 24px;
  }
}
#page-about.index .vision-section .vision-section--heading-1 {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  display: block;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #0a559f;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--heading-1 {
    font-size: 14px;
  }
}
#page-about.index .vision-section .vision-section--heading-2 {
  display: block;
  font-size: 44px;
  font-weight: 700;
  line-height: 2;
  color: #0a559f;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--heading-2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
#page-about.index .vision-section .vision-section--heading-2 .marker {
  position: relative;
  display: inline;
}
#page-about.index .vision-section .vision-section--heading-2 .marker::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -24px;
  z-index: -1;
  width: calc(100% + 48px);
  height: 30px;
  background: #bed3e3;
  background-blend-mode: multiply;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--heading-2 .marker::after {
    bottom: -8px;
    height: 24px;
  }
}
#page-about.index .vision-section .vision-section--box-1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--box-1 {
    margin-bottom: 40px;
  }
}
#page-about.index .vision-section .vision-section--box-1.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-about.index .vision-section .vision-section--box-1 .vision-section--box-1__primary {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--box-1 .vision-section--box-1__primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page-about.index .vision-section .vision-section--box-1 .vision-section--box-1__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
#page-about.index .vision-section .vision-section--box-1 .vision-section--box-1--heading-1 {
  display: block;
  font-size: 34px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  color: #0a559f;
  border-bottom: 2px solid #0a559f;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--box-1 .vision-section--box-1--heading-1 {
    font-size: 16px;
  }
}
#page-about.index .vision-section .vision-section--box-1 .vision-section--box-1--heading-1 .marker {
  position: relative;
  display: inline;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--box-1 .vision-section--box-1--heading-1 .marker {
    display: inline-block;
    min-width: 60px;
  }
}
#page-about.index .vision-section .vision-section--box-1 .vision-section--box-1--heading-1 .marker::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: -1;
  width: calc(100% + 108px);
  height: 100%;
  background: #0a559f;
  background-blend-mode: multiply;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--box-1 .vision-section--box-1--heading-1 .marker::after {
    height: 40px;
    margin-bottom: -4px;
  }
}
#page-about.index .vision-section .vision-section--box-1 .vision-section--box-1--in-box-1:not(:last-of-type) {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--box-1 .vision-section--box-1--in-box-1:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
#page-about.index .vision-section .vision-section--box-1 .vision-section--box-1--image-1 {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--box-1 .vision-section--box-1--image-1 {
    margin-bottom: 16px;
  }
}
#page-about.index .vision-section .vision-section--box-1 .vision-section--box-1--heading-2 {
  color: #0a559f;
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--box-1 .vision-section--box-1--heading-2 {
    font-size: 40px;
  }
}
#page-about.index .vision-section .vision-section--box-1 .vision-section--box-1--text-1 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--box-1 .vision-section--box-1--text-1 {
    font-size: 14px;
  }
}
#page-about.index .vision-section .vision-section--box-1 .vision-section--box-1--text-1.mt-1 {
  margin-top: 1em;
}
#page-about.index .vision-section .vision-section--heading-1 {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  display: block;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--heading-1 {
    font-size: 1.4rem;
  }
}
#page-about.index .vision-section .vision-section--heading-2 {
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--heading-2 {
    font-size: 2rem;
  }
}
#page-about.index .vision-section .vision-section--heading-3 {
  font-size: 3.6rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  background: #0060AF;
  max-width: 310px;
  margin: 0 auto 100px;
  padding: 10px;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--heading-3 {
    padding: 5px;
    font-size: 1.8rem;
    max-width: 200px;
    border-radius: 20px;
    margin-bottom: 40px;
  }
}
#page-about.index .vision-section .vision-section--image-1 {
  text-align: center;
}
#page-about.index .vision-section .vision-section--text-1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--text-1 {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
#page-about.index .vision-section .vision-section--list-1 .vision-section--list-1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--list-1 .vision-section--list-1__item {
    display: block;
  }
}
#page-about.index .vision-section .vision-section--list-1 .vision-section--list-1__item:not(:last-child) {
  margin-bottom: 40px;
}
#page-about.index .vision-section .vision-section--list-1 .vision-section--list-1__heading-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 28%;
          flex: 0 1 28%;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--list-1 .vision-section--list-1__heading-1 {
    font-size: 2rem;
    margin-top: 20px;
  }
}
#page-about.index .vision-section .vision-section--list-1 .vision-section--list-1__text-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .vision-section .vision-section--list-1 .vision-section--list-1__text-1 {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
#page-about.index .message-section {
  width: 100vw;
  margin-bottom: 40px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .message-section {
    margin-top: -80px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    width: 100%;
  }
}
#page-about.index .message-section .message-section__inner {
  max-width: 1200px;
  margin: auto;
}
#page-about.index .message-section .message-section--header {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .message-section .message-section--header {
    margin-bottom: 24px;
  }
}
#page-about.index .message-section .message-section--heading-1 {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  display: block;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .message-section .message-section--heading-1 {
    font-size: 14px;
  }
}
#page-about.index .message-section .message-section--heading-2 {
  display: block;
  font-size: 44px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .message-section .message-section--heading-2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
#page-about.index .message-section .message-section--heading-2 .marker {
  position: relative;
  display: inline;
}
#page-about.index .message-section .message-section--heading-2 .marker::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -24px;
  z-index: -1;
  width: calc(100% + 48px);
  height: 30px;
  background: #7090bd;
  background-blend-mode: multiply;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}
@media screen and (max-width: 1024px) {
  #page-about.index .message-section .message-section--heading-2 .marker::after {
    bottom: -8px;
    height: 24px;
  }
}
#page-about.index .message-section .message-section--box-1 {
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #page-about.index .message-section .message-section--box-1 {
    display: block;
    border-radius: 16px;
  }
}
#page-about.index .message-section .message-section--box-1 .message-section--in-box-1 {
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .message-section .message-section--box-1 .message-section--in-box-1 {
    padding: 24px;
  }
}
#page-about.index .message-section .message-section--box-1 .message-section--in-box-1:nth-of-type(odd) {
  background: #fff;
}
#page-about.index .message-section .message-section--box-1 .message-section--in-box-1:nth-of-type(even) {
  background: #bed3e3;
}
#page-about.index .message-section .message-section--box-1 .message-section--in-box-2 {
  padding: 40px;
  background: #bed3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .message-section .message-section--box-1 .message-section--in-box-2 {
    display: block;
  }
}
#page-about.index .message-section .message-section--box-1 .message-section--in-box-2 .message-section--in-box-2__primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
#page-about.index .message-section .message-section--box-1 .message-section--in-box-2 .message-section--in-box-2__secondary {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 278px;
          flex: 1 0 278px;
}
#page-about.index .message-section .message-section--box-1 .message-section--box-1--heading-1 {
  color: #0a559f;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .message-section .message-section--box-1 .message-section--box-1--heading-1 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
#page-about.index .message-section .message-section--box-1 .message-section--box-1--text-1 p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.2;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  #page-about.index .message-section .message-section--box-1 .message-section--box-1--text-1 p {
    font-size: 14px;
    line-height: 1.75;
  }
}
#page-about.index .message-section .message-section--box-1 .message-section--box-1--text-1 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-about.index .message-section .message-section--box-1 .message-section--box-1--text-1 p.name {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #page-about.index .message-section .message-section--box-1 .message-section--box-1--text-1 p.name {
    font-size: 18px;
    text-align: left;
  }
}
#page-about.index .message-section .message-section--box-1 .message-section--box-1--text-1 p.name .small {
  font-size: 12px;
  font-weight: normal;
}
#page-about.index .message-section .message-section--box-1 .message-section--box-1--image-1 {
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  #page-about.index .message-section .message-section--box-1 .message-section--box-1--image-1 {
    position: relative;
    right: -20px;
    margin-top: -96px;
    margin-bottom: -200px;
    text-align: right;
  }
  #page-about.index .message-section .message-section--box-1 .message-section--box-1--image-1 img {
    max-width: 215px;
  }
}

#page-newcomers.index {
  background: #fff;
}
#page-newcomers.index .c-footer-entry {
  margin-top: -64px;
}
#page-newcomers.index .main-content {
  position: relative;
  z-index: 1;
}
#page-newcomers.index .article {
  position: relative;
  z-index: 2;
  background: #ffff00;
}
#page-newcomers.index .newcomers-section-1 {
  padding: 68px 20px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.index .newcomers-section-1 {
    padding: 48px 20px;
  }
}
#page-newcomers.index .newcomers-section-1 .newcomers-section-1__inner {
  max-width: 1200px;
  margin: auto;
}
#page-newcomers.index .newcomers-section-1 .newcomers-section-1--box-1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.index .newcomers-section-1 .newcomers-section-1--box-1 {
    margin-bottom: 40px;
  }
}
#page-newcomers.index .newcomers-section-1 .newcomers-section-1--text-1 {
  margin-bottom: 56px;
}
#page-newcomers.index .newcomers-section-1 .newcomers-section-1--text-1 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.index .newcomers-section-1 .newcomers-section-1--text-1 p {
    font-size: 14px;
    text-align: justify;
  }
}
#page-newcomers.index .newcomers-section-1 .newcomers-section-1--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.index .newcomers-section-1 .newcomers-section-1--nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-newcomers.index .newcomers-section-1 .newcomers-section-1--nav .newcomers-section-1--nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0a559f;
  border: 1px solid #0a559f;
  border-radius: 50px;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  width: 100%;
  max-width: 253px;
  height: 34px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.index .newcomers-section-1 .newcomers-section-1--nav .newcomers-section-1--nav__link {
    font-size: 14px;
    margin: auto;
    max-width: 330px;
    height: 46px;
  }
}
#page-newcomers.index .newcomers-section-1 .newcomers-section-1--nav .newcomers-section-1--nav__link.is-selected, #page-newcomers.index .newcomers-section-1 .newcomers-section-1--nav .newcomers-section-1--nav__link:hover {
  color: #fff;
  background: #0a559f;
}
#page-newcomers.index .newcomers-section-2 {
  padding: 68px 20px 136px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.index .newcomers-section-2 {
    padding: 48px 20px;
  }
}
#page-newcomers.index .newcomers-section-2 .newcomers-section-2__inner {
  max-width: 1200px;
  margin: auto;
}
#page-newcomers.index .newcomers-section-2 .newcomers-section-2--header {
  margin-bottom: 56px;
}
#page-newcomers.index .newcomers-section-2 .newcomers-section-2--heading-1 {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  color: #0a559f;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.index .newcomers-section-2 .newcomers-section-2--heading-1 {
    font-size: 18px;
  }
}
#page-newcomers.index .newcomers-section-2 .newcomers-section-2--heading-2 {
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-weight: 900;
  color: #0a559f;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.index .newcomers-section-2 .newcomers-section-2--heading-2 {
    font-size: 24px;
  }
}
#page-newcomers.index .newcomers-section-2 .newcomers-section-2--heading-2 .marker {
  position: relative;
  display: inline;
}
#page-newcomers.index .newcomers-section-2 .newcomers-section-2--heading-2 .marker::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -24px;
  z-index: -1;
  width: calc(100% + 48px);
  height: 30px;
  background: #fff;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}
@media screen and (max-width: 1024px) {
  #page-newcomers.index .newcomers-section-2 .newcomers-section-2--heading-2 .marker::after {
    height: 24px;
    bottom: -4px;
  }
}
#page-newcomers.index .newcomers-section-2 .newcomers-section-2--heading-2 .marker.marker-bg-2::after {
  background: #bdd2e2;
}
#page-newcomers.index .newcomers-section-2 .newcomers-section-2--list-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.index .newcomers-section-2 .newcomers-section-2--list-1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px 4%;
  }
}
#page-newcomers.index .newcomers-section-2 .newcomers-section-2--list-1 .newcomers-section-2--list-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23%;
          flex: 0 1 23%;
  margin: 0 1% 30px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.index .newcomers-section-2 .newcomers-section-2--list-1 .newcomers-section-2--list-1__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin: 0;
  }
}
#page-newcomers.index .newcomers-section-2 .newcomers-section-2--btn-newcomers {
  display: block;
  padding: 0 10px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.index .newcomers-section-2 .newcomers-section-2--btn-newcomers {
    padding: 0 5px;
    border-radius: 8px;
  }
}
#page-newcomers.index .newcomers-section-2 .newcomers-section-2--btn-newcomers .newcomers-section-2--btn-newcomers__image {
  position: relative;
  margin-bottom: 20px;
}
#page-newcomers.index .newcomers-section-2 .newcomers-section-2--btn-newcomers .newcomers-section-2--btn-newcomers__image img {
  position: relative;
  z-index: -1;
  aspect-ratio: 598/615;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-newcomers.index .newcomers-section-2 .newcomers-section-2--btn-newcomers .newcomers-section-2--btn-newcomers__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 96px;
}
#page-newcomers.index .newcomers-section-2 .newcomers-section-2--btn-newcomers .newcomers-section-2--btn-newcomers__text-1 {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.index .newcomers-section-2 .newcomers-section-2--btn-newcomers .newcomers-section-2--btn-newcomers__text-1 {
    font-size: 1.6rem;
  }
}

#page-newcomers.detail {
  background: #fff;
}
#page-newcomers.detail .main-content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .main-content {
    overflow: visible;
  }
}
#page-newcomers.detail .article {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .article {
    padding-top: 20px;
  }
}
#page-newcomers.detail .color-1 {
  color: #00C9FF;
}
#page-newcomers.detail .color-2 {
  color: #00C9FF;
}
#page-newcomers.detail .color-3 {
  color: #00C9FF;
}
#page-newcomers.detail .color-4 {
  color: #00C9FF;
}
#page-newcomers.detail .bg-1 {
  background: #00C9FF;
}
#page-newcomers.detail .bg-2 {
  background: #00C9FF;
}
#page-newcomers.detail .bg-3 {
  background: #00C9FF;
}
#page-newcomers.detail .bg-4 {
  background: #00C9FF;
}
#page-newcomers.detail .section-set-1 {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-set-1 {
    padding: 0 25px;
  }
}
#page-newcomers.detail .section-set-1 .section-set-1__inner {
  max-width: 1200px;
  margin: auto;
}
#page-newcomers.detail .section-newcomers-detail {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-newcomers-detail {
    margin-bottom: 40px;
  }
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail__header {
  margin: 0 calc(50% - 50vw) 180px;
  width: 100vw;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-newcomers-detail .section-newcomers-detail__header {
    margin-bottom: 40px;
  }
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail__header-inner {
  position: relative;
  z-index: 1;
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--header-section-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EFEFEF;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--header-section-1 {
    display: block;
    border-radius: 20px;
  }
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--header-section-1 .section-newcomers-detail--header-section-1__primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66%;
          flex: 0 1 66%;
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--header-section-1 .section-newcomers-detail--header-section-1__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 34%;
          flex: 0 1 34%;
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--header-in-box-1 {
  position: relative;
  z-index: 1;
  padding: min(4vw, 60px);
  height: 100%;
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail__body .section-newcomers-detail__body-primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66%;
          flex: 0 1 66%;
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail__body .section-newcomers-detail__body-secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29%;
          flex: 0 1 29%;
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--heading-image-1 {
  line-height: 1;
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--heading-image-1 img {
  aspect-ratio: 2486/1200;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--heading-1 {
  position: absolute;
  z-index: -1;
  bottom: 5px;
  right: 5px;
  font-size: min(10vw, 20rem);
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--heading-2 {
  font-size: min(2vw, 5rem);
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--heading-2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--heading-2 img {
    max-width: 320px;
  }
}
@media screen and (max-width: 640px) {
  #page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--heading-2 img {
    max-width: 170px;
  }
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--text-1 {
  font-size: min(0.6vw, 1.2rem);
  line-height: 1.9;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--text-1 {
    font-size: 1rem;
  }
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--text-1 .large {
  font-size: min(1vw, 1.6rem);
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--text-1 .large {
    font-size: 1.2rem;
  }
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--text-2 p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.9;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--text-2 p {
    font-size: 1.4rem;
  }
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--text-2 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--message-section:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--message-section:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--message-section .section-newcomers-detail--message-section__heading-1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.7;
  color: #0060AF;
  background: url("../img/newcomers/newcomers_icon_q.png") left top/64px 58px no-repeat;
  padding-top: 5px;
  padding-left: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--message-section .section-newcomers-detail--message-section__heading-1 {
    font-size: 1.6rem;
    background-size: 32px 29px;
    padding-left: 40px;
    margin-bottom: 20px;
  }
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--message-section .section-newcomers-detail--message-section__text-1 {
  font-size: 1.8rem;
  line-height: 1.9;
  margin-bottom: 80px;
  background: url("../img/newcomers/newcomers_icon_a.png") left top/67px 52px no-repeat;
  padding-top: 20px;
  padding-left: 80px;
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--message-section .section-newcomers-detail--message-section__text-1 {
    font-size: 1.4rem;
    background-size: 34px 26px;
    padding-top: 5px;
    padding-left: 40px;
    margin-left: 0;
  }
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--message-section .section-newcomers-detail--message-section__text-1 p:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--aside-image-box {
    position: sticky;
    top: 80px;
    right: 0;
  }
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--aside-image-1:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--aside-image-1:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
#page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--aside-image-1 img {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-newcomers-detail .section-newcomers-detail--aside-image-1 img {
    border-radius: 10px;
  }
}
#page-newcomers.detail .section-footer {
  margin-bottom: 230px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-footer {
    margin-bottom: 100px;
  }
}
#page-newcomers.detail .section-footer-nav {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-footer-nav {
    margin-bottom: 40px;
  }
}
#page-newcomers.detail .section-footer-nav--list-1 {
  position: relative;
  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;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-footer-nav--list-1 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#page-newcomers.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
  margin: 0 2% 30px;
}
#page-newcomers.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:first-child .section-footer-nav--btn-newcomers:before, #page-newcomers.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:last-child .section-footer-nav--btn-newcomers:before {
  content: "";
  position: absolute;
  top: 30%;
  width: 68px;
  height: 69px;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:first-child .section-footer-nav--btn-newcomers:before, #page-newcomers.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:last-child .section-footer-nav--btn-newcomers:before {
    width: 34px;
    height: 34px;
  }
}
#page-newcomers.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:first-child .section-footer-nav--btn-newcomers:before {
  left: -60px;
  background: url("../img/btn_prev.png") left top/68px 69px no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:first-child .section-footer-nav--btn-newcomers:before {
    left: 10px;
    background-size: 34px 34px;
  }
}
#page-newcomers.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:last-child .section-footer-nav--btn-newcomers:before {
  right: -60px;
  background: url("../img/btn_next.png") left top/68px 69px no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-footer-nav--list-1 .section-footer-nav--list-1__item:last-child .section-footer-nav--btn-newcomers:before {
    right: 10px;
    background-size: 34px 34px;
  }
}
#page-newcomers.detail .section-footer-nav--btn-newcomers {
  display: block;
}
#page-newcomers.detail .section-footer-nav--btn-newcomers .section-footer-nav--btn-newcomers__image {
  margin-bottom: 10px;
}
#page-newcomers.detail .section-footer-nav--btn-newcomers .section-footer-nav--btn-newcomers__image img {
  aspect-ratio: 598/615;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-newcomers.detail .section-footer-nav--btn-newcomers .section-footer-nav--btn-newcomers__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 96px;
}
#page-newcomers.detail .section-footer-nav--btn-newcomers .section-footer-nav--btn-newcomers__text-1 {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-newcomers.detail .section-footer-nav--btn-newcomers .section-footer-nav--btn-newcomers__text-1 {
    font-size: 1.6rem;
  }
}

#page-news.index {
  background: #fff;
}
#page-news.index .c-footer-entry {
  margin-top: -64px;
}
#page-news.index .main-content {
  position: relative;
  z-index: 1;
}
#page-news.index .article {
  position: relative;
  z-index: 2;
}
#page-news.index .news-index-section-1 {
  position: relative;
  padding: 68px 20px 240px;
  background: #7090bd;
}
@media screen and (max-width: 1024px) {
  #page-news.index .news-index-section-1 {
    padding: 48px 20px 120px;
  }
}
#page-news.index .news-index-section-1::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 68px;
  right: -20px;
  background: url("../img/news/news_img_1.png") center center/100% 100% no-repeat;
  width: 410px;
  height: 1309px;
}
@media screen and (max-width: 1024px) {
  #page-news.index .news-index-section-1::after {
    bottom: auto;
    top: 80px;
    width: 227px;
    height: 724px;
  }
}
#page-news.index .news-index-section-1 .news-index-section-1__inner {
  max-width: 1200px;
  margin: auto;
}
#page-news.index .news-index-section-1 .news-index-section-1--box-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-news.index .news-index-section-1 .news-index-section-1--box-1 {
    margin-bottom: 24px;
  }
}
#page-news.index .news-index-section-1 .news-index-section-1--text-1 p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-news.index .news-index-section-1 .news-index-section-1--text-1 p {
    font-size: 14px;
    text-align: justify;
  }
}
#page-news.index .news-index-section-1 .news-index-section-1--list-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-news.index .news-index-section-1 .news-index-section-1--list-1 {
    display: block;
  }
}
#page-news.index .news-index-section-1 .news-index-section-1--list-1 .news-index-section-1--list-1__item {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-news.index .news-index-section-1 .news-index-section-1--list-1 .news-index-section-1--list-1__item {
    margin-bottom: 10px;
  }
}
#page-news.index .news-index-section-1 .news-index-section-1--btn-news {
  display: block;
  background: #fff url("../img/icon_arw_1.png") right 40px center/40px 40px no-repeat;
  border-radius: 20px;
  padding: 25px;
}
@media screen and (max-width: 1024px) {
  #page-news.index .news-index-section-1 .news-index-section-1--btn-news {
    background-position: right 10px center;
    background-size: 30px 30px;
    padding: 16px 40px 16px 16px;
  }
}
#page-news.index .news-index-section-1 .news-index-section-1--btn-news .news-index-section-1--btn-news__text-1 {
  font-size: 14px;
  font-weight: 700;
  color: #0a559f;
}
@media screen and (max-width: 1024px) {
  #page-news.index .news-index-section-1 .news-index-section-1--btn-news .news-index-section-1--btn-news__text-1 {
    font-size: 14px;
    font-weight: 700;
  }
}
#page-news.index .news-index-section-1 .news-index-section-1--btn-news .news-index-section-1--btn-news__text-2 {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #page-news.index .news-index-section-1 .news-index-section-1--btn-news .news-index-section-1--btn-news__text-2 {
    font-size: 14px;
  }
}

#page-news.detail {
  background: #fff;
}
#page-news.detail .main-content {
  position: relative;
  z-index: 1;
}
#page-news.detail .article {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  #page-news.detail .article {
    padding-top: 20px;
  }
}
#page-news.detail .section-set-1 {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-news.detail .section-set-1 {
    padding: 0 25px;
  }
}
#page-news.detail .section-set-1 .section-set-1__inner {
  max-width: 1200px;
  margin: auto;
}
#page-news.detail .section-set-2 {
  position: relative;
  z-index: 2;
  padding: 100px 20px 150px;
}
@media screen and (max-width: 1024px) {
  #page-news.detail .section-set-2 {
    padding: 40px 25px;
  }
}
#page-news.detail .section-set-2.has-bg {
  background: url("../img/bg_1.jpg") top center/320px 320px repeat;
}
#page-news.detail .section-set-2 .section-set-2__inner {
  max-width: 1200px;
  margin: auto;
}
#page-news.detail .section-news .section-news__body {
  max-width: 1036px;
  margin: auto;
}
#page-news.detail .section-news .section-news--text-1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  #page-news.detail .section-news .section-news--text-1 {
    font-size: 1.5rem;
  }
}
#page-news.detail .section-news .section-news--text-1.width-half {
  max-width: 750px;
}
#page-news.detail .section-news .section-news--aside {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-news.detail .section-news .section-news--aside {
    margin-bottom: 20px;
  }
}
#page-news.detail .section-news .section-news--aside .news-icon.icon-new {
  color: #f00;
}
#page-news.detail .section-news .section-news--heading-1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  #page-news.detail .section-news .section-news--heading-1 {
    font-size: 2rem;
  }
}
#page-news.detail .section-news .section-news--thumb {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-news.detail .section-news .section-news--thumb {
    margin-bottom: 40px;
  }
}
#page-news.detail .section-news .section-news--thumb img {
  width: 100%;
}
#page-news.detail .section-news .user-edit h1, #page-news.detail .section-news .user-edit h2, #page-news.detail .section-news .user-edit h3 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-news.detail .section-news .user-edit h1, #page-news.detail .section-news .user-edit h2, #page-news.detail .section-news .user-edit h3 {
    font-size: 2rem;
  }
}
#page-news.detail .section-news .user-edit p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.9;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  #page-news.detail .section-news .user-edit p {
    font-size: 1.4rem;
  }
}
#page-news.detail .section-news .user-edit p:not(:last-of-type) {
  margin-bottom: 2em;
}

#page-message.index {
  background: #fff;
}
#page-message.index .main-content {
  position: relative;
  z-index: 1;
}
#page-message.index .article {
  position: relative;
  z-index: 2;
}
#page-message.index .search-box_label {
  font-weight: bold;
}
#page-message.index .is-hide {
  display: none;
}
#page-message.index .message-section-1 {
  position: relative;
  z-index: 1;
  padding: 68px 20px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-message.index .message-section-1 {
    padding: 48px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
#page-message.index .message-section-1::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: -1;
  top: 80px;
  right: -20px;
  background: url("../img/message/message_img_1.png") center center/100% 100% no-repeat;
  width: 410px;
  height: 1309px;
}
@media screen and (max-width: 1024px) {
  #page-message.index .message-section-1::after {
    top: 80px;
    width: 227px;
    height: 724px;
  }
}
#page-message.index .message-section-1 .message-section-1__inner {
  max-width: 1200px;
  margin: auto;
}
#page-message.index .message-section-1 .message-section-1--box-1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-message.index .message-section-1 .message-section-1--box-1 {
    margin-bottom: 40px;
  }
}
#page-message.index .message-section-1 .message-section-1--heading-1 {
  position: relative;
  color: #0a559f;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  #page-message.index .message-section-1 .message-section-1--heading-1 {
    font-size: 24px;
  }
}
#page-message.index .message-section-1 .message-section-1--heading-1 .marker {
  position: relative;
  display: inline;
}
#page-message.index .message-section-1 .message-section-1--heading-1 .marker::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -24px;
  z-index: -1;
  width: calc(100% + 48px);
  height: 30px;
  background: #ff0;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}
@media screen and (max-width: 1024px) {
  #page-message.index .message-section-1 .message-section-1--heading-1 .marker::after {
    height: 24px;
    bottom: -4px;
  }
}
#page-message.index .message-section-1 .message-section-1--text-1 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.29;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  #page-message.index .message-section-1 .message-section-1--text-1 p {
    font-size: 14px;
  }
}
#page-message.index .message-section-1 .message-section-1--text-1 p:not(:last-of-type) {
  margin-bottom: 2em;
}

#page-doc.index {
  background: #fff;
}
#page-doc.index .main-content {
  position: relative;
  z-index: 1;
}
#page-doc.index .article {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .article {
    padding-top: 20px;
  }
}
#page-doc.index .section-set-1 {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-set-1 {
    padding: 0 25px;
  }
}
#page-doc.index .section-set-1 .section-set-1__inner {
  max-width: 1200px;
  margin: auto;
}
#page-doc.index .section-set-2 {
  position: relative;
  z-index: 2;
  margin: 0 calc(50% - 50vw) 100px;
  width: 100vw;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-set-2 {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-doc.index .section-set-2.has-bg .section-set-2__inner {
  background: url("../img/bg_1.jpg") top center/320px 320px repeat;
  border-radius: 20px;
}
#page-doc.index .section-set-2 .section-set-2__inner {
  max-width: 1720px;
  margin: auto;
  padding: 130px 20px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-set-2 .section-set-2__inner {
    padding: 40px 20px;
  }
}
#page-doc.index .section-set-2 .section-set-2__inner-2 {
  max-width: 1000px;
  margin: auto;
}
#page-doc.index .section-set-3 {
  position: relative;
  z-index: 2;
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-set-3 {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-doc.index .section-set-3 .section-set-3__inner {
  max-width: 1200px;
  margin: auto;
}
#page-doc.index .section-entry:not(:last-of-type) {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#page-doc.index .section-entry .section-entry--header {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--header {
    margin-bottom: 40px;
  }
}
#page-doc.index .section-entry .section-entry--header.mb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--header.mb-0 {
    margin-bottom: 0;
  }
}
#page-doc.index .section-entry .section-entry--header::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--header::before {
    height: 40px;
  }
}
#page-doc.index .section-entry .section-entry--header::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0060AF), color-stop(50%, #fff));
  background: linear-gradient(90deg, #0060AF 50%, #fff 50%);
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--header::after {
    width: 70%;
  }
}
#page-doc.index .section-entry .section-entry--header .section-entry--header-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 80px 90px 80px 0;
  color: #fff;
  background: #0060AF;
  min-width: 320px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--header .section-entry--header-inner {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 20px 20px 0;
    min-width: inherit;
  }
}
#page-doc.index .section-entry .section-entry--header .section-entry--header__heading-1 {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  display: block;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--header .section-entry--header__heading-1 {
    font-size: 1.4rem;
  }
}
#page-doc.index .section-entry .section-entry--header .section-entry--header__heading-2 {
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--header .section-entry--header__heading-2 {
    font-size: 2rem;
  }
}
#page-doc.index .section-entry .section-entry--logo {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--logo {
    margin-bottom: 40px;
  }
}
#page-doc.index .section-entry .section-entry--logo .section-entry--logo__image {
  margin-bottom: 5px;
}
#page-doc.index .section-entry .section-entry--logo .section-entry--logo__text {
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #0060AF;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--logo .section-entry--logo__text {
    font-size: 2rem;
  }
}
#page-doc.index .section-entry .section-entry--heading-1 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #0060AF;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--heading-1 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
#page-doc.index .section-entry .section-entry--heading-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--heading-2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#page-doc.index .section-entry .section-entry--text-1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--text-1 {
    font-size: 1.5rem;
  }
}
#page-doc.index .section-entry .section-entry--text-1 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-doc.index .section-entry .section-entry--text-2 {
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--text-2 {
    font-size: 1.5rem;
  }
}
#page-doc.index .section-entry .section-entry--text-2 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-doc.index .section-entry .section-entry--text-2 .heading-1 {
  display: inline-block;
  color: #0060AF;
  background: #fff;
  padding: 2px 20px;
  border-radius: 40px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--text-2 .heading-1 {
    display: block;
    padding: 2px;
    border-radius: 20px;
    font-size: 1.4rem;
  }
}
#page-doc.index .section-entry .section-entry--text-1 + .section-entry--image {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--text-1 + .section-entry--image {
    margin-top: 40px;
  }
}
#page-doc.index .section-entry .section-entry--image {
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--image {
    border-radius: 20px;
  }
}
#page-doc.index .section-entry .section-entry--box-1 {
  border-top: 1px solid #231815;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--box-1 {
    padding-top: 20px;
  }
}
#page-doc.index .section-entry .section-entry--box-2 {
  color: #fff;
  background: #0060AF;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--box-2 {
    padding: 20px;
    margin-bottom: 20px;
  }
}
#page-doc.index .section-entry .section-entry--list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--list-1 {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#page-doc.index .section-entry .section-entry--list-1.has-border {
  padding-bottom: 40px;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--list-1.has-border {
    display: block;
    padding-bottom: 20px;
  }
}
#page-doc.index .section-entry .section-entry--list-1.is-block {
  display: block;
}
#page-doc.index .section-entry .section-entry--list-1.is-block dt {
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 20px;
  max-width: inherit;
  text-align: left;
}
#page-doc.index .section-entry .section-entry--list-1 dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  border: 1px solid #000;
  margin-right: 60px;
  border-radius: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--list-1 dt {
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 160px;
  }
}
#page-doc.index .section-entry .section-entry--list-1 dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
#page-doc.index .section-entry .section-entry--list-1 dd p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--list-1 dd p {
    font-size: 1.4rem;
  }
}
#page-doc.index .section-entry .section-entry--list-1 dd p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-doc.index .section-entry .section-entry--list-1 .note-1 {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--list-1 .note-1 {
    font-size: 1.2rem;
  }
}
#page-doc.index .section-entry .section-entry--list-1 .note-2 {
  margin-top: 2em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.05em;
  background: #EFEFEF;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--list-1 .note-2 {
    font-size: 1.5rem;
  }
}
#page-doc.index .section-entry .section-entry--list-1 .note-2 p:not(:last-of-type) {
  margin-bottom: 2em;
}
#page-doc.index .section-entry .section-entry--list-2 {
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--list-2 {
    margin-bottom: 40px;
  }
}
#page-doc.index .section-entry .section-entry--list-2 .section-entry--list-2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 280px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--list-2 .section-entry--list-2__item {
    display: block;
    min-height: inherit;
  }
}
#page-doc.index .section-entry .section-entry--list-2 .section-entry--list-2__item:nth-child(even) {
  background: #EFEFEF;
}
#page-doc.index .section-entry .section-entry--list-2 .section-entry--list-2__item .section-entry--list-2__item-primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 50px 0 50px 50px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--list-2 .section-entry--list-2__item .section-entry--list-2__item-primary {
    padding: 40px 20px 0 20px;
  }
}
#page-doc.index .section-entry .section-entry--list-2 .section-entry--list-2__item .section-entry--list-2__item-secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--list-2 .section-entry--list-2__item .section-entry--list-2__item-secondary {
    padding: 20px 20px 40px;
  }
}
#page-doc.index .section-entry .section-entry--list-2 .section-entry--list-2__item .section-entry--list-2__heading-1 {
  font-size: 3rem;
  font-weight: 700;
  color: #0060AF;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--list-2 .section-entry--list-2__item .section-entry--list-2__heading-1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#page-doc.index .section-entry .section-entry--list-2 .section-entry--list-2__item .section-entry--list-2__text-1 {
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--list-2 .section-entry--list-2__item .section-entry--list-2__text-1 {
    font-size: 1.4rem;
  }
}
#page-doc.index .section-entry .section-entry--list-2 .section-entry--list-2__btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #E95169 url("../img/entry_btn_icon_1.png") center right 20px/21px 21px no-repeat;
  border: 2px solid #E95169;
  border-radius: 20px;
  width: 100%;
  min-height: 75px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry .section-entry--list-2 .section-entry--list-2__btn-more {
    font-size: 1.5rem;
    border-radius: 10px;
    min-height: 60px;
  }
}
#page-doc.index .section-entry--detail-header {
  margin-bottom: 60px;
}
#page-doc.index .section-entry--detail-body {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry--detail-body {
    margin-bottom: 40px;
  }
}
#page-doc.index .section-entry-box {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  #page-doc.index .section-entry-box {
    margin-bottom: 40px;
  }
}

#page-simple .main-content {
  padding: 300px 20px 180px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  #page-simple .main-content {
    font-size: 1.2rem;
  }
}
#page-simple .main-content .text-center {
  text-align: center;
}
#page-simple .mb-5 {
  margin-bottom: 1.25rem;
  /* 20px */
}

/* newcomers専用スライダーコントロール */
.newcomers-slider-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  /*padding: 0 20px;*/
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .newcomers-slider-controls {
    justify-content: center;
  }
}

.newcomers-slider-controls__prev,
.newcomers-slider-controls__next {

  border: none;
  outline: none;
  padding: 0;
  appearance: none;

  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #09559F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  font-size: 20px;
}

.newcomers-slider-controls__prev:disabled,
.newcomers-slider-controls__next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.newcomers-slider-controls__prev:disabled:hover,
.newcomers-slider-controls__next:disabled:hover {
  background-color: #fff;
  color: #1e3a8a;
}

.newcomers-slider-controls__dots {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 400px;
}

.newcomers-slider-controls__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cbd5e1;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
}

.newcomers-slider-controls__dot:hover {
  background-color: #94a3b8;
}

.newcomers-slider-controls__dot.newcomers-slider-controls__dot--active {
  background-color: #1e3a8a;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .newcomers-slider-controls {
    gap: 15px;
  }

  .newcomers-slider-controls__prev,
  .newcomers-slider-controls__next {
    width: 40px;
    height: 40px;
  }

  .newcomers-slider-controls__prev svg,
  .newcomers-slider-controls__next svg {
    width: 20px;
    height: 20px;
  }

  .newcomers-slider-controls__dots {
    gap: 8px;
  }

  .newcomers-slider-controls__dot {
    width: 10px;
    height: 10px;
  }

  .newcomers-slider-controls__dot.active {
    width: 24px;
  }
}
