@charset "UTF-8";
/*****************************************************************************
CSS only for Academy page
*****************************************************************************/

/* Container
-----------------------------------------*/
.Container  {
  margin: 0 auto;
  max-width: 976px;
}
@media screen and (max-width: 976px) {
  .Container  {
    margin: 0 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

/* SecTitle
-----------------------------------------*/
.SecTitle {
  font-size: 20px;
  color: #fff;
  background-color: #004ea2;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .SecTitle {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.SecTitle > span {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
.SecTitle > span::before {
  content: '';
  display:inline-block;
  background-color: #fff;
  width: 5px;
  height: 67%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .SecTitle > span::before {
    width: 4px;
  }
}

/* Summary
-----------------------------------------*/
.Summary {
  position: relative;
  padding: 5.78125% 0 8.59375%;
}
@media screen and (max-width: 767px) {
  .Summary {
    display: flex;
    flex-direction: column;
    padding: 29px 0 40px;
  }
}
.Summary__inner {
  width: 50.833vw;
  max-width: 976px;
  margin: 0 auto;
}
@media screen and (max-width: 976px) {
  .Summary__inner {
    width: 53vw;
  }
}
@media screen and (max-width: 767px) {
  .Summary__inner {
    order: 2;
    width: auto;
    margin: 0 20px 16px;
  }
}
.Summary__sec:nth-of-type(1) {
  padding-right: 24.18%;
}
@media screen and (max-width: 976px) {
.Summary__sec:nth-of-type(1) {
  padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .Summary__sec:nth-of-type(1) {
    padding-right: 0;
  }
}
.Summary__sec:nth-of-type(2) {
  padding-left: 24.18%;
}
@media screen and (max-width: 976px) {
  .Summary__sec:nth-of-type(2) {
    padding-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .Summary__sec:nth-of-type(2) {
    padding-left: 0;
  }
}
.Summary__sec + .Summary__sec {
  margin-top: 13.114%;
}
@media screen and (max-width: 767px) {
  .Summary__sec + .Summary__sec {
    margin-top: 35px;
  }
}
.Summary__title {
  font-size: clamp(21px, 1.875vw, 36px);
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 0.6388em;
  margin-bottom: 0.9722em;
}
@media screen and (max-width: 767px) {
  .Summary__title {
    font-size: 24px;
    padding-bottom: 13px;
    margin-bottom: 16px;
  }
}
.Summary__title::after {
  content: "";
  background-color: #004ea2;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 13.513%;
  height: 4px;
}
@media screen and (max-width: 767px) {
  .Summary__title::after {
    width: 20.895%;
  }
}
.Summary__text {
  line-height: 1.8;
}
.Summary__text p {
  font-size: clamp(13px, 0.833vw, 16px);
  margin-bottom: 2.2em;
}
@media screen and (max-width: 767px) {
  .Summary__text p {
    font-size: 14px;
    margin-bottom: 1em;
  }
}
.Summary__text > *:last-child {
  margin-bottom: 0;
}

/* ClipImg
-----------------------------------------*/
.ClipImg {
  position: absolute;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ClipImg {
    position: relative;
    height: auto;
  }
}

.ClipImg--01 {
  right: 0;
  width: 41.61458vw;
}
@media screen and (max-width: 976px) {
  .ClipImg--01 {
    width: 23vw;
  }
}
@media screen and (max-width: 767px) {
  .ClipImg--01 {
    order: 1;
    width: 88.8vw;
    padding-bottom: 15.733%;
    margin-left: auto;
  }
}

.ClipImg--02 {
  left: 0;
  width: 38.48958vw;
}
@media screen and (max-width: 976px) {
  .ClipImg--02 {
    width: 23vw;
  }
}
@media screen and (max-width: 767px) {
  .ClipImg--02 {
    order: 3;
    width: 88.8vw;
    padding-top: 15.2%;
  }
}

.ClipImg::before,
.ClipImg::after {
  content: '';
  display: block;
  position: absolute;
  height: 46.175%;
}
@media screen and (max-width: 767px) {
  .ClipImg--01::before,
  .ClipImg--01::after {
    height: 76.587%;
  }
  .ClipImg--02::before,
  .ClipImg--02::after {
    height: 77.2%;
  }
}

.ClipImg--01::before {
  background-color: #004ea2;
  top: 1.912%;
  right: 0;
  width: 102.503%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 38% 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ClipImg--01::before {
    top: 5.158%;
    width: 101.801%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 36% 100%);
  }
}
.ClipImg--01::after {
  background-color: #ccdcec;
  bottom: 8.604%;
  right: 0;
  width: 68.961%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 56% 100%);
}
@media screen and (max-width: 767px) {
  .ClipImg--01::after {
    bottom: 0;
    width: 100.45%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 36% 100%);
  }
}

.ClipImg--02::before {
  background-color: #ccdcec;
  top: 4.78%;
  left: 0;
  width: 66.441%;
  clip-path: polygon(0 0, 38% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .ClipImg--02::before {
    top: 0;
    width: 102.402%;
    clip-path: polygon(0 0, 63% 0, 100% 100%, 0% 100%);
  }
}
.ClipImg--02::after {
  background-color: #004ea2;
  bottom: 5.736%;
  left: 0;
  width: 102.706%;
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .ClipImg--02::after {
    top: 17.6%;
    width: 101.651%;
    clip-path: polygon(0 0, 63% 0, 100% 100%, 0% 100%);
  }
}

.ClipImg picture {
  display: block;
  position: absolute;
  width: 100%;
  height: 46.175%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ClipImg picture {
    position: relative;
    height: auto;
  }
}

.ClipImg--01 picture {
  top: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 39% 100%);
}
@media screen and (max-width: 767px) {
  .ClipImg--01 picture {
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 36% 100%);
  }
}

.ClipImg--02 picture {
  bottom: 3.824%;
  left: 0;
  clip-path: polygon(0 0, 58% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .ClipImg--02 picture {
    bottom: 0;
    clip-path: polygon(0 0, 63% 0, 100% 100%, 0% 100%);
  }
}

.ClipImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Detail
-----------------------------------------*/
.Detail {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .Detail {
    padding-top: 70px;
  }
}
.Detail__sec + .Detail__sec {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .Detail__sec + .Detail__sec {
    margin-top: 50px;
  }
}

/* About
-----------------------------------------*/
.About {
  background-image: url(/academy/assets/img/bg_about.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 128px 0 138px;
  padding: 6.666% 0 7.1875%;
}
@media screen and (max-width: 767px) {
  .About {
    padding: 100px 0;
  }
}
.About__sec + .About__sec {
  margin-top: 85px;
  margin-top: 8.709%;
}
@media screen and (max-width: 767px) {
  .About__sec + .About__sec {
    margin-top: 45px;
  }
}
.About__title {
  font-size: 48px;
  font-size: clamp(30px, 2.5vw, 48px);
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .About__title {
    font-size: 29px;
  }
}
.About__title span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-size: clamp(20px, 1.875vw, 36px);
  color: rgba(204, 220, 236, .55);
  display: block;
}
@media screen and (max-width: 767px) {
  .About__title span {
    font-size: 22px;
  }
}
.About__list {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
@media screen and (max-width: 767px) {
  .About__list {
    align-items: normal;
  }
}
.About__list li {
  font-size: 21px;
  font-size: clamp(15px, 1.09375vw, 21px);
  font-weight: bold;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .About__list li {
    font-size: 18px;
  }
}
.About__list li:nth-child(n+2) {
  margin-top: 15px;
}

.About__list--line li {
  padding: 2px .952em 2px 2.428em;
}
@media screen and (max-width: 767px) {
  .About__list--line li {
    padding: 5px 20px 5px 44px;
  }
}
.About__list--line li::before {
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0.952em;
  transform: translateY(-50%);
  width: 0.952em;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .About__list--line li::before {
    top: 15px;
    left: 17px;
    transform: translateY(0);
    width: 15px;
  }
}

.About__list--number {
  counter-reset: listNumber;
}
.About__list--number li {
	counter-increment: listNumber;
  padding: 2px .952em 2px 2.952em;
}
@media screen and (max-width: 767px) {
  .About__list--number li {
    padding: 5px 20px 5px 44px;
  }
}
.About__list--number li::before {
  content: counter(listNumber, decimal-leading-zero);
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 50%;
  left: 0.952em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .About__list--number li::before {
    top: 5px;
    left: 15px;
    transform: translateY(0);
  }
}

/* Overview
-----------------------------------------*/
.Overview {
  margin-top: 50px;
}
.Overview__wrapper {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .Overview__wrapper {
    display: block;
  }
}
.Overview__img {
  width: 48.872%;
}
@media screen and (max-width: 767px) {
  .Overview__img {
    text-align: center;
    width: 100%;
    width: calc(100% + 18.984%);
    margin-left: -18.984%;
  }
}
.Overview__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .Overview__text {
    margin-top: 45px;
  }
}
.Overview__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 10px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Overview__block + .Overview__block {
    margin-top: 40px;
  }
}

.Overview__block--youth {
  height: 49.407%;
}
@media screen and (max-width: 767px) {
  .Overview__block--youth {
    height: auto;
  }
}
.Overview__block--activity {
  height: 31.81%;
  margin-top: 1.692%;
}
@media screen and (max-width: 767px) {
  .Overview__block--activity {
    height: auto;
    margin: 0;
  }
}

.Overview__block::before,
.Overview__block::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .Overview__block::before,
  .Overview__block::after {
    content: none;
  }
}

.Overview__block--youth::before {
  background-color: #006893;
  top: -0.5px;
  width: 142%;
}
.Overview__block--youth::after {
  background-color: #07936a;
  bottom: 0.5px;
  width: 118%;
}
.Overview__block--activity::before {
  background-color: #1ea253;
  top: -0.5px;
  width: 117%;
}
.Overview__block--activity::after {
  background-color: #1ea253;
  bottom: 0;
  width: 102%;
}

.Overview__title {
  font-size: 24px;
  font-size: clamp(15px, 1.25vw, 24px);
  font-weight: bold;
  margin-bottom: 3.384%;
}
@media screen and (max-width: 767px) {
  .Overview__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.Overview__title span {
  display: inline-block;
  position: relative;
  padding-bottom: .625em;
}
.Overview__title span::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.Overview__title--youth span::after {
  background: -moz-linear-gradient(left, #006699, #007c83);
  background: -webkit-linear-gradient(left, #006699, #007c83);
  background: linear-gradient(to right, #006699, #007c83);
}
.Overview__title--activity span::after {
  background-color: #1ea253;
}

.Overview__text p {
  font-size: 12px;
  font-size: clamp(11px, 0.625vw, 12px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .Overview__text p {
    font-size: 14px;
  }
}

/* Access
-----------------------------------------*/
.Access__text {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Access__text p {
    font-size: 14px;
  }
}
.Access__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  margin: 25px 0 7px;
}
@media screen and (max-width: 767px) {
  .Access__wrapper {
    display: block;
  }
}
.Access__map {
  width: 45%;
  aspect-ratio: 441 / 244;
}
@media screen and (max-width: 767px) {
  .Access__map {
    width: auto;
  }
}
.Access__map iframe {
  width: 100%;
  height: 100%;
}

/* MemberList
-----------------------------------------*/
.MemberList {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.MemberList::after,
.MemberList::before {
  content: "";
  display: block;
  width: 23%;
  height: 0;
}
@media screen and (max-width: 767px) {
  .MemberList::after,
  .MemberList::before {
    display: none;
  }
}
.MemberList::before {
  order: 1;
}
.MemberList__entry {
  margin-top: 59px;
  position: relative;
  width: 23%;
  border: 1px solid #f1f1f1;
}
@media screen and (max-width: 976px) {
  .MemberList__entry {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .MemberList__entry {
    width: 48%;
    margin-top: 20px;
  }
}
.MemberList__entry a:hover img  { opacity: 0.8; }
.MemberList__entry a:focus img  { opacity: 0.8; }
.MemberList__entry a:active img { opacity: 0.8; }

.MemberList__entry:nth-child(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 976px) {
  .MemberList__entry:nth-child(-n+4) {
    margin-top: 59px;
  }
}
@media screen and (max-width: 976px) {
  .MemberList__entry:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .MemberList__entry:nth-child(-n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .MemberList__entry:nth-child(-n+2) {
    margin-top: 0;
  }
}
.MemberList__img img {
  width: 100%;
  height: auto;
}
.MemberList__name {
  position: absolute;
  left: 0;
  right: 15%;
  bottom: 0;
  background-color: #004ea2;
  color: #FFF;
}
.MemberList__name dl {
  position: relative;
  height: 76px;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .MemberList__name dl {
    height: 65px;
  }
}
.MemberList__name dl::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  margin-right: -14px;
  border-top: 76px solid #004ea2;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .MemberList__name dl::after {
    border-top: 65px solid #004ea2;
  }
}
.MemberList__name dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700px;
  font-family: 'Roboto Condensed', sans-serif;
  transform: skewX(-14deg);
  border-right: solid 2px #FFF;
  padding: 7px 10px;
  margin-bottom: 19px;
  line-height: 1.1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .MemberList__name dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 7px 5px;
  }
}
.MemberList__name dd {
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .MemberList__name dd {
    padding-left: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.MemberList__name dd small {
  font-weight: 700px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .MemberList__name dd small {
    font-size: 10px;
    font-size: 1rem;
  }
}
.MemberList__name dd span {
  font-weight: 700px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .MemberList__name dd span {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* Staff
-----------------------------------------*/
.StaffList {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .StaffList {
    flex-direction: column;
  }
}
.StaffList > li:nth-child(odd) {
  border-right: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .StaffList > li:nth-child(odd) {
    border-right: none;
  }
}
.StaffList > li:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .StaffList > li:nth-last-child(2):nth-of-type(odd) {
    border-bottom: 1px solid #d6d6d6;
  }
}
.StaffList > li:last-child {
  border-bottom: none;
}
.StaffList__entry {
  width: 50%;
  border-bottom: 1px solid #d6d6d6;
  padding: 48px 40px;
  padding: 4.918% 4.098%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .StaffList__entry {
    width: 100%;
    padding: 30px 20px 36px 40px;
  }
}
.StaffList__entry:has(.StaffList__img) {
  display: grid;
  grid-template-columns: 1fr 35%;
  align-items: center;
  gap: 0 20px;
  padding: 32px 40px;
}
@media screen and (max-width: 767px) {
  .StaffList__entry:has(.StaffList__img) {
    padding: 26px 20px 26px 40px;
  }
}
.StaffList__name {
  font-size: 18px;
  font-weight: bold;
}
.StaffList__info {
  font-size: 14px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .StaffList__info {
    font-size: 13px;
    margin-top: 12px;
  }
}
.StaffList__img {
  aspect-ratio: 1 / 1.20833;
  height: fit-content;
}
.StaffList__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Explain
-----------------------------------------*/
.Explain {
  border-top: 1px solid #d6d6d6;
  margin-bottom: 9px;
}
.Explain__sec {
  display: flex;
  align-items: center;
  gap: 0 20px;
  border-bottom: 1px solid #d6d6d6;
  padding: 14px 21px 10px 22px;
}
@media screen and (max-width: 767px) {
  .Explain__sec {
    gap: 0 15px;
    padding: 18px 10px;
  }
}
.Explain__head {
  width: 17%;
}
@media screen and (max-width: 767px) {
  .Explain__head {
    width: 20%;
  }
}
.Explain__title {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Explain__title {
    font-size: 12px;
  }
}
.Explain__note {
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .Explain__note {
    font-size: 10px;
  }
}
.Explain__body {
  font-size: 14px;
  line-height: 1.7;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .Explain__body {
    font-size: 12px;
  }
}
.Explain__body > p {
  margin-bottom: .5em;
}
.Explain__body > *:last-child {
  margin-bottom: 0;
}
.Explain__body .Linklist {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .Explain__body .Linklist {
    font-size: 12px;
  }
}
.Explain + .Inquiry {
  margin-top: 65px;
}

.ColList {
  display: grid;
  grid-template-columns: max-content 1fr;
  margin-bottom: .5em;
}
.ColList dt {
  position: relative;
  padding-right: 1em;
}
.ColList dt::after {
  content: '：';
  position: absolute;
  top: 0;
  right:0;
}

/* ImgBox
-----------------------------------------*/
.ImgBox {
  overflow: hidden;
  margin: 2.2em 0;
}
@media screen and (max-width: 767px) {
  .ImgBox {
    margin: 1.2em 0;
  }
}
.ImgBox__inner {
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .ImgBox__inner {
    margin-bottom: -1.2em;
  }
}
.ImgGroup {
  display: flex;
  flex-wrap: wrap;
}
.ImgGroup li {
  text-align: center;
}
.ImgGroup img {
  max-width: 100%;
  height: auto;
}
.ImgGroup--col2 {
  margin-right: -2.5%;
}
@media screen and (max-width: 767px) {
  .ImgGroup--col2 {
    margin-right: 0;
  }
}
.ImgGroup--col2 li {
  width: 47.5%;
  margin: 0 2.5% 20px 0;
}
@media screen and (max-width: 767px) {
  .ImgGroup--col2 li {
    width: 100%;
    margin: 0 0 1.2em 0;
  }
}

/* Announce
-----------------------------------------*/
.Announce {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
}