@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Seif JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-serif/NotoSerifJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Seif JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-serif/NotoSerifJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Seif JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-serif/NotoSerifJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/en/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/en/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Monda";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/en/Monda-Bold.ttf") format("truetype");
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*! purgecss start ignore */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.6;
  color: #242424;
  letter-spacing: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    text-size-adjust: none;
  }
}
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

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

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

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

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

input::placeholder {
  color: rgba(36, 36, 36, 0.5);
}

/*! purgecss end ignore */
/* IE */
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow-x: hidden;
}

.l-page__under {
  background-color: #f3f3f3;
}

.l-container {
  max-width: 1248px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .l-container {
    padding: 0 6.1538461538vw;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f3f3f3;
  z-index: 10;
}

.l-header__inner {
  padding: 0 0 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}
@media only screen and (max-width: 64em) {
  .l-header__inner {
    padding: 0 2rem;
    height: 16vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__inner h1 {
    width: 48vw;
  }
}

.l-header__btn-wrap {
  display: flex;
}
@media only screen and (max-width: 64em) {
  .l-header__btn-wrap {
    display: block;
    margin-top: 6rem;
  }
}

.l-header__btn-wrap a {
  width: 20rem;
  height: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 64em) {
  .l-header__btn-wrap a {
    width: 100%;
    margin-top: 2rem;
  }
}

.l-header__btn-wrap a:first-child {
  background-color: #ced200;
}
@media only screen and (max-width: 64em) {
  .l-header__btn-wrap a:first-child {
    margin-top: 0;
  }
}

.l-header__btn-wrap a:last-child {
  background-color: #2d3d62;
  color: #ffffff;
}

.l-header__btn-wrap a span {
  font-size: 1.2rem;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.l-header__btn-wrap a p {
  font-size: 1.6rem;
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

.header__nav {
  position: static;
  transform: initial;
  background-color: inherit;
  height: inherit;
  display: flex;
  column-gap: 4rem;
  justify-content: end;
  width: auto;
}
@media only screen and (max-width: 64em) {
  .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 7.2rem;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #f3f3f3;
    transition: ease 0.4s;
    padding: 0 2rem;
  }
}

.nav__items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 4rem;
}
@media only screen and (max-width: 64em) {
  .nav__items {
    margin-top: 2rem;
    display: block;
    padding: 0;
  }
}

.nav-items__item a {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (max-width: 64em) {
  .nav-items__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.6rem 1rem;
    border-bottom: 1px solid #dedede;
    text-align: left;
  }
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 2rem;
  height: 100%;
}

.hamburger {
  display: none;
}
@media only screen and (max-width: 64em) {
  .hamburger {
    display: block;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
}

.hamburger span {
  width: 100%;
  height: 0.2rem;
  border-radius: 10rem;
  background-color: #000;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 0.5rem 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
  overflow-y: scroll;
}

.hamburger.active span:nth-child(1) {
  top: 0.7rem;
  transform: rotate(30deg);
}

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

.hamburger.active span:nth-child(3) {
  top: -0.7rem;
  transform: rotate(-30deg);
}

.dropdown-menu {
  display: none;
}
@media only screen and (max-width: 64em) {
  .dropdown-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    transition: max-height 0.6s ease, opacity 0.6s ease;
    opacity: 0;
  }
}

.nav-items__item.active .dropdown-menu {
  max-height: 1000px;
  /* 必要に応じて高さを調整 */
  opacity: 1;
}

.dropdown-menu li a {
  padding: 1.6rem 1rem;
}

.nav-items__item.active .js-dropdown-toggle {
  color: #ced200;
}

.nav-items__item.active .js-dropdown-toggle img {
  transform: rotate(90deg);
}

body.active {
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 47.9375em) {
  .nav-items__item a.u-dn-sp {
    display: none;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .nav-items__item a.u-dn-tb {
    display: none;
  }
}

.l-footer {
  background-color: #2d3d62;
  padding: 12rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer {
    padding: 8rem 0;
  }
}

.l-footer__logo {
  width: fit-content;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__logo {
    width: 28rem;
  }
}

.l-footer__txt01 {
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__txt01 {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

.l-footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.4rem;
  margin-top: 3rem;
}

.l-footer__link a {
  display: block;
}

.l-footer__link a:first-child {
  width: 1.2rem;
}

.l-footer__link a:last-child {
  width: 2.2rem;
}

.l-footer small {
  text-align: center;
  color: #ffffff;
}

.l-footer small p {
  margin-top: 3rem;
  font-size: 1.2rem;
}

.c-btn01 {
  width: 44.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  background-color: #ced200;
  padding: 3.2rem 0;
  font-size: 2rem;
  margin: 0 auto;
  margin-top: 12rem;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 {
    width: 100%;
    margin-top: 10.6666666667vw;
    padding: 6.9333333333vw 0;
    font-size: 4.2666666667vw;
  }
}

.c-title01 p {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ced200;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 p {
    font-size: 4.2666666667vw;
  }
}

.c-title01 h2 {
  font-size: 6rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 h2 {
    font-size: 9.0666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.c-title02 p {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ced200;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 p {
    font-size: 4.2666666667vw;
  }
}

.c-title02 h2 {
  font-size: 5rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 h2 {
    font-size: 9.0666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.c-title03 {
  position: relative;
  z-index: 1;
}

.c-title03 p {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ced200;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03 p {
    font-size: 4.2666666667vw;
  }
}

.c-title03 h3 {
  font-size: 4.5rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03 h3 {
    font-size: 9.0666666667vw;
    margin-top: 2.6666666667vw;
  }
}

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

.c-title04 span {
  font-size: 14rem;
  color: #ffffff;
  opacity: 0.2;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .c-title04 span {
    font-size: 17.6vw;
  }
}

.c-title04 p {
  font-size: 1.6rem;
  color: #ced200;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-top: -3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title04 p {
    font-size: 4.2666666667vw;
    margin-top: -5.3333333333vw;
  }
}

.c-title04 h2 {
  font-size: 4.5rem;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .c-title04 h2 {
    font-size: 9.0666666667vw;
  }
}

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

.c-title05 span {
  font-size: 14rem;
  color: #ffffff;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05 span {
    font-size: 14.4vw;
  }
}

.c-title05 p {
  font-size: 1.6rem;
  color: #ced200;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-top: -3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05 p {
    font-size: 4.2666666667vw;
    margin-top: -5.3333333333vw;
  }
}

.c-title05 h2 {
  font-size: 4.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05 h2 {
    font-size: 9.0666666667vw;
  }
}

.c-title06 span {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ced200;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .c-title06 span {
    text-align: left;
    font-size: 4.2666666667vw;
  }
}

.c-title06 h3 {
  font-size: 5rem;
  margin-top: 4rem;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .c-title06 h3 {
    text-align: left;
    font-size: 8.5333333333vw;
    margin-top: 4vw;
  }
}

.c-title07 span {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ced200;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .c-title07 span {
    font-size: 4.2666666667vw;
  }
}

.c-title07 h3 {
  font-size: 5rem;
  margin-top: 4rem;
  color: #ffffff;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .c-title07 h3 {
    font-size: 8.5333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-home__mv {
  position: relative;
}

.p-home__mv p {
  position: absolute;
  font-size: 7rem;
  left: 8%;
  top: 56%;
  color: #ffffff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  line-height: 1.3;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv p {
    font-size: 9.0666666667vw;
    top: 76%;
    line-height: 1.5;
  }
}

.p-home__mv span {
  position: absolute;
  font-size: 3.1rem;
  left: 8%;
  top: 49%;
  color: #cacd00;
  font-family: "Monda", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  line-height: 1.3;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv span {
    font-size: 4.2666666667vw;
    top: 72%;
  }
}

.p-home__mv-img01 {
  position: absolute;
  left: 0;
  top: 38%;
  width: 38%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-img01 {
    top: 80%;
    width: 48%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section01 {
    margin-top: 37.3333333333vw;
  }
}

.p-home__section01-box {
  width: 51.6rem;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-box {
    width: 100%;
  }
}

.p-home__section01-txt01 {
  font-size: 1.6rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-txt01 {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.p-home__sectioin01-img01 {
  position: absolute;
  left: 105%;
  top: 58%;
  transform: translateY(-50%);
  width: 68rem;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sectioin01-img01 {
    left: auto;
    right: -12.2666666667vw;
    width: 96%;
    top: 114%;
  }
}

.p-home__section02 {
  position: relative;
  margin-top: 40rem;
  background-color: #f3f3f3;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02 {
    margin-top: 96vw;
    padding: 16vw 0;
  }
}

.p-home__section02-bg01 {
  position: absolute;
  width: 100%;
  bottom: 100%;
  z-index: -1;
}

.p-home__section02-bg02 {
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: -1;
}

.p-home__section02-bg03 {
  position: absolute;
  width: 32%;
  top: -24%;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-bg03 {
    width: 76%;
    top: -12%;
  }
}

.p-home__section02-title {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-title {
    margin-top: 0;
  }
}

.p-home__section02-box {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-box {
    margin-top: 16vw;
  }
}

.p-home__sectiion02-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sectiion02-item {
    display: block;
    margin-top: 16vw;
  }
}

.p-home__sectiion02-item:first-child {
  margin-top: 0;
}

.p-home__sectiion02-item:nth-child(2) {
  flex-direction: row-reverse;
}

.p-home__section02-img {
  width: 54%;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-img {
    width: 100%;
  }
}

.p-home__section02-img-sub {
  position: absolute;
  width: 92%;
  top: -30%;
  left: -10%;
}

.p-home__section02-img-sub02 {
  position: absolute;
  width: 92%;
  bottom: -45%;
  right: -24%;
}

.p-home__section02-txt {
  width: 35%;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-txt {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

.p-home__section02-txt01 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-txt01 {
    margin-top: 2.6666666667vw;
    line-height: 1.8;
  }
}

.p-home__section02-txt span {
  font-size: 14rem;
  line-height: 1;
  color: #ffffff;
  opacity: 0.4;
  position: absolute;
  top: -6.6rem;
  left: 11rem;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-txt span {
    font-size: 26.6666666667vw;
    top: -12.2666666667vw;
    left: auto;
    right: -2.6666666667vw;
  }
}

.p-home__section03 {
  background-image: url(../../assets/images/home/bg03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 26rem 0 18rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03 {
    padding: 32vw 0 16vw;
  }
}

.p-home__section03-txt01 {
  width: 64.3rem;
  margin: 0 auto;
  color: #ffffff;
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-txt01 {
    width: 88%;
    margin: 0 auto;
    margin-top: 8vw;
  }
}

.p-home__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 44.8rem;
  padding: 2rem 3.2rem;
  background-color: #f6d44d;
  border-radius: 0.5rem;
  font-size: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__btn {
    width: 88%;
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw 8.5333333333vw;
    border-radius: 1.3333333333vw;
  }
}

.p-home__section03 .p-home__btn {
  margin: 0 auto;
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03 .p-home__btn {
    margin-top: 10.6666666667vw;
  }
}

.p-home__btn img {
  width: 3.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__btn img {
    width: 8.5333333333vw;
  }
}

.p-home__section04 {
  background-color: #f7f7f7;
  padding: 14rem 0;
}

.p-home__section04 table {
  width: 72rem;
  margin: 0 auto;
  margin-top: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04 table {
    width: 85.4591836735vw;
    margin-top: 16vw;
  }
}

.p-home__section04 table th,
.p-home__section04 table td {
  padding: 4rem 0;
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04 table th,
.p-home__section04 table td {
    padding: 5.3333333333vw 0;
  }
}

.p-home__section04 table tr:first-child th,
.p-home__section04 table tr:first-child td {
  padding-top: 0;
}

.p-home__section04 table th {
  width: 25%;
  border-bottom: 1px solid #2d3d62;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04 table th {
    width: 30%;
  }
}

.p-home__section04 table td {
  width: 75%;
  border-bottom: 1px solid #dedede;
  padding-left: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04 table td {
    width: 70%;
    padding-left: 2.6666666667vw;
  }
}

.p-home__section05 {
  background-image: url(../../assets/images/home/bg04.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70rem 0 20rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05 {
    background-image: url(../../assets/images/home/bg04_sp.png);
    height: 120vw;
    padding: 0;
  }
}

.p-home__section05-txt01 {
  position: absolute;
  top: -38%;
  left: -12%;
  width: 90rem;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-txt01 {
    width: 100%;
    left: 0;
    top: -28%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section05-txt01 img {
    width: 70%;
  }
}

.p-home__section05-txt01 p {
  font-size: 6rem;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 88%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home__section05-txt01 p {
    left: 70%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-txt01 p {
    left: 5.3333333333vw;
    font-size: 9.0666666667vw;
    transform: none;
    top: 28%;
  }
}

.p-home__section05-title span {
  font-size: 1.6rem;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ced200;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-title span {
    font-size: 4.2666666667vw;
  }
}

.p-home__section05-title p {
  font-size: 2rem;
  color: #ffffff;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-title p {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section05 .p-home__btn {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05 .p-home__btn {
    margin-top: 11.7948717949vw;
    width: 80vw;
  }
}

.p-home__section05-link {
  width: fit-content;
  position: absolute;
  top: 54%;
  right: 14%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-link {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    top: 58%;
  }
}

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

.wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
}

.p-under__mv {
  position: relative;
}

.p-under__mv-txt {
  position: absolute;
  top: 42%;
  right: 9%;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-txt {
    right: 10%;
    top: 64%;
  }
}

.p-under__mv-txt div {
  padding-left: 0.6944444444vw;
  margin-top: -2.0833333333vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-txt div {
    margin-top: -5.3333333333vw;
    padding-left: 2.6666666667vw;
  }
}

.p-under__mv-txt h2 {
  font-size: 9.7222222222vw;
  line-height: 1;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-txt h2 {
    font-size: 16vw;
  }
}

.p-under__mv-txt span {
  font-size: 1.1111111111vw;
  color: #ced200;
  font-weight: 700;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-txt span {
    font-size: 4.2666666667vw;
  }
}

.p-under__mv-txt p {
  font-size: 3.125vw;
  color: #ffffff;
  margin-top: 2.0833333333vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-txt p {
    font-size: 8.5333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-under__mv-img01 {
  position: absolute;
  right: 0;
  width: 41.6666666667vw;
  top: 46%;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-img01 {
    right: -26%;
    width: 92%;
    top: 66%;
  }
}

.p-under__mv02 {
  position: relative;
}

.p-under__mv02-title {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv02-title {
    width: 100%;
  }
}

.p-under__mv02-title h2 {
  font-size: 14rem;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv02-title h2 {
    font-size: 16vw;
  }
}

.p-under__mv02-title span {
  display: block;
  font-size: 1.6rem;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #ced200;
  text-align: center;
  margin-top: -7.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv02-title span {
    font-size: 4.2666666667vw;
    margin-top: -9.6vw;
  }
}

.p-under__mv02-title p {
  font-size: 4.5rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv02-title p {
    font-size: 8.5333333333vw;
    margin-top: 1.6vw;
  }
}

.p-recruit__section01 {
  position: relative;
  padding: 4rem 0 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section01 {
    padding: 32vw 0;
  }
}

.p-recruit__section01-txt01 {
  font-size: 1.6rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section01-txt01 {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.p-recruit__section01-img01 {
  position: absolute;
  right: 0;
  width: 80%;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section01-img01 {
    width: 100%;
  }
}

.p-recruit__section02 {
  position: relative;
  background-color: #f3f3f3;
  margin-top: -29.2825768668vw;
  padding-top: 30.7467057101vw;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section02 {
    margin-top: -58.6666666667vw;
    padding: 80vw 0 13.3333333333vw;
  }
}

.p-recruit__section02-item-txt .p-recruit__section02-item-txt01 {
  margin-top: 0;
}

@media only screen and (max-width: 47.9375em) {
  .p-recruit__section02 .c-title06 span {
    text-align: center;
  }
}

.p-under__mv-recruit {
  z-index: 2;
}

@media only screen and (max-width: 47.9375em) {
  .p-recruit__section02 .c-title06 h3 {
    text-align: center;
  }
}

.p-recruit__section02-box {
  margin-top: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section02-box {
    margin-top: 16vw;
  }
}

.p-recruit__section02-item {
  display: flex;
  justify-content: space-between;
  margin-top: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section02-item {
    flex-direction: column-reverse;
    margin-top: 16vw;
  }
}

.p-recruit__section02-item:first-child {
  margin-top: 0;
}

.p-recruit__section02-item-txt {
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section02-item-txt {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

.p-recruit__section02-item-img {
  width: 40%;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section02-item-img {
    width: 100%;
  }
}

.p-recruit__section02-item-txt h4 {
  font-size: 4.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section02-item-txt h4 {
    font-size: 8.5333333333vw;
  }
}

.p-recruit__section02-item-txt p {
  font-size: 1.6rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section02-item-txt p {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.p-recruit__section02-item-txt div {
  padding: 3rem;
  margin-top: 4rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section02-item-txt div {
    padding: 8vw;
    margin-top: 5.3333333333vw;
  }
}

.p-recruit__section02-item-txt div ul li {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section02-item-txt div ul li {
    margin-top: 1.3333333333vw;
  }
}

.p-recruit__section02-item-txt div ul li:first-child {
  margin-top: 0;
}

.p-recruit__section03 {
  background-image: url(../../assets/images/recruit/bg03.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 46rem 0 30rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section03 {
    background-image: url(../../assets/images/recruit/bg03_sp.png);
    padding: 26.6666666667vw 0;
  }
}

.p-recruit__section03-box {
  width: fit-content;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section03-box {
    width: 70%;
    margin-left: auto;
  }
}

.p-recruit__section03-box ul {
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section03-box ul {
    margin-top: 8vw;
  }
}

.p-recruit__section03-box ul li {
  position: relative;
  font-size: 2rem;
  padding-left: 2rem;
  line-height: 1;
  margin-top: 2rem;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section03-box ul li {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    padding-left: 4.2666666667vw;
    line-height: 1.4;
  }
}

.p-recruit__section03-box ul li::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100%;
  background-color: #ced200;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section03-box ul li::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    top: 1.0666666667vw;
  }
}

.p-recruit__section04 {
  padding: 14rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section04 {
    padding: 26.6666666667vw 0;
  }
}

.p-recruit__section04 .c-title06 h3 {
  margin-top: 0;
}

.p-recruit__section04 .c-title06 span {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section04 .c-title06 span {
    margin-top: 4vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-recruit__section04 .c-title06 span {
    text-align: center;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-recruit__section04 .c-title06 h3 {
    text-align: center;
  }
}

.p-recruit__section04-box {
  margin-top: 14rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section04-box {
    margin-top: 21.3333333333vw;
    display: block;
  }
}

.p-recruit__section04-item {
  width: 32%;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section04-item {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-recruit__section04-item:first-child {
    margin-top: 0;
  }
}

.p-recruit__section04-item span {
  display: block;
  font-size: 2rem;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section04-item span {
    font-size: 5.3333333333vw;
    margin-top: 1.6vw;
  }
}

.p-recruit__section04-item p {
  font-size: 2rem;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section04-item p {
    font-size: 5.3333333333vw;
    margin-top: 1.6vw;
  }
}

.p-recruit__section05 {
  position: relative;
  background-color: #f3f3f3;
  margin-top: 32rem;
  z-index: 1;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section05 {
    margin-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-recruit__section05 .c-title06 span {
    text-align: center;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-recruit__section05 .c-title06 h3 {
    text-align: center;
  }
}

.p-recruit__section05 .p-home__section02-bg01 {
  transform: scale(-1, 1);
}

.content {
  display: none;
}

.content.show {
  display: block;
}

.p-recruit__section05-box {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section05-box {
    margin-top: 16vw;
  }
}

.p-recruit__section05-box .tab-container {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section05-box .tab-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 3.2vw;
    column-gap: 3.2vw;
  }
}

.p-recruit__section05-box .tab {
  padding: 1.6rem 3.2rem;
  background-color: #ffffff;
  color: #242424;
  border-radius: 10rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section05-box .tab {
    padding: 4.2666666667vw 8.5333333333vw;
    border-radius: 26.6666666667vw;
    font-size: 4.2666666667vw;
  }
}

.p-recruit__section05-box .tab.active {
  background-color: #2d3d62;
  color: #ffffff;
}

.p-recruit__section05-box .content-container {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section05-box .content-container {
    margin-top: 16vw;
  }
}

.p-recruit__section05-box .content {
  background-color: #ffffff;
  padding: 12rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section05-box .content {
    padding: 10.6666666667vw 5.3333333333vw 18.6666666667vw;
  }
}

.p-recruit__section05-box .content h2 {
  font-size: 4.5rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section05-box .content h2 {
    font-size: 8.5333333333vw;
  }
}

.p-recruit__section05-box .content table {
  width: 78%;
  margin: 0 auto;
  margin-top: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section05-box .content table {
    width: 100%;
    margin-top: 16vw;
  }
}

.p-recruit__section05-box .content table th,
.p-recruit__section05-box .content table td {
  padding: 4rem 0;
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section05-box .content table th,
.p-recruit__section05-box .content table td {
    display: block;
    padding: 4.2666666667vw 0;
  }
}

.p-recruit__section05-box .content table tr:first-child th,
.p-recruit__section05-box .content table tr:first-child td {
  padding-top: 0;
}

@media only screen and (max-width: 47.9375em) {
  .p-recruit__section05-box .content table tr:first-child td {
    padding-top: 4.2666666667vw;
  }
}

.p-recruit__section05-box .content table th {
  width: 18%;
  border-bottom: 1px solid #2d3d62;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section05-box .content table th {
    width: 100%;
  }
}

.p-recruit__section05-box .content table td {
  width: 82%;
  border-bottom: 1px solid #dedede;
  padding-left: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section05-box .content table td {
    width: 100%;
    padding-left: 0;
  }
}

.p-recruit__section06 {
  padding: 19rem 0;
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section06 {
    padding: 32vw 0 26.6666666667vw;
    margin-top: 0;
  }
}

.p-recruit__section06 .p-home__section02-txt span {
  color: #f3f3f3;
  top: -4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__section06 .p-home__section02-txt span {
    top: -10.6666666667vw;
  }
}

.p-entry__section01 {
  margin-top: -4rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__section01 {
    margin-top: -10.6666666667vw;
    padding-bottom: 32vw;
  }
}

.p-entry__section-txt01 {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__section-txt01 {
    font-size: 4.2666666667vw;
  }
}

.p-entry__section01-box01 {
  margin-top: 12rem;
  background-color: #ffffff;
  padding: 5.6rem 0;
  text-align: center;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__section01-box01 {
    margin-top: 26.6666666667vw;
    padding: 14.9333333333vw 0;
    border-radius: 1.3333333333vw;
  }
}

.p-entry__section01-box01 p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__section01-box01 p {
    font-size: 3.7333333333vw;
  }
}

.p-entry__section01-box01 a {
  font-size: 4.2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__section01-box01 a {
    font-size: 9.8666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-entry__section01-box02 {
  padding: 5.6rem;
  margin-top: 4rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__section01-box02 {
    padding: 14.9333333333vw 4.2666666667vw;
    margin-top: 13.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}

.p-entry__item-label {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  width: 46%;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__item-label {
    width: 100%;
    column-gap: 2.6666666667vw;
  }
}

.p-entry__item-label.p-entry__item-label02 {
  align-items: flex-start;
}

.p-entry__item-content {
  width: 54%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__item-content {
    width: 100%;
    font-size: 4.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}

.p-entry__item-label label {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__item-label label {
    font-size: 4.2666666667vw;
  }
}

.p-entry__item-label span {
  display: block;
  background-color: #db4848;
  color: #ffffff;
  padding: 0.2rem 0.7rem;
  border-radius: 0.4rem;
  font-size: 1.1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__item-label span {
    font-size: 2.9333333333vw;
    padding: 0.5333333333vw 1.8666666667vw;
  }
}

.p-entry__item {
  display: flex;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__item {
    display: block;
    margin-top: 6.4vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-entry__item:nth-child(2) {
    margin-top: 0;
  }
}

.p-entry__item03 .p-entry__item-content input {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 1rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__item03 .p-entry__item-content input {
    padding: 1.6vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}

.p-entry__item04 .p-entry__item-content {
  display: flex;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__item04 .p-entry__item-content {
    column-gap: 4.2666666667vw;
    justify-content: space-between;
  }
}

.p-entry__item04 .p-entry__item-content input {
  border: 1px solid #cccccc;
  padding: 1rem;
  border-radius: 0.5rem;
  width: 13rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__item04 .p-entry__item-content input {
    padding: 1.6vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
    width: 100%;
  }
}

.p-entry__item02 {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__item02 {
    margin-top: 6.4vw;
  }
}

.p-entry__item02 .p-entry__item-content {
  width: 100%;
}

.p-entry__item02 textarea {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 1rem;
  margin-top: 1rem;
  height: 16.7rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__item02 textarea {
    border: 0.2666666667vw solid #ccc;
    padding: 1.6vw 2.6666666667vw;
    margin-top: 0;
    height: 30.6666666667vw;
  }
}

.p-entry__item-btn {
  width: fit-content;
  margin: 0 auto;
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__item-btn {
    margin-top: 13.3333333333vw;
    width: 100%;
  }
}

.p-entry__item-btn input {
  width: 44.8rem;
  border-radius: 0.4rem;
  padding: 3.2rem 0;
  font-size: 2rem;
  line-height: 1;
  border: none;
  background-color: #dfdfdf;
}
@media only screen and (max-width: 47.9375em) {
  .p-entry__item-btn input {
    width: 100%;
    border-radius: 1.0666666667vw;
    font-size: 5.3333333333vw;
    padding: 8.5333333333vw 0;
  }
}

.p-under__mv02-member .p-under__mv02-title h2 {
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv02-member .p-under__mv02-title h2 {
    font-size: 14.8717948718vw;
  }
}

.p-under__mv02-member .p-under__mv02-title {
  top: 38%;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv02-member .p-under__mv02-title {
    top: 43%;
  }
}

.p-member__title {
  padding-top: 32.2108345534vw;
  margin-top: -36.6032210835vw;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__title {
    padding-top: 82.6666666667vw;
    margin-top: -106.6666666667vw;
  }
}

.p-member__title-wrap {
  width: 30%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__title-wrap {
    width: 60.5128205128vw;
    width: 100%;
    margin: 0;
    margin-right: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-member__title-wrap img {
    width: 68.2051282051vw;
    height: 81.7948717949vw;
    object-fit: cover;
  }
}

.p-member__title-txt-wrap {
  position: absolute;
  bottom: 2rem;
  right: -11rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__title-txt-wrap {
    bottom: 5.1282051282vw;
    right: 0;
  }
}

.p-member__title-txt-wrap.p-member__title-txt-wrap02 {
  right: -20rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__title-txt-wrap.p-member__title-txt-wrap02 {
    right: 0;
  }
}

.p-member__title-txt-wrap p {
  font-size: 2rem;
  color: #ffffff;
  background: linear-gradient(90deg, #7183ad 0%, #48587d 69%, #2d3d62 100%);
  padding: 1rem 1.6rem;
  width: fit-content;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__title-txt-wrap p {
    font-size: 4.1025641026vw;
    margin-top: 1.7948717949vw;
    padding: 0.7692307692vw 2.5641025641vw;
  }
}

.p-member__title-txt-wrap p:first-child {
  margin-top: 0;
}

.p-member__section01 {
  background-color: #f3f3f3;
  padding-top: 12rem;
  padding-bottom: 15rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__section01 {
    padding-top: 15.3846153846vw;
    padding-bottom: 20.5128205128vw;
  }
}

.p-member__section01-item {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__section01-item {
    margin-top: 20.5128205128vw;
  }
}

.p-member__section01-item:first-child {
  margin-top: 0;
}

.p-member__section01-title {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__section01-title {
    column-gap: 2.5641025641vw;
  }
}

.p-member__section01-title h3 {
  font-size: 4.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__section01-title h3 {
    font-size: 8.2051282051vw;
    width: 100%;
  }
}

.p-member__section01-item p {
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__section01-item p {
    margin-top: 7.6923076923vw;
    font-size: 4.1025641026vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-member__section01-title span {
    width: 9.4871794872vw;
  }
}

.p-member__section01-box02 {
  display: flex;
  width: 90rem;
  margin: 0 auto;
  margin-top: 10rem;
  position: relative;
  background: linear-gradient(128deg, #f6f6f6 0%, #ebebeb 100%);
  padding: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__section01-box02 {
    width: 100%;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 12.0512820513vw 0 0;
    flex-direction: column-reverse;
    margin-top: 12.8205128205vw;
  }
}

.p-member__section02-img {
  position: absolute;
  width: 43%;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__section02-img {
    display: block;
    position: relative;
    margin-top: 7.6923076923vw;
    width: 95%;
  }
}

.p-member__section02-txt {
  width: 52%;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__section02-txt {
    width: 100%;
    padding: 0 6.1538461538vw;
  }
}

.p-member__section02-txt h3 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__section02-txt h3 {
    font-size: 8.2051282051vw;
  }
}

.p-member__section02-txt p {
  font-size: 2rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__section02-txt p {
    font-size: 5.1282051282vw;
    margin-top: 10.2564102564vw;
  }
}

.p-member__section03 {
  padding: 7.3rem 0;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__section03 {
    padding: 16.1538461538vw 0;
  }
}

.p-member__section03 .p-recruit__section04-box {
  margin-top: 0;
  justify-content: center;
  column-gap: 6.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__section03 .p-recruit__section04-box {
    display: flex;
    column-gap: 5.1282051282vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-member__section03 .p-recruit__section04-box .p-recruit__section04-item {
    margin-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-member__section03 .p-recruit__section04-box .p-recruit__section04-item span {
    font-size: 4.1025641026vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-member__section03 .p-recruit__section04-box .p-recruit__section04-item p {
    font-size: 4.1025641026vw;
  }
}

.p-member__line {
  width: 100%;
  background-color: #f7f7f7;
  height: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__line {
    height: 25.641025641vw;
  }
}

.p-member__section03-title {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__section03-title {
    font-size: 8.2051282051vw;
  }
}

.u-dn-all {
  display: none;
}
@media all and (min-width: 64.0625em) {
  .u-dn-pc {
    display: none;
  }
}
@media print {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 85.4375em) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 64.0625em) and (max-width: 85.375em) {
  .u-dn-pc-s {
    display: none;
  }
}
@media print {
  .u-dn-pc-s {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-dn-sp {
    display: none;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */