@charset "UTF-8";
/**
Theme Name: オリジナルテーマ
Vertion: 1.0
Author: nanoha
Description: オリジナルテーマ
*/
.f-strong {
  font-size: var(--18px);
  font-size: clamp(1.0625rem, 0.8819337442rem + 0.7704160247vw, 1.375rem);
  font-weight: 700;
}

.fs-l {
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
}

.fs-m {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}

.fs-s {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
}

.fw-bold {
  font-weight: bold;
}

: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: 960;
  --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: 90px;
}
@media screen and (max-width: 960px) {
  html {
    scroll-padding-top: 55px;
  }
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd {
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.08em;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: normal;
}

p,
li,
dt,
dd {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.no-scroll {
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 90px;
  z-index: 1000;
}
@media screen and (max-width: 960px) {
  .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);
  padding-bottom: var(--blank-l);
  overflow: hidden;
  z-index: 10;
}

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

.l-cont-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
.l-cont-inner._pl0 {
  padding-left: 0;
}
.l-cont-inner._pr0 {
  padding-right: 0;
}
.l-cont-inner._min {
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .l-cont-inner {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

.l-footer {
  width: 100%;
}

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

.bl-page-title {
  width: 100%;
  height: 260px;
  background-color: #035fad;
}
.bl-page-title ._inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--blank-xs);
  padding-bottom: var(--blank-xs);
}
.bl-page-title ._inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 90%;
  height: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: inset(0 round 24px);
}
.bl-page-title._business ._inner::before {
  background-image: url("./img/contents/business/title-bg.jpg");
  background-position: right center;
}
.bl-page-title._company ._inner::before {
  background-image: url("./img/contents/company/title-bg.jpg?ver2");
}
.bl-page-title._works ._inner::before, .bl-page-title._work-detail ._inner::before {
  background-image: url("./img/contents/works/title-bg.jpg?ver2");
}
.bl-page-title._newslist ._inner::before, .bl-page-title._news-detail ._inner::before {
  background-image: url("./img/contents/news/title-bg.jpg");
}
.bl-page-title._recruit ._inner::before {
  background-image: url("./img/contents/recruit/title-bg.jpg?ver2");
}
.bl-page-title._contact ._inner::before {
  background-image: url("./img/contents/contact/title-bg.jpg?ver2");
  background-position: center;
}
.bl-page-title ._title-box {
  position: absolute;
  bottom: 0;
  left: 1.5%;
  z-index: 11;
}
.bl-page-title ._en {
  color: #ffff00;
  font-size: var(--20px);
  font-size: clamp(1.0625rem, 0.593027735rem + 2.0030816641vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.bl-page-title._recruit ._en {
  color: #ffee00;
}
.bl-page-title ._title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-right: 2.5em;
  padding-left: 0.3em;
  background-color: #fff;
  font-size: var(--24px);
  font-size: clamp(1.375rem, 0.5805084746rem + 3.3898305085vw, 2.75rem);
  font-weight: 700;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  .bl-page-title {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .bl-page-title {
    height: 150px;
  }
}
@media screen and (max-width: 414px) {
  .bl-page-title {
    height: 120px;
  }
}

.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 {
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7714088398rem + 0.4419889503vw, 1.125rem);
  font-weight: 500;
}
.bl-table dt {
  width: 15em;
  background-color: #f0f0f0;
  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-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 15em);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #3a3a3a;
  line-height: 1.6;
}
.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;
  }
}

.bl-sect-heading ._en {
  color: #035fad;
  font-size: var(--40px);
  font-size: clamp(1.875rem, 0.7916024653rem + 4.6224961479vw, 3.75rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.bl-sect-heading ._ja {
  color: #035fad;
  padding-top: 0.5em;
  font-size: var(--16px);
  font-size: clamp(1rem, 0.7833204931rem + 0.9244992296vw, 1.375rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.bl-sect-heading._gray * {
  color: #b5b5b5;
}

.bl-sect-heading2 {
  color: #035fad;
  font-size: var(--20px);
  font-size: clamp(1.25rem, 0.9392265193rem + 1.3259668508vw, 2rem);
  font-weight: 700;
  text-align: center;
}
.bl-sect-heading2::after {
  content: "";
  display: block;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  width: 4em;
  height: 5px;
  font-size: inherit;
  background-color: #ffff00;
}

.bl-access {
  margin-top: var(--blank-s);
  text-align: center;
}
.bl-access .access__icon {
  display: none;
  width: 36px;
  margin-left: auto;
  margin-right: auto;
}
.bl-access .access__icon img {
  width: 100%;
  height: auto;
}
.bl-access .map {
  margin-top: var(--blank-m);
}
.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 {
  width: 65px;
  height: 65px;
  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-left: 6px;
  background-color: #ffff00;
}
.page-top p {
  color: #035fad;
  font-size: var(--14px);
  font-size: clamp(0.8125rem, 0.6335877863rem + 0.7633587786vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top p::before {
  content: "∧";
  display: block;
  padding-bottom: 3px;
  font-size: var(--14px);
  line-height: 1;
  text-align: center;
}

/*-------------------------------
// 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: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .company__logo img {
  display: inline-block;
  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;
  gap: 4px;
  position: absolute;
  top: 4px;
  right: 2%;
}
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: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(var(--header-height) / 2.2);
  gap: var(--blank-s);
}
header .cta__box {
  height: 100%;
}
header .cta__box._insta {
  width: 32px;
  height: 32px;
  position: relative;
}
header .cta__box._insta img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header__btn {
  min-width: 180px;
  height: 100%;
  padding: 2px 20px 2px 60px;
  border: none;
  background-color: #035fad;
  border-radius: 8px;
  position: relative;
}
header .header__btn::before, header .header__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: var(--32px);
  height: var(--32px);
  margin-bottom: 6px;
  background-color: #fff;
  -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-circle.svg");
          mask-image: url("./img/common/i-circle.svg");
}
header .header__btn::after {
  background-color: #035fad;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
  -webkit-mask-size: 70%;
          mask-size: 70%;
}
header .header__btn ._txt {
  display: block;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
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: 50px;
  padding-bottom: 32px;
}
header .gnav.mobile .ham-cta .cta__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 280px;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 2em;
  padding-left: var(--60px);
  background-color: #035fad;
  border-radius: 8px;
  color: #fff;
  font-size: var(--20px);
  font-size: clamp(1rem, 0.8397435897rem + 0.6837606838vw, 1.25rem);
  font-weight: 700;
  position: relative;
}
header .gnav.mobile .ham-cta .cta__link::before, header .gnav.mobile .ham-cta .cta__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: var(--30px);
  height: var(--30px);
  margin-bottom: 6px;
  background-color: #fff;
  -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-circle.svg");
          mask-image: url("./img/common/i-circle.svg");
}
header .gnav.mobile .ham-cta .cta__link::after {
  background-color: #035fad;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
  -webkit-mask-size: 60%;
          mask-size: 60%;
}
header .gnav.mobile .ham-cta .cta__time {
  margin-top: var(--8px);
  color: #035fad;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}
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: 960px) {
  header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  header .company__logo {
    width: 150px;
  }
  header .header__right {
    position: relative;
    top: initial;
    right: 3%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  header .cta__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--header-height);
  }
  header .cta__box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header__btn {
    width: calc(var(--header-height) * 0.7);
    min-width: initial;
    height: calc(var(--header-height) * 0.7);
    padding: 0 0 0 0;
    border: none;
    background-color: #035fad;
    border-radius: 4px;
    position: relative;
  }
  header .header__btn::before, header .header__btn::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    margin-bottom: 0;
  }
  header .header__btn::after {
    -webkit-mask-size: 65%;
            mask-size: 65%;
  }
  header .header__btn ._txt {
    display: none;
  }
  header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*----------------------
// Footer
----------------------*/
.footer {
  width: 100%;
  padding-top: var(--blank-xs);
  overflow: hidden;
}
.footer .footer__wrapper {
  width: 100%;
  padding-bottom: var(--blank-s);
  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;
}
.footer .company {
  width: 40%;
  padding: var(--blank-xs);
}
.footer .company .company__name-wrapper {
  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: 4px;
}
.footer .company .company__logo {
  width: 80px;
}
.footer .company .company__logo img {
  width: 100%;
  height: auto;
}
.footer .company .company__name {
  font-size: var(--18px);
  font-size: clamp(1.0625rem, 0.8819337442rem + 0.7704160247vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.footer .company .company__name ._small {
  font-size: 0.85em;
}
.footer .company .company__address {
  margin-top: var(--blank-xs);
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.03em;
}
.footer .company .company__insta {
  display: block;
  width: 24px;
  margin-top: var(--blank-s);
  margin-left: 2px;
  opacity: 0.8;
}
.footer .company .company__insta img {
  width: 100%;
  height: auto;
}
.footer .company .company__privacy {
  margin-top: var(--blank-s);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  color: #035fad;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  line-height: 1;
  position: relative;
  z-index: 11;
}
.footer .company .company__privacy ._arrow {
  display: inline-block;
  vertical-align: middle;
  color: #035fad;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #035fad;
  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);
}
.footer .company .company__privacy::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.75em;
  height: 1.75em;
  font-size: inherit;
  background-color: #ffff00;
  border-radius: 999px;
  z-index: -1;
}
.footer .cta {
  width: 60%;
  padding-top: var(--blank-xxs);
  padding-left: var(--blank-m);
  padding-bottom: var(--blank-s);
  position: relative;
}
.footer .cta::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffff00;
  border-radius: 24px 0 0 24px;
  z-index: -1;
}
.footer .cta .cta__heading {
  color: #035fad;
  font-size: var(--24px);
  font-size: clamp(1.375rem, 0.7249614792rem + 2.7734976888vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.footer .cta .cta__heading ._ja {
  display: block;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
}
.footer .cta .cta__txt {
  margin-top: var(--blank-xxs);
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
}
.footer .cta .cta__btns {
  margin-top: var(--blank-xs);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.footer .cta .cta__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-left: var(--36px);
  color: #035fad;
  font-size: var(--20px);
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 700;
  position: relative;
}
.footer .cta .cta__link::before, .footer .cta .cta__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: var(--32px);
  height: var(--32px);
  margin-bottom: 6px;
  background-color: #fff;
  -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-circle.svg");
          mask-image: url("./img/common/i-circle.svg");
}
.footer .cta .cta__link::after {
  background-color: #035fad;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
  -webkit-mask-size: 60%;
          mask-size: 60%;
}
.footer .cta .cta__link ._txt {
  display: inline-block;
  position: relative;
}
.footer .cta .cta__link ._txt::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;
}
.footer .cta .cta__link:hover ._txt::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.footer .cta .cta__link._mail::after {
  -webkit-mask-image: url("./img/common/i-mail-line.svg");
          mask-image: url("./img/common/i-mail-line.svg");
}
.footer .cta .cta__time {
  margin-top: var(--8px);
  color: #035fad;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}
.footer .footer__credit {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 20px;
  background-color: #035fad;
  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: 1023px) {
  .footer .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .company {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .company .company__insta {
    width: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--blank-m);
  }
  .footer .cta {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: var(--blank-xs);
    text-align: center;
  }
  .footer .cta::before {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -3%;
  }
  .footer .cta .cta__txt {
    margin-top: var(--blank-xs);
  }
  .footer .cta .cta__btns {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .footer .cta__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .cta__btn-box {
    margin-top: var(--blank-xxs);
  }
  .footer .cta__link {
    margin-left: auto;
    margin-right: auto;
  }
}

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

.gnav {
  z-index: 100;
}

.gnav.pc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 50%;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.gnav.pc .gnav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style: none;
}
.gnav.pc .gnav-list li {
  height: 100%;
}
.gnav.pc .gnav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  white-space: nowrap;
  padding-left: 1.75vw;
  padding-right: 1.75vw;
  padding-bottom: 12px;
  color: #333;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
}
.gnav.pc .gnav-list li a:hover {
  text-decoration: underline;
  text-decoration-color: #ffff00;
  text-decoration-thickness: 5px;
  text-underline-offset: 8px;
  cursor: pointer;
}
.gnav.pc .gnav-list li:last-child a {
  padding-right: 0;
}
.gnav.pc .gnav__bottom,
.gnav.pc .gnav__hamb-cta {
  display: none;
}
@media screen and (max-width: 1024px) {
  .gnav.pc .gnav-list li a {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
@media screen and (max-width: 960px) {
  .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: #035fad;
  background-color: #e3edf5;
  cursor: pointer;
}
.gnav.mobile .gnav-list li.current_page_item a {
  color: #035fad;
}
.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__bottom {
  display: block;
  width: 100%;
  margin-top: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #035fad;
}
.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: #035fad;
}
.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: #333;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
  color: #666;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

.bl-bg-left {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.bl-bg-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30%;
  height: 100%;
  background-color: #ffff00;
}
.bl-bg-left._round::before {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.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: #035fad;
  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:not(._nochange):hover {
    background-color: #468fcf;
    cursor: pointer;
  }
}

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

.btn._top-rect {
  max-width: 250px;
  padding: 12px 1.5em 12px 1em;
  border: 1px solid #fff;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.btn._icon {
  gap: 8px;
  height: 42px;
  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;
  border-radius: 999px;
  background-color: #035fad;
  -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-circle.svg");
          mask-image: url("./img/common/i-tel-circle.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: #035fad;
  border: 3px solid #035fad;
}
.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._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: #035fad;
  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 #035fad;
  background-color: #035fad;
}
@media (any-hover: hover) {
  .btn._home:hover {
    color: #035fad;
    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%;
}

.md-pager-prev,
.md-pager-next {
  min-width: 3.5em;
  font-size: var(--13px);
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
}

.md-pager-prev a,
.md-pager-next a {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: inherit;
  font-weight: 500;
}
.md-pager-prev a ._icon,
.md-pager-next a ._icon {
  font-size: inherit;
  width: 1.75em;
  height: 1.75em;
  color: #fff;
  background-color: #035fad;
  border-radius: 999px;
  line-height: 1.75;
  text-align: center;
  position: relative;
}
.md-pager-prev a ._icon::after,
.md-pager-next a ._icon::after {
  content: "<";
  display: block;
  position: absolute;
  top: 45%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
}

.md-pager-prev._red a ._icon,
.md-pager-next._red a ._icon {
  background-color: #e17161;
}

.md-pager-next a ._icon::after {
  left: 52%;
  content: ">";
}

.md-pager-list {
  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;
  font-size: var(--13px);
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
  font-weight: 500;
}
.md-pager-list::before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  font-size: inherit;
  background-image: url("./img/common/i-list.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.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: #333;
}

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

.block {
  display: block;
}

.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を指定　*/
.fadeTrigger,
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.scaleUpTrigger,
.rotateXTrigger {
  opacity: 0;
}

/* フェード */
.fade {
  -webkit-animation-name: fadeAnime;
          animation-name: fadeAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
}

@-webkit-keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 上へ */
.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;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    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);
  }
}
/* スケールアップ*/
.scaleUp {
  -webkit-animation-name: scaleUpAnime;
          animation-name: scaleUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
}

@-webkit-keyframes scaleUpAnime {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUpAnime {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* スケールダウン*/
.scaleDown {
  -webkit-animation-name: scaleDownAnime;
          animation-name: scaleDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
}

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

@keyframes scaleDownAnime {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* 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-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@keyframes showTextFromBottom {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
.char-up-anime.displayed span {
  -webkit-animation: showText 0.7s backwards;
          animation: showText 0.7s backwards;
  display: inline-block;
}

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

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

.p-top .mv {
  position: relative;
  margin: 0;
}
.p-top .mv .mv__slider-wrapper {
  width: 100%;
  background-color: #035fad;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.p-top .mv .mv__img {
  width: 100%;
  height: 47vw;
  padding: var(--blank-s) var(--blank-xxs);
  overflow: hidden;
}
.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;
  bottom: 10%;
  left: 8%;
}
.p-top .mv .mv__heading {
  color: #ffff00;
  font-size: 4vw;
  font-weight: 800;
  line-height: 1.5;
}
.p-top .mv .mv__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: #fff;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top .mv .mv__body {
    bottom: 10%;
    left: 5%;
  }
  .p-top .mv .mv__heading {
    font-size: var(--30px);
    font-size: clamp(1.875rem, 0.8015267176rem + 4.5801526718vw, 3rem);
  }
  .p-top .mv .mv__txt {
    font-size: var(--20px);
    font-size: clamp(1.125rem, 0.5286259542rem + 2.5445292621vw, 1.75rem);
  }
}
@media screen and (max-width: 700px) {
  .p-top .mv .mv__img {
    height: 80vw;
  }
}
.p-top .news {
  background: -webkit-gradient(linear, left top, right top, from(#ffff00), color-stop(50%, #ffff00), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to right, #ffff00 0%, #ffff00 50%, #fff 50%, #fff 100%);
}
.p-top .news .news__wrapper {
  width: 100%;
  padding-top: var(--blank-xl);
  padding-bottom: var(--blank-xl);
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 11;
}
.p-top .news .news__heading {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top .news .news__link {
  margin-top: var(--blank-l);
  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;
  color: #035fad;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-top .news .news__link ._icon {
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  background-color: #035fad;
  border-radius: 999px;
  font-size: inherit;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.p-top .news .news__link ._icon::after {
  content: ">";
  display: block;
  position: absolute;
  top: 45%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5em;
}
.p-top .news .news__link ._txt {
  display: inline-block;
  position: relative;
}
.p-top .news .news__link ._txt::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;
}
.p-top .news .news__link:hover ._txt::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.p-top .news .news__body {
  width: 70%;
  padding-left: var(--blank-l);
}
.p-top .news .news_txt {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-top .news .news_txt._end {
  margin-top: var(--blank-l);
}
.p-top .news .news__list {
  margin-top: var(--blank-m);
}
.p-top .news .article {
  margin-top: var(--blank-xs);
  padding-top: var(--blank-xxs);
  padding-bottom: var(--blank-xxs);
  border-bottom: 1px solid #7a7a7a;
}
.p-top .news .article:first-child {
  margin-top: 0;
}
.p-top .news .article__inner {
  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;
}
.p-top .news .article__inner::before {
  content: "・";
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-top .news .article__inner:hover .article__title {
  color: #035fad;
}
.p-top .news .article__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1em;
  padding-right: 1.5em;
  background-color: #e17161;
  color: #fff;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  letter-spacing: 0.05em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top .news .article__title {
  padding-left: var(--blank-xs);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-top .news {
    background: none;
  }
  .p-top .news .bl-bg-left::before {
    display: none;
  }
  .p-top .news .news__heading {
    width: 100%;
    padding: var(--blank-s) 0;
    position: relative;
  }
  .p-top .news .news__heading::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 5%;
    background-color: #ffff00;
    border-radius: 12px;
    z-index: -1;
  }
  .p-top .news .news__link {
    margin-top: var(--blank-m);
    font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  }
  .p-top .news .news__link ._icon {
    font-size: 0.9em;
  }
  .p-top .news .news__link ._icon::after {
    top: 43%;
  }
  .p-top .news .news__body {
    width: 100%;
    margin-top: var(--blank-m);
    padding-left: 0;
  }
  .p-top .news .article__inner::before {
    content: "・";
    display: none;
  }
  .p-top .news .article__date {
    padding-left: 0.5;
    padding-right: 1em;
    font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  }
}
.p-top .company {
  background: -webkit-gradient(linear, left top, right top, from(#ffff00), color-stop(50%, #ffff00), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to right, #ffff00 0%, #ffff00 50%, #fff 50%, #fff 100%);
  overflow: hidden;
}
.p-top .company .company__wrapper {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: var(--blank-l);
  z-index: 11;
}
.p-top .company .company__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  width: 100vw;
  height: 100%;
  border-radius: 24px 0 0 24px;
  background-color: #035fad;
}
.p-top .company .company__img {
  width: 35%;
  border-radius: 24px;
  overflow: hidden;
  z-index: 11;
}
.p-top .company .company__img img {
  width: 100%;
  height: auto;
}
.p-top .company .company__body {
  width: 65%;
  padding-top: var(--blank-m);
  padding-left: var(--blank-m);
  padding-right: var(--blank-m);
  padding-bottom: var(--blank-l);
  z-index: 11;
}
.p-top .company .company__txt {
  padding-top: var(--blank-m);
  color: #fff;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-top .company .company__logo {
  width: 35%;
  min-width: 150px;
  margin-top: var(--blank-m);
  border-radius: 24px;
  overflow: hidden;
}
.p-top .company .company__logo img {
  width: 100%;
  height: auto;
}
.p-top .company .company__link {
  margin-top: var(--blank-m);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top .company {
    background: none;
    margin-top: var(--blank-m);
  }
  .p-top .company .l-cont-inner {
    padding-left: 2%;
  }
  .p-top .company .bl-bg-left::before {
    display: none;
  }
  .p-top .company .company__wrapper {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top .company .company__wrapper::before {
    top: 15%;
    left: 0;
    width: 100%;
    height: 85%;
    border-radius: 24px 24px 24px 24px;
  }
  .p-top .company .company__img {
    width: 40%;
    max-width: 400px;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .company .company__body {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .company .company__heading {
    text-align: center;
  }
  .p-top .company .company__logo,
  .p-top .company .company__link {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top .business {
  background: -webkit-gradient(linear, left top, right top, from(#ffff00), color-stop(50%, #ffff00), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to right, #ffff00 0%, #ffff00 50%, #fff 50%, #fff 100%);
}
.p-top .business .business__wrapper {
  padding-top: calc(var(--blank-xl) * 1.8);
  padding-bottom: var(--blank-xl);
  position: relative;
  z-index: 11;
}
.p-top .business .business__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
}
.p-top .business .business__cards {
  margin-top: var(--blank-s);
  padding-bottom: var(--blank-xl);
}
.p-top .business .card {
  position: relative;
  width: var(--bus-outer-width);
  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;
}
.p-top .business .card::before {
  content: "";
  position: relative;
  display: block;
  top: 0;
  left: calc(var(--bus-cards-width) * 0.3);
  width: var(--bus-img-width);
  height: calc(0.6701877934 * var(--bus-img-width));
  min-height: 440px;
  background-image: url("./img/top/bus-elec.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top .business .card._tv::before {
  background-image: url("./img/top/bus-tv.jpg");
}
.p-top .business .card._aircon::before {
  background-image: url("./img/top/bus-aircon.jpg");
}
.p-top .business .card__body {
  width: calc(var(--bus-cards-width) * 0.4);
  min-width: 360px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top .business .card__link:hover .card__body-inner {
  background-color: rgb(255, 255, 200);
  background-color: rgb(255, 250, 200);
}
.p-top .business .card__link:hover .card__icon {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.p-top .business .card__body-inner {
  position: relative;
  -webkit-box-shadow: 0 0 10px 0px #d7d7d7;
          box-shadow: 0 0 10px 0px #d7d7d7;
  margin-left: var(--28px);
  padding: var(--blank-m) var(--blank-s);
  background-color: #fff;
  border-radius: 24px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .business .card__no {
  position: absolute;
  content: "";
  top: 0;
  left: -1.5em;
  color: #1d2088;
  font-size: var(--13px);
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
  font-weight: 500;
  line-height: 1;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotateZ(270deg) translateX(-105%);
          transform: rotateZ(270deg) translateX(-105%);
  white-space: nowrap;
}
.p-top .business .card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  color: #1d2088;
  font-size: var(--20px);
  font-size: clamp(1.25rem, 1.1055469954rem + 0.6163328197vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
}
.p-top .business .card__heading::before {
  content: "";
  display: inline-block;
  font-size: inherit;
  height: 1em;
  width: 0.8660254038em;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: currentColor;
}
.p-top .business .card__icon {
  margin-top: var(--blank-m);
  margin-left: var(--blank-xs);
  width: 45%;
  max-width: 230px;
  min-width: 120px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top .business .card__icon img {
  width: 100%;
  height: auto;
}
.p-top .business .card__txt {
  margin-top: var(--blank-m);
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top .business {
    background: none;
  }
  .p-top .business .bl-bg-left::before {
    display: none;
  }
  .p-top .business .business__heading {
    width: 100%;
    padding: var(--blank-s) 0;
    position: relative;
    padding-top: var(--blank-m);
    padding-bottom: var(--blank-m);
  }
  .p-top .business .business__heading::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 5%;
    background-color: #ffff00;
    border-radius: 12px;
    z-index: -1;
  }
  .p-top .business .business__lead {
    margin-top: var(--blank-m);
  }
  .p-top .business .bus-cards {
    margin-top: var(--blank-m);
  }
  .p-top .business .card {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 67.0187793427vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: var(--blank-l);
  }
  .p-top .business .card::before {
    position: absolute;
    display: block;
    top: calc(100% - 24px);
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 100%;
    height: 67.0187793427vw;
    min-height: initial;
  }
  .p-top .business .card__body {
    width: 85%;
    min-width: initial;
    max-width: 360px;
    position: initial;
    top: initial;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
  .p-top .business .card__body-inner {
    padding: var(--blank-m) var(--blank-m);
    margin-left: 0;
  }
  .p-top .business .card__heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .business .card__icon {
    width: 50%;
    max-width: 120px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-top .works {
  padding-top: var(--blank-xl);
  padding-bottom: var(--blank-xl);
  background-color: #035fad;
}
.p-top .works .works__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;
}
.p-top .works .works__pre-outer {
  width: 30%;
}
.p-top .works .works__lead {
  margin-top: var(--blank-l);
  color: #fff;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-top .works .works__btn {
  margin-top: var(--blank-l);
}
.p-top .works .works__list {
  width: 70%;
}
.p-top .works .work {
  width: 100%;
  margin-top: var(--blank-l);
  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;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-top .works .work:first-child {
  margin-top: 0;
}
.p-top .works .work:hover .work__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.p-top .works .work:hover .work__arrow {
  right: 20px;
}
.p-top .works .work:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgb(156, 181, 204);
  opacity: 0.15;
}
.p-top .works .work__img {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 150px;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-top .works .work__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-top .works .work__body {
  width: 60%;
  padding-top: var(--blank-s);
  padding-bottom: var(--blank-s);
  padding-left: var(--blank-s);
  padding-right: var(--blank-m);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top .works .work__heading {
  font-size: var(--18px);
  font-size: clamp(1rem, 0.7833204931rem + 0.9244992296vw, 1.375rem);
  font-weight: 500;
}
.p-top .works .work__txt {
  margin-top: var(--blank-xs);
  padding-left: var(--blank-s);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-top .works .work__arrow {
  position: absolute;
  bottom: 24px;
  right: 28px;
  display: inline-block;
  vertical-align: middle;
  color: #035fad;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 1px solid #035fad;
  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 screen and (max-width: 1023px) {
  .p-top .works .works__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top .works .works__pre-outer {
    width: 100%;
    text-align: center;
  }
  .p-top .works .works__lead {
    margin-top: var(--blank-m);
  }
  .p-top .works .works__btn {
    margin-top: var(--blank-m);
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .works .works__list {
    width: 100%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--blank-l);
  }
}
@media screen and (max-width: 576px) {
  .p-top .works .work {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
    max-width: 400px;
    margin-top: var(--blank-l);
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .works .work__img {
    width: 100%;
  }
  .p-top .works .work__body {
    width: 100%;
    padding-top: var(--blank-s);
    padding-bottom: var(--blank-m);
    padding-left: var(--blank-m);
    padding-right: var(--blank-m);
  }
  .p-top .works .work__txt {
    padding-bottom: var(--blank-s);
  }
}
.p-top .insta {
  display: none;
  margin-top: var(--blank-xl);
  margin-bottom: var(--blank-xl);
  padding-top: var(--blank-xl);
  padding-bottom: var(--blank-xl);
  background-color: #f0f0f0;
}
.p-top .insta .insta__icon {
  width: 100%;
  max-width: 111px;
  margin-left: auto;
  margin-right: auto;
}
.p-top .insta .insta__icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top .insta .insta__icon {
    max-width: 95px;
  }
}
@media screen and (max-width: 576px) {
  .p-top .insta .insta__icon {
    max-width: 70px;
  }
}
.p-top .recruit {
  margin-top: var(--blank-xxl);
  overflow: hidden;
}
.p-top .recruit .recruit__wrapper {
  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;
  margin-top: var(--blank-l);
  padding-top: var(--blank-xl);
  padding-bottom: var(--blank-xl);
  position: relative;
}
.p-top .recruit .recruit__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  display: block;
  width: 95%;
  height: 100%;
  background-image: url("./img/top/recruit.jpg?ver2");
  background-size: cover;
  clip-path: inset(0 round 24px);
}
.p-top .recruit .recruit__body {
  width: 40%;
  min-width: 450px;
  padding-top: var(--blank-l);
  padding-right: var(--blank-m);
  padding-bottom: var(--blank-l);
  text-align: justify;
  position: relative;
  z-index: 11;
}
.p-top .recruit .recruit__body::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #035fad;
  border-radius: 24px;
  z-index: -1;
}
.p-top .recruit .recruit__lead {
  margin-top: var(--blank-m);
  color: #fff;
  font-size: var(--18px);
  font-size: clamp(1rem, 0.7110939908rem + 1.2326656394vw, 1.5rem);
}
.p-top .recruit .recruit__txt {
  margin-top: var(--blank-m);
  color: #fff;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-top .recruit .recruit__link {
  margin-top: var(--blank-m);
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 960px) {
  .p-top .recruit .recruit__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 320px;
  }
  .p-top .recruit .recruit__wrapper::after {
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 280px;
    margin-top: var(--blank-m);
    background-position: right top;
    background-size: cover;
    clip-path: inset(0 round 24px 0 0 24px);
  }
  .p-top .recruit .recruit__body {
    width: 95%;
    max-width: 550px;
    min-width: initial;
    padding-left: var(--blank-s);
    padding-right: var(--blank-m);
    position: relative;
    z-index: 11;
  }
  .p-top .recruit .recruit__txt {
    max-width: 400px;
  }
}
@media screen and (max-width: 576px) {
  .p-top .recruit .recruit__wrapper {
    padding-bottom: 220px;
  }
  .p-top .recruit .recruit__wrapper::after {
    height: 180px;
  }
  .p-top .recruit .recruit__body {
    width: 95%;
    max-width: 550px;
    min-width: initial;
    position: relative;
    z-index: 11;
  }
  .p-top .recruit .recruit__txt {
    max-width: 400px;
  }
}

.p-business .intro {
  margin-top: var(--blank-xl);
}
.p-business .intro .intro__txt {
  margin-top: var(--blank-s);
  text-align: center;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 950px) {
  .p-business .intro .intro__txt {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .p-business .intro .intro__txt ._comma {
    display: none;
  }
  .p-business .intro .intro__txt ._break {
    display: block;
    padding-top: var(--blank-xs);
  }
}
.p-business .bus {
  margin-top: var(--blank-xxl);
  background: -webkit-gradient(linear, left top, right top, from(#ffff00), color-stop(50%, #ffff00), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to right, #ffff00 0%, #ffff00 50%, #fff 50%, #fff 100%);
}
.p-business .bus .bus__outline {
  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;
  position: relative;
  z-index: 11;
}
.p-business .bus .bus__heading-box {
  width: 30%;
}
.p-business .bus .bus__heading {
  margin-top: var(--blank-l);
  color: #035fad;
  font-size: var(--24px);
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-business .bus .bus__heading ._square {
  display: inline-block;
  width: var(--36px);
}
.p-business .bus .bus__heading._en {
  margin-top: var(--blank-xs);
  padding-left: var(--36px);
  font-size: var(--16px);
  font-size: clamp(0.875rem, 0.5138674884rem + 1.5408320493vw, 1.5rem);
  font-weight: 500;
  line-height: 1.3;
}
.p-business .bus .bus__icons {
  width: 70%;
  margin-top: var(--blank-m);
  padding-left: var(--blank-xs);
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: var(--blank-m);
}
.p-business .bus .icon__outer {
  width: 25%;
  padding: 4px;
  text-align: center;
}
.p-business .bus .icon__outer img {
  width: 90%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-business .bus._aircon .bus__icons .icon__outer:first-child {
  margin-left: var(--blank-xxs);
}
.p-business .bus .icon__txt {
  margin-top: var(--blank-s);
  font-size: var(--14px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: center;
}
.p-business .bus .about__wrapper {
  position: relative;
  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;
  margin-top: var(--blank-m);
  padding-top: var(--blank-l);
}
.p-business .bus .about__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  width: 100vw;
  height: 100%;
  border-radius: 24px 0 0 24px;
  background-color: #035fad;
}
.p-business .bus .about__img {
  width: 35%;
  border-radius: 24px;
  overflow: hidden;
  z-index: 11;
}
.p-business .bus .about__img img {
  width: 100%;
  height: auto;
}
.p-business .bus .about__body {
  width: 65%;
  padding-top: 0;
  padding-left: var(--blank-l);
  padding-bottom: var(--blank-m);
  z-index: 11;
}
.p-business .bus .about__txt {
  padding-top: var(--blank-m);
  color: #fff;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-business .bus .about__list {
  margin-top: var(--blank-m);
}
.p-business .bus .about__li {
  margin-top: 2px;
  color: #fff;
  font-size: var(--16px);
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-business .bus .about__li:first-child {
  margin-top: 0;
}
.p-business .bus .about__li::before {
  content: "→";
  padding-right: 4px;
}
@media screen and (max-width: 1100px) {
  .p-business .bus {
    margin-top: var(--blank-l);
    background: none;
  }
  .p-business .bus .bl-bg-left::before {
    display: none;
  }
  .p-business .bus .bus__outline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-business .bus .bus__heading-box {
    width: 100%;
    padding: var(--blank-xxs) 0;
    position: relative;
  }
  .p-business .bus .bus__heading-box::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 5%;
    background-color: #ffff00;
    border-radius: 12px;
    z-index: -1;
  }
  .p-business .bus .bus__heading {
    margin-top: 0;
  }
  .p-business .bus .bus__heading ._square {
    width: var(--32px);
  }
  .p-business .bus .bus__heading._en {
    padding-left: var(--32px);
  }
  .p-business .bus .bus__icons {
    width: 100%;
    padding-left: 0;
  }
  .p-business .bus .icon__outer img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-business .bus .icon__outer {
    width: 50%;
    max-width: 250px;
  }
  .p-business .bus .icon__outer img {
    width: 60%;
  }
  .p-business .bus._aircon .bus__icons .icon__outer:first-child {
    margin-left: 0;
  }
  .p-business .bus .icon__txt {
    font-size: var(--13px);
  }
  .p-business .bus .about__wrapper {
    margin-top: var(--blank-xxl);
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-business .bus .about__wrapper::before {
    top: 15%;
    left: 0;
    width: 100%;
    height: 85%;
    border-radius: 24px 24px 24px 24px;
  }
  .p-business .bus .about__img {
    width: 55%;
    max-width: 420px;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-business .bus .about__body {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: var(--blank-m);
    padding-left: var(--blank-m);
    padding-right: var(--blank-m);
    padding-bottom: var(--blank-l);
  }
  .p-business .bus .about__heading {
    text-align: center;
  }
}
.p-business .area {
  margin-top: var(--blank-xxl);
  padding-top: var(--blank-m);
  padding-bottom: var(--blank-m);
  background-color: #f0f0f0;
  text-align: center;
}
.p-business .area .area__txt {
  margin-top: var(--blank-m);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 2;
}
.p-business .area .area__img {
  width: 80%;
  max-width: 200px;
  margin-top: var(--blank-m);
  margin-left: auto;
  margin-right: auto;
}
.p-business .area .area__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 600px) {
  .p-business .area .area__txt {
    width: 100%;
    max-width: 500px;
    text-align: left;
  }
  .p-business .area .area__txt ._comma {
    display: none;
  }
  .p-business .area .area__txt ._break {
    display: block;
    padding-top: var(--blank-xs);
  }
  .p-business .area .area__img {
    width: 70%;
    max-width: 150px;
  }
}

.p-company {
  /*------------------------
  // Company
  //------------------------*/
}
.p-company .l-section {
  margin-top: var(--blank-xl);
}
.p-company .rinen .rinen__body {
  margin-top: var(--blank-s);
}
.p-company .rinen .rinen__lead {
  font-size: var(--18px);
  font-size: clamp(1.0625rem, 0.8819337442rem + 0.7704160247vw, 1.375rem);
  font-weight: 700;
  text-align: center;
}
.p-company .rinen .rinen__txt {
  margin-top: 16px;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-align: center;
}
.p-company .ceo .ceo__body {
  width: 100%;
  max-width: 950px;
  margin-top: var(--blank-m);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-company .ceo .ceo__img {
  width: 45%;
  border-radius: 24px;
  -webkit-box-shadow: 10px 10px 10px 0px #d7d7d7;
          box-shadow: 10px 10px 10px 0px #d7d7d7;
  overflow: hidden;
}
.p-company .ceo .ceo__img img {
  width: 100%;
  height: auto;
}
.p-company .ceo .ceo__main {
  width: 50%;
}
.p-company .ceo .ceo__lead {
  font-size: var(--18px);
  font-size: clamp(1.0625rem, 0.8819337442rem + 0.7704160247vw, 1.375rem);
  font-weight: 700;
}
.p-company .ceo .ceo__txt {
  margin-top: var(--blank-m);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 2.2;
}
.p-company .profile .profile__tbl {
  margin-top: var(--blank-m);
}
.p-company .history .history__tbl {
  margin-top: var(--blank-m);
}
.p-company .license .license__body {
  width: 100%;
  margin-top: var(--blank-m);
  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;
}
.p-company .license .license__img {
  width: 45%;
  border-radius: 24px;
  -webkit-box-shadow: 10px 10px 10px 0px #d7d7d7;
          box-shadow: 10px 10px 10px 0px #d7d7d7;
  overflow: hidden;
}
.p-company .license .license__img img {
  width: 100%;
  height: auto;
}
.p-company .license .license__main {
  width: 50%;
}
.p-company .license .license__list {
  list-style: disc;
  list-style-position: inside;
}
.p-company .license .license__li {
  padding: 0.75em 1em;
  border-top: 1px solid #333;
  font-size: var(--16px);
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 500;
}
.p-company .license .license__li:last-child {
  border-bottom: 1px solid #333;
}
.p-company .license .license__txt {
  margin-top: var(--blank-xs);
  margin-left: var(--blank-xs);
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company .ceo .ceo__img {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    aspect-ratio: 1.2/1;
  }
  .p-company .ceo .ceo__main {
    width: 100%;
    max-width: 500px;
    margin-top: var(--blank-l);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .p-company .license .license__img {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-company .license .license__main {
    width: 100%;
    max-width: 450px;
    margin-top: var(--blank-l);
    margin-left: auto;
    margin-right: auto;
  }
}

.p-recruit {
  /*------------------------
  // Page Recruit 
  //------------------------*/
}
.p-recruit .l-section {
  margin-top: var(--blank-xl);
}
.p-recruit .p-body {
  margin-top: var(--blank-m);
}
.p-recruit .recruit .recruit__body {
  margin-top: var(--blank-s);
}
.p-recruit .recruit .recruit__lead {
  font-size: var(--18px);
  font-size: clamp(1.0625rem, 0.8819337442rem + 0.7704160247vw, 1.375rem);
  font-weight: 700;
  text-align: center;
}
.p-recruit .recruit .recruit__txt {
  margin-top: 16px;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-align: center;
}
.p-recruit .occ .occ__body {
  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;
}
.p-recruit .occ .occ__img {
  width: 47%;
}
.p-recruit .occ .occ__img img {
  width: 100%;
  height: auto;
}
.p-recruit .occ .occ__main {
  width: 50%;
}
.p-recruit .occ .occ__lead {
  font-size: var(--18px);
  font-size: clamp(1.0625rem, 0.8819337442rem + 0.7704160247vw, 1.375rem);
  font-weight: 700;
}
.p-recruit .occ .occ__list-heading {
  margin-top: 8px;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 600;
}
.p-recruit .occ .occ__list {
  list-style: disc;
  list-style-position: inside;
}
.p-recruit .occ .occ__li {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  padding-left: var(--blank-m);
  margin-top: 4px;
}
.p-recruit .occ .occ__li::marker {
  font-size: 0.75em;
}
.p-recruit .support .support__icons {
  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%;
}
.p-recruit .support .icon__outer {
  width: 20%;
  padding: 0 4px var(--blank-m);
  text-align: center;
}
.p-recruit .support .icon__outer img {
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-recruit .support .icon__txt {
  margin-top: var(--blank-xs);
  font-size: var(--14px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.p-recruit .license .license__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-recruit .license .license__img {
  width: 43%;
  border-radius: 24px;
  overflow: hidden;
}
.p-recruit .license .license__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-recruit .license .license__main {
  width: 40%;
  padding: var(--blank-m) 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.p-recruit .license .license__lead {
  font-size: var(--18px);
  font-size: clamp(1.0625rem, 0.8819337442rem + 0.7704160247vw, 1.375rem);
  font-weight: 700;
  color: #1d2088;
}
.p-recruit .license .license__txt {
  margin-top: var(--blank-s);
  font-weight: 500;
  line-height: 1.8;
}
.p-recruit .how .how__body {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: var(--blank-m) var(--blank-m);
  background-color: #f0f0f0;
  border-radius: 24px;
}
.p-recruit .how .how__txt {
  padding-bottom: var(--blank-m);
  border-bottom: 2px solid #fff;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-recruit .how .how__ctc {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-recruit .how .cta__outer {
  width: 50%;
  margin-top: var(--blank-xs);
  padding-top: var(--blank-xs);
  padding-bottom: var(--blank-xs);
}
.p-recruit .how .cta__outer:first-child {
  border-right: 2px solid #fff;
}
.p-recruit .how .how__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--36px);
  color: #035fad;
  font-size: var(--20px);
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.07em;
  position: relative;
}
.p-recruit .how .how__link::before, .p-recruit .how .how__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: var(--32px);
  height: var(--32px);
  margin-bottom: 6px;
  background-color: #fff;
  -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-circle.svg");
          mask-image: url("./img/common/i-circle.svg");
}
.p-recruit .how .how__link::after {
  background-color: #035fad;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
  -webkit-mask-size: 60%;
          mask-size: 60%;
}
.p-recruit .how .how__link ._txt {
  display: inline-block;
  position: relative;
}
.p-recruit .how .how__link ._txt::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;
}
.p-recruit .how .how__link:hover ._txt::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.p-recruit .how .how__link._mail::after {
  -webkit-mask-image: url("./img/common/i-mail-line.svg");
          mask-image: url("./img/common/i-mail-line.svg");
}
.p-recruit .how .how__time {
  margin-top: 8px;
  color: #035fad;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-recruit .support .icon__outer {
    width: 25%;
  }
  .p-recruit .support .icon__outer img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .occ .occ__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-recruit .occ .occ__img {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-recruit .occ .occ__main {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: var(--blank-l);
    margin-left: auto;
    margin-right: auto;
  }
  .p-recruit .support .icon__outer {
    width: 33%;
  }
  .p-recruit .license .license__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-recruit .license .license__img {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-recruit .license .license__main {
    width: 100%;
    max-width: 500px;
    margin-top: var(--blank-m);
    margin-left: auto;
    margin-right: auto;
  }
  .p-recruit .license .license__lead {
    text-align: center;
  }
  .p-recruit .license .license__txt {
    padding-left: var(--blank-s);
    padding-right: var(--blank-s);
  }
  .p-recruit .how .cta__outer {
    width: 100%;
    margin-top: var(--blank-xs);
    padding-top: var(--blank-xs);
    padding-bottom: var(--blank-xs);
  }
  .p-recruit .how .cta__outer:first-child {
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  .p-recruit .support .icon__outer {
    width: 50%;
  }
  .p-recruit .support .icon__outer img {
    width: 60%;
  }
}

.p-contact .l-section {
  margin-top: var(--blank-l);
}
.p-contact .p-body {
  margin-top: var(--blank-s);
}
.p-contact .lead .lead__txt {
  margin-top: var(--blank-s);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-contact .contact {
  /* Checkboxes styles */
}
.p-contact .contact .contact__wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: var(--blank-l) var(--blank-m);
  background-color: #fdfdbc;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 12px 1px #d7d7d7;
          box-shadow: 0px 0px 12px 1px #d7d7d7;
}
.p-contact .contact .notes__li {
  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;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
}
.p-contact .contact .notes__li::before {
  content: "■";
}
.p-contact .contact .contact__note-txt {
  margin-top: 8px;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 500;
}
.p-contact .contact .contact__note-txt ._must {
  color: #ff7400;
}
.p-contact .contact .contact__check-box {
  padding-left: 32%;
  margin-top: var(--blank-l);
}
.p-contact .contact .contact__btn-box {
  margin-top: var(--blank-s);
  padding-left: 32%;
}
.p-contact .contact .contact__btn-box .btn {
  max-width: 400px;
  border-radius: 18px;
  border: none;
}
.p-contact .contact .contact__form-wrapper {
  width: 100%;
  margin-top: var(--blank-m);
  margin-left: auto;
  margin-right: auto;
}
.p-contact .contact .contact__notice {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
}
.p-contact .contact .contact__item-notice {
  padding-left: 6px;
  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;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
}
.p-contact .contact .contact__item-notice .contact__arrow {
  height: 0.8em;
  width: 0.692820323em;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #333;
}
.p-contact .contact .items__outer {
  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;
}
.p-contact .contact .items__outer label {
  display: block;
  width: 48%;
}
@media screen and (max-width: 800px) {
  .p-contact .contact .contact__item-notice {
    padding-left: 22px;
  }
  .p-contact .contact .items__outer {
    padding-left: 18px;
  }
  .p-contact .contact .items__outer label {
    width: 100%;
  }
  .p-contact .contact .contact__check-box {
    padding-left: 0;
    text-align: center;
  }
  .p-contact .contact .contact__btn-box {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    text-align: center;
  }
  .p-contact .contact .contact__btn-box .btn {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.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.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  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 input[type=text]._small,
.p-contact .contact form#mailformpro input[type=email]._small {
  width: 40%;
}
.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: #ff7400;
  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;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.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;
  background-color: #fff;
}
.p-contact .contact .type_radio label::after {
  background-color: #ff9c4a;
  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.25em;
  padding-right: 1em;
  line-height: 1.25;
  color: #333;
  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 {
  padding-left: 24px;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-align: left;
}

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

.p-works .l-section {
  margin-top: var(--blank-l);
}
.p-works .p-body {
  margin-top: var(--blank-s);
}
.p-works .lead {
  text-align: center;
}
.p-works .lead .lead__txt {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
}
.p-works .works {
  padding-top: var(--blank-l);
}
.p-works .works .works__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-works .works .card {
  width: 33%;
  padding: var(--blank-s);
}
.p-works .works .card__link:hover .card__img {
  position: relative;
}
.p-works .works .card__link:hover .card__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgb(156, 181, 204);
  opacity: 0.4;
}
.p-works .works .card__link:hover .card__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.p-works .works .card__link:hover .card__heading,
.p-works .works .card__link:hover .card__txt-box p {
  color: #003563;
}
.p-works .works .card__slide-wrapper {
  width: 100%;
}
.p-works .works .card__img {
  width: 100%;
  max-height: 280px;
  aspect-ratio: 4/3;
  border-radius: 24px;
  overflow: hidden;
}
.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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-works .works .card__main {
  width: 100%;
  padding-top: var(--blank-xs);
  padding-left: 2px;
  padding-right: 2px;
}
.p-works .works .card__heading {
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 600;
}
.p-works .works .card__txt-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.p-works .works .card__txt-box p {
  padding-top: var(--blank-xs);
  padding-bottom: var(--blank-xs);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  line-height: 1.6;
}
.p-works .works .message__box {
  padding-top: var(--blank-s);
  padding-bottom: var(--blank-m);
}
.p-works .works .message {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .p-works .lead {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
@media screen and (max-width: 850px) {
  .p-works .works .works__list {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-works .works .card {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .p-works .works .works__list {
    gap: 16px;
  }
  .p-works .works .card {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-work .l-section {
  margin-top: var(--blank-l);
}
.p-work .p-body {
  margin-top: var(--blank-s);
}
.p-work .lead {
  text-align: center;
}
.p-work .lead .lead__txt {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
}
.p-work .work {
  padding-top: var(--blank-l);
}
.p-work .work .work__inner {
  max-width: 1000px;
}
.p-work .work .work__date {
  padding-left: var(--blank-xs);
  color: #1d2088;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 600;
}
.p-work .work .work__heading {
  margin-top: 4px;
  font-size: var(--18px);
  font-size: clamp(1rem, 0.7833204931rem + 0.9244992296vw, 1.375rem);
  font-weight: 600;
}
.p-work .work .work__txt-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  display: inline-block;
  margin-top: var(--blank-m);
  padding-left: var(--blank-xs);
  padding-right: var(--blank-xs);
  padding-bottom: var(--blank-xs);
}
.p-work .work .work__txt-box p {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-work .work .work__txt-box ul {
  list-style: initial;
}
.p-work .work .works__imgs {
  width: 100%;
  max-width: 1000px;
  margin-top: var(--blank-s);
  margin-left: auto;
  margin-right: auto;
}
.p-work .work .work__img {
  width: 100%;
  overflow: hidden;
}
.p-work .work .work__img-inner {
  width: 100%;
  min-height: 300px;
  max-height: 750px;
  aspect-ratio: 4/3;
  border-radius: 24px;
  overflow: hidden;
}
.p-work .work .work__img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-work .work .work__thumb {
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
  margin-top: var(--blank-s);
}
.p-work .work .work__thumb-inner {
  min-height: 80px;
  max-height: 200px;
  aspect-ratio: 4/3;
  overflow: hidden;
  padding: 6px;
}
.p-work .work .work__thumb-inner img {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-work .work .work__thumb-inner:hover {
  cursor: pointer;
}
.p-work .work .work__thumb-inner:hover img {
  opacity: 0.8;
}
.p-work .work .slick-prev,
.p-work .work .slick-next {
  z-index: 11;
  width: 32px;
  height: 32px;
}
.p-work .work .slick-next {
  right: 0;
}
.p-work .work .slick-prev {
  left: 0;
}
.p-work .work .slick-next:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1;
  width: 16px;
  height: 16px;
  border: 1px solid #888;
  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);
}
.p-work .work .slick-prev:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1;
  width: 16px;
  height: 16px;
  border: 1px solid #888;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(10%) rotate(-135deg);
          transform: translateY(10%) rotate(-135deg);
}
.p-work .work .slick-prev.slick-disabled:before,
.p-work .work .slick-next.slick-disabled:before {
  opacity: 0.3;
}
.p-work .pager__wrapper {
  width: 90%;
  max-width: 1000px;
  margin-top: var(--blank-l);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-work .message__box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--blank-xl);
}
.p-work .message {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .p-work .lead .lead__txt {
    font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
    font-weight: 400;
  }
}

.p-newslist .l-section {
  margin-top: var(--blank-l);
}
.p-newslist .p-body {
  margin-top: var(--blank-s);
}
.p-newslist .newslist .newslist__lead {
  margin-top: var(--blank-s);
  font-size: var(--18px);
  font-size: clamp(1.0625rem, 0.8819337442rem + 0.7704160247vw, 1.375rem);
  font-weight: 700;
  font-weight: 500;
  text-align: center;
}
.p-newslist .newslist .list__wrapper {
  width: 100%;
  margin-top: var(--blank-m);
  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;
  row-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-newslist .newslist .news {
  width: 33%;
  padding: var(--blank-s);
}
.p-newslist .newslist .news__link:hover .news__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
}
.p-newslist .newslist .news__link:hover .news__title {
  color: #003563;
}
.p-newslist .newslist .news__img {
  width: 100%;
  max-height: 195px;
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: hidden;
}
.p-newslist .newslist .news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-newslist .newslist .news__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: var(--blank-xs);
  padding-left: 1em;
  padding-right: 2em;
  background-color: #e17161;
  color: #fff;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
}
.p-newslist .newslist .news__title {
  margin-top: var(--blank-xxs);
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #333;
  text-decoration-thickness: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-newslist .newslist .message {
  margin-top: var(--blank-l);
  padding-left: var(--blank-xs);
  padding-right: var(--blank-xs);
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
}
@media screen and (max-width: 768px) {
  .p-newslist .newslist .newslist__lead {
    font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  }
  .p-newslist .newslist .news {
    width: 50%;
  }
  .p-newslist .newslist .news__img {
    max-height: 195px;
  }
}
@media screen and (max-width: 576px) {
  .p-newslist .newslist .news {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-newslist .newslist .news__img {
    max-height: 195px;
  }
}

.p-newsdetail .l-section {
  margin-top: var(--blank-l);
}
.p-newsdetail .p-body {
  margin-top: var(--blank-s);
}
.p-newsdetail .newsdetail .newsdetail__lead {
  margin-top: var(--blank-s);
  font-size: var(--18px);
  font-size: clamp(1.0625rem, 0.8819337442rem + 0.7704160247vw, 1.375rem);
  font-weight: 700;
  font-weight: 500;
  text-align: center;
}
.p-newsdetail .newsdetail .topic {
  width: 100%;
  margin-top: var(--blank-s);
  padding: var(--blank-l);
  border: 2px solid #b5b5b5;
  border-radius: 24px;
}
.p-newsdetail .newsdetail .topic__date {
  color: #b5b5b5;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #b5b5b5;
  text-underline-offset: 6px;
}
.p-newsdetail .newsdetail .topic__title {
  margin-top: var(--blank-xs);
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
}
.p-newsdetail .newsdetail .topic__body {
  margin-top: var(--blank-m);
}
.p-newsdetail .newsdetail .topic__body p {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-newsdetail .newsdetail .topic__body ul {
  list-style: initial;
}
.p-newsdetail .newsdetail .topic__body img {
  border-radius: 16px;
}
.p-newsdetail .newsdetail .pager__wrapper {
  width: 100%;
  max-width: 1000px;
  margin-top: var(--blank-l);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-newsdetail .insta__box {
  width: 100%;
  max-width: 300px;
  margin-top: var(--blank-l);
  margin-left: auto;
  margin-right: auto;
  padding: 6px var(--blank-s);
  background-color: #035fad;
  border-radius: 999px;
  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;
  gap: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-newsdetail .insta__box ._txt {
  display: inline-block;
  color: #fff;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 500;
  line-height: 1;
}
.p-newsdetail .insta__box::before {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  -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-insta.svg");
          mask-image: url("./img/common/i-insta.svg");
  background-color: #16ffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-newsdetail .insta__box:hover {
  background-color: #468fcf;
}
.p-newsdetail .insta__box:hover::before {
  background-color: #c2efef;
}
@media screen and (max-width: 768px) {
  .p-newsdetail .newsdetail .newsdetail__lead {
    font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  }
  .p-newsdetail .newsdetail .topic {
    padding: var(--blank-m);
  }
}

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

.p-privacy h3,
.p-privacy h4,
.p-privacy h5 {
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 700;
}
.p-privacy p {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  padding-bottom: var(--blank-s);
}
.p-privacy a {
  color: rgb(255, 106, 0);
}