@charset "UTF-8";
/* リキッドレイアウト対応 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

@media screen and (min-width: 376px) {
  .u-tab {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html body {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 2vw;
  }
}
@media (min-width: 800px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.75;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: 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;
}

.breadcrumbs {
  padding-left: 15px;
  margin-top: 47px;
  margin-top: 2.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    text-align: right;
    padding-right: min(10.3125rem, 12vw);
    margin-top: 0.5625rem;
    font-size: 0.75rem;
  }
}

.breadcrumbs__symbol {
  margin: 0 5px;
  margin: 0 0.3125rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__symbol {
    margin: 0 0.25rem;
  }
}

.breadcrumbs span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #024892;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .breadcrumbs span {
    font-size: 0.75rem;
  }
}

.breadcrumbs .home span {
  color: #111111;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .breadcrumbs .home span {
    font-size: 0.75rem;
  }
}

.post-page, .post-root {
  color: #024892;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .post-page, .post-root {
    font-size: 0.75rem;
  }
}

/* ボタン共通パーツ */
.button a {
  display: block;
  max-width: 250px;
  max-width: 15.625rem;
  width: 100%;
  padding: 14px 80px;
  padding: 0.875rem 5rem;
  background-color: #024892;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}

/* 矢印が右向き */
.button a::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .button a::before {
    right: 5%;
    -webkit-transform: translate(-60%, -50%) rotate(45deg);
            transform: translate(-60%, -50%) rotate(45deg);
  }
}

/* 矢印が下向き */
.button--bottomarrow a {
  text-align: center;
  width: 250px;
  width: 15.625rem;
}

.button--bottomarrow a::before {
  -webkit-transform: translate(-70%, -50%) rotate(135deg);
          transform: translate(-70%, -50%) rotate(135deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (min-width: 768px) {
  .consultation {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.consultation__item {
  width: 100%;
  height: 55px;
  height: 3.4375rem;
}

.consultation__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.consultation__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.consultation__telImg {
  max-width: 18px;
  max-width: 1.125rem;
  width: 100%;
  height: auto;
  aspect-ratio: 18/31;
}

.consultation__telImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.consultation__telDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 7px;
  margin-left: 0.4375rem;
}

.consultation__telNumber {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111111;
  line-height: 1;
}

.consultation__telTime {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #111111;
  text-align: left;
}

.consultation__item a {
  display: block;
  color: #024892;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .consultation__item a {
    font-size: 1.25rem;
  }
}

.contact-btn__arrow a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  right: 23px;
  right: 1.4375rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #024892;
  border-right: 1px solid #024892;
}

.header__drawer {
  z-index: 9999;
  background: #024892;
  padding: 0 21px;
}
@media screen and (min-width: 768px) {
  .header__drawer {
    display: none;
  }
}

.header__drawer span {
  position: relative;
  display: block;
  height: 2px;
  width: 28px;
  border-radius: 0.625rem;
  background: #fff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.header__drawer span:nth-child(1) {
  top: 0;
}

.header__drawer span:nth-child(2) {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.header__drawer span:nth-child(3) {
  top: 0;
}

/*is-OPEN時の動き*/
.header__drawer.is-open span:nth-child(1) {
  top: 15px;
  top: 0.9375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__drawer.is-open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.header__drawer.is-open span:nth-child(3) {
  top: -9px;
  top: -0.5625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.errorpage {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .errorpage {
    margin-top: 5.8125rem;
    margin-bottom: 6.875rem;
  }
}

.errorpage__message {
  text-align: center;
  color: #111111;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .errorpage__message {
    font-size: 1rem;
  }
}

.btn--subpage {
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .btn--subpage {
    margin-top: 3rem;
  }
}

.btn--subpage a {
  color: #024892;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .btn--subpage a {
    font-size: 1rem;
  }
}

/* フェードイン(初期値) */
.fadeup {
  opacity: 0; /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px); /* 下に30pxの位置から */
  -webkit-transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, transform 1s;
  transition: opacity 0.3s, transform 1s, -webkit-transform 1s; /* 透過率と縦方向の移動を0.8秒 */
}

.fadeup.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 30px上に移動する */
  -webkit-transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, transform 1s;
  transition: opacity 0.3s, transform 1s, -webkit-transform 1s; /* 透過率と縦方向の移動を0.8秒 */
}

.fadeup01.is-inview {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; /* フェード開始を0.5秒遅らせる */
}

.fadeup02.is-inview {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; /* フェード開始を0.5秒遅らせる */
}

.footer {
  padding-top: 61px;
  padding-top: 3.8125rem;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  background-color: #024892;
  color: #fff;
  font-weight: normal;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 2.875rem;
    padding-bottom: 0.6875rem;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 83px;
  gap: 5.1875rem;
  width: 100%;
  margin: auto;
  padding-inline: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .footer__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 11.25rem;
    max-width: 65.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 25px;
    padding-bottom: 1.6875rem;
  }
}

.footer__logo {
  width: 260px;
  width: 16.25rem;
  height: auto;
  aspect-ratio: 260/80;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-inline: initial;
    width: min(16.25rem, 20vw);
  }
}

.footer__access {
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .footer__access {
    margin-top: 0.875rem;
    line-height: 1.714;
  }
}

.footer__right {
  padding-left: 40px;
  padding-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer__right {
    padding-top: 0.625rem;
    padding-right: 0.625rem;
    padding-left: 0;
  }
}

.footer-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 300px;
  max-width: 18.75rem;
}

.footer-nav__item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .footer-nav__item:nth-child(n) {
    width: 44%;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav__item:nth-child(2n) {
    width: 56%;
  }
}

.footer-nav__item a {
  display: inline-block;
  padding: 7.5px 3px;
  padding: 0.46875rem 0.1875rem;
}

.footer__bottom {
  border-top: 1px solid rgba(244, 249, 253, .3);
  width: 92%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    border-top: 1px solid rgba(244, 249, 253, .3);
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.footer__bottominner {
  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;
  gap: 18px;
  gap: 1.125rem;
  padding-inline: 15px;
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer__bottominner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: auto;
    max-width: 65.625rem;
    padding-inline: 25px;
    padding-top: 0.5625rem;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

.footer__sns a {
  width: 25px;
  width: 1.5625rem;
}

.footer__copyright small {
  font-size: 12px;
  font-size: 0.75rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 99999;
  background-color: #fff;
  color: #111111;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: min(2vw, 1.875rem);
  }
}

.header__logo {
  width: 197px;
  width: 12.3125rem;
  height: auto;
  aspect-ratio: 197/55;
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: min(13.4375rem, 20vw);
    aspect-ratio: 215/60;
  }
}

.header__sp-nav {
  display: block;
  position: absolute;
  background-color: #fff;
  z-index: 8888;
  /*ナビのスタート位置と形状*/
  top: -1500px;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.header__sp-nav.panelactive {
  top: 0;
}

.header__right {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__right {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(1.25rem, 2vw);
  }
}

.header__pc-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__pc-nav {
    height: inherit;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 850px;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
  }
}

/* 共通パーツ 下層ページ上のメインビュー*/
.mainview {
  position: relative;
}

.mainview__title {
  position: absolute;
  top: 82%;
  left: 6%;
  -webkit-transform: translateX(-6%);
          transform: translateX(-6%);
  font-weight: 500;
  background-color: #024892;
  color: #fff;
  padding: 12px 25px 10px 20px;
  padding: 0.75rem 1.5625rem 0.625rem 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .mainview__title {
    font-size: 2.1875rem;
    top: 87%;
    left: 13%;
    -webkit-transform: translateX(-11.1%);
            transform: translateX(-11.1%);
    padding: 1.25rem 1.875rem 0.9375rem 1.5625rem;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px) {
  .mainview__title--news-details {
    top: 78%;
  }
}

.mainview__title span {
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .mainview__title span {
    font-size: 2.5rem;
    letter-spacing: 0.02em;
  }
}

.mainview__title h1 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .mainview__title h1 {
    font-size: 1.125rem;
    margin-top: 0;
  }
}

.mainview__sp {
  width: 100%;
  height: 225px;
  height: 14.0625rem;
}
@media screen and (min-width: 768px) {
  .mainview__sp {
    display: none;
  }
}

.mainview__sp img {
  width: 100%;
  height: 225px;
  height: 14.0625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% 60%;
     object-position: 30% 60%;
}

.mainview__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .mainview__pc {
    display: block;
    width: 100%;
    height: 18.75rem;
  }
}

@media screen and (min-width: 768px) {
  .mainview__pc img {
    height: 18.75rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.pagetop {
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  position: fixed;
  right: 25px;
  right: 1.5625rem;
  bottom: 25px;
  bottom: 1.5625rem;
  background: #024892;
  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;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 3.125rem;
    bottom: 3.125rem;
  }
}

.pagetop__arrow {
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
  border-top: 2px solid #fff;
  border-top: 0.125rem solid #fff;
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

.pc-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.pc-nav__item {
  height: inherit;
}

.pc-nav__item a {
  position: relative;
  color: #111111;
  font-size: 14px;
  font-size: 0.875rem;
  height: inherit;
  display: grid;
  place-items: center;
  padding: 0 min(12px, 1vw);
  padding: 0 min(0.75rem, 1vw);
}

.pc-nav__item a::after {
  position: absolute;
}

.pc-nav__item.pc-nav__item--white {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
.pc-nav__item.pc-nav__item--white :hover {
  background-color: #333;
  color: #fff;
}

.pc-nav__item.pc-nav__item--white a::after {
  display: none;
}

.pc-nav__item.pc-nav__item--white a {
  background-color: #fff;
  color: #333;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
}
.pc-nav__item.pc-nav__item--white a :hover {
  color: #fff;
}

.pc-nav__tel {
  padding-left: min(25px, 1.8vw);
  padding-left: min(1.5625rem, 1.8vw);
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc-nav__contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-nav__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: inherit;
  }
}

.pc-nav__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  width: inherit;
  color: #fff;
  display: block;
  background-color: #024892;
  width: min(250px, 18vw);
  width: min(15.625rem, 18vw);
  font-size: min(20px, 2vw);
  font-size: min(1.25rem, 2vw);
  padding-top: 20px;
  padding-top: 1.25rem;
  font-weight: 700;
}

.section-heading {
  text-align: center;
  position: relative;
}

.section-heading__subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .section-heading__subtitle {
    font-size: 0.875rem;
  }
}

.section-heading__subtitle--blue {
  color: #024892;
  letter-spacing: 0.01em;
}

.section-heading__subtitle--white {
  color: #fff;
}

.section-heading__title {
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-top: 2px;
  padding-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .section-heading__title {
    padding-bottom: 0.9375rem;
    padding-top: 0.5rem;
    line-height: 1;
  }
}

.section-heading__title::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.section-heading__title--black {
  color: #111111;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .section-heading__title--black {
    font-size: 2.125rem;
  }
}

.section-heading__title--black::after {
  background-color: #024892;
  width: 30px;
  width: 1.875rem;
}

.section-heading__title--white {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .section-heading__title--white {
    font-size: 1.75rem;
  }
}

.section-heading__title--white::after {
  background-color: #fff;
  width: 30px;
  width: 1.875rem;
}

.section-heading__thin {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

.section-heading__thin--blue {
  color: #024892;
  opacity: 0.1;
  letter-spacing: 0.03em;
  font-size: 70px;
  font-size: 4.375rem;
}
@media screen and (min-width: 768px) {
  .section-heading__thin--blue {
    font-size: 8.4375rem;
    letter-spacing: 0.07em;
  }
}

.section-heading__thin--white {
  color: #fff;
  opacity: 0.07;
  text-align: center;
  font-size: 70px;
  font-size: 4.375rem;
}
@media screen and (min-width: 768px) {
  .section-heading__thin--white {
    font-size: 9.375rem;
  }
}

.sp-nav__items {
  margin-left: 2px;
  margin-left: 0.125rem;
  padding-top: 70px;
  height: 100vh;
}

.sp-nav__item {
  border-top: 1px solid #024892;
}

.sp-nav__item a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  padding: 1.25rem 0;
  text-align: center;
  color: #111111;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
}

.sp-nav__contact {
  border-top: none;
  max-width: 250px;
  max-width: 15.625rem;
  margin-inline: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.sp-nav__contact a {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background-color: #024892;
  padding: 18px 65px;
  padding: 1.125rem 4.0625rem;
}

.tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: start;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .tel-box {
    margin-top: 0;
    gap: min(0.3vw, 0.375rem);
  }
}

.tel-box__img {
  width: 17px;
  width: 1.0625rem;
  height: auto;
  padding-top: 6px;
  padding-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .tel-box__img {
    padding-top: 0.25rem;
  }
}

.tel-box__img img {
  width: 17px;
  width: 1.0625rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .tel-box__img img {
    width: min(1.0625rem, 2vw);
  }
}

.tel-box__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tel-box__number a {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .tel-box__number a {
    font-size: min(1.25rem, 2vw);
  }
}

.tel-box__number--pc {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .tel-box__number--pc {
    font-size: min(1.25rem, 2vw);
  }
}

.tel-box__time {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  padding-left: 2px;
  padding-left: 0.125rem;
}
.wp-pagenavi {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F4F9FD;
  color: #024892;
  margin: 0 12px;
  margin: 0 0.75rem;
  text-decoration: none;
  border: 1px solid #024892;
  border-radius: 50%;
  width: 37px;
  width: 2.3125rem;
  height: 37px;
  height: 2.3125rem;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #024892;
  border: 1px solid #024892;
}

.wp-pagenavi a:hover {
  border: 1px solid #024892;
}

.contact {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .contact {
    margin-top: 5.8125rem;
    margin-bottom: 6.875rem;
  }
}

.contact__wrap {
  text-align: center;
}

.contact__read,
.contact__text {
  color: #111111;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.contact__fill-in {
  color: #CC4343;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}

.mw_wp_form {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .mw_wp_form {
    margin-top: 2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .form__item {
    display: grid;
    grid-template-columns: 9.625rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .form__item--textarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.form__item + .form__item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .form__item + .form__item {
    margin-top: 1.25rem;
  }
}

.form__title {
  text-align: left;
  color: #024892;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form__title {
    font-size: 1rem;
  }
}

.form__required {
  margin-left: 10px;
  margin-left: 0.625rem;
  color: #cc4343;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .form__required {
    font-size: 0.875rem;
  }
}

.form__input {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .form__input {
    margin-top: 0;
  }
}

.form__text {
  height: 45px;
  height: 2.8125rem;
  padding: 11px 10px;
  padding: 0.6875rem 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-color: #f5f5f5;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form__text {
    padding: 0.6875rem 0.75rem;
    font-size: 1rem;
  }
}

.form__text::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.form__text::-moz-placeholder {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.form__text::-ms-input-placeholder {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.form__text::placeholder {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .form__text::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .form__text::-moz-placeholder {
    font-size: 1rem;
  }
  .form__text::-ms-input-placeholder {
    font-size: 1rem;
  }
  .form__text::placeholder {
    font-size: 1rem;
  }
}

.form-radio {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .form-radio {
    margin: 0.375rem 0;
  }
}

.form-radio__item {
  display: inline-block;
  margin-left: 14px;
  margin-left: 0.875rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 2.0625rem;
  }
}

.mwform-radio-field-text {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #111111;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 7px;
  padding-left: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .mwform-radio-field-text {
    font-size: 1rem;
    padding-left: 0.8125rem;
  }
}

.mwform-radio-field-text:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #024892;
  width: 16px;
  height: 16px;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 376px) {
  .mwform-radio-field-text:before {
    width: 1rem;
    height: 1rem;
    left: -0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .mwform-radio-field-text:before {
    left: -0.5rem;
  }
}

.mwform-radio-field-text:after {
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #024892;
  top: 7px;
  top: 0.4375rem;
  opacity: 0;
}
@media screen and (min-width: 376px) {
  .mwform-radio-field-text:after {
    left: -0.75rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .mwform-radio-field-text:after {
    left: -5px;
  }
}

input[type=radio]:checked + .mwform-radio-field-text:after {
  opacity: 1;
}

.form__textarea {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-color: #f5f5f5;
  width: 100%;
  height: 202px;
  height: 12.625rem;
  padding: 11px 10px;
  padding: 0.6875rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .form__textarea {
    padding: 0.6875rem 0.75rem;
    font-size: 1rem;
    height: 9.625rem;
  }
}

.form__consent {
  margin-top: 27px;
  margin-top: 1.6875rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #111111;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .form__consent {
    text-align: center;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.form__consent a {
  color: #024892;
  border-bottom: 1px solid #024892;
  line-height: 1;
  display: inline-block;
}

.form__submit-wrap {
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
  position: relative;
  max-width: 250px;
  max-width: 15.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form__submit-wrap {
    margin-top: 1.6875rem;
  }
}

.form__submit-wrap::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  right: 17px;
  right: 1.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .form__submit-wrap::after {
    right: 0.75rem;
  }
}

.form__submit {
  max-width: 250px;
  max-width: 15.625rem;
  width: 100%;
  padding: 14px 80px;
  padding: 0.875rem 5rem;
  background-color: #024892;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .form__submit {
    font-size: 1.125rem;
  }
}

.form__submit:hover {
  opacity: 0.75;
}

.thanks {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .thanks {
    margin-top: 5.8125rem;
    margin-bottom: 6.875rem;
  }
}

.thanks__title {
  text-align: center;
  color: #111111;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .thanks__title {
    font-size: 1rem;
  }
}

.thanks__text {
  text-align: center;
  color: #111111;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .thanks__text {
    font-size: 1rem;
  }
}

.thanks__top {
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .thanks__top {
    margin-top: 3rem;
  }
}

.thanks__top a {
  display: inline-block;
  color: #024892;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .thanks__top a {
    font-size: 1rem;
  }
}

.privacy {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .privacy {
    margin-top: 5.8125rem;
    margin-bottom: 7.125rem;
  }
}

.privacy__read {
  color: #111111;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .privacy__read {
    font-size: 1rem;
  }
}

.privacy__items {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .privacy__items {
    margin-top: 2.1875rem;
  }
}

.privacy__item + .privacy__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .privacy__item + .privacy__item {
    margin-top: 2.25rem;
  }
}

.privacy__title {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #024892;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .privacy__title {
    font-size: 1.5rem;
    padding-bottom: 0.3125rem;
  }
}

.privacy__title::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #024892 120px, #DDD 120px, #DDD 100%);
}

.privacy__text {
  color: #111111;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .privacy__text {
    font-size: 1rem;
  }
}

.privacy__item .privacy__text:first-of-type {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.fv-swiper {
  z-index: -1 !important;
  left: 15%;
  height: calc(100vh - 70px) !important;
}
@media screen and (min-width: 768px) {
  .fv-swiper {
    left: 0;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}

.top-contact {
  padding-top: 78px;
  padding-top: 4.875rem;
  padding-bottom: 82px;
  padding-bottom: 5.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-contact {
    padding-bottom: 4.1875rem;
  }
}

.top-contact::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-contact::before {
    background-image: url(../images/contact-bg-pc.jpg);
  }
}

.top-contact::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(10, 56, 100, .45);
  z-index: -1;
}

.top-contact__thin {
  position: absolute;
  top: -19px;
  top: -1.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-contact__read {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-contact__read {
    font-size: 1rem;
  }
}

.top-contact__items {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .top-contact__items {
    margin-top: 1.9375rem;
  }
}

.top-contact__item {
  background-color: #fff;
  max-width: 230px;
  max-width: 14.375rem;
}

.top-contact__item:first-child {
  padding: 9px 36px;
  padding: 0.5625rem 2.25rem;
}

.top-contact__item + .top-contact__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .top-contact__item + .top-contact__item {
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.top-contact__item a {
  background-color: #fff;
  padding: 19px 55px;
  padding: 1.1875rem 3.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height:0.8em
}

.top-feature {
  width: 100%;
  height: auto;
  padding: 60px 0;
  padding: 3.75rem 0;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e5ecf4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 56px 15px;
  padding: 3.5rem 15px;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .top-feature {
    margin-top: 3.4375rem;
    padding: 5rem 25px;
  }
}

.top-feature__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-feature__inner {
    max-width: 90rem;
    margin-inline: auto;
  }
}

.top-feature__englishtitle {
  position: absolute;
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #024892;
  opacity: 0.1;
  text-transform: uppercase;
  top: -110px;
  top: -6.875rem;
  right: -10px;
  right: -0.625rem;
}
@media screen and (min-width: 768px) {
  .top-feature__englishtitle {
    text-align: right;
    display: block;
    font-size: 8.4375rem;
    top: -11.25rem;
    right: min(3vw, -1.5625rem);
  }
}

@media screen and (min-width: 768px) {
  .top-feature__englishtitle--inner {
    max-width: 90rem;
    height: auto;
  }
}

.top-feature__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .top-feature__lists {
    margin-top: 2.1875rem;
    gap: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top-feature__wrap {
  max-width: 320px;
  max-width: 20rem;
}
.top-feature__summary {
  margin-top: 25px;
  margin-top: 1.5625rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .top-feature__summary {
    margin-top: 2.8125rem;
    text-align: center;
    font-size: 16px;
  }
}

.top-feature__wrap img {
  max-width: 320px;
  max-width: 20rem;
  aspect-ratio: 320/200;
}

.top-feature__wrap p {
  display: block;
  color: #024892;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .top-feature__wrap p {
    font-size: min(2vw, 1.125rem);
  }
}

.top-feature__button {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .top-feature__button {
    margin-top: 2.75rem;
  }
}

.top-feature__button a {
  margin-inline: auto;
}

.top-fv {
  margin-inline: auto;
  position: relative;
  width: 100%;
  padding-left: 8%;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  height: calc(100vh - 70px);
}
@media screen and (min-width: 768px) {
  .top-fv {
    padding-left: 20.8%;
  }
}

.top-fv__img {
  height: calc(100vh - 70px) !important;
}
.top-fv__img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 70px) !important;
}
.color-blue,
.color-white {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  height: 76%;
  overflow: hidden;
  position: absolute;
  top: 27%;
  line-height: 1.42;
  z-index: 1;
  left: 5%;
}
@media screen and (min-width: 768px) {
  .color-blue,
  .color-white {
    top: 24%;
    font-size: min(5vw, 4.375rem);
    left: 9%;
  }
}

.color-blue {
  width: 17%; /* テキストの端から画像の端までの長さ */
}
@media screen and (min-width: 768px) {
  .color-blue {
    width: 12%;
  }
}

.color-white {
  margin-left: 17%; /* テキストの端から画像の端までの長さ */
  width: 100%;
}
@media screen and (min-width: 768px) {
  .color-white {
    margin-left: 12%;
  }
}

.color-white span {
  position: absolute;
  color: #fff;
  left: -17%; /* テキストの端から画像の端までの長さ分マイナス */
}
@media screen and (min-width: 768px) {
  .color-white span {
    left: -12%;
  }
}

.color-blue span {
  position: absolute;
  color: #024892;
  width: 700%;
}

.color-blue__sub, .color-white__sub {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  height: 76%;
  overflow: hidden;
  position: absolute;
  top: 27%;
  line-height: 2;
  padding-top: 120px;
  padding-top: 7.5rem;
  z-index: 2;
  left: 5%;
}
@media screen and (min-width: 768px) {
  .color-blue__sub, .color-white__sub {
    top: 24%;
    padding-top: min(16vw, 15rem);
    font-size: min(1.5vw, 1.125rem);
    left: 9%;
  }
}

.color-blue__sub {
  width: 17%; /* テキストの端から画像の端までの長さ */
}
@media screen and (min-width: 768px) {
  .color-blue__sub {
    width: 12%;
  }
}

.color-white__sub {
  margin-left: 17%; /* テキストの端から画像の端までの長さ */
  width: 100%;
}
@media screen and (min-width: 768px) {
  .color-white__sub {
    margin-left: 12%;
  }
}

.color-white__sub span {
  position: absolute;
  color: #fff;
  left: -17%; /* テキストの端から画像の端までの長さ分マイナス */
}
@media screen and (min-width: 768px) {
  .color-white__sub span {
    left: -12%;
  }
}

.color-blue__sub span {
  position: absolute;
  color: #024892;
  width: 1000%;
}

.top-fv__banner {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .top-fv__banner {
    margin-top: 3.4375rem;
    position: relative;
    max-width: 90rem;
  }
}

.top-fv__banner a {
  display: block;
  max-width: 360px;
  max-width: 22.5rem;
  aspect-ratio: 360/168;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-fv__banner a {
    max-width: 46.875rem;
    aspect-ratio: 750/350;
  }
}

.top-fv__banner a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-news {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-news {
    margin-top: 5rem;
    padding: 0 25px;
    max-width: 90rem;
    margin-inline: auto;
  }
}

.top-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  gap: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .top-news__wrap {
    gap: min(3vw, 3.125rem);
    margin-top: 1.6875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top-news__contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-news__contents {
    width: auto;
  }
}

.top-news__content {
  margin-inline: auto;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .top-news__content {
    width: min(60vw, 43.75rem);
  }
}

@media screen and (min-width: 768px) {
  .top-news__content:first-child {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .top-news__content {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.top-news__conten::before {
  left: 3.8%;
}
@media screen and (min-width: 768px) {
  .top-news__conten::before {
    left: 0;
  }
}

.top-news__button a {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-news__button a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0.9375rem min(6vw, 5rem);
  }
}

.top-news__englishtitle {
  line-height: 0.7;
  text-align: right;
  display: block;
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #024892;
  opacity: 0.1;
  text-transform: uppercase;
  padding-top: 40px;
  padding-top: 2.5rem;
  margin-right: -18px;
  margin-right: -1.125rem;
}
@media screen and (min-width: 768px) {
  .top-news__englishtitle {
    font-size: min(13vw, 9.375rem);
    padding-top: 0.625rem;
    margin-top: -1.25rem;
    margin-right: -1.25rem;
  }
}

.mv-scroll {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv-scroll {
    display: block;
    position: absolute;
    margin-left: -20.5%;
    bottom: 6.25rem;
    z-index: 111;
  }
}

.mv-scroll__title {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.mv-bar {
  padding-left: 10px;
  padding-left: 0.625rem;
}

.mv-bar::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  height: 6.25rem;
  background-color: #D9D9D9;
  display: block;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.mv-bar::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  height: 6.25rem;
  background-color: #DBC890;
  display: block;
  -webkit-animation: scroll 2.5s infinite;
          animation: scroll 2.5s infinite;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
.top-service {
  max-width: 1440px;
  max-width: 90rem;
  margin-inline: auto;
  padding-inline: 15px;
  padding-top: 80px;
  padding-top: 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-service {
    padding-inline: 0;
    padding-top: 4.375rem;
  }
}

.top-service__summary {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-inline: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .top-service__summary {
    text-align: center;
    margin-top: 2.8125rem;
    line-height: 1.75;
  }
}

.top-service__englishtitle {
  position: absolute;
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #024892;
  opacity: 0.1;
  text-transform: uppercase;
  right: 0;
  top: -26px;
  top: -1.625rem;
}
@media screen and (min-width: 768px) {
  .top-service__englishtitle {
    font-size: 8.4375rem;
    top: -6.25rem;
    left: 0;
  }
}

.top-service__subenglish {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-service__subenglish {
    font-size: 5.625rem;
    top: 80%;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 5.625rem;
    font-weight: 700;
    position: absolute;
    right: 0;
    text-transform: uppercase;
  }
}

.top-service__subenglish--left {
  color: #024892;
  opacity: 0.05;
}
@media screen and (min-width: 768px) {
  .top-service__subenglish--left {
    left: 8%;
    bottom: 0;
  }
}

.top-service__subenglish--right {
  color: #fff;
  opacity: 0.07;
}
@media screen and (min-width: 768px) {
  .top-service__subenglish--right {
    right: 0;
    top: 80%;
  }
}

@media screen and (min-width: 768px) {
  .top-service__wraps {
    margin-top: 2.5rem;
  }
}

.top-service__wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .top-service-feature__texts {
    max-width: min(22vw, 28.125rem);
    padding-top: 2.5rem;
  }
}

.top-service__heading {
  position: relative;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.56;
}
@media screen and (min-width: 768px) {
  .top-service__heading {
    font-size: min(3vw, 1.875rem);
    font-weight: 700;
    margin-top: 2.5rem;
  }
}

.top-service__contents {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .top-service__contents {
    margin-top: 6.25rem;
    margin-right: calc(50% - 50vw);
    background-color: #F4F9FD;
    margin-left: 8%;
  }
}

@media screen and (min-width: 768px) {
  .top-service__contents--02 {
    margin-top: 6.5rem;
    margin-left: calc(50% - 50vw);
    margin-right: 8%;
  }
}

@media screen and (min-width: 768px) {
  .top-service__contents--03 {
    margin-top: 6.5rem;
  }
}

.top-service__heading::before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  height: 0.125rem;
  left: 0%;
  bottom: -4px;
  bottom: -0.25rem;
  background-color: #024892;
  width: 35px;
  width: 2.1875rem;
}

.top-service__heading::after {
  position: absolute;
  text-transform: uppercase;
  color: #024892;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  left: 0;
  top: -15px;
  top: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .top-service__heading::after {
    top: -1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .top-service__content--right {
    padding-right: 1.5625rem;
    padding-left: 1.625rem;
  }
}

@media screen and (min-width: 768px) {
  .top-service__heading--01 {
    margin-top: 2.125rem;
    position: relative;
  }
}

.top-service__heading--01::after {
  content: "apartment";
}
@media screen and (min-width: 768px) {
  .top-service__heading--01::after {
    position: absolute;
    padding-top: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .top-service__heading--01::before {
    bottom: -0.375rem;
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .top-service__heading--02 {
    margin-top: 2.25rem;
    position: relative;
  }
}

.top-service__heading--02::before {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top-service__heading--02::before {
    bottom: -0.375rem;
  }
}

.top-service__heading--02::after {
  content: "building";
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-service__heading--02::after {
    position: absolute;
    padding-top: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .top-service__heading--03 {
    margin-top: 2.5rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .top-service__heading--03::before {
    position: absolute;
    bottom: -0.25rem;
  }
}

.top-service__heading--03::after {
  content: "housing";
}
@media screen and (min-width: 768px) {
  .top-service__heading--03::after {
    position: absolute;
    padding-top: 0.625rem;
  }
}

.top-service__button {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-service__button {
    margin-top: 3.75rem;
    margin-left: 1.875rem;
  }
}

.top-service__button a {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .top-service__contentssub--02 {
    margin-right: 6%;
  }
}

.top-slide {
  height: 150px;
  height: 9.375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #024892), to(#024892));
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #024892 50%, #024892 100%);
  background-position: 10% 10%;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-slide {
    height: 15.5rem;
    margin-top: 5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, transparent), color-stop(20%, #024892), to(#024892));
    background: linear-gradient(180deg, transparent 0%, transparent 20%, #024892 20%, #024892 100%);
  }
}

.top-slide__item {
  width: 200px;
  width: 12.5rem;
  aspect-ratio: 200/125;
  height: auto;
}
@media screen and (min-width: 768px) {
  .top-slide__item {
    width: 22.5rem;
    aspect-ratio: 360/225;
  }
}

.top-slide ul li {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .top-slide ul li {
    margin-left: 0.9375rem;
  }
}

.top-slide__item img {
  border-radius: 10px;
}

.news__pagination {
  display: none;
}
@media screen and (min-width: 768px) {
  .news__pagination {
    display: block;
    margin-top: 6.6875rem;
  }
}

.news-details {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .news-details {
    margin-top: 5.8125rem;
    margin-bottom: 6.5625rem;
  }
}

.news-details__contents {
  margin-top: 15px;
  margin-top: 0.9375rem;
  line-height: 1.75;
  color: #111111;
}
.news-details__date {
  display: block;
  color: #111111;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  line-height: 1.75;
}

.news-details__title {
  color: #024892;
  font-weight: 700;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news-details__title {
    font-size: 1.5rem;
  }
}

.news-details__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #024892 120px, #ddd 120px, #ddd 100%);
}

.news-details__button {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .news-details__button {
    margin-top: 5rem;
  }
}

.news-details__button a {
  margin-inline: auto;
}

.news-details__contents img {
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 100%;
  width: auto;
  max-width: 100%;
}

.news-details__contents ul {
  list-style-type: disc;
  padding-left: 16px;
  padding-left: 1rem;
}

.news-details__contents ol {
  list-style-type: decimal;
  padding-left: 16px;
  padding-left: 1rem;
}

.news-details__contents h5,
.news-details__contents h6 {
  margin: 0;
}

blockquote p {
  quotes: '"' '"' "'" "'";
}

blockquote p::before {
  content: open-quote;
}

blockquote p::after {
  content: close-quote;
}

.news-details__contents p a {
  text-decoration: underline;
  color: #007aff;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.3125rem;
  position: relative;
  border-bottom: 1px solid #DDD;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .news-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.375rem;
  }
}

.news-item::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #024892 120px, #ddd 120px, #ddd 100%);
}

.news-item__date {
  display: block;
  color: #024892;
  font-size: 16px;
  font-size: 1rem;
}
.news-item__title {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
}
@media screen and (min-width: 768px) {
  .news-item__title {
    line-height: 1.5;
  }
}

.news-item__block {
  margin-top: 18px;
  margin-top: 1.125rem;
  overflow: hidden;
  height: 2.875em;
}
@media screen and (min-width: 768px) {
  .news-item__block {
    margin-top: 0;
    margin-top: initial;
    margin-left: 3.8125rem;
    max-width: 35.75rem;
    overflow: visible;
    height: auto;
  }
}

.news {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .news {
    margin-top: 5.8125rem;
  }
}

.news__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news__content::before {
  left: 0;
}

.news__pagenavi {
  margin-top: 55px;
  margin-top: 3.4375rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .news__pagenavi {
    margin-top: 3.125rem;
    margin-bottom: 6.875rem;
  }
}

.company-about {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 83px;
  padding-bottom: 5.1875rem;
  background-color: #f4f9fd;
}
@media screen and (min-width: 768px) {
  .company-about {
    margin-top: 5.625rem;
    padding-bottom: 6.5rem;
    padding-top: 4.8125rem;
  }
}

.company-about__content {
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .company-about__content {
    margin-top: 2.1875rem;
  }
}

.company-about__title {
  color: #024892;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .company-about__title {
    line-height: 1.5;
  }
}

.company-about__wrap + .company-about__wrap {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .company-about__wrap + .company-about__wrap {
    margin-top: 1rem;
  }
}

.company-about__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .company-about__wrap {
    display: grid;
    grid-template-columns: 10.9375rem 1fr;
  }
}

.company-about__wrap:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #024892 120px, #ddd 120px, #ddd 100%);
}

.company-about__data {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 7px;
  margin-top: 0.4375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .company-about__data {
    margin-top: 0;
  }
}

.company-about__data span {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

.company-about__current {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .company-about__current {
    margin-top: 0;
  }
}

.company-about__map {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 360/400;
  margin: 36px auto 0;
  margin: 2.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .company-about__map {
    aspect-ratio: 800/400;
    width: 50rem;
    margin-top: 2rem;
  }
}

.company-about__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.company-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .company-message {
    margin-top: 5.8125rem;
  }
}

.company-message__img {
  margin-top: 35px;
  margin-top: 2.1875rem;
  margin-inline: auto;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  height: auto;
  aspect-ratio: 360/403;
}
@media screen and (min-width: 768px) {
  .company-message__img {
    aspect-ratio: 400/450;
    margin-top: 2.8125rem;
  }
}

.company-message__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-message__wrap {
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .company-message__wrap {
    max-width: 40.625rem;
    width: 100%;
  }
}

.company-message__text {
  color: #111111;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .company-message__text {
    font-size: 1rem;
  }
}

.company-message__text + .company-message__text {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .company-message__text + .company-message__text {
    margin-top: 1.875rem;
  }
}

.company-message__name {
  color: #000;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 27px;
  margin-top: 1.6875rem;
  text-align: right;
  display: block;
}
@media screen and (min-width: 768px) {
  .company-message__name {
    font-size: 2.1875rem;
    margin-top: 1.5rem;
  }
}

.achievements {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e5ecf4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .achievements {
    padding: 5rem 0;
  }
}

.achievements__inner.inner {
  max-width: 600px;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .achievements__inner.inner {
    max-width: 80.3125rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.achievements__items {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .achievements__items {
    margin-top: 2.25rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(2.5rem, 4vw);
  }
}

.achievements__item + .achievements__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .achievements__item + .achievements__item {
    margin-top: 0;
  }
}

.achievements__item {
  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%;
}

.achievements__img {
  width: 100%;
  aspect-ratio: 360/244;
  height: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .achievements__img {
    max-width: 24.0625rem;
    aspect-ratio: 385/244;
  }
}

.achievements__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.achievements__tag {
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
  background-color: #024892;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .achievements__tag {
    padding: 0.3125rem 1.375rem;
    font-size: 0.875rem;
  }
}

.achievements__content {
  padding: 15px 18px 60px;
  padding: 0.9375rem 1.125rem 3.75rem;
  background-color: #f4f9fd;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .achievements__content {
    padding-bottom: 1.25rem;
  }
}

.achievements__text.lp-text {
  margin-top: 19px;
  margin-top: 1.1875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .achievements__text.lp-text {
    margin-top: 0.8125rem;
    line-height: 1.75;
  }
}

.lp-btn__wrap {
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp-btn__wrap {
    margin-top: 3rem;
  }
}

.lp-btn {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  max-width: 250px;
  max-width: 15.625rem;
  width: 100%;
  padding: 14px 80px;
  padding: 0.875rem 5rem;
  text-align: center;
  background-color: #024892;
  position: relative;
}

.lp-btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .lp-btn::after {
    right: 1.0625rem;
  }
}

.trouble-btn {
  padding: 35px 23px;
  padding: 2.1875rem 1.4375rem;
  text-align: center;
  background-color: #024892;
}

.trouble-btn__text {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .trouble-btn__text {
    font-size: 1.375rem;
    position: relative;
    display: inline-block;
    padding: 0 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .trouble-btn__text::before,
  .trouble-btn__text::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.125rem;
    height: 4.0625rem;
    background-color: #fff;
    top: 50%;
  }
}

.trouble-btn__text::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-23deg);
          transform: translateY(-50%) rotate(-23deg);
}

.trouble-btn__text::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(23deg);
          transform: translateY(-50%) rotate(23deg);
}

.trouble-btn__items {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .trouble-btn__items {
    margin-top: 1.25rem;
  }
}

.trouble-btn__item {
  max-width: 280px;
  max-width: 17.5rem;
}

.trouble-btn__item:first-child {
  background-color: #fff;
  padding: 9px 61px;
  padding: 0.5625rem 3.8125rem;
}

.trouble-btn__item + .trouble-btn__item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .trouble-btn__item + .trouble-btn__item {
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.trouble-btn__btn {
  padding: 17px 65px;
  padding: 1.0625rem 4.0625rem;
  background-color: #ffd33a;
  position: relative;
}

.commitment {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  .commitment {
    margin-top: 5rem;
    margin-bottom: 4.375rem;
  }
}

.commitment__inner.inner {
  max-width: 600px;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .commitment__inner.inner {
    max-width: 80.3125rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.commitment__items {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .commitment__items {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(2.9375rem, 4vw);
  }
}

.commitment__item + .commitment__item {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .commitment__item + .commitment__item {
    margin-top: 0;
  }
}

.commitment__img {
  width: 100%;
  aspect-ratio: 360/244;
  height: auto;
}
@media screen and (min-width: 768px) {
  .commitment__img {
    max-width: 23.625rem;
    aspect-ratio: 378/244;
  }
}

.commitment__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.commitment__content {
  padding: 20px 7px 0;
  padding: 1.25rem 0.4375rem 0;
}
@media screen and (min-width: 768px) {
  .commitment__content {
    padding: min(1.25rem, 2vw) min(1rem, 1.2vw) 0;
  }
}

.commitment__text.lp-text {
  margin-top: 5px;
  margin-top: 0.3125rem;
  line-height: 1.78;
  display: inline-block;
}

.lp-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp-title {
    font-size: 2.5rem;
  }
}

.lp-title--blue {
  color: #024892;
}

.lp-title--white {
  color: #fff;
}

.lp-subTitle {
  font-weight: 700;
  text-align: center;
}

.lp-subTitle--black {
  color: #111111;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .lp-subTitle--black {
    font-size: 1.625rem;
    line-height: 1.56;
    text-align: left;
  }
}

.lp-subTitle--blue {
  color: #024892;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .lp-subTitle--blue {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.lp-text {
  color: #111111;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .lp-text {
    font-size: 1rem;
  }
}

.faq {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #024892;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 5rem 0;
  }
}

.faq__items {
  margin-top: 40px;
  margin-top: 2.5rem;
  -ms-flex-item-align: 100%;
      align-self: 100%;
}

.faq__item {
  width: 100%;
  background-color: #fff;
}

.faq__item + .faq__item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.faq__title {
  cursor: pointer;
  padding: 20px 55px 20px 15px;
  padding: 1.25rem 3.4375rem 1.25rem 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq__title {
    padding-right: 2.8125rem;
    padding-left: 1.875rem;
  }
}

.faq__title::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  right: 16px;
  right: 1rem;
  border-top: 2px solid #024892;
  border-right: 2px solid #024892;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .faq__title::after {
    right: 2.8125rem;
  }
}

.faq__title.open::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.faq__question {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .faq__question {
    font-size: 1.375rem;
  }
}

.faq__content {
  padding: 0 55px 17px 15px;
  padding: 0 3.4375rem 1.0625rem 0.9375rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .faq__content {
    padding-right: 2.8125rem;
    padding-left: 1.875rem;
  }
}

.faq__answer {
  font-size: 14px;
  font-size: 0.875rem;
  color: #111111;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .faq__answer {
    font-size: 1rem;
  }
}

.faq__wrap {
  display: grid;
  grid-template-columns: 2.8125rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .faq__wrap {
    gap: 2.125rem;
  }
}

.faq__title,
.faq__content {
  width: 100%;
}

.faq__q,
.faq__a {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .faq__q,
  .faq__a {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 2.1875rem;
  }
}

.faq__q {
  color: #fff;
  background-color: #024892;
}

.faq__a {
  color: #024892;
  background-color: #fff;
  border: 2px solid #024892;
}

.flow {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #f4f9fd;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .flow__inner {
    max-width: 54.375rem;
  }
}

.flow__items {
  background-color: #fff;
  padding: 25px 10px;
  padding: 1.5625rem 0.625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .flow__items {
    padding: 2.3125rem 4.0625rem 3.75rem;
  }
}

.flow__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__item {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 6.25rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flow__item:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -26px;
  bottom: -1.625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 25px 0 25px;
  border-color: #024892 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .flow__item:not(:last-child):after {
    bottom: -1.9375rem;
  }
}

.flow__item + .flow__item {
  margin-top: 47px;
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .flow__item + .flow__item {
    margin-top: 3.0625rem;
  }
}

.flow__circle {
  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;
}

.flow__number {
  color: #024892;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .flow__number {
    font-size: 1.125rem;
  }
}

.flow__img {
  margin-top: 6px;
  margin-top: 0.375rem;
  max-width: 100px;
  max-width: 6.25rem;
  height: auto;
  aspect-ratio: 100/100;
}
@media screen and (min-width: 768px) {
  .flow__img {
    margin-top: 0.1875rem;
  }
}

.flow__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow__title {
  color: #024892;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 13px;
  margin-top: 0.8125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow__title {
    margin-top: 0;
    font-size: 1.5rem;
    text-align: left;
  }
}

.flow__text {
  color: #111111;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .flow__text {
    line-height: 1.3;
    margin-top: 0.625rem;
  }
}

.lp-service {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #f4f9fd;
}
@media screen and (min-width: 768px) {
  .lp-service {
    padding: 5rem 0;
  }
}

.lp-service__inner {
  max-width: 1550px;
  width: 100%;
  margin: auto;
}

.lp-service__items {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .lp-service__items {
    margin-top: 2.25rem;
  }
}

.lp-service__item + .lp-service__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .lp-service__item + .lp-service__item {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .lp-service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .lp-service__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.lp-service__img {
  width: 100%;
  aspect-ratio: 390/250;
  display: block;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lp-service__img {
    max-width: 55rem;
    aspect-ratio: 880/500;
  }
}

.lp-service__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-service__content {
  padding: 25px 15px 30px;
  padding: 1.5625rem 0.9375rem 1.875rem;
  background-color: #fff;
  margin: -34px auto 0;
  margin: -2.125rem auto 0;
  position: relative;
  width: max(360px, 64vw);
  width: max(22.5rem, 64vw);
}
@media screen and (min-width: 768px) {
  .lp-service__content {
    width: 29.3125rem;
    margin-top: 0;
    padding: min(4vw, 3.125rem) min(4vw, 3.125rem) min(5vw, 3.4375rem);
  }
}

@media screen and (min-width: 768px) {
  .lp-service__item:nth-child(odd) .lp-service__content {
    margin-left: -6.25rem;
    margin-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .lp-service__item:nth-child(even) .lp-service__content {
    margin-right: -6.25rem;
    margin-left: 15px;
  }
}

.lp-service__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

/*
右から左へ
----------------------------*/
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.slide {
  display: -ms-grid;
  overflow: hidden;
}

/*----------------------------*/
.slide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.slide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide__list--left {
  -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
          animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
@media screen and (min-width: 768px) {
  .slide__list--left {
    -webkit-animation: infinity-scroll-left 70s infinite linear 0.5s both;
            animation: infinity-scroll-left 70s infinite linear 0.5s both;
  }
}

.lp-slide__item {
  width: 130px;
  width: 8.125rem;
  aspect-ratio: 130/130;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lp-slide__item {
    width: 11.25rem;
  }
}

.slide__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.trouble-mv {
  position: relative;
}

.trouble-mv__img {
  width: 100%;
  height: 279px;
  height: 17.4375rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .trouble-mv__img {
    height: 49.0625rem;
  }
}

.trouble-mv__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.trouble-mv__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .trouble-mv__content {
    left: min(4.6875rem, 6vw);
  }
}

.trouble-mv__title {
  color: #024892;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, .5);
}
@media screen and (min-width: 768px) {
  .trouble-mv__title {
    font-size: 3.125rem;
    line-height: 1.3;
  }
}

.trouble-mv__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #111111;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.solution {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .solution {
    margin-top: 4.75rem;
  }
}

.solution__heading {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .solution__title {
    display: inline-block;
    padding: 1.3125rem 4.3125rem;
    background-color: #ffd33a;
    color: #024892;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .solution__title::before,
  .solution__title::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.25rem;
    height: 3.3125rem;
    background-color: #024892;
    top: 50%;
  }
}

.solution__title::before {
  left: 45px;
  left: 2.8125rem;
  -webkit-transform: translateY(-50%) rotate(-23deg);
          transform: translateY(-50%) rotate(-23deg);
}

.solution__title::after {
  right: 50px;
  right: 3.125rem;
  -webkit-transform: translateY(-50%) rotate(23deg);
          transform: translateY(-50%) rotate(23deg);
}

.solution__contents {
  overflow: hidden;
  background-image: url(../images/speech.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 100%;
  height: 326px;
  height: 20.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (min-width: 768px) {
  .solution__contents {
    background-image: none;
    margin-top: 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    height: 15.8125rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.solution__content {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  width: 293px;
  width: 18.3125rem;
}
@media screen and (min-width: 768px) {
  .solution__content {
    position: relative;
    width: auto;
    width: initial;
    line-height: 1.7;
  }
}

.indent {
  display: block;
  margin-left: 23px;
  margin-left: 1.4375rem; /* インデントの量を調整 */
}
@media screen and (min-width: 768px) {
  .indent {
    margin-left: 0;
  }
}

.solution__content::before {
  content: "・";
}
@media screen and (min-width: 768px) {
  .solution__content::before {
    content: "";
  }
}

.solution__content + .solution__content {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .solution__content + .solution__content {
    margin-top: 0;
    margin-left: min(7vw, 5.6875rem);
  }
}

.solution__content:first-child {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .solution__content:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .solution__content::before {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
}

.solution__content:first-child::before {
  width: 244px;
  width: 15.25rem;
  height: 258px;
  height: 16.125rem;
  top: -98px;
  top: -6.125rem;
  left: -39px;
  left: -2.4375rem;
  background-image: url(../images/speech-left.png);
}

.solution__content:nth-child(2)::before {
  width: 281px;
  width: 17.5625rem;
  height: 225px;
  height: 14.0625rem;
  top: -71px;
  top: -4.4375rem;
  left: -43px;
  left: -2.6875rem;
  background-image: url(../images/speech-center.png);
}

.solution__content:nth-child(3)::before {
  width: 350px;
  width: 21.875rem;
  height: 234px;
  height: 14.625rem;
  top: -77px;
  top: -4.8125rem;
  left: -41px;
  left: -2.5625rem;
  background-image: url(../images/speech-right.png);
}

.solution__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .solution__items {
    margin-top: 0.25rem;
  }
}

.solution__item {
  max-width: 117px;
  max-width: 7.3125rem;
  width: 100%;
  height: auto;
  aspect-ratio: 117/160;
}
@media screen and (min-width: 768px) {
  .solution__item {
    max-width: 10.5625rem;
    aspect-ratio: 169/236;
  }
}

.solution__item + .solution__item {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .solution__item + .solution__item {
    margin-left: 5.6875rem;
  }
}

.solution__wrap {
  text-align: center;
  margin-top: 22px;
  margin-top: 1.375rem;
  padding-top: 77px;
  padding-top: 4.8125rem;
  padding-bottom: 102px;
  padding-bottom: 6.375rem;
  background-color: #f4f9fd;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .solution__wrap {
    margin-top: 2.0625rem;
    padding-top: 5rem;
    padding-bottom: 3.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .solution__wrap {
    overflow: visible;
  }
}

.solution__wrap::before,
.solution__wrap::after {
  content: "";
  position: absolute;
  display: block;
  width: 130px;
  width: 8.125rem;
  height: 158px;
  height: 9.875rem;
  bottom: -1px;
  bottom: -0.0625rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .solution__wrap::before,
  .solution__wrap::after {
    width: min(20vw, 12.5rem);
    height: min(20vw, 15.3125rem);
  }
}

.solution__wrap::before {
  left: -25px;
  left: -1.5625rem;
  background-image: url(../images/work-man.svg);
}
@media screen and (min-width: 768px) {
  .solution__wrap::before {
    left: calc(50% - 56vw);
  }
}
@media screen and (min-width: 1024px) {
  .solution__wrap::before {
    left: calc(50% - 48vw);
  }
}
@media screen and (min-width: 1440px) {
  .solution__wrap::before {
    left: calc(50% - 37vw);
  }
}

.solution__wrap::after {
  right: -25px;
  right: -1.5625rem;
  background-image: url(../images/work-woman.svg);
}
@media screen and (min-width: 768px) {
  .solution__wrap::after {
    right: calc(50% - 56vw);
  }
}
@media screen and (min-width: 1024px) {
  .solution__wrap::after {
    right: calc(50% - 48vw);
  }
}
@media screen and (min-width: 1440px) {
  .solution__wrap::after {
    right: calc(50% - 35vw);
  }
}

.triangle {
  width: 0;
  height: 0;
  border-left: 55.5px solid transparent;
  border-right: 55.5px solid transparent;
  border-top: 63px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .triangle {
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
  }
}

.solution__text {
  color: #024892;
  font-size: max(22px, 4vw);
  font-size: max(1.375rem, 4vw);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .solution__text {
    font-size: min(2.1875rem, 4vw);
  }
}

.solution__text span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #ffd33a), color-stop(33%, transparent));
  background: linear-gradient(to top, #ffd33a 33%, transparent 33%);
}
@media screen and (min-width: 768px) {
  .solution__text span {
    font-size: 2.8125rem;
  }
}

.service-contents {
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 100%;
  height: auto;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e5ecf4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  color: #111111;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .service-contents {
    padding-top: 5rem;
    padding-bottom: 6.875rem;
    margin-top: 4.75rem;
  }
}

@media screen and (min-width: 768px) {
  .service-content {
    margin-top: 1.875rem;
  }
}

.service-contents__summary {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
.service-contents__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  margin-top: 1.5625rem;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .service-contents__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5625rem;
    margin-top: 1.875rem;
  }
}

.service-contents__lists {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .service-contents__lists {
    margin-top: 2.8125rem;
  }
}

.service-contents__list {
  background-color: #fff;
  text-align: center;
  padding: 20px 12px;
  padding: 1.25rem 0.75rem;
  border: 3px solid #024892;
}
@media screen and (min-width: 768px) {
  .service-contents__list {
    padding: 2.625rem 2.9375rem 2.8125rem;
  }
}

.service-contents__list:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .service-contents__list:not(:first-child) {
    margin-top: 3.125rem;
  }
}

.service-contents__detail01 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #000;
}

.service-contents__detailtop {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  color: #024892;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .service-contents__detail01 {
    margin-top: 2.25rem;
  }
}

.service-contents__detail02 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.service-contents__images {
  margin-top: 26px;
  margin-top: 1.625rem;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-contents__images {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}

.service-contents__image {
  aspect-ratio: 330/200;
}
@media screen and (min-width: 768px) {
  .service-contents__image {
    aspect-ratio: initial;
    max-height: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .service-contents__image--01 {
    grid-column: 1/span 2;
    max-height: 22.125rem;
  }
}

.service-contents__image img {
  border-radius: 0.625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .service-contents__title {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .service__contents {
    margin-top: 6.625rem;
    margin-left: 6%;
  }
}

@media screen and (min-width: 768px) {
  .service__content--right01 .service__text--sub01 {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .service-feature {
    margin-top: 5.8125rem;
    max-width: 73.125rem;
    margin-inline: auto;
    padding-bottom: 6.25rem;
    padding-inline: 25px;
  }
}

.service-feature__number {
  position: absolute;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: min(26vw, 100px);
  font-size: min(26vw, 6.25rem);
  font-weight: 700;
  right: -14px;
  right: -0.875rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  top: 0;
  text-transform: uppercase;
  color: #024892;
  opacity: 0.05;
  line-height: 0.8;
}
@media screen and (min-width: 768px) {
  .service-feature__number {
    display: none;
  }
}

.service-feature__number--blue {
  color: #fff;
}

.service-feature__number--left {
  color: #024892;
  opacity: 0.05;
}
@media screen and (min-width: 768px) {
  .service-feature__number--left {
    left: 0%;
  }
}

.service-feature__number--right {
  color: #fff;
  opacity: 0.07;
}
@media screen and (min-width: 768px) {
  .service-feature__number--right {
    right: -10%;
  }
}

.service-feature__heading {
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .service-feature__heading {
    font-size: min(3vw, 2.125rem);
    font-weight: 700;
    margin-top: 2.5rem;
  }
}

.service-feature__heading::before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  height: 0.125rem;
  left: 0%;
  bottom: -4px;
  bottom: -0.25rem;
  background-color: #024892;
  width: 35px;
  width: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .service-feature__heading::before {
    bottom: -27%;
  }
}

.service-feature__heading--white::before {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .service-feature__heading--white::before {
    bottom: -16%;
  }
}

.service-feature__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 20px;
  margin-top: 1.25rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (min-width: 768px) {
  .service-feature__text {
    font-weight: 400;
    margin-top: 2rem;
    font-size: min(1.5vw, 1rem);
  }
}

.service-feature__img {
  aspect-ratio: 360/232;
  overflow: hidden;
  max-width: 360px;
  max-width: 22.5rem;
}
@media screen and (min-width: 768px) {
  .service-feature__img {
    max-width: min(50vw, 38.75rem);
    aspect-ratio: 620/400;
    padding: 0;
  }
}

.service-feature__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.9375rem;
}

.service {
  max-width: 1440px;
  max-width: 90rem;
  margin-inline: auto;
  padding-inline: 15px;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service {
    padding-inline: 25px;
    padding-top: 5.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .service__inner.inner {
    max-width: 90rem;
  }
}

.service__content {
  position: relative;
  padding-top: 50px;
  padding-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 25px;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .service__content {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
    gap: min(4vw, 3.125rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.service__content::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  left: 0;
}
@media screen and (min-width: 768px) {
  .service__content::before {
    display: none;
  }
}

.service__content--left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .service__content--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 1.5625rem;
    background-color: #024892;
    padding-right: 1.875rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 2.75rem;
  }
}

.service__content--right::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f9fd), color-stop(75%, #f4f9fd), color-stop(75%, #fff), to(#fff));
  background: linear-gradient(to bottom, #f4f9fd 0%, #f4f9fd 75%, #fff 75%, #fff 100%);
  margin-left: calc(50% - 50vw);
}

.service__content--left::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#024892), color-stop(75%, #024892), color-stop(75%, #fff), to(#fff));
  background: linear-gradient(to bottom, #024892 0%, #024892 75%, #fff 75%, #fff 100%);
  margin-left: calc(50% - 50vw);
}

.service__img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/232;
}
@media screen and (min-width: 768px) {
  .service__img {
    aspect-ratio: 620/400;
    max-width: min(38.75rem, 47vw);
    margin-top: -3.75rem;
    max-height: 25rem;
  }
}

.service__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.9375rem;
}

.service__bg {
  position: absolute;
  bottom: 0;
  width: 100vw;
  z-index: -1;
}

.service__subenglish {
  font-size: 90px;
  font-size: 5.625rem;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
  opacity: 0.07;
  line-height: 0.7;
}
@media screen and (min-width: 768px) {
  .service__subenglish {
    font-size: min(7vw, 5.625rem);
    bottom: 0%;
  }
}

@media screen and (min-width: 768px) {
  .service__subenglish--max {
    font-size: min(9vw, 8.4375rem);
    left: -2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .service__subenglish--maxright {
    font-size: min(9vw, 8.4375rem);
    right: -0.375rem;
  }
}

.service__subenglish--right {
  color: #024892;
  left: 0;
}

@media screen and (min-width: 768px) {
  .service__subenglish--right03 {
    left: -0.375rem;
  }
}

.service__subenglish--left {
  color: #fff;
  right: 0;
}

.service__text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service__text {
    max-width: min(29.375rem, 34vw);
    padding-top: 2.75rem;
    padding-right: 0;
    padding-left: 1.25rem;
  }
}

.service__text,
.service__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service__text--white {
  color: #fff;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .service__text--white {
    padding-top: 2.5rem;
    padding-left: 0.375rem;
  }
}

@media screen and (min-width: 768px) {
  .service__text--white .service-feature__text {
    max-width: 28.75rem;
  }
}

@media screen and (min-width: 768px) {
  .service__text--03 {
    padding-top: 2.125rem;
  }
}

@media screen and (min-width: 768px) {
  .service__text--03 .service-feature__text {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .service__content--center {
    padding-left: 1.25rem;
    padding-right: 0;
    gap: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .service__text--center {
    padding-top: 0;
    padding-right: 0.9375rem;
    margin-right: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .service__content--right01 .service__text--sub01 {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .service__text--sub03 {
    padding-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .service-feature__text--sub01 {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .service__contents .service__content--right01 {
    gap: min(10vw, 3.125rem);
    margin-left: min(10vw, 1.875rem);
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .service__text--center .service-feature__text {
    margin-top: 2.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .top-service__contentssub--03 {
    margin-top: 6.75rem;
    margin-left: 6%;
  }
}

@media screen and (min-width: 768px) {
  .top-service__contentssub--03 .service__content--right {
    gap: 3.125rem;
    margin-left: min(5vw, 1.875rem);
    padding-right: 1.25rem;
  }
}
/*# sourceMappingURL=styles.css.map */
