@charset "UTF-8";
/*============================
animation
============================*/
@keyframes moveleft {
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
    transform: translate3d(111%, 0, 0);
  }
}
@keyframes moveBg {
  100% {
    transform: translateX(0);
  }
}
@keyframes moveright {
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
    transform: translate3d(-111%, 0, 0);
  }
}
@keyframes moveLayer {
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
    transform: translateX(111%);
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
@keyframes fadeinblock {
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*===========================
reset style
===========================*/
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html, body {
  min-height: 100%;
}

body {
  text-align: center;
  letter-spacing: 1.2px;
  color: #1E1E1E;
  background: #F5F8FA;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: #1E1E1E;
  font-weight: normal;
}

p {
  color: #1E1E1E;
  font-size: 16px;
}

ul, ol, li {
  list-style: none;
  color: #1E1E1E;
}

a {
  color: #1E1E1E;
  text-decoration: none;
}

address {
  color: #1E1E1E;
  font-style: normal;
}

img {
  width: 100%;
  vertical-align: bottom;
  border: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
  color: #1E1E1E;
}

main {
  display: block;
}

picture {
  display: block;
}

table, th, td {
  color: #1E1E1E;
}

header {
  display: block;
}

footer {
  display: block;
}

aside {
  display: block;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

data {
  display: block;
}

time {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

/*==========================
l-header
==========================*/
.l-header {
  width: 100%;
  height: 80px;
  padding: 0 60px;
  background-color: #0017A8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__tit {
  display: block;
}
.l-header__titLink {
  display: block;
}
.l-header__titLogo {
  display: block;
  width: 241px;
  aspect-ratio: 241/62;
}
.l-header-pc__navList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.l-header-pc__navLink {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding-block: 4px;
  display: inline-block;
  position: relative;
}
.l-header-pc__navLink::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.l-header-pc__navLink:hover::before {
  opacity: 1;
}
.l-header-pc__navLink--btn {
  width: 180px;
  height: 56px;
  color: #0017A8;
  padding: 0 22px;
  border-radius: 28px;
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.3s;
}
.l-header-pc__navLink--btn::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-color: #E6F2FE;
  border-radius: 50%;
  top: 8px;
  left: auto;
  right: 8px;
  z-index: 1;
  opacity: 1;
  transition: 0.3s;
}
.l-header-pc__navLink--btn::after {
  content: "";
  width: 24px;
  height: 18.8px;
  display: block;
  background-image: url(../img/global/header/icon_mail_blue.svg?20254609);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 18.6px;
  right: 16px;
  z-index: 2;
  transition: 0.3s;
}
.l-header-pc__navLink--btn:hover {
  color: #1E1E1E;
  background-color: #E6F2FE;
}
.l-header-pc__navLink--btn:hover::before {
  background-color: #0017A8;
}
.l-header-pc__navLink--btn:hover::after {
  background-image: url(../img/global/header/icon_mail_white.svg?20254609);
}
.l-header-sp {
  display: none;
}
.l-header-sp__toggle {
  width: 56px;
  height: 56px;
  position: fixed;
  top: 7px;
  right: 5px;
  z-index: 1200;
}
.l-header-sp__toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transition: 0.3s;
}
.l-header-sp__toggle span:nth-child(1) {
  top: calc(50% - 8px);
  transform: translate(-50%, -50%);
}
.l-header-sp__toggle span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-header-sp__toggle span:nth-child(3) {
  top: calc(50% + 8px);
  transform: translate(-50%, -50%);
}
.l-header-sp__toggle.is-active span:nth-child(1) {
  background-color: #0017A8;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header-sp__toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header-sp__toggle.is-active span:nth-child(3) {
  background-color: #0017A8;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header-sp__main {
  width: 100%;
  height: 100dvh;
  background-color: #E6E6E6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.l-header-sp__main.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header-sp__mainTit {
  width: 100%;
  height: 70px;
  padding-top: 4px;
  padding-inline: 20px;
  display: flex;
  align-items: center;
}
.l-header-sp__mainTitLink {
  display: block;
}
.l-header-sp__mainTitLogo {
  width: 171px;
  aspect-ratio: 171/44;
}
.l-header-sp__nav {
  margin-top: 50px;
}
.l-header-sp__navList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.l-header-sp__navLink {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}
.l-header-sp__navLink--btn {
  width: 200px;
  height: 56px;
  color: #0017A8;
  padding: 0 22px;
  border-radius: 28px;
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.l-header-sp__navLink--btn::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-color: #E6F2FE;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.l-header-sp__navLink--btn::after {
  content: "";
  width: 24px;
  height: 18.8px;
  display: block;
  background-image: url(../img/global/header/icon_mail_blue.svg?20254609);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 18.6px;
  right: 16px;
  z-index: 2;
}

/*==========================
l-footer
==========================*/
.l-footer {
  width: 100%;
  margin-top: 100px;
}
.l-footer__bnr {
  width: 100%;
}
.l-footer__bnrList {
  display: flex;
}
.l-footer__bnrItem {
  width: 50%;
}
.l-footer__bnrLink {
  width: 100%;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.3s;
}
.webp .l-footer__bnrLink--recruit {
  background-image: url(../img/global/footer/recruit_bg.webp?20254609);
}

.no-webp .l-footer__bnrLink--recruit {
  background-image: url(../img/global/footer/recruit_bg.jpg?20254609);
}
.webp .l-footer__bnrLink--contact {
  background-image: url(../img/global/footer/contact_bg.webp?20254609);
}

.no-webp .l-footer__bnrLink--contact {
  background-image: url(../img/global/footer/contact_bg.jpg?20254609);
}
.l-footer__bnrLink::after {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  background-image: url(../img/global/footer/bnr_arrow.svg?20254609);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 36px;
  right: 36px;
  transition: 0.3s;
}
.l-footer__bnrLabel {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
  color: #ffffff;
  transition: 0.3s;
}
.l-footer__bnrTxt {
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s;
}
.l-footer__main {
  width: 100%;
  background-color: #0017A8;
  padding-block: 72px;
}
.l-footer__mainReturn {
  padding-inline: 70px;
  display: flex;
  justify-content: flex-end;
}
.l-footer__mainTit {
  width: 241px;
  aspect-ratio: 241/62;
  margin-inline: auto;
}
.l-footer__mainInformation {
  margin-top: 16px;
}
.l-footer__mainInformationTxt {
  color: #ffffff;
  line-height: 170%;
}
.l-footer__mainMenu {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 120px;
       column-gap: 120px;
}
.l-footer__mainMenuUnit {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.l-footer__mainMenuItem:not(:first-child) {
  margin-top: 27px;
}
.l-footer__mainMenuLink {
  font-weight: 700;
  color: #ffffff;
  padding-block: 4px;
  display: inline-block;
  position: relative;
}
.l-footer__mainMenuLink::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.l-footer__mainMenuChild {
  margin-top: 16px;
}
.l-footer__mainMenuChildItem:not(:first-child) {
  margin-top: 15px;
}
.l-footer__mainMenuChildLink {
  color: #ffffff;
  padding-block: 4px;
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
.l-footer__mainMenuChildLink::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}
.l-footer__mainMenuChildLink::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.l-footer__mainSns {
  margin-top: 56px;
}
.l-footer__mainSnsList {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.l-footer__mainSnsLink {
  display: block;
  transition: 0.3s;
}
.l-footer__mainSnsLink--instagram {
  width: 28px;
  height: 28px;
}
.l-footer__mainSnsLink--facebook {
  width: 28px;
  height: 28px;
}
.l-footer__mainSnsLink--x {
  width: 27px;
  height: 28px;
}
.l-footer__mainSnsLink--youtube {
  width: 40px;
  height: 28px;
}
.l-footer__mainSnsLink img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__mainCopyright {
  margin-top: 56px;
  font-size: 12px;
  color: #ffffff;
}

/*============================
.l-main
============================*/
.l-main {
  margin-top: 80px;
}

/*============================
.l-container
============================*/
.l-container {
  /* IE11 */
  width: 100%;
  overflow: hidden;
}
_:-ms-lang(x)::-ms-backdrop, .l-container {
  overflow-x: hidden;
  overflow-y: visible;
}

/*============================
.l-section
============================*/
.l-section {
  width: 100%;
}
.l-section__inner {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
}
.l-section__inner--small {
  max-width: 780px;
}

/*============================
.l-pankuzu
============================*/
.l-pankuzu {
  width: 100%;
  max-width: 1160px;
  height: 65px;
  margin-inline: auto;
}
.l-pankuzu__list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-pankuzu__list > li {
  white-space: nowrap;
  font-size: 12px;
}
.l-pankuzu__list > li:last-child {
  color: #0017A8;
  text-overflow: ellipsis;
  overflow: hidden;
}
.l-pankuzu__list > li + li {
  margin-left: 10px;
}
.l-pankuzu__list > li a {
  color: #777777;
}

/*============================
m-pagetop
============================*/
.m-pagetop {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  cursor: pointer;
}
.m-pagetop::after {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  background-image: url(../img/global/footer/return_arrow.svg?20254609);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}

/*============================
m-button
============================*/
.m-button {
  width: 250px;
  height: 60px;
  font-weight: 700;
  color: #ffffff;
  background-color: #0017A8;
  border: 2px solid #0017A8;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 60px;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.m-button::before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 4px;
  transition: 0.3s;
}
.m-button::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../img/global/btn_arrow_black.svg?20254609);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.3s;
}
.m-button--external {
  width: 260px;
}
.m-button--external::after {
  width: 18px;
  height: 18px;
  background-image: url(../img/global/icon_link_black.svg?20254609);
  top: 19px;
  right: 19px;
}
.m-button--green {
  background-color: #007E64;
  border: 2px solid #007E64;
}
.m-button--return {
  padding-left: 64px;
  padding-right: 0;
}
.m-button--return::before {
  right: auto;
  left: 4px;
}
.m-button--return::after {
  top: 20px;
  right: auto;
  left: 20px;
  transform: rotate(180deg);
}

/*============================
m-hide
============================*/
.m-hide--pc {
  display: none;
}

/*============================
m-tit
============================*/
.m-tit {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.m-tit__en {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
}
.m-tit__jp {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-top: 6px;
}
.m-tit--under {
  color: #0017A8;
}

/*==========================
共通タブ用 => .js-tab
==========================*/
.js-tab__switchItem {
  cursor: pointer;
}
.js-tab__main {
  position: relative;
}
.js-tab__mainItem {
  width: 100%;
  height: 100%;
  transition: 0.6s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.js-tab__mainItem.has-scroll {
  display: none;
  position: static;
}
.js-tab__mainItem.is-active {
  opacity: 1;
  transition: 0.6s;
  visibility: visible;
  position: static;
  z-index: auto;
}
.js-tab__mainItem.is-active.has-scroll {
  display: block;
}

/*===================
タブの中のタブ => .js-tab_inr
===================*/
.js-tabInr__switchItem {
  cursor: pointer;
}
.js-tabInr__main {
  position: relative;
}
.js-tabInr__mainItem {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.js-tabInr__mainItem.has-scroll {
  display: none;
  position: static;
}
.js-tabInr__mainItem.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: auto;
}
.js-tabInr__mainItem.is-active.has-scroll {
  display: block;
}

/*==========================
共通トグル用 => .js-toggle
==========================*/
.js-toggle__switch {
  position: relative;
  cursor: pointer;
}
.js-toggle__switch.is-active {
  transition: 0.3s;
}
.js-toggle__next {
  display: none;
}

/*==================
js-fade
==================*/
.js-fade {
  opacity: 0;
  transition: 1s;
}
.js-fade-up {
  transform: translate(0, 50px);
}
.js-fade-up.is-active {
  transform: translate(0, 0);
  opacity: 1;
}
.js-fade-updelay {
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 1s ease, transform 1s ease;
}
.js-fade-updelay.is-active {
  opacity: 1;
  transform: translateY(0);
}
.js-fade-updelay:nth-child(1) {
  transition-delay: 0s;
}
.js-fade-updelay:nth-child(2) {
  transition-delay: 0.3s;
}
.js-fade-updelay:nth-child(3) {
  transition-delay: 0.6s;
}
.js-fade-updelay:nth-child(4) {
  transition-delay: 0.9s;
}
.js-fade-updelay:nth-child(5) {
  transition-delay: 1.2s;
}
.js-fade-updelay:nth-child(6) {
  transition-delay: 1.5s;
}
.js-fade-updelay:nth-child(7) {
  transition-delay: 1.8s;
}
.js-fade-updelay:nth-child(8) {
  transition-delay: 2.1s;
}
.js-fade-updelay:nth-child(9) {
  transition-delay: 2.4s;
}
.js-fade-updelay:nth-child(10) {
  transition-delay: 2.7s;
}

/*==========================
共通スライダー用 => .js-slider
==========================*/
.js-slider__modulDots {
  position: relative;
}
.js-slider__modulArw {
  cursor: pointer;
}

/*==========================
マウスストーカー => .js-stalker
==========================*/
.js-stalker-small, .js-stalker-large {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 99999999;
}
.js-stalker-small {
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  transition: transform 0.15s ease, opacity 0.2s ease;
}
.js-stalker-small.is-hover {
  opacity: 0;
}
.js-stalker-large {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, width 0.3s ease, height 0.3s ease;
}
.js-stalker-large.is-hover {
  width: 80px;
  height: 80px;
}

/*==========================
お問い合わせ
.p-contact
==========================*/
.p-contact-main {
  margin-top: 40px;
}
.p-contact-intro {
  width: 100%;
  max-width: 960px;
  text-align: left;
  margin-top: 64px;
  margin-inline: auto;
}
.p-contact-intro__txt {
  line-height: 170%;
}
.p-contact-body {
  width: 100%;
  max-width: 960px;
  text-align: left;
  margin-top: 48px;
  margin-inline: auto;
}
.p-contact-body > *:first-child {
  margin-top: 0;
}
.p-contact-body__label {
  display: block;
  margin-top: 48px;
}
.p-contact-body__tit {
  display: flex;
  align-items: center;
}
.p-contact-body__titTxt {
  font-weight: 700;
  line-height: 170%;
  margin-right: 10px;
}
.p-contact-body__titRequired {
  font-size: 14px;
  font-weight: 700;
  color: #F00000;
  border-radius: 4px;
  border: 1px solid #F00000;
  background: #ffffff;
  padding-inline: 8px;
}
.p-contact-body__radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.p-contact-body__radio .wpcf7-list-item {
  margin: 0;
}
.p-contact-body__radio .wpcf7-list-item:nth-child(1) {
  order: 1;
  width: 360px;
}
.p-contact-body__radio .wpcf7-list-item:nth-child(2) {
  order: 3;
  width: 360px;
  margin-top: 8px;
}
.p-contact-body__radio .wpcf7-list-item:nth-child(3) {
  order: 5;
  width: 360px;
  margin-top: 8px;
}
.p-contact-body__radio .wpcf7-list-item:nth-child(4) {
  order: 2;
  width: 600px;
}
.p-contact-body__radio .wpcf7-list-item:nth-child(5) {
  order: 4;
  width: 600px;
  margin-top: 8px;
}
.p-contact-body__radio .wpcf7-list-item:nth-child(6) {
  order: 6;
  width: 600px;
  margin-top: 8px;
}
.p-contact-body__radio .wpcf7-list-item label {
  display: inline-block;
  cursor: pointer;
}
.p-contact-body__radio .wpcf7-list-item input {
  position: absolute;
  visibility: hidden;
}
.p-contact-body__radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 32px;
  position: relative;
}
.p-contact-body__radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #777777;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.p-contact-body__radio .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background: #0017A8;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: 0;
  transition: 0.3s;
}
.p-contact-body__radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact-body__textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  width: 100%;
  height: 160px;
  border-radius: 4px;
  border: 1px solid #BABABA;
  background: #ffffff;
  margin-top: 8px;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 170%;
}
.p-contact-body__textarea::-moz-placeholder {
  color: #D9D9D9;
}
.p-contact-body__textarea::placeholder {
  color: #D9D9D9;
}
.p-contact-body__textarea::-moz-placeholder {
  color: #777777;
}
.p-contact-body__textarea::placeholder {
  color: #777777;
}
.p-contact-body__input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #BABABA;
  background: #ffffff;
  margin-top: 8px;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 170%;
}
.p-contact-body__input::-webkit-outer-spin-button, .p-contact-body__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-contact-body__input::-moz-placeholder {
  color: #D9D9D9;
}
.p-contact-body__input::placeholder {
  color: #D9D9D9;
}
.p-contact-body__input::-moz-placeholder {
  color: #777777;
}
.p-contact-body__input::placeholder {
  color: #777777;
}
.p-contact-body__accept {
  margin-top: 48px;
  display: grid;
  place-content: center;
}
.p-contact-body__accept .wpcf7-list-item {
  margin: 0;
}
.p-contact-body__accept label {
  display: inline-block;
  cursor: pointer;
}
.p-contact-body__acceptCheckbox {
  position: absolute;
  visibility: hidden;
}
.p-contact-body__accept .wpcf7-list-item-label {
  display: inline-block;
  font-weight: 700;
  padding-left: 32px;
  position: relative;
}
.p-contact-body__accept .wpcf7-list-item-label::before {
  content: "";
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #777777;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.p-contact-body__accept .wpcf7-list-item-label::after {
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 18px;
  border-bottom: 3px solid #0017A8;
  border-right: 3px solid #0017A8;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 7px;
  opacity: 0;
  transition: 0.3s;
}
.p-contact-body__accept .wpcf7-list-item-label a {
  text-decoration: underline;
  color: #007DF2;
}
.p-contact-body__accept input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact-body__acceptRequired {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #F00000;
  border-radius: 4px;
  border: 1px solid #F00000;
  background: #ffffff;
  margin-left: 5px;
  padding-inline: 8px;
}
.p-contact-body__btn {
  width: 250px;
  height: 60px;
  margin-top: 24px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.p-contact-body__btn::before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 10;
  transition: 0.3s;
}
.p-contact-body__btn::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../img/global/btn_arrow_black.svg?20254609);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 20;
  transition: 0.3s;
}
.p-contact-body__btnSubmit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  width: 250px;
  height: 60px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: #0017A8;
  border: 2px solid #0017A8;
  border-radius: 30px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}
.p-contact-body .wpcf7-not-valid-tip {
  font-weight: 700;
  color: #F00000;
  margin-top: 5px;
}
.p-contact-body .wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.p-contact-body .wpcf7-form.sent .wpcf7-response-output {
  display: none;
}
.p-contact-complete {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 64px;
  margin-inline: auto;
  text-align: left;
}
.p-contact-complete__txt {
  line-height: 170%;
}
.p-contact-complete__txt + .p-contact-complete__txt {
  margin-top: 16px;
}
.p-contact-complete__btn {
  margin-top: 64px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .l-header {
    height: 70px;
    padding: 0 20px;
  }
  .l-header__titLogo {
    width: 171px;
    aspect-ratio: 171/44;
  }
  .l-header-pc {
    display: none;
  }
  .l-header-sp {
    display: block;
  }
  .l-footer__bnrList {
    flex-direction: column;
  }
  .l-footer__bnrItem {
    width: 100%;
  }
  .l-footer__bnrLink {
    height: auto;
    aspect-ratio: 390/170;
  }
  .l-footer__bnrLink::after {
    width: 36px;
    height: 36px;
    bottom: 15px;
    right: 15px;
  }
  .l-footer__bnrLabel {
    font-size: 48px;
  }
  .l-footer__bnrTxt {
    font-size: 16px;
    margin-top: 3px;
  }
  .l-footer__main {
    padding-block: 36px;
  }
  .l-footer__mainReturn {
    padding-inline: 15px;
  }
  .l-footer__mainTit {
    margin-top: 36px;
  }
  .l-footer__mainMenu {
    flex-direction: column;
    padding-inline: 15px;
  }
  .l-footer__mainMenuUnit {
    width: 100%;
  }
  .l-footer__mainMenuUnit + .l-footer__mainMenuUnit {
    margin-top: 27px;
  }
  .l-footer__mainMenuChildList {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 12px;
  }
  .l-footer__mainMenuChildItem:not(:first-child) {
    margin-top: 0;
  }
  .l-main {
    margin-top: 70px;
  }
  .l-section {
    padding-inline: 15px;
  }
  .l-section__inner {
    max-width: 100%;
  }
  .l-pankuzu {
    padding-inline: 15px;
  }
  .m-hide--sp {
    display: none;
  }
  .m-hide--pc {
    display: block;
  }
  .m-tit__en {
    font-size: 48px;
  }
  .m-tit__jp {
    font-size: 16px;
  }
  .js-stalker {
    display: none;
  }
  .p-contact-main {
    margin-top: 25px;
  }
  .p-contact-intro {
    margin-top: 48px;
  }
  .p-contact-body__label {
    margin-top: 32px;
  }
  .p-contact-body__radio .wpcf7-list-item:nth-child(1) {
    width: 100%;
  }
  .p-contact-body__radio .wpcf7-list-item:nth-child(2) {
    order: 2;
    width: 100%;
    margin-top: 8px;
  }
  .p-contact-body__radio .wpcf7-list-item:nth-child(3) {
    order: 3;
    width: 100%;
  }
  .p-contact-body__radio .wpcf7-list-item:nth-child(4) {
    order: 4;
    width: 100%;
    margin-top: 8px;
  }
  .p-contact-body__radio .wpcf7-list-item:nth-child(5) {
    order: 5;
    width: 100%;
  }
  .p-contact-body__radio .wpcf7-list-item:nth-child(6) {
    width: 100%;
  }
  .p-contact-body__textarea {
    height: 200px;
    padding: 10px 16px;
  }
  .p-contact-body__input {
    padding: 10px 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-header {
    height: 6.6666666667vw;
    padding: 0 4.1666666667vw;
  }
  .l-header__titLogo {
    width: 20.0833333333vw;
  }
  .l-header-pc__navList {
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
  .l-header-pc__navLink {
    font-size: 1.3333333333vw;
    padding-block: 0.3333333333vw;
  }
  .l-header-pc__navLink::before {
    height: 0.1666666667vw;
  }
  .l-header-pc__navLink--btn {
    width: 15vw;
    height: 4.6666666667vw;
    padding: 0 1.8333333333vw;
    border-radius: 2.3333333333vw;
  }
  .l-header-pc__navLink--btn::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    top: 0.6666666667vw;
    right: 0.6666666667vw;
  }
  .l-header-pc__navLink--btn::after {
    width: 2vw;
    height: 1.5666666667vw;
    top: 1.55vw;
    right: 1.3333333333vw;
  }
  .l-footer {
    margin-top: 8.3333333333vw;
  }
  .l-footer__bnrLink {
    height: 30vw;
  }
  .l-footer__bnrLink::after {
    width: 4vw;
    height: 4vw;
    bottom: 3vw;
    right: 3vw;
  }
  .l-footer__bnrLabel {
    font-size: 5.3333333333vw;
  }
  .l-footer__bnrTxt {
    font-size: 1.6666666667vw;
  }
  .l-footer__main {
    padding-block: 6vw;
  }
  .l-footer__mainReturn {
    padding-inline: 5.8333333333vw;
  }
  .l-footer__mainTit {
    width: 20.0833333333vw;
  }
  .l-footer__mainInformation {
    margin-top: 1.3333333333vw;
  }
  .l-footer__mainInformationTxt {
    font-size: 1.3333333333vw;
  }
  .l-footer__mainMenu {
    margin-top: 4.6666666667vw;
    -moz-column-gap: 10vw;
         column-gap: 10vw;
  }
  .l-footer__mainMenuItem:not(:first-child) {
    margin-top: 2.25vw;
  }
  .l-footer__mainMenuLink {
    font-size: 1.3333333333vw;
    padding-block: 0.3333333333vw;
  }
  .l-footer__mainMenuLink::before {
    height: 0.1666666667vw;
  }
  .l-footer__mainMenuChild {
    margin-top: 1.3333333333vw;
  }
  .l-footer__mainMenuChildItem:not(:first-child) {
    margin-top: 1.25vw;
  }
  .l-footer__mainMenuChildLink {
    font-size: 1.3333333333vw;
    padding-block: 0.3333333333vw;
    padding-left: 1.25vw;
  }
  .l-footer__mainMenuChildLink::before {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    top: 1.0833333333vw;
  }
  .l-footer__mainSns {
    margin-top: 4.6666666667vw;
  }
  .l-footer__mainSnsList {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
  }
  .l-footer__mainSnsLink--instagram {
    width: 2.3333333333vw;
    height: 2.3333333333vw;
  }
  .l-footer__mainSnsLink--facebook {
    width: 2.3333333333vw;
    height: 2.3333333333vw;
  }
  .l-footer__mainSnsLink--x {
    width: 2.25vw;
    height: 2.3333333333vw;
  }
  .l-footer__mainSnsLink--youtube {
    width: 3.3333333333vw;
    height: 2.3333333333vw;
  }
  .l-footer__mainCopyright {
    margin-top: 4.6666666667vw;
    font-size: 1vw;
  }
  .l-main {
    margin-top: 6.6666666667vw;
  }
  .l-section__inner {
    max-width: 96.6666666667vw;
  }
  .l-section__inner--small {
    max-width: 65vw;
  }
  .l-pankuzu {
    max-width: 96.6666666667vw;
    height: 5.4166666667vw;
  }
  .l-pankuzu__list > li {
    font-size: 1vw;
  }
  .l-pankuzu__list > li + li {
    margin-left: 0.8333333333vw;
  }
  .m-pagetop {
    font-size: 1.3333333333vw;
    -moz-column-gap: 0.8333333333vw;
         column-gap: 0.8333333333vw;
  }
  .m-pagetop::after {
    width: 3vw;
    height: 3vw;
  }
  .m-button {
    width: 20.8333333333vw;
    height: 5vw;
    font-size: 1.3333333333vw;
    border: 0.1666666667vw solid #0017A8;
    border-radius: 2.5vw;
    padding-left: 2.0833333333vw;
    padding-right: 5vw;
  }
  .m-button::before {
    width: 4vw;
    height: 4vw;
    top: 0.3333333333vw;
    right: 0.3333333333vw;
  }
  .m-button::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 1.6666666667vw;
    right: 1.6666666667vw;
  }
  .m-button--external {
    width: 21.6666666667vw;
  }
  .m-button--external::after {
    width: 1.5vw;
    height: 1.5vw;
    top: 1.5833333333vw;
    right: 1.5833333333vw;
  }
  .m-button--green {
    border: 0.1666666667vw solid #007E64;
  }
  .m-button--return {
    padding-left: 5.3333333333vw;
    padding-right: 0;
  }
  .m-button--return::before {
    left: 0.3333333333vw;
  }
  .m-button--return::after {
    left: 1.6666666667vw;
  }
  .m-tit__en {
    font-size: 5.3333333333vw;
  }
  .m-tit__jp {
    font-size: 2vw;
    margin-top: 0.5vw;
  }
  .p-contact-main {
    margin-top: 3.3333333333vw;
  }
  .p-contact-intro {
    max-width: 80vw;
    margin-top: 5.3333333333vw;
  }
  .p-contact-intro__txt {
    font-size: 1.3333333333vw;
  }
  .p-contact-body {
    max-width: 80vw;
    margin-top: 4vw;
  }
  .p-contact-body__label {
    margin-top: 4vw;
  }
  .p-contact-body__titTxt {
    font-size: 1.3333333333vw;
    margin-right: 0.8333333333vw;
  }
  .p-contact-body__titRequired {
    font-size: 1.1666666667vw;
    border-radius: 0.3333333333vw;
    padding-inline: 0.6666666667vw;
  }
  .p-contact-body__radio {
    margin-top: 0.8333333333vw;
  }
  .p-contact-body__radio .wpcf7-list-item:nth-child(1) {
    width: 30vw;
  }
  .p-contact-body__radio .wpcf7-list-item:nth-child(2) {
    width: 30vw;
    margin-top: 0.6666666667vw;
  }
  .p-contact-body__radio .wpcf7-list-item:nth-child(3) {
    width: 30vw;
    margin-top: 0.6666666667vw;
  }
  .p-contact-body__radio .wpcf7-list-item:nth-child(4) {
    width: 50vw;
  }
  .p-contact-body__radio .wpcf7-list-item:nth-child(5) {
    width: 50vw;
    margin-top: 0.6666666667vw;
  }
  .p-contact-body__radio .wpcf7-list-item:nth-child(6) {
    width: 50vw;
    margin-top: 0.6666666667vw;
  }
  .p-contact-body__radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1.3333333333vw;
    padding-left: 2.6666666667vw;
  }
  .p-contact-body__radio .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 2vw;
    height: 2vw;
  }
  .p-contact-body__radio .wpcf7-list-item .wpcf7-list-item-label::after {
    width: 1vw;
    height: 1vw;
    top: 0.5vw;
    left: 0.5vw;
  }
  .p-contact-body__textarea {
    height: 13.3333333333vw;
    border-radius: 0.3333333333vw;
    margin-top: 0.6666666667vw;
    padding: 0.8333333333vw 2vw;
    font-size: 1.3333333333vw;
  }
  .p-contact-body__input {
    height: 4vw;
    border-radius: 0.3333333333vw;
    margin-top: 0.6666666667vw;
    padding: 0.8333333333vw 2vw;
    font-size: 1.3333333333vw;
  }
  .p-contact-body__accept {
    margin-top: 4vw;
  }
  .p-contact-body__accept .wpcf7-list-item-label {
    font-size: 1.3333333333vw;
    padding-left: 2.6666666667vw;
  }
  .p-contact-body__accept .wpcf7-list-item-label::before {
    width: 2vw;
    height: 2vw;
    border-radius: 0.1666666667vw;
  }
  .p-contact-body__accept .wpcf7-list-item-label::after {
    width: 0.8333333333vw;
    height: 1.5vw;
    border-bottom: 0.25vw solid #0017A8;
    border-right: 0.25vw solid #0017A8;
  }
  .p-contact-body__acceptRequired {
    font-size: 1.1666666667vw;
    border-radius: 0.3333333333vw;
    margin-left: 0.4166666667vw;
    padding-inline: 0.6666666667vw;
  }
  .p-contact-body__btn {
    width: 20.8333333333vw;
    height: 5vw;
    margin-top: 2vw;
  }
  .p-contact-body__btn::before {
    width: 4vw;
    height: 4vw;
    top: 0.5vw;
    right: 0.5vw;
  }
  .p-contact-body__btn::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 1.8333333333vw;
    right: 1.8333333333vw;
  }
  .p-contact-body__btnSubmit {
    width: 20.8333333333vw;
    height: 5vw;
    font-size: 1.3333333333vw;
    border: 0.1666666667vw solid #0017A8;
    border-radius: 2.5vw;
    padding-left: 2.5vw;
  }
  .p-contact-body .wpcf7-not-valid-tip {
    font-size: 1.3333333333vw;
  }
  .p-contact-complete {
    margin-top: 5.3333333333vw;
  }
  .p-contact-complete__txt {
    font-size: 1.3333333333vw;
  }
  .p-contact-complete__txt + .p-contact-complete__txt {
    margin-top: 1.3333333333vw;
  }
  .p-contact-complete__btn {
    margin-top: 5.3333333333vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .webp .l-footer__bnrLink--recruit:hover {
    background-image: url(../img/global/footer/recruit_bg_hover.webp?20254609);
  }
  .no-webp .l-footer__bnrLink--recruit:hover {
    background-image: url(../img/global/footer/recruit_bg_hover.jpg?20254609);
  }
  .webp .l-footer__bnrLink--contact:hover {
    background-image: url(../img/global/footer/contact_bg_hover.webp?20254609);
  }
  .no-webp .l-footer__bnrLink--contact:hover {
    background-image: url(../img/global/footer/contact_bg_hover.jpg?20254609);
  }
  .l-footer__bnrLink:hover::after {
    background-image: url(../img/global/footer/bnr_arrow_hover.svg?20254609);
  }
  .l-footer__bnrLink:hover .l-footer__bnrLabel {
    color: #0017A8;
  }
  .l-footer__bnrLink:hover .l-footer__bnrTxt {
    color: #0017A8;
  }
  .l-footer__mainMenuLink:hover::before {
    opacity: 1;
  }
  .l-footer__mainMenuChildLink:hover::after {
    opacity: 1;
  }
  .l-footer__mainSnsLink:hover {
    opacity: 0.7;
  }
  .m-pagetop:hover::after {
    background-image: url(../img/global/footer/return_arrow_hover.svg?20254609);
  }
  .m-button:hover {
    color: #1E1E1E;
    background-color: #ffffff;
  }
  .m-button:hover::before {
    background-color: #0017A8;
  }
  .m-button:hover::after {
    background-image: url(../img/global/btn_arrow_white.svg?20254609);
  }
  .m-button--external:hover::after {
    background-image: url(../img/global/icon_link_white.svg?20254609);
  }
  .m-button--green:hover::before {
    background-color: #007E64;
  }
  .p-contact-body__btn:hover::before {
    background-color: #0017A8;
  }
  .p-contact-body__btn:hover::after {
    background-image: url(../img/global/btn_arrow_white.svg?20254609);
  }
  .p-contact-body__btnSubmit:hover {
    color: #1E1E1E;
    background-color: #ffffff;
  }
}
