@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700;900&display=swap");
img {
  pointer-events: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  max-width: 100%;
}

.only__mobile {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .only__mobile {
    display: block !important;
  }
}

.body__main {
  padding: 100px 0;
  background-color: #f0f5fb;
}
@media screen and (max-width: 1000px) {
  .body__main {
    padding: 50px 0;
  }
}

.bread {
  background-color: #f0f5fb;
  padding: 50px 0;
  margin: 0;
  color: #999;
}
@media screen and (max-width: 1000px) {
  .bread {
    padding: 20px 0;
  }
}
.bread a {
  color: inherit;
}

.header {
  display: block;
}
.header__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .header__contents {
    padding: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .header__contents {
    padding: 18px 15px 16px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.header__logo a {
  display: block;
  max-width: 200px;
}
@media screen and (max-width: 1200px) {
  .header__logo a {
    max-width: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .header__logo a {
    max-width: 94px;
  }
}
.header__logo a + a {
  display: block;
  max-width: 136px;
}
@media screen and (max-width: 1200px) {
  .header__logo a + a {
    max-width: 104px;
  }
}
@media screen and (max-width: 1000px) {
  .header__logo a + a {
    max-width: 64px;
  }
}
.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .header__menu {
    display: none;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: scroll;
    z-index: 100;
  }
  .header__menu.active {
    display: block;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
.header__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .header__list {
    display: block;
  }
}
.header__main {
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  .header__main {
    gap: 16px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1000px) {
  .header__main {
    padding-top: 50px;
  }
}
.header__sub {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1000px) {
  .header__sub {
    border-top: 1px solid #fff;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .header__tab {
    padding: 0;
  }
  .header__tab + .header__tab {
    border-top: 1px solid #fff;
  }
}
.header__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.5rem;
  gap: 4px;
}
@media screen and (max-width: 1200px) {
  .header__link {
    font-size: 1.4rem;
    line-height: 56px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .header__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    color: #fff;
  }
}
.header__ico {
  display: block;
  width: auto;
  height: 100%;
  max-height: 24px;
}
.header__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  line-height: 43px;
  border-radius: 43px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header__btn {
    width: 150px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .header__btn {
    width: 100%;
    border-radius: 0;
  }
}
.header__multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__site {
  padding: 0 1em;
}
.header__site + .header__site {
  border-left: 1px solid #333;
}
@media screen and (max-width: 1000px) {
  .header__button {
    padding: 0;
    border-top: none;
  }
}
.header__down {
  background: -webkit-gradient(linear, right top, left top, from(#1f266e), to(#24b9d7));
  background: -webkit-linear-gradient(right, #1f266e, #24b9d7);
  background: linear-gradient(to left, #1f266e, #24b9d7);
}
.header__contact {
  background: #1f266e;
}

.kv {
  position: relative;
}
.kv::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #fff), to(transparent));
  background: -webkit-linear-gradient(left, #fff 40%, transparent);
  background: linear-gradient(to right, #fff 40%, transparent);
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .kv::before {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), to(transparent));
    background: -webkit-linear-gradient(left, #fff, #fff 50%, transparent);
    background: linear-gradient(to right, #fff, #fff 50%, transparent);
  }
}
.kv__image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
.kv__block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}
.kv__headline {
  font-size: 1.6rem;
  color: #999;
  font-weight: 500;
}
.kv__name {
  display: block;
  font-size: 5.2rem;
  line-height: 1;
  margin-bottom: 17px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 900;
  text-transform: capitalize;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .kv__name {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1000px) {
  .kv__name {
    font-size: 3.4rem;
  }
}

.cta {
  position: relative;
  background-image: url(../../../uploads/2023/06/img_footer-scaled.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding-top: 14.5vw;
}
.cta::before {
  position: absolute;
  content: "";
  width: calc(100% - 200px);
  height: calc(100% - 14.5vw);
  background-color: #fff;
  z-index: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .cta::before {
    right: 20px;
    width: calc(100% - 20px);
  }
}
.cta__wrapper {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .cta__wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .cta__wrapper {
    padding-top: 18px;
    padding-bottom: 24px;
  }
}
.cta__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 130px;
}
.cta__headline {
  font-size: 1.6rem;
  color: #999;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .cta__headline {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.cta__name {
  display: block;
  font-size: 5.2rem;
  line-height: 1;
  margin-bottom: 17px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 900;
  text-transform: capitalize;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .cta__name {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.cta__text {
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px) {
  .cta__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .cta__headline + .cta__text {
    font-size: 2rem;
    line-height: 32px;
  }
}
.cta__tel {
  display: block;
  line-height: 1.2;
  font-size: 3.8rem;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 900;
}
@media screen and (max-width: 1000px) {
  .cta__tel {
    font-size: 2.8rem;
  }
}
.cta__tel small {
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  .cta__tel small {
    font-size: 2.4rem;
  }
}
.cta__time {
  display: block;
  font-size: 1.4rem;
}
.cta__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 318px;
  line-height: 58px;
  border-radius: 58px;
  gap: 14px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #1f266e;
  margin: auto;
  margin-top: 20px;
}
.cta__ico {
  display: block;
  max-width: 20px;
  width: 100%;
  height: auto;
}

.footer__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .footer__columns {
    display: block;
  }
}
.footer__column {
  clear: both;
}
.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.footer__logo a {
  display: block;
  max-width: 200px;
}
@media screen and (max-width: 1000px) {
  .footer__logo a {
    max-width: 166px;
  }
}
.footer__logo a + a {
  display: block;
  max-width: 136px;
}
@media screen and (max-width: 1000px) {
  .footer__logo a + a {
    max-width: 113px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__logo {
    padding-top: 40px;
    clear: both;
  }
}
.footer__txt {
  margin-top: 35px;
}
@media screen and (max-width: 1000px) {
  .footer__txt {
    text-align: left;
  }
}
.footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 1200px) {
  .footer__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .footer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #999;
    gap: 0;
  }
}
@media screen and (max-width: 500px) {
  .footer__list {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__tab {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer__tab:nth-child(even) {
    border-left: 1px solid #999;
  }
  .footer__tab:nth-child(odd):last-child {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.footer__link {
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding-left: 1em;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer__link::before {
  position: absolute;
  content: "";
  top: 0.7em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #1f266e;
}
@media screen and (max-width: 1000px) {
  .footer__link::before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .footer__link {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0;
    font-size: 1.5rem;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #999;
  }
}
.footer__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  gap: 20px;
}
.footer__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 43px;
  height: 43px;
  line-height: 43px;
  border-radius: 43px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.footer__down {
  background: -webkit-gradient(linear, right top, left top, from(#1f266e), to(#24b9d7));
  background: -webkit-linear-gradient(right, #1f266e, #24b9d7);
  background: linear-gradient(to left, #1f266e, #24b9d7);
  padding: 0 20px;
}
.footer__face {
  background: #1f266e;
}
.footer__ico {
  display: block;
  width: 10px;
  height: auto;
}
.footer__copy {
  color: #999;
  font-size: 1.5rem;
}

.headline__title {
  font-size: 2rem;
  color: #1f266e;
  margin-bottom: 20px;
}

.lower__cat {
  margin-bottom: 80px;
}
.lower__cat--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .lower__cat--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower__cat--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  line-height: 56px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #1f266e;
  background: #fff;
  border: 1px solid #1f266e;
  border-radius: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lower__cat--link:hover, .lower__cat--link.on {
  opacity: 1;
  color: #fff;
  background: #1f266e;
}
@media screen and (max-width: 500px) {
  .lower__cat--link {
    width: 100%;
  }
}
.lower__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px -20px;
}
@media screen and (min-width: 829px) {
  .lower__contents.--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1000px) {
  .lower__contents {
    display: block;
  }
}
.lower__side, .lower__main {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lower__side {
  max-width: 300px;
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
}
@media screen and (max-width: 1000px) {
  .lower__side {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.lower__side--block {
  display: block;
}
.lower__side--block + .lower__side--block {
  margin-top: 20px;
}
.lower__side--headline {
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  background: #1f266e;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.lower__side--headline.active .lower__side--ico {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.lower__side--ico {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  max-width: 13px;
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.lower__side--list {
  background: #fff;
}
.lower__side--tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lower__side--tab + .lower__side--tab {
  border-top: 2px solid #f0f5fb;
}
.lower__side--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 1.5rem;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lower__side--link::before {
  display: block;
  content: "";
  -webkit-flex-basis: 17px;
      -ms-flex-preferred-size: 17px;
          flex-basis: 17px;
  min-width: 17px;
  width: 17px;
  height: 17px;
  background-image: url(../../../uploads/2023/06/ico_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.lower__side--link:hover, .lower__side--link.current__on {
  opacity: 1;
  background: rgba(44, 173, 213, 0.34);
}
.lower__main {
  max-width: calc(100% - 300px);
  -webkit-flex-basis: calc(100% - 300px);
      -ms-flex-preferred-size: calc(100% - 300px);
          flex-basis: calc(100% - 300px);
}
@media screen and (max-width: 1000px) {
  .lower__main {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.lower__list--block {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #ddd;
}
.lower__list--block:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.lower__list--figure {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
  z-index: 1;
  overflow: hidden;
}
.lower__list--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -35px;
}
@media screen and (max-width: 1000px) {
  .lower__list--columns {
    display: block;
    margin: -20px;
  }
}
.lower__list--image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.lower__list--img {
  max-width: 40%;
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .lower__list--img {
    max-width: 100%;
    padding: 20px;
  }
}
.lower__list--txt {
  max-width: 60%;
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .lower__list--txt {
    max-width: 100%;
    padding: 20px;
  }
}
.lower__list--date {
  display: block;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 13px;
}
.lower__list--title {
  font-size: 2.2rem;
  margin-bottom: 32px;
  color: #1f266e;
}
@media screen and (max-width: 1000px) {
  .lower__list--title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.lower__list--title a {
  color: inherit;
  text-decoration: none;
}
.lower__list--inner {
  font-size: 1.6rem;
  line-height: 2;
}
.lower__list--nav .wp-pagenavi {
  background: none;
  padding: 0;
  padding-top: 32px;
  border-top: 1px solid #d1cfca;
}
.lower__list--nav span,
.lower__list--nav a {
  padding: 0;
  min-width: 36px;
  width: 36px;
  height: 36px;
  line-height: 36;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #444545;
  border-radius: 50%;
  border: none;
}
.lower__list--nav span.current, .lower__list--nav span:hover,
.lower__list--nav a.current,
.lower__list--nav a:hover {
  opacity: 1;
  color: #fff;
}
.lower__list--nav .pages {
  display: none;
}
.lower__detail--wrapper {
  max-width: 640px;
  margin: auto;
}
.lower__detail--figure {
  display: block;
  border-radius: 20px;
  border: 1px solid #999;
  overflow: hidden;
  margin-bottom: 40px;
}
.lower__column--wrapper {
  padding: 50px;
  width: 100%;
  display: block;
  background-color: #fff;
}
.lower__column--wrapper + .lower__column--wrapper {
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .lower__column--wrapper {
    padding: 30px;
  }
}
.lower__column--link {
  display: block;
  word-wrap: 100%;
  font-size: 1.6rem;
}
.lower__column--headline {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.lower__products table {
  border: unset;
  border-style: solid;
  border-color: unset;
  border-width: 2px;
}
@media screen and (min-width: 828px) {
  .lower__products table {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
  }
}
.lower__products table th,
.lower__products table td {
  display: table-cell !important;
  min-width: 120px;
  width: auto;
  font-size: 1.6rem;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: unset;
  border-style: solid;
  border-color: unset;
  border-width: 2px;
}
@media screen and (max-width: 828px) {
  .lower__products table th,
  .lower__products table td {
    height: auto !important;
  }
}
.lower__products img {
  display: block;
}
.lower__products--image {
  display: block;
  position: relative;
  margin-bottom: 28px;
}
.lower__products--link {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 141px;
  max-height: 141px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .lower__products--link {
    max-width: 100px;
    max-height: 100px;
  }
}
.lower__products--wrapper {
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .lower__products--wrapper {
    padding: 20px;
  }
}
.lower__products--inner + .lower__products--inner {
  margin-top: 65px;
}
.lower__products--headline {
  position: relative;
  font-size: 1.8rem;
  color: #1f266e;
  background: #f0f5fb;
  border-left: 14px solid #1f266e;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .lower__products--headline {
    font-size: 1.6rem;
    border-left-width: 7px;
    padding: 10px;
  }
}
.lower__products--headline.active .lower__products--ico {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.lower__products--head {
  margin-top: 24px;
}
.lower__products--text {
  margin-bottom: 32px;
}
.lower__products--ico {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  width: 20px;
  height: auto;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.lower__products--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lower__products--column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 74%;
  -webkit-flex-basis: 74%;
      -ms-flex-preferred-size: 74%;
          flex-basis: 74%;
}
.lower__products--column + .lower__products--column {
  max-width: 23%;
  -webkit-flex-basis: 23%;
      -ms-flex-preferred-size: 23%;
          flex-basis: 23%;
}
@media screen and (max-width: 1000px) {
  .lower__products--column, .lower__products--column + .lower__products--column {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.lower__products--figure {
  aspect-ratio: 595/446;
}
.lower__products--figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lower__products--group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -4px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lower__products .slick-arrow::before {
  display: none;
}
.lower__products .slick-prev, .lower__products .slick-next {
  width: 30px;
  height: 30px;
  top: unset;
  right: unset;
  left: 50%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% !important;
  z-index: 1;
}
.lower__products .slick-prev {
  top: 0;
  background-image: url(../../../uploads/2023/06/slick_arrow_prev.png) !important;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 1000px) {
  .lower__products .slick-prev {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.lower__products .slick-next {
  bottom: 0;
  background-image: url(../../../uploads/2023/06/slick_arrow_next.png) !important;
  -webkit-transform: translate(-50%, 0%) rotate(90deg);
          transform: translate(-50%, 0%) rotate(90deg);
}
@media screen and (max-width: 1000px) {
  .lower__products .slick-next {
    top: 50%;
    left: unset;
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
.lower__products--list {
  aspect-ratio: 187/140;
}
.lower__products--list + .lower__products--list {
  margin-top: 12px;
}
@media screen and (max-width: 1000px) {
  .lower__products--list + .lower__products--list {
    margin-top: 0;
  }
}
.lower__products--list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower__products--fits {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.lower__products--fit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower__products--btns {
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 60px;
}
.lower__products--btn,
.lower__products p a {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
  background-color: #1f266e;
  border-radius: 100px;
  padding: 15px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .lower__products--btn,
  .lower__products p a {
    width: 100%;
    font-size: 1.4rem;
    padding: 16px 10px;
  }
}
.lower__products--banner {
  padding: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#1f266e), to(#24b9d7));
  background: -webkit-linear-gradient(left, #1f266e, #24b9d7);
  background: linear-gradient(to right, #1f266e, #24b9d7);
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .lower__products--banner {
    padding: 20px 10px;
  }
}
.lower__products--catch {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 20px;
}
.lower__products--flexs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 16px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lower__products--button {
  display: block;
  width: 340px;
  text-align: center;
  line-height: 54px;
  border-radius: 54px;
  font-size: 1.5rem;
  text-align: center;
  color: #1f266e;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .lower__products--button {
    width: 270px;
    font-size: 1.3rem;
  }
}
.lower__products .list__detail {
  margin-top: 0;
  border-top: none;
}
.lower__download--text {
  margin-bottom: 50px;
}
.lower__download--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lower__download--column {
  max-width: 33.3%;
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .lower__download--column {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 500px) {
  .lower__download--column {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.lower__download--inner {
  position: relative;
  padding: 30px 30px 90px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.lower__download--media {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
  overflow: hidden;
  margin-bottom: 40px;
}
.lower__download--image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lower__download--caption {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.lower__download--btns {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: calc(100% - 60px);
  width: 100%;
}
.lower__download--btn {
  display: block;
  max-width: 190px;
  width: 100%;
  line-height: 38px;
  border-radius: 38px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #1f266e;
  margin: auto;
}
.lower__faq--wrapper {
  padding: 80px;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .lower__faq--wrapper {
    padding: 30px;
  }
}
.lower__faq--block + .lower__faq--block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #999;
}
@media screen and (max-width: 1000px) {
  .lower__faq--block + .lower__faq--block {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.lower__faq--inner {
  position: relative;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lower__faq--inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  color: #1f266e;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .lower__faq--inner {
    padding-left: 40px;
  }
  .lower__faq--inner::before {
    font-size: 2rem;
  }
}
.lower__faq--caption {
  font-size: 2rem;
  color: #1f266e;
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .lower__faq--caption {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
.lower__requirements {
  padding: 90px 0;
  background: #fff;
}
.lower__requirements--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px;
}
.lower__requirements--tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lower__requirements--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1f266e;
  background: #f0f5fb;
}
.lower__requirements--link:hover, .lower__requirements--link.current__on {
  opacity: 1;
  color: #fff;
  background: #1f266e;
}
.lower__requirements--link:hover path, .lower__requirements--link.current__on path {
  fill: #fff;
}
@media screen and (max-width: 1000px) {
  .lower__requirements--link {
    font-size: 1.6rem;
    gap: 16px;
  }
}
.lower__requirements--block {
  border: 2px solid #1f266e;
  padding: 60px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .lower__requirements--block {
    padding: 30px 25px;
  }
}
.lower__requirements--headline {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #1f266e;
  background: #f0f5fb;
  border-left: 14px solid #1f266e;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lower__requirements--headline svg {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 1000px) {
  .lower__requirements--headline {
    font-size: 1.6rem;
    padding: 10px 15px;
    border-left-width: 8px;
  }
  .lower__requirements--headline svg {
    right: 8px;
  }
}
.lower__requirements--wrapper + .lower__requirements--wrapper {
  margin-top: 20px;
}
.lower__requirements--wrapper table {
  border-top: 1px solid #999;
}
.lower__requirements--wrapper th,
.lower__requirements--wrapper td {
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #999;
  font-size: 1.6rem;
  vertical-align: top;
}
.lower__requirements--wrapper th {
  background: #f0f5fb;
  width: 230px;
  text-align: left;
  font-weight: bold;
  color: #1f266e;
}
@media screen and (max-width: 1000px) {
  .lower__requirements--wrapper th,
  .lower__requirements--wrapper td {
    display: block;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lower__requirements--wrapper th br,
  .lower__requirements--wrapper td br {
    display: block !important;
  }
  .lower__requirements--wrapper th {
    border-bottom: none;
  }
}
.lower__requirements--inner {
  margin-bottom: 50px;
}
.lower__requirements--posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -4px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lower__requirements--post {
  display: block;
  max-width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .lower__requirements--post {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.lower__requirements--unit {
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .lower__requirements--unit {
    padding: 10px;
    font-size: 1.5rem;
    font-weight: normal;
    gap: 8px;
  }
}
.lower__requirements--unit svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.lower__recruit {
  padding-bottom: 50px;
}
.lower__recruit--nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -7px -10px;
}
.lower__recruit--list {
  display: block;
  max-width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .lower__recruit--list {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 500px) {
  .lower__recruit--list {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.lower__recruit--link {
  display: block;
  text-align: center;
  line-height: 52px;
  border-radius: 52px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #1f266e;
  background: #fff;
  border: 1px solid #1f266e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lower__recruit--link:hover, .lower__recruit--link.is_current_page {
  opacity: 1;
  color: #fff;
  background: #1f266e;
}
.lower__data {
  padding: 90px 0;
  background: #fff;
}
.lower__data--contents {
  padding-top: 30px;
}
@media screen and (max-width: 1000px) {
  .lower__data--contents {
    padding-top: 0;
  }
}
.lower__data--headline, .lower__data--caption {
  color: #1f266e;
  margin-bottom: 30px;
}
.lower__data--headline {
  font-size: 3.2rem;
}
@media screen and (max-width: 1000px) {
  .lower__data--headline {
    font-size: 2.4rem;
  }
}
.lower__data--caption {
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  .lower__data--caption {
    font-size: 2rem;
  }
}
.lower__data--wrapper {
  margin-top: 50px;
}
.lower__data--inner {
  height: 100%;
  background: #f0f5fb;
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  .lower__data--inner {
    padding: 20px 15px;
  }
}
.lower__data--bg {
  color: #fff;
  background: #24b9d7;
}
.lower__data--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -15px;
}
.lower__data--column {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}
.lower__data--block1 {
  max-width: 33.3%;
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
}
@media screen and (max-width: 1200px) {
  .lower__data--block1 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .lower__data--block1 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.lower__data--block2 {
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media screen and (max-width: 1200px) {
  .lower__data--block2 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.lower__data--flexs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
}
.lower__data--flex {
  min-width: 40px;
}
.lower__data--flex p {
  text-align: center;
}
.lower__data--default {
  position: relative;
}
.lower__data--average {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  color: #1f266e;
}
.lower__data--averagetext {
  display: block;
  line-height: 1.6;
}
.lower__data--imagearea {
  margin-top: 30px;
}
.lower__data--field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower__data--number {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
}
.lower__data--mini {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .lower__data--mini {
    font-size: 2.5rem;
  }
}
.lower__data--middle {
  font-size: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .lower__data--middle {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .lower__data--middle {
    font-size: 3rem;
  }
}
.lower__data--large {
  font-size: 7rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .lower__data--large {
    font-size: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .lower__data--large {
    font-size: 5rem;
  }
}
.lower__data--txt {
  font-size: 2rem;
  color: #1f266e;
  line-height: 1;
}
.lower__data--wrap {
  margin-top: 25px;
}
.lower__data--image1 {
  max-width: 23px;
}
.lower__data--image2 {
  max-width: 117px;
}
.lower__data--image2.small_img {
  max-width: 93px;
  margin: 12px 0;
}
.lower__data--position {
  position: relative;
  width: 300px;
  height: 260px;
  margin: auto;
}
.lower__data--position1 {
  width: 290px;
  height: 245px;
}
@media screen and (max-width: 1200px) {
  .lower__data--position1 {
    height: 225px;
  }
}
@media screen and (max-width: 500px) {
  .lower__data--position1 {
    width: 270px;
  }
}
@media screen and (max-width: 500px) {
  .lower__data--position2 {
    width: 250px;
    height: 220px;
  }
}
.lower__data--set {
  position: absolute;
  width: 145px;
  height: 145px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .lower__data--set {
    width: 135px;
    height: 135px;
  }
}
.lower__data--set1 {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #24b9d7;
}
.lower__data--set2 {
  bottom: 35px;
  height: 110px;
  width: 110px;
  border: solid #F0F5FB 4px;
  left: calc(50% - 80px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lower__data--set2 .lower__data--middle {
  font-size: 3rem;
}
.lower__data--set3 {
  bottom: 0;
  right: 0;
  border: solid #F0F5FB 4px;
}
.lower__data--set p {
  line-height: 1.2;
  text-align: center;
}
.lower__data--label {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  color: inherit;
}
.lower__data--white {
  color: #fff;
}
.lower__data--black {
  color: #333;
}
.lower__data--tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.lower__data--tab + .lower__data--tab {
  margin-top: 10px;
}
.lower__data--description {
  font-size: 2.2rem;
}
.lower__data--unit {
  font-size: 1.6rem;
}
.lower__data--count {
  font-size: 3rem;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 900;
  color: #1f266e;
}
.lower__data--unity {
  font-size: 1.6rem;
}
.lower__data--description {
  width: 50px;
}
.lower__data--border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: calc(100% - 50px);
}
.lower__data--verticalline {
  position: relative;
  display: inline-block;
  width: 0%;
  height: 100%;
}
.lower__data--verticalline::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #24b9d7;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.lower__data--verticalline.add_blue::before {
  background: #1F266E;
}
.lower__data--20 {
  width: 21%;
}
.lower__data--30 {
  width: 31%;
}
.lower__data--40 {
  width: 27%;
}
.lower__data--50 {
  width: 18%;
}
.lower__data--60 {
  width: 0%;
}
.lower__data--70 {
  width: 3%;
}
.lower__data--unverticalline::before {
  width: 0 !important;
}
.lower__data--horizonline {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 150px;
}
.lower__data--horizonline::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #24b9d7;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.lower__data--58 {
  height: 138px;
}
.lower__data--15 {
  height: 33px;
}
.lower__data--19 {
  height: 46px;
}
.lower__data--8 {
  height: 22px;
}
.lower__data--unhorizonline::before {
  height: 0 !important;
}
.lower__data--horizons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.lower__data--bloodlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lower__data--bloodtab {
  text-align: center;
}
.lower__data--bloodtab .image {
  margin-bottom: 5px;
}
.lower__data--area {
  position: absolute;
}
.lower__data--mainarea {
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lower__data--main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  background-image: url(../../../uploads/2023/06/img_data9.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .lower__data--main {
    width: 100px;
    height: 100px;
  }
}
.lower__data--subarea1 {
  top: 0;
  left: 0;
}
.lower__data--subarea2 {
  top: 0;
  right: 0;
}
.lower__data--subarea3 {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lower__data--subarea4 {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lower__data--subarea5 {
  bottom: 0;
  left: 0;
}
.lower__data--subarea6 {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lower__data--subarea7 {
  bottom: 0;
  right: 0;
}
.lower__data--sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 500px) {
  .lower__data--sub {
    width: 70px;
    height: 70px;
  }
}
.lower__data--sub.add_abroad {
  background: rgba(44, 173, 213, 0.25);
}
.lower__data--textfield {
  margin-bottom: 40px;
}
.lower__data--textlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px -7px;
}
.lower__data--texttab {
  display: block;
  max-width: 33.3%;
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
  padding: 5px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .lower__data--texttab {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.lower__data--textblock {
  display: block;
  text-align: center;
  line-height: 43px;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .lower__data--textblock {
    font-size: 1.5rem;
  }
}
.lower__access--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.lower__access--column {
  max-width: calc(50% - 20px);
  -webkit-flex-basis: calc(50% - 20px);
      -ms-flex-preferred-size: calc(50% - 20px);
          flex-basis: calc(50% - 20px);
}
.lower__access--headline {
  font-size: 1.6rem;
  margin-bottom: 1em;
  color: #1f266e;
}
.lower__access--map {
  aspect-ratio: 3/2;
  margin-bottom: 20px;
}
.lower__access--map iframe {
  width: 100%;
  height: 100%;
}
.lower__access--address {
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .lower__access--columns {
    display: block;
  }
  .lower__access--column {
    max-width: 100%;
    width: 100%;
  }
  .lower__access--column + .lower__access--column {
    margin-top: 40px;
  }
}

.contents__products--tax {
  margin-bottom: 50px;
}
.contents__products--menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -8px;
}
.contents__products--navi {
  display: block;
  max-width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .contents__products--navi {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.contents__products--navlink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 67px;
  z-index: 1;
  overflow: hidden;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.contents__products--navlink::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.5;
  z-index: -1;
}
.contents__products--navlink::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #24b9d7;
  z-index: 1;
  opacity: 0;
}
.contents__products--navlink.current, .contents__products--navlink:hover {
  opacity: 1;
}
.contents__products--navlink.current::after, .contents__products--navlink:hover::after {
  opacity: 1;
}
.contents__products--img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.contents__products--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contents__products--tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  align-items: center;
  color: #1f266e;
  background: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contents__products--tab.on, .contents__products--tab:hover {
  color: #fff;
  background: #1f266e;
}
.contents__products--tab.on path, .contents__products--tab:hover path {
  fill: #fff;
}
.contents__products--block {
  padding: 50px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #1f266e;
}
.contents__products--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contents__products--column {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
@media screen and (max-width: 1000px) {
  .contents__products--column {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.contents__products--link {
  display: block;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  font-weight: bold;
}
.contents__products--media {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
  margin: 0;
  margin-bottom: 17px;
  overflow: hidden;
}
.contents__products--image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents__case--list + .contents__case--list {
  padding-top: 100px;
  margin-top: 50px;
  border-top: 1px solid #999;
}
@media screen and (max-width: 1000px) {
  .contents__case--list + .contents__case--list {
    padding-top: 50px;
  }
}
.contents__case--slide {
  padding: 40px;
  border: 1px solid #999;
  margin: 0 40px;
}
@media screen and (max-width: 1000px) {
  .contents__case--slide {
    margin: 0 10px;
  }
}
.contents__case--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -35px;
}
@media screen and (max-width: 1000px) {
  .contents__case--columns {
    display: block;
    margin: -15px;
  }
}
.contents__case--column {
  display: block;
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .contents__case--column {
    padding: 15px;
  }
}
.contents__case--img {
  max-width: 470px;
  -webkit-flex-basis: 470px;
      -ms-flex-preferred-size: 470px;
          flex-basis: 470px;
}
@media screen and (max-width: 1000px) {
  .contents__case--img {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.contents__case--info {
  max-width: calc(100% - 470px);
  -webkit-flex-basis: calc(100% - 470px);
      -ms-flex-preferred-size: calc(100% - 470px);
          flex-basis: calc(100% - 470px);
}
@media screen and (max-width: 1000px) {
  .contents__case--info {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.contents__case--headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  gap: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .contents__case--headline {
    display: block;
    font-size: 1.8rem;
  }
}
.contents__case--count {
  font-size: 3rem;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 900;
  color: #999;
}
@media screen and (max-width: 1000px) {
  .contents__case--count {
    font-size: 2.8rem;
    display: block;
    margin-bottom: 4px;
  }
}
.contents__case--catch {
  font-size: 2.4rem;
  color: #1f266e;
}
@media screen and (max-width: 1000px) {
  .contents__case--catch {
    font-size: 1.6rem;
  }
}
.contents__case--inner {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .contents__case--inner {
    margin-top: 20px;
  }
}
.contents__case--attempt {
  margin-top: 50px;
  padding: 40px 50px;
  background-color: #fff;
}
.contents__case--caption {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 15px;
}
.contents__case--caption span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
.contents__case--light {
  background-color: #24b9d7;
}
.contents__case--dark {
  background-color: #1f266e;
}
.contents__case--btns {
  margin-top: 30px;
}
.contents__case--btn {
  display: block;
  max-width: 280px;
  width: 100%;
  line-height: 54px;
  border-radius: 54px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #1f266e;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .contents__case--btn {
    max-width: 230px;
    line-height: 42px;
  }
}

.mv__image {
  width: 100%;
  height: auto;
}
.mv__pc {
  display: block !important;
}
@media screen and (max-width: 1000px) {
  .mv__pc {
    display: none !important;
  }
}
.mv__mobile {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .mv__mobile {
    display: block !important;
  }
}

.mv__slider .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 82px;
  height: auto;
  background-position: center center !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  z-index: 1;
  opacity: 1;
}
.mv__slider .slick-arrow::before {
  display: none;
}
@media screen and (max-width: 1000px) {
  .mv__slider .slick-arrow {
    width: 32px;
  }
}
.mv__slider .slick-prev {
  left: 40px;
  background-image: url(../images/arrow-prev.svg) !important;
}
@media screen and (max-width: 1000px) {
  .mv__slider .slick-prev {
    left: 8px;
  }
}
.mv__slider .slick-next {
  right: 40px;
  background-image: url(../images/arrow-next.svg) !important;
}
@media screen and (max-width: 1000px) {
  .mv__slider .slick-next {
    right: 8px;
  }
}
.mv__slider a {
  display: block;
}

@media screen and (max-width: 1000px) {
  .mv__slider img {
    width: 100%;
  }
  .mv__slider a {
    display: block;
  }
}
.top .btn__link {
  width: 280px;
}
.top__headline {
  font-size: 1.6rem;
  color: #999;
  font-weight: 500;
  margin-bottom: 70px;
}
@media screen and (max-width: 1000px) {
  .top__headline {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}
.top__name {
  display: block;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 900;
  font-size: 5.2rem;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .top__name {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.top__products {
  padding: 90px 0;
}
@media screen and (max-width: 1000px) {
  .top__products {
    padding: 50px 0;
  }
}
.top__ordermade {
  padding: 90px 0;
  color: #fff;
  background: #1f266e;
}
@media screen and (max-width: 1200px) {
  .top__ordermade {
    padding: 44px 0;
  }
}
.top__ordermade .top__headline, .top__ordermade .top__name {
  color: #fff;
}
.top__production {
  padding: 70px 0;
}
.top__production--wrapper {
  position: relative;
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  color: #fff;
  text-align: center;
  background-image: url(../../../uploads/2023/06/bg_home1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.top__production--image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: calc(100% - 30px);
}
.top__production--inner {
  position: relative;
  z-index: 1;
  display: block;
  padding: 50px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.4rem;
}
@media screen and (max-width: 1000px) {
  .top__production--inner {
    font-size: 1.4rem;
    padding: 20px 15px;
  }
}
.top__production--catch {
  display: block;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 900;
  font-size: 4rem;
}
@media screen and (max-width: 1000px) {
  .top__production--catch {
    font-size: 2.9rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.top__production--headline {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 2.4rem;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.81);
}
@media screen and (max-width: 1000px) {
  .top__production--headline {
    font-size: 1.5rem;
    text-align: left;
  }
}
.top__production--headline::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 26px;
  background-image: url(../../../uploads/2023/06/arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.top__case {
  overflow: clip;
  padding-bottom: 56px;
}
.top__menu {
  padding: 45px 0;
  background: #f0f5fb;
}
@media screen and (max-width: 500px) {
  .top__menu {
    padding: 0;
  }
  .top__menu .container {
    padding: 0;
  }
}
.top__menu--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -7px -14px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 500px) {
  .top__menu--list {
    margin: 0;
    display: block;
    border-top: 1px solid #1f266e;
  }
}
.top__menu--tab {
  padding: 7px 14px;
  background-origin: border-box;
}
@media screen and (max-width: 500px) {
  .top__menu--tab {
    padding: 0;
    border-bottom: 1px solid #1f266e;
  }
}
.top__menu--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  width: 280px;
  line-height: 54px;
  border-radius: 54px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #1f266e;
}
.top__menu--link svg {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 500px) {
  .top__menu--link {
    position: relative;
    background: transparent;
    border-radius: 0;
    padding: 15px 20px;
    color: #1f266e;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top__menu--link svg {
    display: block;
  }
}
.top__menu--image {
  display: block;
  width: 26px;
}
@media screen and (max-width: 500px) {
  .top__menu--image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    padding: 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    background: #1f266e;
  }
}
.top__strength {
  padding: 90px 0;
}
@media screen and (max-width: 1000px) {
  .top__strength {
    padding: 60px 0;
  }
}
.top__strength--wrapper {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .top__strength--wrapper {
    text-align: left;
    margin-bottom: 20px;
  }
}
.top__strength--headline {
  font-size: 2.8rem;
  color: #1f266e;
  font-weight: 500;
  margin-bottom: 22px;
}
@media screen and (max-width: 1000px) {
  .top__strength--headline {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 17px;
  }
}
.top__strength--image {
  margin: auto;
}
.top__block {
  overflow: clip;
}
.top__block--image {
  display: block;
  margin: 0;
}
.top__recruit {
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .top__recruit {
    padding: 80px 0;
  }
}
.top__recruit .top__headline {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .top__recruit .top__headline {
    text-align: center;
  }
}
.top__recruit::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 100%;
  width: 100%;
  max-height: calc(100% - 300px);
  height: 100%;
  background-image: url(../../../uploads/2023/12/bg_home2.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
@media screen and (min-width: 1601px) {
  .top__recruit::before {
    background-position: center center;
  }
}
@media screen and (max-width: 1000px) {
  .top__recruit::before {
    top: 240px;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../../../uploads/2023/12/bg_home2-sp.png);
    background-position: top center;
    background-size: 375px auto;
    max-width: 100%;
    max-height: unset;
  }
}
.top__recruit--headline {
  font-size: 2.8rem;
  color: #1f266e;
  margin-bottom: 50px;
}
.top__recruit--wrapper {
  max-width: 570px;
}
@media screen and (max-width: 1000px) {
  .top__recruit--wrapper {
    max-width: 100%;
  }
  .top__recruit--wrapper > .btn__wrap {
    margin-top: 480px;
  }
}
.top__recruit--inner {
  margin-top: 90px;
}
.top__recruit--columns {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .top__recruit--columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
.top__recruit--link {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top__recruit--link::before, .top__recruit--link::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  z-index: 1;
  border-color: #999;
  border-width: 1px;
}
.top__recruit--link::before {
  top: 0;
  left: 0;
  border-top-style: solid;
  border-left-style: solid;
}
.top__recruit--link::after {
  bottom: 0;
  right: 0;
  border-bottom-style: solid;
  border-right-style: solid;
}
@media screen and (max-width: 1000px) {
  .top__recruit--link {
    padding: 0;
  }
}
.top__recruit--media {
  display: block;
  position: relative;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
}
.top__recruit--image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.top__recruit--title {
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .top__recruit--title {
    font-size: 1.5rem;
  }
}
.top__recruit--counter {
  display: block;
  font-size: 3.8rem;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #999;
  margin-bottom: 15px;
  font-weight: 900;
}
.top__recruit--counter small {
  font-size: 2.8rem;
}
@media screen and (max-width: 1000px) {
  .top__recruit--counter {
    font-size: 3.1rem;
  }
  .top__recruit--counter small {
    font-size: 2.3rem;
  }
}
.top__recruit--name {
  display: block;
  font-size: 1.8rem;
  color: #1f266e;
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .top__recruit--name {
    font-size: 1.5rem;
  }
}
.top__company {
  padding-bottom: 100px;
}
.top__company--image {
  display: block;
}
.top__company .top__headline {
  margin-bottom: 30px;
}
.top__company--wrapper {
  position: relative;
}
.top__company--inner {
  position: absolute;
  padding-top: 50px;
  max-width: calc(100% - 200px);
  width: 100%;
  padding-left: calc((100vw - 1215px) / 2);
  padding-right: 100px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .top__company--inner {
    position: relative;
    max-width: calc(100% - 20px);
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: -70px;
  }
}
.top__company--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 500px) {
  .top__company--columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.top__company--headline {
  font-size: 2.8rem;
  color: #1f266e;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .top__company--headline {
    font-size: 2.2rem;
    font-weight: 500;
  }
}
.top__news {
  padding: 100px 0;
  background: #f0f5fb;
}
@media screen and (max-width: 1000px) {
  .top__news {
    padding: 40px 0;
  }
}
.top__news--wrapper {
  max-width: 900px;
  margin: auto;
}
.top__news--tab {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
.top__news--tab + .top__news--tab {
  padding-top: 30px;
}
@media screen and (max-width: 500px) {
  .top__news--tab {
    padding-bottom: 25px;
  }
  .top__news--tab + .top__news--tab {
    padding-top: 15px;
  }
}
.top__news--flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 200px;
  gap: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 500px) {
  .top__news--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top__news--time {
  font-size: 1.6rem;
}
.top__news--cat {
  width: 100px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 3px;
}
.top__news--link {
  display: inline-block;
  font-size: 1.6rem;
}

.toggle__block + .toggle__block {
  margin-top: 25px;
}
.toggle__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #1f266e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.toggle__text {
  width: 60px;
  line-height: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  align-items: center;
  color: #1f266e;
  background-color: #fff;
  gap: 3px;
}
.toggle__text::after {
  content: "開く";
}
.toggle__text.active .toggle__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.toggle__text.active::after {
  content: "閉じる";
}
.toggle__arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.toggle__contents {
  padding: 24px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #1f266e;
}
.toggle__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.toggle__column {
  max-width: 33.3%;
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .toggle__column {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.toggle__link {
  display: block;
  font-size: 1.5rem;
}
.toggle__media {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
  overflow: hidden;
}
.toggle__image {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-origin: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

.show__pc {
  display: block !important;
}
@media screen and (max-width: 1000px) {
  .show__pc {
    display: none !important;
  }
}
.show__sp {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .show__sp {
    display: block !important;
  }
}

.banner {
  position: fixed;
  bottom: 50px;
  right: 0;
  width: 400px;
  height: 260px;
  z-index: 99;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .banner {
    width: 100%;
    height: auto;
    bottom: 0;
  }
}
.banner__close {
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 27px;
  max-height: 27px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .banner__close {
    top: 4px;
    right: 7px;
    -webkit-transform: none;
            transform: none;
  }
}
.banner__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.94);
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  .banner__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    color: #333333;
    background: #FFFFFF;
    padding: 0;
    border-top: solid 1px #F8F8F8;
  }
}
.banner p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.banner p small {
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .banner p {
    font-size: 1.5rem;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 12px 0;
    color: #333333;
    font-weight: 500;
  }
  .banner p small {
    font-size: 1.3rem;
  }
}
.banner__tel {
  font-size: 3.5rem;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 900;
  margin-top: 10px;
  line-height: 1;
}
.banner__tel small {
  font-size: 2.9rem;
}
@media screen and (max-width: 1000px) {
  .banner__tel small {
    font-size: 2.2rem;
  }
}
.banner__btn {
  margin-top: 16px;
}
.banner__btn .btn__link {
  width: 318px;
}
@media screen and (max-width: 1000px) {
  .banner__btn {
    border-top: 1px solid #fff;
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.8rem;
    padding: 9px 0;
    font-size: 1.5rem;
    gap: 10px;
    color: #fff !important;
    line-height: 1;
    background-color: #1F266E;
  }
  .banner__btn + .banner__btn {
    border-left: 1px solid #fff;
  }
}
.banner__image {
  display: block;
  width: 26px;
  height: 26px;
  padding: 6px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .banner img {
    max-width: 30px;
  }
}

/*add*/
.top__products .contents__products--tab {
  background: #F0F5FB;
}
.top__products .contents__products--tab.on,
.top__products .contents__products--tab:hover {
  color: #fff;
  background: #1f266e;
}

@media screen and (min-width: 500px) and (max-width: 1000px) {
  .top__recruit--inner {
    max-width: 580px;
    margin: auto;
    margin-top: 90px;
  }
  .top__recruit--slider .slick-prev::before {
    right: auto;
  }
  .top__recruit--slider .slick-prev::before {
    left: auto;
  }
  .top__recruit--headline {
    text-align: center;
  }
  .top__recruit--columns {
    padding: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .top__recruit .btn__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lower__cat {
    margin-bottom: 40px;
  }
  .lower__products--column + .lower__products--column {
    margin-top: 24px;
  }
  .lower__products .headline__title,
  .lower__products .wp-block-heading {
    margin-top: 24px;
  }
  .lower__products--field a {
    margin-top: 24px;
  }
}
@media screen and (max-width: 500px) {
  .top__recruit {
    overflow: hidden;
  }
  .top__recruit .parts--slider .contents__case .slick-next {
    right: 0;
  }
  .top__recruit .parts--slider .contents__case .slick-next::before {
    right: 0;
  }
  .top__recruit .top__recruit--columns {
    padding: 25px;
  }
  .top__recruit .top__recruit--slider .slick-next {
    right: 0;
  }
  .top__recruit .top__recruit--slider .slick-prev {
    left: 0;
  }
  .top__recruit .top__recruit--slider .slick-prev::before {
    left: -15px;
  }
}
.mt__block {
  margin-top: 15px;
}

.rtt {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rtt.pos {
  bottom: 0 !important;
}

.site__link {
  height: auto;
  text-align: center;
  height: 32px;
  width: 127px;
  font-size: 1.5rem;
}
.site__link option {
  line-height: 32px;
}
.site__link--menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.site__link--label {
  font-size: 16px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1f266e;
}
.site__link--label[data-current] {
  text-decoration: underline;
}
.site__link--label + .site__link--label {
  border-left: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .site__link--label {
    color: #fff;
  }
  .site__link--label + .site__link--label {
    border-left: 1px solid #fff;
  }
}

.policy {
  padding-top: 72px;
}
@media screen and (max-width: 1000px) {
  .policy {
    padding-top: 32px;
  }
}

.swipe {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 820px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #ddd;
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

@-webkit-keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
.l-recruit_banner {
  display: block;
  margin: auto;
  margin-top: 70px;
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .l-recruit_banner {
    margin-top: 40px;
    max-width: 320px;
  }
}

.m-contents {
  padding: 0 0 90px;
}
@media screen and (max-width: 1000px) {
  .m-contents {
    padding: 0 0 56px;
  }
}

.top__ordermade--banner {
  display: block;
  border-radius: 40px;
  overflow: clip;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .top__ordermade--banner {
    border-radius: 20px;
    max-width: 670px;
  }
}

.m-contents_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .m-contents_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}

.m-contents_card {
  position: relative;
  aspect-ratio: 38/24;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 700;
  overflow: clip;
}
.m-contents_card figure {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.m-contents_card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-contents_card span {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5555555556em;
}
.m-contents_card h3 {
  position: relative;
  background: rgba(12, 17, 67, 0.8);
  padding: 12px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  margin-top: 11px;
}
.m-contents_card h3::after {
  position: absolute;
  content: "";
  aspect-ratio: 12/20;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 12px;
  width: 100%;
  height: auto;
  background-image: url(../images/arrow.svg);
  background-size: 100%;
}
@media screen and (max-width: 1000px) {
  .m-contents_card {
    aspect-ratio: 335/150;
  }
  .m-contents_card span,
  .m-contents_card h3 {
    font-size: 1.5rem;
  }
  .m-contents_card h3 {
    padding: 10px 14px;
  }
}

.i-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.footer__btns .i-btn {
  margin-top: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.i-btn a {
  aspect-ratio: 1/1;
  max-width: 44px;
  width: 100%;
  height: auto;
}
.footer__btns .i-btn a {
  max-width: 37px;
}

@media screen and (min-width: 828px) {
  .l-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
  }
}

.l-side_main {
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (min-width: 828px) {
  .l-side_main {
    width: 41.6666666667%;
    margin-bottom: 0;
  }
}

.l-side_sub {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-side_sub h2 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  color: #1f266e;
}
@media screen and (min-width: 828px) {
  .l-side_sub h2 {
    font-size: 3.2rem;
  }
}

.l-consultant {
  padding-bottom: 60px;
}
@media screen and (min-width: 828px) {
  .l-consultant {
    padding-bottom: 155px;
  }
}

.l-consultant_image {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 828px) {
  .l-consultant_image {
    margin-top: 80px;
    margin-bottom: 75px;
  }
}

.l-consultant_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F0F5FB;
  padding: 24px;
  padding-bottom: 200px;
}
@media screen and (min-width: 828px) {
  .l-consultant_wrap {
    padding: 50px;
    padding-right: 272px;
  }
}

.l-consultant_pic {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 182px;
  height: auto;
}
@media screen and (max-width: 828px) {
  .l-consultant_pic {
    width: 150px;
  }
}

.l-consultant_side {
  margin-top: 40px;
}
.l-consultant_side figure {
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (min-width: 828px) {
  .l-consultant_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 55px;
    margin-top: 93px;
  }
  .l-consultant_side figure {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}

.l-consultant_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-consultant_info h3 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  color: #1f266e;
}

.example__grid a {
  text-decoration: underline;
  color: #1f266e;
}

.l-consultant .page__btn {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 828px) {
  .l-consultant .page__btn {
    margin-top: 46px;
  }
}
.l-consultant .page__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.top__topics {
  padding: 90px 0;
  color: #fff;
  background: #1f266e;
}
@media screen and (max-width: 1200px) {
  .top__topics {
    padding: 44px 0;
  }
}
.top__topics .top__headline,
.top__topics .top__name {
  color: #fff;
}/*# sourceMappingURL=custom.css.map */