@charset "UTF-8";

/* -----------------------------------------------

	 base

----------------------------------------------- */
main{
  margin-top: 145px !important;
}
.mainttl{
  font-size: 32px;
}
.subttl{
  font-size: 24px;
}
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: auto;
  background-color: #fff;
  box-shadow: 2px 3px 8px #cacaca;
  max-width: 300px;
  width: 100%;
  border-radius: 60px;
}
.btn a{
  position: relative;
  display: inline-block;
  color: #40a0da;
  transition: 0.5s;
  width: 100%;
  font-weight: 700;
  padding: 20px;
  line-height: 1.3;
}
.btn a::after{
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  color: #40a0da;
  position: relative;
  font-weight: 700;
  position: absolute;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  right: 30px;
  z-index: 1;
}
.ttl{
  font-weight: 700;
}
.ttlrtn{
  font-weight: 700;
  color: #fff;
}
.container {
  max-width: 1070px;
  width: 100%;
  margin: auto;
}
.headttl01{
  font-size: 40px;
  color: #40a0da;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
  letter-spacing: 0.25rem;
}
.headttl01 span{
  display: block;
}
.headttl01 span:first-child{
  margin-bottom: 30px;
}
.headttl01 span.txt{
  color: #404040;
}
.headttl01::after{
  content: "";
  display: inline-block;
  width: 100px;
  height: 5px;
  background: #dceef8;
  border-radius: 30px;
  position: absolute;
  top: calc(100% + 25px);
  left: 50%;
  -webkit-transform : translateX(-50%);
  transform : translateX(-50%);
}
.headttl02{
  background: #fff;
  font-size: 32px;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
}
.headttl02::before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 40px;
  margin-right: 30px;
  background: #40a0da;
  border-radius: 30px;
}

.sec_headtxt{
  margin-bottom: 60px;
}
.bgc{
  background: #eaf6fd;
}
.bgc_right,
.bgc_left{
  background: #eaf6fd;
  position: relative;
  margin: 0 120px;
  padding: 120px 60px;
}
.bgc_right{
  border-radius: 60px 0 0 60px;
}
.bgc_left{
  border-radius: 0 60px 60px 0;
}
.bgc_right::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #eaf6fd;
}
.bgc_left::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: #eaf6fd;
}

.bottomspace-small{ margin-bottom: 60px;}
.bottomspace-middle{ margin-bottom: 90px;}
.bottomspace-large{ margin-bottom: 120px;}

ol.privacy_indent {
    list-style-type: revert;
    margin-bottom: 60px;
}
ol.privacy_indent, ul.privacy_indent {
    padding-left: 1.2rem;
}
.privacy_pl {
    padding-left: 1em;
    margin-bottom:2em;
}

  @media only screen and (max-width: 1024px) {
    main{
      margin-top: 130px !important;
    }
    .mainttl {
      font-size: 30px;
    }
    .headttl01 {
      font-size: 38px;
    }
    .headttl02{
      font-size: 28px;
    }
    .headttl01::after{
      top: calc(100% + 20px);
    }
    .bgc_right,
    .bgc_left{
      margin: 0 100px;
      padding: 100px 45px;
    }
  }
  @media only screen and (max-width: 768px) {
    main{
      margin-top: 100px !important;
    }
    .mainttl {
      font-size: 24px;
    }
    .subttl{
      font-size: 22px;
    }
    .headttl01 {
      font-size: 35px;
      margin-bottom: 80px;
    }
    .headttl01::after{
      width: 80px;
      height: 4px;
    }
    .headttl01 span:first-child {
      margin-bottom: 20px;
    }
    .headttl02{
      font-size: 24px;
      padding: 15px 20px;
    }
    .headttl02::before{
      width: 6px;
      min-width: 6px;
      margin-right: 20px;
    }
    .bgc_right,
    .bgc_left{
      margin: 0 30px;
      padding: 80px 30px;
    }
    .sec_headtxt{
      margin-bottom: 45px;
    }
    .bottomspace-small{ margin-bottom: 45px;}
    .bottomspace-middle{ margin-bottom: 60px;}
    .bottomspace-large{ margin-bottom: 90px;}
  }
  @media only screen and (max-width: 479px) {
    main {
      margin-top: 85px !important;
    }
    .mainttl {
      font-size: 20px;
    }
    .headttl01 {
      font-size: 30px;
      margin-bottom: 60px;
    }
    *.headttl01{
      text-align: center !important;
    }
    .headttl01::after{
      top: calc(100% + 15px);
      width: 55px;
      height: 4px;
    }
    .headttl01 span:first-child {
      margin-bottom: 10px;
    }
    .headttl02 {
      margin-bottom: 30px;
      font-size: 18px;
      padding: 15px;
      border-radius: 5px;
      line-height: 1.3;
      letter-spacing: -0.1rem;
    }
    .headttl02::before {
      width: 5px;
      min-width: 5px;
      height: 30px;
      margin-right: 15px;
    }
    .btn a{
      font-size: 16px;
      padding: 15px 10px;
    }
    .bgc_right,
    .bgc_left{
      margin: 0 15px;
      padding: 60px 25px;
      border-radius: 30px;
    }
    .bgc_right::after,
    .bgc_left::after{
      content: unset;
    }
    .sec_headtxt{
      margin-bottom: 30px;
    }
    .bottomspace-large{ margin-bottom: 80px;}
  }
  @media only screen and (max-width: 350px) {
    .mainttl {
      font-size: 17px;
    }
    .headttl01{
      font-size: 28px;
      letter-spacing: 0.01rem;
    }
    .headttl02 {
      font-size: 17px;
    }
  }

/* -----------------------------------------------
	 fixcalendar
----------------------------------------------- */
#fixcalendar{
  width: 650px;
  position: fixed;
  top: 70%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  right: -550px;
  transition: 0.5s;
  z-index: 5;
}
#fixcalendar:hover{
  cursor: pointer;
}
#fixcalendar.active{
  right: 0;
  transition: 0.5s;
}


@media only screen and (max-width: 768px) {
  #fixcalendar{
    right: -510px;
    width: 600px;
  }
}
@media only screen and (max-width: 479px) {
  #fixcalendar{
    display: none;
  }
}

/* -----------------------------------------------
	 top_section
----------------------------------------------- */
.top_section .main_img{
  position: relative;
  margin-bottom: 120px;
}

.slick-arrow{ z-index: 2; }
.slick-prev{ left: 0!important; } 
.slick-next{ right: 0!important; }

.top_section .main_img .main_text{
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700;
  max-width: 1070px;
  width: calc(100vw - 60px);
}
.top_section .main_img .main_text h1{
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 900;
  -webkit-text-stroke: 1px #fff;
  text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
}
.top_section .main_img .main_text p{
  font-size: 22px;
  text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
}
.top_calendar{
  display: none;
}


  @media only screen and (max-width: 1024px) {
    .top_section .main_img .main_text{
      top: 40%;
    }
    .top_section .main_img .main_text h1{
      font-size: 42px;
    }
  }
  @media only screen and (max-width: 768px) {
    .top_section .main_img{
      margin-bottom: 90px;
    }
    .top_section .main_img .main_text{
      top: 50%;
    }
    .top_section .main_img .main_text h1 .sp{
      display: block;
    }
  }
  @media only screen and (max-width: 479px) {
    .top_section .main_img{
      margin-bottom: 30px;
    }
    .top_section .main_img .main_text {
      top: 68%;
    }
    .top_section .main_img .main_text h1 {
      font-size: 8.5vw;
      letter-spacing: -0.05rem;
      margin-bottom: 20px;
    }
    .top_section .main_img .main_text p {
      font-size: 16px;
    }
    .top_calendar .image {
      background: #fff;
      padding: 30px 20px;
      border-radius: 15px;
      box-shadow: 2px 3px 8px #cacaca;
    }
    .top_calendar{
      display: block;
      margin-bottom: 80px;
    }
  }
  @media only screen and (max-width: 350px) {
    .top_section .main_img .main_text h1 {
      font-size: 8vw;
    }
  }

/* -----------------------------------------------
    sec_guide
----------------------------------------------- */
  .sec_guide {
    padding-bottom: 120px;
  }
  .sec_guide .department-wrap{
    gap: 80px;
    margin-bottom: 80px;
  }
  .sec_guide .department{
    width: 50%;
    border-radius: 30px;
    text-align: center;
    padding: 60px 65px;
    box-shadow: 2px 3px 8px #cacaca;
  }
  .sec_guide .department .image{
    max-width: 120px;
    margin: 0 auto 45px;
  }
  .sec_guide .department h3{
    position: relative;
  }
  .sec_guide .department h3::after{
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    color: #40a0da;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
  }
  .sec_guide .reserve-wrap{
    position: relative;
    background: #dbecf6;
    padding: 60px 30px;
    border-radius: 30px;
    overflow: hidden;
  }
  .sec_guide .reserve-wrap::after{
    content: "";
    display: inline-block;
    width: 230px;
    height: 230px;
    background-image: url(../images/icon_calendard2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -25px;
    bottom: -25px;
  }
  .sec_guide .reserve-wrap h3,
    .sec_guide .reserve-wrap p{
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  .sec_guide .reserve-wrap .btn {
    position: relative;
    z-index: 1;
  }
  .sec_guide .info-wrap {
    gap: 80px;
    position: relative;
  }
  .sec_guide .info-wrap .head{
    min-width: 300px;
  }
  .sec_guide .info-wrap .btn{
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .sec_guide .info-wrap .infoline{
    width: 100%;
  }
  .sec_guide .info-wrap .infoline a{
    padding: 20px 20px 20px 0;
  }
  .sec_guide .info-wrap .infoline li{
    position: relative;
  }
  .sec_guide .info-wrap .infoline li::after{
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    color: #40a0da;
    position: relative;
    font-weight: 700;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 14px;
    z-index: 1;
  }
  .sec_guide .info-wrap .infoline li.info{
    border-bottom: solid 1px #e0e0e0;
  }
  .sec_guide .info-wrap .infoline li.info:first-child{
    border-top: solid 1px #e0e0e0;
  }
  .sec_guide .info-wrap .infoline .data{
    color: #999999;
    font-size: 16px;
    margin-right: 50px;
    letter-spacing: 0.05rem;
  }

    @media only screen and (max-width: 1024px) {
      .sec_guide .department-wrap {
        gap: 60px;
        margin-bottom: 60px;
      }
    }
    @media only screen and (max-width: 768px) {
      .sec_guide .department-wrap {
        gap: 40px;
        margin-bottom: 40px;
      }
      .sec_guide .department .image {
        max-width: 90px;
        margin: 0 auto 30px;
      }
      .sec_guide .reserve-wrap::after{
        width: 180px;
        height: 180px;
      }
      .sec_guide .info-wrap {
        gap: 30px;
      }
      .sec_guide .info-wrap .infoline .data {
        min-width: 110px;
        margin-right: 20px;
      }
    }
    @media only screen and (max-width: 479px) {
      .sec_guide .department-wrap{
        gap: 25px;
      }
      .sec_guide .department {
        width: 100%;
        border-radius: 20px;
        padding: 30px 10px;
      }
      .sec_guide .reserve-wrap {
        padding: 40px 30px 80px;
      }
      .sec_guide .reserve-wrap::after {
        width: 100px;
        height: 100px;
        right: -10px;
        bottom: -10px;
      }
      .sec_guide .reserve-wrap p{
        text-align: justify;
      }
      .sec_guide .info-wrap{
        gap: 0;
        padding-bottom: 90px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
      .sec_guide .info-wrap .btn{
        left: 50%;
        -webkit-transform : translateX(-50%);
        transform : translateX(-50%);    
      }
      .sec_guide .info-wrap,
      .sec_guide .info-wrap .infoline a{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
      }
      .sec_guide .info-wrap .infoline a{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
      }
      .sec_guide .department .image {
        max-width: 60px;
        margin: 0 auto 20px;
      }
    }
    @media only screen and (max-width: 350px) {
      .sec_guide .department-wrap {
        gap: 20px;
      }
      .sec_guide .department{
        padding: 20px 10px;
      }
    }



/* -----------------------------------------------
	 sec_philosophy
----------------------------------------------- */
.sec_philosophy .philo-wrap {
  gap: 40px;
  text-align: center;
}
.sec_philosophy .philo{
  width: calc(100% / 4 - 30px);
}
.sec_philosophy .philo .image{
  margin-bottom: 30px;
}
.sec_philosophy .philo h3{
  margin-bottom: 20px;
}
.sec_philosophy .philo p{
  text-align: justify;
}
  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
    .sec_philosophy .philo-wrap{
      gap: 80px 40px;
    }
    .sec_philosophy .philo {
      width: calc(100% / 2 - 20px);
    }
    .sec_philosophy .philo .image {
      max-width: 250px;
      margin: 0 auto 20px;
    }
    .sec_philosophy .philo h3 {
      margin-bottom: 10px;
    }
  }
  @media only screen and (max-width: 479px) {
    .sec_philosophy .philo-wrap {
      gap: 60px 30px;
    }
    .sec_philosophy .philo {
      width: 100%;
    }
    .sec_philosophy .philo .image {
      max-width: 180px;
    }
    .sec_philosophy .philo p {
      width: 90%;
      margin: auto;
    }
  }


/* -----------------------------------------------
	 sec_diabetes
----------------------------------------------- */
.sec_diabetes .txts p:first-child{
  margin-bottom: 20px;
}
  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
  }
  @media only screen and (max-width: 479px) {
  }

/* -----------------------------------------------
	 sec_otherintro
----------------------------------------------- */
.sec_otherintro .intro-wrap{
  gap: 80px;
}
.sec_otherintro .intro{
  position: relative;
  width: 50%;
  height: 350px;
  padding: 30px;
  border-radius: 30px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sec_otherintro .intro_institution{
  background-image: url(../images/intro_institution.png);
}
.sec_otherintro .intro_staff{
  background-image: url(../images/intro_staff.png);
}
.sec_otherintro .intro .txts{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec_otherintro .intro .txts h2{
  margin-bottom: 90px;
  text-shadow:
  2px 2px 3px #fff ,
  -2px 2px 3px #fff ,
  2px -2px 3px #fff ,
  -2px -2px 3px #fff;
}



@media only screen and (max-width: 1024px) {
  .sec_otherintro .intro-wrap {
    gap: 40px;
  }
  .sec_otherintro .intro{
    height: 260px;
  }
  .sec_otherintro .intro .txts h2 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .sec_otherintro .intro-wrap {
    gap: 20px;
  }
  .sec_otherintro .intro .btn{
    width: 90%;
  }
}
@media only screen and (max-width: 479px) {
  .sec_otherintro .intro-wrap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec_otherintro .intro {
    width: 100%;
    height: 220px;
  }
  .sec_otherintro .intro .txts h2 {
    margin-bottom: 60px;
  }
}

/* -----------------------------------------------
	 sec_beginners
----------------------------------------------- */
.sec_beginners .bring-wrap{
  padding: 40px 35px;
  border-radius: 30px;
}
.sec_beginners .bring-wrap dl{
  gap: 40px;
  padding: 40px 0;
  border-bottom: solid 1px #e0e0e0;
}
.sec_beginners .bring-wrap dl:first-child{
  padding-top: 0;
}
.sec_beginners .bring-wrap dl:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
.sec_beginners .bring-wrap dt{
  width: 320px;
}
.sec_beginners .bring-wrap dd{
  width: calc(100% - 360px);
  line-height: 2;
}

  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
    .sec_beginners .bring-wrap dl {
      padding: 30px 0;
    }
    .sec_beginners .bring-wrap dt {
      width: 280px;
    }
    .sec_beginners .bring-wrap dd {
      width: calc(100% - 280px);
    }
  }
  @media only screen and (max-width: 479px) {
    .sec_beginners .bring-wrap dl {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .sec_beginners .bring-wrap {
    padding: 35px 25px;
  }
  .sec_beginners .bring-wrap dt ,
  .sec_beginners .bring-wrap dd{
    width: 100%;
  }
  .sec_beginners .bring-wrap dt{
    margin-bottom: 10px;
  }
}