@charset "UTF-8";

/* HERO */
.hero {
  position: relative;
  height: 760px;
  overflow: hidden;
}

.hero__image,
.hero__image img {
  width: 100%;
  height: 100%;
}

.hero__image img {
  object-fit: cover;
}

.hero__copy{
  position:absolute;
  clip-path: inset(100%);
  width:1px;
  height:1px;
  overflow:hidden;
}

.hero__copy img{
    width:100%;
}

.hero__content2 {
  position: absolute;
  left: 7%;
  top: 5%;
  width: 700px;
}

.hero__content2 h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.85;
  letter-spacing: .12em;
}

.hero__content2 p {
  position: relative;
  margin: -140px 0 0 160px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.hero__content2 p::before {
  content: "";
  position: absolute;
  left: -88px;
  top: 13px;
  width: 64px;
  height: 1px;
  background: #111;
}

.hero__lead {
  position: relative;
  margin: 34px 0 0 88px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .08em;
}

.hero__lead::before {
  content: "";
  position: absolute;
  left: -88px;
  top: 14px;
  width: 64px;
  height: 2px;
  background: #111;
}

.hero__leadWrap{
  margin-top:40px;
}

.hero__company {
  margin-top:120px;
  text-align:center;
  width:280px;
  /*margin-left: 12px;*/
  margin-left: 50px;

}

.hero__companyLead {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  font-size: 14px;
}

.hero__companyLead::before,
.hero__companyLead::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 72px;
  height: 2px;
  background: #111;
}

.hero__companyLead::before {
  right: calc(100% + 18px);
}

.hero__companyLead::after {
  left: calc(100% + 18px);
}

.hero__companyName {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
}

.hero__companyKana {
  margin: 6px 0 0;
  font-size: 13px;
}

@media screen and (max-width: 767px){

  .hero__company{
    width: 220px;
    margin: 80px auto 0;
  }

  .hero__company img{
    width:100%;
    height:auto;
  }

}





/* SERVICE */
.service {
  position: relative;
  overflow: visible;
  z-index: 1;
}

.service__text{
    font-size:13px;
    line-height:2;
    font-weight:600;
    color:#222;
}

.serviceGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 80px;
}

.serviceItem {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 24px;
  height: 100%;
  /*border-bottom: 1px solid #aaa;*/
}

.serviceItem__num,
.serviceItem__body {
  grid-row: 1;
}

.serviceItem__num {
  margin: 0;
  color: var(--accent);
  font-size: 20px;
  font-weight: 700;
}

.serviceItem h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.6;
}

.serviceItem__body p {
  margin: 0;
  font-size: 12px;
  line-height: 1.9;
}

.serviceItem {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items:start;
  column-gap: 10px;
}

.serviceItem__line {
  grid-column: 1 / -1;
  position: relative;
  height: 30px;
  margin-top: auto;
  border-bottom: 1px solid #999;
  width:100%;
}

.serviceItem__line img {
  position: absolute;
  right: 0;
  bottom: 5px;
  max-width: 35px;
  /*height: 24px;*/
  background: #fff;
  padding-left: 10px;
}

.serviceItem__num{
    line-height:1;
    margin-top:5px;
}


/* PLAYERS */
.players {
  position: relative;
  padding-top: 120px;
  z-index:2;
}

.players::before{
  content:none;
}

.players__wave {
  position: absolute;
  left: 0;
  bottom:-220px;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.players__wave img {
  width: 100%;
  display: block;
  height: auto;
}

.players .section__inner {
  position: relative;
  z-index: 2;
}

.players::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
  /*background: linear-gradient(135deg, rgba(201,130,51,.16), rgba(255,255,255,0));*/
  opacity: .7;
  pointer-events: none;
}

.playerGrid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.playerCard {
  background: #fff;
  border: 1px solid #ddd;
}

.playerCard img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.playerCard__text {
  padding: 18px 16px 20px;
}

.playerCard__text h3 {
  margin: 0 0 4px;
  font-size: 15px;
}

.playerCard__text p {
  margin: 0;
  color: #777;
  font-size: 11px;
}

.players {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 120px 0 100px;
}

.players .section__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 80px));
}

.players .section__inner--2col {
  grid-template-columns: 280px 1fr;
  gap: 70px;
}

.players__slider {
  width: 100%;
  max-width: none;
}

.playerCard {
  background: #fff;
  border: 1px solid #ddd;
  width: 320px;
  flex-shrink: 0;
}

.playerCard img {
  width: 100%;
  aspect-ratio: 1 / 1.28;
  object-fit: cover;
}

.playerCard__text {
  padding: 18px 16px 20px;
}

.playerCard__cat {
  margin: 0 0 6px;
  color: #C98233;
  font-size: 11px;
  font-weight: 700;
}

.playerCard__text h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}

.playerCard__en {
  margin: 2px 0 10px;
  color: #777;
  font-size: 11px;
  letter-spacing: .08em;
}

.playerCard__line {
  width: 24px;
  height: 2px;
  margin: 12px 0;
  background: #C98233;
}

.playerCard__desc {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
}


@media screen and (max-width: 767px) {
  .players__slider {
    width: 100%;
    margin-left: 0;
  }

  .players .splide__track {
    overflow: hidden;
  }

  .players .splide__slide {
    width: 100%;
  }

  .playerCard {
    width: 100%;
  }

  .players__slider .splide__slide {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {

  .players {
    padding: 80px 0 70px;
    overflow: hidden;
  }

  .players .section__inner {
    width: calc(100% - 40px);
  }

  .players .section__inner--2col {
    display: block;
  }

  .players__right {
    margin-top: 40px;
  }

  .players__slider {
    width: 100%;
  }

  .players .splide__track {
    overflow: hidden;
  }

  .playerCard {
    width: 100% !important;
  }

  .playerCard img {
    aspect-ratio: 1 / 1.15;
  }
}



/* MESSAGE */
.message{
  position:relative;
  background:var(--beige);
  overflow:visible;
}

.message__dots{
  position:absolute;
  left:-40px;
  bottom:-40px;
  z-index:1;
  pointer-events:none;
}

.message__dots img{
  display:block;
  width:220px;
}

.message__grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  margin-top: 24px;
}

.message__profile h2 {
  margin: 0 0 24px;
  font-size: 34px;
  line-height: 1.35;
  letter-spacing: .08em;
}

.message__profile img {
  width: 100%;
  margin-bottom: 20px;
}

.message__name {
  margin: 0;
  font-size: 12px;
  line-height: 1.9;
}

.message__name strong {
  font-size: 24px;
  letter-spacing: .08em;
}

.message__text {
  padding-top: 52px;
  min-width: 0;
}

.message__text p {
  margin: 0 0 24px;
  font-size: 13px;
  line-height: 2.2;
}

.messageTitle{
  display:flex;
  align-items:center;
  width:100%;
  margin-bottom:60px;
}

.messageTitle .sectionHead__en{
  margin:0;
  white-space:nowrap;
}

.messageTitle__line{
  display:block;
  position:relative;
  flex:1;
  height:1px;
  margin-left:24px;
  background:#c98b2a;
}

.messageTitle__line::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  width:6px;
  height:6px;
  border-top:1px solid #c98b2a;
  border-right:1px solid #c98b2a;
  transform:translateY(-50%) rotate(45deg);
}

.message__catch{
  position:relative;
  z-index:2;
  margin-left:-38px;
  margin-top:-20px;
}

.message__catch img{
  display:block;
  width:320px;
  max-width:100%;
}

.message__cols{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
}

.message__profileText{
  margin-top:36px;
  padding-top:18px;
  border-top:1px solid #c98b2a;
  grid-column:1 / -1;
}

.message__profileText h3{
  margin:0 0 18px;
  color:#c98b2a;
  font-size:14px;
  letter-spacing:.08em;
}

.message__profileText p{
  margin:0;
}

.message__lead {
  margin: 5px 0 25px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
}

.message__name {
  margin: 0;
}

.message__position {
  margin: 0;
  color: #c46b18;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .08em;
}

.message__jpName {
  margin: 0px;
  font-family: "Noto Serif JP", serif;
  font-size: 37px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .08em;
}
.message__enName {
  margin: 0;
  color: #c46b18;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .08em;
}

.messageDivider{
  height:1px;
  background:#d8b57b;
  margin:36px 0;
}


/* COMPANY */
.company {
  position: relative;
  background: #fff;
  overflow: hidden;
}



.company::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 52%;
  height: 220px;
  /*background: linear-gradient(25deg, rgba(201,130,51,.20), rgba(255,255,255,0));*/
  pointer-events: none;
}

.companyTable {
  position: relative;
  z-index: 1;
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.companyTable th,
.companyTable td {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.companyTable th {
  width: 120px;
  font-weight: 400;
  color: #777;
}

.company .section__inner{
  position:relative;
  z-index:2;
}


/* CONTACT */
.contact {
  background: #fff;
  padding: 0 0 90px;
}

.contact__inner {
  width: min(760px, calc(100% - 80px));
  margin: 0 auto;
  padding: 34px 44px;
  background: #f6f0ea;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact__inner p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.contact__inner a {
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
}

/* SP */
@media screen and (max-width: 767px) {
  .section {
    padding: 72px 0;
  }

  .section__inner {
    width: calc(100% - 60px);
  }

  .section__inner--2col {
    display: block;
  }

  .hero {
    height: 620px;
  }

  .hero__image img {
    object-position: center;
  }

  .hero__content2 {
    left: 24px;
    right: 24px;
    top: 20%;
    width: 360px;
  }

  .hero__content2 > img {
    display: block;
    margin-bottom: -60px;
  }

  .hero__content2 h1 {
    font-size: 28px;
    line-height: 1.8;
  }

  .hero__content2 p {
    margin-left: 90px;
    font-size: 11px;
    margin-top: 0;
  }

  .hero__content2 p::before {
    left: -54px;
    width: 38px;
  }


  .serviceGrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .playerGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .message__grid {
    display: block;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .message__profile {
    margin-bottom: 36px;
  }

  .message__text {
    column-count: 1;
    padding-top: 0;
    column-count: initial;
    column-gap: 0;
  }

  .message__cols {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .messageDivider {
    margin: 28px 0;
  }

  .message__profileText {
    margin-top: 36px;
  }

  .message__catch {
    margin-left: 0;
    margin-bottom: -20px;
  }

  .message__catch img {
    width: 320px;
  }

  .message__profile > img {
    width: 100%;
  }

  .message__lead {
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.9;
  }

  .message__jpName {
    font-size: 36px;
  }
  
  .companyTable th,
  .companyTable td {
    display: block;
    width: 100%;
    padding: 12px 0;
  }

  .companyTable th {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .contact__inner {
    width: calc(100% - 32px);
    display: block;
    padding: 28px 24px;
  }

  .contact__inner a {
    display: inline-block;
    margin-top: 18px;
  }
}

.players__slider .splide__pagination {
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  transform: translateX(-50%) !important;
  z-index: 999 !important;

  display: flex !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: auto !important;
}

.players__slider .splide__pagination li {
  display: block !important;
  width: auto !important;
  height: auto !important;
}

.players__slider .splide__pagination button {
  display: block !important;
  width: 34px !important;
  height: 4px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #999 !important;
  opacity: 1 !important;
}

.players__slider .splide__pagination button.is-active {
  background: #C98233 !important;
  transform: none !important;
}




.players__slider {
  position: relative;
  padding-bottom: 46px;
  overflow: visible;
}

.players__slider .splide__pagination {
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  transform: translateX(-50%) !important;
  z-index: 10;

  display: flex !important;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.players__slider .splide__pagination button {
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #aaa;
  opacity: 1;
}

.players__slider .splide__pagination button.is-active {
  background: #C98233;
  transform: none;
}

.players__slider {
  position: relative !important;
  padding-bottom: 60px;
}

.players__slider .splide__pagination {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  transform: none !important;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;

  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 999 !important;
}

.players__slider .splide__pagination li {
  display: block !important;
}

.players__slider .splide__pagination button {
  display: block !important;
  width: 34px !important;
  height: 4px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #aaa !important;
  opacity: 1 !important;
}

.players__slider .splide__pagination button.is-active {
  background: #C98233 !important;
  transform: none !important;
}

.playersPager {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.playersPager span {
  width: 34px;
  height: 4px;
  background: #aaa;
}

.playersPager span.is-active {
  background: #C98233;
}

.players__right {
  min-width: 0;
}

.playersPager {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}


.players .section__inner {
  width: min(1180px, calc(100vw - 80px));
  overflow: visible;
}

.players .section__inner--2col {
  grid-template-columns: 300px 1fr;
  gap: 70px;
}

.players__right {
  min-width: 0;
  width: calc(100vw - ((100vw - min(1180px, calc(100vw - 80px))) / 2) - 370px);
  overflow: hidden;
}

.players__slider {
  width: 100%;
}

.playersPager {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.playersPager span {
  cursor: pointer;
}

.playersPager span:hover {
  opacity: .7;
}



@media screen and (max-width: 767px) {
  .players .section__inner {
    width: calc(100% - 40px);
    overflow: visible;
  }

  .players .section__inner--2col {
    display: block;
  }

  .players__right {
    min-width: 0;
    width: 100% !important;
    margin-top: 40px;
    overflow: hidden;
  }

  .players__slider {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px
  }

  .players__slider .splide__track {
    overflow: hidden;
  }

  .players__slider .splide__slide {
    width: 100% !important;
  }

  .playersPager {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
    margin-bottom: 50px;
  }
  .playerCard {
    width: 100% !important;
  }
}



/* 選手準備中用 */
.playerCard--wanted a{
  background:#fff;
}

.playerCard__wantedVisual{
  aspect-ratio:1 / 1.32;
  background:linear-gradient(135deg, #f5efe6, #fff);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  border:1px solid #eee;
}

.playerCard__wantedVisual p{
  margin:0;
  color:var(--accent);
  font-size:14px;
  font-weight:700;
  letter-spacing:.18em;
}

.playerCard__wantedVisual strong{
  margin-top:8px;
  font-size:42px;
  line-height:1;
  letter-spacing:.08em;
}

.playerCard__wantedVisual span{
  margin-top:18px;
  font-size:11px;
  letter-spacing:.12em;
  color:#777;
}

.playerCard__arrow{
  display:block;
  text-align:right;
  margin-top:16px;
  color:var(--accent);
}


.service *::before,
.service *::after {
  display: none !important;
  content: none !important;
}