@charset "UTF-8";

/*----------------------------------------------------
top
----------------------------------------------------*/
h1 img{
}

/*mv*/
#mv{
  background: url("../img/bg.jpg");
  background-size: cover;
  text-align: center;
  position: relative;
}
#mv.title{
  background: url("../img/bg_top.jpg");
  background-position: center;
  background-size: cover;
}
#mv h2{
  font-size: 2.2rem;
  font-family: 'Noto Serif JP', serif;
  padding: 2% 0;
}
#mv.title h2{
  color: #fff;
  background:rgba(1,38,74,0.7);
  padding: 2% 0;
}
#contents section.title{
    padding: 6% 0;
}
#mv .copy{
  font-size: 2.875rem;
  margin: 30px auto;
  line-height: 4rem;
}

#mv strong{
  font-weight: normal;
}

/*voice*/
#contents #voice{
  padding: 8% 0 0;
}
#contents #voice p{
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 4%;
}

#contents #voice li.item{
  margin: 0 4px 1px;
  /*border: 1px solid #eee;*/
  padding-bottom: 17px;
  z-index: 0;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 10%);
}
#contents #voice div{
  text-align: center;
  padding: 0 0 4px 0;
}
#contents #voice a{
  background: #0f4c81;
  color: #fff;
  padding: 3% 4%;
  border-radius: 5px;
}
 .prev_icon{
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  z-index: 1;
  cursor: pointer;
}
.next_icon{
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  z-index: 1;
  cursor: pointer;
  transform:scale(-1,1)
}    
   

/*news*/
#contents #news{
  padding: 8% 4% 0;
}

#contents #news dl{
  margin-bottom: 100px;
}

#contents #news  dt {
 float: left;
 padding: 15px 0;
 width: 7em;
}

#contents #news  dd {
 border-bottom: 1px solid #ccc;
 padding: 15px 0 15px 7em;
}

/*support*/
#contents #support{
  background: url("../img/bg.jpg");
  background-size: cover;
}
#contents #support h2{
}
#contents #support li{
  background: #fff;
  padding: 7%;
  border-radius: 10px;
  margin-bottom: 3%;
  box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 10%);
}
#contents #support li h3{
}
#contents #support p{
}
#contents #support .number {
	position: relative;
	padding: 0 0 1% 9%;
  margin-bottom: 2%;
	font-size: 1.5em;
	color: #0f4c81;
}
#contents #support .number::before {
	content: attr(data-number);
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-50%);
	color: #0f4c81;
	font-size: 2.3em;
}
#contents #support .number::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color:#0f4c81;
}
#contents #support .Box{
  display: flex;
}
#contents #support .Box figure{
  display: block;
  width: 50%;
  margin-right: 3%;
}
#contents #support .Box p{
  width: 100%;
}

/*difference*/
#contents #difference{
  background: url("../img/bg2.jpg");
  background-size: 100%;
}
#contents #difference h2{
  color: #fff;
}
#contents #difference li{
  background: #fff;
  padding: 5%;
  border-radius: 10px;
  margin-bottom: 3%;
}
#contents #difference h3{
  display: flex;
  align-items: center;
}
#contents #difference h3 span{
  display: block;
  margin-right: 2.5%;
  background: #003466;
  padding: 0 10px;
  color: #fff;
  font-size: 1.8rem;
}
#contents #difference .Box{
  display: flex;
}
#contents #difference .Box figure{
  display: block;
  padding: 0 5% 0 0;
}

/*reason*/
#contents #reason{padding: 8% 4%;}

#contents #reason ul.reason-box{
  margin-top: 60px;
}
#contents #reason ul.reason-box h3{
  background-color: #0f4c81;
  color: #FFF;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-weight: bold;
}
#contents #reason ul.reason-box li{
  padding: 0 1px;
  width: 32%;
}
#contents #reason ul.reason-box li div{
  box-sizing: border-box;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  font-size: 1.2em;
  height: 100%;
}
#contents #reason ul.reason-box li div h4{
  color: #1a81c8;
  margin-bottom: 10px;
  font-size: 1.1em;
}

/*service*/
#contents #service{
  padding: 8% 4% 4%;
}
#contents #service .service_copy{
  margin: 3% auto;
  text-align: center;
  color: #003466;
}
#contents #service .service2 .service_copy{
  color: #682000;
}

li.service3  {
display: block
}
li.service4  {
display: block
}
#contents #service .service3 .service_copy{
  color: #3599b4;
}
#contents #service .service_copy h3{
  font-size: 2.2em;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.3;
}
#contents #service .service_copy h3 span{
  font-size: 0.8em;
}
#contents #service .service_copy h4{
  margin: 2% 0 3% 0;
  font-size: 1.6em;
  line-height: 1.3;
  background: #003466;
  padding: 2%;
  color: #fff;
  font-weight: normal;
}
#contents #service .service2 .service_copy h4{
  background: #682000;
}
#contents #service .service3 .service_copy h4{
  background: #3599b4;
}
#contents #service .service_course {
  margin: 3% auto;
  text-align: center;
  background: #003466;
  color: #fff;
  padding: 4%;
}
#contents #service .service_course h3{
  margin-top: 1%;
  font-size: 2em;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 1px;
}
#contents #service .service_course p{
  letter-spacing: -1.6px;
  font-size: 1.2em;
}

.serviceBox li{
  margin-bottom: 5%;
  border-bottom: 1px solid #003466;
  padding-bottom: 5%;
}
.serviceBox li:nth-child(2){
  margin-bottom: 5%;
  border-bottom: 1px solid #682000;
  padding-bottom: 5%;
}
hr{
    border: 0;
    height: 1px;margin: 5% 0;
    background: #029b9e;
}
.serviceBoxi li:nth-child(3) {
    margin-bottom: 5%;
    border-bottom: 1px solid #3599b4;
    padding-bottom: 5%;
}
.service_btn{
  padding: 5% 0 0;
  text-align: center;
  color: #003466;
  font-size: 1.2em;
  font-weight: bold;
}

.service_btn p{
  line-height: 1.3 !important;
  margin-bottom: 2%;
}
.service_btn.service2 p{
  color: #3599b4;
}
.service_btn.service2 p{
  color: #682000;
}
.service_btn.service4 p {
    color: #029b9e;
}
.service_btn.service3 p {
    color: #247c94;
}
.service_btn a{
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    border-radius: 3rem;
    margin: 0 auto 0.5em 0;
    text-decoration: none;
    background: #003466;
    color: #fff;
    border: 2px solid #003466;
}
#contents #service .service4 .service_copy {
    color: #029b9e;
}
.service_btn a:hover {
    background: #fff;
    color: #003466;
    border: 2px solid #003466;
}

.service_btn.service2 a{
    background: #682000;
    border: 2px solid #682000;
}
.service_btn.service2 a:hover {
    background: #fff;
    color: #682000;
    border: 2px solid #682000;
}
.service_btn.service3 a {
    background: #2b9ec9;
    border: 2px solid #51c1c9;
}
.service_btn.service4 a {
    background: #029b9e;
    border: 2px solid #51c1c9;
    }
.service_btn.service3 a:hover {
    background: #fff;
    color: #2b9ec9;
    border: 2px solid #2b9ec9;
}

    
#contents #service .service4 .service_copy h4 {
    background: #029b9e;
}
.service_btn.service4 a:hover {
    background: #fff;
    color: #138891;
    border: 2px solid #138891;
}
.bound {
  animation: anime 0.5s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}

ul.check{
  border: 1px solid #003466;
  padding: 3%;
  margin: 3% auto;
}

ul.check li{
  background: url(../img/check.png) no-repeat left;
  background-size: 30px;
  padding: 2% 0 1% 5%;
  font-weight: bold;
  font-size: 1.2em;
  border: none;
  text-align: left;
}

/*about*/
#contents #about{
}
#contents #about h3{
  color: #003466;
  font-size: 1.8em;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
#contents #about h4{
  margin-top: 6%;
  font-size: 1.5em;
  padding-bottom:1%;
}
#contents #about p{
  margin-bottom:2%;
}
#contents #about figure{
  display: block;
  margin: auto;
  text-align: center;
}

/*partner*/
#partner{
  background: url("../img/bg.jpg");
  background-size: cover;
}
#partner .txt{
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 4%;
  font-weight: bold;
}
#partner h3{
  text-align: center;
  font-size: 1.4em;
  margin: 2%;
}

#partner ul{
  justify-content: center;
}
#partner li{
  width: 30%;
  background: #fff;
  margin:0 1%;
}
#partner li p{
  padding: 0 5% 5% 5%;
}
#partner img{
	width:100%;
}
/*menu*/
#menu{
  text-align: center;
  background: #eee;
}
#menu li{
  background: #fff;
  margin: auto 1%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

li {}
#menu li p{
  font-size: 1em;
  font-weight: bold;
  padding: 3% 0;
  background: #fff;
}
#menu a{
  display: block;
  margin: auto;
}


@media screen and (max-width: 760px) {
  
h1 img{
  width: 70%;
}

#mv{
  padding:30px 10px;
  font-size: 1rem;
}

#mv h2{
  font-size: 1.15rem;
}
#mv .copy{
  font-size: 1.3rem;
  margin: 10px auto;
  line-height: 2rem;
}
#mv.title h2{
  padding: 5% 0;
}
#contents section.title{
    padding: 15% 0;
}  
  
/*number*/
#contents #support .number {
	padding: 0 0 4% 22%;
	margin-bottom: 5%;
	font-size: 1.3em;
	line-height: 1.6rem;
}

/*reason*/
#contents #reason{
}
#contents #reason ul.reason-box.flex{
  display:block; 
}
#contents #reason ul.reason-box{
  margin-top: 30px;
}
#contents #reason ul.reason-box h3{
  padding: 5px;
}
#contents #reason ul.reason-box li{
  padding: 0;
  width: 100%;
}
#contents #reason ul.reason-box li div{
  padding:10px 20px 20px 20px;
}
/*difference*/
#contents #difference .Box,#contents #support .Box{
  display: block;
}
#contents #difference .Box figure,#contents #support .Box figure{
  display: block;
  padding: 0 0 5% 0;
  width: 100%;
}
  
ul.check li{
  background-size: 25px !important;
  padding: 3px 0 5px 40px;
  line-height:1.3;
  font-size: 1em;
}
/*service */ 
#contents #service .service_copy h3{
  font-size: 1.6em;
  line-height: 1.3;
}
#contents #service .service_copy h4{
  margin: 1% 0;
  font-size: 1.2em;
  line-height: 1.3;
}  
#contents #service .service_copy h4{
  margin: 4% 0 3%;
}  
  
/*about*/
#contents #about h3{
  font-size: 1.6em;
}
#contents #about h4{
  font-size: 1.2em;
  text-align: center;
} 
/*partner*/
#partner .flex{
  display: block;
}  
#partner li{
  width: 100%;
  margin-bottom: 3%;
}  
#partner .txt,#partner h3{
  font-size: 1.2em;
}

/*menu*/  
#menu .flex{
  display: block;
} 
#menu .flex li{
  margin-bottom: 4%;
}  

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

  
}
  

