/* CSS Document */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

html, body, div, span, iframe,article,figure,
p, a, img, small, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5,h6{
  border: 0;
  margin: 0;
  padding: 0;
}

html, body, div, span, iframe,article,figure,
p, a, img, small, dl, dt, dd, ol, ul, li{
  font-size:14px;
  letter-spacing: 0.02em;
  color: #151515;
  font-family: noto-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}

input[type="text"],
input[type="submit"],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}


select::-ms-expand {
  display: none;
}


h1, h2{
  font-family: noto-sans,sans-serif;
  font-weight: 700;
  font-style: normal;  
}

h3,h4, h5,h6{
  font-family: noto-sans,sans-serif;
  font-weight: 500;
  font-style: normal;
}
h3{
  letter-spacing:0.1em;
}


html,body {
  line-height: 1;
  width: 100%;
  position: relative;
  min-width: 1280px;
}
ol, ul {
  list-style: none;
}
a{
  outline:none;
  text-decoration:none;
  cursor: pointer;
  }
a img {
  border: none;
  border-style:none;
}

img{
  width: 100%;
  height: auto;
  vertical-align: top;
}

li{
  list-style:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

.sp_br{
  display: none;
}


/*■■■■■■■■　common　■■■■■■■■*/



body{
  width: 100%;
}

header{
  width: 100%;
  height: 0;
  padding-bottom:29.33%;
  background: url(../images/mv_bg_pc.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

header .wrap{
  width:750px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
header .wrap h3{
  width: 375px;
  margin: 0 auto 38px;
}
header .wrap h1{
  margin: 0 auto 39px;
}
header .wrap p{
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 40px;
  font-weight:700;
}


nav{
  background: #F4F4F4;
}


nav ul{
  width: 980px;
  margin: 0 auto;
  font-size: 0;
  padding: 70px 0 120px;
}

nav ul li{
  width: 234px;
  height: 453px;
  display: inline-block;
  background: #FFF;
  vertical-align: top;
  margin-right:14px;
  padding:0 30px 0;
  box-sizing: border-box;
  position: relative;
}
nav ul li:last-child{
  margin-right: 0;
}
nav ul li dl dt{
  width: 100%;
  display: table;
  text-align: center;
}
nav ul li dl dt span{
  text-align: center;
  height: 148px;
  font-size: 30px;
  line-height: 36px;
  vertical-align:middle;
  display: table-cell;
}
nav ul li:nth-child(1) dl dt span img{ width:140px }
nav ul li:nth-child(2) dl dt span img{ width:141px }
nav ul li:nth-child(3) dl dt span img{ width:148px }
nav ul li:nth-child(4) dl dt span img{ width:140px }

nav ul li dl dd:before{
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  margin-bottom: 20px;
}
nav ul li:nth-child(1) dl dd:before{
  background:linear-gradient(90deg,#CBC2FA,#FA8D8D);
}
nav ul li:nth-child(2) dl dd:before{
  background:linear-gradient(90deg,#FFCBD9,#FFC389);
}
nav ul li:nth-child(3) dl dd:before{
  background:linear-gradient(90deg,#59F4F4,#1591FC);
}
nav ul li:nth-child(4) dl dd:before{
  background:linear-gradient(90deg,#82DEFA,#E6E051);
}
nav ul li dl dd{
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: justify;
  font-weight: 700;
}
nav ul li figure{
  width:20px;
  position: absolute;
  bottom:30px;
  left: 50%;
  transform: translateX(-50%);
}

.program_area{
  width: 100%;
  background: #F4F4F4;
}
.program_area .head{
  width: 100%;
  height: 0;
  padding-bottom:22%;
  background: url(../images/main_uchinaa.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.program_area .head{
  width: 100%;
  height: 0;
  padding-bottom:22%;
  background-size: cover;
  position: relative;
}


#ryukyubuyo .head{
  background: url(../images/main_ryukyubuyo.jpg) no-repeat center;
  background-size: cover;
}
#uchinaa .head{
  background: url(../images/main_uchinaa.jpg) no-repeat center;
  background-size: cover;
}
#minyo .head{
  background: url(../images/main_minyo.jpg) no-repeat center;
  background-size: cover;
}
#eisaa .head{
  background: url(../images/main_eisaa.jpg) no-repeat center;
  background-size: cover;
}


.program_area .head h2{
  width: 640px;
  font-size: 36px;
  line-height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #FFF;
  text-align: center;
}

#ryukyubuyo .head h2{
  background:linear-gradient(90deg,#CBC2FA,#FA8D8D);
}
#uchinaa .head h2{
  background:linear-gradient(90deg,#FFCBD9,#FFC389);
}
#minyo .head h2{
  background:linear-gradient(90deg,#59F4F4,#1591FC);
}
#eisaa .head h2{
  background:linear-gradient(90deg,#82DEFA,#E6E051);
}
#ryukyubuyo .descript,
#uchinaa .descript,
#minyo .descript,
#eisaa .descript{
  display: none;
}


.program_area .wrap{
  position: relative;
  z-index: 10;
  transform: translateY(-30px);
  width: 980px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.program_area .wrap .program_head{
  font-size: 0;
}

.program_area .wrap .program_head .left{
  width: 622px;
  display: inline-block;
  vertical-align: top;
  padding-top: 90px;
  margin-right:62px;
}
.program_area .wrap .program_head .right{
  width: 296px;
  display: inline-block;
  vertical-align: top;
}
.program_area .wrap .program_head .left h3{
  font-size: 34px;
  font-weight: 700;
  padding-bottom:30px;
}
.program_area .wrap .program_head .left p{
  font-size: 17px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-bottom: 40px;
}
.program_area .wrap .program_head .left ul{
  font-size: 0;
}
.program_area .wrap .program_head .left ul li{
  display: inline-block;
  margin-right: 11px;
}
.program_area .wrap .program_head .left ul li.middle{
  width: 220px;
}
.program_area .wrap .program_head .left ul li.short{
  width: 160px;
}
.program_area .wrap .program_head .left ul li.long{
  width: 400px;
}
.program_area .wrap .program_head .left ul li.semi{
  width: 260px;
}
.program_area .wrap .program_head .right figure{
  width: 254px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 15px;
}
.program_area .wrap .program_head .left ul li:last-child{
  margin-right: 0;

}


#ryukyubuyo .wrap .program_head .right figure{
  background:linear-gradient(90deg,#CBC2FA,#FA8D8D);
}
#uchinaa .wrap .program_head .right figure{
  background:linear-gradient(90deg,#FFCBD9,#FFC389);
}
#minyo .wrap .program_head .right figure{
  background:linear-gradient(90deg,#59F4F4,#1591FC);
}
#eisaa .wrap .program_head .right figure{
  background:linear-gradient(90deg,#82DEFA,#E6E051);
}


.program_area .wrap .program_head .right figure img{
  width: 234px;
  border-radius: 50%;
  overflow: hidden;
  padding:10px;
}
.program_area .wrap .program_head .right dl dt{
  font-size: 16px;
  text-align: center;
  margin-bottom: 8px;
}
.program_area .wrap .program_head .right dl dd{
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
}
.program_area .wrap .program_head .right dl dd span{
  font-size: 16px;
  vertical-align: bottom;
  font-weight: 700;
  margin-left: 8px;
}
.program_area .wrap .program_head .right h5{
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0 15px;
  text-align: center;
  font-weight: 500;
}
.program_area .wrap .program_head .right p{
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
}
.program_area .wrap .program_head .right p a{
  display: block;
  font-weight: 500;
} 
.program_bottom{
  margin-top:65px;
  background: #FFF;
  margin-bottom: 50px;
}

.program_bottom h4{
  font-size:30px;
  line-height:70px;
  color: #FFF;
  text-align: center;
}
#ryukyubuyo .wrap .program_bottom h4{
  background:linear-gradient(90deg,#CBC2FA,#FA8D8D);
}
#uchinaa .wrap .program_bottom h4{
  background:linear-gradient(90deg,#FFCBD9,#FFC389);
}
#minyo .wrap .program_bottom h4{
  background:linear-gradient(90deg,#59F4F4,#1591FC);
}
#eisaa .wrap .program_bottom h4{
  background:linear-gradient(90deg,#82DEFA,#E6E051);
}







.program_bottom .box{
  width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}
.program_bottom .box ul,
.program_bottom .box ul li dl{
  font-size: 0;
}

.program_bottom .box ul li{
  width:410px;
  display: inline-block;
  margin-bottom: 30px;
}
.program_bottom .box ul li:nth-child(2n){
  margin-left: 80px;
}

.program_bottom .box ul li dl dt{
  width:130px;
  background:#F4F4F4;
  text-align: center;
  font-size:15px;
  line-height:65px;
  border-radius:32.5px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.program_bottom .box ul li dl dd{
  width:260px;
  font-size:15px;
  line-height:24px;
  display: inline-block;
  vertical-align: middle;
}
.program_bottom .box ul li dl dd span{
  display: block;
  font-size: 12px;
}
.program_bottom .box h5{
  font-size:15px;
  line-height: 28px;
  border-top: 1px solid #A0A0A0;
  border-bottom: 1px solid #A0A0A0;
  padding:25px 0;
  text-align: center;
  margin-bottom: 40px;
}
.program_bottom .box .contact_box{
  background: #F4F4F4;
  padding: 20px 0;
  font-size: 0;
}
.program_bottom .box .contact_box .title,
.program_bottom .box .contact_box .copy,
.program_bottom .box .contact_box .btn_area{
  display: inline-block;
  vertical-align: middle;
}

.program_bottom .box .contact_box .title{
  font-size: 24px;
  font-weight: 700;
  width: 170px;
  border-right: 1px solid #A0A0A0;
  padding: 50px 0;
  text-align: center;
  box-sizing: border-box;
}
.program_bottom .box .contact_box .copy{
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  width: 270px;
  padding-left: 40px;
  letter-spacing: 0.1em;
}
.program_bottom .box .contact_box .btn{
  width: 380px;
  border-radius: 32px;
  background: #FFF;
  text-align:left;
  transition: all 0.2s ease;
  cursor: pointer;
}


.program_bottom .box .contact_box .btn.bottom{
  margin-bottom: 15px;
}
.program_bottom .box .contact_box .btn:hover{
  background:#DFDFDF;
  transform: translateY(1px);
}
.program_bottom .box .contact_box .btn{
  vertical-align: middle;

}
.program_bottom .box .contact_box .btn a{
  font-size: 18px;
  font-weight:700;
  line-height: 18px;
  padding: 10px;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
}
.program_bottom .box .contact_box .btn a span.cap{
  font-size: 14px;
}
.program_bottom .box .contact_box .btn a span.telicon{
  padding-right:15px;
  display: inline-block;
  vertical-align: middle;
}
.program_bottom .box .contact_box .btn a span.mailicon{
  padding-right:15px;
  display: inline-block;
  vertical-align: middle;
}
.program_bottom .box .contact_box .btn a span.telicon img,
.program_bottom .box .contact_box .btn a span.mailicon img{
  width: 34px;
  height: 34px;
  vertical-align: middle !important;
}
.program_bottom .box .contact_box .btn_area p{
  text-align: center;
  line-height: 24px;
}



