@charset "UTF-8";

.education1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.education1 div{
  width: 52%;
}
.education1 figure{
  width: 43.6%;
}
.education1 figure img{
  border-radius: 10px;
}
.education2{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.education2 a{
  display: flex;
  align-items: center;
  padding: 20px;
  width: 48.6%;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.education2 a:after{
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(../img/arrow_right_bl.svg) center no-repeat #D4E6F1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.education2 a:hover{
  opacity: 1;
}
.education2 a:hover:after{
  right: 10px;
}
.education2 a figure{
  width: 50%;
}
.education2 a p{
  flex: 1;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .education1{
    display: block;
    margin-bottom: 40px;
  }
  .education1 div{
    width: auto;
    margin-bottom: 20px;
  }
  .education1 figure{
    width: auto;
  }
  .education1 figure img{
    border-radius: 10px;
  }
  .education2{
    display: block;
    margin-bottom: 40px;
  }
  .education2 a{
    display: block;
    padding: 20px;
    margin-bottom: 15px;
    width: auto;
    background: #fff;
    border-radius: 10px;
    position: relative;
  }
  .education2 a:hover:after{
    right: 20px;
  }
  .education2 a figure{
    width: auto;
    margin-bottom: 10px;
  }
  .education2 a p{
    font-size: 16px;
    padding-left: 0;
  }
}

.training1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.training1 div{
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.training1 .box1{
  width: 62.5%;
  text-align: center;
}
.training1 .box2{
  width: 35%;
}
.training1 div figure{
  margin-bottom: 20px;
}
.training2{
  position: relative;
  height: 581px;
  margin-bottom: 80px;
}
.training2 .leftcol{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.training2 .leftcol p{
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.training2 .leftcol .cell1{
  top: 110px;
}
.training2 .leftcol .cell2{
  top: 252px;
}
.training2 .leftcol .cell3{
  top: 372px;
}
.training2 .leftcol .cell4{
  top: 492px;
}
.training2 .rightcol{
  position: relative;
  margin-left: 236px;
  overflow: auto;
}
.training2 .rightcol img{
  width: 962px;
  max-width: inherit;
  height: 581px;
}
.training2 .rightcol p{
  position: absolute;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
.training2 .rightcol .cell1-1,
.training2 .rightcol .cell1-2,
.training2 .rightcol .cell1-3,
.training2 .rightcol .cell1-4{
  top: 10px;
  left: 0;
  width: 240px;
  color: #fff;
  font-size: 20px;
}
.training2 .rightcol .cell1-2{
  left: 240px;
}
.training2 .rightcol .cell1-3{
  left: 480px;
}
.training2 .rightcol .cell1-4{
  left: 720px;
}
.training2 .rightcol .cell2-1{
  top: 112px;
  left: 0;
  width: 240px;
}
.training2 .rightcol .cell2-2{
  top: 100px;
  left: 240px;
  width: 240px;
}
.training2 .rightcol .cell2-3{
  top: 112px;
  left: 480px;
  width: 240px;
}
.training2 .rightcol .cell2-4-1{
  top: 87px;
  left: 720px;
  width: 240px;
}
.training2 .rightcol .cell2-4-2{
  top: 140px;
  left: 720px;
  width: 240px;
}
.training2 .rightcol .cell3-1{
  top: 227px;
  left: 0;
  width: 240px;
}
.training2 .rightcol .cell3-2{
  top: 227px;
  left: 240px;
  width: 240px;
}
.training2 .rightcol .cell3-3{
  top: 280px;
  left: 0;
  width: 964px;
}
.training2 .rightcol .cell4-1{
  top: 375px;
  left: 0;
  width: 240px;
}
.training2 .rightcol .cell4-2{
  top: 375px;
  left: 240px;
  width: 240px;
}
.training2 .rightcol .cell5-1{
  top: 470px;
  left: 0;
  width: 964px;
}
.training2 .rightcol .cell5-2{
  top: 523px;
  left: 0;
  width: 964px;
}
.training3{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 80px;
  padding: 50px;
  color: #fff;
  background: #397FC4;
  border-radius: 10px;
}
.training3 div{
  width:  41%;
}
.training3 div .ttl1{
  color: #fff;
  margin-bottom: 20px;
}
.training3 div .txt{
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
}
.training3 div .btn{
  text-align: right;
  margin-right: 55px;
}
.training3 figure{
  display: flex;
  width: 55.5%;
  justify-content: space-between;
}
.training3 figure img{
  width: 49%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .training1{
    display: block;
    margin-bottom: 40px;
  }
  .training1 div{
    padding: 20px;
    background: #fff;
    border-radius: 10px;
  }
  .training1 .box1{
    width: auto;
    margin-bottom: 20px;
  }
  .training1 .box2{
    width: auto;
  }
  .training1 div figure{
    padding: 0 10%;
    margin-bottom: 5px;
  }
  .training1 div .ttl2{
    font-size: 18px;
  }
  .training2{
    margin-bottom: 40px;
  }
  .training2 .leftcol img{
    width: 136px;
    height: 581px;
  }
  .training2 .leftcol .cell2{
    top: 222px;
  }
  .training2 .leftcol .cell3{
    top: 358px;
  }
  .training2 .rightcol{
    margin-left: 136px;
    font-size: 16px;
  }
  .training3{
    display: block;
    margin-bottom: 50px;
    padding: 20px;
  }
  .training3 div{
    width:  auto;
    margin-bottom: 20px;
  }
  .training3 div .ttl1{
    margin-bottom: 10px;
  }
  .training3 div .txt{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  .training3 div .btn{
    margin-right: 40px;
  }
  .training3 figure{
    width:  auto;
  }
}

.facility1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.facility1 img{
  border-radius: 10px;
}
.facility1 .img1{
  width: 48.3%;
}
.facility1 .img2{
  width: 50.7%;
}
.facility1 .img3{
  width: 49%;
}
.facility2{
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.facility2 li{
  width: 31%;
}
.facility2 li .ttl{
  color: #fff;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.facility2 li:nth-child(1) .ttl{
  background: #1184D2;
}
.facility2 li:nth-child(2) .ttl{
  background: #0B61B7;
}
.facility2 li:nth-child(3) .ttl{
  background: #003A91;
}
.facility2 li .ttl span{
  font-size: 25px;
}
.facility2 li .txt{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 113px;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.facility3{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.facility3 div{
  width: 23.5%;
}
.facility3 div h4{
  color: #003A91;
  font-size: 20px;
  font-weight: 700;
  line-height: 161.905%;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}
.facility3 div h4:before,.facility3 div h4:after{
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
}
.facility3 div h4:before{
  top: 11px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #9ACBF3;
}
.facility3 div h4:after{
  top: 15px;
  left: 4px;
  width: 6px;
  height: 6px;
  background: #0B61B7;
}
.facility3 div ul{
  border-top: 1px solid #9ACBF3;
}
.facility3 div ul li{
  padding: 12px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #9ACBF3;
}
.facility3 figure{
  width: 73.3%;
}
.facility4{
  display: flex;
  justify-content: space-between;
}
.facility4 dl{
  width: 48.33%;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 55px;
}
.facility4 dl dt{
  font-size: 21px;
  line-height: 1.62;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #9ACBF3;
  margin-bottom: 15px;
}
.facility5{
  margin-bottom: 125px;
}
.facility5 h4{
  color: #003A91;
  font-size: 21px;
  font-weight: 500;
  line-height: 161.905%;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}
.facility5 h4:before,.facility5 h4:after{
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
}
.facility5 h4:before{
  top: 11px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #9ACBF3;
}
.facility5 h4:after{
  top: 15px;
  left: 4px;
  width: 6px;
  height: 6px;
  background: #0B61B7;
}
.facility5 ol.point{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.facility5 ol.point li{
  width: 49%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
}
.facility5 ol.point li h5{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  background: #1184D2;
  border-radius: 10px 10px 0 0;
  padding: 7px;
}
.facility5 ol.point li h5 strong{
  font-size: 25px;
  font-weight: 400;
}
.facility5 ol.point li dl{
  padding: 25px 40px;
}
.facility5 ol.point li dl dt{
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .facility1{
    display: block;
    margin-bottom: 30px;
  }
  .facility1 img{
    width: auto!important;
    border-radius: 2.66vw;
    margin-bottom: 2vw;
  }
  .facility2{
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .facility2 li{
    width: auto;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .facility2 li .ttl{
    line-height: 44px;
  }
  .facility2 li .txt{
    display: block;
    height: auto;
    padding: 15px;
    line-height: 1.5;
    text-align: center;
    background: #fff;
    border-radius: 0 0 10px 10px;
  }
  .facility3{
    display: block;
    margin-bottom: 50px;
  }
  .facility3 div{
    width: auto;
    margin-bottom: 20px;
  }
  .facility3 div h4{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .facility3 div h4:before{
    top: 9px
  }
  .facility3 div h4:after{
    top: 13px;
  }
  .facility3 div ul{
    border-top: 1px solid #9ACBF3;
  }
  .facility3 div ul li{
    padding: 12px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    border-bottom: 1px solid #9ACBF3;
  }
  .facility3 figure{
    width: auto;
  }
  .facility4{
    display: block;
  }
  .facility4 dl{
    width: 100%;
    padding: 20px;
    margin-bottom: 12px;
  }
  .facility4 dl dt{
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .facility5{
    margin-bottom: 65px;
  }
  .facility5 h4{
    font-size: 17px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .facility5 h4:before{
    top: 8px;
  }
  .facility5 h4:after{
    top: 12px;
  }
  .facility5 ol.point{
    display: block;
  }
  .facility5 ol.point li{
    width: 100%;
    margin-bottom: 12px;
  }
  .facility5 ol.point li h5{
    font-size: 17px;
    padding: 5px;
  }
  .facility5 ol.point li h5 strong{
    font-size: 21px;
  }
  .facility5 ol.point li dl{
    padding: 15px 20px;
  }
  .facility5 ol.point li dl dt{
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.latest1 img{
 border-radius: 14px;
 margin-bottom: 60px;
}
.latest2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.latest2 li{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 204px;
  height: 204px;
  margin: 0 20px 40px;
  background: #fff;
  border-radius: 50%;
}
.latest2 li span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.latest3{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.latest3 div{
  width: 30.8%;
  padding: 30px 40px;
  background: #fff;
  border-radius: 10px;
}
.latest3 div .ttl{
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}
.latest3 div figure{
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .latest1 img{
   border-radius: 14px;
   margin-bottom: 60px;
  }
  .latest2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
  .latest2 li{
    width: 150px;
    height: 150px;
    margin: 10px;
  }
  .latest2 li img{
    width: 60px;
  }
  .latest2 li span{
    font-size: 16px;
  }
  .latest3{
    display: block;
    margin-bottom: 50px;
  }
  .latest3 div{
    width: auto;
    padding: 30px 20px;
    margin-bottom: 15px;
  }
}
