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

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

.fs-xlarge {
  font-size: clamp(1.125rem, 1.0527734977rem + 0.3081664099vw, 1.25rem);
}

.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-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;
  --space-8: calc(8 * 1px);
  --space-16: calc(16 * 1px);
  --space-24: calc(24 * 1px);
  --space-32: calc(32 * 1px);
  --space-40: calc(40 * 1px);
  --space-48: calc(48 * 1px);
  --space-56: calc(56 * 1px);
  --space-64: calc(64 * 1px);
  --space-72: calc(72 * 1px);
  --space-80: calc(80 * 1px);
  --space-100: calc(100 * 1px);
}
@media screen and (max-width: 1024px) {
  :root {
    --space-8: calc(8 * 0.9px);
    --space-16: calc(16 * 0.9px);
    --space-24: calc(24 * 0.9px);
    --space-32: calc(32 * 0.9px);
    --space-40: calc(40 * 0.9px);
    --space-48: calc(48 * 0.9px);
    --space-56: calc(56 * 0.9px);
    --space-64: calc(64 * 0.9px);
    --space-72: calc(72 * 0.9px);
    --space-80: calc(80 * 0.9px);
    --space-100: calc(100 * 0.9px);
  }
}
@media screen and (max-width: 768px) {
  :root {
    --space-8: calc(8 * 0.8px);
    --space-16: calc(16 * 0.8px);
    --space-24: calc(24 * 0.8px);
    --space-32: calc(32 * 0.8px);
    --space-40: calc(40 * 0.8px);
    --space-48: calc(48 * 0.8px);
    --space-56: calc(56 * 0.8px);
    --space-64: calc(64 * 0.8px);
    --space-72: calc(72 * 0.8px);
    --space-80: calc(80 * 0.8px);
    --space-100: calc(100 * 0.8px);
  }
}
@media screen and (max-width: 576px) {
  :root {
    --space-8: calc(8 * 0.75px);
    --space-16: calc(16 * 0.75px);
    --space-24: calc(24 * 0.75px);
    --space-32: calc(32 * 0.75px);
    --space-40: calc(40 * 0.75px);
    --space-48: calc(48 * 0.75px);
    --space-56: calc(56 * 0.75px);
    --space-64: calc(64 * 0.75px);
    --space-72: calc(72 * 0.75px);
    --space-80: calc(80 * 0.75px);
    --space-100: calc(100 * 0.75px);
  }
}
@media screen and (max-width: 576px) {
  :root {
    --space-8: calc(8 * 0.7px);
    --space-16: calc(16 * 0.7px);
    --space-24: calc(24 * 0.7px);
    --space-32: calc(32 * 0.7px);
    --space-40: calc(40 * 0.7px);
    --space-48: calc(48 * 0.7px);
    --space-56: calc(56 * 0.7px);
    --space-64: calc(64 * 0.7px);
    --space-72: calc(72 * 0.7px);
    --space-80: calc(80 * 0.7px);
    --space-100: calc(100 * 0.7px);
  }
}

* {
  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: 65px;
}
@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.65;
  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;
}

ul,
ol {
  list-style-position: inside;
}

img {
  vertical-align: bottom;
}

.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: 65px;
  z-index: 1000;
}
@media screen and (max-width: 1200px) {
  .l-header {
    height: 55px;
  }
}

.l-header-inner {
  width: 100%;
  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(--space-16);
  overflow: hidden;
  z-index: 10;
}

.l-section {
  margin-top: 0;
  padding-top: var(--space-56);
  padding-bottom: var(--space-24);
}
.l-section._pt0 {
  padding-top: 0;
}
.l-section._pb0 {
  padding-bottom: 0;
}

.l-cont-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.l-cont-inner._pl0 {
  padding-left: 0;
}
.l-cont-inner._pr0 {
  padding-right: 0;
}
.l-cont-inner._min {
  max-width: 1100px;
}
@media screen and (max-width: 1220px) {
  .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(--space-24);
  margin-left: auto;
  margin-right: auto;
  padding: var(--space-48) var(--space-32);
  border: 2px solid #3f51b5;
  background-color: #fff;
}
.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: 260px;
  background-image: url("./img/common/page-title-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.bl-page-title._news {
  background-image: url("./img/contents/news/page-title-bg.jpg");
}
.bl-page-title._business {
  background-image: url("./img/contents/business/page-title-bg.jpg");
}
.bl-page-title._contact {
  background-image: url("./img/contents/contact/page-title-bg.jpg");
}
.bl-page-title ._title-box {
  position: absolute;
  top: 48%;
  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;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
  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.25rem, 0.6721879815rem + 2.4653312789vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: 0 0 4px #8d8d8d, 0 0 2px #8d8d8d;
  text-align: center;
  white-space: nowrap;
}
.bl-page-title ._en {
  margin-top: 4px;
  color: #fff;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-shadow: 0 0 4px #8d8d8d, 0 0 2px #8d8d8d;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .bl-page-title {
    height: 20vw;
  }
}
@media screen and (max-width: 1024px) {
  .bl-page-title {
    height: 22vw;
  }
}
@media screen and (max-width: 768px) {
  .bl-page-title {
    height: 25vw;
  }
  .bl-page-title ._title {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 576px) {
  .bl-page-title {
    height: 29vw;
  }
}
@media screen and (max-width: 414px) {
  .bl-page-title {
    height: 33vw;
  }
}

.bl-sect-heading-bar {
  border-bottom: 1px solid #3f51b5;
}
.bl-sect-heading-bar ._heading {
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-bottom: 8px;
  color: #3f51b5;
  font-size: clamp(1.125rem, 1.0527734977rem + 0.3081664099vw, 1.25rem);
  font-size: clamp(1.1875rem, 0.9347072419rem + 1.0785824345vw, 1.625rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}
.bl-sect-heading-bar ._heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 48.4137931034px;
  display: inline-block;
  background-image: url("./img/common/heading-mark-top.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .bl-sect-heading-bar ._heading {
    padding-left: 56px;
  }
  .bl-sect-heading-bar ._heading::before {
    width: 45px;
    height: 41.8965517241px;
  }
}

.bl-sect-heading-ribbon {
  width: 95%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(#3f51b5), to(#0cb3c9));
  background: linear-gradient(90deg, #3f51b5, #0cb3c9);
  position: relative;
  z-index: 12;
}
.bl-sect-heading-ribbon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 12%;
  height: 20%;
  display: block;
  background-color: #0cb3c9;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.bl-sect-heading-ribbon::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 12%;
  height: 20%;
  display: block;
  background-color: #3f51b5;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.bl-sect-heading-ribbon ._heading {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  color: #fff;
  font-size: clamp(1.125rem, 1.0527734977rem + 0.3081664099vw, 1.25rem);
  font-size: clamp(1.1875rem, 0.9347072419rem + 1.0785824345vw, 1.625rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
}

.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: 6px 2%;
}
.bl-table dt,
.bl-table dd,
.bl-table li {
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 500;
}
.bl-table dt {
  width: 30%;
  max-width: 185px;
  color: #fff;
  background-color: #599acc;
  border-top: 1px solid #3f51b5;
  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 #3f51b5;
  background-color: #fff;
  line-height: 1.6;
  text-align: justify;
}
.bl-table dt:last-of-type {
  border-bottom: 1px solid #599acc;
}
.bl-table dd:last-of-type {
  border-bottom: 1px solid #3f51b5;
}
@media screen and (max-width: 800px) {
  .bl-table .bl-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl-table dt {
    width: 100%;
    max-width: none;
    padding: 4px 2%;
    border-top: none;
    text-align: left;
  }
  .bl-table._dt-center dt {
    text-align: left;
  }
  .bl-table._dt-right 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 {
  text-align: center;
}
.bl-access .access__icon {
  width: 20px;
  margin-left: auto;
  margin-right: auto;
}
.bl-access .access__icon img {
  width: 100%;
  height: auto;
}
.bl-access .access__heading {
  color: #3f51b5;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-size: clamp(1.5rem, 1.3555469954rem + 0.6163328197vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.bl-access .access__address {
  margin-top: var(--space-16);
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #788398;
  color: #fff;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  text-align: center;
}
.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: none;
  -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: 270px;
  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;
}
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: var(--header-height);
  gap: var(--space-24);
}
header .cta__box {
  height: 100%;
}
header .header__btn {
  min-width: 160px;
  height: 100%;
  padding: 6px 0.5em 6px 28px;
  border: none;
  background-color: #0cb3c9;
  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: #3f51b5;
}
header .header__btn::before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.75em;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  header .header__btn._mail:hover {
    background-color: #112282;
  }
  header .header__btn._mail:hover::before {
    right: 0.6em;
  }
  header .header__btn._tel:hover {
    background-color: #0cb3c9;
  }
}
header .header__btn::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: var(--24px);
  height: var(--24px);
  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 .header__btn._tel {
  display: none;
}
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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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(--space-8);
  }
  header .cta__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--header-height);
    gap: var(--space-16);
  }
  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._tel {
    display: block;
  }
  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: #0cb3c9;
    border-radius: 4px;
    position: relative;
  }
  header .header__btn::before {
    display: none;
  }
  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%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .fmenu {
  width: 100%;
  padding-top: var(--space-24);
  padding-bottom: var(--space-32);
  background-color: #e9f0f4;
}
.footer .fmenu .fmenu__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .fmenu .fmenu__list {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.footer .fmenu .fmenu__li {
  width: 25%;
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
  padding-left: 8px;
  padding-right: 8px;
}
.footer .fmenu .fmenu__li .fmenu__link {
  display: block;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  border-bottom: 3px solid #fff;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-size: clamp(0.8125rem, 0.7528625954rem + 0.2544529262vw, 0.875rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.footer .fmenu .fmenu__li:hover .fmenu__link {
  border-bottom: 3px solid #3749b4;
  color: #3749b4;
}
.footer .fmenu .fmenu__li._history2 {
  display: none;
}
.footer .fmenu .fmenu__sects {
  width: 100%;
  list-style: none;
}
.footer .fmenu .sects__li {
  width: 100%;
  padding-top: 3px;
}
.footer .fmenu .sects__li .sect__link {
  font-size: var(--12px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.footer .fmenu .sects__li:hover .sect__link {
  color: #3749b4;
}
.footer .company {
  width: 100%;
  padding-top: var(--space-32);
  padding-bottom: var(--space-24);
}
.footer .company .company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 12px;
}
.footer .company .company__wrapper > * {
  padding-left: 12px;
  padding-right: 12px;
}
.footer .company .info {
  width: 30%;
}
.footer .company .info__img-box {
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer .company .info__logo {
  width: 60px;
}
.footer .company .info__logo img {
  width: 100%;
  height: auto;
}
.footer .company .info__name {
  width: 300px;
}
.footer .company .info__name img {
  width: 100%;
  height: auto;
}
.footer .company .info__txt {
  padding-left: 60px;
  font-size: var(--13px);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.footer .company .banners {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .company .banners__img._ikuboss {
  width: 50%;
  max-width: 72px;
}
.footer .company .banners__img._ikuboss img {
  width: 100%;
  height: auto;
}
.footer .company .banners__img._ikuboss {
  width: 50%;
  max-width: 123px;
}
.footer .company .banners__img._ikuboss img {
  width: 100%;
  height: auto;
}
.footer .company .cta {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}
.footer .company .cta__box {
  width: 48%;
}
.footer .company .cta__lead {
  padding-bottom: 4px;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
.footer .company .cta__btn {
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
}
.footer .footer__credit {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 20px;
  background-color: #3f51b5;
  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: 1200px) {
  .footer .fmenu .fmenu__outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .fmenu .fmenu__list {
    width: 100%;
  }
  .footer .fmenu .fmenu__li {
    max-width: 220px;
  }
  .footer .company .company__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .company .company__wrapper > * {
    padding-bottom: var(--space-32);
  }
  .footer .company .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    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;
  }
  .footer .company .info__img-box {
    width: 80%;
    max-width: 300px;
    padding-bottom: 12px;
  }
  .footer .company .info__logo {
    width: 20%;
    max-width: 60px;
  }
  .footer .company .info__name {
    width: 80%;
    max-width: 300px;
  }
  .footer .company .info__txt {
    padding-left: 0;
  }
  .footer .company .banners {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .footer .company .cta {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .footer .fmenu .fmenu__outer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer .fmenu .fmenu__list {
    width: 50%;
    max-width: 220px;
  }
  .footer .fmenu .fmenu__li {
    width: 100%;
  }
  .footer .fmenu .fmenu__li._history {
    display: none;
  }
  .footer .fmenu .fmenu__li._history2 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .footer .company .info__logo {
    width: 17%;
  }
  .footer .company .info__name {
    width: 83%;
  }
  .footer .company .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .company .cta__box {
    width: 100%;
    padding-bottom: var(--space-24);
  }
  .footer .company .cta__box:last-of-type {
    padding-bottom: 0;
  }
  .footer .company .cta__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

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

.gnav {
  z-index: 100;
}

._hidden {
  display: none;
}

.gnav.pc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  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%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  white-space: nowrap;
  padding-left: var(--space-24);
  padding-right: var(--space-24);
  color: #333;
  font-size: var(--14px);
  font-size: clamp(0.875rem, 0.625rem + 0.390625vw, 0.9375rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
}
.gnav.pc .gnav-list li:hover {
  cursor: pointer;
  background-color: #e2e5f4;
}
.gnav.pc .gnav-list li:hover > a {
  color: #3749b4;
}
.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: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  list-style: none;
  visibility: hidden;
}
.gnav.pc li.menu-item-has-children .sub-menu li {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.gnav.pc li.menu-item-has-children .sub-menu li:last-of-type {
  border-bottom: 1px solid #ddd;
}
.gnav.pc li.menu-item-has-children .sub-menu li a {
  display: inline-block;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  text-align: center;
  font-size: 0.85em;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.gnav.pc li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
}
.gnav.pc li.current-menu-parent > a,
.gnav.pc li.current_page_item > a {
  background-color: #e2e5f4;
  color: #3749b4;
}
@media screen and (max-width: 1300px) {
  .gnav.pc .gnav-list li a {
    padding-left: var(--space-16);
    padding-right: var(--space-16);
  }
}
@media screen and (max-width: 1200px) {
  .gnav.pc {
    display: none;
  }
}

.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 - var(--header-height));
  background-color: #f5f9fa;
  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: #f5f9fa;
}
.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:hover {
  cursor: pointer;
  background-color: #e2e5f4;
}
.gnav.mobile .gnav-list > li:hover > a {
  color: #3749b4;
}
.gnav.mobile .gnav-list ul.sub-menu li {
  background-color: #fff;
}
.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: "＋";
  padding-left: 1em;
  line-height: 1;
  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 ul.sub-menu li:hover {
  cursor: pointer;
  background-color: #e2e5f4;
}
.gnav.mobile ul.sub-menu li:hover > a {
  color: #3749b4;
}
.gnav.mobile .gnav__bottom {
  display: block;
  width: 100%;
  margin-top: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #3f51b5;
}
.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__wrapper {
  position: relative;
}
.newslist .newslist__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  display: block;
  background-image: url("./img/common/bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.newslist .newslist__outer {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.newslist .newslist__article {
  padding: var(--space-16) var(--space-8);
  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: #112282;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #112282;
  text-decoration-thickness: 1px;
}
.newslist .newslist__meta {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newslist .newslist__tag {
  width: 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: #3f51b5;
  border-radius: 99px;
  margin-top: 0.2em;
  color: #fff;
  font-size: var(--12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newslist .newslist__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.5em;
  padding-right: 1em;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
.newslist .newslist__date time {
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.newslist .newslist__title {
  width: auto;
  padding-left: var(--space-8);
  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__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newslist .newslist__tag:not(._new) {
    display: none;
  }
  .newslist .newslist__title {
    margin-top: 6px;
  }
}

.wp-pagenavi {
  margin: 56px 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: #f5f9fa;
}
@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: #f5f9fa;
  color: #3f51b5;
}
.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: #f5f9fa;
  color: #333;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
  color: #666;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

.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(--space-40);
}
.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: #0053b1;
  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: #0053b1;
  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: #f5f9fa;
}
.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: #0053b1;
}
.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: 16px;
  }
  .side__wrapper > * {
    width: 45%;
    padding-bottom: var(--space-60);
  }
  .side__wrapper .wd-arch {
    margin-top: 32px;
  }
  .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;
  }
  .side__wrapper .wd-cal {
    margin-top: 32px;
  }
}

.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: #3f51b5;
  font-size: clamp(0.9375rem, 0.8080110497rem + 0.5524861878vw, 1.25rem);
  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._round {
  border-radius: 99px;
}

.btn._gradient {
  padding-top: 0.7em;
  padding-bottom: 0.8em;
  background: -webkit-gradient(linear, left top, right top, from(#0cb3c9), color-stop(#3f51b5), color-stop(#3f51b5), to(#0cb3c9));
  background: linear-gradient(90deg, #0cb3c9, #3f51b5, #3f51b5, #0cb3c9);
  background-size: 200% 100%;
  background-position: right bottom;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn._gradient:hover {
  background-position: left bottom;
}

.btn._white {
  max-width: 230px;
  background-color: #fff;
  border: 2px solid #3f51b5;
  color: #3f51b5;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
}
@media (any-hover: hover) {
  .btn._white:hover {
    background-color: #fff;
    color: #0cb3c9;
    border: 2px solid #0cb3c9;
  }
}

.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: #0cb3c9;
}
.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");
}
@media (any-hover: hover) {
  .btn._icon:hover {
    background-color: #0cb3c9;
  }
}

.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: #3f51b5;
}
.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: #112282;
  }
}

.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: #3f51b5;
  font-size: clamp(0.9375rem, 0.8080110497rem + 0.5524861878vw, 1.25rem);
  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 #3f51b5;
  background-color: #3f51b5;
}
@media (any-hover: hover) {
  .btn._home:hover {
    color: #3f51b5;
    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: 20%;
  width: 60%;
  height: 3px;
  border-radius: 0;
  background: #3f51b5;
  z-index: 1000;
}

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

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

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

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

/*active時 ×*/
.hamburger.active span:nth-of-type(1) {
  height: 2px;
  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) {
  height: 2px;
  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-8 {
  padding-top: var(--space-8);
}

.pl-8 {
  padding-left: var(--space-8);
}

.pr-8 {
  padding-right: var(--space-8);
}

.pb-8 {
  padding-bottom: var(--space-8);
}

.mt-8 {
  margin-top: var(--space-8);
}

.ml-8 {
  margin-left: var(--space-8);
}

.mr-8 {
  margin-right: var(--space-8);
}

.mb-8 {
  margin-bottom: var(--space-8);
}

.pt-16 {
  padding-top: var(--space-16);
}

.pl-16 {
  padding-left: var(--space-16);
}

.pr-16 {
  padding-right: var(--space-16);
}

.pb-16 {
  padding-bottom: var(--space-16);
}

.mt-16 {
  margin-top: var(--space-16);
}

.ml-16 {
  margin-left: var(--space-16);
}

.mr-16 {
  margin-right: var(--space-16);
}

.mb-16 {
  margin-bottom: var(--space-16);
}

.pt-24 {
  padding-top: var(--space-24);
}

.pl-24 {
  padding-left: var(--space-24);
}

.pr-24 {
  padding-right: var(--space-24);
}

.pb-24 {
  padding-bottom: var(--space-24);
}

.mt-24 {
  margin-top: var(--space-24);
}

.ml-24 {
  margin-left: var(--space-24);
}

.mr-24 {
  margin-right: var(--space-24);
}

.mb-24 {
  margin-bottom: var(--space-24);
}

.pt-32 {
  padding-top: var(--space-32);
}

.pl-32 {
  padding-left: var(--space-32);
}

.pr-32 {
  padding-right: var(--space-32);
}

.pb-32 {
  padding-bottom: var(--space-32);
}

.mt-32 {
  margin-top: var(--space-32);
}

.ml-32 {
  margin-left: var(--space-32);
}

.mr-32 {
  margin-right: var(--space-32);
}

.mb-32 {
  margin-bottom: var(--space-32);
}

.pt-40 {
  padding-top: var(--space-40);
}

.pl-40 {
  padding-left: var(--space-40);
}

.pr-40 {
  padding-right: var(--space-40);
}

.pb-40 {
  padding-bottom: var(--space-40);
}

.mt-40 {
  margin-top: var(--space-40);
}

.ml-40 {
  margin-left: var(--space-40);
}

.mr-40 {
  margin-right: var(--space-40);
}

.mb-40 {
  margin-bottom: var(--space-40);
}

.pt-48 {
  padding-top: var(--space-48);
}

.pl-48 {
  padding-left: var(--space-48);
}

.pr-48 {
  padding-right: var(--space-48);
}

.pb-48 {
  padding-bottom: var(--space-48);
}

.mt-48 {
  margin-top: var(--space-48);
}

.ml-48 {
  margin-left: var(--space-48);
}

.mr-48 {
  margin-right: var(--space-48);
}

.mb-48 {
  margin-bottom: var(--space-48);
}

.pt-56 {
  padding-top: var(--space-56);
}

.pl-56 {
  padding-left: var(--space-56);
}

.pr-56 {
  padding-right: var(--space-56);
}

.pb-56 {
  padding-bottom: var(--space-56);
}

.mt-56 {
  margin-top: var(--space-56);
}

.ml-56 {
  margin-left: var(--space-56);
}

.mr-56 {
  margin-right: var(--space-56);
}

.mb-56 {
  margin-bottom: var(--space-56);
}

.pt-64 {
  padding-top: var(--space-64);
}

.pl-64 {
  padding-left: var(--space-64);
}

.pr-64 {
  padding-right: var(--space-64);
}

.pb-64 {
  padding-bottom: var(--space-64);
}

.mt-64 {
  margin-top: var(--space-64);
}

.ml-64 {
  margin-left: var(--space-64);
}

.mr-64 {
  margin-right: var(--space-64);
}

.mb-64 {
  margin-bottom: var(--space-64);
}

.pt-72 {
  padding-top: var(--space-72);
}

.pl-72 {
  padding-left: var(--space-72);
}

.pr-72 {
  padding-right: var(--space-72);
}

.pb-72 {
  padding-bottom: var(--space-72);
}

.mt-72 {
  margin-top: var(--space-72);
}

.ml-72 {
  margin-left: var(--space-72);
}

.mr-72 {
  margin-right: var(--space-72);
}

.mb-72 {
  margin-bottom: var(--space-72);
}

.pt-80 {
  padding-top: var(--space-80);
}

.pl-80 {
  padding-left: var(--space-80);
}

.pr-80 {
  padding-right: var(--space-80);
}

.pb-80 {
  padding-bottom: var(--space-80);
}

.mt-80 {
  margin-top: var(--space-80);
}

.ml-80 {
  margin-left: var(--space-80);
}

.mr-80 {
  margin-right: var(--space-80);
}

.mb-80 {
  margin-bottom: var(--space-80);
}

.pt-100 {
  padding-top: var(--space-100);
}

.pl-100 {
  padding-left: var(--space-100);
}

.pr-100 {
  padding-right: var(--space-100);
}

.pb-100 {
  padding-bottom: var(--space-100);
}

.mt-100 {
  margin-top: var(--space-100);
}

.ml-100 {
  margin-left: var(--space-100);
}

.mr-100 {
  margin-right: var(--space-100);
}

.mb-100 {
  margin-bottom: var(--space-100);
}

.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 {
  cursor: pointer;
}

.link._img._scale:hover img {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.link._large img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link._large:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

/* スクロールをしたら出現する要素にはじめに透過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 .p-sect-heading {
  width: 100%;
}
.p-top .p-sect-heading ._heading {
  padding-bottom: 0.15em;
  color: #3f51b5;
  font-size: var(--22px);
  font-size: clamp(1.25rem, 0.7444144838rem + 2.157164869vw, 2.125rem);
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #3f51b5;
}
.p-top .p-sect-heading ._sub {
  padding-top: 0.25em;
  color: #a0a0a0;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-size: clamp(0.9375rem, 0.7930469954rem + 0.6163328197vw, 1.1875rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-top .p-sect-heading._noborder ._heading {
  border-bottom: none;
}
.p-top .mv {
  width: 100%;
  height: 66.0833333333vw;
  background-color: #ededed;
  position: relative;
}
.p-top .mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("./img/top/mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  opacity: 0;
  -webkit-animation: fadeInImg 4s forwards;
          animation: fadeInImg 4s forwards;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.p-top .mv .mv__body {
  width: 100%;
  position: absolute;
  top: 39%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.p-top .mv .mv__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 7vw;
  height: auto;
}
.p-top .mv .mv__txt {
  margin-top: 0.25em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 4.6vw;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-shadow: 0 0 6px #b2c4cc, 0 0 2px #b2c4cc;
}
.p-top .mv .mv__txt._small {
  margin-top: 0.75em;
  color: #374ed0;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 1.6;
  text-shadow: none;
}
@-webkit-keyframes fadeInImg {
  to {
    opacity: 1;
  }
}
@keyframes fadeInImg {
  to {
    opacity: 1;
  }
}
.p-top .mv #mv-logo {
  opacity: 0;
  -webkit-animation: logoFadeIn 3s forwards;
          animation: logoFadeIn 3s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@-webkit-keyframes logoFadeIn {
  to {
    opacity: 1;
  }
}
@keyframes logoFadeIn {
  to {
    opacity: 1;
  }
}
.p-top .mv #mv-txt1 {
  opacity: 0;
  -webkit-animation: logoFadeIn 3s forwards;
          animation: logoFadeIn 3s forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-transition-timing-function: liner;
          transition-timing-function: liner;
}
@-webkit-keyframes txt1FadeIn {
  to {
    opacity: 1;
  }
}
@keyframes txt1FadeIn {
  to {
    opacity: 1;
  }
}
.p-top .mv #mv-txt2 {
  opacity: 0;
  -webkit-animation: logoFadeIn 3s forwards;
          animation: logoFadeIn 3s forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-transition-timing-function: liner;
          transition-timing-function: liner;
}
@keyframes txt1FadeIn {
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .p-top .mv .mv__body {
    top: 45%;
  }
  .p-top .mv .mv__logo {
    width: 9vw;
  }
  .p-top .mv .mv__txt {
    margin-top: 0.5em;
    font-size: 5vw;
  }
  .p-top .mv .mv__txt._small {
    margin-top: 1em;
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top .mv .mv__logo {
    width: 8.5vw;
  }
  .p-top .mv .mv__txt {
    margin-top: 0.5em;
    font-size: 5.2vw;
  }
  .p-top .mv .mv__txt._small {
    margin-top: 1em;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 414px) {
  .p-top .mv {
    height: 70vw;
  }
  .p-top .mv .mv__logo {
    width: 8.5vw;
  }
  .p-top .mv .mv__txt {
    margin-top: 0.5em;
    font-size: 5.8vw;
  }
  .p-top .mv .mv__txt._small {
    margin-top: 1em;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 375px) {
  .p-top .mv {
    height: 75vw;
  }
  .p-top .mv .mv__logo {
    width: 8.5vw;
  }
  .p-top .mv .mv__txt {
    margin-top: 0.5em;
    font-size: 5.9vw;
  }
  .p-top .mv .mv__txt._small {
    margin-top: 1em;
    font-size: 2.9vw;
  }
}
.p-top .greeting-bg {
  position: relative;
}
.p-top .greeting-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--greeting-height) + 150px);
  background-image: url("./img/common/bg-2l.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  opacity: 0.8;
  z-index: -1;
}
.p-top .greeting .greeting__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--20px);
  font-size: clamp(1.25rem, -0.0500770416rem + 5.5469953775vw, 3.5rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#3f51b5), to(#0cb3c9));
  background: linear-gradient(90deg, #3f51b5, #0cb3c9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-top .greeting .greeting__body {
  margin-top: var(--space-24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top .greeting .greeting__main {
  width: 59%;
}
.p-top .greeting .greeting__txt {
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 5px #fff;
  text-align: justify;
}
.p-top .greeting .sign {
  margin-top: var(--space-24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-top .greeting .sign img {
  display: inline-block;
  width: 120px;
  height: auto;
}
.p-top .greeting .sign .sign__name {
  padding-left: 24px;
  padding-bottom: 4px;
  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;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: var(--20px);
  font-size: clamp(1.125rem, 0.6916409861rem + 1.8489984592vw, 1.875rem);
}
.p-top .greeting .sign .sign__name ._small {
  display: inline-block;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.6583204931rem + 0.9244992296vw, 1.25rem);
  letter-spacing: 0.03em;
}
.p-top .greeting .greeting__img {
  width: 38%;
}
.p-top .greeting .greeting__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .p-top .greeting .greeting__main {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .greeting .greeting__txt {
    margin-top: 1.5em;
  }
  .p-top .greeting .greeting__txt:first-of-type {
    margin-top: 0;
  }
  .p-top .greeting .sign {
    margin-top: 24px;
  }
  .p-top .greeting .sign img {
    width: 20%;
  }
  .p-top .greeting .greeting__img {
    width: 100%;
    max-width: 500px;
    height: 45vw;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .greeting .greeting__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 500px) {
  .p-top .greeting .greeting__img {
    height: 58vw;
  }
}
.p-top .business .business__body {
  margin-top: var(--space-40);
}
.p-top .business .bus {
  margin-top: var(--space-64);
  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-top .business .bus:nth-of-type(2n) .bus__main {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-top .business .bus:nth-of-type(2n) .bus__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-top .business .bus__main {
  width: 43%;
  padding-bottom: var(--space-40);
}
.p-top .business .bus__main-heading {
  height: 80px;
  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: #3f51b5;
  position: relative;
}
.p-top .business .bus__main-heading ._heading {
  color: #fff;
  font-size: var(--24px);
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  z-index: 11;
}
.p-top .business .bus__main-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("./img/common/heading-mark.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.p-top .business .bus__main-body {
  background-color: #f5f9fa;
  padding: var(--space-40) 12% var(--space-48);
}
.p-top .business .card__txt {
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 500;
  text-align: justify;
}
.p-top .business .bus__img {
  width: 57%;
  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 .bus__img-heading {
  height: 80px;
  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;
  position: relative;
}
.p-top .business .bus__img-heading ._heading {
  color: #3f51b5;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background: -webkit-gradient(linear, left top, right top, from(#3f51b5), to(#0cb3c9));
  background: linear-gradient(90deg, #3f51b5, #0cb3c9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--24px);
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  z-index: 11;
}
.p-top .business .bus__img-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  display: block;
  background-color: #0cb3c9;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.p-top .business .bus:nth-of-type(2n) .bus__img-heading::before {
  left: initial;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.p-top .business .bus__img-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.p-top .business .bus__img-body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-top .business .bus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 48px;
  }
  .p-top .business .bus:nth-of-type(2n) .bus__main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-top .business .bus:nth-of-type(2n) .bus__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-top .business .bus__main {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 16px;
  }
  .p-top .business .bus__main-heading,
  .p-top .business .bus__img-heading {
    height: 50px;
  }
  .p-top .business .bus__main-body {
    padding: var(--space-40) 8% var(--space-48);
  }
  .p-top .business .bus__img {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .business .bus__img-heading::before {
    display: none;
  }
  .p-top .business .bus:nth-of-type(2n) .bus__img-heading::before {
    display: none;
  }
}
.p-top .company .company__body {
  margin-top: var(--space-40);
}
.p-top .company .company__cards {
  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-top .company .card {
  width: 49%;
  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 .company .card__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  background-color: #3f51b5;
  position: relative;
  left: 8%;
}
.p-top .company .card__heading ._heading {
  color: #fff;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-top .company .card__heading::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 40px;
  height: 40px;
  display: block;
  background-color: #0cb3c9;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.p-top .company .card__body {
  width: 100%;
  padding: var(--space-48) var(--space-48);
  background-image: url("./img/top/company-rinen.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .company .card._history .card__body {
  background-image: url("./img/top/company-history.jpg");
}
.p-top .company .card:hover .card__body {
  -webkit-filter: grayscale(90%);
          filter: grayscale(90%);
}
.p-top .company .card__lead {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: clamp(1.125rem, 1.0527734977rem + 0.3081664099vw, 1.25rem);
  font-size: clamp(1.25rem, 0.5277349769rem + 3.0816640986vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 0 10px #6787b0;
}
.p-top .company .card__txt {
  margin-top: var(--space-24);
  color: #fff;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-shadow: 0 0 10px #6787b0;
}
.p-top .company .card._history .card__lead,
.p-top .company .card._history .card__txt {
  text-shadow: 0 0 10px #333;
}
@media screen and (max-width: 1100px) {
  .p-top .company .company__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top .company .card {
    width: 100%;
    max-width: 600px;
    min-height: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .company .card:last-of-type {
    margin-top: 48px;
  }
  .p-top .company .card__txt ._br {
    display: none;
  }
}
.p-top .features .features__body {
  position: relative;
}
.p-top .features .features__cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 39%;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  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;
}
.p-top .features .features__lead {
  color: #e2ffac;
  font-size: var(--15px);
  font-size: clamp(0.9375rem, -1.5888157895rem + 3.9473684211vw, 1.125rem);
  font-family: 700;
  text-shadow: 0 0 2px #b2c4cc;
  letter-spacing: 0.03em;
}
.p-top .features .features__heading {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: var(--40px);
  font-size: clamp(2.5rem, -4.2368421053rem + 10.5263157895vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-top .features .features__txt {
  width: 79%;
  margin-top: 6px;
  color: #fff;
  font-size: var(--13px);
  font-size: clamp(0.8125rem, -0.8717105263rem + 2.6315789474vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-shadow: 0 0 2px #5a8bce;
  text-align: justify;
}
.p-top .features .features__img {
  width: 100%;
}
.p-top .features .features__img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-top .features .features__img._mb {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-top .features .features__body {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top .features .features__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 28%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-top .features .features__lead {
    font-size: var(--15px);
    font-size: clamp(0.875rem, -0.1666666667rem + 4.4444444444vw, 1.5rem);
  }
  .p-top .features .features__heading {
    font-size: var(--40px);
    font-size: clamp(1.875rem, -0.8333333333rem + 11.5555555556vw, 3.5rem);
  }
  .p-top .features .features__txt {
    width: 92%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    font-size: var(--13px);
    font-size: clamp(0.75rem, -0.0833333333rem + 3.5555555556vw, 1.25rem);
    font-weight: 400;
    line-height: 1.5;
  }
  .p-top .features .features__img._pc {
    display: none;
  }
  .p-top .features .features__img._mb {
    display: block;
  }
}
.p-top .tnews .tnews__list {
  max-width: 900px;
  margin-top: var(--space-32);
  margin-left: auto;
  margin-right: auto;
}
.p-top .tnews .tnews__article {
  padding: 10px 18px;
  border-bottom: 1px solid #969696;
}
.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__tag {
  width: 5em;
  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: #3f51b5;
  border-radius: 99px;
  margin-top: 0.2em;
  color: #fff;
  font-size: var(--13px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.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 {
  padding-left: var(--space-24);
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.4;
}
.p-top .tnews .tnews__link:hover {
  cursor: pointer;
}
.p-top .tnews .tnews__link:hover .tnews__title {
  color: #112282;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #112282;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 576px) {
  .p-top .tnews .tnews__date {
    width: 7em;
  }
}
.p-top .link {
  margin-top: var(--space-40);
  padding-bottom: var(--space-56);
  background-color: #f5f9fa;
}
.p-top .link .link__body {
  margin-top: var(--space-24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 36px;
}
.p-top .link .link__img {
  width: 49%;
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top .link .link__img img {
  width: 100%;
  height: auto;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top .link .link__img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .p-top .link .link__body {
    -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-top .link .link__img {
    width: 88%;
  }
}

.p-company .p-heading {
  padding-left: 9%;
}
.p-company .p-inner {
  padding-left: 9%;
  padding-right: 9%;
}
.p-company .p-inner._pr0 {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .p-company .p-heading {
    padding-left: 0;
  }
  .p-company .p-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-company .summary {
  padding-top: var(--space-72);
}
.p-company .summary .summary__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: var(--space-48);
  margin: 0;
}
.p-company .summary .summary__tbl {
  width: 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-company .summary .summary__tbl dt,
.p-company .summary .summary__tbl dd {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: var(--space-16);
  padding-right: var(--space-16);
  border-top: 1px solid #3f51b5;
}
.p-company .summary .summary__tbl dt:last-of-type,
.p-company .summary .summary__tbl dd:last-of-type {
  border-bottom: 1px solid #3f51b5;
}
.p-company .summary .summary__tbl dt {
  width: 30%;
  background-color: #e0eefd;
  color: #3f51b5;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
}
.p-company .summary .summary__tbl dd {
  width: 70%;
}
.p-company .summary .summary__tbl dd,
.p-company .summary .summary__tbl li {
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.p-company .summary .summary__tbl .tbl__list {
  list-style-position: outside;
  padding-left: 1em;
}
.p-company .summary .summary__img {
  width: 40%;
  overflow: hidden;
}
.p-company .summary .summary__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company .summary .summary__img img._mb {
  display: none;
}
@media screen and (max-width: 1200px) {
  .p-company .summary .p-inner._pr0 {
    padding-right: 9%;
  }
  .p-company .summary .summary__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-company .summary .summary__tbl {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-company .summary .summary__img {
    width: 100%;
    height: 45vw;
    margin-top: var(--space-24);
  }
  .p-company .summary .summary__img img._mb {
    display: block;
    width: 100%;
    max-width: 700px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .p-company .summary .summary__img img._pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-company .summary .p-inner._pr0 {
    padding-right: 0;
  }
}
.p-company .rinen {
  margin-top: var(--space-48);
  background-image: url("./img/common/bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-company .rinen .rinen__lead {
  margin-top: var(--space-40);
  color: #0cb3c9;
  font-size: var(--20px);
  font-size: clamp(1.1875rem, 0.7902542373rem + 1.6949152542vw, 1.875rem);
  font-weight: 700;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff;
  text-align: center;
}
.p-company .rinen .rinen__list {
  margin-top: var(--space-24);
  list-style: none;
}
.p-company .rinen .rinen__li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.25em;
  border-top: 1px solid #3f51b5;
  color: #3f51b5;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 700;
  text-indent: -1.25em;
}
.p-company .rinen .rinen__li:last-of-type {
  border-bottom: 1px solid #3f51b5;
}
.p-company .rinen .rinen__li ._no {
  padding-right: 0.25em;
}
@media screen and (max-width: 1024px) {
  .p-company .rinen .rinen__list {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-company .greeting {
  margin-top: var(--space-48);
}
.p-company .greeting .greeting__body {
  padding-top: var(--space-32);
  position: relative;
}
.p-company .greeting .greeting__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  display: block;
  background-image: url("./img/common/bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.p-company .greeting .greeting__txt {
  padding-top: var(--space-32);
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.85;
  text-align: justify;
}
.p-company .greeting .greeting__txt ._break {
  display: block;
}
.p-company .greeting .sign {
  margin-top: var(--space-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-company .greeting .sign img {
  display: inline-block;
  width: 120px;
  height: auto;
}
.p-company .greeting .sign .sign__name {
  padding-left: 24px;
  padding-bottom: 4px;
  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;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: var(--20px);
  font-size: clamp(1.25rem, 0.8888674884rem + 1.5408320493vw, 1.875rem);
  font-weight: 900;
  letter-spacing: 0.03em;
}
.p-company .greeting .sign .sign__name ._small {
  display: inline-block;
  font-size: var(--15px);
  font-size: clamp(0.875rem, 0.6583204931rem + 0.9244992296vw, 1.25rem);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .p-company .greeting .greeting__inner {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-company .greeting .greeting__txt ._break {
    padding-top: var(--space-32);
  }
  .p-company .greeting .sign img {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .p-company .greeting .sign img {
    width: 23%;
  }
}

.p-business .p-sec-heading-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: var(--space-16);
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(#3f51b5), to(#0cb3c9));
  background: linear-gradient(90deg, #3f51b5, #0cb3c9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-size: clamp(1.25rem, 0.9610939908rem + 1.2326656394vw, 1.75rem);
  font-weight: 400;
}
.p-business .bus {
  position: relative;
  padding-bottom: var(--space-24);
  border-top: 1px solid #3f51b5;
}
.p-business .bus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("./img/common/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  z-index: -1;
}
.p-business .bus._yoffice::before {
  background-image: url("./img/common/bg-l.jpg");
}
.p-business .bus .bus__cont {
  width: 100%;
  margin-top: var(--space-32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-business .bus .cont__main {
  width: 60%;
  background-color: #3f51b5;
  padding: var(--space-40);
  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;
  position: relative;
}
.p-business .bus .cont__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--space-48);
  height: var(--space-48);
  display: block;
  background-color: #0cb3c9;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.p-business .bus .bus__cont._silkscreen .cont__main {
  width: 49%;
  background-color: transparent;
  padding: 0;
}
.p-business .bus .bus__cont._silkscreen .cont__main::before {
  display: none;
}
.p-business .bus .cont__txt {
  margin-top: var(--space-24);
  color: #fff;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}
.p-business .bus .cont__txt:first-of-type {
  margin-top: 0;
}
.p-business .bus .bus__cont._silkscreen .cont__txt {
  color: #333;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.p-business .bus .cont__banner {
  width: 92%;
  max-width: 430px;
  margin-top: var(--space-32);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 8px 8px 16px #192c90, 8px 8px 10px #192c90;
          box-shadow: 8px 8px 16px #192c90, 8px 8px 10px #192c90;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-business .bus .cont__banner img {
  width: 100%;
  height: auto;
}
.p-business .bus .cont__banner:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-business .bus .cont__img {
  width: 39%;
}
.p-business .bus .cont__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business .bus .bus__cont._silkscreen .cont__img {
  width: 48%;
}
.p-business .bus .cont__img._img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-business .bus .cont__img._img2 img {
  display: block;
  height: 49%;
}
.p-business .bus .bus__bar {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: var(--space-32);
  padding-bottom: var(--space-32);
}
.p-business .bus .bar__img {
  width: 31%;
}
.p-business .bus .bar__img:nth-child(2) {
  width: 36%;
}
.p-business .bus .bar__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-business .bus .cont__main {
    width: 55%;
  }
  .p-business .bus .cont__img {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .p-business .bus .cont__main,
  .p-business .bus .bus__cont._silkscreen .cont__main {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: var(--space-32);
  }
  .p-business .bus .bus__cont._silkscreen .cont__main {
    padding: 0;
  }
  .p-business .bus .cont__img,
  .p-business .bus .bus__cont._silkscreen .cont__img {
    width: 100%;
    height: 50vw;
    max-width: 500px;
    margin-top: var(--space-32);
    margin-left: auto;
    margin-right: auto;
  }
  .p-business .bus .cont__img._img2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-business .bus .cont__img._img2 img {
    display: inline-block;
    width: 49%;
    height: auto;
  }
}

.p-history .bg {
  padding-top: var(--48px);
  position: relative;
}
.p-history .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  display: block;
  background-image: url("./img/common/bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.p-history .history {
  padding-top: var(--space-40);
  padding-bottom: var(--space-56);
}
.p-history .history .history__heading {
  color: #0cb3c9;
  font-size: clamp(1.125rem, 1.0527734977rem + 0.3081664099vw, 1.25rem);
  font-size: clamp(1.375rem, 1.0860939908rem + 1.2326656394vw, 1.875rem);
  font-weight: 700;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff;
  text-align: center;
}
.p-history .history .history__body {
  margin-top: var(--space-32);
  padding: var(--space-40) var(--space-56);
  background-color: #f5f9fa;
  position: relative;
}
.p-history .history .history__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--space-48);
  height: var(--space-48);
  display: block;
  background-color: #0cb3c9;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.p-history .history .history__txt {
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 500;
  text-align: justify;
}
.p-history .history .history__tbl dd ._br {
  display: block;
  margin-top: 6px;
}
@media screen and (max-width: 1024px) {
  .p-history .history .history__body {
    padding: var(--space-40) var(--space-24);
  }
  .p-history .history .history__txt {
    padding-top: 1em;
  }
  .p-history .history .history__txt:first-of-type {
    padding-top: 0;
  }
}
.p-history .founding {
  padding-bottom: var(--space-80);
  background-image: url("./img/contents/history/founding-bg.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.p-history .founding .founding__heading {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 900;
  text-align: center;
}
.p-history .founding .founding__note {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 700;
  text-align: center;
}
.p-history .founding .founding__img {
  width: 90%;
  margin-top: var(--space-40);
  margin-left: auto;
  margin-right: auto;
}
.p-history .founding .founding__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-history .trad .trad__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.p-history .trad .card__li {
  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;
  border: 2px solid #d4bb95;
}
.p-history .trad .card__heading {
  padding: 6px 0;
  background-color: #d4bb95;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: clamp(1.125rem, 1.0527734977rem + 0.3081664099vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-history .trad .card__heading ._small {
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
}
.p-history .trad .card__body {
  padding: var(--space-24);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-history .trad .card__body._borad {
  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-history .trad .card__body._borad img {
  width: 100%;
  height: 100%;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-history .trad .card__body._kakejiku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-history .trad .card__body._kakejiku ._main {
  width: 65%;
  padding-top: var(--space-48);
}
.p-history .trad .card__body._kakejiku ._lead {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid #725850;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: clamp(1.125rem, 1.0527734977rem + 0.3081664099vw, 1.25rem);
  font-size: clamp(1rem, 0.6749807396rem + 1.3867488444vw, 1.5625rem);
  font-weight: 700;
}
.p-history .trad .card__body._kakejiku ._txt {
  margin-top: var(--space-16);
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: justify;
}
.p-history .trad .card__body._kakejiku ._img {
  width: 23%;
  text-align: center;
}
.p-history .trad .card__body._kakejiku ._img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .p-history .trad .trad__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-history .trad .card__li {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-history .trad .card__li:first-of-type {
    margin-top: 0;
  }
}

.p-features .strength {
  position: relative;
}
.p-features .strength::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  display: block;
  background-image: url("./img/common/bg-l.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.p-features .strength .strength__list {
  max-width: 900px;
  margin-top: var(--space-56);
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}
.p-features .strength .strength__li {
  padding: 8px 0;
  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;
  border-top: 1px solid #3f51b5;
}
.p-features .strength .strength__li:last-of-type {
  border-bottom: 1px solid #3f51b5;
}
.p-features .strength .strength__main {
  width: 70%;
}
.p-features .strength .strength__lead {
  color: #3f51b5;
  font-size: clamp(1.125rem, 1.0527734977rem + 0.3081664099vw, 1.25rem);
  font-size: clamp(1.125rem, 0.7638674884rem + 1.5408320493vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-features .strength .strength__icon {
  width: 53px;
  height: 45px;
  padding-right: 8px;
  display: inline-block;
}
.p-features .strength .strength__txt {
  margin-top: 8px;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-size: clamp(0.875rem, 0.7666602465rem + 0.4622496148vw, 1.0625rem);
  font-weight: 500;
}
.p-features .strength .strength__img {
  width: 28%;
}
.p-features .strength .strength__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-features .strength .strength__li {
    margin-top: 20px;
  }
  .p-features .strength .strength__li:first-of-type {
    margin-top: 0;
  }
  .p-features .strength .strength__main {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .p-features .strength .strength__lead {
    margin-top: 8px;
  }
  .p-features .strength .strength__txt {
    margin-top: 14px;
  }
  .p-features .strength .strength__icon {
    width: 45px;
    height: auto;
    vertical-align: top;
  }
  .p-features .strength .strength__img {
    width: 100%;
    max-width: 320px;
    margin-top: var(--space-24);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .p-features .strength .strength__icon {
    width: 38px;
    vertical-align: top;
  }
  .p-features .strength .strength__txt {
    width: 100%;
    max-width: 500px;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  .p-features .strength .strength__txt ._comma {
    display: block;
  }
  .p-features .strength .strength__txt ._br {
    display: block;
    margin-top: 1.5em;
  }
}
.p-features .branding .branding__body {
  margin-top: var(--space-48);
  padding-top: var(--space-48);
  padding-bottom: var(--space-48);
  background: url("./img/contents/features/bg-earth.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-features .branding .branding__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  color: #e2ffac;
  font-size: clamp(1.125rem, 1.0527734977rem + 0.3081664099vw, 1.25rem);
  font-size: clamp(1rem, 0.3499614792rem + 2.7734976888vw, 2.125rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.p-features .branding .branding__lead::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e2ffac;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: translateY(-50%) rotateZ(-45deg);
          transform: translateY(-50%) rotateZ(-45deg);
}
.p-features .branding .branding__lead::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e2ffac;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
.p-features .branding .branding__cards {
  margin-top: var(--space-40);
  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;
  list-style: none;
}
.p-features .branding .card {
  width: 28%;
}
.p-features .branding .card__img {
  width: 100%;
}
.p-features .branding .card__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-features .branding .card__txt {
  margin-top: var(--space-24);
  color: #fff;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  text-shadow: 0 0 3px #8bafe0;
  font-weight: 500;
}
.p-features .branding .card__txt ._color {
  color: #e2ffac;
}
@media screen and (max-width: 768px) {
  .p-features .branding .branding__body {
    background: url("./img/contents/features/bg-earth-s.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-features .branding .branding__lead ._br {
    display: block;
  }
  .p-features .branding .branding__lead::before {
    top: 60%;
    left: 1.6em;
    height: 65%;
  }
  .p-features .branding .branding__lead::after {
    top: 60%;
    right: 1.6em;
    height: 65%;
  }
  .p-features .branding .branding__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-features .branding .card {
    width: 100%;
    max-width: 280px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-features .branding .card:first-of-type {
    margin-top: 8px;
  }
  .p-features .branding .card__img {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-features .branding .added {
  padding-top: var(--space-8);
  position: relative;
}
.p-features .branding .added::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  display: block;
  background-image: url("./img/common/bg-l.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.p-features .branding .added .added__lead {
  margin-top: var(--space-40);
  padding-bottom: 4px;
  border-bottom: 1px solid #3f51b5;
  color: #3f51b5;
  font-size: clamp(1.125rem, 1.0527734977rem + 0.3081664099vw, 1.25rem);
  font-size: clamp(1.125rem, 0.8360939908rem + 1.2326656394vw, 1.625rem);
  font-weight: 700;
  text-shadow: 0 0 5px #ccd9eb;
  text-align: center;
}
.p-features .branding .added .added__list {
  padding-top: 16px;
  list-style: none;
}
.p-features .branding .added .added__li {
  margin-top: var(--space-24);
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: clamp(0.9375rem, 0.8652734977rem + 0.3081664099vw, 1.0625rem);
  font-weight: 500;
}
.p-features .branding .added .added__li ._marker {
  padding-right: 0.2em;
  color: #0cb3c9;
}
.p-features .branding .added .added__li ._color {
  color: #3f51b5;
}
.p-features .branding .added .added__imgs {
  margin-top: var(--space-32);
  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-features .branding .added .added__img {
  width: 32%;
}
.p-features .branding .added .added__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .p-features .branding .added .added__imgs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-features .branding .added .added__img {
    width: 100%;
    max-width: 430px;
    margin-top: 16px;
  }
  .p-features .branding .added .added__img:first-of-type {
    margin-top: 0;
  }
}
.p-features .products .products__lead {
  width: 100%;
  padding: var(--space-8) var(--space-16);
  background-color: #3f51b5;
  color: #fff;
  font-size: clamp(1.125rem, 1.0527734977rem + 0.3081664099vw, 1.25rem);
  font-size: clamp(1rem, 0.5666409861rem + 1.8489984592vw, 1.75rem);
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.p-features .products .products__imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  list-style: none;
  overflow: hidden;
}
.p-features .products .products__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 576px) {
  .p-features .products .products__imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-features .insta .insta__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #3f51b5;
  font-size: clamp(1.125rem, 1.0527734977rem + 0.3081664099vw, 1.25rem);
  font-size: clamp(1.125rem, 0.7638674884rem + 1.5408320493vw, 1.75rem);
  font-weight: 500;
  text-align: center;
  position: relative;
}
.p-features .insta .insta__lead::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  display: block;
  width: 1px;
  height: 80%;
  background-color: #3f51b5;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: translateY(-50%) rotateZ(-45deg);
          transform: translateY(-50%) rotateZ(-45deg);
}
.p-features .insta .insta__lead::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  display: block;
  width: 1px;
  height: 80%;
  background-color: #3f51b5;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
.p-features .insta .insta__cards {
  width: 100%;
  margin-top: var(--space-32);
  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;
  list-style: none;
}
.p-features .insta .icard {
  width: 49.5%;
  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;
  background-color: #eeeeee;
}
.p-features .insta .icard__main {
  width: 47%;
  padding: var(--space-16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p-features .insta .icard__name {
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-size: clamp(1.0625rem, 0.9541602465rem + 0.4622496148vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-features .insta .icard__txt {
  margin-top: var(--space-24);
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 2.2;
  text-align: justify;
}
.p-features .insta .icard__link {
  display: block;
  margin-top: auto;
  padding-top: var(--space-16);
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
}
.p-features .insta .icard__link ._txt {
  padding-left: 8px;
}
.p-features .insta .icard__link img {
  width: 1.8em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-features .insta .icard__img {
  width: 53%;
  height: 100%;
  overflow: hidden;
}
.p-features .insta .icard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-features .insta .icard__img:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
@media screen and (max-width: 1279px) {
  .p-features .insta .insta__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-features .insta .icard {
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  .p-features .insta .icard:last-of-type {
    margin-top: 32px;
  }
  .p-features .insta .icard__main {
    height: auto;
    padding: 18px;
  }
  .p-features .insta .icard__link {
    margin-top: auto;
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-features .insta .insta__lead::before {
    top: 50%;
    -webkit-transform: translateX(8px) translateY(-50%) rotateZ(-45deg);
            transform: translateX(8px) translateY(-50%) rotateZ(-45deg);
  }
  .p-features .insta .insta__lead::after {
    top: 50%;
    -webkit-transform: translateX(-8px) translateY(-50%) rotateZ(45deg);
            transform: translateX(-8px) translateY(-50%) rotateZ(45deg);
  }
}
@media screen and (max-width: 570px) {
  .p-features .insta .icard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-features .insta .icard__main {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
  .p-features .insta .icard__img {
    width: 100%;
    height: 60vw;
  }
}
.p-features .contri .contri__list {
  width: 100%;
  max-width: 1000px;
  margin-top: var(--space-48);
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}
.p-features .contri .contri__li {
  width: 100%;
  margin-top: 4px;
  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-features .contri .li__main {
  width: 75%;
  padding-top: var(--space-8);
  padding-bottom: var(--space-8);
  border-top: 1px solid #3f51b5;
}
.p-features .contri .contri__li:last-of-type .li__main {
  border-bottom: 1px solid #3f51b5;
}
.p-features .contri .li__name a {
  color: #3f51b5;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-size: clamp(0.9375rem, 0.7208204931rem + 0.9244992296vw, 1.3125rem);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.p-features .contri .li__name a ._no {
  display: inline-block;
  width: var(--space-32);
  font-size: clamp(1.125rem, 1.0527734977rem + 0.3081664099vw, 1.25rem);
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
}
.p-features .contri .li__txt {
  padding-left: var(--space-32);
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 500;
}
.p-features .contri .li__img {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-features .contri .li__img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-features .contri .li__img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .p-features .contri .contri__li {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #3f51b5;
  }
  .p-features .contri .li__main {
    width: 100%;
    border-top: none;
  }
  .p-features .contri .li__img {
    width: 100%;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: none;
  }
  .p-features .contri .contri__li:last-of-type .li__main {
    border-bottom: none;
  }
  .p-features .contri .contri__li:last-of-type {
    border-bottom: 1px solid #3f51b5;
  }
}

.p-news .news {
  position: relative;
}
.p-news .news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  display: block;
  background-image: url("./img/common/bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.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 {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  background-color: #112282;
  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 {
  color: #555;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
}
.p-news .news .news__title {
  padding-top: 6px;
  padding-bottom: 6px;
  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(--space-40);
}
.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(--space-100);
  width: 100%;
  text-align: center;
}
.p-news .news__pager .pager__list {
  display: none;
  -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 .contact {
  position: relative;
  /* Checkboxes styles */
}
.p-contact .contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  display: block;
  background-image: url("./img/common/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  z-index: -1;
}
.p-contact .contact .contact__wrapper {
  width: 100%;
  max-width: 1000px;
  margin-top: var(--space-40);
  margin-left: auto;
  margin-right: auto;
  padding: var(--space-40) var(--space-40);
  background-color: #fff;
  border: 1px solid #3f51b5;
}
.p-contact .contact .contact__note {
  margin-top: 8px;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-align: center;
}
.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(--space-48);
}
.p-contact .contact .contact__btn-box {
  margin-top: var(--space-24);
}
.p-contact .contact .contact__btn-box .btn {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #0d5aad;
  border-radius: 99px;
  border: none;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  white-space: nowrap;
  -webkit-transition: all 0.2em;
  transition: all 0.2em;
}
.p-contact .contact .contact__btn-box .btn:hover {
  max-width: 320px;
}
.p-contact .contact .contact__form-wrapper {
  width: 100%;
  margin-top: var(--space-40);
  margin-left: auto;
  margin-right: auto;
}
.p-contact .contact .items__outer {
  padding-left: 12px;
}
@media screen and (max-width: 800px) {
  .p-contact .contact .contact__wrapper {
    padding: var(--space-40) var(--space-24);
  }
  .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:hover {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .p-contact .contact .contact__note {
    font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
    text-align: left;
  }
}
.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;
}
.p-contact .contact form#mailformpro label {
  white-space: initial;
}
@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: 6px;
  padding-bottom: 0;
  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;
}

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