@charset "UTF-8";

@media screen and (max-width: 768px) {
  br.is--pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  br.is--sp {
    display: none !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  img.is--pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  img.is--sp {
    display: none !important;
  }
}
img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}

.about_inner {
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about_inner {
    padding: 0 18px;
  }
}
.about_inner h2 {
  text-align: center;
  margin-bottom: 45px;
  color: #121212;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .about_inner h2 {
    font-size: 23px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  #about_kv {
    padding: 0 18px;
  }
}
#about_kv .hero_box {
  position: relative;
  background: url("../../assets/images/about/kv.jpg") no-repeat;
  max-width: 1000px;
  height: 360px;
  margin: 30px auto 0;
  border-radius: 10px;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #about_kv .hero_box {
    width: 100%;
    height: 33vw;
    margin-top: -4px;
  }
}
#about_kv .hero_box img {
  position: absolute;
  width: 110px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #about_kv .hero_box img {
    width: 46px;
    top: 46%;
  }
}

#about_desc {
  padding: 46px 0 64px;
}
@media screen and (max-width: 768px) {
  #about_desc {
    padding: 22px 18px 40px;
  }
}
#about_desc h1 {
  font-size: 40px;
  margin-bottom: 24px;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
  font-weight: 600;
  color: #121212;
}
@media screen and (max-width: 768px) {
  #about_desc h1 {
    font-size: 28px;
    margin-bottom: 14px;
  }
}
#about_desc p {
  text-align: center;
  line-height: 28px;
  letter-spacing: 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #about_desc p {
    text-align: left;
    line-height: 25px;
  }
}

#about_reason {
  background-color: #fdf5f8;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #about_reason {
    padding: 40px 0;
  }
}
#about_reason img {
  max-width: 414px;
}
@media screen and (max-width: 768px) {
  #about_reason img {
    max-width: 100%;
  }
}
#about_reason h3 {
  font-size: 24px;
  color: #f45581;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #about_reason h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
#about_reason h3 img {
  width: 71px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  #about_reason h3 img {
    width: 43px;
  }
}
#about_reason .reason_photo {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #about_reason .reason_photo {
    border-radius: 15px;
  }
}
#about_reason .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #about_reason .flex {
    display: block;
    margin-top: 25px;
  }
}
#about_reason .flex .left {
  width: 415px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  #about_reason .flex .left {
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
#about_reason .flex .left p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  #about_reason .flex .left p {
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  #about_reason .flex .right {
    margin-top: 23px;
  }
}
#about_reason .session {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #about_reason .session {
    margin-top: 45px;
  }
}
#about_reason .session h3 {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #about_reason .session h3 {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
#about_reason .session p {
  text-align: center;
  margin-top: 24px;
  line-height: 30px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #about_reason .session p {
    text-align: left;
    line-height: 25px;
  }
}
#about_reason .session ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 32px;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  #about_reason .session ul {
    gap: 40px 32px;
    margin-top: 23px;
  }
}
#about_reason .session ul li {
  max-width: 414px;
}
#about_reason .session ul li h4 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #about_reason .session ul li h4 {
    font-size: 18px;
    margin-top: 15px;
  }
}
#about_reason .session ul li p {
  margin-top: 8px;
  text-align: left;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #about_reason .session ul li p {
    line-height: 25px;
    height: 100px;
  }
}
#about_reason .session ul li p.butotn-area {
  margin-top: 24px;
  text-align: center;
  height: auto;
}
@media screen and (max-width: 768px) {
  #about_reason .session ul li p.butotn-area {
    margin-top: 20px;
  }
}
#about_reason .butotn-area {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #about_reason .butotn-area {
    margin-top: 30px;
  }
}

#about_person {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #about_person {
    padding: 40px 0 60px;
  }
}
#about_person ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #about_person ul {
    display: block;
  }
}
#about_person ul li {
  background-color: #f4ede6;
  border-radius: 30px;
  max-width: 266px;
  padding: 30px;
  font-size: 14px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #about_person ul li {
    max-width: 100%;
    padding: 25px;
    line-height: 25px;
    margin-top: 15px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  #about_person .butotn-area {
    margin-top: 30px;
  }
}

#about_more {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #about_more {
    padding-bottom: 60px;
  }
}
#about_more ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
  margin-top: -22px;
}
@media screen and (max-width: 768px) {
  #about_more ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #about_more ul li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #about_more ul li:first-child {
    margin-top: 48px;
  }
}
#about_more ul li h3 {
  font-size: 20px;
  color: #f45581;
  text-align: center;
  margin-top: 16px;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #about_more ul li h3 {
    font-size: 18px;
  }
}
#about_more ul li p {
  text-align: center;
  margin-top: 10px;
  line-height: 26px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #about_more ul li p {
    margin-top: 3px;
    line-height: 25px;
  }
}
#about_more .add {
  font-size: 40px;
  font-weight: 600;
  color: #f45581;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  #about_more .add {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
#about_more #photoplas {
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #about_more #photoplas {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #about_more #photoplas .section-inner {
    margin-left: 0;
    margin-right: 0;
  }
}
#about_more .plus {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  #about_more .plus {
    margin: 30px 0;
    width: 75px;
  }
}
#about_more .note {
  text-align: center;
  padding-top: 48px;
  margin-top: 48px;
  border-top: 1px solid #707070;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #about_more .note {
    padding-top: 35px;
    margin-top: 35px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  #about_more .about_title {
    white-space: nowrap;
  }
}
#about_more .goods ul li img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #about_more .butotn-area {
    margin-top: 30px;
  }
}
#about_more .apply {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #about_more .apply {
    margin-top: 65px;
  }
}
#about_more .apply h3 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #f45581;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #about_more .apply h3 {
    font-size: 23px;
  }
}
#about_more .apply_flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  #about_more .apply_flow {
    display: block;
    margin-top: 12px;
  }
}
#about_more .apply_flow li {
  width: 152px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about_more .apply_flow li {
    margin: 44px auto 0;
    width: 280px;
  }
}
#about_more .apply_flow li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 16px;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/session_detail/apply_allow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #about_more .apply_flow li::after {
    width: 23px;
    height: 40px;
    top: 262px;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
        -ms-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  #about_more .apply_flow li:first-child {
    margin-top: 0;
  }
}
#about_more .apply_flow li:last-child::after {
  content: none;
}
#about_more .planBlock {
  margin-top: 0;
}

#about_report {
  padding: 100px 0;
  background-color: #fcefdf;
}
#about_report .section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#about_report .section-body .locationBlock {
  opacity: 1;
}
#about_report .section-body .locationBlock::after {
  height: calc(100% + 21px);
  bottom: -13px;
  right: -76px;
}

#about_info {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #about_info {
    padding: 50px 0 60px;
  }
}

#location {
  display: block !important;
}
#location h2 {
  text-align: center;
  margin-bottom: 45px;
  color: #121212;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #location h2 {
    font-size: 23px;
    margin-bottom: 25px;
  }
}
#location .locationBlock {
  opacity: 0;
  display: none;
}
#location .locationBlock.studiopage {
  opacity: 1;
  display: block;
}
#location .locationBlock.studiopage::after {
  content: none;
}

#sb_instagram .sbi_photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#sb_instagram .sbi_photo img {
  display: none;
}
