@charset "UTF-8";
/* CSS Document */
/*
Theme Name: スポーツX new
*/
/*-------------------------------

common

-------------------------------*/
.c-sign {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 30px;
}
.c-sign .sign__position {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.14em;
  margin-top: 12px;
}
.c-sign .sign__ja {
  font-size: 26px;
  letter-spacing: 0.14em;
  font-weight: bold;
  text-align: center;
}
.c-sign .sign__en {
  font-family: var(--lato);
  font-size: 15px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 7px;
}
.c-btn {
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: #fff;
  font-weight: bold;
}
.c-btn--arrow {
  position: relative;
  color: #fff;
  font-family: var(--lato);
}
.c-btn--arrow::after {
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  content: "";
  position: absolute;
  width: 7px;
  height: 15px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: linear-gradient(45deg, #fff);
}
.c-btn--contact {
  width: 960px;
  max-width: min(90vw, 100%);
  height: 172px;
  background: var(--red);
  color: #fff;
  flex-direction: column;
}
.c-btn--contact .btn__en {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: block;
  font-family: var(--lato);
}
.c-btn--contact .btn__ja {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.14em;
  display: block;
}
.c-top-int-area {
  padding: 100px 0 200px;
  margin-top: -100px;
}
.c-top-int-area .int-list {
  transform: translateX(100px);
}
.c-top-int-area .int-wrap {
  /* padding: 0 5%; */
  margin-right: 50px;
}
.c-top-int-area .int-wrap .thumb-wrap {
  border-radius: 30px;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 25px;
  position: relative;
  padding-top: 100%;
}
.c-top-int-area.int-wrap .thumb-wrap :is(img, picture) {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}
.c-top-int-area .int-wrap .text-wrap .profile {
  width: 30%;
}
.c-top-int-area .int-wrap .text-wrap h4 {
  width: 60%;
}
.c-top-int-area .int-wrap .text-wrap h3 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
  white-space: nowrap;
}
.c-top-int-area .int-wrap .text-wrap h3 span {
  display: block;
  font-size: 13px;
  font-family: var(--lato);
  font-weight: 300;
  font-style: normal;
  margin-top: 5px;
}
.c-top-int-area .int-wrap .text-wrap .cat {
  font-size: 13px;
}
.c-page-title {
  text-align: center;
  color: #de0614;
  font-size: 45px;
  letter-spacing: 0.22em;
  height: 360px;
  position: relative;
  background: #000;
}
.c-page-title h2 {
  text-align: center;
  color: #de0614;
  font-size: 45px;
  letter-spacing: 0.22em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--lato);
  font-weight: 300;
  font-style: normal;
}
.c-page-contents-wrap {
  border-bottom: 1px solid #de0614;
}

/*-------------------------------

hd

-------------------------------*/
:root {
  --hd-height: 80px;
}
.hd {
  position: fixed;
  width: 100%;
  top: 0;
  height: var(--hd-height);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
  z-index: 10;
  background: #fff;
}
.hd .logo {
  width: 200px;
}
.hd .nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  gap: 72px;
}
.hd .nav__item {
  color: var(--red);
  font-size: 18px;
  letter-spacing: 0.14em;
  font-weight: bold;
}

/*-------------------------------

ft-contact

-------------------------------*/
.ft-contact {
  padding-top: 200px;
  padding-bottom: 200px;
  background: var(--beige);
}
.ft-contact .ttl {
  color: var(--red);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.14em;
}
.ft-contact .btn {
  margin: 82px auto 0;
}

/*-------------------------------

ft

-------------------------------*/
.ft {
  padding-top: 137px;
  padding-bottom: 185px;
  background: #fff;
}
.ft .logo {
  width: 386px;
  margin: 0 auto;
}
.ft .nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 67px;
  margin-top: 102px;
}
.ft .nav__item {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: var(--red);
}
.ft .cr {
  text-align: center;
  font-size: 12px;
  color: var(--red);
  margin-top: 109px;
  font-family: var(---din);
}

/*-------------------------------

p-top

-------------------------------*/
.p-top .fv {
  padding-top: var(--hd-height);
  /* 位置 */
  /* サイズ */
  /* 間隔 */
  /* current */
  /* .ttl span {
    background: var(--red);
    display: block;
    width: fit-content;
    padding: 11px 21px;
  } */
}
.p-top .fv .slider__item {
  height: calc(100svh - var(--hd-height));
  width: 100%;
  position: relative;
}
.p-top .fv .slider__item :is(img, picture) {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top .fv .slider__item--3 :is(img, picture) {
  object-position: top;
}
.p-top .fv .slick-dots {
  bottom: 31px;
  width: fit-content;
  right: 91px;
}
.p-top .fv .slick-dots li button:before {
  font-size: 11px;
  color: #fff;
  opacity: 1;
  width: 10px !important;
}
.p-top .fv .slick-dots li {
  width: 12px !important;
}
.p-top .fv .slick-dots li.slick-active button:before {
  color: var(--red);
}
.p-top .fv .ttl {
  position: absolute;
  bottom: 100px;
  left: 97px;
  right: 97px;
}
.p-top .fv .ttl span {
  display: inline;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.22em;
  line-height: 2;
  padding: 11px 21px;
  background: linear-gradient(var(--red) 0%, var(--red) 100%);
}
.p-top .fv .ttl > * + * {
  margin-top: 19px;
}
.p-top .pickup .heading-wrap {
  border-top: 1px solid var(--red);
  padding-top: 106px;
  padding-bottom: 50px;
  text-align: center;
  color: var(--red);
}
.p-top .pickup .heading {
  font-family: var(--lato);
  font-size: 80px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.p-top .pickup .subheading {
  font-size: 25px;
  letter-spacing: 0.14em;
  font-weight: bold;
  margin-top: 17px;
}
.p-top .pickup .block {
  border-top: 1px solid var(--red);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 66px 5vw;
}
.p-top .pickup .block__img {
  width: 44%;
}
.p-top .pickup .block__img :is(img, picture) {
  aspect-ratio: 768/477;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.p-top .pickup .block__txt-wrap {
  width: 45%;
  translate: -10% 0;
}
.p-top .pickup .block__ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: var(--red);
}
.p-top .pickup .block__txt {
  font-size: 15px;
  letter-spacing: 0.04em;
  /* line-height: 2.4 */
  line-height: 2;
  font-weight: bold;
  margin-top: 40px;
}
.p-top .pickup .block__btn {
  margin-top: 30px;
  margin-left: auto;
  margin-top: 82px;
  width: 141px;
  height: 40px;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.p-top .history .heading-wrap {
  border-top: 1px solid var(--red);
  padding-top: 106px;
  padding-bottom: 50px;
  text-align: center;
  color: var(--red);
}
.p-top .history .heading {
  font-family: var(--lato);
  font-size: 80px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.p-top .history .subheading {
  font-size: 25px;
  letter-spacing: 0.14em;
  font-weight: bold;
  margin-top: 17px;
}
.p-top .history .block-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-top .history .block-wrap .block:nth-of-type(2n) {
  border-left: 1px solid var(--red);
}
.p-top .history .block {
  border-top: 1px solid var(--red);
}
.p-top .history .block__heading-wrap {
  border-bottom: 1px solid var(--red);
  color: var(--red);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 35px 0 35px 98px;
  gap: 26px;
}
.p-top .history .block__time {
  font-size: 66px;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-family: var(--lato);
  white-space: nowrap;
}
.p-top .history .block__heading {
  font-size: 26px;
  letter-spacing: 0.14em;
  font-weight: bold;
  line-height: 1.5;
}
.p-top .history .block__inner {
  padding: 69px 98px 72px;
}
.p-top .history .block__img :is(img, picture) {
  aspect-ratio: 768/477;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.p-top .history .block__ttl {
  font-size: 24px;
  letter-spacing: 0.14em;
  font-weight: bold;
  color: var(--red);
  margin-top: 51px;
}
.p-top .history .block__txt {
  margin-top: 23px;
  font-size: 15px;
  /* line-height: 2.4 */
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.p-top .history .item-wrap > * + * {
  margin-top: 73px;
}
.p-top .history .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.p-top .history .item__img {
  width: 43%;
}
.p-top .history .item__img :is(img, picture) {
  aspect-ratio: 332/206;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.p-top .history .item__txt {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  /* line-height: 2.4 */
  line-height: 2;
  width: 50%;
}
.p-top .company .heading-wrap {
  border-top: 1px solid var(--red);
  padding-top: 106px;
  padding-bottom: 50px;
  text-align: center;
  color: var(--red);
}
.p-top .company .heading {
  font-family: var(--lato);
  font-size: 80px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.p-top .company .subheading {
  font-size: 25px;
  letter-spacing: 0.14em;
  font-weight: bold;
  margin-top: 17px;
}
.p-top .company .wrap {
  background: url(img/page/top/bg_company.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -100px 50%;
  border-top: 1px solid var(--red);
  padding-bottom: 171px;
}
.p-top .company .container {
  width: 80%;
}
.p-top .company table {
  margin-top: 100px;
}
.p-top .company tr {
  border-bottom: 1px solid var(--red);
}
.p-top .company th,
.p-top .company td {
  line-height: 1.8;
  padding: 22px 0;
}
.p-top .company th {
  white-space: nowrap;
  color: var(--red);
  font-size: 18px;
  width: 370px;
  padding-left: 151px;
  font-weight: bold;
  vertical-align: middle;
}
.p-top .company td {
  font-size: 16px;
  font-weight: bold;
  width: calc(100% - 380px);
}
.p-top .message .heading-wrap {
  border-top: 1px solid var(--red);
  padding-top: 106px;
  padding-bottom: 50px;
  text-align: center;
  color: var(--red);
}
.p-top .message .heading {
  font-family: var(--lato);
  font-size: 80px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.p-top .message .subheading {
  font-size: 25px;
  letter-spacing: 0.14em;
  font-weight: bold;
  margin-top: 17px;
}
.p-top .message .block {
  border-top: 1px solid var(--red);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 92px 9vw;
  display: block;
}
.p-top .message .block__img {
  width: 400px;
  margin: 0 auto;
}
.p-top .message .block__img :is(img, picture) {
  aspect-ratio: 508/548;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.p-top .message .block__txt-wrap {
  /* width: 62%;
  width: calc(100% - 585px); */
  width: auto;
  margin-top: 50px;
}
.p-top .message .block__ttl {
  color: var(--red);
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.14em;
  /* line-height: 2.2 */
  line-height: 1.5;
}
.p-top .message .block__txt {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.14em;
  /* line-height: 2.2 */
  line-height: 2;
  margin-top: 28px;
}
.p-top .message .c-sign {
  margin-top: 61px;
}
.p-top .message .book {
  display: flex;
  gap: 100px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 80px 30px;
  border-top: 1px solid var(--red);
  border-bottom: 1px solid var(--red);
  align-items: center;
}
.p-top .message .book__img {
  width: 200px;
}
.p-top .message .book__txt-wrap {
  flex: 1;
}
.p-top .message .book__heading {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 20px;
  color: var(--red);
  font-weight: bold;
}
.p-top .message .book__author {
  letter-spacing: 0.1em;
  font-size: 15px;
  color: var(--red);
  font-weight: bold;
  margin-top: 10px;
}
.p-top .message .book__txt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.p-top .message .book__btn {
  width: 167px;
  height: 38px;
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.1em;
}

/*-------------------------------

p-pickup

-------------------------------*/
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(img/page/pickup/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  z-index: -1;
}
.bg::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  background: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.p-pickup {
  font-family: var(--basic-gothic);
  position: relative;
  z-index: 1;
}
.p-pickup .pickup {
  color: #fff;
  padding-top: calc(var(--hd-height) + 193px);
}
.p-pickup .pickup .img {
  width: 70vw;
  margin: 0 auto;
}
.p-pickup .pickup .img--last {
  margin-top: 200px;
}
.p-pickup .pickup .img :is(img, picture) {
  object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
}
.p-pickup .pickup .heading {
  font-size: 33px;
  letter-spacing: 0.14em;
  /* line-height: 1.8; */
  line-height: 1.5;
  margin-top: 100px;
}
.p-pickup .pickup .subheading {
  font-size: 24px;
  letter-spacing: 0.14em;
  line-height: 1.5;
  margin-top: 10px;
}
.p-pickup .pickup .block-wrap {
  margin-top: 100px;
}
.p-pickup .pickup .block-wrap > * + * {
  margin-top: 143px;
}
.p-pickup .pickup .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 166px;
  gap: 8vw;
}
.p-pickup .pickup .block__img {
  width: 48vw;
}
.p-pickup .pickup .block__img :is(img, picture) {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-pickup .pickup .block-wrap .block:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
}
.p-pickup .pickup .block-wrap .block:nth-of-type(2n + 1) .block__img {
  margin-right: calc(50% - 50vw);
}
.p-pickup .pickup .block-wrap .block:nth-of-type(2n) {
  flex-direction: row;
}
.p-pickup .pickup .block-wrap .block:nth-of-type(2n) .block__img {
  margin-left: calc(50% - 50vw);
}
.p-pickup .pickup .block__txt-wrap {
  flex: 1;
}
.p-pickup .pickup .block__ttl {
  font-size: 30px;
  letter-spacing: 0.14em;
  /* line-height: 1.8; */
  line-height: 1.5;
}
.p-pickup .pickup .block__txt {
  font-size: 15px;
  /* line-height: 2.6 */
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-pickup .pickup .block__ttl + .block__txt {
  margin-top: 50px;
}
.p-pickup .pickup .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 5vw;
}
.p-pickup .pickup .item__img {
  width: 40vw;
}
.p-pickup .pickup .item__txt-wrap {
  flex: 1;
}
.p-pickup .pickup .item__txt {
  font-size: 15px;
  /* line-height: 2.6 */
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-pickup .message {
  padding-top: 150px;
  padding-bottom: 185px;
}
.p-pickup .message .wrap {
  background: #fff;
  padding: 117px 10vw;
}
.p-pickup .message .block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10vw;
}
.p-pickup .message .block__logo {
  width: 285px;
}
.p-pickup .message .block__heading {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: var(--red);
  margin-top: 24px;
}
.p-pickup .message .block__img {
  flex: 1;
}
.p-pickup .message .block__img :is(img, picture) {
  aspect-ratio: 670/435;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-pickup .message .ttl {
  font-weight: bold;
  color: var(--red);
  letter-spacing: 0.014em;
  margin-top: 91px;
  font-size: 30px;
  /* line-height: 1.8; */
  line-height: 1.5;
}
.p-pickup .message .txt {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.04em;
  /* line-height: 2.4 */
  line-height: 2;
  margin-top: 53px;
}
.p-pickup .message .c-sign {
  margin-top: 60px;
}
.p-pickup .message .btn {
  margin: 128px auto 0;
}
.p-pickup .message .back {
  width: fit-content;
  margin: 88px auto 0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: var(--red);
  position: relative;
}
.p-pickup .message .back::before {
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: linear-gradient(45deg, var(--red));
}

/*-------------------------------

a-recruit, .s-recruit

-------------------------------*/
:is(.a-recruit, .s-recruit) .c-page-title.recruit {
  background: url(img/page/recruit_icatch.jpg) no-repeat center center;
  background-size: cover;
}
:is(.a-recruit, .s-recruit) .recruit-contents-wrap h3 {
  text-align: center;
  font-size: 30px;
  width: 90%;
  margin: 0 auto 75px;
  letter-spacing: 0.14em;
  color: #de0614;
}
:is(.a-recruit, .s-recruit) .recruit-read-area {
  padding: 200px 0;
  color: #de0614;
}
:is(.a-recruit, .s-recruit) .recruit-read-area .read {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  line-height: 3;
  letter-spacing: 0.14em;
}
:is(.a-recruit, .s-recruit) .recruit-cul-area {
  padding: 200px 0;
  background: #f0efea;
}
:is(.a-recruit, .s-recruit) .recruit-cul-area .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
:is(.a-recruit, .s-recruit) .recruit-cul-area dl {
  margin-bottom: 75px;
  padding-left: 100px;
  position: relative;
}
:is(.a-recruit, .s-recruit) .recruit-cul-area dl:before {
  content: "1.";
  display: block;
  font-size: 57px;
  color: #de0614;
  position: absolute;
  top: -12%;
  left: 0;
  font-family: var(--lato);
  font-weight: 300;
  font-style: italic;
}
:is(.a-recruit, .s-recruit) .recruit-cul-area dl:nth-of-type(2):before {
  content: "2.";
}
:is(.a-recruit, .s-recruit) .recruit-cul-area dl:nth-of-type(3):before {
  content: "3.";
}
:is(.a-recruit, .s-recruit) .recruit-cul-area dl:nth-of-type(3) {
  margin-bottom: 0;
}
:is(.a-recruit, .s-recruit) .recruit-cul-area dl dt {
  font-size: 24px;
  margin-bottom: 20px;
}
:is(.a-recruit, .s-recruit) .recruit-job-area {
  padding: 200px 0;
}
:is(.a-recruit, .s-recruit) .recruit-job-area .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
:is(.a-recruit, .s-recruit) .recruit-job-area .job-wrap:after {
  content: "";
  display: block;
  width: 32%;
}
:is(.a-recruit, .s-recruit) .recruit-job-area .job {
  width: 32%;
  line-height: 0;
  margin-bottom: 25px;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
:is(.a-recruit, .s-recruit) .recruit-job-area .job h4 {
  text-align: center;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.14em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  width: max-content;
}
:is(.a-recruit, .s-recruit) .recruit-job-area a.btn-contact {
  display: table;
  background: #de0614;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
  padding: 40px;
  border-radius: 20px;
  line-height: 1;
}
:is(.a-recruit, .s-recruit) .recruit-job-area a.btn-contact span {
  display: block;
  font-size: 40px;
  letter-spacing: 0.14em;
  margin-top: 15px;
  font-family: var(--lato);
  font-weight: 300;
  font-style: normal;
}
:is(.a-recruit, .s-recruit) .recruit-detail-area {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 150px 0 0;
}
:is(.a-recruit, .s-recruit) .recruit-detail-area h3 {
  color: #111;
}
:is(.a-recruit, .s-recruit) .recruit-detail-area dt {
  background: #111;
  color: #fff;
  text-align: center;
  font-size: 19px;
  padding: 10px;
  line-height: 1;
  margin-bottom: 25px;
}
:is(.a-recruit, .s-recruit) .recruit-detail-area dd {
  margin-bottom: 50px;
  line-height: 2;
}
:is(.a-recruit, .s-recruit) .recruit-job-area.single {
  padding-top: 100px;
}
:is(.a-recruit, .s-recruit) .recruit-job-area .note {
  width: 90%;
  text-align: center;
  font-size: 19px;
  color: #de0614;
  margin: 0 auto 40px;
}

/*-------------------------------

s-interview

-------------------------------*/
.s-interview .int-icatch-area {
  height: 80vh;
  background: url(img/page/interview_icatch.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 100px;
}
.s-interview .int-icatch-area .inner {
  width: 90%;
  max-width: 1530px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.s-interview .int-icatch-area .profile-wrap {
  background: #fff;
  border-radius: 30px;
  display: table;
  position: absolute;
  bottom: 20%;
  padding: 50px 75px;
}
.s-interview .int-icatch-area .profile-wrap .title {
  color: #de0614;
  font-size: 30px;
  letter-spacing: 0.14em;
  margin-bottom: 30px;
  font-family: var(--lato);
  font-weight: 300;
  font-style: normal;
}
.s-interview .int-icatch-area .profile-wrap h2 {
  color: #111;
  text-align: left;
  font-size: 2.2vw;
  line-height: 1;
  margin-bottom: 25px;
}
.s-interview .int-icatch-area .profile-wrap h2 span {
  font-size: 15px;
  margin-top: 15px;
  font-family: var(--lato);
  font-weight: 300;
  font-style: normal;
}
.s-interview .int-icatch-area .profile-wrap .cat {
  font-size: 24px;
  margin-top: 15px;
}
.s-interview h3.int-copy {
  font-size: 37px;
  color: #de0614;
  line-height: 2;
  letter-spacing: 0.14em;
  width: 90%;
  max-width: 1530px;
  margin: 0 auto;
}
.s-interview .int-detail-wrap {
  width: 90%;
  max-width: 1530px;
  margin: 0 auto;
  position: relative;
  padding: 150px 0 200px;
}
.s-interview .int-detail-wrap .text-wrap {
  width: 40%;
}
.s-interview .int-detail-wrap .text-wrap table.carrier {
  width: 100%;
  margin-bottom: 100px;
}
.s-interview .int-detail-wrap .text-wrap table.carrier th {
  white-space: nowrap;
  padding-right: 20px;
  padding-bottom: 10px;
}
.s-interview .int-detail-wrap .text-wrap table.carrier td {
  padding-bottom: 10px;
}
.s-interview .int-detail-wrap .text-wrap .int {
  margin-bottom: 100px;
}
.s-interview .int-detail-wrap .text-wrap .int h4 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 2px solid #111;
}
.s-interview .int-detail-wrap .text-wrap .int p {
  line-height: 2;
}
.s-interview .int-detail-wrap .thumb-wrap {
  width: 50%;
  line-height: 0;
  border-radius: 30px;
  overflow: hidden;
}
.s-interview .int-detail-wrap .thumb-wrap :is(img, picture) {
  display: block;
}

/*-------------------------------

p-contact_old

-------------------------------*/
.p-contact_old .c-page-title.contact {
  background: url(img/page/contact_icatch.jpg) no-repeat center center;
  background-size: cover;
}
.p-contact_old .form-wrap {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
  padding: 200px 0;
}
.p-contact_old .form-wrap .read {
  text-align: center;
  margin-bottom: 75px;
  /* line-height: 2.2 */
  line-height: 2;
}
.p-contact_old .form-wrap .red {
  color: #de0614;
}
.p-contact_old .form-wrap table {
  width: 100%;
}
.p-contact_old .form-wrap table th .red {
  margin-left: 10px;
  font-size: 12px;
}
.p-contact_old .form-wrap table th {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-weight: bold;
}
.p-contact_old .form-wrap table td {
  display: block;
  width: 100%;
  padding-bottom: 40px;
  text-align: left;
}
.p-contact_old .form-wrap .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.p-contact_old input[type="text"],
.p-contact_old input[type="email"],
.p-contact_old input[type="tel"],
.p-contact_old textarea {
  width: 100%;
  padding: 1em;
  line-height: 1.85714;
  letter-spacing: 0.1em;
  border: 2px solid var(--red);
  border-radius: 10px;
  margin-top: 0;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  outline: none;
  -webkit-appearance: none;
}
.p-contact_old input[type="submit"] {
  width: 100%;
  padding: 15px;
  background: #de0614;
  border-radius: 10px;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.16em;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.2s ease-in;
  text-align: center;
  display: block;
}
.p-contact_old input[type="submit"].wpcf7-submit {
  width: 49%;
}
.p-contact_old input[type="button"] {
  width: 49%;
  padding: 15px;
  background: #abacb0;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.2s ease-in;
  text-align: center;
}
.p-contact_old select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  border: 2px solid var(--red);
  font-weight: bold;
}
.p-contact_old select::-ms-expand {
  　display: none;
}
.p-contact_old td span.select {
  display: block;
  position: relative;
  width: 80%;
  max-width: 300px;
}
.p-contact_old td span.select:after {
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}
.p-contact_old .custom-wpcf7c-confirmed td span.select:after {
  display: none;
}
.p-contact_old td span.address {
  display: block;
  margin-top: 15px;
}
.p-contact_old span.wpcf7-list-item {
  position: relative;
  flex-basis: 50%;
  margin: 0;
  margin-right: 10px;
}
.p-contact_old .wpcf7-list-item-label {
  color: #333;
  cursor: pointer;
  font-size: 13px;
}
.p-contact_old input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.p-contact_old .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #de0614;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.p-contact_old input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #de0614;
  box-shadow: inset 0 0 0 2px #fff;
}
.p-contact_old .custom-wpcf7c-confirmed input[type="radio"] {
  opacity: 1;
  position: static;
  margin-right: 5px;
}
.p-contact_old .custom-wpcf7c-confirmed .wpcf7-list-item-label:before {
  display: none;
}
.p-contact_old .confirm {
  text-align: center;
  margin: 0 0 40px;
  padding-top: 80px;
  font-weight: 700;
  font-size: 16px;
}
.p-contact_old .conf-text {
  text-align: center;
  font-size: 19px;
  margin-bottom: 50px;
  padding-top: 75px;
}
.p-contact_old .wpcf7c-conf {
  background: none !important;
  border: none !important;
  color: #999 !important;
}
.p-contact_old .ajax-loader,
.p-contact_old div.wpcf7-mail-sent-ok,
.p-contact_old .wpcf7 form .wpcf7-response-output,
.p-contact_old .wpcf7-spinner {
  display: none !important;
}
.p-contact_old .info-wrap {
  text-align: center;
  margin: 75px auto 200px;
  width: 90%;
  /* line-height: 2.2 */
  line-height: 2;
  font-weight: bold;
}
.p-contact_old .info-wrap a {
  color: var(--red);
  display: block;
  margin-top: 40px;
  text-decoration: underline;
}

/*-------------------------------

p-contact

-------------------------------*/
.p-contact .container {
  width: 780px;
}
.p-contact .fv {
  padding-top: var(--hd-height);
}
.p-contact .fv .fv__img {
  height: 360px;
  position: relative;
}
.p-contact .fv .fv__img :is(img, picture) {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-contact .fv .fv__heading {
  font-family: var(--lato);
  position: absolute;
  inset: 0;
  margin: auto;
  color: var(--red);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 45px;
  letter-spacing: 0.22em;
  width: fit-content;
  height: fit-content;
}
.p-contact .form {
  padding-top: 200px;
}
.p-contact .form .txt {
  text-align: center;
  font-weight: bold;
  /* line-height: 2.2 */
  line-height: 2;
  font-size: 16px;
}
.p-contact .form .item-wrap {
  margin-top: 75px;
}
.p-contact .form .item-wrap > * + * {
  margin-top: 40px;
}
.p-contact .form .item__required {
  color: var(--red);
}
.p-contact .form .item__ttl .item__required {
  font-size: 12px;
  margin-left: 10px;
}
.p-contact .form .item__txt :is(input:not([type="radio"]), textarea) {
  letter-spacing: 0.1em;
  border: 2px solid var(--red);
  border-radius: 10px;
  margin-top: 10px;
}
.p-contact .form .item__txt input:not([type="radio"]) {
  height: 60px;
}
.p-contact .form .item__txt textarea {
  height: 275px;
}
.p-contact .form .btn {
  border-radius: 100vmax;
  width: 201px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  border: 2px solid var(--red);
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.14em;
}
.p-contact .form .btn--back {
  background: #fff;
  color: var(--red);
}
.p-contact .form .btn--confirm,
.p-contact .form .btn-wrap {
  margin: 30px auto 0;
}
.p-contact .form .item--type .item__txt {
  font-size: 13px;
  margin-top: 10px;
}
.p-contact .form .wpcf7-radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.p-contact .form input[type="radio"] {
  appearance: none;
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--red);
  border-radius: 100vmax;
  background: #fff;
}
.p-contact .form input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  inset: 0;
  margin: auto;
  border-radius: 100vmax;
  background: var(--red);
}
.p-contact .form .back {
  width: fit-content;
  margin: 88px auto 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: var(--red);
  position: relative;
}
.p-contact .form .back::before {
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: linear-gradient(45deg, var(--red));
}
.p-contact .form .js-cf7-confirm-wrap .item__txt {
  margin-top: 10px;
}

/*-------------------------------

p-notfound

-------------------------------*/
.p-notfound .container {
  width: 780px;
}
.p-notfound .fv {
  padding-top: var(--hd-height);
}
.p-notfound .fv .fv__img {
  height: 360px;
  position: relative;
}
.p-notfound .fv .fv__img :is(img, picture) {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-notfound .fv .fv__heading {
  font-family: var(--lato);
  position: absolute;
  inset: 0;
  margin: auto;
  color: var(--red);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 45px;
  letter-spacing: 0.22em;
  width: fit-content;
  height: fit-content;
}
.p-notfound .notfound {
  padding-top: 75px;
}
.p-notfound .notfound .txt {
  text-align: center;
  font-weight: bold;
}
.p-notfound .notfound .back {
  width: fit-content;
  margin: 88px auto 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: var(--red);
  position: relative;
}
.p-notfound .notfound .back::before {
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: linear-gradient(45deg, var(--red));
}

/*-------------------------------

en

-------------------------------*/
.body--en .hd .nav__item {
  letter-spacing: 0.04em;
}
.body--en .p-top .fv .ttl span {
  letter-spacing: 0.04em;
}
.body--en .p-top .pickup .heading {
  letter-spacing: 0.04em;
}
.body--en .p-top .pickup .block__ttl {
  letter-spacing: 0.04em;
}
.body--en .p-top .history .block__heading,
.body--en .p-top .history .block__ttl {
  letter-spacing: 0.04em;
}
.body--en .p-top .company th {
  padding-left: 100px;
}
.body--en .p-top .message .block__ttl,
.body--en .p-top .message .block__txt {
  letter-spacing: 0.04em;
}
.body--en .p-top .message .book__heading {
  letter-spacing: 0.04em;
}
.body--en .p-top .message .book__author {
  letter-spacing: 0.04em;
}
.body--en .p-top .message .book__txt {
  letter-spacing: 0.04em;
}
.body--en .p-top .message .book__btn {
  letter-spacing: 0.04em;
  width: 180px;
}
.body--en .p-pickup .message .btn__txt {
  margin-top: 100px;
  color: var(--red);
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.body--en .p-pickup .message .btn {
  margin-top: 30px;
}
.body--en .ft-contact .ttl {
  letter-spacing: 0.04em;
}
.body--en .ft .nav__item {
  letter-spacing: 0.04em;
}
.body--en .p-pickup {
  font-family: var(--noto), var(--basic-gothic--en);
}
.body--en .p-pickup .pickup .heading {
  letter-spacing: 0.04em;
}
.body--en .p-pickup .pickup .subheading {
  letter-spacing: 0.04em;
}
.body--en .p-pickup .pickup .block__ttl {
  letter-spacing: 0.04em;
}
.body--en .p-pickup .message .block__heading {
  letter-spacing: 0.04em;
}
.body--en .p-pickup .message .back {
  letter-spacing: 0.04em;
}
.body--en .p-contact .form .btn {
  letter-spacing: 0.04em;
}
.body--en .p-contact .form .back {
  letter-spacing: 0.04em;
}
.body--en :is(.p-top, .p-pickup) .c-sign .sign__position,
.body--en :is(.p-top, .p-pickup) .c-sign .sign__ja {
  letter-spacing: 0.04em;
}
.body--en :is(.p-top, .p-pickup) .c-btn--contact .btn__ja {
  letter-spacing: 0.04em;
  text-align: center;
}
.body--en .p-contact .form .item__txt :is(input:not([type="radio"]), textarea) {
  letter-spacing: 0.04em;
}
