@charset "utf-8";
/* CSS Document */
.section-top__image h1 {
  font-size: 4rem;
}
.section-graduation h2 span::before, .section-profilesite h2 span::before, .section-banner h2 span::before, .section-graduation h2 span::after, .section-profilesite h2 span::after, .section-banner h2 span::after, .section-poster h2 span::before, .section-courtroom__Painting h2 span::before, .section-coaching h2 span::before, .section-poster h2 span::after, .section-courtroom__Painting h2 span::after, .section-coaching h2 span::after, .section-gallery h2 span::before, .section-gallery h2 span::after {
  content: '';
  width: 70px;
  height: 2px;
  border-top: 1px solid #345654;
  border-bottom: 1px solid #345654;
}
@media (min-width:700px) { /*試しに*/
  .section-graduation h2 span::before, .section-profilesite h2 span::before, .section-banner h2 span::before, .section-graduation h2 span::after, .section-profilesite h2 span::after, .section-banner h2 span::after, .section-poster h2 span::before, .section-courtroom__Painting h2 span::before, .section-coaching h2 span::before, .section-poster h2 span::after, .section-courtroom__Painting h2 span::after, .section-coaching h2 span::after, .section-gallery h2 span::before, .section-gallery h2 span::after, .section-link h2 span::before, .section-link h2 span::after {
    width: clamp(70px, 10vw, 100px);
  }
}
.section-graduation__explanation, .section-profilesite__explanation, .section-banner__explanation, .section-poster p, .section-banner__explanation, .section-coaching__explanation, .section-gallery__explanation, .section-link__explanation {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  margin: 0 auto;
  text-align: justify; /* 両端揃え(均等割り付け) */
  max-width: 500px;
}
.section-graduation, .section-profilesite, .section-poster, .section-coaching {
  background-image: url("../images/common/base-border-milk.jpg");
  background-size: cover;
  background-repeat: repeat;
}
.section-banner, .section-courtroom__Painting, .section-gallery {
  background-image: url("../images/common/base-milk.jpg");
  background-size: cover;
  background-repeat: repeat;
}
.section-profilesite, .section-banner, .section-poster, .section-courtroom__Painting, .section-coaching, .section-gallery {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
}
.section-graduation {
  padding-left: 20px;
  padding-right: 20px;
}
.section-graduation__image, .section-profilesite__image {}
.section-graduation__image img, .section-profilesite__image img {
  object-fit: cover;
  width: clamp(240px, 85.7vw, 330px);
  height: clamp(218px, 77.8vw, 300px);
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.section-graduation__text h3, .section-profilesite__text h3, .section-banner__text h3, .section-courtroom__Painting-text h3, .section-coaching__text h3, .section-gallery__text h3, .section-link__text h3 {
  display: block;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  margin-bottom: 10px;
  font-size: 1.7rem;
}
.section-profilesite__explanation span, .section-graduation__explanation span {
  font-weight: 700;
}
.section-graduation__explanation-passward, .section-profilesite__explanation-passward {
  font-size: 1.4rem;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 0.5em;
  max-width: 200px;
  margin: 0 auto;
  text-align: justify;
  padding-top: 30px;
  margin-bottom: 30px;
}
.section-graduation__image-container__tap {
  padding-top: 10px;
}
.section-graduation__image-container__click {
  display: none;
}
.section-graduation__explanation-passward dt, .section-profilesite__explanation-passward dt {
  font-weight: 500;
}
.section-graduation__explanation-passward dd, .section-profilesite__explanation-passward {
  letter-spacing: 0.2em; /*文字間*/
}
.section-banner__image-container {
  display: grid;
  grid-template-columns: 1fr 1fr 0.92fr;
  margin: 0 auto;
  column-gap: 6%; /*高さ調整*/
  row-gap: 1em;
  margin-bottom: 30px;
}
.section-banner__image-one {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
.section-banner__image-two {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}
.section-banner__image-three {
  grid-column: 1 / 4;
  grid-row: 2 / 3;
}
.section-banner__image-one img, .section-banner__image-two img, .section-banner__image-three img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.section-poster__container:first-of-type {
  margin-bottom: 50px;
}
@media (min-width:700px) { /*試しに*/
  .section-banner__image-container {
    grid-template-columns: 1fr 1fr 1.16fr;
  }
  .section-banner__image-one {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
  }
  .section-banner__image-two {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .section-banner__image-three {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
  }
}
.section-poster img, .section-coaching img, .section-courtroom__Painting-container img, .section-gallery img, .section-link img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  max-width: 400px;
}
.section-poster p span {
  font-size: 1.4rem;
  padding-top: 10px;
  text-align: right;
  display: block;
}
.section-link {
  background-image: url("../images/common/base-border-green.jpg");
  background-size: cover;
  background-repeat: repeat;
  color: #F4F2E4;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
}
.section-link img {
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.section-link__explanation {
  margin-bottom: 50px;
}
.section-link__text h4 {
  display: inline-block;
  font-size: 1.8rem;
  border-bottom: 1px solid #F4F2E4;
  margin-bottom: 10px;
}
.section-link__explanation-ather {
  margin-bottom: 30px;
}
.section-link__image figcaption {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
@media (min-width:700px) {
  .section-profilesite, .section-banner, .section-poster, .section-courtroom__Painting, .section-coaching, .section-gallery {
    padding-bottom: 80px;
  }
  .section-top__image h1 {
    font-size: clamp(5rem, 7.1vw, 8rem);
    display: block;
    margin: 0 auto;
    line-height: 1;
    margin-bottom: -20px;
  }
  .section-graduation__text h3, .section-profilesite__text h3, .section-banner__text h3, .section-courtroom__Painting-text h3, .section-coaching__text h3, .section-gallery__text h3, .section-link__text h3 {
    display: block;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .section-graduation__container, .section-profilesite__container, .section-banner__container, .section-poster__container-wrapper, .section-courtroom__Painting-container, .section-coaching__container, .section-gallery__container, .section-link__container {
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
  }
  .section-link__container {}
  .section-graduation__text, .section-graduation__image-container, .section-profilesite__text, .section-profilesite__image-container, .section-banner__text, .section-banner__image-container, .section-poster__container, .section-courtroom__Painting-image__container, .section-courtroom__Painting-text, .section-coaching__container-dessin, .section-coaching__text, .section-gallery__container-wrapper, .section-gallery__text, .section-link__container-ac, .section-link__text {
    width: 50vw;
  }
  .section-banner__image-container {
    margin-bottom: 0;
  }
  .section-gallery__container-wrapper {
    display: grid;
    grid-template-columns: 0.47fr 1fr;
    margin: 0 auto;
    column-gap: 5%;
    row-gap: 1em;
    margin-bottom: 30px;
  }
  .section-gallery__image-one {
    display: flex;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  .section-gallery__image-two {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  .section-gallery__image-three {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .section-gallery__image-one img, .section-gallery__image-two img, .section-gallery__image-three img {
    max-width: none; /*初期値に戻す*/
    object-fit: cover;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .section-gallery__image-one img {
    height: 280px;
  }
  .section-graduation__image img, .section-profilesite__image img {
    object-fit: cover;
    width: 100%;
  }
  .section-graduation__text, .section-banner__text, .section-coaching__text, .section-link__text {
    padding-right: 30px;
  }
  .section-graduation__explanation-passward, .section-profilesite__explanation-passward {
    margin-left: 0;
  }
  .section-graduation__image-container__tap-click {
    padding-top: 10px;
  }
  .section-profilesite__container, .section-banner__container, .section-coaching__container, .section-link__container {
    flex-direction: row-reverse;
  }
  .section-profilesite__text, .section-courtroom__Painting-text, .section-gallery__text {
    padding-left: 30px;
  }
  .section-banner__text {
    margin-left: 0;
  }
  .section-poster__container-wrapper {
    max-width: 960px;
  }
  .section-poster__container {
    max-width: clamp(300px, 37.5vw, 330px);
    margin: 0 auto;
  }
  .section-poster img {
    max-width: none;
    margin-bottom: 10px;
  }
  .section-poster p:first-of-type {
    margin-bottom: 0;
  }
  .section-courtroom__Painting-container img {
    max-width: 350px;
  }
  .section-coaching img {
    margin-bottom: 0;
    width: 330px;
  }
  .section-link__container-ather__image {
    max-width: 700px;
    margin: 0 auto;
  }
  .section-link__container-ather__image figcaption {
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    margin-bottom: 10px;
    text-align: left;
    font-size: 1.8rem;
  }
  .section-link__container-ather__image img {
    max-width: none;
    object-fit: cover;
    height: 150px;
    width: 100%;
  }
}
.section-gallery__explanation, .section-link__container {
  margin-bottom: 40px;
}
.section-consept__button-gallery {
  height: 50px;
  width: auto;
}
.section-consept__button-gallery a {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  display: inline-block;
  width: 180px;
  height: 50px;
  text-align: center;
  background-color: #F4F2E4;
  font-size: 1.6rem;
  line-height: 52px;
  color: #345654;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #345654;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section-consept__button-gallery a span {
  font-size: 1.2rem;
  margin-left: 0px;
  position: relative;
  bottom: 2px;
}
@media (min-width:700px) {
  .section-consept__button-gallery a:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #345654;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .3s;
  z-index: -1;
}
.section-consept__button-gallery a:hover {
  color: #F4F2E4;
  opacity: 1;
}
.section-consept__button-gallery a:hover:after {
  height: 240%;
  opacity: 1;
}
.section-consept__button-gallery a:active:after {
  height: 340%;
  opacity: 1;
}
  
  
  
}
@media (min-width:700px) {
  .section-graduation__image-container__click {
    display: inline-block;
  }
  .section-graduation__image-container__tap {
    display: none;
  }
}
.section-link h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}
.section-link h4::after {
  margin-left: 20px;
}
.section-link h4::before {
  margin-right: 20px;
}
.section-link h4::before, .section-link h4::after {
  content: '';
  width: 70px;
  height: 1px;
  border-top: 1px solid #F4F2E4;
}
.section-sub {
  box-shadow:0px 0px 4px 2px #1C2D2C inset;
   background-color: #345654;
}
.section-sub ul {
  height: 150px;
  width: auto;
}
.section-sub ul li {
  display: flex; /*必須よくつかう*/
  align-items: center; /*高さの真ん中に*/
  justify-content: center; /*幅の真ん中に*/
  list-style: none;
  line-height: 1.4rem;
  text-align: justify;
}
.section-sub ul li a {
  text-decoration: none;
  color: #F4F2E4;
}
/* grid layout */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /*3列、同じ幅で繰り返す*/
  grid-gap: 1px; /*アイテムの間のスペース*/
}
@media (min-width:700px) { /*700pxより画面が大きくなったら.セクションごとにレスポンブ*/
  .section-sub {
    background-color: #345654;
  }
  .grid {
    max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(7, 1fr); /*6列、同じ幅で繰り返す*/
    grid-gap: 1px; /*アイテムの間のスペース*/
  }
  .section-sub ul {
    height: 100px;
  }
  .section-sub ul li a:hover {
    color: #999;
  }
}