@charset "UTF-8";

/*（md）px以下での表示 */

.sp-only {
  display: none;
}

/*pcのみ*/

.tab-sp-only {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}

* {
  font-family: "Noto Sans JP", sans-serif, "Yu Mincho", serif;
  font-weight: 900;
  color: #333C3F;
  letter-spacing: 0;
}

body {
  width: 100%;
}

main {
  overflow: hidden;
  position: relative;
}

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

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.Btn {
  border: 1px solid #FFE900;
  border-radius: 2.5rem;
  margin: 0 auto;
  position: relative;
  height: 4.375rem;
  width: 18.1875rem;
  font-size: 1rem;
  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;
  letter-spacing: 0.05em;
  background: #FFE900;
  -webkit-transition: initial;
  transition: initial;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
}

.Btn:hover {
  opacity: 1;
}

.Btn-Text {
  color: #333C3F;
  font-weight: 900;
  z-index: 1;
}

.Btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  width: 5.625rem;
  height: 5.625rem;
  background: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.Btn:hover:before {
  -webkit-transform: scale(4.2);
  transform: scale(4.2);
}

.Btn.Btn__white {
  height: 5.625rem;
  width: 28.125rem;
  font-size: 1.5rem;
  background-color: transparent;
  border: 1px solid #333C3F;
}

.Btn.Btn__white:before {
  content: "";
  background: #FFE900;
  width: 7.5rem;
  height: 7.5rem;
}

.Btn.Btn-header.Btn-header--toBlue {
  border: none;
}

.Btn.Btn-header.Btn-header--toBlue:hover .Btn-Text,
.Btn.Btn-header.Btn-header--toBlue:hover .pc-only {
  color: #FFFFFF;
}

.Btn-header--toBlue:before {
  background-color: #17C3D6;
}

.Btn.Btn__white.Btn__text-color--white {
  border: 1px solid #FFFFFF;
}

.Btn.Btn__white.Btn__text-color--white:hover {
  border: 1px solid #333C3F;
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
}

.Btn.Btn__white.Btn__text-color--white:hover .Btn-Text {
  color: #333C3F;
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
}

.Btn.Btn__white.Btn__text-color--white .Btn-Text {
  color: #FFFFFF;
}

.Btn-header {
  margin: 0;
}

.Btn.Btn-header.p-nav__link {
  width: 10.25rem;
  margin-left: 0;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;

}

.Btn.Btn-header.p-nav__link .Btn-Text {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.Btn.Btn__white.Btn__white--left {
  margin-left: 0;
}

.p-header__hamburger {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  z-index: 101;
}

.c-hamburger {
  position: relative;
  cursor: pointer;
  display: none;
}

.c-hamburger span {
  display: block;
  position: relative;
  background-color: #000;
  left: 50%;
  width: 1.5625rem;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1001;
}

.c-hamburger span:nth-of-type(1) {
  top: -0.75rem;
}

.c-hamburger span:nth-of-type(2) {
  top: 0px;
  left: 0;
  -webkit-transform: initial;
  transform: initial;
}

.c-hamburger span:nth-of-type(3) {
  top: 0.625rem;
}

.c-hamburger .c-hamburger__text {
  display: block;
  top: 0.75rem;
  background: transparent;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.c-hamburger[aria-expanded=true] span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(150deg);
  transform: translateX(-50%) rotate(150deg);
}

.c-hamburger[aria-expanded=true] span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger[aria-expanded=true] span:nth-of-type(3) {
  top: -4px;
  opacity: 1;
  -webkit-transform: translateX(-50%) rotate(-150deg);
  transform: translateX(-50%) rotate(-150deg);
}

.text-wrapper {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4BEB48;
}

.c-fv__message {
  background-color: #FFE900;
  border-radius: 1.875rem;
  width: 20.625rem;
  height: 7.5rem;
  font-size: 1.375rem;
  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;
}

.c-section__ttl {
  font-size: 9.375rem;
  font-family: "Yu Mincho", serif;
  font-weight: 500;
  color: #4BEB48;
  position: relative;
  letter-spacing: -0.035em;
  line-height: 1;
}

.c-section__sub-ttl {
  font-size: 1.5rem;
  line-height: 1.5em;
}

.c-business__card {
  background-color: #FFE900;
  width: 20.125rem;
  height: 20.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.c-business__card img {
  width: 5.625rem;
  height: 5.625rem;
}

.c-business__card__ttl {
  font-size: 1.875rem;
  line-height: 1.5em;
  padding-top: 0.5rem;
}

.c-business__card__text {
  font-size: 1rem;
  line-height: 1.5em;
  padding-top: 1.125rem;
  font-weight: 500;
}

.c-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9.375rem solid transparent;
  border-left: 9.375rem solid transparent;
  border-bottom: 16.25rem solid #f3f2f2;
  border-top: 0;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.c-circle {
  width: 36.625rem;
  height: 36.625rem;
  background-color: #F3F2F2;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

.c-circle--main {
  bottom: 0.5%;
  right: -13%;
}

.l-page__ttl {
  padding-left: 7.5625rem;
}

.c-page__ttl--white {
  color: #FFFFFF;
  position: relative;
}

.c-page__ttl--white::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#13C1D5), to(#74EFC3));
  background: linear-gradient(to bottom, #13C1D5, #74EFC3);
  border-radius: 50%;
  width: 25rem;
  height: 25rem;
  display: inline-block;
  position: absolute;
  right: -3.1rem;
  top: -4.5rem;
  z-index: -1;
}

.c-about-us__card {
  background-color: #FFE900;
  width: 100%;
  height: 15.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.3125rem 3.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.c-card__point {
  font-size: 4.25rem;
  font-family: "Damion", cursive;
  /* width: 12.5rem; */
  width: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#16BCD5), to(#36F6B3));
  background: linear-gradient(90deg, #16BCD5 0%, #36F6B3);
  background: -webkit-linear-gradient(30deg, #16BCD5 0%, #36F6B3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-card__point__num {
  font-size: 9.375rem;
  font-family: "Damion", cursive;
}

.c-about-us__card__ttl {
  font-size: 2.5rem;
  line-height: 1.5;
  width: 43.75rem;
  padding-left: 1.3125rem;
}

.c-about-us__card__text {
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 1rem;
  width: 43.75rem;
  padding-left: 1.3125rem;
}

.c-about-us__card--white {
  background-color: #FFFFFF;
}

.c-about-us__card.c-about-us__card--white:not(:first-child) {
  margin-top: 5rem;
}

.c-about-us__card__body {
  text-align: left;
  padding-left: 5.4375rem;
}

.c-about-us__card--icon {
  width: 7.5rem;
  height: 7.5rem;
}

.l-inner {
  width: 100%;
  height: 100%;
  max-width: 1120px;
  padding: 0 2.5rem;
  margin: 0 auto;
}

.js-fadeIn {
  opacity: 0;
  visibility: hidden;
}

.slider {
  height: 100%;
  margin-top: 3.75rem;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.swiper {
  width: 100%;
  height: 33.25rem;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

.c-swiper__body {
  width: 100%;
  /* height: 15.625rem; */
  height: 45%;
  background-color: #FFFFFF;
  text-align: left;
  padding: 1.625rem 1.625rem 0 1.4375rem;
  border-radius: 0 0 1.875rem 1.875rem;
}

.c-member__img {
  width: 100%;
  height: 53%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.875rem 1.875rem 0 0;
  /* max-height: 14.9375rem; */
}

.c-swiper__category {
  font-size: 1.5rem;
  line-height: 1.5;
}

.c-swiper__name {
  font-size: 1.5rem;
  padding-top: 0.9375rem;
}

.c-swiper__body-logo {
  width: 4.6875rem;
  display: block;
  padding-top: 1.3125rem;
}

.c-swiper__text {
  font-size: 1rem;
  line-height: 1.5;
}

.swiper-controller {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 1.875rem;
  z-index: 3;
}
.swiper-button-prev img,
.swiper-button-next img{
  z-index: 5;
  position: relative;
} 
.arrow-circle{
  width: 5.9375rem;
  height: 5.9375rem;
  border: 0.0625rem solid #333C3F;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 1;

}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev:hover .arrow-circle,
.swiper-button-next:hover .arrow-circle {
  background-color: #FFE900;
}


.swiper-button-prev {
  position: absolute;
  left: 40%;
  top: inherit;
  bottom: -30%;
}

.swiper-button-next {
  position: absolute;
  right: 40%;
  top: inherit;
  bottom: -30%;
}

.l-business {
  padding-top: 7.5rem;
  padding-bottom: 8.9375rem;
  position: relative;
}

.p-business {
  text-align: center;
  overflow: hidden;
}

.p-business__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  padding-top: 3.625rem;
}

.c-circle.c-business__circle {
  bottom: -20%;
  right: -25%;
}

.l-entry-form {
  padding-bottom: 5rem;
}

.c-to-entry__text.c-to-entry__text--black {
  color: #333C3F;
  font-size: 1.5rem;
  font-weight: 900;
}

.Form {
  margin-top: 2.6875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 45rem;
}

.Form-Item {
  text-align: left;
}

.Form-Item-Label {
  color: #FFFFFF;
  line-height: 1.5;
  font-size: 1rem;
}

.Form-Item:not(:first-of-type) {
  margin-top: 1rem;
}

.Form-Item-Label-Required {
  color: #FFFFFF;
  font-size: 0.875rem;
  border: 0.0625rem solid #D12E2E;
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
}

.Form-Item-Input {
  background-color: #FFFFFF;
  width: 100%;
  height: 2.5rem;
  border-radius: 0.625rem;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
}



select.Form-Item-Input {
  color: #999;
}


.Form-Item-Textarea {
  background-color: #FFFFFF;
  width: 100%;
  height: 17.875rem;
  border-radius: 0.625rem;
  margin-top: 0.5rem;
  padding: 0.25rem 0.5rem;
}

.Form-Item-Input::-webkit-input-placeholder,
.Form-Item-Textarea::-webkit-input-placeholder {
  color: #333C3F;
  opacity: 0.3;
}

.Form-Item-Input::-moz-placeholder,
.Form-Item-Textarea::-moz-placeholder {
  color: #333C3F;
  opacity: 0.3;
}

.Form-Item-Input:-ms-input-placeholder,
.Form-Item-Textarea:-ms-input-placeholder {
  color: #333C3F;
  opacity: 0.3;
}

.Form-Item-Input::-ms-input-placeholder,
.Form-Item-Textarea::-ms-input-placeholder {
  color: #333C3F;
  opacity: 0.3;
}

.Form-Item-Input::placeholder,
.Form-Item-Textarea::placeholder {
  color: #333C3F;
  opacity: 0.3;
}

.Form-Btn {
  margin-top: 5rem;
  width: 28.125rem;
}

.p-footer {
  background-color: #A4A49F;
  padding-top: 7.3125rem;
  padding-bottom: 9.0625rem;
}

.l-inner__footer {
  max-width: 78.125rem;
  padding: 0 0.625rem;
}

.c-footer__logo {
  max-width: 11.8125rem;
}

.p-company__name {
  color: #FFFFFF;
  font-size: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
}

.p-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5625rem;
  padding-top: 2.5rem;
}

.l-addresses {
  padding-top: 0.4375rem;
}

.p-address {
  color: white;
  line-height: 1.5;
  padding-top: 0.8125rem;
  font-size: 1rem;
  font-weight: 400;
}

.p-footer__nav__list,
.p-footer__link__list {
  display: block;
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: underline;

}

.p-footer__nav__list:not(:first-child),
.p-footer__link__list:not(:first-child) {
  padding-top: 2.5rem;
}

.p-footer__link__lists {
  padding-bottom: 2.5rem;
}

.p-footer__link__list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-footer__link__list::after {
  content: "";
  display: inline-block;
  width: 1.5625rem;
  height: 1.5625rem;
  background: url(../img/akar-icons_link-out.svg) no-repeat center center / cover;
}

.Btn.Btn__footer {
  width: 28.125rem;
  height: 5.625rem;
}

.Btn.Btn__footer::before {
  width: 8.125rem;
  height: 8.125rem;
}

.Btn.Btn__footer .Btn-Text {
  font-size: 1.5rem;
}

.p-fv__message {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4.5rem 1.5625rem;
  text-align: center;
  justify-items: center;
}

.l-fv__bottom {
  /* padding-top: 2.5rem; */
  padding-top: 5rem;
  
}

.p-fv__text {
  padding-top: 9rem;
  font-size: 3.125rem;
  font-weight: 900;
  text-align: center;
}

.p-fv {
  background-image: url(../img/fv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 56.5rem;
}

.p-fv-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-fv__title {
  padding-left: 9%;
  margin-top: -4.125rem;
}

.p-fv__title span {
  font-size: 9.1875rem;
  font-family: "Yu Mincho", serif;
  font-weight: 500;
  color: #FFFFFF;
}

.p-fv__title .c-fv__title--first {
  font-size: 9.1875rem;
}

.p-fv__title .c-fv__title--second {
  font-size: 7.9375rem;
  opacity: 0.5;
}

.p-fv__title .c-fv__title--third {
  font-size: 5.9375rem;
}

.c-fv__title--third--small {
  font-size: 5.875rem;
}

.p-fv__title .p-fv__sub {
  display: inline-block;
  line-height: 1.5;
  margin-left: -1.125rem;
}

.p-fv__title .p-fv__sub .c-fv__sub__content {
  font-size: 2rem;
  color: #FFE900;
  font-weight: 900;
}

.p-fv__title .p-fv__sub .c-fv__sub__content.c-fv__sub--small {
  font-size: 1.3125rem;
}

.l-header {
  width: 100%;
  height: 7.25rem;
  position: absolute;
  z-index: 10;
  top: 0;
  -webkit-transition: top 0.5s, background-color 0.5s;
  transition: top 0.5s, background-color 0.5s;
  /* トランジションを追加して滑らかな移動と背景色変更にする */
  background-color: transparent;
  /* 初期状態では透明 */
}

.l-header.is-visible {
  position: fixed;
  top: 0;
  background-color: #fff;
  /* スクロールが1000px以上のときの背景色を白に変更 */
}

.c-logo {
  width: 11.8125rem;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 81.25rem;
}

.p-header__nav {
  margin-left: auto;
}

.p-header__nav[aria-expanded=true] {
  position: fixed;
  opacity: 1;
  visibility: visible;
  background-image: url(../img/hamburger.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}

.p-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-nav__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.625rem;
}

.p-nav__link {
  padding: 2.4375rem 1.25rem 2.4375rem 1.25rem;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.4444444444;
  position: relative;
}

.p-nav__link--en {
  font-size: 2.5rem;
  font-family: "Yu Mincho", serif;
  font-weight: 500;
  color: #FFFFFF;
}

.p-interview {
  background-color: #FFFBCD;
  position: relative;
  padding-bottom: 5rem;
}

.l-interview__wrapper {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  text-align: center;
  padding-bottom: 16.5rem;
  padding-top: 5rem;
}

.c-section__ttl.c-section__ttl--interview {
  text-align: end;
  padding-top: 4.875rem;
}

.c-section__sub-ttl.c-section__sub-ttl--interview {
  text-align: end;
  position: relative;
}

.c-interview__text {
  font-size: 1rem;
  padding-top: 2.8125rem;
  line-height: 1.5;
}

.c-triangle.c-triangle--interview {
  position: absolute;
  top: 0;
  left: 0;
}

.p-member__wrapper {
  padding-top: 7.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 7.5rem;
  grid-template-rows: 35rem 35rem;

}

.p-member {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

#interview .c-page__ttl--white::after {
  right: -6.875rem;
  top: -4.5rem;

}

.l-inner__member {
  margin: 0 auto;
  max-width: 90rem;
  padding: 0 5rem;
}

.c-circle__interview {
  position: absolute;
  background-color: #FFFBCD;
  top: 40%;
  right: -20%;
}

.c-circle__interview02 {
  display: none;
}

.c-triangle.c-triangle__interview {
  border-right: 19.625rem solid transparent;
  border-left: 19.625rem solid transparent;
  border-bottom: 34rem solid #FFFBCD;
  -webkit-transform: rotate(56deg);
  transform: rotate(56deg);
  position: absolute;
  top: 113%;
  left: -7%;
  z-index: -1;
}

.p-message {
  width: 100%;
  height: 100%;
  position: relative;
}

.l-message {
  padding-top: 10rem;
  position: relative;
}

.l-message__wrapper {
  max-width: 1440px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 3.4375rem;
  position: relative;
}

.p-message__title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3.125rem;
  line-height: 1.8;
  letter-spacing: 0.5em;
  margin-right: 1.25rem;
  margin-top: 2.0625rem;
}

.p-message__img img,
.p-message__img source {
  max-width: 66.4375rem;
  -o-object-fit: cover;
  object-fit: cover;
  padding-left: 4.375rem;
}

.p-message__text {
  width: 100%;
  max-width: 57.5rem;
  padding-left: 4.1875rem;
}

.p-message__text::after {
  content: "";
  display: block;
  background-color: #F3F2F2;
  width: 66.375rem;
  height: 38.75rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.p-message__text--ttl {
  font-size: 2.5rem;
  line-height: 1.5;
  padding-top: 2.3125rem;
}

.p-message__text--detail {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-top: 2.5rem;
}

.l-message__btn {
  text-align: center;
  padding-top: 3.375rem;
  padding-bottom: 6.75rem;
}

.c-triangle__message {
  position: absolute;
  top: -20%;
  right: -20%;
  z-index: -1;
  border-right: 19.625rem solid transparent;
  border-left: 19.625rem solid transparent;
  border-bottom: 34rem solid #f3f2f2;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-circle.c-message__circle {
  top: 9%;
  left: -18%;
}

.l-page-ttl {
  padding-top: 12.1rem;
  position: relative;
}

.p-message__text--about::after {
  display: none;
}

.p-message__body--about {
  max-width: 65.75rem;
}

.p-message__title--about {
  margin-right: -0.375rem;
  line-height: 1.5;
}

.p-message__text--about {
  background-color: #F3F2F2;
  max-width: 100%;
  padding: 2.5rem 7.625rem 3.5625rem 4.125rem;
}

.p-message__ttl--small {
  font-size: 2.5rem;
}

.p-message__text--small {
  font-size: 1rem;
}

.p-message__text--small:nth-of-type(2) {
  padding-top: 1rem;
}

.p-message__body--about {
  max-width: 65.75rem;
}

.l-message__wrapper--about {
  gap: 4.25rem;
  padding-top: 0;
}

.l-about__message {
  padding-top: 2.5rem;
}

.l-inner--about-margin-right {
  padding: 0 1.5rem;
}

.l-video {
  text-align: center;
  padding: 7.5rem 0;
  position: relative;
}

.p-video {
  width: 65rem;
  height: 35.625rem;
}

.l-value {
  position: relative;
  padding-top: 2.625rem;
}

.p-value__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 79.875rem;
  padding: 0 2.5rem;
  margin-inline: auto;
  transform: translateX(-80px);
}

.p-value-ttl__wrapper {
  padding-left: 4.375rem;
}

.p-value__message {
  font-size: 2.5rem;
  padding-left: 3rem;
  padding-top: 1.875rem;
}

.p-value__cards {
  max-width: 65rem;
  margin: 0 auto;
}

.l-about-us__card:not(:first-child) {
  margin-top: 2.5rem;
}

.l-about-us__card:first-child {
  margin-top: 3rem;
}

.l-benefit {
  padding-top: 5rem;
  position: relative;
  overflow: hidden;
}

.p-benefit {
  background-color: #FFFBCD;
  max-width: 74.8125rem;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 7.5rem;
}

.p-benefit-ttl__wrapper {
  padding-top: 9.25rem;
  padding-bottom: 2.5rem;
}

.l-gallery {
  padding-top: 7.5rem;
  position: relative;
}

.c-circle__gallery--top {
  top: -32%;
  left: -20%;
}

.c-circle__gallery--bottom {
  bottom: 0;
  left: -15%;
}

.p-gallery-ttl__wrapper {
  text-align: center;
}

.p-gallery__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 75rem;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
  gap: 0.31rem;
}

.p-gallery__wrapper img {
  width: 100%;
}

.c-triangle__video {
  border-right: 314px solid transparent;
  border-left: 314px solid transparent;
  border-bottom: 544px solid #f3f2f2;
  -webkit-transform: rotate(56deg);
  transform: rotate(56deg);
  position: absolute;
  top: 20%;
  z-index: -1;
  left: -10%;
}

.c-triangle__benefit {
  border-right: 185px solid transparent;
  border-left: 185px solid transparent;
  border-bottom: 320px solid #f3f2f2;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
  position: absolute;
  z-index: -1;
  top: 35%;
}

.c-triangle__gallery {
  border-right: 185px solid transparent;
  border-left: 185px solid transparent;
  border-bottom: 320px solid #f3f2f2;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

.c-circle__value {
  width: 36.625rem;
  height: 36.625rem;
  top: 50%;
  left: -20%;
}

.c-circle__benefit {
  width: 36.625rem;
  height: 36.625rem;
  right: -20%;
  top: 0;
}

.p-personal-interview {
  position: relative;
}

.l-personal-profile {
  position: relative;
}

.p-personal-profile__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7.5rem;
  gap: 2.5rem;
  line-height: 1.5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.personal-profile__body {
  width: 31.25rem;
}

.p-personal-profile__comment {
  font-size: 1.5rem;
  font-weight: 900;
}

.p-personal-profile__category {
  font-size: 1.25rem;
  padding-top: 1rem;
}

.p-personal-profile__initial {
  font-size: 1.5rem;
}

.p-personal-profile__contents {
  font-size: 1.25rem;
}

.p-profile--item {
  display: block;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid #333C3F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
}

.p-personal-profile__img {
  width: 31.25rem;
  /* height: 100%; */
  object-fit: cover;
}

.l-personal-interview {
  padding-top: 6.875rem;
  position: relative;
}

.p-interviwer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.5rem;
  width: 95%;
  margin-right: auto;
}

.p-interviwer__wrapper:not(:first-child) {
  padding-top: 6.875rem;
}

.p-interview-person {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  object-fit: cover;
}

.c-arrow__box {
  position: relative;
  width: 90%;
  height: auto;
  background: #74EFC3;
  padding: 2.5rem;
  text-align: left;
  color: #333C3F;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 20px;
  line-height: 1.5;
}

.c-arrow__box::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(116, 239, 195, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -10px;
  border-right-color: #74EFC3;
  right: 100%;
  top: 50%;
}

.p-interviewee__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 4.5625rem;
  color: #333C3F;
  padding-top: 2.5rem;
  width: 95%;
  margin-left: auto;
  align-items: center;
}

.c-arrow__box--reverse {
  background: #17C3D6;
  color: #FFFFFF;
}

.c-arrow__box--reverse::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(116, 239, 195, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -10px;
  border-left-color: #17C3D6;
  left: 100%;
  top: 50%;
}

.c-circle__personal-interview {
  top: 0;
  right: -25%;
}

.c-triangle__personal-interview {
  border-right: 314px solid transparent;
  border-left: 314px solid transparent;
  border-bottom: 544px solid #f3f2f2;
  -webkit-transform: rotate(56deg);
  transform: rotate(56deg);
  position: absolute;
  top: 30%;
  left: -26%;
  z-index: -1;
}

.interview__btn__wrapper {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.p-other-interview {
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 5rem;
}

.p-interviewee__slider {
  padding-bottom: 18.4375rem;
}

#recruit .c-page__ttl--white::after {
  right: -3.75rem;
  top: -4.5rem;
}

.l-recruit__information {
  padding-top: 7.5rem;
  position: relative;
}

.l-inner__recruit {
  max-width: 80rem;
}

.p-Btn__row {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.Btn__job-category {
  background-color: #17C3D6;
  border: none;
  max-width: 14.375rem;
  cursor: pointer;
}

.Btn__job-category .Btn-Text {
  text-align: center;
  cursor: pointer;
}

.Btn__job-category.active {
  background-color: #FFE900;
  border: none;
}

.Btn__job-category::before {
  background-color: #17C3D6;
}

.p-recruit__detail {
  width: 100%;
  height: auto;
  background-color: #FFFBCD;
  padding: 5rem;
  margin-top: 7.5rem;
  display: none;
}

.p-recruit__detail.active {
  display: block;
}

.p-recruit__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-recruit__items:not(:first-child) {
  padding-top: 5.375rem;
}

.p-recruit__item-title {
  font-size: 2.5rem;
  width: 25%;
}

.p-recruit__item-content {
  width: 75%;
  font-size: 1rem;
  line-height: 1.5;
}

.p-recruit__item-content--thinSmall {
  font-weight: 400;
  font-size: 0.875rem;
  display: block;
}

.p-recruit__item-content--big {
  font-size: 1.5rem;
}

.p-recruit__item__title:nth-of-type(2) {
  padding-top: 0.5rem;
}

.p-recruit__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.625rem;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-recruit__item {
  padding: 0.625rem 1.25rem;
  border: 1px solid #17C3D6;
  color: #17C3D6;
  border-radius: 10px;
  padding: 0.25rem 0.5rem;
}

.Btn__recruit-detail {
  margin-top: 7.5rem;
}

.l-recruit__benefit {
  position: relative;
  padding-top: 7.5rem;
}

.p-recruit__section-ttl__wrapper {
  text-align: center;
}

.p-recruit__benefit__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5rem;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-recruit__benefit__card {
  padding: 2.5rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
  box-shadow: 0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
  width: 48%;
  height: 31.25rem;
  background-color: #FFFFFF;
}

.p-recruit__benefit__title {
  font-size: 2.5rem;
}

.p-recruit__benefit__content {
  width: 100%;
  padding-top: 1rem;
}

.p-recruit__benefit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

.p-recruit__benefit__item:not(:first-child) {
  padding-top: 0.5rem;
}

.p-recruit__benefit__item img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

.l-schedule {
  position: relative;
  padding-top: 7.5rem;
}

.l-inner__schedule {
  max-width: 80rem;
}

.p-schedule__wrapper {
  padding-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-schedule__card {
  width: 20%;
  background-color: #FFE900;
  min-height: 20.4375rem;
  padding: 1.5625rem;
  text-align: center;
}

.c-card__point--schedule {
  margin-top: -15%;
  font-size: 2.5rem;
  font-weight: 400;
}

.c-card__point__num--schedule {
  font-size: 5.25rem;
  font-weight: 400;
}

.c-schedule__card__ttl {
  font-size: 2.5rem;
}

.c-schedule__card__text {
  text-align: left;
  padding-top: 1rem;
  line-height: 1.5;
}

.p-schedule__triangle {
  max-width: 5%;
  height: 0;
  border-style: solid;
  border-top: 1.5625rem solid transparent;
  border-bottom: 1.5625rem solid transparent;
  border-left: 2.6875rem solid #17C3D6;
  border-right: 0;
  margin: 0 auto;
}

.c-circle__recruit--right {
  right: -26%;
  bottom: -32%;
}

.c-triangle__recruit {
  position: absolute;
  top: 35%;
  z-index: -1;
}

.l-entry-form {
  margin-top: 5.625rem;
  padding-top: 5rem;
  width: 100%;
  height: auto;
  background: linear-gradient(140deg, rgb(21, 194, 213), rgb(116, 239, 196));
  text-align: center;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #FFE900;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

.Btn.Btn__job-category.tab::before {
  background-color: #FFE900;
}

.p-recruit {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.l-recruit {
  padding-top: 12.5rem;
}

.l-inner--margin-right {
  margin-right: 0;
}

.l-recruit__wrapper {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 2.5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 6.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-recruit__wrapper>* {
  min-width: 0;
}

.p-recruit__contents__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-recruit__body {
  max-width: 42.0625rem;
  max-height: 41.4375rem;
  margin-left: auto;
  margin-bottom: 2.9375rem;
  position: relative;
}

/*
.p-recruit__body::after {
  content: "";
  width: 46.875rem;
  height: 36.875rem;
  position: absolute;
  background-color: #FFFBCD;
  display: block;
  z-index: -1;
  top: -2.0625rem;
  left: -3rem;
} */

.p-recruit__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-recruit__text {
  max-width: 29.0625rem;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-top: 5rem;
}

.l-recruit__btn {
  text-align: left;
  padding-top: 6.25rem;
}

.c-recruit__triangle {
  position: absolute;
  bottom: -3%;
  left: 0;
  z-index: -1;
}

.c-circle.c-recruit__circle {
  top: 20%;
  right: -100px;
}

.p-to-entry-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  background-image: url(../img/top-entry.webp);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  height: 38.6875rem;
  position: relative;
}

.l-to-entry-form {
  margin-bottom: 8.75rem;
}

.c-to-entry__title {
  font-size: 12.5rem;
  font-family: "Yu Mincho", serif;
  color: #FFE900;
  font-weight: 400;
  letter-spacing: -0.04em;
  padding-top: 4.5rem;
}

.c-to-entry__text {
  font-size: 3.125rem;
  line-height: 1;
  margin-top: -1.25rem;
  color: #FFE900;
  font-weight: 400;
}

.p-form__btn {
  padding-top: 2.3125rem;
}

.c-circle__recruit--left {
  position: absolute;
  bottom: -15%;
  left: -15%;
  z-index: -1;
}

.c-page__top {
  width: 5.9375rem;
  height: 5.9375rem;
  position: fixed;
  right: 8%;
  bottom: 10%;
  z-index: 1;
  display: none;
}

.c-page__top img {
  width: 100%;
  height: 100%;
}

.p-404 {
  padding-top: 8rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .tab-sp-only {
    display: block;
  }

  html {
    font-size: 4.2553191489vw;
  }

  .Btn.Btn__white {
    width: 18.75rem;
    height: 3.75rem;
    font-size: 1rem;
  }

  .Btn-header {
    width: 8.125rem;
    height: 2.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    margin-left: 2.5rem;
    margin-right: 1rem;
  }

  .Btn.Btn__white.Btn__white--left {
    margin-left: auto;
  }

  .c-hamburger {
    width: 1.5625rem;
    display: block;
    height: 1.5625rem;
    position: relative;
    z-index: 101;
  }

  .c-hamburger span {
    width: 1.5625rem;
  }

  .c-hamburger span:nth-of-type(1) {
    top: -0.3125rem;
  }

  .c-hamburger span:nth-of-type(2) {
    width: 1.25rem;
  }

  .c-hamburger span:nth-of-type(3) {
    top: 0.3125rem;
  }

  .c-hamburger[aria-expanded=true] span:nth-of-type(1) {
    top: 2px;
    -webkit-transform: translateX(-50%) rotate(150deg);
    transform: translateX(-50%) rotate(150deg);
  }

  .c-hamburger[aria-expanded=true] span:nth-of-type(3) {
    top: -2px;
    -webkit-transform: translateX(-50%) rotate(-150deg);
    transform: translateX(-50%) rotate(-150deg);
  }

  .c-fv__message {
    width: 100%;
    height: 5rem;
    font-size: 1rem;
  }

  .c-section__ttl {
    font-size: 3.75rem;
  }

  .c-section__sub-ttl {
    font-size: 1rem;
  }

  .c-business__card {
    width: 100%;
    height: 18.75rem;
    padding-top: 1.25rem;
  }

  .c-business__card__ttl {
    font-size: 1.25rem;
    padding-top: 1.6875rem;
  }

  .c-business__card__text {
    font-size: 1rem;
    padding-top: 0.8125rem;
  }

  .c-triangle {
    border-right: 9.125rem solid transparent;
    border-left: 9.125rem solid transparent;
    border-bottom: 15.875rem solid #f3f2f2;
  }

  .c-circle {
    width: 20rem;
    height: 20rem;
  }

  .l-page__ttl {
    padding-left: 0;
    text-align: center;
  }

  .c-page__ttl--white::after {
    width: 12.5rem;
    height: 12.5rem;
    top: -3.5rem;
    right: -1.8125rem;
  }

  .c-about-us__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0.875rem;
    height: 18.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-card__point--about {
    font-size: 2.5rem;
    text-align: center;
    margin-top: -2.3125rem;
  }

  .c-card__point--about .c-card__point__num {
    font-size: 5rem;
    line-height: 1;
  }

  .c-about-us__card__ttl {
    font-size: 1.5rem;
    width: 100%;
    padding-top: 0.875rem;
  }

  .c-about-us__card__text {
    width: 100%;
    font-size: 0.875rem;
    padding-top: 0.5rem;
  }

  .c-about-us__card.c-about-us__card--white:not(:first-child) {
    margin-top: 5rem;
  }

  .c-about-us__card__body {
    padding-left: 0;
  }

  .c-about-us__card--icon {
    width: 5.9375rem;
    height: 5.9375rem;
  }
  .c-arrow__box::after{
    right: 72%;
    top: -24px;
    transform: rotate(90deg);
}
.c-arrow__box--reverse::after{
  left: 75%;
  top: -25px;
  transform: rotate(-90deg);
}
  .l-inner {
    width: 100%;
    height: 100%;
    padding: 0 1.5625rem;
  }

  .slider {
    margin-top: 2.5rem;
  }

  .swiper {
    height: 22.5rem;
  }

  .c-swiper__body {
    /* height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; */
    padding: 1.0625rem 1rem 1rem 1rem;
    height: 45%;
  }

  .c-swiper__body.c-swiper__body--archive {
    /* height: 55%; */
    height: 45%;
  }

  .c-swiper__category {
    font-size: 1rem;
    font-weight: 500;
  }

  .c-swiper__name {
    font-size: 1rem;
    font-weight: 500;
    padding-top: 0.5rem;
  }

  .c-swiper__body-logo {
    width: 3.25rem;
    padding-top: 1rem;

  }

  .c-swiper__text {
    font-size: 0.7rem;
    font-weight: 500;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width:1.875rem;
  }

  .swiper-button-prev {
    left: 35%;
    bottom: -20%;
  }

  .swiper-button-next {
    right: 32%;
    bottom: -20%;
  }
  .arrow-circle{
    width: 3.125rem;
    height: 3.125rem;

  }
  .l-business {
    /* padding-top: 3.4375rem; */
    padding-bottom: 7.5rem;
    padding-top: 8.75rem;
  }

  .p-business__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5rem;
    gap: 5rem;
  }

  .c-to-entry__text.c-to-entry__text--black {
    font-size: 1rem;
  }

  .Form {
    padding: 0 1.5rem;
  }

  .Form-Btn {
    width: 100%;
    margin-top: 2.5rem;
  }

  .p-footer {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }

  .p-company__name {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .p-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }

  .p-address {
    font-size: 0.875rem;
  }

  .p-footer__nav__list:not(:first-child),
  .p-footer__link__list:not(:first-child) {
    padding-top: 1rem;
  }

  .p-footer__link__lists {
    padding-top: 2.0625rem;
    padding-bottom: 0;
  }

  .p-footer__link__list::after {
    width: 1rem;
    height: 1rem;
  }

  .p-footer__right {
    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;
  }

  .Btn.Btn__footer {
    width: 18.75rem;
    height: 3.75rem;
  }

  .Btn.Btn__footer .Btn-Text {
    font-size: 1rem;
  }

  .p-fv__message {
    grid-template-columns: 1fr;
        grid-gap: 10rem 0;

  }

  .p-fv__text {
    font-size: 1rem;
    /* padding-top: 44px; */
    padding-top: 15rem;
    line-height: 1.5;
  }

  .p-fv {
    background-image: url(../img/fv-sp.webp);
    /* height: 36rem; */
    height: 53.75rem;
  }

  .p-fv__title {
    padding-left: 7%;
    margin-top: -80%;
  }

  .p-fv__title .c-fv__title--first {
    font-size: 4.125rem;
  }

  .p-fv__title .c-fv__title--second {
    font-size: 3.875rem;
  }

  .p-fv__title .c-fv__title--third {
    font-size: 3.0625rem;
  }

  .c-fv__title--third--small {
    font-size: 2.75rem;
  }

  .p-fv__title .p-fv__sub {
    margin-left: 0;
  }

  .p-fv__title .p-fv__sub .c-fv__sub__content {
    font-size: 0.875rem;
  }

  .p-fv__title .p-fv__sub .c-fv__sub__content.c-fv__sub--small {
    font-size: 0.875rem;
  }
  .l-fv__bottom {
    padding-top: 20rem;
    
  }
  .l-header {
    height: 3.75rem;
  }

  .c-logo {
    width: 9.9375rem;
    position: relative;
    z-index: 101;
  }

  .p-header__inner {
    padding: 0 1rem;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }

  .p-header__nav {
    z-index: 10;
    position: absolute;
    top: 0%;
    right: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
  }

  .p-nav {
    overflow: scroll;
  }

  .p-nav__inner {
    height: 100%;
    padding: 0 1.5rem;
  }

  .p-nav__items {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    /* top: 6.0625rem; */
    top: 5rem;
  }

  .p-nav__item {
    margin-right: auto;
  }

  .p-nav__link {
    display: block;
    width: 100%;
    padding-inline: 0;
    padding: 1rem 1.25rem 1rem 0rem;
    color: #FFFFFF;
    font-size: 0.875rem;
    line-height: 1.2;
  }

  .p-interview {
    /* padding-top: 2.5rem; */
    padding-top: 8.75rem;
    padding-bottom: 7.5rem;
  }

  .l-interview__wrapper {
    padding-bottom: 7.25rem;
    padding-top: 1rem;
  }

  .c-section__ttl.c-section__ttl--interview {
    text-align: center;
    padding-top: 1.25rem;
  }

  .c-section__sub-ttl.c-section__sub-ttl--interview {
    text-align: center;
  }

  .c-interview__text {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 0.875rem;
  }

  .c-triangle.c-triangle--interview {
    left: -40%;
  }

  .p-member__wrapper {
    /* padding-top: 2.5rem; */
    padding-top: 7.5rem;
    grid-template-columns: 1fr;
    padding-bottom: 5rem;
    gap: 5rem;
    grid-template-rows: 1fr 1fr 1fr 1fr ;
  }

  #interview .c-page__ttl--white::after {
    right: -3.7rem;
    width: 12.5rem;
    height: 12.5rem;
    top: -3.5rem;
  }
  #recruit .c-page__ttl--white::after {
    right: -0.65rem;
    width: 12.5rem;
    height: 12.5rem;
    top: -3.5rem;
  }

  .c-circle__interview {
    top: 82%;
    right: -35%;
  }

  .c-circle__interview02 {
    display: block;
    background-color: #FFFBCD;
    top: 500%;
    right: -35%;
  }

  .c-triangle.c-triangle__interview {
    border-right: 9.125rem solid transparent;
    border-left: 9.125rem solid transparent;
    border-bottom: 15.875rem solid #FFFBCD;
    left: -12%;
    top: 192%;
  }

  .l-message {
    /* padding-top: 3.4375rem; */
    padding-top: 18.25rem;
  }

  .l-message__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    padding-top: 2.5rem;
    position: inherit;
  }

  .p-message__title {
    font-size: 1.5rem;
    margin: 0 auto;
    line-height: 1.4;
  }

  .p-message__body {
    width: 100%;
  }

  .p-message__img img,
  .p-message__img source {
    max-width: 20.4375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin: 0 auto;
  }

  .p-message__text {
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
  }

  .p-message__text::after {
    width: 100%;
    height: 27.1875rem;
    bottom: 0;
    padding: 0 1.5rem;
  }

  .p-message__text--ttl {
    font-size: 1.375rem;
    padding-top: 10px;
  }
.p-message__textTtl--about{
  font-size: 1rem;
  text-align: center;
}
  .p-message__text--detail {
    font-size: 0.75rem;
    padding-top: 2.9375rem;
    font-weight: 500;
    text-align: center;
  }

  .l-message__btn {
    padding-bottom: 3.75rem;
  }

  .c-triangle__message {
    top: -15%;
    right: -32%;
  }

  .c-circle.c-message__circle {
    top: 4%;
    left: -57%;
  }

  .l-page-ttl {
    padding-top: 7.5rem;
  }

  .l-video {
    padding:5rem 0;
  }

  .p-video {
    width: 100%;
    height: 12.5rem;
  }

  .l-value {
    padding-top: 0;
  }

  .p-value__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1.5rem;
    transform: initial;
  }

  .p-value-ttl__wrapper {
    padding-left: 0;
  }

  .p-value__message {
    font-size: 1.5rem;
    padding-left: 0;
  }

  .l-about-us__card:not(:first-child) {
    margin-top: 5rem;
  }

  .l-about-us__card:first-child {
    margin-top: 5rem;
  }
  .l-about__message {
    padding-top: 5rem;
  }
  .l-benefit {
    padding-top: 5rem;
  }

  .p-benefit {
    padding-bottom: 5rem;
  }

  .p-benefit-ttl__wrapper {
    padding-top: 7.5rem;
    padding-bottom: 5rem;

  }

  .l-gallery {
    padding-top: 5rem;
  }

  .p-gallery__wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .c-triangle__gallery {
    right: -2.125rem;
  }

  .p-personal-profile__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 1rem;
    gap: 1rem;
  }

  .personal-profile__body {
    width: 100%;
  }

  .p-personal-profile__comment {
    font-size: 1.25rem;
    padding-top: 5rem;
  }

  .p-personal-profile__category {
    font-size: 1rem;
    padding-top: 0.5rem;
  }

  .p-personal-profile__contents {
    font-size: 0.875rem;
  }

  .p-profile--item {
    font-size: 0.875rem;
    padding: 0.125rem 0.25rem;
    margin-top: 0.5rem;
  }

  .p-personal-profile__img {
    width: 100%;
    border-radius: 30px 30px 0 0;
  }

  .l-personal-interview {
    padding-top: 2.5rem;
  }

  .p-interviwer__wrapper {
    width: 100%;
    gap: 1.875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    flex-direction: column;
  }

  .p-interviwer__wrapper:not(:first-child) {
    padding-top: 2.5rem;
  }

  .p-interview-person {
    width: 6.25rem;
    height: 6.25rem;
  }

  .c-arrow__box {
    font-size: 1rem;
    padding: 1rem;
    width: 100%;
  }

  .p-interviewee__wrapper {
    width: 100%;
    gap: 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: end;
    padding-top: 2rem;
  }

  .c-arrow__box--reverse {
    font-size: 0.875rem;
  }

  .interview__btn__wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .p-other-interview {
    font-size: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .p-interviewee__slider {
    padding-bottom: 9.375rem;
  }


  .l-recruit__information {
    padding-top: 5rem;
  }

  .p-Btn__row {
    grid-template-columns: 1fr 1fr;
    gap: 0.3125rem 1.5rem;
  }

  .Btn__job-category {
    max-width: 9.375rem;
    width: 100%;
    height: 3.75rem;
  }

  .Btn__job-category .Btn-Text {
    font-size: 0.8125rem;
  }

  .p-recruit__detail {
    margin-top: 2.5rem;
    padding: 1.25rem;
  }

  .p-recruit__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-recruit__items:not(:first-child) {
    padding-top: 2.5rem;
  }

  .p-recruit__item-title {
    width: fit-content;
    font-size: 1.5rem;
    border-bottom: 2px solid #17C3D6;
  }

  .p-recruit__item-content {
    width: 100%;
    font-size: 0.875rem;
    padding-top: 0.5rem;
  }

  .p-recruit__item-content--thinSmall {
    font-size: 0.75rem;
  }

  .p-recruit__item-content--big {
    font-size: 1.25rem;
  }

  .Btn__recruit-detail {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }

  .l-recruit__benefit {
    padding-top: 7.5rem;
  }

  .p-recruit__benefit__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
    padding-top: 5rem;
  }

  .p-recruit__benefit__card {
    width: 100%;
    height: auto;
  }

  .p-recruit__benefit__title {
    font-size: 1.5rem;
  }

  .l-schedule {
    padding-top: 7.5rem;
  }

  .p-schedule__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5rem;
    gap: 1rem;

  }

  .c-schedule__card {
    width: 100%;
    padding: 0.875rem;
    min-height: 14.375rem;
  }

  .c-card__point--schedule {
    margin-top: -10%;
  }

  .c-schedule__card__ttl {
    font-size: 1.5rem;
  }

  .c-schedule__card__text {
    font-size: 0.875rem;
  }

  .p-schedule__triangle {
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
    border-left: 1.375rem solid #17C3D6;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0.25rem 0;
  }

  .c-circle__recruit--right {
    right: -40%;
    bottom: 0;
  }

  .c-triangle__recruit {
    top: 100%;
    left: -28%;
  }

  .l-entry-form {
    margin-top: 2.5rem;
    padding-top: 0;
  }

  .l-recruit {
    /* padding-top: 3.5625rem; */
    padding-top: 8.75rem;
  }

  .l-recruit__wrapper {
    text-align: center;
    padding-bottom: 2.5rem;
    padding: 0 1.5rem;
  }

  .p-recruit__contents__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 5rem;
  }

  .p-recruit__body {
    margin-left: 0;
    max-width: 20.4375rem;
    margin-bottom: 3.5rem;
  }

  /* .p-recruit__body::after {
    height: 16.875rem;
  } */

  .p-recruit__text {
    font-size: 1.25rem;
    padding-top: 0;
  }

  .l-recruit__btn {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }

  .p-to-entry-form {
    height: 16.9375rem;
  }

  .l-to-entry-form {
    margin-bottom: 5rem;
  }

  .c-to-entry__title {
    font-size: 4.5rem;
  }

  .c-to-entry__text {
    font-size: 1rem;
    margin-top: -0.625rem;
  }

  .p-form__btn {
    padding-top: 1.5rem;
  }

  .c-circle__recruit--left {
    bottom: -200%;
    right: -30%;
  }

  .c-page__top {
    width: 2.5rem;
    height: 2.5rem;
  }

  .c-member__img {
    /* max-height: 9.24375rem; */
    height: 53%;
  }

  .p-404 {
    padding-top: 5rem;

  }
}

@media screen and (max-width: 376px) {
  .sp-only {
    display: block;
  }

  .Btn-header {
    width: 6.25rem;
  }
}


/*# sourceMappingURL=style.css.map */