@charset "UTF-8";


.main-container{
  position:relative;
   width: 100%;
   padding: 0 40px;
   overflow:hidden;;
}

.main-container .parallelogram{
    position: absolute;
    top:370px;
    left: -30%;
    background-color: #e9eff4;
    width: 150%;
    height: 600px;
    transform: rotate(15deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(15deg) translate3d(0, 0, 0);
    z-index:-1000;
}

.main-container .parallelogram2{
    display: none;
}

@media screen and (max-width : 768px) {
.main-container .parallelogram{
    position: absolute;
    top:320px;
    left: -30%;
    background-color: #e9eff4;
    width: 150%;
    height: 480px;
    transform: rotate(15deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(15deg) translate3d(0, 0, 0);
    z-index:-1000;
}
.main-container .parallelogram2{
    display: none;
}
}

@media screen and (max-width : 640px) {
.main-container .parallelogram{
    position: absolute;
    top:620px;
    left: -30%;
    background-color: #e9eff4;
    width: 150%;
    height: 500px;
    transform: rotate(15deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(15deg) translate3d(0, 0, 0);
    z-index:-1000;
}
.main-container .parallelogram2{
    display: block;
    position: absolute;
    top:2015px;
    left: -70%;
    background-color: #e9eff4;
    width: 300%;
    height: 1800px;
    transform: rotate(15deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(15deg) translate3d(0, 0, 0);
    z-index:-1000;
}
}



/************************************
   メインタイトルセクション　ここから　
************************************/    

.main-title{
    width: 100%;
    height: 250px;
    background: linear-gradient(to top,  #02366c, #02428e);
    position: relative;
}

.main-title .position{
  width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.main-title h1{
    font-size: 3.3rem;
    color:#fff;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.main-title p{
    font-size: 2.6rem;
    font-family: "Barlow Condensed", serif;
    font-weight: 500;
    color: #fff;
}


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

.main-title{
    height: 200px;
}

.main-title h1{
    font-size: 2.6rem;

}

.main-title p{
    font-size: 2.1rem;

}





}

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

.main-title h1{
    font-size: 2.4rem;
    /* width:100%; */
}
.main-title p{
    font-size: 2rem;

}
 
}




/************************************
   メインタイトルセクション　ここまで　
************************************/    
    

.function-container{
    width: 100%;
    max-width: 1100px;
    padding: 30px 0 100px;
    margin: 0 auto;
}

.function-container .midashi{
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

.function-container ul{
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items:stretch;
    flex-wrap: wrap;
    margin: 60px 0 0;
    width: 100%;
}




.function-container ul li{
    width: 46%;
    margin: 0 8% 6% 0;
}

.function-container ul li:nth-child(even){
    margin: 0 0% 6% 0;
}

.subtitle{
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    color: #2c4196;
    text-align: center;
    margin: 0 0 40px;
}

.subtitle:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1e3188;
}

.function-container ul li .text{
    font-size:1.6rem;
    text-align: justify;
    line-height: 1.8;
    margin: 10px 0 0;
}

.fifth-function{
    width: 100%;
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
}

.fifth-function .text{
  font-size:1.6rem;
   text-align: justify;
    line-height: 1.8;
    margin: 10px auto 0;
    width: 47%;
}

.fifth-function .fifth-function-info{
    margin-top: 50px;
}

.fifth-function .fifth-function-info img{
    float: left;
    margin:0 1.5% 0 0 ;
}

.fifth-function .fifth-function-info img:last-child{
    float: left;
    margin:0 ;
}

.fifth-function .fifth-function-info .w01{
    width: 30%;
}

.fifth-function .fifth-function-info .w02{
    margin:4% 2% 0 0;
    width: 5%;
}

.fifth-function .fifth-function-info .w03{
    width: 19%;
    margin-right:5%;
}

.fifth-function .fifth-function-info .w04{
    width: 30%;
}


@media screen and (max-width : 768px) {
.function-container{
    padding: 20px 0 70px;
}

.function-container .midashi{
    font-size: 2.1rem;
    line-height: 1.7;
    font-weight: 500;
    text-align: center;
}
.subtitle{
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    color: #2c4196;
    text-align: center;
    margin: 0 0 30px;
}

.subtitle:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 30px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1e3188;
}

.function-container ul li .text{
    font-size:1.6rem;
    text-align: justify;
    line-height: 1.6;
    margin: 10px 0 0;
}

.fifth-function .text{
  font-size:1.6rem;
   text-align: justify;
    line-height: 1.6;
    margin: 10px auto 0;
    width: 60%;
}

}


@media screen and (max-width : 640px) {
.main-container{
    padding: 0 20px;
}

.function-container ul{
    margin: 30px 0 0;
}


.function-container .midashi{
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 500;
    text-align: center;
    /* width:100%; */
}
.function-container ul li{
    width: 100%;
    margin: 0 0 10% 0;
}

.function-container ul li:nth-child(even){
    margin: 0 0% 10% 0;
}

.fifth-function .text{
    width: 100%;
}

.fifth-function .fifth-function-info img{
    float: none;
    margin:0;
}

.fifth-function .fifth-function-info .w01{
    width: 100%;
}

.fifth-function .fifth-function-info .w02{
    margin:30px 0;
    width: 100%;
}

.fifth-function .fifth-function-info .w03{
    width: 90%;
    margin-right:2%;
}

.fifth-function .fifth-function-info .w04{
    width: 100%;
}

.function-container ul li .text{
    font-size:1.4rem;
}
.fifth-function .text{
  font-size:1.4rem;
}
}












