@charset "UTF-8";

/* =========================================

  YT TENNIS SCHOOL School PC Style

========================================= */
body {
  background: url(../../common/images/bg_pattern.png) no-repeat 0 0;
  background-size: contain;
}
.l-contents { padding: 120px 0; }
.l-contents .inner { padding: 0 60px; }

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

  Page Header

----------------------------------------- */
.page-header {
  padding: 0;
  background: none;
}

/* Main Visual
----------------------------------------- */
.main-visual { height: 310px; }

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

  Section Styles

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

/* Section Heading
----------------------------------------- */
.sec-heading::before { background-color: var(--l-blue); }

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

  School Contents

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

/* School Intro
----------------------------------------- */
.school-intro { padding: 55px 0 130px; }
.school-intro h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--yt-blue);
  letter-spacing: 0.05em;
  line-height: 2.0;
  text-align: center;
  margin: 0 0 60px;
}
.school-intro figure {
  display: flex;
  align-items: center;
}
.school-intro figure:not(:last-of-type) { margin: 0 0 60px; }
.school-intro figure:nth-of-type(even) { flex-direction: row-reverse; }
.school-intro figure figcaption {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: calc(30 / 16);
}
.school-intro figure:nth-of-type(odd) figcaption { padding: 0 0 0 60px; }
.school-intro figure:nth-of-type(even) figcaption { padding: 0 60px 0 0; }

/* PTR
----------------------------------------- */
.ptr {
  padding: 130px 0;
  background-color: #f3f9ff;
}
.ptr h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ptr h3 i {
  display: inline-block;
  margin: 0 10px 0 0;
}
.ptr figure {
  display: flex;
  align-items: center;
}
.ptr figure { margin: 0 0 60px; }
.ptr figure:nth-of-type(odd) { flex-direction: row-reverse; }
.ptr figure figcaption {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: calc(30 / 16);
}
.ptr figure:nth-of-type(odd) figcaption { padding: 0 60px 0 0; }
.ptr figure:nth-of-type(even) figcaption { padding: 0 0 0 60px; }
.ptr p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: calc(30 / 16);
}
.ptr p:not(:last-of-type) { margin: 0 0 60px; }
.ptr p a {
  position: relative;
  font-weight: 500;
  color: var(--yt-blue);
  text-decoration: none;
  padding: 0 0 5px;
  line-height: 2.0;
}
.ptr p a i {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* Interval
----------------------------------------- */
.interval {
  height: 0;
  padding: 0 0 calc(400 / 1500 * 100%);
  background: url(../images/school_interval_img.png) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

/* Greeting
----------------------------------------- */
.greeting { padding: 135px 0 0; }
.greeting-unit { padding: 0 90px; }
.greeting-unit p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: calc(30 / 16);
}
.greeting-unit p span {
  float: right;
  display: block;
  margin: 30px 0 0;
}
.greeting-unit .link-btn {
  width: 330px;
  margin: 80px auto 0;
}

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

  Staff Contents

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

/* Staff Intro
----------------------------------------- */
.staff-intro { padding: 55px 0 120px; }
.staff-intro h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--yt-blue);
  letter-spacing: 0.05em;
  line-height: 2.0;
  text-align: center;
  margin: 0 0 60px;
}
.staff-intro p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: calc(30 / 16);
  text-align: center;
  margin: 0 0 40px;
}
.staff-questions {
  display: flex;
  align-items: flex-end;
  padding: 0 55px;
}
.staff-questions figure { position: relative; }
.staff-questions figure:first-of-type,
.staff-questions figure:nth-of-type(2) {
  margin: 0 -40px 0 0;
}
.staff-questions figure:nth-of-type(4),
.staff-questions figure:last-of-type {
  margin: 0 0 0 -40px;
}

/* Staff Profile
----------------------------------------- */
.profile-unit { padding: 100px 0; }
.profile-unit:nth-of-type(even) { background-color: #f3f9ff; }
.profile-unit .inner {
  display: flex;
  align-items: flex-start;
}
.profile-unit .inner > figure {
  width: 300px;
  box-shadow: 10px 10px 0 0 var(--yt-blue);
}
.profile {
  width: calc(100% - 300px);
  padding: 50px 0 0 55px;
}
.profile h5 {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: calc(48 / 30);
  margin: 0 0 30px;
}
.profile h5 span { font-size: calc(14 / 32 * 1em); }
.profile > p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: calc(30 / 16);
  margin: 0 0 30px;
}
.profile dl dt {
  width: 330px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border: solid 1px var(--yt-blue);
  background-color: var(--wht);
  text-align: center;
  cursor: pointer;
  padding: 0 0 0 1.25em;
}
.profile dl dt span {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: var(--yt-blue);
  display: inline-block;
  padding: 0 0 0 1.5em;
}
.profile dl dt span::before {
  content: "\f078";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--yt-blue);
  display: inline-block;
}
.profile dl dt.is-active span::before { content: "\f077"; }
.profile dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: calc(30 / 16);
  display: none;
  margin: 70px 0 0;
}
.profile-unit:first-of-type .profile dl dd:first-of-type { display: block; }
.profile dl dd > figure { float: right; }
.profile dl dd ul:not(:last-of-type) { margin: 0 0 35px; }
.profile dl dd ul li:first-of-type {
  display: flex;
  align-items: center;
}
.profile dl dd ul li:first-of-type span {
  font-weight: 600;
  display: inline-block;
  margin: 0 0 0 10px;
}
.profile dl dd ul li:last-of-type { padding: 0 0 0 50px; }