@charset "UTF-8";

@media screen and (max-width: 1099px) {

}

div.h1Wrap.withImg p.img {
    background: url(../img/about/mv_pc.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  @media screen and (max-width: 1099px) {
    div.h1Wrap.withImg p.img {
      background: url(../img/about/mv_sp.jpg) no-repeat 50% 50%;
      background-size: cover;
    }
  }
  

h3 {
    font-size: 2.4rem;
    font-feature-settings: "palt";
}

@media screen and (max-width: 1099px) {
    h3 {
        line-height: 1.6;
    }
}

.balloon {
    z-index: 1;
    min-width: 256px;
    padding: 10px 80px;
    box-sizing: border-box;
}

@media screen and (max-width: 969px) {
    .balloon {
        width: 100%;
        margin-bottom: 30px;
    }    
}

.popupBox {
    margin-bottom: 0;
}

/* .popupBox .modal-content {
    height: auto;
} */

/* ::::::::::::::::::::::::::::::::: outline ::::::::::::::::::::::::::::::::: */


div.section.outline .bookBlock + .bookBlock {
    margin: 140px 0 90px 0;
}

@media screen and (max-width: 1099px) {
    div.section.outline .bookBlock + .bookBlock {
        margin: 60px 0 60px 0;
    }
    div.section.outline .bookBlock + .bookBlock.history {
        margin-top: 140px ;
    }
}

.greeting .greetingInner {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

@media screen and (max-width: 1099px) {
    .greeting .greetingInner {
        display: block;
        margin-top: 30px;
    }
}

.greeting .photoBlock {
    width: 302px;
    min-width: 302px;
    margin-right: 55px;
}

@media screen and (max-width: 1099px) {
    .greeting .photoBlock {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }
}

.greeting .right {
    text-indent: 1em;
}

@media screen and (max-width: 1099px) {
    .greeting .right {
        position: relative;
        padding-top: 70px;
    }    
}

.greeting .name {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.6rem;
    margin-top: 10px;
}

@media screen and (max-width: 1099px) {
    .greeting .name {
        margin-top: 10px;
        position: absolute;
        top: 0;
    }
}

.greeting .name span {
    font-size: 2rem;
}

.educationalGoalsInner {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1099px) {
    .educationalGoalsInner {
        display: block;
    }    
}

.educationalGoals .left {
    width: 302px;
    min-width: 302px;
    margin-right: 55px;
}

@media screen and (max-width: 1099px) {
    .educationalGoals .left {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }
}
    
.educationalGoals .lesson {
    border: 2px solid #f070a5;
    border-radius: 10px;
    padding: 20px 60px;
    font-size: 1.8rem;
    margin-top: 15px;
}

@media screen and (max-width: 1099px) {
    .educationalGoals .lesson {
        padding: 20px;
        font-size: 1.8rem;
        margin-top: 20px;
        margin-bottom: 25px;
    }
}

.educationalGoals .lesson p {
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 1099px) {
    .educationalGoals dl {
        width: 170px;
        margin: 0 auto;
    }
}

.educationalGoals .lesson dt {
    float: left;
    color: #f070a5;
}

.educationalGoals .lesson dd {
    margin-left: 60px;
}

.educationalGoals .right {
    margin-top: 5px;
    text-indent: 1em;
}

.history ul {
    border-left: 3px solid #f070a5;
    margin-left: 5px;
    margin-top: 40px;
}

@media screen and (max-width: 1099px) {
    .history ul {
        border-left: none;
        margin-top: 40px;
    }
}

.history li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-feature-settings: "palt";
}

@media screen and (max-width: 1099px) {
    .history li {
        display: block;
    }
}

.history li p + p {
    margin-left: 15px;
    position: relative;
}

@media screen and (max-width: 1099px) {
    .history li p + p {
        margin-left: 0;
    }
}

.history li::before {
    border-top: 1px solid #3C3C3C;
    content: "";
    width: 135px; 
    margin-right: 25px;
}

@media screen and (max-width: 1099px) {
    .history li::before {
        display: none;
    }
}

.history li:nth-child(even):before {
    width: 57px;
}

@media screen and (max-width: 1099px) {
    .history li:nth-child(even):before {
        display: none;
    }
}

.history li::after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #f070a5;
    background: #fff;
    border-radius: 50%;
    left: -9px;
}

@media screen and (max-width: 1099px) {
    .history li::after {
        display: none;
    }
}

.history .year {
    font-size: 5.8rem;
    font-weight: bold;
    line-height: 1;
    font-weight: 500;
  font-family: 'Rubik', sans-serif;
    font-style: normal;
    color: #999;
}

@media screen and (max-width: 1099px) {
    .history .year {
        font-size: 4rem;
        margin-bottom: 5px;
    }
}

.history .flexSub {
    margin-left: 15px;
}

@media screen and (max-width: 1099px) {
    .history .flexSub {
        margin-left: 0;
    }
}

.history .flexSubInner {
    display: flex;
}

@media screen and (max-width: 1099px) {
    .history .flexSubInner {
        display: block;
    }
}

.history .photoBlock {
    display: flex;
    justify-content: space-between;
    /* margin-top: 60px; */
    margin: 30px 0 50px;
}

@media screen and (max-width: 1099px) {
    .history .photoBlock {
        display: block;
        margin: 30px 0 40px;
    }
}

.history .photoBlock .photo {
    width: 48%;
}

@media screen and (max-width: 1099px) {
    .history .photoBlock .photo {
        width: 100%;
    }
    .history .photoBlock .photo:first-child {
        margin-bottom: 30px;
    }
}

.history .photoBlock .photo img {
    margin-bottom: 20px;
}

@media screen and (max-width: 1099px) {
    .history .photoBlock .photo img {
        margin-bottom: 10px;
    }
}

.history .characterBlcok {
    width: 243px;
    background: url(../img/about/pic_soushoku.png) no-repeat 75% 0%;
    background-size: 34px;
    position: absolute;
    right: 35px;
    top: -80px;
    display: flex;
    justify-content: flex-start;
}

@media screen and (max-width: 1099px) {
    .history .characterBlcok {
       width: 170px;
       background-size: 17px;
       top: -80px;
       right: 60px;
       background-position: 85% 0%;
    }
}

.history .characterBlcok .characterAnimation {
    margin-left: 10px;
    margin-top: -10px;
}

@media screen and (max-width: 1099px) {
    .history .characterBlcok .characterAnimation {
        margin-left: 40px;
    }
}

.history .characterBlcok .icon_title01 {
    position: absolute;
    left: -35px;
    top: -20px;
}

@media screen and (max-width: 1099px) {
    .history .characterBlcok .icon_title01 {
        left: -10px;
    }    
    .history .characterBlcok .icon_title01 img {
        width: 68px;
        height: 55px;
    }
}

/* ::::::::::::::::::::::::::::::::: facility ::::::::::::::::::::::::::::::::: */

div.section.facility .midashiBlock + .bookBlock {
    margin: 100px 0 90px 0;
}

@media screen and (max-width: 1099px) {
    div.section.facility .midashiBlock + .bookBlock {
        margin: 60px 0 40px 0;
    }    
}

div.section.facility .bookBlock {
    padding: 10px 100px 0;
}

@media screen and (max-width: 1099px) {
    div.section.facility .bookBlock {
        padding: 20px 15px 0;
    }
}

.facilityIntroduction .circle {
    width: 176px;
    height: 176px;
    background-color: #ED70A2;
    background-image:repeating-linear-gradient(-45deg,rgba(255,255,255,.05), rgba(255,255,255,.05) 5px,transparent 0, transparent 13px);
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    box-shadow: 4px 4px 12px 0 rgba(77, 77, 77, .15);
    z-index: 1;
}

@media screen and (max-width: 1099px) {
    .facilityIntroduction .circle {
        width: 101px;
        height: 101px;
        background-image:repeating-linear-gradient(-45deg,rgba(255,255,255,.05), rgba(255,255,255,.05) 3px,transparent 0, transparent 7px);
    }    
}

.facilityIntroduction .circle p {
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    position: absolute;
    width: 100%;
    top: 35%;
    line-height: 1.6;
}

@media screen and (max-width: 1099px) {
    .facilityIntroduction .circle p {
        font-size: 1.4rem;
        letter-spacing: 0.03em;
    }    
}

.facilityIntroduction .circle p span {
    color: rgba(255,255,255,.6);
    display: block;
    font-size: 1.8rem;
}

@media screen and (max-width: 1099px) {
    .facilityIntroduction .circle p span {
        font-size: 1rem;
    }    
}

.facilityIntroduction .movieBox {
    margin-top: -40px;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 1099px) {
    .facilityIntroduction .movieBox {
        margin-top: -10px;
    }
}

.facilityIntroduction .movieBox img {
    border-radius: 12px;
}

.facilityIntroduction .movieBox::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/about/icon_movie.png) no-repeat 50% 50%;
    background-size: 75px 53px;
    transition: opacity 0.6s ease;
}

.facilityIntroduction .facilityIntroductionInner {
    margin-top: 70px;
}

@media screen and (max-width: 1099px) {
    .facilityIntroduction .facilityIntroductionInner {
        margin-top: 30px;
    }    
}

.facilityIntroduction .facilityIntroductionInner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 1099px) {

}

.facilityIntroduction .facilityIntroductionInner li {
    margin-bottom: 40px;
    width: 48%;
}

@media screen and (max-width: 1099px) {
    .facilityIntroduction .facilityIntroductionInner li {
        width: 100%;
        margin-bottom: 20px;
    }    
}

.facilityIntroduction .facilityIntroductionInner li img {
    position: relative;
    border-radius: 12px;
}

@media screen and (max-width: 1099px) {
    .facilityIntroduction .facilityIntroductionInner li img {
        width: 100%;
    }    
}

.facilityIntroduction .facilityIntroductionInner li p {
    /* margin-top: 20px; */
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (max-width: 1099px) {
    .facilityIntroduction .facilityIntroductionInner li p {
        margin-top: 10px;
    }    
}


/* .facility + .popupBox .modal-content {
    padding: 0;
    background: none;
} */

/* .facility + .popupBox .modal-content img {
    border-radius: 32px;
} */

/* @media screen and (max-width: 1099px) {
.facility + .popupBox .modal-content {
      width: 90%;
  }
  .facility + .popupBox .modal-content img {
    border-radius: 5%;
}
} */

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  
  .youtube img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  
  .popupBox #modal_movie .modal-content {
    height: auto;
  }
  
/* ::::::::::::::::::::::::::::::::: access ::::::::::::::::::::::::::::::::: */

.balloon02 {
    position: relative;
    letter-spacing: 0.05em;
    display: table;
    padding: 5px 0;
    color: #fff;
    background: #FF9598;
    border-radius: 25px;
    text-align: center;
    box-sizing: border-box;
}

@media screen and (max-width: 1099px) {

}
 
.balloon02:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 7px solid transparent;
    border-top: 7px solid #FF9598;
}
  
@media (max-width: 969px) {
    .balloon02 {
      padding: 15px 0;
      width: 100%;
    }
}

div.section.access .midashiBlock + .bookBlock {
    margin: 100px 0 90px 0;
}

@media screen and (max-width: 1099px) {
    div.section.access .midashiBlock + .bookBlock {
        margin: 60px 0 40px 0;
    }    
}

.access .textBox01 {
    border: 2px solid #FF9598;
    border-radius: 12px;
    padding: 15px 20px;
    text-align: center;
    box-sizing: border-box;
}

@media screen and (max-width: 1099px) {
    .access .textBox01 {
        padding: 15px 10px;
    }
}

.access .underLine01 {
    background-size: 10px 2px;
    background-position: right bottom;
    background-repeat: repeat-x;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    background-image: linear-gradient(to right, #FF9598, #FF9598 6px, transparent 7px, transparent 2px);
}

@media screen and (max-width: 1099px) {

}

.access .time {
    font-size: 2rem;
    font-weight: bold;
}

.access .time span {
    color: #FF9598;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    font-weight: 500;
  font-family: 'Rubik', sans-serif;
    font-style: normal;
    margin: 0 5px;
}

.access .route {
    position: relative;
    image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 1099px) {
    .access .route {
        margin-bottom: 30px;
    }    
}

/* .access .routeInner {
    width: 37%;
}

@media screen and (max-width: 1099px) {
    .access .routeInner {
        width: 100%;
    }    
} */

.access .route h3 {
    position: absolute;
    top: 100px;
    left: 0;
}

@media screen and (max-width: 1099px) {
    .access .route h3 {
        margin-bottom: 10px;
        position: static;
    }    
}

.access .route ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

@media screen and (max-width: 1099px) {

}

.access .route .textBox01 {
    width: 48%;
    margin-bottom: 10px;
}

.access .route .textBox01:nth-child(5),
.access .route .textBox01:nth-child(6) {
    margin-bottom: 0;
}

@media screen and (max-width: 1099px) {
    .access .route .textBox01 {
        width: 48%;
    }
    .access .route .textBox01:nth-child(5),
    .access .route .textBox01:nth-child(6) {
        margin-bottom: 10px;
    }
}

.access .route .routeMap {
    margin-top: -100px;
}

/* @media screen and (max-width: 1200px) {
    .access .route .routeMap {
        top: 50%;
        transform: translateY(-50%);
    }    
} */

@media screen and (max-width: 1099px) {
    .access .route .routeMap {
        position: relative;
        width: 100%;
        top: auto;
        transform: none;
        margin-bottom: 10px;
        margin-top: 0;
    }    
    .access .route .routeMap .zoom {
        top: 10px;
        left: 0;
    }
}

.access .route .note {
    position: absolute;
    left: 44%;
    bottom: 0;
    font-size: 1.2rem;
}

@media screen and (max-width: 1099px) {
    .access .route .note {
        position: static;
        font-size: 1.2rem;
    }    
}

.access .route + .balloon {
    margin-bottom: 60px;
    position: relative;
}

@media screen and (max-width: 1099px) {
    .access .route + .balloon {
        margin-bottom: 40px;
    }    
}

.access .route + .balloon::after {
    content: "";
    position: absolute;
    background: url(../img/about/bg_foot.png) no-repeat;
    background-size: 100%;
    width: 193px;
    height: 73px;
    top: -10px;
    left: -370px;
}

@media screen and (max-width: 1099px) {
    .access .route + .balloon::after {
        display: none;
    }
}

.access .directions .directionsMovie {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1099px) {
    .access .directions .directionsMovie {
        display: block;
    }    
}

.access .directions .textBox01 {
    display: flex;
    justify-content: space-between;
    width: 49%;
    position: relative;
}

@media screen and (max-width: 1099px) {
    .access .directions .textBox01 {
        display: block;
        width: 100%;
        padding: 15px;
    }    
}

.access .directions .textBox01::after {
    content: "";
    position: absolute;
    background: url(../img/about/icon_arrow.png) no-repeat;
    background-size: 14px 26px;
    width: 14px;
    height: 26px;
    bottom: -28px;
    right: 0;
    left: 0;
    margin: auto;
}

@media screen and (max-width: 1099px) {

}

.access .directions .textBlock {
    width: 100%;
}

.access .directions .textBlock .time img {
    vertical-align: text-bottom;
    margin-right: 10px;
}

@media screen and (max-width: 1099px) {

}

.access .directions .movie {
    position: relative;
    width: 137px;
    min-width: 137px;
    margin-left: 20px;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 1099px) {
    .access .directions .movie {
        width: 100%;
        min-width: 100%;
        margin-left: 0;
        border-radius: 6px;
    }    
}

.access .directions .movie::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(43,48,52,0.5) url(../img/common/icon_play.png) no-repeat 50% 50%;
    background-size: 48px 48px;
    transition: all 0.2s ease;
    border-radius: 6px;
}

@media screen and (max-width: 1099px) {

}

.access .directions .movie:hover::after {
    background: rgba(43,48,52,0.7) url(../img/common/icon_play.png) no-repeat 50% 50%;
    background-size: 48px 48px;
}

.access .directions .balloon02 {
    position: absolute;
    width: 204px;
    top: -30px;
    right: 35px;
}

@media screen and (max-width: 1099px) {
    .access .directions .balloon02 {
        position: relative;
        width: 100%;
        padding: 5px;
        top: auto;
        right: auto;    
        margin-top: 10px;
        margin-bottom: 15px;
    }    
}

.access .directions .goal {
    position: relative;
    font-size: 2.4rem;
    letter-spacing: 2px;
    font-weight: bold;
    display: table;
    padding: 10px 0;
    color: #fff;
    background: #FF9598;
    border-radius: 40px;
    text-align: center;
    display: block;
    margin-top: 30px;
}

@media screen and (max-width: 1099px) {
    .access .directions .goal {
        font-size: 2rem;
        margin-bottom: 20px;
    }
}

.access .directions .googleMap {
    margin-top: 45px;
}

@media screen and (max-width: 1099px) {
    .access .directions .googleMap {
        margin-top: 30px;
    }
}

.access .directions .googleMap iframe {
    width: 100%;
    height: 574px;
    border-radius: 12px;
}

@media screen and (max-width: 1099px) {
    .access .directions .googleMap iframe {
        height: 334px;
    }    
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .popupBox #modal02 .modal-content,
  .popupBox #modal03 .modal-content {
    height: auto;
}