@charset "UTF-8";
/**
Theme Name: オリジナルテーマ
Vertion: 1.0
Author: nanoha
Description: オリジナルテーマ
*/
:root {
  --8px: calc(8 / 16 * 1rem);
  --9px: calc(9 / 16 * 1rem);
  --10px: calc(10 / 16 * 1rem);
  --11px: calc(11 / 16 * 1rem);
  --12px: calc(12 / 16 * 1rem);
  --13px: calc(13 / 16 * 1rem);
  --14px: calc(14 / 16 * 1rem);
  --15px: calc(15 / 16 * 1rem);
  --16px: calc(16 / 16 * 1rem);
  --17px: calc(17 / 16 * 1rem);
  --18px: calc(18 / 16 * 1rem);
  --19px: calc(19 / 16 * 1rem);
  --20px: calc(20 / 16 * 1rem);
  --21px: calc(21 / 16 * 1rem);
  --22px: calc(22 / 16 * 1rem);
  --23px: calc(23 / 16 * 1rem);
  --24px: calc(24 / 16 * 1rem);
  --25px: calc(25 / 16 * 1rem);
  --26px: calc(26 / 16 * 1rem);
  --27px: calc(27 / 16 * 1rem);
  --28px: calc(28 / 16 * 1rem);
  --29px: calc(29 / 16 * 1rem);
  --30px: calc(30 / 16 * 1rem);
  --31px: calc(31 / 16 * 1rem);
  --32px: calc(32 / 16 * 1rem);
  --33px: calc(33 / 16 * 1rem);
  --34px: calc(34 / 16 * 1rem);
  --35px: calc(35 / 16 * 1rem);
  --36px: calc(36 / 16 * 1rem);
  --37px: calc(37 / 16 * 1rem);
  --38px: calc(38 / 16 * 1rem);
  --39px: calc(39 / 16 * 1rem);
  --40px: calc(40 / 16 * 1rem);
  --41px: calc(41 / 16 * 1rem);
  --42px: calc(42 / 16 * 1rem);
  --43px: calc(43 / 16 * 1rem);
  --44px: calc(44 / 16 * 1rem);
  --45px: calc(45 / 16 * 1rem);
  --46px: calc(46 / 16 * 1rem);
  --47px: calc(47 / 16 * 1rem);
  --48px: calc(48 / 16 * 1rem);
  --49px: calc(49 / 16 * 1rem);
  --50px: calc(50 / 16 * 1rem);
  --51px: calc(51 / 16 * 1rem);
  --52px: calc(52 / 16 * 1rem);
  --53px: calc(53 / 16 * 1rem);
  --54px: calc(54 / 16 * 1rem);
  --55px: calc(55 / 16 * 1rem);
  --56px: calc(56 / 16 * 1rem);
  --57px: calc(57 / 16 * 1rem);
  --58px: calc(58 / 16 * 1rem);
  --59px: calc(59 / 16 * 1rem);
  --60px: calc(60 / 16 * 1rem);
  --61px: calc(61 / 16 * 1rem);
  --62px: calc(62 / 16 * 1rem);
  --63px: calc(63 / 16 * 1rem);
  --64px: calc(64 / 16 * 1rem);
  --gnav-mobile-width: 860;
  --blank-xxs: 10px;
  --blank-xs: 16px;
  --blank-s: 24px;
  --blank-m: 40px;
  --blank-l: 60px;
  --blank-xl: 80px;
  --blank-xxl: 100px;
}
@media screen and (max-width: 768px) {
  :root {
    --blank-xxs: 7px;
    --blank-xs: 12px;
    --blank-s: 16px;
    --blank-m: 28px;
    --blank-l: 42px;
    --blank-xl: 56px;
    --blank-xxl: 70px;
  }
}
@media screen and (max-width: 414px) {
  :root {
    --blank-xxs: 6px;
    --blank-xs: 10px;
    --blank-s: 14px;
    --blank-m: 24px;
    --blank-l: 36px;
    --blank-xl: 48px;
    --blank-xxl: 60px;
  }
}

* {
  min-height: 0vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

html {
  height: 100%;
  scroll-padding-top: 60px;
}
@media screen and (max-width: 860px) {
  html {
    scroll-padding-top: 55px;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #111;
  background-color: #fff;
  height: 100%;
  opacity: 0;
}

a {
  text-decoration: none;
  color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd {
  color: #111;
  font-size: var(--16px);
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: normal;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.no-scroll {
  overflow: hidden;
}

.l-header {
  position: fixed;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  z-index: 1000;
}
@media screen and (max-width: 860px) {
  .l-header {
    height: 55px;
  }
}

.l-header-inner {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
}

.l-gnav {
  margin: 0;
}

.l-main {
  width: 100%;
  min-height: var(--full-contents-height);
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--header-height);
  z-index: 10;
}

.l-section {
  margin-top: 0;
}

.l-section-inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 1024px) {
  .l-section-inner {
    padding-left: 3.2%;
    padding-right: 3.2%;
  }
}

.l-footer {
  width: 100%;
}

.l-fix-back {
  position: fixed;
  bottom: 25px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media (any-hover: hover) {
  .l-fix-back:hover {
    opacity: 0.9;
    cursor: pointer;
  }
}

.bl-page-title {
  padding-top: 7vw;
  padding-bottom: 11vw;
  background-image: url("./img/contents/company/title-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 55%, 50% 100%, 0% 55%);
}
.bl-page-title._company {
  background-image: url("./img/contents/company/title-bg.jpg");
}
.bl-page-title._business {
  background-image: url("./img/contents/business/title-bg.jpg");
}
.bl-page-title._works {
  background-image: url("./img/contents/works/title-bg.jpg");
}
.bl-page-title._reason {
  background-image: url("./img/contents/reason/title-bg.jpg");
}
.bl-page-title._recruit {
  background-image: url("./img/contents/recruit/title-bg.jpg");
}
.bl-page-title._contact {
  background-image: url("./img/contents/contact/title-bg.jpg");
}
.bl-page-title ._title {
  color: #fff;
  font-size: 3vw;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .bl-page-title ._title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 600px) {
  .bl-page-title ._title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 414px) {
  .bl-page-title ._title {
    font-size: 6vw;
  }
}

.bl-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}
.bl-table dt,
.bl-table dd {
  padding: 14px 2%;
}
.bl-table dt,
.bl-table dd,
.bl-table dd ul li {
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7714088398rem + 0.4419889503vw, 1.125rem);
  font-weight: 500;
}
.bl-table dt ._small,
.bl-table dd ._small,
.bl-table dd ul li ._small {
  font-size: 0.9em;
  overflow-wrap: anywhere;
}
.bl-table dt {
  width: 10em;
  background-color: #e4eff6;
  border-top: 1px solid #3a3a3a;
}
.bl-table._dt-center dt {
  text-align: center;
}
.bl-table dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 10em);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #3a3a3a;
  line-height: 1.4;
}
.bl-table dt:last-of-type,
.bl-table dd:last-of-type {
  border-bottom: 1px solid #3a3a3a;
}
@media screen and (max-width: 767px) {
  .bl-table .bl-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl-table dt {
    width: 100%;
    padding: 4px 2%;
    border-top: none;
    text-align: left;
  }
  .bl-table._dt-center dt {
    text-align: left;
  }
  .bl-table dd {
    width: 100%;
    padding: 18px 2%;
    border-top: none;
  }
  .bl-table dt:last-of-type,
  .bl-table dd:last-of-type {
    border-bottom: none;
  }
}

.cmn-heading-en {
  padding-right: var(--blank-xs);
  color: #ddebf4;
  font-size: 24px;
  font-size: clamp(1.5rem, 0.1999229584rem + 5.5469953775vw, 3.75rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  text-align: right;
  white-space: nowrap;
}
.cmn-heading-en._white {
  color: #fff;
  text-shadow: 0 0 8px #e4eff6, 0 0 8px #e4eff6;
}

.cmn-heading-triangle {
  position: relative;
  padding-top: var(--blank-xs);
  padding-left: 0.8em;
  color: #1c42c5;
  font-size: clamp(1.1875rem, 0.718027735rem + 2.0030816641vw, 2rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
.cmn-heading-triangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  height: 1em;
  width: 1em;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background-color: #1c42c5;
}
.cmn-heading-triangle._outside {
  padding-left: 0;
}
.cmn-heading-triangle._outside::before {
  left: -0.8em;
}

.bl-access {
  margin-top: var(--blank-s);
  text-align: center;
}
.bl-access .access__icon {
  width: 36px;
  margin-left: auto;
  margin-right: auto;
}
.bl-access .access__icon img {
  width: 100%;
  height: auto;
}
.bl-access .access__heading {
  margin-top: 8px;
  color: #1c42c5;
  font-size: clamp(1.5rem, 1.2928176796rem + 0.8839779006vw, 2rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}
.bl-access .map {
  margin-top: var(--blank-s);
  border-top: 1px solid #1c42c5;
  border-bottom: 1px solid #1c42c5;
}
.bl-access .map iframe {
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 768px) {
  .bl-access .map iframe {
    height: 400px;
  }
}
@media screen and (max-width: 414px) {
  .bl-access .map iframe {
    height: 350px;
  }
}

.page-top {
  display: none;
  padding: 8px 15px 10px;
  background-color: #1c42c5;
  text-align: center;
}
.page-top p {
  color: #fff;
  font-size: var(--10px);
  font-size: clamp(0.5625rem, 0.4432251908rem + 0.5089058524vw, 0.6875rem);
  letter-spacing: 0.25em;
  line-height: 1.5;
}
.page-top p::before {
  content: "∧";
  display: block;
  padding-bottom: 3px;
  font-size: var(--8px);
  line-height: 1;
}

/*-------------------------------
// Header
---------------------------------*/
header {
  background-color: #fff;
}
header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
header .header__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .company__logo {
  width: 110px;
}
header .company__logo img {
  width: 100%;
  height: auto;
}
header .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: var(--header-height);
}
header .cta__box {
  height: 85px;
}
header .header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 150px;
  height: 100%;
  padding: 8px 16px;
  border: none;
}
header .header__btn::before {
  content: "";
  display: block;
  width: var(--24px);
  height: var(--24px);
  margin-bottom: 6px;
  background-color: #1c42c5;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
}
header .header__btn ._txt {
  display: block;
  font-weight: 300;
  line-height: 1;
}
header .header__btn._tel {
  background-color: #e4eff6;
}
header .header__btn._tel ._txt {
  color: #1c42c5;
  font-size: var(--20px);
}
header .header__btn._tel:hover {
  background-color: #add8f5;
}
header .header__btn._mail {
  background-color: #1c42c5;
}
header .header__btn._mail ._txt {
  font-size: var(--16px);
  letter-spacing: 0.08em;
}
header .header__btn._mail::before {
  background-color: #fff;
  -webkit-mask-image: url("./img/common/i-mail-line.svg");
          mask-image: url("./img/common/i-mail-line.svg");
}
header .header__btn._mail:hover {
  color: #fff;
  background-color: #062285;
}
@media screen and (max-width: 1024px) {
  header .cta__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .cta__box {
    height: calc(var(--header-height) * 0.8);
  }
  header .header__btn {
    width: calc(var(--header-height) * 0.8);
    min-width: initial;
    padding: 4px 4px;
  }
  header .header__btn ._txt {
    display: none;
  }
  header .header__btn::before {
    margin-bottom: 0;
  }
  header .cta__box:has(._tel) {
    margin-right: 8px;
  }
}
@media screen and (max-width: 860px) {
  header .company__logo {
    width: 95px;
  }
}
header .ham-cta {
  display: none;
}
header .gnav.mobile .ham-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 32px;
  padding-bottom: 32px;
}
header .gnav.mobile .ham-cta a {
  margin-top: var(--blank-xs);
}
header .gnav.mobile .ham-cta .ham__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
header .gnav.mobile .ham-cta .ham__map ._txt {
  display: inline-block;
  color: #1c42c5;
  font-size: clamp(0.875rem, 0.3979007634rem + 2.0356234097vw, 1.375rem);
  font-weight: 400;
  letter-spacing: 0.1em;
}
header .gnav.mobile .ham-cta .ham__map::before {
  content: "";
  width: 1.75em;
  height: 1.75em;
  background-image: url("./img/common/i-googlemap.jpg");
  background-size: cover;
}
header .hamburger {
  display: none;
  height: 100%;
  padding-left: 3px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 860px) {
  header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*----------------------
// Footer
----------------------*/
.footer {
  width: 100%;
}
.footer .menu {
  width: 100%;
  padding-top: var(--blank-xs);
  padding-bottom: var(--blank-xs);
  background-color: #e4eff6;
}
.footer .menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}
.footer .menu .menu__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 48px;
  text-align: center;
}
.footer .menu .menu__item:last-child {
  padding-right: 0;
}
.footer .menu .menu__item:hover .menu__name {
  color: #1c42c5;
}
.footer .menu .menu__name {
  font-size: clamp(0.8125rem, 0.6932251908rem + 0.5089058524vw, 0.9375rem);
  font-weight: normal;
  line-height: 1;
}
.footer .company {
  padding-top: var(--blank-s);
  padding-bottom: var(--blank-s);
}
.footer .company .company__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .company .company__logo {
  width: 150px;
}
.footer .company .company__logo img {
  width: 100%;
  height: auto;
}
.footer .company .info {
  padding-left: 32px;
}
.footer .company .info ._txt {
  font-size: clamp(0.75rem, 0.5710877863rem + 0.7633587786vw, 0.9375rem);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.footer .company .info ._txt ._post-break {
  display: none;
}
.footer .company .info ._txt._lg {
  font-size: clamp(0.875rem, 0.7557251908rem + 0.5089058524vw, 1rem);
}
.footer .company .cta {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.footer .company .cta__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .company .cta__btn-box._map {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.footer .company .cta__btn-box._map ._txt {
  display: inline-block;
  color: #1c42c5;
  font-size: clamp(0.875rem, 0.3979007634rem + 2.0356234097vw, 1.375rem);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.footer .company .cta__btn-box._map::before {
  content: "";
  width: 1.75em;
  height: 1.75em;
  background-image: url("./img/common/i-googlemap.jpg");
  background-size: cover;
}
.footer .footer__credit {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 20px;
  background-color: #243088;
  text-align: center;
}
.footer .footer__credit .copyright {
  color: #fff;
  font-size: var(--13px);
  font-size: clamp(0.6875rem, 0.4542910448rem + 0.9950248756vw, 0.8125rem);
  letter-spacing: 0.1em;
  line-height: 1;
}
.footer .footer__credit .created {
  margin-top: 8px;
  color: #fff;
  font-size: var(--11px);
  font-size: clamp(0.625rem, 0.3917910448rem + 0.9950248756vw, 0.75rem);
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .footer .menu {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .footer .menu .menu__item {
    width: 30%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
  }
  .footer .company .company__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .company .company__logo {
    display: none;
  }
  .footer .company .info ._txt ._post-break {
    display: block;
  }
  .footer .company .cta {
    margin-top: 16px;
    margin-left: 0;
    padding-bottom: 12px;
  }
  .footer .company .cta .cta__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .company .cta .cta__btn-box {
    margin-top: 8px;
  }
  .footer .company .cta .cta__btn-box:first-child {
    margin-top: 0;
  }
  .footer .company .cta .cta__btn-box._map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body:has(.gnav.mobile.is-open) {
  overflow: hidden;
}

.gnav {
  z-index: 100;
  width: 50%;
}

.gnav.pc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
}
.gnav.pc .gnav-list {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.gnav.pc .gnav-list li {
  height: 60px;
}
.gnav.pc .gnav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  white-space: nowrap;
  padding-left: 0.75vw;
  padding-right: 0.75vw;
  color: #111;
  font-size: var(--15px);
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
}
.gnav.pc .gnav-list li a:hover {
  color: #1c42c5;
  cursor: pointer;
}
.gnav.pc .gnav-list li.current_page_item a {
  color: #1c42c5;
}
.gnav.pc .gnav__bottom,
.gnav.pc .gnav__hamb-cta {
  display: none;
}
@media screen and (max-width: 860px) {
  .gnav.pc {
    visibility: hidden;
  }
}

.gnav.mobile {
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(var(--vh) * 100 - 55px);
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gnav.mobile.is-open {
  visibility: visible;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.gnav.mobile > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gnav.mobile .gnav-list {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: var(--15px);
  list-style: none;
  border-top: 1px solid #8ea3bd;
}
.gnav.mobile .gnav-list li {
  width: 100%;
  background-color: #eff3f6;
}
.gnav.mobile .gnav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.5em;
  border-bottom: 1px solid #8ea3bd;
  font-weight: 600;
}
.gnav.mobile .gnav-list li a:hover {
  color: #1c42c5;
  background-color: #e3edf5;
  cursor: pointer;
}
.gnav.mobile .gnav-list li.current_page_item a {
  color: #1c42c5;
}
.gnav.mobile .gnav-list ul.sub-menu li a::before {
  display: none;
}
.gnav.mobile li.menu-item-has-children {
  position: relative;
}
.gnav.mobile li.menu-item-has-children:hover {
  cursor: pointer;
  background-color: #d5dade;
}
.gnav.mobile li.menu-item-has-children > a {
  pointer-events: none;
}
.gnav.mobile ul.sub-menu {
  width: 100%;
  background-color: #eff3f6;
  pointer-events: all;
  list-style: none;
  display: none;
}
.gnav.mobile li.menu-item-has-children.is-submenu-open ul.sub-menu {
  display: block;
}
.gnav.mobile ul.sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.gnav.mobile ul.sub-menu li a {
  width: 100%;
  font-size: 0.9em;
}
.gnav.mobile .gnav__hamb-cta {
  display: block;
  margin-top: 8px;
  padding-bottom: 24px;
  text-align: center;
}
.gnav.mobile .gnav__hamb-cta .hamb-cta__box {
  margin-top: 24px;
}
.gnav.mobile .gnav__hamb-cta .hamb-cta__sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-top: 24px;
}
.gnav.mobile .gnav__hamb-cta .hamb-cta__sns-wrapper ._box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.gnav.mobile .gnav__bottom {
  display: block;
  width: 100%;
  margin-top: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #243088;
}
.gnav.mobile .gnav__bottom .gnav__name {
  font-size: var(--12px);
  color: #fff;
  text-align: center;
}
.gnav.mobile .gnav__bottom .gnav__created {
  color: #fff;
  font-size: var(--10px);
  text-align: center;
  opacity: 1;
}

.wp-pagenavi {
  margin: 40px auto;
  font-size: var(--15px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e4eff6;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi {
    font-size: var(--14px);
  }
}
.wp-pagenavi a {
  color: #666;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last {
  border: none;
}
.wp-pagenavi .pages {
  width: 3em;
  margin-right: 1.5em;
  color: #666;
}
@media screen and (max-width: 576px) {
  .wp-pagenavi .pages {
    display: none;
  }
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 7px 0 0;
  width: 2.75em;
  height: 2.75em;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi span.current,
  .wp-pagenavi a.page {
    margin: 0 5px 0 0;
    width: 35px;
  }
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5em;
  margin: 0 7px 0 0;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi a.first,
  .wp-pagenavi a.last {
    margin: 0 5px 0 0;
  }
}
.wp-pagenavi span.current {
  font-weight: bold;
  border: none;
  background: #e4eff6;
  color: #243088;
}
.wp-pagenavi .wp-pagenavi a.page {
  background: none;
  color: #aaa;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover {
  background: #e4eff6;
  color: #111;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
  color: #666;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 380px;
  padding: 0.6em 1.5em;
  background-color: #1c42c5;
  border: 3px solid #1c42c5;
  font-size: clamp(1rem, 0.7928176796rem + 0.8839779006vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (any-hover: hover) {
  .btn:hover {
    background-color: #e4eff6;
    color: #1c42c5;
    cursor: pointer;
  }
}

.btn._rect {
  border-radius: 8px;
}

.btn._circle {
  border-radius: 100px;
}

.btn._arrow {
  position: relative;
  padding-right: 3em;
}
.btn._arrow::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .btn._arrow:hover::after {
    right: 0.7em;
  }
}

.btn._icon {
  gap: 8px;
  height: 42px;
  color: #1c42c5;
  background-color: #ddebf4;
  border: 3px solid #ddebf4;
  padding: 0.4em 1.5em;
  font-size: var(--18px);
  font-size: clamp(1rem, 0.7614503817rem + 1.0178117048vw, 1.25rem);
}
.btn._icon::before {
  content: "";
  width: 1.25em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
}
.btn._icon span {
  display: inline-block;
  position: relative;
}
.btn._icon span::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -3px;
  height: 1px;
  left: 0;
  background-color: currentColor;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .btn._icon:hover {
    border: 3px solid #add8f5;
    background-color: #add8f5;
  }
  .btn._icon:hover span::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.btn._icon._mail {
  color: #fff;
  background-color: #fff;
  font-size: var(--16px);
  font-size: clamp(1rem, 0.9403625954rem + 0.2544529262vw, 1.0625rem);
  background-color: #1c42c5;
  border: 3px solid #1c42c5;
}
.btn._icon._mail::before {
  -webkit-mask-image: url("./img/common/i-mail-line.svg");
          mask-image: url("./img/common/i-mail-line.svg");
}
@media (any-hover: hover) {
  .btn._icon._mail:hover {
    border: 3px solid #062285;
    background-color: #062285;
  }
}

.btn._ham {
  width: 80%;
  max-width: 300px;
  height: auto;
  padding: 0.75em 1em;
}
.btn._ham:hover {
  border: 3px solid #add8f5;
  background-color: #add8f5;
}
.btn._ham._mail:hover {
  border: 3px solid #062285;
  background-color: #062285;
}

.btn._home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 380px;
  padding: 0.6em 1.5em;
  background-color: #1c42c5;
  border: 3px solid #1c42c5;
  font-size: clamp(1rem, 0.7928176796rem + 0.8839779006vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 240px;
  padding: 8px 0.75em;
  color: #fff;
  font-size: var(--16px);
  border: 3px solid #1c42c5;
  background-color: #1c42c5;
}
@media (any-hover: hover) {
  .btn._home:hover {
    color: #1c42c5;
    background-color: #fff;
  }
}

.arrow-bottom {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}

.hamburger__wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  z-index: 1000;
  cursor: pointer;
}

/*ボタン内側*/
.hamburger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 28%;
  height: 2px;
  border-radius: 2px;
  background: #555;
  width: 45%;
  z-index: 1000;
}

.hamburger span:nth-of-type(1) {
  top: 30%;
}

.hamburger span:nth-of-type(2) {
  top: 46%;
}

.hamburger span:nth-of-type(3) {
  top: 62%;
}

.hamburger.active .hamburger-roll {
  top: 62%;
}

/*active時 ×*/
.hamburger.active span:nth-of-type(1) {
  top: 38%;
  left: 29%;
  -webkit-transform: translateY(5px) rotate(-133deg) rotateZ(-360deg);
          transform: translateY(5px) rotate(-133deg) rotateZ(-360deg);
  width: 42%;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  top: 67%;
  left: 29%;
  -webkit-transform: translateY(-7px) rotate(133deg) rotateZ(360deg);
          transform: translateY(-7px) rotate(133deg) rotateZ(360deg);
  width: 42%;
}

.br-lg {
  display: none;
}
@media screen and (max-width: 1280px) {
  .br-lg {
    display: block;
  }
}

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

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

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

.br-xs {
  display: none;
}
@media screen and (max-width: 414px) {
  .br-xs {
    display: block;
  }
}

.br-xxs {
  display: none;
}
@media screen and (max-width: 375px) {
  .br-xxs {
    display: block;
  }
}

.br-lg-over {
  display: none;
}
@media screen and (min-width: 1280px) {
  .br-lg-over {
    display: block;
  }
}

.br-md-over {
  display: none;
}
@media screen and (min-width: 1024px) {
  .br-md-over {
    display: block;
  }
}

.br-tb-over {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-tb-over {
    display: block;
  }
}

.br-sm-over {
  display: none;
}
@media screen and (min-width: 576px) {
  .br-sm-over {
    display: block;
  }
}

.br-xs-over {
  display: none;
}
@media screen and (min-width: 414px) {
  .br-xs-over {
    display: block;
  }
}

.br-xxs-over {
  display: none;
}
@media screen and (min-width: 375px) {
  .br-xxs-over {
    display: block;
  }
}

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

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

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

.align-middle {
  vertical-align: middle;
}

.color-white {
  color: #fff;
}

.color-normal {
  color: #111;
}

.pt1 {
  padding-top: 5px;
}

.pt2 {
  padding-top: 10px;
}

.pt3 {
  padding-top: 20px;
}

.pt4 {
  padding-top: 40px;
}

.pt5 {
  padding-top: 60px;
}

.pl1 {
  padding-left: 5px;
}

.pl2 {
  padding-left: 10px;
}

.pl3 {
  padding-left: 20px;
}

.pl4 {
  padding-left: 40px;
}

.pl5 {
  padding-left: 60px;
}

.pr1 {
  padding-right: 5px;
}

.pr2 {
  padding-right: 10px;
}

.pr3 {
  padding-right: 20px;
}

.pr4 {
  padding-right: 40px;
}

.pr5 {
  padding-right: 60px;
}

.pb1 {
  padding-bottom: 5px;
}

.pb2 {
  padding-bottom: 10px;
}

.pb3 {
  padding-bottom: 20px;
}

.pb4 {
  padding-bottom: 40px;
}

.pb5 {
  padding-bottom: 60px;
}

.mt1 {
  margin-top: 5px;
}

.mt2 {
  margin-top: 10px;
}

.mt3 {
  margin-top: 20px;
}

.mt4 {
  margin-top: 40px;
}

.mt5 {
  margin-top: 60px;
}

.ml1 {
  margin-left: 5px;
}

.ml2 {
  margin-left: 10px;
}

.ml3 {
  margin-left: 20px;
}

.ml4 {
  margin-left: 40px;
}

.ml5 {
  margin-left: 60px;
}

.inline-block {
  display: inline-block;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
}

.none-max-xl {
  display: block;
}
@media screen and (max-width: 1440px) {
  .none-max-xl {
    display: none;
  }
}

.none-max-lg {
  display: block;
}
@media screen and (max-width: 1280px) {
  .none-max-lg {
    display: none;
  }
}

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

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

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

.none-max-xs {
  display: block;
}
@media screen and (max-width: 414px) {
  .none-max-xs {
    display: none;
  }
}

.height100 {
  height: 100%;
}

.float-left {
  float: left;
}

.clearfix {
  clear: both;
}

.link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link:hover {
  color: #888;
  cursor: pointer;
}

.link._opacity:hover {
  opacity: 0.7;
}

.link._line {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.rotateXTrigger {
  opacity: 0;
}

/* 上へ */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* X軸回転 */
.rotateX {
  -webkit-animation-name: rotateXAnime;
          animation-name: rotateXAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes rotateXAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}

@keyframes rotateXAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}
/*text animetions*/
@-webkit-keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.char-up-anime.displayed span {
  -webkit-animation: showText 0.3s backwards;
          animation: showText 0.3s backwards;
  display: inline-block;
}

.char-up-anime.displayed > span {
  overflow: hidden;
}

.char-up-anime.displayed > span > span {
  -webkit-animation: showTextFromBottom 0.3s backwards;
          animation: showTextFromBottom 0.3s backwards;
}

.p-top .bg-line {
  position: relative;
  width: 100%;
  padding-bottom: var(--blank-l);
  background-color: #15171c;
  overflow: hidden;
}
.p-top .bg-line::before, .p-top .bg-line::after {
  content: "";
  position: absolute;
  width: 1445px;
  height: 767px;
  background-image: url("./img/common/bg-line.png");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.p-top .bg-line::before {
  bottom: 10%;
  left: 0;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
.p-top .bg-line::after {
  bottom: -15%;
  left: 50%;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
.p-top .mv {
  position: relative;
  margin: 0;
}
.p-top .mv .mv__slider-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.p-top .mv .mv__img {
  width: 100%;
  height: calc(var(--vh) * 90);
  min-height: 250px;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% var(--mv-clip-height-per), 50% 100%, 0% var(--mv-clip-height-per));
}
.p-top .mv .mv__img img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top .mv .mv__body {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.p-top .mv .mv__logo {
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
}
.p-top .mv .mv__logo img {
  width: 100%;
  height: auto;
}
.p-top .mv .mv__txt {
  margin-top: 2vw;
  font-size: 2vw;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.p-top .mv .mv__txt ._break {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-top .mv .mv__body {
    top: 43%;
  }
  .p-top .mv .mv__txt {
    margin-top: 2.5vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top .mv .mv__body {
    top: 40%;
  }
  .p-top .mv .mv__logo {
    width: 45vw;
  }
  .p-top .mv .mv__txt {
    margin-top: 4vw;
    padding-left: 8vw;
    font-size: 4vw;
  }
  .p-top .mv .mv__txt ._break {
    display: block;
  }
  .p-top .mv .mv__img {
    height: calc(var(--vh) * 80);
    min-height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% var(--mv-clip-height-per), 50% 100%, 0% var(--mv-clip-height-per));
  }
}
@media screen and (max-width: 576px) {
  .p-top .mv .mv__body {
    top: 40%;
  }
  .p-top .mv .mv__logo {
    width: 55vw;
  }
  .p-top .mv .mv__txt {
    margin-top: 10vw;
    padding-left: 10vw;
    font-size: 5.5vw;
  }
}
.p-top .message {
  padding-top: var(--blank-s);
}
.p-top .message .message__heading {
  color: #1c42c5;
  font-size: clamp(2rem, 1.4302486188rem + 2.4309392265vw, 3.375rem);
  letter-spacing: 0.1em;
  text-align: center;
}
.p-top .message .message__body {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
}
.p-top .message .message__txt {
  padding-top: var(--blank-xs);
  color: #fff;
  font-size: clamp(0.875rem, 0.7714088398rem + 0.4419889503vw, 1.125rem);
  font-weight: 300;
  letter-spacing: 0.08em;
}
.p-top .message .message__txt:first-child {
  padding-top: 4px;
}
.p-top .works {
  padding-bottom: var(--blank-xl);
}
.p-top .works .works__bg {
  position: relative;
  padding-top: var(--blank-xl);
  padding-bottom: var(--blank-l);
  background-image: url("./img/top/works-bg.jpg");
  background-size: 100% 100%;
  background-position: center bottom;
}
.p-top .works .works__heading-outer {
  margin-top: -1px;
  padding-top: var(--blank-l);
  padding-bottom: var(--blank-s);
  text-align: center;
  border-bottom: 1px solid #1c42c5;
}
.p-top .works .works__heading {
  color: #1c42c5;
  font-size: clamp(2rem, 1.3499614792rem + 2.7734976888vw, 3.125rem);
  font-weight: 300;
  line-height: 1;
}
.p-top .works .works__heading-ja {
  padding-top: var(--blank-xs);
  color: #243088;
  font-size: clamp(1rem, 0.7110939908rem + 1.2326656394vw, 1.5rem);
  font-weight: 300;
  line-height: 1;
}
.p-top .works .works__lead {
  padding-top: var(--blank-m);
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 300;
  text-align: center;
}
.p-top .works .works__lead ._slash {
  color: #1c42c5;
}
.p-top .works .works__list {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: var(--blank-xs);
     -moz-column-gap: var(--blank-xs);
          column-gap: var(--blank-xs);
  row-gap: var(--blank-l);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top .works .work {
  width: 32%;
}
.p-top .works .work:hover .work__img img {
  opacity: 0.7;
  scale: 1.05;
}
.p-top .works .work__img {
  width: 100%;
  min-height: 200px;
  aspect-ratio: 4/3;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top .works .work__img img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top .works .work__heading-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.p-top .works .work__city-box {
  background-color: #1c42c5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top .works .work__city {
  min-width: 4em;
  padding: 4px 0.75em;
  color: #fff;
  font-size: clamp(0.875rem, 0.8388867488rem + 0.1540832049vw, 0.9375rem);
  font-weight: 300;
}
.p-top .works .work__title-box {
  padding: 2px 0.5em;
}
.p-top .works .work__title {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 300;
}
.p-top .works .works__toall {
  margin-top: var(--blank-l);
  text-align: center;
}
.p-top .works .works__arrow {
  display: inline-block;
  vertical-align: middle;
  color: #1c42c5;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 0.1em solid #1c42c5;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  width: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  height: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
}
@media screen and (max-width: 980px) {
  .p-top .works .work {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .p-top .works .works__bg {
    background-size: 150% 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-top .works .works__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top .works .work {
    width: 100%;
    max-width: 500px;
  }
  .p-top .works .works__toall-btn {
    max-width: 300px;
  }
}
@media screen and (max-width: 576px) {
  .p-top .works .works__bg {
    background-size: 180% 100%;
  }
}
.p-top .business .business__heading-outer {
  padding-top: var(--blank-m);
  padding-bottom: var(--blank-m);
  background-image: url("./img/top/business-heading-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
}
.p-top .business .business__heading {
  color: #fff;
  font-size: clamp(2rem, 1.533839779rem + 1.9889502762vw, 3.125rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-top .business .business__heading-ja {
  padding-top: var(--blank-xs);
  color: #fff;
  font-size: clamp(1rem, 0.7410220994rem + 1.1049723757vw, 1.625rem);
  font-weight: 300;
  line-height: 1;
}
.p-top .business .business__body {
  padding-top: var(--blank-m);
  padding-bottom: var(--blank-xxl);
  background-image: url("./img/top/business-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
}
.p-top .business .business__lead {
  color: #fff;
  font-size: clamp(1rem, 0.8964088398rem + 0.4419889503vw, 1.25rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.p-top .business .business__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: var(--blank-m);
  width: 100%;
  max-width: 970px;
  margin-top: var(--blank-xl);
  margin-left: auto;
  margin-right: auto;
}
.p-top .business .card {
  position: relative;
  width: 30%;
  max-width: 320px;
}
.p-top .business .card__wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(3, 49, 203, 0.8);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .business .card__wrapper::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 18%;
  aspect-ratio: 1;
  min-width: 30px;
  min-height: 30px;
  background-image: url("./img/common/frame-triangle.png");
  background-size: cover;
}
.p-top .business .card__wrapper:hover {
  background-color: rgba(6, 3, 203, 0.9);
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.p-top .business .card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem 0.75rem 1.5rem;
}
.p-top .business .card__heading-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top .business .card__heading {
  height: 3.5em;
  color: #fff;
  font-size: clamp(1.5rem, 1.3964088398rem + 0.4419889503vw, 1.75rem);
  font-weight: 300;
  line-height: 1.5;
}
.p-top .business .card__img {
  display: block;
  padding: 8px;
  width: 50%;
  height: 10em;
  -webkit-mask-image: url("./img/common/i-bus-scaf.svg");
          mask-image: url("./img/common/i-bus-scaf.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: rgba(30, 152, 255, 0.5);
}
.p-top .business .card__img._wap {
  -webkit-mask-image: url("./img/common/i-bus-wap.svg");
          mask-image: url("./img/common/i-bus-wap.svg");
}
.p-top .business .card__img._inst {
  -webkit-mask-image: url("./img/common/i-bus-inst.svg");
          mask-image: url("./img/common/i-bus-inst.svg");
}
.p-top .business .card__arrow {
  margin-top: 4px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  width: clamp(0.625rem, 0.5527734977rem + 0.3081664099vw, 0.75rem);
  height: clamp(0.625rem, 0.5527734977rem + 0.3081664099vw, 0.75rem);
}
@media screen and (max-width: 820px) {
  .p-top .business .card {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .p-top .business .business__cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top .business .card {
    width: 85%;
    max-width: 350px;
  }
}
.p-top .recruit {
  background-color: #86afb3;
  background-image: url("./img/top/recruit-bg.png");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
.p-top .recruit .recruit__body {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--blank-xxl);
  padding-bottom: var(--blank-xxl);
}
.p-top .recruit .recruit__heading {
  color: #1c42c5;
  font-size: clamp(2.375rem, 1.4944751381rem + 3.7569060773vw, 4.5rem);
  font-weight: 300;
  letter-spacing: 0.18em;
  line-height: 1;
  text-shadow: 0 0 0.75em #fff, 0 0 0.75em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.3em #fff;
}
.p-top .recruit .recruit__heading-ja {
  margin-top: 1em;
  margin-bottom: 0.75em;
  color: #fff;
  font-size: clamp(1.25rem, 0.9392265193rem + 1.3259668508vw, 2rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow: 0 0 0.75em #87b0b4, 0 0 0.75em #87b0b4, 0 0 0.5em #87b0b4, 0 0 0.5em #87b0b4, 0 0 0.3em #87b0b4;
}
.p-top .recruit .recruit__txt {
  font-size: clamp(0.9375rem, 0.8598066298rem + 0.3314917127vw, 1.125rem);
  font-weight: normal;
  color: #000;
  margin-left: -1.5em;
}
.p-top .recruit .recruit__txt ._deco {
  display: inline-block;
  color: #1c42c5;
  font-weight: 500;
  padding-left: 0.2em;
  padding-right: 0.2em;
  text-shadow: none;
}
.p-top .recruit .recruit__btn {
  margin-top: var(--blank-l);
}
@media screen and (max-width: 768px) {
  .p-top .recruit .recruit__txt {
    margin-left: 0;
  }
  .p-top .recruit .recruit__txt ._deco {
    display: none;
  }
  .p-top .recruit .recruit__btn {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top .menu {
  padding-top: var(--blank-l);
  padding-bottom: var(--blank-l);
}
.p-top .menu .menu__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.p-top .menu .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 49%;
  min-height: 270px;
  aspect-ratio: 1.8;
  padding: 16px 16px;
  background-image: url("./img/top/menu-reason.jpg");
  background-size: cover;
  background-position: center;
  border: 2px solid #1c42c5;
}
.p-top .menu .card._company {
  background-image: url("./img/top/menu-company.jpg");
}
.p-top .menu .card::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  height: 2.5rem;
  width: 2.5rem;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background-color: #1c42c5;
}
.p-top .menu .card__heading a {
  color: #fff;
  font-size: clamp(1.875rem, 1.408839779rem + 1.9889502762vw, 3rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-shadow: 0 0 0.75em #8ba5b3, 0 0 0.5em #8ba5b3, 0 0 0.25em #8ba5b3, 0 0 0.25em #8ba5b3;
}
.p-top .menu .card__sub-list {
  margin-top: 1.5rem;
}
.p-top .menu .sub-list__li {
  margin-bottom: 0.75em;
  color: #000;
  font-size: clamp(0.9375rem, 0.8598066298rem + 0.3314917127vw, 1.125rem);
  font-weight: 500;
  line-height: 1.1;
  text-shadow: 0 0 0.75em #fff, 0 0 0.5em #fff, 0 0 0.25em #fff;
}
.p-top .menu .sub-list__li::before {
  content: "・";
  color: #1c42c5;
}
.p-top .menu .sub-list__li span {
  display: inline-block;
  position: relative;
}
.p-top .menu .sub-list__li span::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -3px;
  height: 1px;
  left: 0;
  background-color: currentColor;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-top .menu .sub-list__li:hover span::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.p-top .menu .card__more-box {
  margin-top: auto;
}
.p-top .menu .card__more {
  font-size: clamp(0.9375rem, 0.6847072419rem + 1.0785824345vw, 1.375rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  text-shadow: 0 0 0.5em #fff, 0 0 0.25em #fff;
}
.p-top .menu .card__more._white {
  color: #fff;
  text-shadow: none;
}
.p-top .menu .card__more::after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-10%) rotate(45deg);
          transform: translateY(-10%) rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (any-hover: hover) {
  .p-top .menu .card__more:hover::after {
    margin-left: 26px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .menu .menu__cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top .menu .card {
    width: 95%;
    max-width: 500px;
    margin-bottom: var(--blank-m);
  }
}

.p-business {
  /*------------------------
  // Page-Business
  //------------------------*/
}
.p-business .business-title__bg {
  position: relative;
}
.p-business .business-title__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  background-color: #00226f;
  background-image: url("./img/common/bg-grid.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: left top;
  z-index: -1;
  top: 1px;
  background-position: left bottom;
}
.p-business .bus {
  position: relative;
  padding-top: var(--blank-l);
  padding-bottom: var(--blank-l);
}
.p-business .bus::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  background-color: #00226f;
  background-image: url("./img/common/bg-grid.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: left top;
  z-index: -1;
}
.p-business .bus._scaf::before {
  clip-path: polygon(0% 0%, 100% 0%, 100% var(--business1-short-percent), 0% var(--business1-long-percent));
}
.p-business .bus._wap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  background-color: #00226f;
  background-image: url("./img/common/bg-grid.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: left top;
  z-index: -1;
  background-image: url("./img/common/bg-grid-lightblue.jpg");
  clip-path: polygon(0% 0%, 100% 0%, 100% var(--business2-short-percent), 0% var(--business2-long-percent));
}
.p-business .bus._inst::before {
  clip-path: polygon(0% 0%, 100% 0%, 100% var(--business3-short-percent), 0% var(--business3-long-percent));
}
.p-business .bus .bus__wrapper {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-business .bus .bus__main {
  width: 50%;
  padding-right: var(--blank-xs);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-business .bus .bus__heading-box {
  position: relative;
  padding: 0.7em 1em;
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  background-color: #0036ea;
  border: 1px solid #748ee1;
}
.p-business .bus .bus__heading-box::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 1.5em;
  height: 1.5em;
  background-image: url("./img/common/frame-triangle.png");
  background-size: cover;
}
.p-business .bus .bus__heading {
  color: #fff;
  font-size: inherit;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-business .bus .bus__txt-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: var(--blank-m);
  padding-bottom: var(--blank-xs);
}
.p-business .bus .bus__icon {
  width: 23%;
  min-height: 100px;
  -webkit-mask-image: url("./img/common/i-bus-scaf.svg");
          mask-image: url("./img/common/i-bus-scaf.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #142ce7;
}
.p-business .bus._wap .bus__icon {
  -webkit-mask-image: url("./img/common/i-bus-wap.svg");
          mask-image: url("./img/common/i-bus-wap.svg");
}
.p-business .bus._inst .bus__icon {
  -webkit-mask-image: url("./img/common/i-bus-inst.svg");
          mask-image: url("./img/common/i-bus-inst.svg");
}
.p-business .bus .bus__txt {
  width: 73%;
  padding-left: 6px;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  color: #fff;
}
.p-business .bus._wap .bus__txt {
  color: #111;
}
.p-business .bus .bus__small-img {
  padding-top: var(--blank-l);
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-business .bus .bus__small-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.p-business .bus .bus__big-img {
  width: 50%;
  padding-left: var(--blank-xs);
}
.p-business .bus .bus__big-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.p-business .bus._wap .bus__big-img img {
  display: block;
  height: 50%;
}
@media screen and (max-width: 767px) {
  .p-business .bus {
    padding-bottom: var(--blank-xl);
  }
  .p-business .bus .bus__main {
    width: 100%;
    padding-right: 0;
  }
  .p-business .bus .bus__small-img {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-business .bus .bus__big-img {
    width: 85%;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  .p-business .bus .bus__big-img img:nth-child(2) {
    margin-top: 12px;
  }
}

.p-reason {
  /*------------------------
  // page-Reason 
  //------------------------*/
}
.p-reason .reason-title__bg {
  background-color: #e4eff6;
}
.p-reason .reason .reason-cmn__body {
  position: relative;
  padding-left: 24px;
  padding-left: clamp(2.5rem, 1.344375963rem + 4.9306625578vw, 4.5rem);
}
.p-reason .reason .reason__en {
  position: absolute;
  top: 0;
  left: 0;
  font-size: var(--18px);
  font-size: clamp(1.25rem, 0.4212707182rem + 3.5359116022vw, 3.25rem);
  z-index: 11;
}
.p-reason .reason .reason__heading-outer {
  background-color: #e4eff6;
}
.p-reason .reason .reason__heading-box {
  padding-top: var(--blank-xl);
}
.p-reason .reason .card__outer {
  padding-top: var(--blank-l);
  padding-bottom: var(--blank-l);
}
.p-reason .reason .card__outer:nth-child(2n) {
  background-color: #e4eff6;
}
.p-reason .reason .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.p-reason .reason .card__left {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-reason .reason .card__heading-box {
  vertical-align: middle;
  padding: 0.75em 1em;
  background-color: #1c42c5;
  font-size: clamp(1rem, 0.7928176796rem + 0.8839779006vw, 1.5rem);
}
.p-reason .reason .card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-size: inherit;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.5;
}
.p-reason .reason .card__heading ._no {
  display: block;
  padding-right: 0.25em;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5em;
  white-space: nowrap;
  line-height: 1;
}
.p-reason .reason .card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: var(--blank-m);
  padding-bottom: var(--blank-s);
  padding-left: var(--blank-m);
  padding-right: var(--blank-m);
  border-left: 1px solid #b4d7e8;
  border-bottom: 1px solid #b4d7e8;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-reason .reason .card__icon {
  width: 40%;
}
.p-reason .reason .card__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}
.p-reason .reason .card__txt {
  width: 60%;
  padding-top: var(--blank-xxs);
  padding-bottom: var(--blank-xxs);
  padding-left: var(--blank-m);
  font-size: clamp(0.9375rem, 0.8080110497rem + 0.5524861878vw, 1.25rem);
  font-weight: 400;
  text-align: justify;
}
.p-reason .reason .card__img {
  width: 48%;
}
.p-reason .reason .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 1280px) {
  .p-reason .reason .card__left {
    width: 58%;
  }
  .p-reason .reason .card__txt {
    padding-left: var(--blank-s);
  }
  .p-reason .reason .card__img {
    width: 42%;
  }
}
@media screen and (max-width: 1280px) {
  .p-reason .reason .reason-cmn__body {
    padding-left: 0;
  }
  .p-reason .reason .reason__en {
    position: relative;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-align: left;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .p-reason .reason .reason__heading-box {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-reason .reason .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-reason .reason .card__left {
    width: 100%;
    max-width: 550px;
  }
  .p-reason .reason .card__main {
    border-bottom: none;
    border-right: 1px solid #b4d7e8;
  }
  .p-reason .reason .card__img {
    width: 100%;
    max-width: 550px;
    max-height: 320px;
    overflow: hidden;
  }
}

.p-company {
  /*------------------------
  // Company
  //------------------------*/
  /*------------------------
  // Company Page  Common 
  //------------------------*/
}
.p-company .company-title__bg {
  background-color: #e4eff6;
}
.p-company .about__en-body,
.p-company .company__body {
  position: relative;
  padding-left: 30px;
  padding-left: clamp(5.25rem, 4.3832819723rem + 3.6979969183vw, 6.75rem);
}
.p-company .about__en,
.p-company .company__en {
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(1.875rem, 1.2534530387rem + 2.6519337017vw, 3.375rem);
  letter-spacing: 0.1em;
  z-index: 11;
}
.p-company .about {
  position: relative;
  padding-top: var(--blank-xl);
}
.p-company .about::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(var(--about-color-height) + var(--blank-l));
  background-color: #e4eff6;
  z-index: -1;
}
.p-company .about .about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.p-company .about .about__left {
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-company .about .about__txt {
  padding-top: var(--blank-m);
  padding-bottom: var(--blank-l);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 300;
  line-height: 1.9;
  text-align: justify;
}
.p-company .about .about__small-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  padding-top: var(--blank-m);
}
.p-company .about .about__small-imgs img {
  display: inline-block;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company .about .about__small-imgs img:first-child {
  padding-right: 4px;
}
.p-company .about .about__small-imgs img:nth-child(2) {
  padding-left: 4px;
}
.p-company .about .about__big-img {
  width: 47%;
  padding-left: var(--blank-m);
}
.p-company .about .about__big-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 767px) {
  .p-company .about {
    padding-top: var(--blank-m);
  }
  .p-company .about .about__en-body {
    padding-left: 0px;
  }
  .p-company .about .about__en {
    position: relative;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-align: left;
    margin-left: 0;
    padding-bottom: 12px;
  }
  .p-company .about .about__heading {
    margin-left: 0.8em;
  }
  .p-company .about .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-company .about .about__left {
    width: 100%;
  }
  .p-company .about .about__small-imgs {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  .p-company .about .about__big-img {
    width: 85%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}
.p-company .company {
  padding-top: var(--blank-xxl);
  padding-bottom: var(--blank-l);
}
.p-company .company .company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  padding-top: var(--blank-s);
  margin-left: auto;
  margin-right: auto;
}
.p-company .company .company__tbl {
  padding-top: var(--blank-s);
}
@media screen and (max-width: 767px) {
  .p-company .company {
    padding-top: var(--blank-l);
  }
  .p-company .company .company__body {
    padding-left: 0;
  }
  .p-company .company .company__en {
    position: relative;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-align: left;
    margin-left: 0;
    padding-bottom: 18px;
  }
  .p-company .company .company__heading {
    margin-left: 0.8em;
  }
}

.p-recruit {
  /*------------------------
  // Page Recruit 
  //------------------------*/
  /*------------------------
  // Recruit Common 
  //------------------------*/
}
.p-recruit .recruit__body,
.p-recruit .jd__body,
.p-recruit .message__body {
  position: relative;
  padding-left: 24px;
  padding-left: clamp(2.75rem, 1.4499229584rem + 5.5469953775vw, 5rem);
}
.p-recruit .recruit__en,
.p-recruit .jd__en {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.p-recruit .bg-color {
  position: relative;
}
.p-recruit .bg-color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e4eff6;
  clip-path: polygon(0% 0%, 100% 0%, 100% var(--recruit-short-percent), 0% var(--recruit-long-percent));
}
.p-recruit .recruit__heading,
.p-recruit .jd__heading {
  font-size: clamp(1.125rem, 0.7638674884rem + 1.5408320493vw, 1.75rem);
  padding-left: var(--blank-s);
}
@media screen and (max-width: 1024px) {
  .p-recruit .recruit__body,
  .p-recruit .jd__body,
  .p-recruit .message__body {
    padding-left: 0px;
  }
  .p-recruit .recruit__en,
  .p-recruit .jd__en {
    position: relative;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-align: left;
    padding-bottom: 16px;
  }
}
.p-recruit .recruit {
  padding-top: var(--blank-xl);
}
.p-recruit .recruit .recruit__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-recruit .recruit .recruit__en {
  letter-spacing: 0.15em;
}
.p-recruit .recruit .recruit__main {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: var(--blank-m);
}
.p-recruit .recruit .recruit__txt {
  padding-top: var(--blank-s);
  padding-left: var(--blank-s);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 300;
  text-align: justify;
}
.p-recruit .recruit .recruit__small-img {
  width: 100%;
  margin-top: auto;
  padding-top: var(--blank-s);
  padding-left: var(--blank-s);
}
.p-recruit .recruit .recruit__small-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.p-recruit .recruit .recruit__big-img {
  width: 53%;
}
.p-recruit .recruit .recruit__big-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
@media screen and (max-width: 1280px) {
  .p-recruit .recruit {
    padding-top: var(--blank-m);
  }
  .p-recruit .recruit .recruit__body {
    padding-left: 0;
  }
  .p-recruit .recruit .recruit__main {
    width: 52%;
  }
  .p-recruit .recruit .recruit__big-img {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit .recruit__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-recruit .recruit .recruit__main {
    width: 100%;
    padding-right: 0;
  }
  .p-recruit .recruit .recruit__small-img {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    max-width: 400px;
    padding-left: 0;
  }
  .p-recruit .recruit .recruit__big-img {
    width: 85%;
    max-width: 400px;
    margin-top: 12px;
  }
}
.p-recruit .jd {
  padding-top: var(--blank-xl);
}
.p-recruit .jd .jd__tbl {
  width: 100%;
  max-width: 970px;
  margin-top: var(--blank-m);
  margin-left: 0;
  padding-left: var(--blank-s);
}
@media screen and (max-width: 1280px) {
  .p-recruit .jd .jd__tbl {
    padding-left: 0;
  }
}
.p-recruit .message {
  padding-top: var(--blank-xl);
  padding-bottom: var(--blank-xl);
}
.p-recruit .message .message__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-left: var(--blank-s);
}
.p-recruit .message .message__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
  padding-bottom: var(--blank-m);
  border-top: 1px solid #1c42c5;
}
.p-recruit .message .message__txt {
  padding-top: var(--blank-s);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 300;
  line-height: 2em;
}
.p-recruit .message .message__btn {
  margin-top: auto;
  margin-top: var(--blank-m);
}
.p-recruit .message .message__img {
  width: 40%;
  padding-left: var(--blank-s);
}
.p-recruit .message .message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 1280px) {
  .p-recruit .message .message__wrapper {
    padding-left: 0;
  }
  .p-recruit .message .message__img {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .message .message__main {
    width: 100%;
  }
  .p-recruit .message .message__btn {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-recruit .message .message__img {
    width: 85%;
    max-width: 500px;
    max-height: 300px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-contact .title__bg {
  background-color: #e4eff6;
}
.p-contact .intro {
  padding-top: var(--blank-xl);
  padding-bottom: var(--blank-l);
  background-color: #e4eff6;
}
.p-contact .intro .intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: var(--blank-l);
}
.p-contact .intro .intro__body {
  position: relative;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-left: clamp(4.5rem, 3.344375963rem + 4.9306625578vw, 6.5rem);
}
.p-contact .intro .intro__en {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  font-size: 24px;
  font-size: clamp(1.5rem, 0.344375963rem + 4.9306625578vw, 3.5rem);
}
.p-contact .intro .intro__main {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: var(--blank-m);
}
.p-contact .intro .intro__txt {
  padding-top: var(--blank-m);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 300;
  text-align: justify;
}
.p-contact .intro .intro__img {
  width: 53%;
}
.p-contact .intro .intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
.p-contact .intro .intro__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: var(--blank-s);
  margin-left: auto;
  margin-right: auto;
}
.p-contact .intro .cta__txt-box {
  padding: var(--blank-xs) var(--blank-m);
  background-color: #243088;
  text-align: center;
}
.p-contact .intro .cta__txt {
  color: #fff;
  font-size: clamp(1rem, 0.7110939908rem + 1.2326656394vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
}
.p-contact .intro .cta__txt ._time {
  font-size: 0.85em;
}
.p-contact .intro .cta__tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--blank-xxs) var(--blank-m);
  border: 1px solid #243088;
  background-color: #fff;
}
.p-contact .intro .cta__tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #243088;
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 300;
  letter-spacing: 0.1em;
}
.p-contact .intro .cta__tel::before {
  content: "";
  width: 1.25em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
}
.p-contact .intro .cta__tel span {
  display: inline-block;
  position: relative;
}
.p-contact .intro .cta__tel span::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -3px;
  height: 1px;
  left: 0;
  background-color: currentColor;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-contact .intro .cta__tel:hover span::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media screen and (max-width: 1024px) {
  .p-contact .intro {
    padding-top: var(--blank-m);
  }
  .p-contact .intro .intro__body {
    padding-left: 0px;
  }
  .p-contact .intro .intro__en {
    position: relative;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-align: left;
    padding-left: 0;
    padding-bottom: 16px;
  }
  .p-contact .intro .intro__heading {
    padding-left: 0;
  }
  .p-contact .intro .intro__heading._outside {
    padding-left: var(--blank-s);
  }
  .p-contact .intro .intro__heading._outside::before {
    left: 0;
  }
  .p-contact .intro .intro__txt {
    padding-left: var(--blank-s);
  }
}
@media screen and (max-width: 767px) {
  .p-contact .intro .intro__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-contact .intro .intro__main {
    width: 100%;
    padding-right: 0;
  }
  .p-contact .intro .intro__img {
    width: 100%;
    max-width: 480px;
    max-height: 240px;
    margin-top: 24px;
  }
  .p-contact .intro .intro__cta {
    width: 95%;
    max-width: 400px;
    margin-top: var(--blank-xl);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-contact .intro .cta__tel {
    height: 2.5em;
  }
}
.p-contact .contact {
  padding-top: var(--blank-l);
  padding-bottom: var(--blank-xl);
  /* Checkboxes styles */
}
.p-contact .contact .contact__heading {
  color: #243088;
  font-size: var(--20px);
  font-size: clamp(1.125rem, 0.6194144838rem + 2.157164869vw, 2rem);
  font-weight: 700;
  text-align: center;
}
.p-contact .contact .contact__exp {
  margin-top: var(--blank-xs);
  padding-left: 2%;
  padding-right: 2%;
  font-size: var(--20px);
  font-size: clamp(0.875rem, 0.7142857143rem + 0.4464285714vw, 1rem);
  font-weight: 500;
  text-align: center;
}
.p-contact .contact .contact__exp ._must {
  color: #53b3ef;
  font-weight: bold;
}
.p-contact .contact .contact__exp ._break {
  display: none;
}
.p-contact .contact .contact__check-box {
  padding-left: 32%;
  margin-top: var(--blank-l);
}
.p-contact .contact .contact__btn-box {
  padding-left: 32%;
  margin-top: var(--blank-xs);
}
.p-contact .contact .contact__btn-box .btn {
  max-width: 400px;
}
.p-contact .contact .contact__form-wrapper {
  width: 95%;
  max-width: 920px;
  margin-top: var(--blank-l);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .p-contact .contact .contact__check-box {
    padding-left: 0;
    text-align: center;
  }
  .p-contact .contact .contact__btn-box {
    padding-left: 0;
    text-align: center;
  }
  .p-contact .contact .contact__btn-box .btn {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .p-contact .contact .contact__exp {
    text-align: left;
  }
  .p-contact .contact .contact__exp ._break {
    display: block;
  }
}
.p-contact .contact .mfp_element_all:not(button) {
  max-width: 100%;
}
.p-contact .contact form#mailformpro dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact .contact form#mailformpro dl dt:first-of-type,
.p-contact .contact form#mailformpro dl dd:first-of-type {
  margin-top: 0;
}
.p-contact .contact form#mailformpro dl dt,
.p-contact .contact form#mailformpro dl dd {
  margin-top: 35px;
}
.p-contact .contact form#mailformpro dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(32% - 5px);
  padding-top: 10px;
  border: none;
  text-align: left;
  font-size: clamp(0.875rem, 0.7142857143rem + 0.4464285714vw, 1rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-contact .contact form#mailformpro dl dt > * {
  padding-right: 1em;
}
.p-contact .contact form#mailformpro dl dt:not(:has(.must)) {
  padding-left: 1.5em;
}
.p-contact .contact form#mailformpro dl dd {
  padding: 0 0 0 8px;
  border: none;
  font-size: clamp(0.9375rem, 0.7767857143rem + 0.4464285714vw, 1.0625rem);
  width: calc(68% - 5px);
}
.p-contact .contact form#mailformpro input[type=text],
.p-contact .contact form#mailformpro input[type=email] {
  width: 90%;
  height: 40px;
  padding: 8px 8px;
  margin: 0;
  border: 1px solid #626262;
  border-radius: 3px;
  vertical-align: middle;
}
.p-contact .contact form#mailformpro input[type=text]:focus,
.p-contact .contact form#mailformpro input[type=email]:focus {
  outline: none;
}
.p-contact .contact form#mailformpro textarea {
  width: 90%;
  height: 11.75rem !important;
  resize: none;
  padding: 10px 2%;
  border-radius: 3px;
}
.p-contact .contact form#mailformpro textarea:focus {
  outline: none;
}
@media screen and (max-width: 800px) {
  .p-contact .contact form#mailformpro dl dt {
    width: 100%;
    margin-top: 1.5em;
  }
  .p-contact .contact form#mailformpro dl dd,
  .p-contact .contact form#mailformpro dl dd:first-of-type {
    width: 100%;
    margin-top: 10px;
    padding-left: 0em;
  }
  .p-contact .contact form#mailformpro dl dt:not(:has(.must)) {
    padding-left: 0;
  }
  .p-contact .contact form#mailformpro input[type=text],
  .p-contact .contact form#mailformpro input[type=email] {
    width: 100%;
  }
  .p-contact .contact form#mailformpro textarea {
    width: 100%;
  }
}
.p-contact .contact form#mailformpro .must {
  display: inline-block;
  width: 1.5em;
  color: #53b3ef;
  font-size: 1em;
  font-weight: bold;
  padding: 0;
  margin: 0;
  background-color: initial;
  background-image: initial;
  border: initial;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  text-shadow: initial;
}
.p-contact .contact div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 5px 17px;
  color: #f00;
  font-size: 12px;
  line-height: normal;
  background-image: url(./mfp/mfp.statics/_images/mfp_error.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.p-contact .contact .mfp_parent_error {
  border: solid 2px #f00;
}
.p-contact .contact div#mfp_error {
  background-color: #fee;
  border: solid 1px #f00;
  padding: 10px;
  display: none;
}
.p-contact .contact div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}
.p-contact .contact div#mfp_error p strong {
  font-size: 18px;
  color: #f00;
}
.p-contact .contact .type_checkbox input[type=checkbox],
.p-contact .contact .type_radio input[type=radio] {
  display: none;
}
.p-contact .contact .type_radio label {
  cursor: pointer;
  position: relative;
}
.p-contact .contact .type_radio label::before,
.p-contact .contact .type_radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact .contact .type_radio label::before {
  border: 1px solid #333;
  height: 1em;
  width: 1em;
  left: 0;
}
.p-contact .contact .type_radio label::after {
  background-color: #626262;
  opacity: 0;
  height: 0.6em;
  width: 0.6em;
  left: 0.2em;
}
.p-contact .contact .type_radio label.text:has(input[type=radio]:checked)::after {
  opacity: 1;
}
.p-contact .contact .type_checkbox label.text,
.p-contact .contact .type_radio label.text {
  display: block;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1.75em;
  padding-right: 1em;
  line-height: 1.25;
  color: #111;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.p-contact .contact form#mailformpro label.mfp_checked,
.p-contact .contact form#mailformpro label.mfp_not_checked {
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  background-color: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-contact .contact .type_checkbox label.text a:hover,
.p-contact .contact .type_radio label.text a:hover {
  text-decoration: underline;
}
.p-contact .contact .type_checkbox label.text::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 8px;
  opacity: 0.75;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.p-contact .contact .type_checkbox input[type=checkbox]:checked ~ label.text::before {
  width: 10px;
  top: 0px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-contact .contact .type_checkbox label.text._check {
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7142857143rem + 0.4464285714vw, 1rem);
  font-weight: 600;
}

div#mfp_overlay {
  max-width: 98vw;
}
div#mfp_overlay * {
  color: #111;
}

.p-works .works-title__bg {
  background-image: url("./img/contents/works/lead.jpg");
  background-size: cover;
  background-position: center bottom;
}
.p-works .lead {
  padding-top: var(--blank-xs);
}
.p-works .lead .lead__body {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--blank-xs);
  padding-left: 30px;
  padding-left: clamp(4.375rem, 3.0026964561rem + 5.8551617874vw, 6.75rem);
}
.p-works .lead .lead__en {
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.1em;
  font-size: clamp(1.875rem, 0.8908839779rem + 4.1988950276vw, 4.25rem);
  text-shadow: none;
  z-index: 11;
}
.p-works .lead .lead__heading {
  margin-top: var(--blank-s);
}
.p-works .lead .lead__txt {
  margin-top: var(--blank-m);
  padding-bottom: var(--blank-xl);
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-works .lead .lead__body {
    padding-left: 12px;
  }
  .p-works .lead .lead__en {
    position: relative;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-align: left;
    margin-left: -12px;
    padding-bottom: 12px;
  }
}
.p-works .works {
  padding-top: var(--blank-l);
}
.p-works .works .card {
  width: 100%;
  margin-bottom: var(--blank-l);
}
.p-works .works .card__inner {
  width: 100%;
  max-width: 1100px;
  min-height: 280px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-works .works .card__main {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-works .works .card__heading-outer {
  border-bottom: 1px solid #1c42c5;
}
.p-works .works .card__heading {
  padding-top: var(--blank-s);
  padding-bottom: 0.4em;
  font-size: var(--16px);
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 400;
}
.p-works .works .card__location {
  min-width: 5em;
  min-height: 1.8em;
  display: inline-block;
  padding: 0.2em 1.2em;
  background-color: #1c42c5;
  color: #fff;
  font-size: var(--16px);
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 400;
}
.p-works .works .card__txt-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  display: inline-block;
  margin-top: var(--blank-m);
  padding-top: var(--blank-m);
  padding-bottom: var(--blank-m);
  font-size: var(--16px);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.09em;
}
.p-works .works .card__txt-box h1,
.p-works .works .card__txt-box h2,
.p-works .works .card__txt-box h3,
.p-works .works .card__txt-box h4,
.p-works .works .card__txt-box h5,
.p-works .works .card__txt-box h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.p-works .works .card__txt-box > :first-child {
  margin-top: 0;
}
.p-works .works .card__txt-box h1 {
  font-size: 1.7em;
}
.p-works .works .card__txt-box h2 {
  font-size: 1.5em;
}
.p-works .works .card__txt-box h3 {
  font-size: 1.3em;
}
.p-works .works .card__txt-box h4 {
  font-size: 1.2em;
}
.p-works .works .card__txt-box h5 {
  font-size: 1.1em;
}
.p-works .works .card__txt-box h6 {
  font-size: 1em;
}
.p-works .works .card__txt-box p {
  margin-top: 1.5em;
}
.p-works .works .card__txt-box ul {
  list-style: disc;
  list-style-position: inside;
}
.p-works .works .card__slide-wrapper {
  width: 50%;
  padding-left: var(--blank-s);
  padding-bottom: var(--blank-s);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-works .works .card__img {
  width: 100%;
  max-height: 380px;
  aspect-ratio: 4/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.p-works .works .card__img .card__img-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-works .works .card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-works .works .slick-dots {
  bottom: 8px;
}
.p-works .works .slick-dots li button:before {
  color: #dcdbdb;
  font-size: 6px;
  opacity: 0.9;
}
.p-works .works .slick-dots li.slick-active button:before {
  color: #1c42c5;
}
.p-works .works .slick-list.draggable {
  height: 100% !important;
}
.p-works .works .slick-track {
  height: 100% !important;
}
.p-works .works .message__box {
  padding-top: var(--blank-s);
  padding-bottom: var(--blank-m);
  text-align: center;
}
.p-works .works .message {
  font-size: var(--16px);
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 300;
}
.p-works .works .message ._slash {
  color: #1c42c5;
}
@media screen and (max-width: 767px) {
  .p-works .works .card__bg {
    background: none !important;
  }
  .p-works .works .card__main {
    width: 100%;
  }
  .p-works .works .card__txt-box {
    padding: 12px 8px;
    background-color: #f3f4f4;
  }
  .p-works .works .card__slide-wrapper {
    width: 100%;
    margin-top: 12px;
    padding-left: 0;
    padding-bottom: var(--blank-s);
  }
}

.no-page {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
.no-page .no-page__title {
  font-size: var(--32px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__lead {
  font-size: var(--16px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__txt {
  margin-top: 20px;
  font-size: var(--14px);
  font-weight: bold;
  color: #aaa;
  text-align: center;
}
.no-page .no-page__back {
  margin-top: 20px;
  margin-bottom: 70px;
}

.thanks {
  width: 50%;
  padding-top: 80px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.thanks .thanks__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thanks .title {
  font-size: var(--20px);
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #555;
}
.thanks .lead {
  margin-left: auto;
  margin-right: auto;
  font-size: var(--16px);
}
.thanks .txt {
  display: inline-block;
  font-size: var(--16px);
  text-align: left;
}
.thanks .nomail {
  display: inline-block;
  font-size: var(--14px);
  text-align: left;
}
.thanks .thanks__back {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .thanks {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .thanks {
    width: 90%;
  }
}