*,
::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,
address,
small,
blockquote,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  font-style: normal;
}

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

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.66;
  overflow-x: hidden;
  color: #333;
  letter-spacing: 0em;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  color: inherit;
}

.l-main {
  margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .l-main {
    margin-top: 70px;
  }
}

.l-inner {
  margin: 0 auto;
  max-width: 1730px;
  padding: 0 20px;
}

.c-heading {
  font-family: "Anton", sans-serif;
  font-size: 60px;
  line-height: 1.504;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1200px) {
  .c-heading {
    font-size: 123px;
  }
}

.c-page-heading {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 32px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .c-page-heading {
    font-size: 48px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-page-heading {
    font-size: 24px;
  }
}

.c-link-btn {
  position: relative;
  width: 200px;
  height: 70px;
  background: #f36509;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 25px;
  color: #f7f7f7;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1200px) {
  .c-link-btn {
    padding: 33px 50px;
    width: 309px;
    height: 102px;
  }
}
.c-link-btn::after {
  content: "";
  position: absolute;
  bottom: 21px;
  right: 20px;
  width: 36px;
  height: 18px;
  background: url("../img/btn-arrow.png") no-repeat center center/contain;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .c-link-btn::after {
    bottom: 42px;
    right: 50px;
    width: 52px;
    height: 12px;
  }
}
.c-link-btn:hover {
  background: #ff8d41;
}
.c-link-btn:hover::after {
  right: 10px;
}

.c-breadcrumb {
  font-size: 18px;
}
.c-breadcrumb span {
  display: inline-block;
}
.c-breadcrumb .home {
  color: #263e86;
}
.c-breadcrumb .post,
.c-breadcrumb .current-item {
  margin-left: 57px;
  font-size: 16px;
  position: relative;
}
.c-breadcrumb .post::before,
.c-breadcrumb .current-item::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -42px;
}

.c-pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .p-nav__lists {
    gap: 50px;
  }
}

.p-nav__link {
  display: inline-block;
  color: #f7f7f7;
  padding: 8px 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1200px) {
  .p-nav__link {
    font-size: 22px;
  }
}
.p-nav__link:hover {
  opacity: 0.5;
}
.p-nav__link.is-contact {
  border: 2px solid #f36509;
  width: 150px;
  height: 50px;
  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;
}
@media screen and (min-width: 1200px) {
  .p-nav__link.is-contact {
    width: 203px;
    height: 56px;
  }
}
.p-nav__link.is-contact:hover {
  opacity: 1;
　background: #f36509;
}

.p-cta {
  background: #e3e3e3 url("../img/cta-bg.webp") no-repeat center center/cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-cta:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.p-cta__link {
  padding: 90px 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .p-cta__link {
    padding: 190px 0 200px;
  }
}

.p-cta__inner {
  max-width: 1433px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 1200px) {
  .p-cta__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767.98px) {
  .p-cta__inner {
    -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;
    gap: 20px;
  }
}

.p-cta__heading {
  color: #f7f7f7;
  font-size: 24px;
  font-family: "Yuji Syuku", serif;
}
@media screen and (min-width: 1200px) {
  .p-cta__heading {
    font-size: 48px;
    line-height: 1.292;
  }
}

.p-cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding: 0;
  line-height: 1.667;
}
@media screen and (min-width: 1200px) {
  .p-cta-btn {
    padding: 0 clamp(0px, 11.98vw, 230px) 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-cta-btn {
    -ms-flex-item-align: end;
        align-self: end;
  }
}

.p-cta-btn__txt {
  color: #f7f7f7;
  font-size: 24px;
}

.p-cta-btn__arrow {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  width: 41px;
  height: 41px;
}

.p-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  background: #263e86;
  z-index: 30;
}
@media screen and (max-width: 767.98px) {
  .p-header {
    height: 70px;
  }
}

.p-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__logo {
  width: 60px;
  height: 60px;
}

.p-header__icon {
  width: 40px;
  height: 26px;
  position: relative;
}
.p-header__icon.is-open .p-header__bar:nth-of-type(1) {
  -webkit-animation: active-btn-bar01 0.75s forwards;
          animation: active-btn-bar01 0.75s forwards;
}
.p-header__icon.is-open .p-header__bar:nth-of-type(2) {
  opacity: 0;
}
.p-header__icon.is-open .p-header__bar:nth-of-type(3) {
  -webkit-animation: active-btn-bar03 0.75s forwards;
          animation: active-btn-bar03 0.75s forwards;
}

.p-header__bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
}
.p-header__bar:nth-of-type(1) {
  top: 0;
  -webkit-animation: btn-bar01 0.75s forwards;
          animation: btn-bar01 0.75s forwards;
}
.p-header__bar:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.p-header__bar:nth-of-type(3) {
  top: 24px;
  -webkit-animation: btn-bar03 0.75s forwards;
          animation: btn-bar03 0.75s forwards;
}

@-webkit-keyframes btn-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
            transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes btn-bar03 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn-bar03 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
            transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-btn-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(12px) rotate(45deg);
  }
}
@keyframes active-btn-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
            transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
  }
}
@-webkit-keyframes active-btn-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
  }
}
@keyframes active-btn-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
            transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
}
.p-header.is-recruit {
  background: none;
  margin-top: 59px;
}
.p-header.is-recruit.is-scroll {
  margin-top: 0;
  background-color:#fefefe;
}
@media screen and (max-width: 767.98px) {
  .p-header.is-recruit {
    margin-top: 20px;
  }
}
.p-header.is-recruit .p-header__inner {
  padding: 0 40px;
  max-width: 1765px;
}
.p-header.is-recruit .p-nav__lists {
  gap: 10px;
}
@media screen and (min-width: 1200px) {
  .p-header.is-recruit .p-nav__lists {
    gap: 50px;
  }
}
.p-header.is-recruit .p-nav__link {
  color: #333;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .p-header.is-recruit .p-nav__link {
    font-size: 22px;
  }
}
.p-header.is-recruit .p-nav__link.is-contact {
  color: #f7f7f7;
  border-radius: 3px;
}

.p-drawer {
  position: fixed;
  top: -387px;
  width: 100%;
  background: #263e86;
  z-index: 20;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-drawer.is-open {
  top: 70px;
}

.p-drawer__inner {
  padding: 40px 20px;
}

.p-drawer-nav__lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
}

.p-drawer {
  top: -468px;
}
.p-drawer.is-recruit.is-open {
  top: 0;
}
.p-drawer.is-recruit .p-drawer__inner {
  padding: 120px 20px 40px;
}

.p-top-fv__inner {
  max-width: 1920px;
  padding: 70px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .p-top-fv__inner {
    padding: 150px 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__inner {
    padding: 0px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 68px;
  }
}

.p-top-fv__txt-inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 20px;
  margin-bottom: 100px;
}
@media screen and (min-width: 1200px) {
  .p-top-fv__txt-inner {
    padding-left: clamp(20px, 5.94vw, 114px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__txt-inner {
    padding-left: 0;
    margin-bottom: 125px;
  }
}

.p-top-fv__heading span {
  display: block;
  font-size: clamp(20px, 2.5vw, 48px);
  line-height: 1.33;
  font-family: "Yuji Syuku", serif;
  letter-spacing: 0em;
}
.p-top-fv__heading span.is-small {
  display: inline-block;
  margin-top: 14px;
  font-size: clamp(15px, 1.88vw, 36px);
}
@media screen and (min-width: 1200px) {
  .p-top-fv__heading span.is-small {
    margin-top: 27px;
  }
}

.p-top-fv__sub {
  margin-top: 14px;
  font-size: 24px;
  letter-spacing: 0em;
}
@media screen and (min-width: 1200px) {
  .p-top-fv__sub {
    margin-top: 28px;
  }
}

.p-top-fv__sub span {
  display: block;
  font-size: clamp(12px, 1.25vw, 24px);
}

.p-top-fv-recruit {
  position: absolute;
  left: 0;
  bottom: 3px;
  border: 1px solid #333;
  padding: 20px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: clamp(388px, 48.44vw, 775px);
}
@media screen and (min-width: 1200px) {
  .p-top-fv-recruit {
    padding: 37px 50px 33px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-fv-recruit {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin: 0 auto;
  }
}

.p-top-fv-recruit__txt {
  font-size: clamp(10px, 1.14vw, 16px);
}

.p-top-fv-recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 3.07vw, 59px);
}

.p-top-fv-recruit__link {
  color: #263e86;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: clamp(12px, 1.29vw, 18px);
  letter-spacing: 0em;
}
.p-top-fv-recruit__link:hover {
  opacity: 0.5;
}

.p-top-fv__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.2%;
          flex: 0 0 49.2%;
  width: 100%;
  aspect-ratio: 946/700;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__img {
    aspect-ratio: 4/5;
    max-height: 80vh;
  }
}

.p-top-fv__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-fv__img-txt {
  position: absolute;
  left: 44px;
  top: 50%;
  -webkit-transform: translateY(-44%);
          transform: translateY(-44%);
  color: #f7f7f7;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  font-size: clamp(10px, 0.94vw, 15px);
  line-height: 3;
  letter-spacing: 0.01em;
  text-shadow: 1px 1px 4px #333;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__img-txt {
    font-size: 12px;
    left: 10px;
    top: 40px;
    -webkit-transform: none;
            transform: none;
  }
}

.p-top-fv__links {
  position: absolute;
  top: 5px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.p-top-fv-link {
  width: 70px;
  height: 70px;
  color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-top-fv-link:nth-of-type(1) {
  background: #1f5b73;
}
.p-top-fv-link:nth-of-type(2) {
  background: #a6a6a6;
}
.p-top-fv-link:nth-of-type(2) .p-top-fv-link__icon {
  height: 32px;
  margin-top: 5px;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv-link:nth-of-type(2) .p-top-fv-link__icon {
    height: 24px;
  }
}
.p-top-fv-link:nth-of-type(3) {
  background: #41a8bf;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv-link {
    width: 50px;
    height: 50px;
  }
}
.p-top-fv-link:hover {
  opacity: 0.5;
}

.p-top-fv-link__icon {
  height: 38px;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv-link__icon {
    height: 24px;
  }
}

.p-top-fv-link__ja {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv-link__ja {
    font-size: 9px;
  }
}

.p-top-fv-link__en {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv-link__en {
    font-size: 7px;
  }
}

.p-top-fv__recruit-btn {
  position: absolute;
  color: #f7f7f7;
  background: #f36509;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  bottom: -60px;
  right: 38px;
  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;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1200px) {
  .p-top-fv__recruit-btn {
    width: 152px;
    height: 152px;
    font-size: 22px;
    bottom: -120px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__recruit-btn {
    right: 20px;
    bottom: -40px;
  }
}
.p-top-fv__recruit-btn:hover {
  background: #ff8d41;
}

.p-top-recruit {
  margin-top: 60px;
  background: #263e86 url("../img/top-recruit-bg.webp") no-repeat center center/cover;
}
@media screen and (min-width: 1200px) {
  .p-top-recruit {
    margin-top: 120px;
  }
}

.p-top-recruit__heading {
  position: relative;
  top: -19px;
}
@media screen and (min-width: 1200px) {
  .p-top-recruit__heading {
    top: -38px;
  }
}

.p-top-recruit__body {
  color: #f7f7f7;
  padding: 0 clamp(0px, 10.16vw, 195px) 90px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -20px auto 0;
}
@media screen and (min-width: 1200px) {
  .p-top-recruit__body {
    padding: 0 clamp(0px, 10.16vw, 195px) 188px 0px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-recruit__body {
    margin: -20px auto 0 0;
  }
}

.p-top-recruit__main-txt {
  font-size: clamp(20px, 2.4vw, 46px);
  line-height: 1.348;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.p-top-recruit__txt {
  margin-top: 30px;
  font-size: clamp(14px, 1.25vw, 24px);
}
@media screen and (min-width: 1200px) {
  .p-top-recruit__txt {
    margin-top: 60px;
  }
}

.p-top-recruit__link {
  margin-top: 23px;
}
@media screen and (min-width: 1200px) {
  .p-top-recruit__link {
    margin-top: 46px;
  }
}

.p-top-about {
  background: #e3e3e3 url("../img/about-bg.webp") no-repeat center center/cover;
  padding: 82px 0 61px;
  margin-top: -4px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .p-top-about {
    padding: 164px 0 122px;
  }
}

.p-top-about__inner {
  position: relative;
}

.p-top-about__heading {
  position: absolute;
  right: 0;
  top: -55px;
  color: #f7f7f7;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1;
  letter-spacing: -0.53em;
}
@media screen and (min-width: 1200px) {
  .p-top-about__heading {
    top: -110px;
  }
}

.p-top-about__body {
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .p-top-about__body {
    gap: 70px;
    padding: 0 0px 0 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-about__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.p-top-about__main-txt {
  color: #263e86;
  font-size: 23px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  margin-top: 4px;
  letter-spacing: 0.35em;
}
@media screen and (min-width: 1200px) {
  .p-top-about__main-txt {
    font-size: 46px;
    line-height: 2.4;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-about__main-txt {
    padding: 20px;
  }
}

.p-top-about__txt {
  color: #f7f7f7;
  font-size: 16px;
  line-height: 3.66;
  letter-spacing: 0.375em;
}
@media screen and (min-width: 1200px) {
  .p-top-about__txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-about__txt {
    line-height: 2.5;
    padding: 20px 0;
    height: 520px;
  }
}
.p-top-about__txt span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 7px;
}

.p-top-about__link {
  width: 60px;
  height: 155px;
  margin-right: 10px;
  padding: 18px 15px;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .p-top-about__link {
    width: 102px;
    height: 309px;
    padding: 52px 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-about__link {
    -ms-flex-item-align: end;
        align-self: end;
    height: 210px;
  }
}
.p-top-about__link::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: 22px;
  right: 14px;
}
@media screen and (min-width: 1200px) {
  .p-top-about__link::after {
    bottom: 67px;
    right: 28px;
  }
}
.p-top-about__link:hover::after {
  right: 14px;
  bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .p-top-about__link:hover::after {
    bottom: 57px;
    right: 28px;
  }
}

.p-service {
  padding: 90px 0 0;
}
@media screen and (min-width: 1200px) {
  .p-service {
    padding: 120px 0 0;
  }
}

.p-service__container {
  position: relative;
  max-width: 1675px;
  width: 100%;
  aspect-ratio: 100/45;
  margin: 17px auto 0;
}

.p-service__body {
  position: absolute;
  background: #263e86;
  top: 0;
  left: 0;
  padding: 31px 43px 25px 25px;
  width: 42.3%;
}
@media screen and (min-width: 1200px) {
  .p-service__body {
    padding: 62px 85px 50px 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-service__body {
    position: static;
    width: 80%;
    padding: 20px 20px 50px;
  }
}

.p-service__txt {
  color: #f7f7f7;
  font-size: clamp(14px, 1.35vw, 26px);
  line-height: 1.538;
}
.p-service__txt:not(:first-of-type) {
  margin-top: 1.5em;
}

.p-service__img {
  position: absolute;
  background: #e3e3e3;
  bottom: 0;
  right: 0;
  width: 61.3%;
  aspect-ratio: 1055/660;
}
@media screen and (max-width: 767.98px) {
  .p-service__img {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-top: -20px;
  }
}

.p-top-topics {
  /* background: url(../img/top-topics-bg.webp) no-repeat 0% bottom/cover; */
  background-size: auto 450px;
  padding: 0 0 36px;
  margin-top: 88px;
}
@media screen and (min-width: 1200px) {
  .p-top-topics {
    margin-top: 120px;
    padding: 0 0 72px;
    /* background: url(../img/top-topics-bg.webp) no-repeat 0% bottom/cover; */
    background-size: 107% 800px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-topics {
    background-size: auto 514px;
  }
}

.p-top-topics__inner {
  max-width: 1430px;
  background: #263e86;
  padding-bottom:20px;
}

.p-top-topics__heading {
  text-align: center;
}

/* .p-top-topics__lists {
  margin-top: 42px;
}
@media screen and (min-width: 1200px) {
  .p-top-topics__lists {
    margin-top: 84px;
  }
}  */

.p-top-topics-list {
  border-bottom: 1px solid #f7f7f7;
  position: relative;
  z-index: 1;
}
.p-top-topics-list::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30%;
  height: 1px;
  background: #5ca0c1;
  z-index: 2;
}

.p-top-topics-list__link {
  color: #f7f7f7;
  font-size: 20px;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  gap: 10px;
}
@media screen and (min-width: 1200px) {
  .p-top-topics-list__link {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-topics-list__link {
    height: 100px;
  }
}
.p-top-topics-list__link:hover {
  opacity: 0.5;
}

.p-top-topics-list__date {
  width: clamp(150px, 10.68vw, 205px);
  font-size: 16px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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 (min-width: 1200px) {
  .p-top-topics-list__date {
    width: clamp(205px, 20.83vw, 400px);
    font-size: 22px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-topics-list__date {
    padding: 0;
    width: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-top-topics-list__ttl {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  width: 100%;
  margin-right: 0px;
}
@media screen and (min-width: 900px) {
  .p-top-topics-list__ttl {
    margin-right: 185px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-topics-list__ttl {
    font-size: 22px;
    margin-right: 13%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-top-topics-list__ttl {
    -webkit-line-clamp: 3;
  }
}

.p-top-topics__btn-inner {
  margin-top: 69px;
}
/* @media screen and (min-width: 1200px) {
  .p-top-topics__btn-inner {
    margin-top: 138px;
  }
} */

.p-top-topics__btn {
  margin: auto;
}

.p-instagram {
  padding: 68px 0 30px;
}

.p-instagram__inner {
  max-width: 1716px;
}

.p-instagram__heading {
  text-transform: capitalize;
  font-size: 40px;
}
@media screen and (min-width: 1200px) {
  .p-instagram__heading {
    font-size: 76px;
  }
}

.p-instagram__feeds {
  margin-top: -12px;
}

.p-page-fv {
  padding: 75px 0 0;
}
@media screen and (min-width: 1200px) {
  .p-page-fv {
    padding: 150px 0 0;
  }
}

.p-page-fv__inner {
  max-width: 1920px;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-page-fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-page-fv__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  margin-bottom: 42px;
}
@media screen and (min-width: 1200px) {
  .p-page-fv__body {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-page-fv__body {
    -ms-flex-item-align: start;
        align-self: start;
  }
}

.p-page-fv__ttl-inner {
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
  .p-page-fv__ttl-inner {
    margin-left: clamp(0px, 5.16vw, 99px);
  }
}

.p-page-fv__heading {
  line-height: 1.33;
}

.p-page-fv__ttl {
  font-size: clamp(20px, 2.5vw, 48px);
  line-height: 1.333;
  margin-left: 0px;
}
@media screen and (min-width: 1200px) {
  .p-page-fv__ttl {
    margin-left: 5px;
  }
}

.p-page-fv__breadcrumb {
  position: absolute;
  bottom: 18px;
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
  .p-page-fv__breadcrumb {
    margin-left: clamp(0px, 5.16vw, 99px);
    bottom: 36px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-page-fv__breadcrumb {
    position: static;
    -ms-flex-item-align: start;
        align-self: start;
    margin-top: 70px;
  }
}
.p-page-fv__breadcrumb.is-single {
  bottom: -40px;
}
@media screen and (max-width: 767.98px) {
  .p-page-fv__breadcrumb.is-single {
    bottom: 18px;
  }
}

.p-page-fv__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64.8%;
          flex: 0 0 64.8%;
  aspect-ratio: 1231/700;
  position: relative;
}

.p-page-fv__recruit-btn {
  bottom: -63px;
}
@media screen and (min-width: 1200px) {
  .p-page-fv__recruit-btn {
    bottom: -127px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-page-fv__recruit-btn {
    bottom: -42px;
  }
}

.p-company {
  margin-top: 95px;
}
@media screen and (min-width: 1200px) {
  .p-company {
    margin-top: 190px;
  }
}

.p-company__inner {
  max-width: 1920px;
  padding: 0;
}

.p-company__imgs {
  margin-top: 43px;
  position: relative;
  width: 100%;
  aspect-ratio: 100/43.5;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .p-company__imgs {
    margin-top:45px;
  }
}
.p-company__img1 {
  position: absolute;
  width: 54%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-company__img1 {
    width: 51%;
  }
}

.p-company__img2 {
  position: absolute;
  width: 52%;
  bottom: 0;
  right: -40px;
}
@media screen and (min-width: 1200px) {
  .p-company__img2 {
    right: 0px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-company__img2 {
    right: 0;
    width: 50%;
  }
}

.p-company__table {
  position: relative;
  z-index: -1;
  margin-top: -250px;
  margin-left: 20px;
  background: #263e86;
  padding: 270px 20px 50px;
}
@media screen and (min-width: 1200px) {
  .p-company__table {
    margin-top: -500px;
    margin-left: clamp(0px, 6.35vw, 122px);
    padding: 520px clamp(20px, 13.8vw, 265px) 100px clamp(20px, 7.5vw, 144px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-company__table {
    margin-top: clamp(-180px, -23.47vw, -140px);
    padding: 170px 20px 50px;
  }
}

.p-company-list {
  color: #f7f7f7;
  font-size: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid #f7f7f7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .p-company-list {
    padding: 25px clamp(20px, 3.02vw, 58px) 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-company-list {
    font-size: 15px;
    gap: 6px;
  }
}
.p-company-list::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40%;
  height: 1px;
  background: #88a6ff;
}

.p-company-list__head {
  font-weight: 700;
  width: 38.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-company-list__txt.is-br {
  line-height: 1.9;
}

.p-access {
  padding: 80px 0 95px;
}
@media screen and (min-width: 1200px) {
  .p-access {
    padding: 160px 0 190px;
  }
}

.p-access__inner {
  max-width: 1170px;
}

.p-access__txt {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .p-access__txt {
    margin-top: 61px;
  }
}

.p-access__map {
  margin-top: 25px;
  width: 100%;
  aspect-ratio: 1135/781;
}
@media screen and (min-width: 1200px) {
  .p-access__map {
    margin-top: 42px;
  }
}

.p-access__map iframe {
  width: 100%;
  aspect-ratio: 1135/781;
}

.p-archive {
  padding: 90px 0;
}
@media screen and (min-width: 1200px) {
  .p-archive {
    padding: 189px 0 220px;
  }
}

.p-archive__inner {
  max-width: 1430px;
}

.p-archive__lists {
  margin-top: 28px;
}

.p-archive-list {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333;
  position: relative;
  padding: 30px 20px;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .p-archive-list {
    padding: 47px clamp(20px, 7.34vw, 141px) 48.2px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-archive-list {
    font-size: 16px;
    padding: 20px 0;
    gap: 12px;
  }
}
.p-archive-list::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30%;
  height: 1px;
  background: #263e86;
  z-index: 2;
}
.p-archive-list:hover {
  opacity: 0.5;
}

.p-archive-list time {
  font-weight: bold;
  width: 26%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-archive-list time {
    width: 28%;
  }
}

.p-archive-list__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 1200px) {
  .p-archive-list__ttl {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 767.98px) {
  .p-archive-list__ttl {
    -webkit-line-clamp: 3;
  }
}

.p-single {
  padding: 100px 0 50px;
}
@media screen and (min-width: 1200px) {
  .p-single {
    padding: 150px 0 100px;
  }
}

.p-single__inner {
  max-width: 1340px;
}

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

.p-single__content {
  margin-top: 40px;
  font-size: 16px;
}
.p-single__content h1,
.p-single__content h2,
.p-single__content h3,
.p-single__content h4,
.p-single__content h5,
.p-single__content h6 {
  font-weight: 700;
}
.p-single__content h4,
.p-single__content h5,
.p-single__content h6 {
  padding: 30px 0 5px;
}
.p-single__content h2 {
  font-size: 32px;
  padding: 50px 0 10px;
}
.p-single__content h3 {
  font-size: 24px;
  padding: 40px 0 10px;
}
.p-single__content h4 {
  font-size: 20px;
}
.p-single__content h5,
.p-single__content h6 {
  font-size: 18px;
}
.p-single__content p {
  padding-bottom: 20px;
}

.p-single__back {
  display: block;
  text-align: center;
  margin-top: 60px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-single__back:hover {
  opacity: 0.5;
}

.p-recruit-fv {
  margin: 50px 20px 0;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-fv {
    margin: 20px 10px 0;
  }
}

.p-recruit-fv__inner {
  background: url("../img/recruit-fv.webp") no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 1820/979;
  max-width: 1820px;
  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;
  border-radius: 8px;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-fv__inner {
    aspect-ratio: 182/175;
  }
}

.p-recruit-fv__heading {
  margin-top: clamp(0px, 14.58vw, 280px);
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  text-shadow: 3px 5px 4px rgba(0, 0, 0, 0.3607843137);
  font-family: "YuGothic", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1200px) {
  .p-recruit-fv__heading {
    font-size: 64px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-recruit-fv__heading {
    font-size: 18px;
  }
}
.p-recruit-fv__heading .is-large {
  font-weight: 700;
  font-size: 48px;
}
@media screen and (min-width: 1200px) {
  .p-recruit-fv__heading .is-large {
    font-size: 96px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-recruit-fv__heading .is-large {
    font-size: 30px;
  }
}

.p-message {
  margin: 60px 0;
}
@media screen and (min-width: 1200px) {
  .p-message {
    margin: 125px 0 120px;
  }
}

.p-message__inner {
  max-width: 1920px;
  padding: 0;
}

.p-message__heading {
  margin-left: 20px;
}
@media screen and (min-width: 1200px) {
  .p-message__heading {
    margin-left: clamp(20px, 6.35vw, 122px);
  }
}

.p-message__flex {
  position: relative;
  width: 100%;
  height: 610px;
}
@media screen and (min-width: 1200px) {
  .p-message__flex {
    height: 884px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-message__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}

.p-message__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 71.4%;
}
@media screen and (max-width: 767.98px) {
  .p-message__body {
    position: static;
    width: 90%;
  }
}

.p-message__ttl {
  font-size: clamp(24px, 2.4vw, 46px);
  line-height: 1.783;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  margin-left: 20px;
}
@media screen and (min-width: 1200px) {
  .p-message__ttl {
    margin-left: clamp(20px, 6.35vw, 122px);
  }
}

.p-message__bg {
  margin-top: 23px;
  background: #5ba0c1;
  padding: 40px 122px 40px 20px;
}
@media screen and (min-width: 1200px) {
  .p-message__bg {
    margin-top: 46px;
    padding: 56px clamp(150px, 17.19vw, 330px) 114px clamp(20px, 6.35vw, 122px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-message__bg {
    padding: 40px 20px;
  }
}

.p-message__txt {
  line-height: 1.864;
  font-size: clamp(12px, 1.15vw, 22px);
}
@media screen and (min-width: 1200px) {
  .p-message__txt {
    font-size: clamp(12px, 1.15vw, 22px);
  }
}
.p-message__txt:not(:first-of-type) {
  margin-top: 1.8em;
}

.p-message__name {
  margin-top: 25px;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .p-message__name {
    margin-top: 44px;
    font-size: 22px;
  }
}

.p-message__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 43.4%;
}
@media screen and (max-width: 767.98px) {
  .p-message__img {
    position: relative;
    -ms-flex-item-align: end;
        align-self: flex-end;
    top: auto;
    width: 100%;
    max-width: 320px;
  }
}

.p-merit__imgs {
  aspect-ratio: 1920/637;
  max-width: 1920px;
  margin: auto;
}

.p-merit {
  background: url("../img/merit-bg.webp") no-repeat center center/cover;
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .p-merit {
    padding: 95px 0 110px;
  }
}

.p-merit__lists {
  margin-top: 66px;
}

.p-merit-list {
  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;
}
@media screen and (max-width: 767.98px) {
  .p-merit-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-merit-list--2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .p-merit-list--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-merit-list__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .p-merit-list__body {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-merit-list__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.p-merit-list__body--2 {
  margin-bottom: 40px;
}

.p-merit-list__number {
  font-family: "Anton", sans-serif;
  font-size: clamp(25px, 2.6vw, 50px);
  line-height: 1.5;
}

.p-merit-list__heading {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  line-height: 1.78;
  font-size: clamp(23px, 2.4vw, 46px);
  margin-top: -17px;
}

.p-merit-list__txt {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 1200px) {
  .p-merit-list__txt {
    margin-top: 33px;
    font-size: 22px;
  }
}

.p-merit-list__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  aspect-ratio: 773/576;
}
@media screen and (max-width: 767.98px) {
  .p-merit-list__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.p-job {
  padding: 40px 0 100px;
}
@media screen and (min-width: 1200px) {
  .p-job {
    padding: 88px 0 200px;
  }
}

.p-job__inner {
  max-width: 1920px;
  padding: 0;
}

.p-job__heading {
  padding-bottom: 26px;
  max-width: 1680px;
  margin: auto;
}

.p-job__content {
  position: relative;
  overflow: hidden;
  padding: 34px 20px 98px;
}
.p-job__content--1 {
  background: #e3e3e3;
  margin-right: 20px;
}
@media screen and (min-width: 1200px) {
  .p-job__content--1 {
    margin-right: clamp(20px, 6.41vw, 123px);
  }
}
.p-job__content--1::before {
  position: absolute;
  content: "";
  width: 72%;
  aspect-ratio: 1/1;
  background: url(../img/job-bg-white.webp) no-repeat center center/contain;
  top: -55px;
  left: clamp(-347px, -18.07vw, 0px);
}
@media screen and (min-width: 1200px) {
  .p-job__content--1::before {
    top: -115px;
  }
}
.p-job__content--2 {
  background: #5ba0c1;
  margin-left: 20px;
  padding: 80px 20px 98px;
}
@media screen and (min-width: 1200px) {
  .p-job__content--2 {
    margin-left: clamp(20px, 6.41vw, 123px);
  }
}
.p-job__content--2::before {
  position: absolute;
  content: "";
  width: 73%;
  aspect-ratio: 1/1;
  background: url(../img/job-bg-blue.webp) no-repeat center center/contain;
  top: -50px;
  right: clamp(-330px, -17.19vw, 0px);
}
@media screen and (min-width: 1200px) {
  .p-job__content--2::before {
    top: -100px;
  }
}

.p-job__sub-heading {
  position: relative;
  z-index: 2;
}

.p-job__lists {
  max-width: 1515px;
  margin: 37px auto 0;
  position: relative;
  z-index: 2;
}
.p-job__lists--1 {
  padding-left: clamp(0px, 6.46vw, 124px);
}
@media screen and (max-width: 767.98px) {
  .p-job__lists--1 {
    padding-left: 0;
  }
}
.p-job__lists--2 {
  padding-right: clamp(0px, 6.46vw, 124px);
  margin: 39px auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-job__lists--2 {
    padding-right: 0;
  }
}
.p-job__lists--2 .p-job-list::before {
  background: #263e86;
}

.p-job-list {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333;
  position: relative;
  padding: 20px 20px;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .p-job-list {
    padding: 20px clamp(20px, 3.13vw, 40px) 20px clamp(20px, 3.13vw, 60px);
    font-size: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-job-list {
    font-size: 15px;
    padding: 20px 0;
    gap: 12px;
  }
}
.p-job-list::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 36%;
  height: 1px;
  background: #5ca0c1;
  z-index: 2;
}

.p-job-list__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38%;
}

.p-job-list__txt--red {
  color: #ff4a4a;
}
.p-job-list__txt--lh {
  line-height: 1.9;
}
.p-job-list__txt--em {
  margin-left: 1em;
}

.p-contact {
  padding: 100px 0;
}
@media screen and (min-width: 1200px) {
  .p-contact {
    padding: 203px 0 200px;
  }
}

.p-contact__txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.864;
}
@media screen and (min-width: 1200px) {
  .p-contact__txt {
    font-size: 22px;
  }
}

.p-contact__tel {
  margin: 50px auto 0;
  width: 350px;
  height: 130px;
  background: #263e86;
  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;
  color: #f7f7f7;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .p-contact__tel {
    margin: 97px auto 0;
    width: 710px;
    height: 259px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-contact__tel {
    width: 80%;
    max-width: 350px;
  }
}
.p-contact__tel span {
  font-family: "Anton", sans-serif;
  font-size: 28px;
  line-height: 2.143;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1200px) {
  .p-contact__tel span {
    font-size: 56px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-contact__tel span {
    font-size: 20px;
  }
}
.p-contact__tel span a {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .p-contact__tel span a {
    font-size: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-contact__tel span a {
    font-size: 36px;
  }
}

.p-contact__form {
  border: 30px solid #5ba0c1;
  margin: 0 auto;
  max-width: 1673px;
  padding: 80px 20px 40px;
  margin-top: -75px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .p-contact__form {
    margin-top: -153px;
    border: 60px solid #5ba0c1;
    padding: 150px 20px 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-contact__form {
    border: 15px solid #5ba0c1;
  }
}

.p-contact__p-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  max-width: 1212px;
  padding: 0px;
}
@media screen and (max-width: 767.98px) {
	.p-contact__p-form-fields{
		gap: 20px;
	}
}
/* @media screen and (min-width: 1200px) {
  .p-contact__p-form-fields {
    gap: 30px;
    padding: 0 20px;
  }
} */

.p-contact-privacy {
  margin-top: 0px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  height: 200px;
  overflow-y: auto;
  padding: 20px;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .p-contact-privacy {
    padding: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-contact-privacy {
    font-size: 14px;
    padding: 20px 10px;
  }
}

.p-contact-privacy__heading {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  padding-bottom: 13px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .p-contact-privacy__heading {
    padding-bottom: 27px;
  }
}
.p-contact-privacy__heading.is-second {
  padding-top: 23px;
}
@media screen and (min-width: 1200px) {
  .p-contact-privacy__heading.is-second {
    padding-top: 46px;
  }
}

.p-contact-privacy__txt {
  line-height: 2.278;
}

.p-contact-privacy__lists {
  margin-top: 28px;
}
@media screen and (min-width: 1200px) {
  .p-contact-privacy__lists {
    margin-top: 57px;
  }
}

.p-contact-privacy__list {
  list-style: decimal;
  line-height: 2.278;
}

.p-contact__btn {
  cursor: pointer;
  margin: 0 auto;
  background: #f36509;
  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;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #f7f7f7;
  width: 160px;
  height: 60px;
}
@media screen and (min-width: 1200px) {
  .p-contact__btn {
    width: 309px;
    height: 102px;
    font-size: 24px;
  }
}
.p-contact__btn:hover {
  background: #ff8d41;
}

.p-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-form-field {
    gap: 8px;
  }
}

.p-form-field__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-form-field__label {
    width: 29%;
  }
}

.p-form-field__head {
  font-size: 18px;
  font-weight: 700;
  margin-left: 0.5em;
}
@media screen and (min-width: 1200px) {
  .p-form-field__head {
    font-size: 22px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form-field__head {
    font-size: 14px;
  }
}
.p-form-field__head span {
  display: inline-block;
  font-weight: 700;
}

.p-form-field__item {
  font-size: 18px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-form-field__item {
    font-size: 22px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form-field__item {
    font-size: 16px;
  }
}

.p-form-radio__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
  .p-form-radio__input {
    margin-left: -22px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form-radio__input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-form-radio__input .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.43em;
}

.p-form-field__tag {
  font-weight: bold;
  font-size: 16px;
  color: #ff4a4a;
}
@media screen and (min-width: 1200px) {
  .p-form-field__tag {
    font-size: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form-field__tag {
    font-size: 14px;
  }
}

.p-form-text,
.p-form-textarea {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  height: 60px;
  width: 100%;
  padding: 15px;
}
@media screen and (min-width: 1200px) {
  .p-form-text,
  .p-form-textarea {
    height: 78px;
  }
}
.p-form-text::-webkit-input-placeholder, .p-form-textarea::-webkit-input-placeholder {
  color: #838383;
  font-size: 16px;
}
.p-form-text::-moz-placeholder, .p-form-textarea::-moz-placeholder {
  color: #838383;
  font-size: 16px;
}
.p-form-text:-ms-input-placeholder, .p-form-textarea:-ms-input-placeholder {
  color: #838383;
  font-size: 16px;
}
.p-form-text::-ms-input-placeholder, .p-form-textarea::-ms-input-placeholder {
  color: #838383;
  font-size: 16px;
}
.p-form-text::placeholder,
.p-form-textarea::placeholder {
  color: #838383;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .p-form-text::-webkit-input-placeholder, .p-form-textarea::-webkit-input-placeholder {
    font-size: 20px;
  }
  .p-form-text::-moz-placeholder, .p-form-textarea::-moz-placeholder {
    font-size: 20px;
  }
  .p-form-text:-ms-input-placeholder, .p-form-textarea:-ms-input-placeholder {
    font-size: 20px;
  }
  .p-form-text::-ms-input-placeholder, .p-form-textarea::-ms-input-placeholder {
    font-size: 20px;
  }
  .p-form-text::placeholder,
  .p-form-textarea::placeholder {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form-text::-webkit-input-placeholder, .p-form-textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .p-form-text::-moz-placeholder, .p-form-textarea::-moz-placeholder {
    font-size: 14px;
  }
  .p-form-text:-ms-input-placeholder, .p-form-textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .p-form-text::-ms-input-placeholder, .p-form-textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .p-form-text::placeholder,
  .p-form-textarea::placeholder {
    font-size: 14px;
  }
}

.p-form-field__textarea {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-form-field__textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
     /*   -ms-flex-direction: column;
            flex-direction: column;  */
  }
}

.p-form-field__label-textarea {
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: 0.8em;
}
@media screen and (max-width: 767.98px) {
  .p-form-field__label-textarea {
    width: 30%;
  }
}

.p-form-textarea {
  height: 150px;
}
@media screen and (min-width: 1200px) {
  .p-form-textarea {
    height: 280px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form-textarea {
    height: 150px;
  }
}

.wpcf7-spinner {
  display: none;
}

.p-thanks {
  padding: 100px 0 50px;
}
@media screen and (min-width: 1200px) {
  .p-thanks {
    padding: 200px 0 100px;
  }
}

.p-thanks__inner {
  max-width: 900px;
}

.p-thanks__heading span {
  display: inline-block;
}

.p-thanks__txt {
  margin-top: 50px;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .p-thanks__txt {
    font-size: 18px;
  }
}

.p-thanks__btn {
  margin-top: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .p-thanks__btn {
    margin-top: 100px;
    font-size: 18px;
  }
}
.p-thanks__btn:hover {
  opacity: 0.5;
}

.p-footer {
  padding: 40px 0;
  background: #000d34;
  color: #f7f7f7;
}
@media screen and (min-width: 1200px) {
  .p-footer {
    padding: 80px 0;
  }
}

.p-footer__inner {
  max-width: 1715px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
  }
}

.p-footer__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}
@media screen and (max-width: 767.98px) {
  .p-footer__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 300px;
	margin: 20px auto;
	text-align:center;
  }
}

.p-footer__logo {
  display: block;
  width: 66px;
  height: 66px;
  margin-left: 38px;
}
@media screen and (min-width: 1200px) {
  .p-footer__logo {
    width: 137px;
    height: 137px;
    margin-left: 75px;
  }
}
@media screen and (max-width: 767.98px) {
	.p-footer__logo {
    margin: auto;
	}
}

.p-footer__ttl {
  margin-top: 16px;
  font-size: clamp(18px, 1.88vw, 36px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .p-footer__ttl {
    margin-top: 38px;
  }
}

.p-footer__address {
  margin-top: 8px;
  font-size: clamp(12px, 1.25vw, 24px);
}
@media screen and (min-width: 1200px) {
  .p-footer__address {
    margin-top: 15px;
  }
}
.p-footer__address span {
  display: inline-block;
}

.p-footer__links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
  margin-top: 18px;
  max-width: 475px;
}
@media screen and (min-width: 1200px) {
  .p-footer__links {
    margin-top: 36px;
    max-width: 823px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-footer__links {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.p-footer-nav {
  padding-bottom: 14px;
  border-bottom: 2px solid #f7f7f7;
}
@media screen and (min-width: 1200px) {
  .p-footer-nav {
    padding-bottom: 29px;
  }
}

.p-footer-nav__lists {
  gap: 13px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (min-width: 1200px) {
  .p-footer-nav__lists {
    gap: clamp(20px, 1.51vw, 29px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-footer-nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-footer-nav__link {
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .p-footer-nav__link {
    font-size: 22px;
  }
}
.p-footer-nav__link.is-contact {
  width: 100px;
  height: 35px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1200px) {
  .p-footer-nav__link.is-contact {
    width: 205px;
    height: 55px;
  }
}

.p-footer__instagram {
  margin-top: -50px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .p-footer__instagram {
    width: 65px;
    height: 65px;
  }
}
.p-footer__instagram:hover {
  opacity: 0.5;
}

.p-404 {
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .u-hidden-sp {
    display: none;
  }
}

.js-fade-trigger {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.u-fade-in {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.u-fade-in.is-delay {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.u-fade-in.is-delay--2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-fade-up-trigger {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.u-fade-up {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.u-fade-up.is-delay {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.u-fade-up.is-delay--2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* アニメーションを適用する前の初期状態 */
.js-fade-slash-trigger {
  opacity: 0;
  /* 左から入ってくるようにtranslateXの値を負の方向に大きくする */
  /* translateYを0にすることで、上下の移動をなくす */
  transform: translateX(100px) translateY(40px); /* 例: 左に100pxずらして開始 */
  /* 必要であれば、斜めにしたい場合は translateY の値を調整 */
}

/* アニメーションを適用するクラス */
.u-fade-slash {
  /* opacityとtransformの変化を滑らかにする */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* durationも少し長く調整 */
}

/* アニメーションが発動した後の最終状態 */
.u-fade-slash.is-active {
  opacity: 1;
  transform: translateX(0) translateY(0); /* 元の位置に戻る */
}

/* 遅延させるためのクラス */
.u-fade-slash.is-delay {
  transition-delay: 0.3s;
}
.u-fade-slash.is-delay--2 {
  transition-delay: 0.6s;
}

.yuji-syuku-regular{
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}

/* スライド自体の設定 */
.swiper-slide {
  /* スライドの縦横比を16:9に固定 */
  aspect-ratio: 16 / 9;
  /* はみ出した画像を隠す */
  overflow: hidden;
  /* 画像が中央に来るように（任意） */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* スライドの中の画像の設定 */
.swiper-slide img {
  /* 親要素（.swiper-slide）の幅と高さに合わせる */
  width: 100%;
  height: 100%;
  /* 比率を維持したまま、親要素を完全に覆うように表示 */
  object-fit: cover;
}