@charset "utf-8";

/* -------------------------------------------------------------------
#ADMISSION
------------------------------------------------------------------- */
#ADMISSION {
  padding-bottom: 150px;
}





/* post-section */
.post-section {
  background-color: #ffec00;
}
.post-section h2::before {
  background-color: #ccc;
}
.post-section h2::after {
  background-color: #0ea2aa;
}

.post-section__topisc h2 {
	font-weight: bold;
}

.post-section__topisc h2::before {
	display: none;
}
.post-section__topisc h2::after {
	display: none;
}



/* content-1 */
.content-1 {
  position: relative;
}
.content-1 img {
  object-fit: cover;
  height: 400px;
}
.content-1 .inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 376px;
  padding-top: 30px;
  background-color: #fff;
}
.content-1 .inner h2 {
  margin-bottom: 15px;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.content-1 .inner p {
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.content-1 .inner .common-button {
  margin: 0 auto;
}





/* content-2 */
.content-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-2 .container {
  position: relative;
}
.content-2 img {
  object-fit: cover;
  max-width: 891px;
  height: 400px;
  margin-left: auto;
}
.content-2 .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  max-width: 376px;
  padding-top: 30px;
  background-color: #fff;
}
.content-2 .inner h2 {
  margin-bottom: 15px;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.content-2 .inner p {
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.content-2 .inner .common-button {
  margin: 0 auto;
}





/* content-3 */
.content-3 {
  padding-bottom: 80px;
}
.content-3 ul {
  display: flex;
  justify-content: space-between;
}
.content-3 ul li {
  width: 31.3%;
}
.content-3 ul li img {
  margin-bottom: 20px;
}
.content-3 ul li h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.content-3 ul li p {
  margin-bottom: 25px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}
.content-3 ul li .common-button {
  margin: 0 auto;
}





/* content-4 */
.content-4 a {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #ffec00;
}
.content-4 .inner {
  position: relative;
  padding-top: 40px;
  margin-bottom: 30px;
}
.content-4 .inner h2 {
  margin-bottom: 20px;
  font-size: 7.4rem;
  font-weight: 900;
  line-height: 1;
}
.content-4 .inner h2 p:first-of-type span {
  transform: translateY(-0.05em);
  vertical-align: text-bottom;
  display: inline-block;
  font-size: 1.25em;
  margin-right: 0.16em;
}
.content-4 .inner h2 p:last-of-type {
  font-size: 0.7em;
}
.content-4 .inner h2 p:last-of-type span {
  background-image: linear-gradient(transparent 70%, #fff 70%);
}
.content-4 .inner img {
  position: absolute;
  top: 0;
  right: 0;
  width: 57%;
  transition: transform .3s;
}
.content-4 a:hover .inner img {
  transform: rotate(5deg);
}
.content-4 .inner > p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
}
.content-4 .common-button {
  display: block;
  margin: 0 auto;
}
.content-4 a:hover .common-button {
  background-color: #000;
  color: #fff;
}
.content-4 a:hover .common-button::after {
  background-image: url(../../../img/common/icon-common-button-white.png);
}





/* content-5 */
.content-5 {
	background-color: #ffec00;
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-5 ul {
  display: flex;
  justify-content: space-between;
}
.content-5 ul li {
  width: 22.75%;
}
.content-5 ul li a {
  position: relative;
}
.content-5 ul li a::before,
.content-5 ul li a::after {
  content: "";
  position: absolute;
}
.content-5 ul li a::before {
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  background-color: #000;
}
.content-5 ul li a::after {
  background-image: url(../../../img/common/icon-arrow-right-white.png);
  background-size: cover;
  right: 8px;
  bottom: 8px;
  width: 16px;
  height: 16px;
}
.content-5 ul li a img {
  object-fit: cover;
  height: 200px;
  margin-bottom: 15px;
}
.content-5 ul li h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.content-5 ul li p {
  font-size: 1.6rem;
  font-weight: 500;
}





/* content-6 */
.content-6 {
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: center;
}
.content-6 ul {
  display: flex;
  justify-content: space-between;
}
.content-6 ul li {
  width: 48.5%;
}
.content-6 ul li:first-of-type {
  color: #fff;
}
.content-6 ul li a {
  position: relative;
  overflow: hidden;
  height: 320px;
}
.content-6 ul li a::before,
.content-6 ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.content-6 ul li a::before {
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #000;
}
.content-6 ul li a::after {
  background-image: url(../../../img/common/icon-arrow-right-white.png);
  background-size: cover;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
}
.content-6 ul li a img {
  object-fit: cover;
  height: 100%;
  transition: transform .3s;
}
.content-6 ul li a:hover img {
  transform: scale(1.1);
}
.content-6 ul li a div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 92%;
  padding-bottom: 30px;
  margin: 0 auto;
}
.content-6 ul li a div h2 {
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}
.content-6 ul li a div p {
  font-size: 1.6rem;
  font-weight: 500;
}





/* gatun */
.gatun {
  position: relative;
}
.gatun a {
  overflow: hidden;
  height: calc(100% / 1400 * 480);
}
.gatun a > img {
  transition: transform .3s;
}
.gatun a:hover > img {
  transform: scale(1.1);
}
.gatun a p,
.gatun a h2,
.gatun a .common-button {
  position: absolute;
}
.gatun a p {
  top: 5vw;
  left: 14%;
  font-size: 2.57vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #fff;
}
.gatun a h2 {
  top: 13.6vw;
  left: 14%;
  width: 72%;
}
.gatun a .common-button {
  top: 26.4vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-color: #fff;
}
.gatun a:hover .common-button {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.gatun a:hover .common-button::after {
  background-image: url(../../../img/common/icon-common-button-white.png);
}





@media screen and (max-width: 1400px) {
  /* content-4 */
  .content-4 .inner h2 {
    font-size: 5.3vw;
  }
  .content-4 .inner > p {
    font-size: 1.7vw;
  }
  /* content-5 */
  .content-5 ul li a img {
    height: calc(86vw * 0.2275 / 273 * 200);
  }
	
}