@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

.grecaptcha-badge {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control-wrap {
  position: relative;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1333px) and (min-width: 768px) {
  html {
    font-size: calc(1000 / 1333 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1000 / 390 * 1vw);
  }
}
@media screen and (max-width: 1180px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html::-webkit-scrollbar {
    display: none;
  }
}

body {
  color: #5b5b5b;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.7647058824;
}
body.no-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img {
  display: block;
}

a,
span {
  display: inline-block;
}

picture {
  display: contents;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu {
    padding-bottom: 12rem;
  }
}

.l-navi__menu-item-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5B5B5B;
  gap: 4rem;
}

.page_item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_item a:hover {
  color: #3D85E9;
}

.p-contact-form__dd .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.submit-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.submit-btn:hover {
  color: rgb(61, 133, 233);
  background-color: #fff;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1186px;
  height: inherit;
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner.sp-wide {
    padding-inline: 3rem;
  }
}

.l-cta {
  background: url("../img/common/contact_bg.webp") no-repeat center/cover;
  padding-block: 10rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding-block: 6rem;
  }
}

.l-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.3rem;
}
@media screen and (max-width: 767px) {
  .l-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.3rem;
  }
}

.l-cta__head {
  width: 42.5rem;
}
@media screen and (max-width: 767px) {
  .l-cta__head {
    width: 100%;
  }
}

.l-cta__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-cta__body {
    gap: 1.5rem;
  }
}

.l-cta__title.c-title h2.ja {
  color: #FFF;
  font-family: "YuMincho", "游明朝", serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-cta__title.c-title h2.ja {
    font-size: 2.8rem;
    margin-top: 0.5rem;
  }
}

.l-cta__title.c-title p.en {
  text-align: left;
}

.l-cta__head p.ja {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 4rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .l-cta__head p.ja {
    margin-top: 1rem;
  }
}

.l-cta__contact-link.--contact {
  gap: 2rem;
  border-radius: 6.4rem;
  background: #FFF;
  color: #5B5B5B;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  width: 100%;
  text-align: center;
  padding-block: 2.1rem;
  border: 0.3rem solid #FFF;
}
@media screen and (max-width: 767px) {
  .l-cta__contact-link.--contact {
    font-size: 1.8rem;
    padding-block: 1.1rem;
  }
}
.l-cta__contact-link.--contact svg {
  width: 4rem;
  height: 3.3rem;
}
@media screen and (max-width: 767px) {
  .l-cta__contact-link.--contact svg {
    width: 2.2rem;
    height: 1.8rem;
  }
}
.l-cta__contact-link.--contact span.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.l-cta__contact-link.--contact span.bottom {
  color: #5B5B5B;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-cta__contact-link.--contact span.bottom {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .l-cta__contact-link.--contact:hover {
    background: #3878D5;
    color: #fff;
  }
  .l-cta__contact-link.--contact:hover span.bottom {
    color: #fff;
  }
  .l-cta__contact-link.--contact:hover svg path {
    fill: #fff;
  }
}

.l-cta__tel-link {
  border-radius: 6.4rem;
  border: 0.3rem solid #FFF;
  background: #3878D5;
  width: 100%;
  padding-block: 2.1rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .l-cta__tel-link {
    font-size: 1.8rem;
    padding-block: 1.1rem;
  }
}
.l-cta__tel-link svg {
  width: 3.1rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-cta__tel-link svg {
    width: 1.8rem;
  }
}
.l-cta__tel-link span.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.l-cta__tel-link span.bottom {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-cta__tel-link span.bottom {
    font-size: 1.2rem;
  }
}

.c-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border: 2px solid #2467B3;
  border-radius: 3.5rem;
  color: #2467B3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  height: 7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
  margin-inline: auto;
  margin-top: 3.2rem;
  padding: 2.6rem 3.5rem;
  text-align: center;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    height: 6rem;
  }
}
.c-btn::after {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 21/12;
  /* ▼ mask（マスク）を適用 */
  mask-image: url(../img/common/icon_arrow_btn.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  /* ▼ Webkit対応（Safariなど） */
  -webkit-mask-image: url(../img/common/icon_arrow_btn.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  /* ▼ 好きな色で塗りつぶし可能 */
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 2.4rem;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.8;
  }
}

@media (hover: hover) {
  .c-btn:hover {
    color: #fff;
    background-color: #2467B3;
  }
  .c-btn:hover::after {
    background-color: #fff;
  }
}

.c-title {
  position: relative;
}
.c-title p.en {
  color: #333;
  text-align: center;
  color: #5B5B5B;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .c-title p.en {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.c-title p.en.--white {
  color: #fff;
}
.c-title svg {
  width: 1.1rem;
  margin-right: 0.1rem;
  position: relative;
  top: 0.1rem;
}
.c-title h2.ja {
  color: #333;
  text-align: center;
  font-family: "YuMincho", serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title h2.ja {
    font-size: 2.8rem;
    text-align: left;
  }
}
.c-title h2.ja.--white {
  color: #fff;
}
.c-title p.en.big {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .c-title p.en.big {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.c-title h2.ja.big {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .c-title h2.ja.big {
    font-size: 2.8rem;
  }
}

.p-under-fv {
  position: relative;
  height: 30.6vw;
  margin-top: 10rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-under-fv {
    margin-top: 7rem;
    height: 19rem;
  }
}
.p-under-fv__left-deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50.5%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-under-fv__left-deco {
    width: 66.5%;
    bottom: 1.2rem;
  }
}
.p-under-fv__right-deco {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 71.8%;
}
@media screen and (max-width: 767px) {
  .p-under-fv__right-deco {
    width: 71.8%;
  }
}
.p-under-fv__right-deco img {
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
  aspect-ratio: 1142/451;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-under-fv .c-head {
  z-index: 30;
  position: absolute;
  top: calc(50% - 1rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-under-fv .c-head {
    top: calc(50% + 1rem);
  }
}
.p-under-fv .c-head__en {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-under-fv .c-head__en {
    font-size: 2rem;
  }
}
.p-under-fv__head h2.c-head__ttl {
  color: #FFF;
  font-family: "YuMincho", "游明朝", serif;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.8rem;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-under-fv__head h2.c-head__ttl {
    font-size: 3rem;
  }
}
.p-under-fv__head p.c-head__en {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-under-fv__head p.c-head__en {
    font-size: 1.6rem;
  }
}

.c-banner {
  display: block;
  width: 100%;
  aspect-ratio: 1106/293;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-banner {
    aspect-ratio: 320/145;
  }
}
@media (hover: hover) {
  .c-banner:hover {
    opacity: 0.8;
  }
}

/* -------------------------------------------*/
.breadcrumb {
  font-size: 1.2rem;
  color: #5B5B5B;
  padding-block: 1rem;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb ul li svg {
  width: 0.6rem;
  margin-left: 1.2rem;
}

body.is-open {
  overflow: hidden;
  height: 100vh;
}
body.is-open .l-header__logo .black {
  display: none;
}
body.is-open .l-header__logo .white {
  display: block;
}

.l-header__site-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.l-header {
  width: 100%;
  height: 10rem;
  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;
  z-index: 999;
  padding-inline: 6.1rem 0;
  margin: 0 auto;
  color: #fff;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-inline: 2rem 0;
    height: 7rem;
  }
}
.l-header__inner {
  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: inherit;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    gap: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.l-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 55;
  position: relative;
}
.l-header__logo-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  .l-header__logo-link {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo-link {
    width: 16.8rem;
    height: 32px;
  }
}
.l-header__logo-link img {
  height: auto;
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo-link img {
    width: 10rem;
  }
}
.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__right {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__right {
    gap: 1rem;
  }
}
.l-header__trigger {
  height: 7rem;
  width: 7rem;
  position: relative;
  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;
  cursor: pointer;
  padding: 0;
  z-index: 100;
  background: #2467B3;
}
.l-header__trigger-inner {
  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;
  width: 40px;
  height: 100%;
}
.l-header__trigger-wrap {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 33.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header__trigger-line {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 4rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__trigger-line:nth-of-type(1) {
  top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-line:nth-of-type(1) {
    top: 2.1rem;
  }
}
.l-header__trigger-line:nth-of-type(1).is-active {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  top: 1.9rem;
  top: 3.6rem;
}
.l-header__trigger-line:nth-of-type(2) {
  top: 10px;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-line:nth-of-type(2) {
    top: 3.4rem;
  }
}
.l-header__trigger-line:nth-of-type(2).is-active {
  display: none;
}
.l-header__trigger-line:nth-of-type(3) {
  top: 10px;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-line:nth-of-type(3) {
    top: 4.7rem;
  }
}
.l-header__trigger-line:nth-of-type(3).is-active {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  top: 3.6rem;
}

.is-open .l-header__trigger-inner {
  background: unset;
}

#header {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

body.is-open .l-navi {
  opacity: 1;
  visibility: visible;
  background: -webkit-gradient(linear, left top, left bottom, from(#2467B3), to(#578CC9));
  background: linear-gradient(180deg, #2467B3 0%, #578CC9 100%);
}

.l-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .l-navi {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    border: none;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    z-index: 51;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-navi {
    background: #f5f5f5;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__inner {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-inline: 2rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__inner {
    padding-inline: 1.2rem;
  }
}
.l-navi__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.l-navi__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5.5rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-navi__cta {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
.l-navi__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 900px) {
  .l-navi__menu {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 0rem;
    margin: 9.5rem auto 0;
    margin-top: 7.9rem;
    padding-inline: 4.5rem;
    width: 100%;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    flex-direction: column;
  }
}
.l-navi__menu-item {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  letter-spacing: 0.03em;
  margin-left: 1.5rem;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .l-navi__menu-item {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu-item {
    max-width: 40rem;
    margin-inline: auto;
    width: 100%;
  }
}
.l-navi__menu-link {
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.6px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5B5B5B;
}
@media screen and (max-width: 900px) {
  .l-navi__menu-link {
    font-size: 1.4rem;
  }
}
.l-navi__menu-link::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #292929;
}
@media (hover: hover) and (pointer: fine) {
  .l-navi__menu-link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transform: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .l-navi__menu-link:not(:hover)::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transform: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu-link {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    border-bottom: 1px solid #d8d8d8;
    color: #292929;
    padding-block: 3rem;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    /* 24px */
  }
}
.l-navi__menu-link::before {
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .l-navi__menu-link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2rem;
    aspect-ratio: 1/1;
    background: url(../img/common/arrow_blue.png) no-repeat center/cover;
  }
}
.l-navi__menu-link.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17rem;
  height: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.l-navi__mail, .l-navi__tel {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-navi__mail {
    margin-top: 4rem;
    margin-inline: auto;
    width: 100%;
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__tel {
    display: none;
  }
}
.l-navi__mail-link, .l-navi__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3D85E9;
  padding-inline: 2.3rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-navi__tel-link {
    display: none;
  }
}
.l-navi__mail-link {
  border-right: 1px solid #FFF;
  padding-inline: 1.9rem;
  border-left: 1px solid #3D85E9;
  border-bottom: 1px solid #3D85E9;
  border-top: 1px solid #3D85E9;
}
.l-navi__mail-link svg {
  width: 3.8rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-navi__mail-link svg {
    width: 2.2rem;
    padding-top: 0.2rem;
  }
  .l-navi__mail-link svg path {
    fill: #3878D5;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__mail-link {
    width: 100%;
    border-radius: 6.4rem;
    background: #FFF;
    color: #5B5B5B;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7;
    height: 8rem;
    padding-top: 0;
    gap: 0;
  }
}
.l-navi__tel-link {
  padding-inline: 1.5rem;
}
.l-navi__tel-link svg {
  width: 3rem;
  height: auto;
}

@media (hover: hover) {
  .l-navi__mail-link:hover {
    color: #3D85E9;
    background-color: #fff;
    border-right: 1px solid #3D85E9;
  }
  .l-navi__mail-link:hover::after {
    background-color: #fff;
  }
  .l-navi__mail-link:hover svg path {
    fill: #3D85E9;
  }
}
.l-navi__mail-link__mail-link-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  padding-top: 0.4rem;
}

.l-navi__mail-link-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  padding-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .l-navi__mail-link-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
    gap: 2rem;
    padding-top: 0;
  }
}

.l-navi__menu-item.--contact {
  margin-left: 2.3rem;
}
@media screen and (max-width: 900px) {
  .l-navi__menu-item.--contact {
    margin-left: 1.3rem;
  }
}

.l-navi__mail-link-bottom {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-navi__mail-link-bottom {
    display: block;
    color: #5B5B5B;
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 20.4px */
  }
}

.l-navi__menu-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-navi__menu-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
    margin-top: 0.8rem;
  }
}

body.is-open .l-header__trigger-inner::before {
  display: none;
}

.l-navi__cta-sp.u-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  height: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .l-navi__cta-sp.u-st {
    height: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .l-navi__cta-sp.u-st {
    gap: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .l-navi__cta {
    display: none;
  }
}

.is-open .l-navi__cta-sp.u-st {
  display: none;
}

.l-navi__tel-sp {
  height: 5rem;
  width: 5rem;
}
@media screen and (max-width: 1023px) {
  .l-navi__tel-sp {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__tel-sp {
    width: 40px;
    height: 40px;
  }
}

.l-navi__mail-sp-link {
  background-color: #CD5529;
  height: 5rem;
  width: 5rem;
  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;
  top: -0.2rem;
}
@media screen and (max-width: 1023px) {
  .l-navi__mail-sp-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #CD5529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: relative;
    top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__mail-sp-link {
    top: 0rem;
  }
}

.l-navi__mail-sp {
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 1023px) {
  .l-navi__mail-sp {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__mail-sp {
    margin-right: 0;
  }
}

.l-navi__mail-icon {
  width: 50%;
  height: 20.55px;
}

.p-drawer__btn {
  top: 1.5rem;
  right: 1.7rem;
  width: 2.6rem;
  height: 2rem;
  cursor: pointer;
  position: fixed;
}
.p-drawer__btn span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-drawer__btn .open {
  opacity: 1;
  visibility: visible;
}
.p-drawer__btn .close {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.p-drawer__btn.is-active .open {
  opacity: 0;
  visibility: hidden;
}
.p-drawer__btn.is-active .close {
  opacity: 1;
  visibility: visible;
}

.p-drawer {
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 5rem);
  max-height: calc(100dvh - 5rem);
  background-color: #fff;
  overflow-y: auto;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}
.p-drawer.is-active {
  visibility: visible;
  opacity: 1;
}

.p-drawer__wrap {
  padding: 0.5rem 2.7rem 0;
}

.l-footer {
  padding-block: 6rem;
  background: #5B5B5B;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 5rem;
  }
}

address {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  address {
    text-align: center;
    margin-top: -0.8rem;
  }
}

.l-footer__tel {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    text-align: center;
    margin-top: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__fax {
    text-align: center;
  }
}

.l-footer__left-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__left-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.l-footer__logo {
  width: 22.1rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 15.8rem;
  }
}

.l-footer__contact-link.c-btn {
  margin-left: 0;
}
@media (hover: hover) {
  .l-footer__contact-link.c-btn:hover {
    color: #fff;
    background-color: #2467B3;
  }
  .l-footer__contact-link.c-btn:hover svg path {
    fill: #fff;
  }
}

.l-footer__inner.u-con--md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner.u-con--md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4.85rem;
  }
}

.l-footer__nav {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.8rem;
    gap: 0;
    font-size: 1.4rem;
    width: 92%;
    row-gap: 2.8rem;
  }
}
.l-footer__nav li a {
  position: relative;
  display: inline-block;
}
.l-footer__nav li a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav li a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.l-footer__contact-link.c-btn {
  color: #5B5B5B;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  width: 28.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__contact-link.c-btn {
    margin-top: 1.2rem;
    margin-inline: auto;
    width: 28.6rem;
  }
}
.l-footer__contact-link.c-btn svg {
  width: 2.2rem;
  height: 1.8rem;
}

.l-footer__contact-link.c-btn::after {
  display: none;
}

.l-footer__copy {
  text-align: center;
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 4rem;
  }
}

.p-mv {
  overflow: hidden;
  position: relative;
}

.p-mv__deco {
  position: absolute;
  top: -2.2rem;
  right: -0.7rem;
  width: 40.3rem;
  aspect-ratio: 403/211;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv__deco {
    width: 11rem;
    top: 42.2rem;
    right: 0;
  }
}

.p-mv__wrap {
  position: relative;
  max-width: 1366px;
  padding-block: 30.8rem 35.9rem;
  width: 100%;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    padding-block: 41.8rem 15.2rem;
  }
}

.p-mv__img1 {
  position: absolute;
  top: -33.4rem;
  left: -29.4rem;
  width: 112.9rem;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv__img1 {
    width: 45.5rem;
    top: -4.3rem;
    left: -12.7rem;
  }
}

.p-mv__img2 {
  position: absolute;
  bottom: 0;
  right: -6.7rem;
  width: 59.3rem;
  aspect-ratio: 593/458;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv__img2 {
    width: 24.8rem;
    right: -3.6rem;
  }
}

.p-mv__content {
  max-width: 1036px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2rem;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    padding-inline: 2.9rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

main {
  overflow: hidden;
}

.p-top-fv__wrap {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 110;
}
.p-top-fv__head {
  left: 6rem;
  position: absolute;
  top: calc(50% - 0.4rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 110;
}
@media screen and (max-width: 767px) {
  .p-top-fv__head {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: calc(50% + 0.5rem);
    top: calc(50% + 5.5rem);
    width: 100%;
  }
}
.p-top-fv .c-head__ttl {
  color: #fff;
  font-family: "YuMincho", "游明朝", serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv .c-head__ttl {
    font-size: 4rem;
  }
}
.p-top-fv .c-head__catch {
  color: #1F5491;
  font-size: 2.6rem;
  font-weight: 600;
  position: relative;
  z-index: 10;
  padding-inline: 3.5rem;
  font-family: "YuMincho", "游明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-top-fv .c-head__catch {
    font-size: 1.6rem;
    margin-top: 2.1rem;
    line-height: 1.3;
  }
}
.p-top-fv__head-bar {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-fv__white-bar {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  section.p-top-fv {
    margin-top: 5rem;
    height: 100vh;
  }
}

.p-top-fv__video {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv__video {
    margin-top: 7rem;
    height: 100%;
  }
  .p-top-fv__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

section#about {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-top-about {
    padding-block: 17rem 5rem;
  }
}
.p-top-about__inner {
  padding-block: 5.5rem 9.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__inner {
    padding-block: 4.6rem 21.1rem;
  }
}
.p-top-about__img01 {
  position: absolute;
  left: 0;
  width: 23.3%;
  height: auto;
  top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__img01 {
    width: 78.3%;
    top: 3.8rem;
  }
}
.p-top-about__img02 {
  position: absolute;
  right: 0;
  width: 19%;
  top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__img02 {
    width: 66%;
    bottom: -5rem;
    top: unset;
  }
}
.p-top-about__img02 .img02 {
  position: relative;
  top: -12rem;
  left: -7rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__img02 .img02 {
    top: -8.8rem;
    left: -9rem;
    width: 53%;
  }
}
.p-top-about__text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-about__title h2.ja {
  color: #5B5B5B;
  font-family: "YuMincho", "游明朝", serif;
  font-size: 4.2rem;
  font-weight: 600;
}
@media screen and (max-width: 1300px) {
  .p-top-about__title h2.ja {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-about__title h2.ja {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__title h2.ja {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0.7rem;
  }
}
.p-top-about__title p.en {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__title p.en {
    line-height: 1.64;
    margin-top: 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-top-about__text {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  width: 50rem;
  margin-inline: auto;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    width: 100%;
    line-height: 1.68;
  }
}
.p-top-about__link-wrap {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__link-wrap {
    margin-top: 3.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-top-strong {
  position: relative;
  padding-block: 6rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-top-strong {
    padding-block: 6rem 6rem;
  }
}
.p-top-strong__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.p-top-strong__bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 26.5%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-strong__bg-left {
    width: 66.5%;
    height: auto;
  }
}
.p-top-strong__bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 22%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-strong__bg-right {
    top: unset;
    width: 35%;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-strong .c-title p.en {
    color: #fff;
  }
  .p-top-strong .c-title h2.ja {
    color: #fff;
  }
}
.p-top-strong__contents-lists.--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin-top: 7.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-strong__contents-lists.--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 3.6rem;
  }
}
.p-top-strong__contents-lists.--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin-top: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-strong__contents-lists.--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-top-strong__contents-list {
  position: relative;
}
.p-top-strong__contents-list {
  content: "";
  display: inline-block;
  width: 31.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-strong__contents-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
  }
}
.p-top-strong__contents-img {
  aspect-ratio: 273/158;
}
.p-top-strong__contents-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-top-strong__contents-img {
    width: 14.3rem;
    aspect-ratio: 140/120;
  }
}
.p-top-strong__contents-title {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-strong__contents-title {
    margin-top: 0.2rem;
    color: #fff;
  }
}
.p-top-strong__contents-text:nth-of-type(1) {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-strong__contents-text:nth-of-type(1) {
    margin-top: 0.7rem;
  }
}
.p-top-strong__contents-text {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-strong__contents-text {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-top-strong__contents-list-textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-strong__title.c-title h2.ja {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-strong__contents-bar {
    display: none;
  }
}

.p-top-strong__contents-bar {
  width: 2px;
}

.p-top-point {
  position: relative;
  padding-block: 8rem 7.5rem;
}
.p-top-point__item-img {
  aspect-ratio: 507/380;
}
.p-top-point__item-img img {
  -webkit-mask-image: linear-gradient(109deg, #000 calc(50% + 13px), transparent calc(50% - 16px), transparent calc(50% + 21px), #000 calc(50% + 21px));
          mask-image: linear-gradient(109deg, #000 calc(50% + 13px), transparent calc(50% - 16px), transparent calc(50% + 21px), #000 calc(50% + 21px));
  clip-path: polygon(26% 0, 99% 0, 76% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-top-point {
    padding-block: 6rem 5.9rem;
  }
}
.p-top-point__title.c-title h2.ja {
  text-align: center;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__title.c-title h2.ja {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-top-point__title.c-title p.en {
    color: #fff;
  }
}
.p-top-point__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-top-point__item-img-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.p-top-point__img-deco-left {
  position: absolute;
  top: -2rem;
  left: 5rem;
  width: 14.5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-point__img-deco-left {
    top: -1.5rem;
    left: 3rem;
    width: 9rem;
  }
}
.p-top-point__img-deco-right {
  position: absolute;
  bottom: 7.5rem;
  right: 0.5rem;
  width: 14.5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-point__img-deco-right {
    bottom: 4.5rem;
    right: 1rem;
    width: 9rem;
  }
}
.p-top-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-point__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 3.2rem;
  }
}
.p-top-point__item:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top-point__item:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-top-point__items {
  margin-top: 6rem;
  gap: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 767px) {
  .p-top-point__items {
    margin-top: 3.2rem;
    gap: 5.9rem;
  }
}
.p-top-point__item-text-box {
  width: 52rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__item-text-box {
    width: 100%;
  }
}
.p-top-point__item-title {
  color: #333;
  font-family: "YuMincho", "游明朝", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-point__item-title {
    font-size: 2.2rem;
    color: #fff;
  }
}
.p-top-point__item-text {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__item-text {
    line-height: 1.68;
    margin-top: 1.2rem;
    color: #fff;
  }
}
.p-top-point__item-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-case {
  padding-block: 8rem;
  color: #5B5B5B;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-case {
    padding-block: 4rem;
  }
}
.p-top-case__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-case__title.c-title h2.ja {
  text-align: center;
  margin-top: 0.5rem;
}
.p-top-case__contents {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__contents {
    margin-top: 2.8rem;
  }
}
.p-top-case__link-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-case__link-wrap {
    display: none;
  }
}

.swiper-slide {
  max-width: 122rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.7);
  padding-block: 4rem;
  padding-inline: 6rem;
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 90%;
    padding-block: 2rem;
    padding-inline: 1.6rem;
    gap: 2.6rem;
  }
}

.swiper-imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.3rem;
  background-color: #E9F3FF;
  padding-block: 2.5rem 1.1rem;
  padding-inline: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .swiper-imgBox {
    padding-block: 1.6rem 0.7rem;
  }
}

.swiper-imgBox-arrow {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-imgBox figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-imgBox-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.9rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .swiper-imgBox-top {
    gap: 1rem;
  }
}

.swiper-imgBox-arrow img {
  aspect-ratio: 124/113;
  width: 12.4rem;
}
@media screen and (max-width: 767px) {
  .swiper-imgBox-arrow img {
    aspect-ratio: 82/75;
    width: 7.7rem;
  }
}

.swiper-imgBox-before {
  position: relative;
}

.swiper-imgBox-before img.swiper-imgBox-before-icon {
  position: absolute;
  top: -1.8rem;
  left: -0.5rem;
  width: 5.3rem;
  height: 5.3rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .swiper-imgBox-before img.swiper-imgBox-before-icon {
    width: 3.5rem;
    height: 3.5rem;
    top: -1rem;
    left: -0.5rem;
  }
}

.swiper-imgBox-before img {
  aspect-ratio: 140/118;
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .swiper-imgBox-before img {
    aspect-ratio: 92/79;
    width: 9.2rem;
  }
}

.swiper-imgBox-after {
  aspect-ratio: 320/240;
  width: 32rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .swiper-imgBox-after {
    aspect-ratio: 212/165;
    width: 21rem;
  }
}

.swiper-imgBox-img {
  aspect-ratio: 320/240;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

img.swiper-imgBox-after-icon {
  width: 6.8rem;
  height: 6.8rem;
  position: absolute;
  top: -1.5rem;
  left: -1.6rem;
}
@media screen and (max-width: 767px) {
  img.swiper-imgBox-after-icon {
    width: 4.4rem;
    height: 4.5rem;
    top: -1.4rem;
    left: -1rem;
  }
}

.swiper-textBox-category {
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  border-radius: 1.2rem;
  background: #2467B3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.4rem;
  padding: 0 2.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .swiper-textBox-category {
    font-size: 1.2rem;
    height: 2rem;
    padding-inline: 1.5rem;
  }
}

.swiper-textBox-title {
  font-family: "YuMincho", "游明朝", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .swiper-textBox-title {
    margin-top: 0.7rem;
    font-size: 1.8rem;
  }
}

.swiper-textBox-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .swiper-textBox-text {
    margin-top: 1rem;
    font-size: 1.4rem;
    font-weight: 400;
  }
}

.swiper-textBox-bottom {
  margin-top: 3.2rem;
  background: rgba(242, 242, 242, 0.82);
  padding-block: 2rem;
  padding-inline: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .swiper-textBox-bottom {
    margin-top: 2.2rem;
    gap: 0.8rem;
    padding-block: 1.6rem;
  }
}

.swiper-textBox-dt {
  border-radius: 1.2rem;
  background: #2467B3;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 9rem;
  height: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .swiper-textBox-dt {
    width: 7.5rem;
    height: 2rem;
  }
}

.swiper-textBox-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .swiper-textBox-dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .swiper-textBox-dd {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
  }
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  width: 4.2rem;
  left: 6rem;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    width: 2.7rem;
    left: 0rem;
    top: calc(50% + 5rem);
  }
}

.swiper-button-next {
  width: 4.2rem;
  right: 6rem;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    width: 2.7rem;
    right: 0rem;
    top: calc(50% + 5rem);
  }
}

.p-top-news {
  background: #3D85E9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding-bottom: 6rem;
  }
}
.p-top-news .c-title p.en.--white {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-news .c-title p.en.--white {
    margin-top: 0.5rem;
  }
}
.p-top-news .c-title h2.ja.--white {
  text-align: left;
}
.p-top-news__inner {
  padding-block: 8rem 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    padding-block: 6rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.4rem;
  }
}
.p-top-news__item-linkHead {
  gap: 0.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__item-linkHead {
    gap: 0.8rem;
  }
}
.p-top-news__contents {
  width: 100%;
}
.p-top-news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  position: relative;
  width: 100%;
  padding-block: 3.2rem;
  border-top: 0.1rem solid #919191;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-block: 2.2rem;
    gap: 1rem;
    padding-right: 0;
  }
}
@media (hover: hover) {
  .p-top-news__item-link:hover {
    opacity: 0.7;
  }
}
.p-top-news__item-link:nth-last-of-type(1) {
  border-bottom: 0.1rem solid #919191;
}
.p-top-news__item-icon {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top-news__item-icon {
    display: none;
  }
}
.p-top-news__item-data {
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-top-news__item-category {
  color: #3D85E9;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.4rem;
  padding: 0 2.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 1.2rem;
  border: 1px solid #FFF;
  background: #FFF;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-top-news__item-category {
    height: 2.1rem;
    padding: 0;
    font-size: 1.2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-inline: 1rem;
  }
}

a.p-top-news__link.c-btn {
  width: 22.9rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  a.p-top-news__link.c-btn {
    margin-top: 3rem;
    width: 82%;
    margin-inline: unset;
    margin-left: 2rem;
  }
}

.p-top-company {
  padding-block: 8.8rem 8rem;
  background-image: url(../img/top/company_ricruit.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    padding-block: 5.9rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__title.c-title h2.ja {
    margin-top: 0.7rem;
  }
}
.p-top-company__links {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__links {
    margin-top: 3rem;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-top-company__links a {
  -webkit-filter: drop-shadow(5px 6px 16px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 6px 16px rgba(0, 0, 0, 0.25));
}
.p-top-company__recruit-link, .p-top-company__material-link {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 22.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-company__recruit-link, .p-top-company__material-link {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    height: 14.3rem;
  }
}
.p-top-company__recruit-link {
  background-image: url(../img/top/link_ricruit.webp);
}
@media (hover: hover) {
  .p-top-company__recruit-link:hover {
    opacity: 0.7;
  }
}
.p-top-company__material-link {
  background-image: url(../img/top/link_material.webp);
}
@media (hover: hover) {
  .p-top-company__material-link:hover {
    opacity: 0.7;
  }
}
.p-top-company__recruit-link span, .p-top-company__material-link span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: "YuMincho", "游明朝", serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-top-company__recruit-link span, .p-top-company__material-link span {
    font-size: 2rem;
  }
}

.swiper-imgBox.p-top-case__imgBox.--single {
  padding-block: 3.4rem;
  width: 42%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .swiper-imgBox.p-top-case__imgBox.--single {
    width: 100%;
    padding-block: 2rem;
  }
}
.swiper-imgBox.p-top-case__imgBox.--single .swiper-imgBox-single img {
  max-width: 27.5rem;
  width: 100%;
  aspect-ratio: 320/240;
}
@media screen and (max-width: 767px) {
  .swiper-imgBox.p-top-case__imgBox.--single .swiper-imgBox-single img {
    max-width: 19.5rem;
    width: 100%;
  }
}
.swiper-imgBox.p-top-case__imgBox.--single .swiper-imgBox-single {
  padding-inline: 3rem;
  padding-block: 0rem 0rem;
}
.swiper-imgBox.p-top-case__imgBox.--single .swiper-textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .p-top-case__contents .swiper-slide {
    min-height: 384px;
  }
}
.p-news__contents {
  padding-bottom: 10rem;
}
.p-news__tag {
  background: #DCE7F3;
  padding-block: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  margin-top: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-news__tag {
    margin-top: 1rem;
    gap: 1rem;
    padding-block: 1.6rem;
  }
}
.p-news__pagination {
  margin-top: 6rem;
  text-align: center;
}
.p-news__tag a {
  border-radius: 3rem;
  border: 1px solid #C7C7C7;
  background: #FFF;
  color: #5B5B5B;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  height: 5rem;
  padding: 0 2.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-news__tag a {
    width: 18rem;
    height: 4rem;
  }
}
.p-news__items {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-news__items {
    margin-top: 3rem;
  }
}
.p-news__item-link {
  padding-block: 2.8rem;
  border-bottom: 0.1rem solid #c3c3c3;
  width: 100%;
}
.p-news__tag a.current {
  background: #3D85E9;
  color: #FFF;
}
.p-news__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news__item-head {
    gap: 1.8rem;
  }
}
.p-news__item-date {
  color: #5B5B5B;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-news__item-date {
    font-size: 1.6rem;
  }
}
.p-news__item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  padding: 0 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #3D85E9;
  background: #3D85E9;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .p-news__item-category {
    font-size: 1.4rem;
    padding: 0 1.7rem;
    height: 2.2rem;
  }
}
.p-news__item-title {
  color: #5B5B5B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-news__item-title {
    font-size: 1.6rem;
  }
}

.p-news__pagination {
  margin-top: 6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
}

a.page-numbers {
  width: 4.4rem;
  height: 4.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  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: #3D85E9;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

a.next.page-numbers {
  position: relative;
}

a.prev.page-numbers {
  position: relative;
}

a.next.page-numbers::before {
  content: "";
  display: inline-block;
  background: url("../img/common/blue_arrow_next.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  aspect-ratio: 11/16;
}

a.prev.page-numbers::after {
  content: "";
  display: inline-block;
  background: url("../img/common/blue_arrow_back.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  aspect-ratio: 11/16;
}

span.page-numbers.current {
  width: 4.4rem;
  height: 4.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #3D85E9;
  border-radius: 50%;
  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: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  background-color: #3D85E9;
}

.p-single-article {
  padding-block: 6rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-single-article {
    padding-block: 4rem 8rem;
  }
}
.p-single-article__contents {
  padding-bottom: 6rem;
  border-bottom: 1px solid #C3C3C3;
}
.p-single-article__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-single-article__head {
    gap: 1.6rem;
  }
}
.p-single-article__date {
  color: #5B5B5B;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-single-article__date {
    font-size: 1.6rem;
  }
}
.p-single-article__tag {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  border-radius: 1.2rem;
  border: 1px solid #2467B3;
  background: #2467B3;
  height: 2.8rem;
  padding: 0 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__tag {
    font-size: 1.4rem;
    height: 2rem;
    line-height: 1.2;
  }
}
.p-single-article__title {
  margin-top: 1.3rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 4rem;
  border-bottom: 1px solid #C3C3C3;
}
@media screen and (max-width: 767px) {
  .p-single-article__title {
    font-size: 2.2rem;
  }
}
.p-single-article__img-wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__img-wrap {
    margin-top: 3rem;
  }
}
.p-single-article__content h2 {
  color: #2467B3;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  background: #E8F2FD;
  padding: 18px 12px;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__content h2 {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.p-single-article__content h3 {
  color: #2467B3;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 3rem;
  padding-left: 1rem;
  border-left: 0.3rem solid #2467B3;
}
@media screen and (max-width: 767px) {
  .p-single-article__content h3 {
    font-size: 1.8rem;
  }
}
.p-single-article__content h4 {
  color: #2467B3;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single-article__content h4 {
    font-size: 1.6rem;
  }
}
.p-single-article__content a {
  margin-top: 3rem;
  color: #2467B3;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 767px) {
  .p-single-article__content a {
    font-size: 1.4rem;
  }
}
.p-single-article__content a[target=_blank] {
  position: relative;
}
.p-single-article__content a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../img/common/gaibu.svg) no-repeat center/cover;
  position: absolute;
  top: calc(50% + 0.1rem);
  right: -17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.4rem;
  aspect-ratio: 1/1;
}

.p-single__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-single__nav {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
  }
}
.p-single__nav .prev {
  color: #5B5B5B;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.p-single__nav .prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-single__nav .back a {
  border-radius: 3.5rem;
  border: 2px solid #2467B3;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32rem;
  height: 7rem;
  padding: 2.6rem 3.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2467B3;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-single__nav .next {
  color: #5B5B5B;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-single__nav .next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.p-single__nav .next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-single__nav svg {
  width: 2.7rem;
}

@media screen and (max-width: 767px) {
  .p-single__navFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.p-recruit-fv {
  position: relative;
}
.p-recruit-fv__head p.c-head__en {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
}
.p-recruit-fv__head .c-head__ttl {
  color: #FFF;
  font-family: "YuMincho", "游明朝", serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.8rem;
}

.p-recruit-catch {
  padding-block: 6rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-catch {
    padding-block: 3rem 4rem;
  }
}
.p-recruit-catch__textBox {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-catch__textBox {
    margin-top: 2rem;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-recruit-catch__title {
  color: #5B5B5B;
  font-family: "YuMincho", "游明朝", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.6;
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .p-recruit-catch__title {
    font-size: 2rem;
    width: 100%;
  }
}
.p-recruit-catch__text {
  color: #5B5B5B;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-catch__text {
    margin-top: 1rem;
  }
}

.p-recruit-greeting {
  padding-block: 4rem 14rem;
  background-image: url(../img/under/recruit/greeting_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center 13.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-greeting {
    padding-block: 4rem 9rem;
  }
}
.p-recruit-greeting__contents {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-greeting__contents {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
}
.p-recruit-greeting .c-title h2.ja {
  text-align: center;
}
.p-recruit-greeting__img img {
  aspect-ratio: 477/641;
  width: 47.7rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-greeting__img img {
    aspect-ratio: 377/261;
    width: 100%;
  }
}
.p-recruit-greeting__textBox {
  margin-top: 6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-greeting__textBox {
    margin-top: 3rem;
  }
}
.p-recruit-greeting__title {
  font-family: "YuMincho", "游明朝", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-recruit-greeting__title {
    font-size: 2rem;
  }
}
.p-recruit-greeting__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-greeting__text {
    margin-top: 2rem;
  }
}
.p-recruit-greeting__name {
  margin-top: 2.4rem;
  text-align: right;
}
.p-recruit-greeting__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.p-recruit-working {
  padding-block: 8rem;
}
.p-recruit-working img {
  aspect-ratio: 288/211;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit-working {
    padding-block: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-working .c-title h2.ja {
    text-align: center;
  }
}
.p-recruit-working__contents {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-working__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 3rem;
  }
}
.p-recruit-working__title {
  color: #5B5B5B;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2rem;
}
.p-recruit-working__text {
  color: #5B5B5B;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1.2rem;
  line-height: 1.5;
}
.p-recruit-working__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-recruit-style {
  padding-block: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-style .c-title h2.ja {
    text-align: center;
  }
}
.p-recruit-style__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.p-recruit-style__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 12rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-style__contents {
    margin-top: 3rem;
    gap: 8rem;
  }
}
.p-recruit-style__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-style__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem;
  }
}
.p-recruit-style__content:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-recruit-style__content:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recruit-style__content-title {
  color: #333;
  font-family: "YuMincho", "游明朝", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-recruit-style__content-title {
    font-size: 2rem;
  }
}
.p-recruit-style__content-text {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-style__content-text {
    margin-top: 1rem;
  }
}
.p-recruit-style__content-bottom {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 2rem;
  text-align: right;
}
.p-recruit-style__img {
  width: 45.5rem;
  clip-path: polygon(11% 0, 100% 0%, 89% 100%, 0% 100%);
}
.p-recruit-style__img img {
  aspect-ratio: 399/299;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit-style__img {
    width: 100%;
  }
}
.p-recruit-style__content-textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-recruit-job__contents {
  display: none;
}

.p-recruit-job__contents.is-show {
  display: block;
}

.p-recruit-job__tab {
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid #ccc;
}

.p-recruit-job__tab.is-active {
  background: #333;
  color: #fff;
}

.p-recruit-job {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job .c-title h2.ja {
    text-align: center;
  }
}
.p-recruit-job__contents-wrap {
  margin-top: 4rem;
  max-width: 80rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__contents-wrap {
    margin-top: 3rem;
  }
}
.p-recruit-job__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__tabs {
    gap: 1rem;
  }
}
.p-recruit-job__tab {
  border-radius: 3.5rem;
  border: 2px solid #2467B3;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17.8rem;
  height: 5.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2467B3;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__tab {
    width: 16.8rem;
    height: 5.2rem;
    font-size: 1.4rem;
  }
}
.p-recruit-job__tab.is-active {
  border-radius: 35px;
  border: 2px solid #2467B3;
  background: #2467B3;
}
.p-recruit-job__contents {
  margin-top: 4rem;
}
.p-recruit-job__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-recruit-job__dt {
  color: #2467B3;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  width: 20rem;
  border-bottom: 0.1rem solid #2467B3;
  padding-block: 1.6rem;
}
.p-recruit-job__dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 0.1rem solid #D9D9D9;
  padding-block: 1.6rem;
}

.p-company-catch {
  position: relative;
  padding-block: 8rem;
}
.p-company-catch__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-company-catch__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-company-catch__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company-catch__textBox {
  position: relative;
  max-width: 62rem;
  color: #fff;
}
.p-company-catch__title {
  font-family: "YuMincho", "游明朝", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-company-catch__title {
    font-size: 2rem;
  }
}
.p-company-catch__text {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-company-catch__text-bottom {
  margin-top: 2.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}

.p-company-case {
  padding-block: 8rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-case {
    padding-block: 4rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-case .c-title h2.ja {
    text-align: center;
  }
}
.p-company-case__contents {
  margin-top: 4rem;
  max-width: 80rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-company-case__contents {
    margin-top: 2rem;
  }
}
.p-company-case__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-company-case__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-company-case__dt {
  width: 20rem;
  padding-block: 1.6rem;
  border-bottom: 0.1rem solid #2467B3;
  color: #2467B3;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-company-case__dt {
    width: 8rem;
  }
}
.p-company-case__dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 1.6rem;
  border-bottom: 0.1rem solid #d9d9d9;
  color: #5B5B5B;
  font-size: 1, 6rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.p-company-license {
  padding-block: 4rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-company-license {
    padding-block: 4rem 6rem;
  }
}
.p-company-license__inner {
  max-width: 80rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-company-license__inner {
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-license .c-title h2.ja {
    text-align: center;
  }
}
.p-company-license__contents {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-license__figure {
    width: 80%;
    margin-inline: auto;
  }
}
.p-company-license__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-license__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem;
  }
}
.p-company-license__items {
  margin-top: 4rem;
}
.p-company-license__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-company-license__item {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-company-license__item-wrap {
  background: #E8F2FD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.2rem 3rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-company-license__item-wrap {
    padding: 3.2rem 3.5rem 2.5rem;
  }
}
.p-company-license__item-title {
  color: #2467B3;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  border-bottom: 1px solid #2467B3;
  padding-bottom: 0.6rem;
  width: 100%;
}
.p-company-license__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}
.p-company-license__list {
  color: #5B5B5B;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-company-license__list {
    height: 12rem;
    font-size: 1.4rem;
  }
}

.p-contact-form {
  background: #DCE7F3;
  padding-block: 10rem;
  margin-bottom: 10rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    background-color: #fff;
    padding-block: 1rem;
    margin-bottom: 10rem;
    margin-top: 2rem;
  }
}
.p-contact-form__inner {
  background-color: #fff;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__inner {
    padding-block: 0rem;
  }
}
.p-contact-form__form {
  max-width: 80rem;
  margin-inline: auto;
}
.p-contact-form__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-contact-form__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-contact-form__dt {
  color: #5B5B5B;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  width: 21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #5b5b5b;
  padding-right: 3rem;
  padding-block: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__dt {
    border-bottom: none;
    padding-right: 3rem;
    padding-block: 1.8rem 0;
    gap: 1rem;
    width: 100%;
  }
}
.p-contact-form__dt span.required {
  color: #FFF;
  font-family: "Yu Gothic Medium", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0.2rem;
  background: #3D85E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 3.6rem;
  white-space: nowrap;
}
.p-contact-form__dt span.optional {
  color: #FFF;
  font-family: "Yu Gothic Medium", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0.2rem;
  background: #ADADAD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 3.6rem;
  white-space: nowrap;
}
.p-contact-form__dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 3rem;
  padding-block: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__dd {
    padding-left: 0rem;
    padding-block: 1rem 1.8rem;
  }
}
.p-contact-form__dd input {
  border: none;
  background: #F0F3F5;
  width: 100%;
  height: 4rem;
  padding-inline: 1.2rem;
}
.p-contact-form__dd textarea {
  border: none;
  background: #F0F3F5;
  resize: none;
  width: 100%;
  height: 14rem;
}
.p-contact-form__example {
  color: #B1B1B1;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.4rem;
}
.p-contact-form__privacy span.required {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: #3D85E9;
  width: 4.8rem;
  display: inline-block;
  margin-right: 1rem;
  display: flex;
}
.p-contact-form__privacy a {
  color: #3D85E9;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  /* 23.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

input[type=checkbox] {
  border: 1px solid #C8CFD7 !important;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25) inset;
  /* border: none; */
}

.p-contact-form__privacy {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* チェックボックスを非表示 */
.p-contact-form__privacy input[type=checkbox] {
  display: none;
}

/* カスタムチェックボックス */
.p-contact-form__privacy .checkbox-custom {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  vertical-align: middle;
  margin-right: 1rem;
  cursor: pointer;
  border: 1px solid #C8CFD7;
  background: #FFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25) inset;
}

/* チェック状態のデザイン */
.p-contact-form__privacy input[type=checkbox]:checked ~ .wpcf7-list-item-label .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0.4rem;
  width: 0.5rem;
  height: 1.1rem;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.submit-btn {
  border-radius: 3.5rem;
  border: 2px solid #3D85E9;
  background: #3D85E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 41rem;
  height: 7rem;
  padding: 0rem 3.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .submit-btn {
    width: 100%;
  }
}

span.wpcf7-form-control-wrap.recaptcha {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-equipment-contents {
  padding-block: 5rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-equipment-contents {
    padding-block: 2rem 7rem;
  }
}
.p-equipment-contents__items {
  background-color: #DCE7F3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-block: 6rem;
  padding-inline: 6rem;
  gap: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-equipment-contents__items {
    grid-template-columns: repeat(1, 1fr);
    padding-block: 2rem;
    padding-inline: 2rem;
    gap: 2.6rem;
  }
}
.p-equipment-contents__item {
  padding-block: 3.2rem;
  padding-inline: 3.2rem;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-equipment-contents__item {
    padding-block: 2rem;
    padding-inline: 2rem;
  }
}
.p-equipment-contents__img {
  aspect-ratio: 438/270;
}
.p-equipment-contents__title {
  color: #5B5B5B;
  font-family: "YuMincho", "游明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-equipment-contents__title {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.p-equipment-contents__desc {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-equipment-contents__desc {
    margin-top: 0.8rem;
  }
}
.p-equipment-contents__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-equipment-contents__dl {
    gap: 1rem;
  }
}
.p-equipment-contents__dt {
  color: #FFF;
  font-family: "Noto Sans JP,sans-serif";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  border-radius: 1.2rem;
  background: #3D85E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 9rem;
  height: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-equipment-contents__dt {
    font-size: 1.2rem;
    width: 7rem;
    height: 2rem;
  }
}
.p-equipment-contents__dd {
  color: #5B5B5B;
  font-family: "Noto Sans JP,sans-serif";
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-equipment-contents__dd {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  ul.page-numbers {
    margin-top: 2rem;
  }
}

.p-case-contents {
  padding-bottom: 10rem;
}
.p-case-contents__title {
  margin-top: 0;
}
.p-case-contents__imgBox {
  position: relative;
  padding-block: 3rem 1.1rem;
  width: 42%;
}
.p-case-contents__textBox-category {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: unset;
  background: #3D85E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-case-contents__textBox-category {
    font-size: 1rem;
  }
}
.p-case-contents__categories-wrap {
  background: #DCE7F3;
  margin-top: 6rem !important;
}
@media screen and (max-width: 767px) {
  .p-case-contents__categories-wrap {
    margin-top: 2rem !important;
  }
}
.p-case-contents__categories {
  padding-block: 3.6rem;
  max-width: 70rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-case-contents__categories {
    padding-block: 2rem;
    row-gap: 1rem;
    gap: 1rem;
  }
}
.p-case-contents__category {
  border-radius: 3rem;
  border: 1px solid #C7C7C7;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  color: #5B5B5B;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-case-contents__category a {
  color: #5B5B5B;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  height: 5rem;
  width: 20rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-case-contents__category a {
    font-size: 1rem;
    height: 3rem;
    width: 12rem;
  }
}
.p-case-contents__category.is-active {
  border-radius: 3rem;
  border: 1px solid #3D85E9;
  background: #3D85E9;
}
.p-case-contents__category.is-active a {
  color: #FFF;
}
.p-case-contents__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-case-contents__items {
    margin-top: 4rem;
    gap: 6rem;
  }
}
.p-case-contents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-case-contents__item {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-case-contents__imgBox {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .p-case-contents__imgBox {
    padding-block: 4.6rem 1.7rem;
    width: 100%;
  }
}
.p-case-contents__imgBox-before {
  width: 15.5rem;
  width: 100%;
}
.p-case-contents__imgBox-before img {
  aspect-ratio: 155/130;
}
.p-case-contents__imgBox-after {
  width: 35.5rem;
}
.p-case-contents__imgBox-after img {
  aspect-ratio: 355/272;
}
.p-case-contents__text {
  font-weight: 400;
  margin-top: 1.2rem;
}
.p-case-contents__textBox-bottom {
  margin-top: 2rem;
  display: inline-block;
}
.p-case-contents__textBox-dt {
  border-radius: 1.2rem;
  background: #3D85E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 9rem;
  height: 2.4rem;
  /* padding: 0 28px; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-case-contents__textBox-dt {
    font-size: 1.2rem;
  }
}
.p-case-contents__textBox-dd {
  color: #5B5B5B;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-case-contents .c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  margin-top: 6rem;
}

.swiper-imgBox-single {
  padding-inline: 3rem;
  padding-block: 2rem 2rem;
}

.swiper-imgBox-single img {
  aspect-ratio: 355/272;
  width: 57.5rem;
  max-width: 57.5rem;
  width: 100%;
}

.swiper-imgBox.p-case-contents__imgBox.--single {
  padding-block: 1rem 1rem;
}

.swiper-textBox.p-case-contents__textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .swiper-imgBox.p-case-contents__imgBox.--single {
    padding-block: 0rem 0rem;
  }
}

.p-privacy-contents {
  color: #333;
  padding-block: 8rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-contents {
    padding-block: 4rem 5rem;
  }
}
.p-privacy-contents h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-privacy-contents h2 {
    font-size: 2rem;
  }
}
.p-privacy-contents h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  background: #DCE7F3;
  border-left: 0.4rem solid #3D85E9;
  padding-block: 1rem 1.1rem;
  padding-left: 2rem;
}
.p-privacy-contents__textBox {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-contents__textBox {
    margin-top: 2rem;
  }
}
.p-privacy-contents p.note {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-contents p.note {
    margin-top: 3rem;
  }
}
.p-privacy-contents p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-contents p {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.p-privacy-contents li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-privacy-contents li {
    font-size: 1.4rem;
  }
}
.p-privacy-contents address {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-privacy-contents address {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-con--md {
  margin: 0 auto;
  max-width: 118rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .u-con--md {
    padding-inline: 2rem;
  }
}

section {
  position: relative;
  width: 100%;
}

.acf-admin-notice.notice.notice-warning {
  display: none !important;
}

:root {
  --clip-path1: 0 100% 0 0;
  --clip-path2: 0 100% 0 0;
}

.js-colorChange {
  clip-path: inset(var(--clip-path1));
}
.js-colorChange::after {
  clip-path: inset(var(--clip-path2));
}