@charset "UTF-8";
/**
Theme Name: オリジナルテーマ
Vertion: 1.0
Author: nanoha
Description: オリジナルテーマ
*/
.fw-bold {
  font-weight: 700;
}

.fw-midium {
  font-weight: 500;
}

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

.fs-midium {
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
}

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

.fs-light {
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
}

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

: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: 1200;
  --blank-xxs: 8px;
  --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: 1200px) {
  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.6;
  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: 1200px) {
  .l-header {
    height: 55px;
  }
}

.l-header-inner {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
  padding-right: 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-xs);
  overflow: hidden;
  z-index: 10;
}

.l-section {
  margin-top: 0;
  padding-top: var(--blank-l);
}
.l-section._pt0 {
  padding-top: 0;
}

.l-cont-inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.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: 1300px) {
  .l-cont-inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .l-cont-inner {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

.l-news-wrapper {
  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;
  gap: 50px;
  width: 100%;
  margin-top: var(--blank-s);
  margin-left: auto;
  margin-right: auto;
}
.l-news-wrapper > *:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l-news-wrapper > *:last-child {
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 850px) {
  .l-news-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
  }
  .l-news-wrapper > *:first-child {
    width: 100%;
  }
  .l-news-wrapper > *:last-child {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}

.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: 230px;
  background-image: url("./img/common/page-title-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bl-page-title._planning {
  background-image: url("./img/common/page-title-bg-planning.jpg");
}
.bl-page-title ._title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto;
  z-index: 11;
}
.bl-page-title ._title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: var(--26px);
  font-size: clamp(1.5rem, 0.9221879815rem + 2.4653312789vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-shadow: 0 0 8px #96d8f6, 0 0 5px #96d8f6;
  text-align: center;
  white-space: nowrap;
}
.bl-page-title._planning ._title {
  text-shadow: 0 0 5px #9f9f9f, 0 0 3px #9f9f9f;
}
.bl-page-title ._en {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  color: #0057c8;
  font-size: var(--20px);
  font-size: clamp(1rem, 0.7110939908rem + 1.2326656394vw, 1.5rem);
  letter-spacing: 0.05em;
  text-shadow: 0 0 8px #96d8f6, 0 0 5px #96d8f6;
  text-align: center;
}
.bl-page-title._planning ._en {
  text-shadow: none;
}
@media screen and (max-width: 1024px) {
  .bl-page-title {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .bl-page-title {
    height: 180px;
  }
}
@media screen and (max-width: 576px) {
  .bl-page-title {
    height: 130px;
  }
}
@media screen and (max-width: 414px) {
  .bl-page-title {
    height: 110px;
  }
}

.bl-sect-heading {
  padding-bottom: var(--blank-s);
  border-bottom: 1px solid #0057c8;
  text-align: center;
}
.bl-sect-heading._nobar {
  border-bottom: none;
}
.bl-sect-heading ._en {
  color: #0057c8;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: var(--26px);
  font-size: clamp(1rem, 0.6388674884rem + 1.5408320493vw, 1.625rem);
  letter-spacing: 0.05em;
  line-height: 1;
}
.bl-sect-heading ._ja {
  padding-top: 0.3em;
  font-size: var(--24px);
  font-size: clamp(1.125rem, 0.6916409861rem + 1.8489984592vw, 1.875rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
.bl-sect-heading ._note {
  padding-top: 0.5em;
  color: #0057c8;
  font-size: var(--18px);
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

.bl-sect-heading-bar ._en {
  color: #0057c8;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: var(--20px);
  font-size: clamp(1.0625rem, 0.8097072419rem + 1.0785824345vw, 1.5rem);
  letter-spacing: 0.04em;
}
.bl-sect-heading-bar ._ja {
  padding: var(--blank-xs) var(--blank-s);
  background-color: #0057c8;
  background-image: url("./img/common/bg-grid.png");
  background-repeat: repeat;
  background-size: auto;
  color: #fff;
  font-size: var(--22px);
  font-size: clamp(1.25rem, 1.1055469954rem + 0.6163328197vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--blank-l)) 100%, 0 100%);
}
.bl-sect-heading-bar._light ._ja {
  background-color: #00a7ff;
}
.bl-sect-heading-bar._dark ._ja, .bl-sect-heading-bar._liner ._ja {
  background-color: #0148a4;
}
.bl-sect-heading-bar._channel ._ja {
  background-color: #007ab3;
}

.bl-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}
.bl-table dt,
.bl-table dd {
  padding: 14px 2%;
}
.bl-table dt,
.bl-table dd,
.bl-table li {
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.7973066298rem + 0.3314917127vw, 1.0625rem);
  font-weight: 600;
}
.bl-table dt {
  width: 15em;
  color: #fff;
  background-color: #0148a4;
  border-top: 1px solid #001c71;
  background-image: url("./img/common/bg-grid.png");
  background-repeat: repeat;
  background-size: auto;
}
.bl-table._dt-center dt {
  text-align: center;
}
.bl-table._dt-right dt {
  text-align: right;
}
.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 #0148a4;
  background-color: #fff;
  line-height: 1.6;
  text-align: justify;
}
.bl-table dt:last-of-type {
  border-bottom: 1px solid #001c71;
}
.bl-table dd:last-of-type {
  border-bottom: 1px solid #0148a4;
}
@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-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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  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: 10px 12px;
  background-color: #003494;
}
.page-top p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-align: center;
}
.page-top p::after {
  content: "";
  margin-top: 4px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------------
// 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%;
  position: relative;
}
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: 240px;
  height: var(--header-height);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
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: 0;
  right: 1%;
}
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.1);
  gap: var(--blank-s);
}
header .cta__box {
  height: 100%;
}
header .header__btn {
  min-width: 180px;
  height: 100%;
  padding: 6px 20px 6px 54px;
  border: none;
  background-color: #0057c8;
  border-radius: 0 0 18px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header .header__btn._mail {
  background-color: #00aeff;
}
header .header__btn::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: var(--22px);
  height: var(--22px);
  background-color: #fff;
  -webkit-mask-image: url("./img/common/i-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
  -webkit-mask-size: 85%;
          mask-size: 85%;
  -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;
}
header .header__btn._mail::after {
  -webkit-mask-image: url("./img/common/i-mail-line.svg");
          mask-image: url("./img/common/i-mail-line.svg");
  -webkit-mask-size: 95%;
          mask-size: 95%;
}
header .header__btn ._txt {
  display: block;
  color: #fff;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-size: clamp(1rem, 0.625rem + 0.78125vw, 1.125rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
header .header__btn._mail ._txt {
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-size: clamp(0.9375rem, 0.75rem + 0.390625vw, 1rem);
  letter-spacing: 0.04em;
}
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: 36px;
  padding-bottom: 32px;
}
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: 1200px) {
  header .company__logo {
    width: 170px;
  }
  header .header__right {
    position: relative;
    top: initial;
    right: 1%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: var(--blank-xxs);
  }
  header .cta__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--header-height);
    gap: var(--blank-xs);
  }
  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: #0057c8;
    border-radius: 4px;
    position: relative;
  }
  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: 70%;
            mask-size: 70%;
  }
  header .header__btn._mail::after {
    -webkit-mask-size: 83%;
            mask-size: 83%;
  }
  header .header__btn ._txt {
    display: none;
  }
  header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*----------------------
// Footer
----------------------*/
.footer {
  width: 100%;
  overflow: hidden;
}
.footer .footer__wrapper {
  width: 100%;
  padding-top: var(--blank-s);
  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: 100%;
  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;
  row-gap: 12px;
}
.footer .company .company__logo {
  width: 100%;
  max-width: 260px;
}
.footer .company .company__logo img {
  width: 100%;
  height: auto;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .company .company__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: var(--blank-m);
}
.footer .company .company__info ._txt {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.03em;
}
.footer .footer__credit {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 20px;
  background-color: #0057c8;
  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: 576px) {
  .footer .company {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .company .company__logo {
    max-width: 220px;
  }
}

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%;
  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%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.gnav.pc .gnav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  white-space: nowrap;
  width: 8.5em;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #333;
  font-size: var(--15px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
}
.gnav.pc .gnav-list li:hover {
  cursor: pointer;
  background-color: #cae0ea;
  background-image: url("./img/common/gnav-bg-grid.png");
  background-repeat: repeat;
  background-size: auto;
}
.gnav.pc .gnav__bottom,
.gnav.pc .gnav__hamb-cta {
  display: none;
}
.gnav.pc li.menu-item-has-children {
  position: relative;
}
.gnav.pc li.menu-item-has-children .sub-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e9f3f7;
  visibility: hidden;
}
.gnav.pc li.menu-item-has-children .sub-menu li {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.gnav.pc li.menu-item-has-children .sub-menu li:last-of-type {
  border-bottom: 1px solid #fff;
}
.gnav.pc li.menu-item-has-children .sub-menu li a {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  text-align: center;
  font-size: 0.85em;
  letter-spacing: 0.02em;
}
.gnav.pc li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
}
.gnav.pc li.current-menu-parent,
.gnav.pc li.current_page_item {
  background-color: #cae0ea;
  background-image: url("./img/common/gnav-bg-grid.png");
  background-repeat: repeat;
  background-size: auto;
}
@media screen and (max-width: 1200px) {
  .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: #edf4f8;
  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 #d5e4ea;
}
.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 #d5e4ea;
  font-weight: 600;
}
.gnav.mobile .gnav-list li a:hover {
  background-color: #e3edf5;
  cursor: pointer;
}
.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;
}
.gnav.mobile li.menu-item-has-children > a {
  pointer-events: none;
}
.gnav.mobile li.menu-item-has-children > a::after {
  content: "＋";
  position: absolute;
  top: 0;
  right: 5%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  font-weight: 400;
  font-size: 13px;
}
.gnav.mobile li.menu-item-has-children.is-submenu-open > a::after {
  content: "ー";
}
.gnav.mobile ul.sub-menu {
  width: 100%;
  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%;
  background-color: #f5f8fa;
}
.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: #0057c8;
}
.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;
}

.newslist .newslist__outer {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.newslist .newslist__article {
  padding: var(--blank-xs) var(--blank-xxs);
  border-top: 1px solid #caced6;
}
.newslist .newslist__article:last-of-type {
  border-bottom: 1px solid #caced6;
}
.newslist .newslist__link {
  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;
}
.newslist .newslist__link:hover .newslist__title {
  color: #0148a4;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #0148a4;
  text-decoration-thickness: 1px;
}
.newslist .newslist__date-box {
  width: 8em;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
.newslist .newslist__date-box time {
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  line-height: 1.9;
}
.newslist .newslist__title {
  width: auto;
  padding-left: var(--blank-xxs);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.05;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 576px) {
  .newslist .newslist__date-box {
    width: 7em;
  }
}

.side__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #333;
}
.side__wrapper > * {
  padding-bottom: var(--blank-m);
}
.side__wrapper .wd-latest .wd-latest__title {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  color: #fff;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  background-color: #0148a4;
  text-align: center;
}
.side__wrapper .wd-latest .wd-latest__list {
  margin-top: 12px;
}
.side__wrapper .wd-latest .wd-latest__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #caced6;
}
.side__wrapper .wd-latest .wd-latest__list li:last-of-type {
  border-bottom: none;
}
.side__wrapper .wd-latest .wd-latest__list li a {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: inline-block;
  margin-top: 8px;
  color: #1a1a1a;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  text-wrap: wrap;
  line-height: 1.4;
}
.side__wrapper .wd-latest .wd-latest__list li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #333;
  text-decoration-thickness: 1px;
}
.side__wrapper .wd-latest .wd-latest__list li time {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: inline-block;
  font-size: var(--12px);
  color: #888;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .side__wrapper .wd-latest .wd-latest__list li:first-child {
    margin-top: 18px;
    padding-top: 0px;
  }
}
.side__wrapper .wd-cal {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  /*今日の日付*/
}
.side__wrapper .wd-cal .wp-block-calendar * {
  border: none;
  background-color: initial;
}
.side__wrapper .wd-cal .wp-calendar-table caption {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  padding-bottom: 10px;
  text-align: center;
  -webkit-text-decoration: solid;
          text-decoration: solid;
}
.side__wrapper .wd-cal .wp-calendar-table thead {
  border-top: 1px solid #555;
}
.side__wrapper .wd-cal .wp-calendar-table th,
.side__wrapper .wd-cal .wp-calendar-table td {
  text-align: center;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
}
.side__wrapper .wd-cal .wp-calendar-table tr th:last-child {
  color: red;
}
.side__wrapper .wd-cal a {
  color: #0057c8;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.side__wrapper .wd-cal a:hover {
  opacity: 0.8;
}
.side__wrapper .wd-cal .wp-calendar-table tbody td#today {
  background-color: #e4eff6;
}
.side__wrapper .wd-cal .wp-calendar-nav {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.side__wrapper .wd-cal .wp-calendar-nav-prev a,
.side__wrapper .wd-cal .wp-calendar-nav-next a {
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  text-decoration: none;
}
.side__wrapper .wd-arch {
  margin-top: 20px;
}
.side__wrapper .wd-arch .wd-arch__title {
  width: 100%;
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #888;
  text-align: center;
}
.side__wrapper .wd-arch .wd-arch__list {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}
.side__wrapper .wd-arch .wd-arch__list li {
  padding-left: 1.25em;
  padding-bottom: 0.25em;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  position: relative;
}
.side__wrapper .wd-arch .wd-arch__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: inherit;
  height: 0.8em;
  width: 0.692820323em;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: rgb(149, 190, 207);
}
.side__wrapper .wd-arch .wd-arch__list li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #333;
  text-decoration-thickness: 1px;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .side__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
  .side__wrapper > * {
    width: 45%;
    padding-bottom: var(--blank-l);
  }
  .side__wrapper .wd-arch {
    margin-top: 0;
  }
  .side__wrapper .wd-arch .wd-arch__list {
    margin-top: 18px;
  }
}
@media screen and (max-width: 560px) {
  .side__wrapper > * {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.c-publication {
  /*------------------------
  // Page Liner / Channel 
  //------------------------*/
}
.c-publication .p__lead {
  margin-top: var(--blank-s);
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 500;
}
.c-publication .p__heading {
  color: #003494;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-size: clamp(1.5rem, 1.1388674884rem + 1.5408320493vw, 2.125rem);
  font-weight: 500;
}
.c-publication .latest {
  min-height: 18vw;
  margin-top: var(--blank-xxl);
  padding-top: calc(var(--blank-m) * 1.2);
  padding-bottom: var(--blank-l);
  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;
  background-color: #f7f9fa;
  position: relative;
}
.c-publication .latest .latest__tag {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4em;
  height: 4em;
  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;
  background-color: #00aeff;
  border-radius: 99px;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
}
.c-publication .latest .latest__tag._channel {
  background-color: #00b3cb;
}
.c-publication .latest .latest__tag ._txt {
  display: inline-block;
  color: #fff;
  font-size: inherit;
  letter-spacing: 0.03em;
}
.c-publication .latest .latest__img-outer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--blank-xs);
}
.c-publication .latest .latest__img {
  width: 100%;
  min-height: 100px;
  max-width: 450px;
  margin-top: var(--blank-xxs);
  background-color: #fff;
  border: 1px solid #9fa0a0;
}
.c-publication .latest .latest__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-position: center;
     object-position: center;
}
.c-publication .latest .latest__download {
  width: 100%;
  margin-top: var(--blank-xs);
  padding: var(--blank-xxs);
  display: block;
  background-color: #9fa0a0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-publication .latest .latest__download ._txt {
  color: #fff;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.c-publication .latest .latest__download:hover {
  background-color: #585858;
}
.c-publication .back {
  padding-bottom: var(--blank-l);
  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;
}
.c-publication .back .year {
  width: 100%;
  margin-top: var(--blank-m);
}
.c-publication .back .year__heading-box {
  width: 100%;
  padding: 2px 16px;
  background-color: #eff4f6;
  position: relative;
}
.c-publication .back .year__heading-box:hover {
  cursor: pointer;
}
.c-publication .back .year__heading {
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-size: clamp(1.0625rem, 0.8097072419rem + 1.0785824345vw, 1.5rem);
  font-weight: 500;
  color: #003494;
}
.c-publication .back .year__mark {
  position: absolute;
  top: 50%;
  right: 2%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #9fa0a0;
  font-size: 32px;
  font-size: clamp(1.625rem, 1.4083204931rem + 0.9244992296vw, 2rem);
  line-height: 0.85;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(-48%) rotate(180deg);
          transform: translateY(-48%) rotate(180deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-publication .back .year__heading-box._show .year__mark {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(-55%) translateX(15%) rotate(45deg);
          transform: translateY(-55%) translateX(15%) rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-publication .back .month__outer {
  width: 100%;
}
.c-publication .back .month__outer._hidden {
  display: none;
}
.c-publication .back .month__list {
  width: 100%;
  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;
}
.c-publication .back .month__li {
  width: 30%;
  margin-top: var(--blank-m);
  margin-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-publication .back .month__li:nth-child(3n) {
  margin-right: 0;
}
.c-publication .back .month__img {
  width: 100%;
  padding: 3px;
  aspect-ratio: 0.7092198582;
  border: 1px solid #9fa0a0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.c-publication .back .month__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.c-publication .back .back__download {
  display: block;
  width: 100%;
  margin-top: var(--blank-xs);
  padding: 0 var(--blank-xs);
  background-color: #9fa0a0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-publication .back .back__download ._txt {
  color: #fff;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.2;
}
.c-publication .back .back__download:hover {
  background-color: #585858;
}
@media screen and (max-width: 767px) {
  .c-publication .back .month__li {
    width: 47%;
    margin-right: 6%;
  }
  .c-publication .back .month__li:nth-child(3n) {
    margin-right: 6%;
  }
  .c-publication .back .month__li:nth-child(2n) {
    margin-right: 0;
  }
}

.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.5em 1.5em 0.6em;
  background-color: #0057c8;
  font-size: clamp(1rem, 0.8446132597rem + 0.6629834254vw, 1.375rem);
  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._white {
  background-color: #fff;
  border: 1px solid #0057c8;
  color: #0057c8;
}
@media (any-hover: hover) {
  .btn._white:hover {
    background-color: #00aeff;
    border: 1px solid #00aeff;
    color: #fff;
  }
}

.btn._round {
  border-radius: 99px;
}

.btn._arrow {
  position: relative;
  padding-right: 2em;
}
.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._icon {
  gap: 8px;
  max-width: 280px;
  padding: 16px 1.3em;
  font-size: var(--18px);
  font-size: clamp(1.0625rem, 0.8835877863rem + 0.7633587786vw, 1.25rem);
  letter-spacing: 0.1em;
  background-color: #0057c8;
}
.btn._icon::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  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-tel.svg");
          mask-image: url("./img/common/i-tel.svg");
}

.btn._icon._mail {
  padding: 18px 1.3em;
  color: #fff;
  background-color: #fff;
  font-size: var(--16px);
  font-size: clamp(1rem, 0.9403625954rem + 0.2544529262vw, 1.0625rem);
  letter-spacing: 0.06em;
  background-color: #40c1fc;
}
.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 {
    background-color: #08b1bd;
  }
}

.btn._news {
  max-width: 12em;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  letter-spacing: 0.07em;
}
.btn._news:hover {
  background-color: #00aeff;
}

.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.5em 1.5em 0.6em;
  background-color: #0057c8;
  font-size: clamp(1rem, 0.8446132597rem + 0.6629834254vw, 1.375rem);
  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 #0057c8;
  background-color: #0057c8;
}
@media (any-hover: hover) {
  .btn._home:hover {
    color: #0057c8;
    background-color: #fff;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-xxs {
  padding-top: var(--blank-xxs);
}

.pl-xxs {
  padding-left: var(--blank-xxs);
}

.pr-xxs {
  padding-right: var(--blank-xxs);
}

.pb-xxs {
  padding-bottom: var(--blank-xxs);
}

.mt-xxs {
  margin-top: var(--blank-xxs);
}

.ml-xxs {
  margin-left: var(--blank-xxs);
}

.mr-xxs {
  margin-right: var(--blank-xxs);
}

.mb-xxs {
  margin-bottom: var(--blank-xxs);
}

.pt-xs {
  padding-top: var(--blank-xs);
}

.pl-xs {
  padding-left: var(--blank-xs);
}

.pr-xs {
  padding-right: var(--blank-xs);
}

.pb-xs {
  padding-bottom: var(--blank-xs);
}

.mt-xs {
  margin-top: var(--blank-xs);
}

.ml-xs {
  margin-left: var(--blank-xs);
}

.mr-xs {
  margin-right: var(--blank-xs);
}

.mb-xs {
  margin-bottom: var(--blank-xs);
}

.pt-s {
  padding-top: var(--blank-s);
}

.pl-s {
  padding-left: var(--blank-s);
}

.pr-s {
  padding-right: var(--blank-s);
}

.pb-s {
  padding-bottom: var(--blank-s);
}

.mt-s {
  margin-top: var(--blank-s);
}

.ml-s {
  margin-left: var(--blank-s);
}

.mr-s {
  margin-right: var(--blank-s);
}

.mb-s {
  margin-bottom: var(--blank-s);
}

.pt-m {
  padding-top: var(--blank-m);
}

.pl-m {
  padding-left: var(--blank-m);
}

.pr-m {
  padding-right: var(--blank-m);
}

.pb-m {
  padding-bottom: var(--blank-m);
}

.mt-m {
  margin-top: var(--blank-m);
}

.ml-m {
  margin-left: var(--blank-m);
}

.mr-m {
  margin-right: var(--blank-m);
}

.mb-m {
  margin-bottom: var(--blank-m);
}

.pt-l {
  padding-top: var(--blank-l);
}

.pl-l {
  padding-left: var(--blank-l);
}

.pr-l {
  padding-right: var(--blank-l);
}

.pb-l {
  padding-bottom: var(--blank-l);
}

.mt-l {
  margin-top: var(--blank-l);
}

.ml-l {
  margin-left: var(--blank-l);
}

.mr-l {
  margin-right: var(--blank-l);
}

.mb-l {
  margin-bottom: var(--blank-l);
}

.pt-xl {
  padding-top: var(--blank-xl);
}

.pl-xl {
  padding-left: var(--blank-xl);
}

.pr-xl {
  padding-right: var(--blank-xl);
}

.pb-xl {
  padding-bottom: var(--blank-xl);
}

.mt-xl {
  margin-top: var(--blank-xl);
}

.ml-xl {
  margin-left: var(--blank-xl);
}

.mr-xl {
  margin-right: var(--blank-xl);
}

.mb-xl {
  margin-bottom: var(--blank-xl);
}

.pt-xxl {
  padding-top: var(--blank-xxl);
}

.pl-xxl {
  padding-left: var(--blank-xxl);
}

.pr-xxl {
  padding-right: var(--blank-xxl);
}

.pb-xxl {
  padding-bottom: var(--blank-xxl);
}

.mt-xxl {
  margin-top: var(--blank-xxl);
}

.ml-xxl {
  margin-left: var(--blank-xxl);
}

.mr-xxl {
  margin-right: var(--blank-xxl);
}

.mb-xxl {
  margin-bottom: var(--blank-xxl);
}

.block {
  display: block;
}

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.link._underline {
  text-decoration: underline;
}

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

/* スクロールをしたら出現する要素にはじめに透過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(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    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 {
  width: 100%;
  height: 54.765625vw;
  background-image: url("./img/top/mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  position: relative;
}
.p-top .mv .mv__body {
  width: 100%;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.p-top .mv .mv__txt {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 2.9vw;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-shadow: 0 0 12px #a79a75, 0 0 10px #a79a75;
}
.p-top .mv .mv__txt._en {
  margin-top: 1.2em;
  color: #0057c8;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2.2vw;
  line-height: 1.4;
  text-shadow: 0 0 12px #fff, 0 0 8px #fff;
}
@media screen and (max-width: 768px) {
  .p-top .mv .mv__txt {
    font-size: 4vw;
  }
  .p-top .mv .mv__txt._en {
    font-size: 3vw;
  }
}
@media screen and (max-width: 576px) {
  .p-top .mv .mv__txt {
    font-size: 5vw;
  }
  .p-top .mv .mv__txt._en {
    font-size: 3.3vw;
  }
}
.p-top .office-slider {
  padding-top: var(--blank-xs);
  background-color: #e4eff6;
}
.p-top .office-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-top .office-slider .swiper-slide {
  padding: 2px;
  overflow: hidden;
}
.p-top .office-slider .swiper-slide img {
  height: auto;
  width: 100%;
}
.p-top .tnews {
  padding-top: var(--blank-l);
  padding-bottom: var(--blank-xl);
}
.p-top .tnews .bl-sect-heading {
  padding-bottom: var(--blank-xs);
}
.p-top .tnews .tnews__list {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--blank-s);
}
.p-top .tnews .tnews__article {
  width: 100%;
  padding-top: var(--blank-xxs);
  padding-bottom: var(--blank-xxs);
  border-bottom: 1px solid #ccc;
}
.p-top .tnews .tnews__link {
  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 .tnews .tnews__date {
  width: 8em;
  padding-top: 0.45em;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top .tnews .tnews__title {
  width: auto;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-top .tnews .tnews__link:hover {
  cursor: pointer;
}
.p-top .tnews .tnews__link:hover .tnews__title {
  color: #0148a4;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #0148a4;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 576px) {
  .p-top .tnews .tnews__date {
    width: 7em;
  }
}
.p-top .message {
  background-image: url("./img/top/message-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top .message::after {
  content: "";
  width: 100%;
  height: calc(var(--blank-xl) * 2);
  display: block;
  background-color: #e4eff6;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.p-top .message .message__lead {
  margin-top: calc(var(--blank-s) * 1.3);
  color: #0148a4;
  font-size: var(--20px);
  font-size: clamp(1.0625rem, 0.7374807396rem + 1.3867488444vw, 1.625rem);
  font-weight: bold;
  letter-spacing: 0.025em;
  text-shadow: 0 0 5px #fff, 0 0 3px #fff;
}
.p-top .message .message__txt {
  margin-top: var(--blank-xs);
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: justify;
}
.p-top .message .message__btn {
  max-width: 14em;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .p-top .message .message__lead {
    text-align: center;
  }
  .p-top .message .message__txt {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--blank-s);
    font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  }
}
.p-top .business {
  background-color: #e4eff6;
  padding-bottom: var(--blank-xl);
  background-image: url("./img/top/bus-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
.p-top .business .business__cards {
  margin-top: 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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  row-gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top .business .card {
  width: 48%;
  padding-bottom: var(--blank-s);
}
.p-top .business .card__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top .business .card._cta .card__wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top .business .card__tag {
  color: #0057c8;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  letter-spacing: 0.05em;
}
.p-top .business .card__heading-box {
  width: 100%;
  padding: var(--blank-xxs) var(--blank-xs);
  background-color: #0057c8;
  background-image: url("./img/common/bg-grid.png");
  background-repeat: repeat;
  background-size: contain;
}
.p-top .business .card__heading {
  width: 100%;
  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;
  color: #fff;
  font-weight: 500;
}
.p-top .business .card__heading ._no {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: var(--26px);
  font-size: clamp(1.5rem, 1.2833204931rem + 0.9244992296vw, 1.875rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top .business .card__heading ._heading {
  display: block;
  padding-left: 0.75em;
  font-size: var(--17px);
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  line-height: 1.3;
  word-break: keep-all;
  overflow-wrap: anywhere;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-top .business .card__img {
  width: 100%;
  margin-top: 5px;
  overflow: hidden;
}
.p-top .business .card__img img {
  width: 100%;
  height: 100%;
}
.p-top .business .card__txt {
  margin-top: var(--blank-xxs);
  padding-bottom: var(--blank-xs);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-align: justify;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-top .business .card__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 2.5em;
  padding-right: 3em;
  font-size: var(--14px);
}
.p-top .business .card__cta-txt {
  color: #0057c8;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: var(--17px);
  font-size: clamp(1rem, 0.25rem + 1.5625vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-top .business .business__btn {
  margin-top: var(--blank-s);
}
@media screen and (max-width: 767px) {
  .p-top .business .card {
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .business .card__cta-txt {
    margin-top: var(--blank-s);
  }
  .p-top .business .business__btn {
    margin-top: var(--blank-m);
  }
}
.p-top .publ {
  padding-bottom: var(--blank-l);
}
.p-top .publ .publ__body {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top .publ .card {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-top .publ .card__heading-box {
  padding: var(--blank-xs);
  background-color: #003494;
  background-image: url("./img/common/bg-grid.png");
  background-repeat: repeat;
  background-size: auto;
  text-align: center;
}
.p-top .publ .card._channel .card__heading-box {
  background-color: #007ab3;
}
.p-top .publ .card__lead {
  color: #fff;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 500;
  line-height: 1;
}
.p-top .publ .card__heading {
  margin-top: 0.4em;
  color: #fff;
  font-size: var(--22px);
  font-size: clamp(1.1875rem, 0.8624807396rem + 1.3867488444vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}
.p-top .publ .card__body {
  position: relative;
  width: 100%;
  padding: 8% 15% 10%;
  background-color: #e4eff6;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-top .publ .card__new-box {
  position: absolute;
  top: 0;
  left: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4em;
  height: 4em;
  background-color: #00aeff;
  border-radius: 999px;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  letter-spacing: 0.02em;
  text-align: center;
}
.p-top .publ .card._channel .card__new-box {
  background-color: #00b3cb;
}
.p-top .publ .card__new {
  color: #fff;
  font-size: inherit;
  font-weight: 500;
  line-height: 4em;
}
.p-top .publ .card__img {
  overflow: hidden;
}
.p-top .publ .card__img img {
  width: 100%;
  height: auto;
}
.p-top .publ .card__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 12px 2.5em 14px 2em;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  background-color: #00aeff;
}
.p-top .publ .card__btn:hover {
  background-color: #0073c0;
}
.p-top .publ .card._channel .card__btn {
  background-color: #01a0b5;
}
.p-top .publ .card._channel .card__btn:hover {
  background-color: #006572;
}
@media screen and (max-width: 1023px) {
  .p-top .publ .card {
    width: 100%;
    max-width: 600px;
    margin-top: var(--blank-xxl);
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .publ .card:first-child {
    margin-top: 0;
  }
  .p-top .publ .card__new-box {
    font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  }
  .p-top .publ .card__lead {
    font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  }
}
@media screen and (max-width: 413px) {
  .p-top .publ .card__new-box {
    font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  }
  .p-top .publ .card__heading {
    line-height: 1.5;
  }
}
.p-top .recruit .recruit__wrapper {
  padding-top: var(--blank-s);
  padding-bottom: var(--blank-s);
  background-color: #a9d2e1;
  background-image: url("./img/top/recruit-bg.jpg");
  background-repeat: no-repeat;
  background-size: 50% 100%;
  position: relative;
}
.p-top .recruit .recruit__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 57%;
  height: 100%;
  background-image: url("./img/top/recruit.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.p-top .recruit .recruit__body {
  width: 50%;
  padding-left: 13%;
}
.p-top .recruit .recruit__heading {
  color: #0057c8;
  font-size: var(--36px);
  font-size: clamp(1.875rem, 1.5138674884rem + 1.5408320493vw, 2.5rem);
  font-weight: 600;
}
.p-top .recruit .recruit__heading ._en {
  display: inline-block;
  padding-left: 1em;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: var(--26px);
  font-size: clamp(1.375rem, 1.0860939908rem + 1.2326656394vw, 1.875rem);
}
.p-top .recruit .recruit__txt {
  margin-top: var(--blank-xxs);
  color: #0057c8;
  font-size: var(--18px);
  font-size: clamp(1.0625rem, 0.9541602465rem + 0.4622496148vw, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
  text-shadow: 0 0 8px #fff, 0 0 5px #fff;
}
.p-top .recruit .recruit__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 2em;
  padding-right: 2.5em;
  white-space: nowrap;
  margin-top: var(--blank-s);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
@media screen and (max-width: 1024px) {
  .p-top .recruit .recruit__wrapper {
    background-size: auto calc(100% - 32vw);
    background-position: left top;
    padding-bottom: 38vw;
    background-color: #fff;
  }
  .p-top .recruit .recruit__wrapper::before {
    top: 100%;
    right: 50%;
    -webkit-transform: translate(50%, -100%);
            transform: translate(50%, -100%);
    width: 100%;
    height: 28vw;
    clip-path: none;
    background-position: center top;
  }
  .p-top .recruit .recruit__body {
    width: 100%;
    margin-top: var(--blank-m);
    padding-left: 0;
    text-align: center;
  }
  .p-top .recruit .recruit__btn {
    margin-top: var(--blank-m);
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top .entrance-slider {
  margin-top: var(--blank-l);
  padding-top: var(--blank-m);
  padding-bottom: var(--blank-m);
  background-color: #e4edf0;
}
.p-top .entrance-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-top .entrance-slider .swiper-slide {
  padding: 10px;
  overflow: hidden;
}
.p-top .entrance-slider .swiper-slide img {
  height: auto;
  width: 100%;
}

.p-business .index .intro__txt {
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.p-business .index .index__list {
  margin-top: var(--blank-m);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-business .index .index__list li {
  width: 20%;
  padding: 4px;
}
.p-business .index .index__list li ._txt {
  padding: var(--blank-xxs);
  display: block;
  background-color: #e1e9ed;
  color: #0057c8;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  height: 100%;
  word-break: keep-all;
  overflow-wrap: anywhere;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-business .index .index__list li ._txt:hover {
  background-color: #0057c8;
  background-image: url("./img/common/bg-grid.png");
  background-repeat: repeat;
  background-size: auto;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .p-business .index .index__list li {
    width: 30%;
  }
  .p-business .index .index__list li ._txt {
    font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  }
}
@media screen and (max-width: 900px) {
  .p-business .index .index__list li {
    width: 50%;
  }
  .p-business .index .index__list li ._txt {
    font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  }
}
@media screen and (max-width: 576px) {
  .p-business .index .index__list li ._txt {
    font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  }
}
.p-business .bus-bg {
  margin-top: var(--blank-m);
  padding-bottom: var(--blank-xxl);
  background-color: #edf2f4;
  background-image: url("./img/contents/business/bg.jpg");
  background-repeat: no-repeat;
  background-position: var(--l-inner-left-x) 100%;
  background-size: 100% auto;
}
.p-business .bus {
  padding-top: var(--blank-l);
}
.p-business .bus:first-of-type {
  padding-top: var(--blank-m);
}
.p-business .bus .bus__heading ._ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--16px);
  font-size: clamp(1rem, 0.6388674884rem + 1.5408320493vw, 1.625rem);
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.3;
}
.p-business .bus .bus__heading ._ja ._no {
  display: inline-block;
  padding-right: 0.5em;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.6em;
  line-height: 1;
  white-space: nowrap;
}
.p-business .bus .bus__subheading {
  padding-left: 0.5em;
  border-left: 2px solid #0057c8;
  color: #0057c8;
  font-size: var(--20px);
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p-business .bus .bus__outer {
  width: 100%;
  margin-top: var(--blank-s);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-business .bus .bus__img {
  width: 40%;
}
.p-business .bus .bus__img img {
  width: 100%;
  height: auto;
}
.p-business .bus .bus__main {
  width: 60%;
  padding-left: var(--blank-m);
}
.p-business .bus .bus__txt {
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}
.p-business .bus .bus__txt ._color {
  color: #0057c8;
}
.p-business .bus .inher__list {
  width: 100%;
}
.p-business .bus .inher__list ._li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-business .bus .inher__list ._icon {
  width: 18%;
  padding: 4px;
}
.p-business .bus .inher__list ._icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-business .bus .inher__list ._li-main {
  width: 80%;
  min-height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 2px solid #8bbdd6;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-business .bus .inher__list ._li:last-of-type ._li-main {
  border-bottom: 2px solid #8bbdd6;
}
.p-business .bus .inher__list ._li-txt {
  padding-left: 4px;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.p-business .bus .bus__case {
  width: 100%;
  max-width: 900px;
  margin-top: calc(var(--blank-l) * 1.3);
  padding-left: var(--blank-m);
  position: relative;
}
.p-business .bus .case__tag {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--blank-xxs) 1.75em;
  background-color: #0057c8;
  border-radius: 999px;
  color: #fff;
  font-size: var(--18px);
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.3em;
}
.p-business .bus .case__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: var(--blank-m) var(--blank-xl);
  background-color: #fff;
  border-radius: 25px;
}
.p-business .bus .case__txt {
  width: 73%;
  color: #0148a4;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}
.p-business .bus .case__img {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-business .bus .case__img img {
  width: 100%;
  height: auto;
}
.p-business .bus .bus__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #00baca;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  white-space: nowrap;
}
.p-business .bus .bus__btn:hover {
  background-color: #008d9a;
}
@media screen and (max-width: 767px) {
  .p-business .bus .bus__heading ._ja ._no {
    padding-right: 0.3em;
    font-size: 1.3em;
  }
  .p-business .bus .bus__img {
    width: 100%;
    max-width: 360px;
    margin-top: var(--blank-s);
    margin-left: auto;
    margin-right: auto;
  }
  .p-business .bus .bus__main {
    width: 100%;
    max-width: 560px;
    margin-top: var(--blank-m);
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .p-business .bus .bus__txt {
    font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
    margin-top: 1em;
  }
  .p-business .bus .bus__txt:not(._mt):first-of-type {
    margin-top: 0;
  }
  .p-business .bus .bus__case {
    padding-left: var(--blank-xs);
  }
  .p-business .bus .case__tag {
    padding: var(--blank-xxs) 1.3em;
  }
  .p-business .bus .case__body {
    padding: var(--blank-l) var(--blank-m) var(--blank-m);
  }
  .p-business .bus .case__txt {
    width: 100%;
    font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  }
  .p-business .bus .case__img {
    width: 100%;
    max-width: 100px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-business .bus .inher__list {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .p-business .bus .bus__btn {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-business .cta {
  padding-top: var(--blank-l);
}
.p-business .cta .cta__txt {
  color: #0057c8;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: var(--18px);
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-shadow: 0 0 5px #fff;
  text-align: center;
}
.p-business .cta .cta__btn-outer {
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--blank-m);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--blank-m);
}
@media screen and (max-width: 700px) {
  .p-business .cta .cta__btn-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-office {
  /*------------------------
  // Office
  //------------------------*/
}
.p-office .message .message__body {
  width: 100%;
  margin-top: var(--blank-l);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-office .message .message__img {
  width: 33%;
}
.p-office .message .message__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.p-office .message .message__main {
  width: 63%;
}
.p-office .message .message__lead {
  color: #0057c8;
  font-size: var(--26px);
  font-size: clamp(1.5rem, 0.75rem + 1.5625vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.p-office .message .message__txt {
  margin-top: var(--blank-s);
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 600;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-office .message .message__name {
  margin-top: var(--blank-s);
  font-size: var(--18px);
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-office .message .message__name ._office {
  font-size: var(--14px);
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
}
@media screen and (max-width: 767px) {
  .p-office .message .message__img {
    width: 80%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .p-office .message .message__main {
    width: 100%;
    max-width: 540px;
    margin-top: var(--blank-m);
    margin-left: auto;
    margin-right: auto;
  }
  .p-office .message .message__lead {
    font-size: var(--18px);
    font-size: clamp(1.0625rem, 0.5257633588rem + 2.2900763359vw, 1.625rem);
    text-align: center;
  }
  .p-office .message .message__txt {
    margin-top: var(--blank-m);
    font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  }
  .p-office .message .message__name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: var(--blank-m);
    margin-left: auto;
  }
}
.p-office .history {
  background-color: #e4eff6;
  padding-bottom: var(--blank-xxl);
  background-image: url("./img/contents/office/bg-line.png");
  background-repeat: no-repeat;
  background-size: 45% auto;
  background-position: right bottom;
}
@media screen and (max-width: 768px) {
  .p-office .history {
    background-size: 75% auto;
  }
}
.p-office .history::before {
  content: "";
  width: 100%;
  margin-top: -3px;
  height: calc(var(--blank-xxl) * 1.6);
  display: block;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.p-office .history .history__tbl {
  margin-top: var(--blank-m);
}
.p-office .history .history__tbl dt {
  background-color: #d7e5ec;
  color: #0057c8;
  position: relative;
  border-top: 1px solid #0148a4;
  text-align: right;
}
.p-office .history .history__tbl dt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #0057c8;
}
.p-office .history .history__tbl dt:first-of-type::before {
  height: 50%;
  top: 50%;
}
.p-office .history .history__tbl dt:last-of-type::before {
  height: 50%;
}
.p-office .history .history__tbl dt::after {
  content: "・";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-size: 1.5em;
}
.p-office .history .history__tbl dt:last-of-type {
  border-bottom: 1px solid #0148a4;
}
@media screen and (max-width: 767px) {
  .p-office .history .history__tbl dt {
    text-align: left;
    padding-left: 24px;
  }
  .p-office .history .history__tbl dt::before {
    left: 12px;
    right: initial;
    width: 1px;
  }
  .p-office .history .history__tbl dt::after {
    left: 12px;
    right: initial;
    -webkit-transform: translate(calc(-50% + 1px), -50%);
            transform: translate(calc(-50% + 1px), -50%);
  }
  .p-office .history .history__tbl dd {
    padding-left: 36px;
    position: relative;
  }
  .p-office .history .history__tbl dd::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #0057c8;
  }
  .p-office .history .history__tbl dd:last-of-type::before {
    display: none;
  }
}
.p-office .qual {
  padding-bottom: var(--blank-xxl);
}
.p-office .qual .qual__tbl {
  margin-top: var(--blank-m);
}
.p-office .staff {
  background-color: #e4eff6;
  padding-bottom: var(--blank-xxl);
  background-image: url("./img/contents/office/bg-line.png");
  background-repeat: no-repeat;
  background-size: 45% auto;
  background-position: right bottom;
}
@media screen and (max-width: 768px) {
  .p-office .staff {
    background-size: 75% auto;
  }
}
.p-office .staff .staff__tbl {
  margin-top: var(--blank-m);
}
.p-office .company {
  padding-bottom: var(--blank-xxl);
}
.p-office .company .company__tbl {
  margin-top: var(--blank-m);
}
.p-office .company .company__rep li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6px;
  border-bottom: 1px solid #9fa0a0;
}
.p-office .company .company__rep ._post {
  width: 17em;
  display: inline-block;
  font-size: var(--14px);
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.p-office .company .company__ol li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.p-office .company .company__ol li ._pre {
  padding-right: 0.25em;
  color: #0057c8;
}
.p-office .company .company__history li {
  text-align: left;
}
.p-office .company .company__history ._year {
  display: inline-block;
  width: 2.75em;
  text-align: right;
}
.p-office .company .company__history ._month {
  display: inline-block;
  width: 2em;
  text-align: right;
}
.p-office .company .company__history ._name {
  display: inline-block;
  width: 15em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-office .company {
    padding-bottom: var(--blank-m);
  }
}
@media screen and (max-width: 414px) {
  .p-office .company .company__history ._name {
    padding-left: 0;
    padding-bottom: 0.75em;
  }
}
.p-office .slider {
  padding-top: var(--blank-s);
}
.p-office .slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-office .slider .swiper-slide {
  padding: 2px;
  overflow: hidden;
}
.p-office .slider .swiper-slide img {
  height: auto;
  width: 100%;
}

.p-recruit {
  /*------------------------
  // Page Recruit 
  //------------------------*/
}
.p-recruit .recruit {
  padding-top: var(--blank-m);
  padding-bottom: var(--blank-l);
  background-image: url("./img/contents/recruit/recruit-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.p-recruit .recruit .recruit__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: var(--blank-s);
  padding-right: var(--blank-l);
}
.p-recruit .recruit .recruit__main {
  width: 53%;
}
.p-recruit .recruit .recruit__txt {
  margin-top: var(--blank-s);
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
}
.p-recruit .recruit .recruit__txt ._color {
  color: #0057c8;
}
.p-recruit .recruit .recruit__img {
  width: 45%;
}
.p-recruit .recruit .recruit__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-recruit .recruit .recruit__body {
    padding-right: 0;
  }
  .p-recruit .recruit .recruit__main {
    width: 100%;
  }
  .p-recruit .recruit .recruit__img {
    width: 100%;
    max-width: 400px;
    margin-top: var(--blank-l);
    margin-left: auto;
    margin-right: auto;
  }
}
.p-recruit .work .work__tbl {
  margin-top: var(--blank-m);
}
.p-recruit .access .access__body {
  width: 100%;
  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;
  margin-top: var(--blank-xxs);
  background-color: #c2d7e2;
  background-image: url("./img/common/bg-grid.png");
  background-size: auto;
}
.p-recruit .access .access__main {
  width: 50%;
  padding: var(--blank-l) var(--blank-xs);
}
.p-recruit .access .access__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: var(--blank-m);
}
.p-recruit .access .access__lead {
  padding-right: 2em;
  color: #0148a4;
  font-size: var(--23px);
  font-size: clamp(1.25rem, 1.0428176796rem + 0.8839779006vw, 1.75rem);
  font-weight: 700;
  text-align: center;
}
.p-recruit .access .guide__outer {
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: var(--blank-m);
  margin-left: auto;
  margin-right: auto;
}
.p-recruit .access .guide__icon {
  width: 28%;
  padding: var(--blank-xs);
}
.p-recruit .access .guide__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-recruit .access .guide__main {
  width: 70%;
}
.p-recruit .access .guide__tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 2em;
  background-color: #fff;
  border: 1px solid #0057c8;
  border-radius: 999px;
  color: #0057c8;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
}
.p-recruit .access .guide__txt {
  margin-top: 4px;
  padding-left: 4px;
  font-size: var(--22px);
  font-size: clamp(1.25rem, 0.6875rem + 1.171875vw, 1.625rem);
  font-weight: 700;
}
.p-recruit .access .access__map {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-recruit .access .access__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .p-recruit .access .access__main {
    width: 100%;
    padding: var(--blank-s) var(--blank-xs);
  }
  .p-recruit .access .guide__icon {
    width: 22%;
    padding: var(--blank-xxs);
  }
  .p-recruit .access .guide__main {
    width: 73%;
  }
  .p-recruit .access .access__lead {
    padding-right: 0;
  }
  .p-recruit .access .guide__txt {
    margin-top: var(--blank-xs);
    padding-left: 2px;
    font-size: var(--17px);
    font-size: clamp(1.0625rem, 0.8835877863rem + 0.7633587786vw, 1.25rem);
  }
  .p-recruit .access .access__map {
    width: 100%;
    min-height: 240px;
    aspect-ratio: 1.3;
  }
}

.p-planning {
  /*------------------------
  // Page Recruit 
  //------------------------*/
}
.p-planning .planning .planning__lead {
  margin-top: var(--blank-m);
  padding-left: 0.5em;
  border-left: 2px solid #0057c8;
  color: #0057c8;
  font-weight: 600;
  font-size: var(--20px);
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.p-planning .planning .planning__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: var(--blank-m);
}
.p-planning .planning .planning__main {
  width: 53%;
}
.p-planning .planning .planning__txt {
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.p-planning .planning .planning__txt:last-child {
  margin-top: var(--blank-s);
}
.p-planning .planning .planning__img {
  width: 42%;
}
.p-planning .planning .planning__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-planning .planning .planning__main {
    width: 100%;
  }
  .p-planning .planning .planning__img {
    width: 85%;
    max-width: 400px;
    margin-top: var(--blank-l);
    margin-left: auto;
    margin-right: auto;
  }
}
.p-planning .company {
  margin-top: var(--blank-l);
  padding-bottom: var(--blank-xl);
  background-color: #f0f4f6;
  background-image: url("./img/contents/planning/bg.jpg");
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: right bottom;
}
.p-planning .company .company__tbl {
  margin-top: var(--blank-m);
}
.p-planning .company .company__tbl dt {
  background-color: #0094e9;
}
.p-planning .company .company__tbl dd {
  background-color: rgba(255, 255, 255, 0.5);
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.p-planning .company .company__tbl ._heading {
  font-size: --17px;
  font-size: clamp(0.9375rem, 0.8339088398rem + 0.4419889503vw, 1.1875rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.p-planning .company .company__tbl ._heading::before {
  content: "●";
  padding-right: 0.2em;
  color: #0094e9;
}
.p-planning .company .company__tbl ._heading:last-of-type {
  margin-top: var(--blank-s);
}
.p-planning .company .company__tbl ._list li {
  margin-top: 2px;
  font-size: --15px;
  font-size: clamp(0.875rem, 0.7973066298rem + 0.3314917127vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.p-planning .company .company__tbl ._list li::before {
  content: "・";
  padding-right: 0.3em;
  color: #0094e9;
}
.p-planning .company .company__cta {
  margin-top: var(--blank-m);
  text-align: center;
}
.p-planning .company .cta__txt {
  color: #0057c8;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: --17px;
  font-size: clamp(1rem, 0.8446132597rem + 0.6629834254vw, 1.375rem);
  font-weight: 600;
}
.p-planning .company .cta__btn {
  background-color: #00a7ff;
}

.p-news .news .news__outer {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.p-news .news .news__meta {
  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;
  gap: 12px;
}
.p-news .news .news__cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  background-color: #0148a4;
  color: #fff;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 0.04em;
}
.p-news .news .news__date {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
}
.p-news .news .news__title {
  padding-top: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #0148a4;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 600;
  line-height: 1.4;
}
.p-news .news .news__content {
  margin-top: var(--blank-m);
}
.p-news .news .news__content ul li,
.p-news .news .news__content ol li {
  list-style-position: inside;
}
.p-news .news .news__content ul {
  list-style: initial;
}
.p-news .news__pager {
  margin-top: var(--blank-xxl);
  width: 100%;
  text-align: center;
}
.p-news .news__pager .pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  list-style: none;
}
.p-news .news__pager .pager__li._txt {
  display: none;
}
.p-news .news__pager .pager__li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  letter-spacing: 0.04em;
}
.p-news .news__pager .pager__li._prev {
  position: relative;
}
.p-news .news__pager .pager__li._prev a {
  padding-right: 1em;
  padding-left: 1.75em;
  text-align: left;
}
.p-news .news__pager .pager__li._prev a::before {
  content: "<";
  position: absolute;
  top: 50%;
  left: 0.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-news .news__pager .pager__li._prev:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  .p-news .news__pager .pager__li._prev:hover a::before {
    left: 0;
  }
}
.p-news .news__pager .pager__li._next {
  position: relative;
}
.p-news .news__pager .pager__li._next a {
  padding-right: 1.75em;
  padding-left: 1em;
  text-align: right;
}
.p-news .news__pager .pager__li._next a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-news .news__pager .pager__li._next:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  .p-news .news__pager .pager__li._next:hover a::after {
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-news .news__pager .pager__li._title {
    display: none;
  }
  .p-news .news__pager .pager__li._txt {
    display: block;
  }
}

.p-contact .lead .lead__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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact .lead .lead__txt {
  width: 60%;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}
.p-contact .lead .lead__tel-box {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .p-contact .lead .lead__txt {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-contact .lead .lead__tel-box {
    width: 100%;
    margin-top: var(--blank-l);
  }
}
.p-contact .contact {
  /* Checkboxes styles */
}
.p-contact .contact .contact__heading-outer {
  margin-top: var(--blank-s);
  padding-bottom: var(--blank-xs);
  border-bottom: 1px solid #0057c8;
  text-align: center;
}
.p-contact .contact .contact__heading-en {
  color: #3379d3;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: var(--24px);
  font-size: clamp(1.125rem, 0.7638674884rem + 1.5408320493vw, 1.75rem);
  line-height: 1.2;
}
.p-contact .contact .contact__heading {
  font-size: var(--24px);
  font-size: clamp(1.375rem, 1.0860939908rem + 1.2326656394vw, 1.875rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-contact .contact .contact__wrapper {
  width: 100%;
  max-width: 1000px;
  margin-top: var(--blank-m);
  margin-left: auto;
  margin-right: auto;
  padding: var(--blank-m) var(--blank-m);
  background-color: #f7f9fa;
}
.p-contact .contact .contact__note {
  margin-top: 8px;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  padding-left: var(--blank-xl);
}
.p-contact .contact .contact__note ._must {
  color: #ff0000;
}
.p-contact .contact .contact__check-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--blank-m);
}
.p-contact .contact .contact__btn-box {
  margin-top: var(--blank-m);
}
.p-contact .contact .contact__btn-box .btn {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 18px;
  border: none;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-contact .contact .contact__form-wrapper {
  width: 100%;
  margin-top: var(--blank-l);
  margin-left: auto;
  margin-right: auto;
}
.p-contact .contact .contact__privacy {
  display: block;
  text-align: center;
  margin-top: var(--blank-m);
  margin-left: auto;
  margin-right: auto;
  color: #0d5aad;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 500;
  line-height: 1.8;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
@media screen and (max-width: 800px) {
  .p-contact .contact .contact__note {
    padding-left: 0;
  }
  .p-contact .contact .items__outer {
    padding-left: 1.25em;
  }
  .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;
  }
}
.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 select {
  width: 100%;
  max-width: 20em;
  height: 40px;
  margin: 0;
  padding: 8px 8px;
  border: 1px solid #626262;
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-contact .contact form#mailformpro select option {
  color: #000;
  background-color: #fff;
}
.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: #ff0000;
  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);
  font-weight: 500;
}
.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: #333;
  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.5em;
  padding-right: 1em;
  line-height: 1.1;
  color: #333;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  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: #0148a4;
}
.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;
  }
}

.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(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
}
.p-privacy p {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  padding-bottom: var(--blank-s);
}
.p-privacy a {
  color: #0057c8;
}