@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

html {
  font-size: 16px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 300;
  color: #202e57;
}

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

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.c-column2 {
  display: grid;
  gap: 30px;
  gap: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-column2--gap60 {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-column2--gap60 {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-column2--gapSp20 {
    gap: 20px;
  }
}

.c-column3 {
  display: grid;
  gap: 30px;
  gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    row-gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  }
}

.c-column4 {
  display: grid;
  gap: 10rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-headline {
  border-left: 1px solid black;
  font-size: 16px;
  font-weight: 400;
  color: black;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .c-headline {
    padding-left: 15px;
    font-size: 20px;
  }
}

.c-hoverRun {
  text-decoration: none;
  color: black;
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
  background-image: linear-gradient(90deg, black, black);
  background-repeat: no-repeat;
  display: inline;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
}
.c-hoverUnderline {
  position: relative;
  display: inline-block;
}

.c-hoverUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: black;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  width: 50px;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.c-imgHover img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

@media screen and (min-width: 768px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
}
.c-link {
  position: relative;
  line-height: 1;
}

.c-link::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  right: -1em;
  top: 0.3em;
  background: url(画像のバスを入れる) center center/contain no-repeat;
}

.c-underBar {
  position: relative;
  display: inline-block;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-underBar:hover:before {
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.inner {
  max-width: 1212px;
  padding-inline: 26px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-inline: 20px;
  }
}

.l-section {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 0;
  }
}

.u-font12 {
  font-size: 12rem;
}

.u-font14 {
  font-size: 14rem;
}

.u-font16 {
  font-size: 16rem;
}

.u-font18 {
  font-size: 18rem;
}

.u-font20 {
  font-size: 20rem;
}

.u-font22 {
  font-size: 22rem;
}

.u-font24 {
  font-size: 24rem;
}

.u-font28 {
  font-size: 28rem;
}

.u-font32 {
  font-size: 32rem;
}

.u-font40 {
  font-size: 40rem;
}

.u-hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

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

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

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt130 {
  margin-top: 130px !important;
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt160 {
  margin-top: 160px !important;
}

.u-mt170 {
  margin-top: 170px !important;
}

.u-mt180 {
  margin-top: 180px !important;
}

.u-mt190 {
  margin-top: 190px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

@media screen and (max-width: 767px) {
  .u-mtSp10 {
    margin-top: 10px !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
  }
}
.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-shadow {
  -webkit-box-shadow: 0 0 13px rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 13px rgba(255, 0, 0, 0.5);
}

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

.u-sm {
  display: none;
}
@media screen and (max-width: 524px) {
  .u-sm {
    display: block;
  }
}

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

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

@media screen and (max-width: 767px) {
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

/* ==========================================
    共通パーツ cards/card
   ========================================== */
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 120px;
}
@media screen and (max-width: 768px) {
  .cards {
    grid-template-columns: 1fr;
    row-gap: 84px;
  }
}

.card {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.card__image {
  width: 100%;
  aspect-ratio: 560/310;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 768px) {
  .card__image {
    aspect-ratio: 374/207.7;
  }
}

.card__body {
  padding: 23px 19px 35px 18px;
  background-color: #fff;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .card__body {
    padding: 38px 49px 41.2px;
  }
}
@media screen and (max-width: 375px) {
  .card__body {
    padding: 20px 20px 20px;
  }
}

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

.card__title {
  font-size: 28px;
  font-size: clamp(1.375rem, -0.125rem + 2.34vw, 1.75rem);
  font-weight: 600;
  color: #687290;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .card__title {
    font-size: 23px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  .card__title {
    font-size: 23px;
    font-size: clamp(1.25rem, 0.159rem + 5.45vw, 1.438rem);
  }
}
@media screen and (max-width: 350px) {
  .card__title {
    font-size: 20px;
  }
}

.card__text {
  font-size: 20px;
  line-height: 1.54;
  color: #000;
  margin-top: 18px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .card__text {
    font-size: 18px;
    line-height: 1.7222222222;
  }
}
@media screen and (max-width: 375px) {
  .card__text {
    font-size: 16px;
  }
}

.card__text span {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .card__text span {
    font-size: 14px;
    line-height: 2.2142857143;
  }
}

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

.card__link.u-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .card__link.u-sp {
    display: inline-block;
    margin-top: 27px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 9px 7px;
  }
}
@media screen and (max-width: 768px) {
  .card__link.u-sp {
    padding: 20.1px 12.8px 22px 18.7px;
  }
}

.card__link:hover {
  background-color: #0066cc;
  color: #ffffff;
}

/* ==========================================
    共通パーツ button-link
   ========================================== */
.button-link {
  background-color: #0a4eac;
  display: inline-block;
  padding: 9px 9.2px 9px 11.2px;
  padding: 9px 7px;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  border-radius: 10px;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .button-link {
    padding: 20.1px 12.8px 22px 18.7px;
  }
}
@media screen and (max-width: 375px) {
  .button-link {
    font-size: 18px;
  }
}

@media (hover: hover) {
  .button-link:hover {
    background-color: #fff;
    color: #0a4eac;
    border: 1px solid #0a4eac;
  }
}
.section-header {
  padding: 118.5px 0 140px;
  background-color: #eff0eb;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-header {
    padding: 116.8px 0 84.5px;
  }
}

.section-header__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-header__title {
    font-size: 25px;
    line-height: 1.5;
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 375px) {
  .section-header__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 350px) {
  .section-header__title {
    font-size: 20px;
  }
}

.section-header__title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 73.25px;
  height: 2px;
  background-color: #687290;
}
@media screen and (max-width: 768px) {
  .section-header__title::before {
    width: 40.9px;
  }
}

.section-header__description {
  font-size: 22px;
  line-height: 1.65;
  margin-top: 54.6px;
  max-width: 1212px;
  padding-inline: 26px;
  margin-inline: auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section-header__description {
    font-size: 18px;
    line-height: 1.7777777778;
    padding-inline: 37px;
    margin-top: 44.5px;
  }
}

/* ==========================================
    header
   ========================================== */
.header {
  background-color: transparent;
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .header {
    top: 20px;
    left: 20px;
  }
}

.header__link {
  cursor: pointer;
}

.header__logo {
  margin-right: 20px;
  width: 417px;
  aspect-ratio: 834/86;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 286.52px;
  }
}

/* ==========================================
    FV
   ========================================== */
.fv {
  position: relative;
  padding-bottom: 2.1875vw;
}
@media screen and (max-width: 768px) {
  .fv {
    padding-bottom: 71.01449vw;
  }
}

.fv__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  aspect-ratio: 128/45;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .fv__image {
    aspect-ratio: 414/770;
  }
}

.fv__content {
  padding-top: 10.859375vw;
  padding-left: 4.6875vw;
}
@media screen and (max-width: 768px) {
  .fv__content {
    padding-top: 25.84541vw;
    padding-left: 0;
    width: 82.1256vw;
    margin-inline: auto;
    display: grid;
    place-items: center;
  }
}

.fv__text-image {
  display: block;
  width: 73vw;
  /*aspect-ratio: 633.98/127.89;*/
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 768px) {
  .fv__text-image {
    width: 90vw;
    /*aspect-ratio: 333.98/236.55;*/
  }
}

.fv__title {
  font-size: 3.125vw;
  font-weight: 600;
  line-height: 1;
  margin-top: 4.6171875vw;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 8.21256vw;
    margin-top: 10.48309vw;
  }
}

.fv__title span {
  display: block;
  margin-top: 0.46875vw;
  font-size: 3.90625vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .fv__title span {
    font-size: 10.14492vw;
    margin-top: 3.14009vw;
  }
}

/* ==========================================
    Apartment
   ========================================== */
.apartment {
  padding: 64px 0 59px;
  position: relative;
  overflow: hidden;
  --top-position: -188px; /* 初期値を設定 */
  --left-position: -320px; /* 初期値を設定 */
}
@media screen and (max-width: 768px) {
  .apartment {
    padding: 68px 0 84px;
  }
}

.apartment::before {
  position: absolute;
  content: "";
  top: -188px;
  left: -320px;
  top: var(--top-position);
  left: var(--left-position);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 1067.5px;
  height: 1067.5px;
  background-color: rgba(104, 114, 144, 0.15);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .apartment::before {
    top: 0;
    left: 0;
    width: 335px;
    height: 335px;
  }
}

.apartment::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202e57;
  z-index: -1;
}

.apartment__inner {
  max-width: 1210px;
  padding-inline: 25px;
}
@media screen and (max-width: 768px) {
  .apartment__inner {
    padding-inline: 37px;
  }
}

.apartment__title {
  font-size: 30px;
  font-weight: 600;
  color: #eff0eb;
  line-height: 1.5;
  padding-bottom: 32px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .apartment__title {
    font-size: 25px;
    line-height: 1.5;
    padding-bottom: 38.5px;
  }
}
@media screen and (max-width: 375px) {
  .apartment__title {
    font-size: 22px;
  }
}

.apartment__title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 73.25px;
  height: 2px;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .apartment__title::after {
    width: 40.9px;
  }
}

.apartment__description {
  font-size: 22px;
  line-height: 1.6818181818;
  color: #eff0eb;
  margin-top: 52px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .apartment__description {
    font-size: 18px;
    line-height: 1.7222222222;
    margin-top: 37.5px;
  }
}
@media screen and (max-width: 375px) {
  .apartment__description {
    font-size: 16px;
  }
}

.apartment__description span {
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  .apartment__description span {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.apartment__image {
  width: 100%;
  height: 450px;
  aspect-ratio: 1920/450;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .apartment__image {
    aspect-ratio: 1280/450;
  }
}
@media screen and (max-width: 768px) {
  .apartment__image {
    aspect-ratio: 414/500;
  }
}

.apartment__text-wrapper {
  width: 100%;
  background-color: #eff0eb;
}

.apartment__text {
  font-size: 16px;
  line-height: 1;
  color: #000;
  padding-top: 9px;
  max-width: 1192px;
  padding-inline: 26px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .apartment__text {
    font-size: 14px;
    line-height: 1.0714285714;
    padding-top: 1rpx;
    padding-inline: 21px;
  }
}

/* ==========================================
   CTA PC版
   ========================================== */
.cta01 {
  background-color: #eff0eb;
  padding: 112px 0 238px;
}
@media screen and (max-width: 1024px) {
  .cta01 {
    display: none;
  }
}

.cta02 {
  background-color: #eff0eb;
  padding: 206px 0 226px;
}
@media screen and (max-width: 1024px) {
  .cta02 {
    display: none;
  }
}

.cta03 {
  background-color: #eff0eb;
  padding: 0 0 183.9px;
}
@media screen and (max-width: 1024px) {
  .cta03 {
    display: none;
  }
}

.cta__inner {
  max-width: 1081px;
  margin-inline: auto;
  padding-inline: 26px;
}

.cta__content {
  border: 2px solid #202e57;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 39.3px;
     -moz-column-gap: 39.3px;
          column-gap: 39.3px;
}

.cta__label {
  padding: 19.9px 0 0 14.7px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.cta__label span {
  color: #fffdfd;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.cta__label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 105.87px;
  height: 66.89px;
  aspect-ratio: 105.87/66.89;
  background-image: url("../images/ribon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.cta__box {
  padding-top: 15.3px;
  padding-bottom: 11.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cta__text {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.125;
}

.cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin-top: 9.5px;
}

.cta__button {
  padding: 7.5px 39px 7.5px 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1818181818;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa0505), to(#760800));
  background: linear-gradient(#fa0505 0%, #760800 100%);
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: color 0.5s, border 0.5s, opacity 0.5s;
  transition: color 0.5s, border 0.5s, opacity 0.5s;
}

/* ボタンhover後の背景色 */
.cta__button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
  opacity: 0;
  border: 1px solid #d40404;
  -webkit-transition: opacity 0.5s, border 0.5s;
  transition: opacity 0.5s, border 0.5s;
  border-radius: 10px;
}

@media (hover: hover) {
  .cta__button:hover {
    color: #d40404;
    border: 1px solid #d40404;
  }
  /* ボタンhover後の背景色を表示 */
  .cta__button:hover::after {
    opacity: 1;
  }
}
.cta__button::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15.3px;
  width: 9.31px;
  height: auto;
  aspect-ratio: 24/41;
  background-image: var(--arrow-image, url("../images/arrow.png"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
}
.cta__buttons__2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin-top: 9.5px;
}

.cta__button__2 {
  padding: 7.5px 20px 7.5px 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3349c3), to(#202e57));
  background: linear-gradient(#3349c3 0%, #202e57 100%);
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: color 0.5s, border 0.5s, opacity 0.5s;
  transition: color 0.5s, border 0.5s, opacity 0.5s;
}

/* ボタンhover後の背景色 */
.cta__button__2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
  opacity: 0;
  border: 1px solid #202e57;
  -webkit-transition: opacity 0.5s, border 0.5s;
  transition: opacity 0.5s, border 0.5s;
  border-radius: 10px;
}

@media (hover: hover) {
  .cta__button__2:hover {
    color: #202e57;
    border: 1px solid #202e57;
  }
  /* ボタンhover後の背景色を表示 */
  .cta__button__2:hover::after {
    opacity: 1;
  }
}
.cta__button__2::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15.3px;
  width: 9.31px;
  height: auto;
  aspect-ratio: 24/41;
  /*background-image: var(--arrow-image, url("../images/arrow.png"));*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
}


.cta__note {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 5px;
}

.cta__image {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 560px;
  width: 465px;
  width: 45%;
  aspect-ratio: 465/178.13;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

/* ==========================================
    CTA SP版
   ========================================== */
.cta-sp01 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cta-sp01 {
    display: block;
    background-color: #eff0eb;
    padding: 148px 0 162px;
  }
}

.cta-sp02 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cta-sp02 {
    display: block;
    background-color: #eff0eb;
    padding: 144px 0 215.4px;
  }
}

.cta-sp03 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cta-sp03 {
    display: block;
    background-color: #eff0eb;
    padding: 0 0 161.1px;
  }
}

.cta-sp__inner {
  max-width: 1081px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 375px) {
  .cta-sp__inner {
    padding-inline: 20px;
  }
}

.cta-sp__content {
  max-width: 308px;
  border: 2px solid #202e57;
  position: relative;
  margin-inline: auto;
}

.cta-sp__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 14.1px;
     -moz-column-gap: 14.1px;
          column-gap: 14.1px;
}

.cta-sp__label {
  position: relative;
  z-index: 1;
  padding: 12.8px 15.2px 0 14.6px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.cta-sp__label span {
  color: #fffdfd;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.cta-sp__label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 53.34px;
  height: 88.4px;
  aspect-ratio: 53.34/88.4;
  background-image: url("../images/ribon-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.cta-sp__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-top: 16.4px;
}
@media screen and (max-width: 375px) {
  .cta-sp__title {
    font-size: 18px;
  }
}

.cta-sp__buttons {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26.7px;
  margin-top: 36.7px;
}

.cta-sp__button {
  padding: 20.1px 35.3px 21.9px 19.7px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa0505), to(#760800));
  background: linear-gradient(#fa0505 0%, #760800 100%);
  position: relative;
  width: 208px;
  text-align: center;
  line-height: 1.3;
  padding: 11px 35.3px 11px 19.7px;
}

.cta-sp__button::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13.5px;
  width: 10.27px;
  height: auto;
  aspect-ratio: 24/41;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta-sp__button--web {
  padding-right: 26.5px;
}

.cta-sp__button--web::before {
  right: 9.3px;
}

.cta-sp__buttons__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26.7px;
  margin-top: 36.7px;
}
.cta-sp__button__2 {
  padding: 20.1px 35.3px 21.9px 19.7px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3349c3), to(#202e57));
  background: linear-gradient(#3349c3 0%, #202e57 100%);	
  position: relative;
  width: 202px;
  text-align: center;
  line-height: 1.3;
  padding: 11px 35.3px 11px 19.7px;
}

.cta-sp__button__2::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13.5px;
  width: 10.27px;
  height: auto;
  aspect-ratio: 24/41;
  /*background-image: url("../images/arrow.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta-sp__button--web {
  padding-right: 26.5px;
}

.cta-sp__button--web::before {
  right: 9.3px;
}


.cta-sp__note {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

.cta-sp__image-wrapper {
  margin-top: 50px;
  display: grid;
  place-items: center;
}

.cta-sp__image {
  width: 85.1331168831%;
  aspect-ratio: 262.21/182.3;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  height: auto;
}

/* ==========================================
    investment
   ========================================== */
.investment {
  background-color: #eff0eb;
}

.investment__inner {
  max-width: 1280px;
  padding-right: 60px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .investment__inner {
    padding-inline: 20px;
  }
}

.investment__inner + .investment__inner {
  margin-top: 310.1px;
}
@media screen and (max-width: 1024px) {
  .investment__inner + .investment__inner {
    margin-top: 111.1px;
  }
}

.investment__inner--reverse {
  padding-right: 0;
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  .investment__inner--reverse {
    padding-inline: 20px;
  }
}

.investment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .investment__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.investment__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .investment__item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.investment__picture {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .investment__picture {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.investment__image {
  min-width: 820px;
  aspect-ratio: 820/901;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .investment__image {
    top: 0;
    width: 100%;
    aspect-ratio: 374/411;
    max-width: initial;
    min-width: initial;
  }
}

.investment__image--02 {
  aspect-ratio: 820/775;
}
@media screen and (max-width: 1024px) {
  .investment__image--02 {
    aspect-ratio: 374/353;
  }
}

.investment__image--03 {
  aspect-ratio: 820/778;
}
@media screen and (max-width: 1024px) {
  .investment__image--03 {
    aspect-ratio: 374/355;
  }
}

.investment__image--04 {
  aspect-ratio: 820/640;
}
@media screen and (max-width: 1024px) {
  .investment__image--04 {
    aspect-ratio: 374/290;
  }
}

.investment__content {
  min-width: 580px;
  max-width: 580px;
  padding: 60px 70px 80px;
  position: relative;
  top: -133px;
  right: 180px;
}
@media screen and (max-width: 1280px) {
  .investment__content {
    right: calc(180px + 800 * (1280px - 100vw) / 960);
  }
}
@media screen and (max-width: 1024px) {
  .investment__content {
    right: 0;
    top: 0;
    width: 100%;
    min-width: initial;
    max-width: initial;
    padding: 45px 33px 42px;
  }
}
@media screen and (max-width: 375px) {
  .investment__content {
    padding: 30px 30px;
  }
}

.investment__content--reverse {
  right: 0;
  left: 180px;
}
@media screen and (max-width: 1280px) {
  .investment__content--reverse {
    left: calc(180px + 800 * (1280px - 100vw) / 960);
  }
}
@media screen and (max-width: 1024px) {
  .investment__content--reverse {
    left: 0;
  }
}

.investment__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #202e57;
  mix-blend-mode: multiply;
  z-index: 1; /* 背景がテキストの背後にあるように */
}

.investment__content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 263px;
  height: 263px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  background-color: rgba(104, 114, 144, 0.15);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .investment__content::before {
    width: 154.6px;
    height: 154.6px;
  }
}

.investment__title {
  font-size: 34px;
  font-weight: 600;
  color: #eff0eb;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .investment__title {
    font-size: 25px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 375px) {
  .investment__title {
    font-size: 22px;
    font-size: clamp(1.188rem, 0.097rem + 5.45vw, 1.375rem);
  }
}

.investment__text {
  font-size: 22px;
  color: #eff0eb;
  line-height: 1.7;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .investment__text {
    font-size: 18px;
    line-height: 1.7222222222;
    margin-top: 30px;
  }
}

.investment__text + .investment__text {
  margin-top: 33px;
}

.investment__title,
.investment__text {
  position: relative;
  z-index: 3; /* ブレンドモードの影響を受けないようにz-indexを調整 */
}

.investment__comment {
  position: absolute;
  bottom: -2px;
  right: -153px;
  font-size: 16px;
  color: #000;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .investment__comment {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 14px;
    font-size: 14px;
  }
}

.investment__comment--reverse {
  right: 0;
  left: -183px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .investment__comment--reverse {
    left: 0;
    right: 0;
    width: 100%;
  }
}

.investment__comment--03 {
  right: -182.9px;
}
@media screen and (max-width: 1024px) {
  .investment__comment--03 {
    right: 0;
  }
}

/* ==========================================
    q-a
   ========================================== */
.q-a {
  background-color: #687290;
  padding: 172.9px 0 189px;
  position: relative;
  --left-position: -320px; /* 初期値を設定 */
}
@media screen and (max-width: 768px) {
  .q-a {
    padding: 121.7px 0 141.5px;
  }
}

.q-a::before {
  position: absolute;
  content: "";
  top: 0;
  left: var(--left-position);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 1091.08px;
  width: clamp(28.125rem, -31.976rem + 125.21vw, 68.193rem);
  height: 1159.05px;
  height: clamp(28.125rem, -38.348rem + 138.49vw, 72.441rem);
  background-color: rgba(104, 114, 144, 0.18);
  z-index: 1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
  .q-a::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .q-a::before {
    width: 414.7px;
    height: 439.47px;
    left: -156px;
  }
}

.q-a__title-image {
  position: absolute;
  content: "";
  top: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 312px;
  aspect-ratio: 312/191;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .q-a__title-image {
    top: -2px;
    width: 164px;
    aspect-ratio: 164/101;
  }
}

.q-a__inner {
  max-width: 1138px;
  margin-inline: auto;
  padding-inline: 26px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .q-a__inner {
    padding-inline: 20px;
  }
}

.q-a__q {
  width: 36.9px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin-inline: auto;
  padding-bottom: 27.3px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .q-a__q {
    width: 40px;
    padding-bottom: 35.3px;
  }
}

.q-a__question {
  font-size: 30px;
  font-weight: 600;
  color: #eff0eb;
  line-height: 1;
  text-align: center;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .q-a__question {
    margin-top: 38.5px;
    font-size: 25px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  .q-a__question {
    font-size: 22px;
  }
}

.q-a__content {
  width: 100%;
  border-radius: 60px;
  background-color: #eff0eb;
  padding: 60px 65px 80px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .q-a__content {
    padding: 45px 17px 51px;
    margin-top: 58px;
    position: relative;
  }
}
@media screen and (max-width: 375px) {
  .q-a__content {
    padding: 30px 20px 20px;
  }
}

.q-a__a {
  width: 38.4px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin-inline: auto;
  padding-bottom: 27px;
  border-bottom: 2px solid #202e57;
}
@media screen and (max-width: 768px) {
  .q-a__a {
    width: 39px;
    padding-bottom: 29px;
  }
}

.q-a__answer-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-top: 40.6px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .q-a__answer-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .q-a__answer-title {
    font-size: 25px;
    line-height: 1.5;
    margin-top: 31.1px;
  }
}
@media screen and (max-width: 375px) {
  .q-a__answer-title {
    font-size: 22px;
  }
}

.q-a__answer-text {
  font-size: 22px;
  line-height: 1.75;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .q-a__answer-text {
    font-size: 18px;
    line-height: 1.7222222222;
    margin-top: 26.9px;
    width: 81.9117647059%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 375px) {
  .q-a__answer-text {
    width: 95%;
  }
}

.q-a__materials {
  width: 100%;
  aspect-ratio: 956/409;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin-top: 51px;
}
@media screen and (max-width: 768px) {
  .q-a__materials {
    margin-top: 31px;
    width: 80%;
    max-width: initial;
    aspect-ratio: 357/619;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    position: relative;
    margin-inline: auto;
    left: 20px;
  }
}
@media screen and (max-width: 524px) {
  .q-a__materials {
    width: 105%;
    max-width: initial;
    left: 0px;
  }
}
@media screen and (max-width: 375px) {
  .q-a__materials {
    width: 100%;
    left: 0;
    margin-inline: auto;
  }
}

/* ==========================================
    series
   ========================================== */
.series {
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .series {
    padding: 0;
  }
}

.series__main-inner {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .series__main-inner {
    padding-inline: 37px;
  }
}
@media screen and (max-width: 375px) {
  .series__main-inner {
    padding-inline: 20px;
  }
}

.series__main-image {
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/1016;
  height: 1016px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .series__main-image {
    aspect-ratio: 1280/1016;
  }
}
@media screen and (max-width: 1024px) {
  .series__main-image {
    aspect-ratio: 414/893.83;
    height: 893.83px;
  }
}

.series__main-content {
  padding-top: 127px;
  height: 1016px;
}
@media screen and (max-width: 1024px) {
  .series__main-content {
    padding-top: 112.5px;
    height: 893.83px;
  }
}

.series__main-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
  padding-bottom: 37px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .series__main-title {
    font-size: 25px;
    line-height: 1.5;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 375px) {
  .series__main-title {
    font-size: 22px;
  }
}

.series__main-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 73.25px;
  height: 2px;
  background-color: #687290;
}
@media screen and (max-width: 1024px) {
  .series__main-title::before {
    width: 40px;
  }
}

.series__main-text {
  font-size: 22px;
  line-height: 1.55;
  margin-top: 57px;
}
@media screen and (max-width: 1024px) {
  .series__main-text {
    font-size: 18px;
    line-height: 1.7222222222;
    margin-top: 40.6px;
  }
}

.series__main-text span {
  font-size: 15px;
  line-height: 1.7333333333;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .series__main-text span {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.series__main-comment {
  position: absolute;
  top: 10.1px;
  left: 393px;
  left: clamp(4.563rem, -30.875rem + 44.3vw, 40rem);
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .series__main-comment {
    top: 14.1px;
    left: 20px;
    font-size: 14px;
    line-height: 1.0714285714;
  }
}

.series__wrapper {
  padding: 429.1px 0 201.9px;
  background-color: #202e57;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .series__wrapper {
    padding: 178px 0 261.9px;
    background-color: #2d3c65;
  }
}

.series__wrapper::before {
  position: absolute;
  content: "";
  top: var(--calculated-top);
  right: var(--calculated-right);
  width: 1485.68px;
  height: 1485.68px;
  background-color: #2d3c65;
  z-index: 0;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
@media screen and (max-width: 1024px) {
  .series__wrapper::before {
    top: -10px;
    left: -207px;
    right: 0;
    width: 414px;
    height: 455px;
    background-color: #202e57;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 0);
  }
}

.series__wrapper--02 {
  padding: 338px 0 225px;
  background-color: #687290;
  --left-position: -320px; /* 初期値を設定 */
}
@media screen and (max-width: 1024px) {
  .series__wrapper--02 {
    padding: 160.7px 0 261px;
  }
}

.series__wrapper--02::before {
  top: 0;
  left: var(--left-position);
  width: 1076px;
  height: 1076px;
  background-color: #717b9a;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media screen and (max-width: 1024px) {
  .series__wrapper--02::before {
    top: 0;
    left: 0;
    width: 455px;
    height: 455px;
  }
}

.series__wrapper--03 {
  padding: 323px 0 223px;
  background-color: #202e57;
}
@media screen and (max-width: 1024px) {
  .series__wrapper--03 {
    background-color: #2d3c65;
    padding: 160.4px 0 262px;
  }
}

@media screen and (max-width: 1024px) {
  .series__wrapper--03::before {
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 455px;
    height: 455px;
    background-color: #202e57;
  }
}

.series__wrapper--04 {
  padding: 341px 0 221px;
}
@media screen and (max-width: 1024px) {
  .series__wrapper--04 {
    padding: 150.7px 0 262px;
  }
}

.series__wrapper--05 {
  padding: 323px 0 225px;
}
@media screen and (max-width: 1024px) {
  .series__wrapper--05 {
    padding: 146.7px 0 262px;
  }
}

.series__wrapper--06 {
  padding: 322px 0 323px;
}
@media screen and (max-width: 1024px) {
  .series__wrapper--06 {
    padding: 167.2px 0 262px;
  }
}

.series__inner {
  max-width: 1280px;
  padding-inline: 26px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .series__inner {
    padding-inline: 20px;
  }
}

.series__title-image {
  position: absolute;
  top: -178.01px;
  right: 26px;
  width: 499.72px;
  aspect-ratio: 499.72/167.21;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .series__title-image {
    top: 0;
    right: 0;
    left: 0;
    position: relative;
    width: 330.21px;
    margin-inline: auto;
  }
}

.series__title-image--reverse {
  top: -175.52px;
  left: 34px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .series__title-image--reverse {
    top: 0;
    left: 0;
  }
}

.series__title-image--02 {
  width: 510.4px;
  aspect-ratio: 510.4/164.72;
}
@media screen and (max-width: 1024px) {
  .series__title-image--02 {
    width: 331.25px;
  }
}

.series__title-image--03 {
  width: 514.82px;
  aspect-ratio: 514.82/161.16;
  top: -175.01px;
  right: 26px;
}
@media screen and (max-width: 1024px) {
  .series__title-image--03 {
    top: 0;
    width: 334.57px;
  }
}

.series__title-image--04 {
  width: 505.46px;
  top: -190.4px;
  aspect-ratio: 505.46/179.7;
}
@media screen and (max-width: 1024px) {
  .series__title-image--04 {
    top: 0;
    width: 337.64px;
  }
}

.series__title-image--05 {
  width: 390.85px;
  aspect-ratio: 390.85/185.61;
  top: -196.31px;
  right: 121px;
}
@media screen and (max-width: 1024px) {
  .series__title-image--05 {
    top: 0;
    right: 0;
    width: 260.57px;
  }
}

.series__title-image--06 {
  width: 507.91px;
  aspect-ratio: 507.91/185.2;
  top: -195.9px;
}
@media screen and (max-width: 1024px) {
  .series__title-image--06 {
    top: 0;
    width: 334.57px;
  }
}

@media screen and (max-width: 1024px) {
  .series__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-top: 36.1px;
  }
}

@media screen and (max-width: 1024px) {
  .series__picture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.series__image {
  position: absolute;
  top: -100px;
  left: 0;
  width: 55.3125%;
  aspect-ratio: 708/564;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .series__image {
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .series__image {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    aspect-ratio: 374/297;
  }
}

.series__image--reverse {
  right: 0;
  left: initial;
}

.series__image--02 {
  aspect-ratio: 708/560;
}
@media screen and (max-width: 1024px) {
  .series__image--02 {
    aspect-ratio: 374/297;
  }
}

.series__image--03 {
  aspect-ratio: 708/560;
}
@media screen and (max-width: 1024px) {
  .series__image--03 {
    aspect-ratio: 374/297;
  }
}

.series__image--04 {
  aspect-ratio: 708/560;
}
@media screen and (max-width: 1024px) {
  .series__image--04 {
    aspect-ratio: 374/297;
  }
}

.series__image--05 {
  aspect-ratio: 708/560;
}
@media screen and (max-width: 1024px) {
  .series__image--05 {
    aspect-ratio: 374/297;
  }
}

.series__content {
  width: 100%;
  padding: 50px 60px 50px;
  background-color: #eff0eb;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .series__content {
    padding: 42px 43px 43.9px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 375px) {
  .series__content {
    padding: 30px 20px 20px;
  }
}

.series__content--02,
.series__content--03 {
  padding-bottom: 94px;
}
@media screen and (max-width: 1024px) {
  .series__content--02,
  .series__content--03 {
    padding-right: 51px;
    padding-left: 50px;
    padding-bottom: 40.9px;
  }
}
@media screen and (max-width: 375px) {
  .series__content--02,
  .series__content--03 {
    padding: 30px 20px 20px;
  }
}

.series__content-box {
  margin-left: auto;
  max-width: 426px;
  width: 38.4476534296%;
}
@media screen and (max-width: 1024px) {
  .series__content-box {
    margin-left: 0;
    width: 100%;
    max-width: initial;
  }
}

.series__content-box--reverse {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .series__content-box--reverse {
    margin-right: 0;
  }
}

.series__title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2058823529;
}
@media screen and (max-width: 1024px) {
  .series__title {
    font-size: 25px;
    line-height: 1.42;
  }
}
@media screen and (max-width: 375px) {
  .series__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  .series__title {
    font-size: 20px;
  }
}

.series__title span {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .series__title span {
    font-size: 20px;
  }
}

.series__text {
  font-size: 22px;
  line-height: 1.5;
  color: #000;
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .series__text {
    font-size: 18px;
    line-height: 1.7222222222;
    margin-top: 29px;
  }
}

.series__text span {
  display: block;
  font-size: 15px;
  line-height: 1.4666666667;
  color: #000;
  margin-top: 6.9px;
}
@media screen and (max-width: 1024px) {
  .series__text span {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 6.5px;
  }
}

.series__link {
  margin-top: 14.1px;
}
@media screen and (max-width: 1024px) {
  .series__link {
    margin-top: 37px;
  }
}

@media screen and (max-width: 1024px) {
  .series__link--02 {
    margin-top: 27px;
  }
}

/* ==========================================
    management
   ========================================== */
.management {
  padding-bottom: 173px;
  background-color: #eff0eb;
}
@media screen and (max-width: 768px) {
  .management {
    padding-bottom: 145.6px;
  }
}

.management__image {
  width: 100%;
  height: 600px;
  aspect-ratio: 1920/600;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .management__image {
    aspect-ratio: 1280/600;
  }
}
@media screen and (max-width: 768px) {
  .management__image {
    aspect-ratio: 414/250;
    height: 250px;
  }
}

.management__inner {
  max-width: 1212px;
  padding-inline: 26px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .management__inner {
    padding-inline: 20px;
  }
}

.management__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 100px;
  margin-top: 116.9px;
}
@media screen and (max-width: 768px) {
  .management__cards {
    grid-template-columns: 1fr;
    margin-top: 84.5px;
    row-gap: 84px;
  }
}

/* ==========================================
    voice
   ========================================== */
.voice {
  position: relative;
}

.voice__main-bg {
  position: absolute;
  inset: 0;
  max-width: 1280px;
  width: 100%;
  height: 634px;
  aspect-ratio: 1280/634;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  .voice__main-bg {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .voice__main-bg {
    aspect-ratio: 414/343;
  }
}

.voice__header-wrapper {
  width: 100%;
  height: 634px;
  display: grid;
  place-items: center;
  background-color: #eff0eb;
}
@media screen and (max-width: 768px) {
  .voice__header-wrapper {
    height: auto;
  }
}

.voice__header {
  max-width: 880px;
  margin-inline: auto;
  padding: 42px 108px 20.4px 109px;
  background-color: #fafcec;
  border-radius: 50px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .voice__header {
    padding: 43px 70px 18.4px;
  }
}
@media screen and (max-width: 768px) {
  .voice__header {
    padding: 29.1px 12.7px 14.9px;
    padding: 7.0289855072vw 3.064516129vw 3.6038647343vw;
    border-radius: 30px;
  }
}

.voice__header::before {
  position: absolute;
  content: "";
  top: 45.2px;
  left: 61px;
  width: 51px;
  height: 40.05px;
  background-image: url("../images/symbol01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .voice__header::before {
    width: 20px;
    width: 4.8309178744vw;
    height: 15.7px;
    height: 3.7922705314vw;
    top: 27px;
    top: 6.5217391304vw;
    left: 18px;
    left: 4.347826087vw;
  }
}

.voice__header::after {
  position: absolute;
  content: "";
  top: 47.3px;
  right: 62px;
  width: 51px;
  height: 40.05px;
  background-image: url("../images/symbol02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .voice__header::after {
    width: 20px;
    width: 4.8309178744vw;
    height: 15.7px;
    height: 3.7922705314vw;
    top: 27px;
    top: 6.5217391304vw;
    right: 18px;
    right: 4.347826087vw;
  }
}

.voice__title {
  font-size: 30px;
  font-size: clamp(1.625rem, 1.25rem + 0.78vw, 1.875rem);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .voice__title {
    font-size: 16px;
    font-size: 3.8647342995vw;
    line-height: 1.3;
  }
}

.voice__cta {
  background-color: #0a4eac;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding: 11.3px 19.5px;
  margin-top: 23.5px;
  border-radius: 10px;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .voice__cta {
    font-size: 14px;
    font-size: 3.3816425121vw;
    padding: 12px 6.3px;
    padding: 2.8985507246vw 1.5217391304vw;
    margin-top: 20.9px;
    margin-top: 5.0724637681vw;
    border-radius: 8px;
  }
}

@media (hover: hover) {
  .voice__cta:hover {
    background-color: #fff;
    color: #0a4eac;
    border: 1px solid #0a4eac;
  }
}
.voice__contents {
  width: 100%;
  background-color: #fafcec;
  padding: 112px 0 224px;
}
@media screen and (max-width: 768px) {
  .voice__contents {
    padding: 84.9px 0 152px;
  }
}

.voice__inner {
  max-width: 1212px;
  padding-inline: 26px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .voice__inner {
    padding-inline: 20px;
  }
}

.voice__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-column-gap: clamp(1.25rem, -0.625rem + 3.91vw, 2.5rem);
     -moz-column-gap: clamp(1.25rem, -0.625rem + 3.91vw, 2.5rem);
          column-gap: clamp(1.25rem, -0.625rem + 3.91vw, 2.5rem);
  row-gap: 100px;
  row-gap: clamp(3.125rem, -1.563rem + 9.77vw, 6.25rem);
}
@media screen and (max-width: 768px) {
  .voice__grid {
    grid-template-columns: 1fr;
    row-gap: 84px;
  }
}

.voice__item {
  background-color: #eff0eb;
  border-radius: 80px;
  padding: 40px 33px;
  padding: clamp(1.25rem, -0.625rem + 3.91vw, 2.5rem) clamp(1.031rem, -0.516rem + 3.22vw, 2.063rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .voice__item {
    padding: 50px 48px 43px;
    border-radius: 60px;
  }
}
@media screen and (max-width: 375px) {
  .voice__item {
    padding: 30px 20px 20px;
    border-radius: 40px;
  }
}

.voice__image {
  width: 333px;
  width: clamp(10.406rem, -5.203rem + 32.52vw, 20.813rem);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .voice__image {
    width: 205px;
  }
}

.voice__body {
  margin-top: 19px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .voice__body {
    margin-top: 23.7px;
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}

.voice__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (max-width: 768px) {
  .voice__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15.9px;
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}

.voice__head {
  font-size: 28px;
  font-size: clamp(1.25rem, 0.5rem + 1.56vw, 1.75rem);
  font-weight: 600;
  line-height: 1.5;
  color: #687290;
}
@media screen and (max-width: 768px) {
  .voice__head {
    font-size: 21px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  .voice__head {
    font-size: 20px;
    font-size: clamp(1.125rem, 0.699rem + 2.13vw, 1.25rem);
  }
}

.voice__name {
  font-size: 18px;
  font-size: clamp(0.75rem, 0.188rem + 1.17vw, 1.125rem);
  line-height: 1.1111111111;
  color: #fff;
  width: 64px;
  width: clamp(3rem, 1.5rem + 3.13vw, 4rem);
  padding: 11px 8.5px;
  padding: clamp(0.5rem, 0.406rem + 0.2vw, 0.563rem) clamp(0.375rem, 0.141rem + 0.49vw, 0.531rem);
  text-align: center;
  background-color: #687290;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .voice__name {
    font-size: 14px;
    line-height: 1;
    padding: 7.7px 5px;
    width: 51px;
  }
}

.voice__text {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 11px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .voice__text {
    font-size: 18px;
    line-height: 1.7222222222;
    margin-top: 27px;
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}
@media screen and (max-width: 375px) {
  .voice__text {
    font-size: 16px;
  }
}

.voice__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  margin-left: auto;
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 16px;
  padding: 9px 7px;
}
@media screen and (max-width: 768px) {
  .voice__link {
    margin-top: 20.7px;
    margin-right: auto;
    margin-left: 0;
    padding: 20.1px 11.8px 22px 17.7px;
  }
}

/* ==========================================
    initiaive
   ========================================== */
.initiative {
  background-color: #eff0eb;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .initiative {
    padding-bottom: 200.1px;
  }
}

.initiative__inner {
  max-width: 1212px;
  padding-inline: 26px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .initiative__inner {
    padding-inline: 20px;
  }
}

.initiative__header {
  padding: 130px 0 100px;
}
@media screen and (max-width: 768px) {
  .initiative__header {
    padding: 113px 0 42.5px;
  }
}

.initiative__image {
  max-width: 1280px;
  margin-inline: auto;
  aspect-ratio: 1280/533;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 768px) {
  .initiative__image {
    aspect-ratio: 414/484;
  }
}

.initiative__cards {
  margin-top: 116px;
  row-gap: 100px;
}
@media screen and (max-width: 768px) {
  .initiative__cards {
    margin-top: 84.5px;
  }
}

/* ==========================================
    footer
   ========================================== */
.footer {
  background-color: #eff0eb;
  padding-bottom: 19px;
  border-bottom: 8px solid #202e57;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 18.3px;
  }
}

.footer__inner {
  max-width: 1210px;
  padding-inline: 35px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 26.1px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__logo {
  padding-left: 8px;
  width: 313px;
  width: clamp(15rem, 8.156rem + 14.26vw, 19.563rem);
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 266px;
    padding-left: 0;
  }
}

.footer__text {
  font-size: 17px;
  font-size: clamp(0.875rem, 0.594rem + 0.59vw, 1.063rem);
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 768px) {
  .footer__text {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* ==========================================
    popup-banner
   ========================================== */
.popup-banner {
  position: fixed;
  bottom: 50px;
  right: 40px;
  text-align: right;
  z-index: 500;
}

.popup-banner .close-btn {
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
  cursor: pointer;
  margin-left: auto;
}

.popup-banner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .popup-banner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}

.popup-banner .flex .bnr {
  width: 244px;
  height: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  background-color: #eef1f2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .popup-banner .flex .bnr {
    width: 180px;
    height: 48px;
  }
}

.popup-banner .flex .bnr1 {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .popup-banner .flex .bnr1 {
    margin-right: 5px;
  }
}

.popup-banner .flex .bnr1 p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
  color: #0461b4;
}
@media screen and (max-width: 768px) {
  .popup-banner .flex .bnr1 p {
    font-size: 11px;
    margin-top: 3px;
  }
}

.popup-banner .flex .bnr1 .tel {
  font-size: 22px;
  font-weight: bold;
  color: #0065af;
  /*padding-left: 25px;*/
  /*background: url("../images/open_phone.png") no-repeat;*/
  background-position: left top;
  background-size: 23px 21px;
}
@media screen and (max-width: 768px) {
  .popup-banner .flex .bnr1 .tel {
    font-size: 16px;
   /* padding-left: 20px;*/
    background-size: 18px 16px;
  }
}

.popup-banner .flex .bnr2 p {
  font-size: 21px;
  font-weight: bold;
  padding-top: 16px;
  color: #424242;
}
@media screen and (max-width: 768px) {
  .popup-banner .flex .bnr2 p {
    font-size: 14px;
    padding-top: 13px;
  }
}

.popup-banner .flex .bnr2 span {
  font-size: 15px;
  margin-left: 8px;
}

/* ==========================================
    ページトップへ戻るボタン
   ========================================== */
#page-top {
  position: fixed;
  right: 5px;
  bottom: 65px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: #202e57;
  padding: 0 0 0 35px;
  border-top: solid 1px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  z-index: 999;
}

#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px #202e57;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

/* ==========================================
    Parallax
   ========================================== */
.parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.parallax--01 {
  height: 450px;
}
@media screen and (max-width: 768px) {
  .parallax--01 {
    height: 500px;
  }
}

.parallax--02 {
  height: 1016px;
}
@media screen and (max-width: 768px) {
  .parallax--02 {
    height: 893.83px;
  }
}

.parallax--03 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .parallax--03 {
    height: 250px;
  }
}

.parallax-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.parallax-image {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.parallax-image--01 {
  height: 122.2222222222%;
}

.parallax-image--02 {
  height: 109.842519685%;
}
@media screen and (max-width: 768px) {
  .parallax-image--02 {
    top: 60%;
    height: 140%;
    -o-object-position: center 150%;
       object-position: center 150%;
  }
}
@media screen and (max-width: 524px) {
  .parallax-image--02 {
    height: 114.1156595773%;
    top: 50%;
    -o-object-position: center;
       object-position: center;
  }
}

.parallax-image--03 {
  height: 116.6666666667%;
}
@media screen and (max-width: 768px) {
  .parallax-image--03 {
    height: 148%;
  }
}/*# sourceMappingURL=style.css.map */