@charset "UTF-8";

/*body{
    font-feature-settings:"palt";}
*/

/***** 共通 *****/
.block-wrap{
    width: 1200px;
    margin: 0 auto;}

.fb{
    display: flex;
    justify-content: space-between;}
.fb02{
    display: flex;
    justify-content: space-around;}
.aic{align-items: center;}

.tac {text-align: center;}
.tal {text-align: left;}
.tar {text-align: right;}

a.tdu{
    text-decoration: underline;
    color: #003399;}

@media screen and (max-width:768px){
    .block-wrap{
        width: 100%;
    }
}
/***** top *****/
section#mv-top{
    min-width: 1200px;
	height: 680px;
}
.wrap {
  width: 100%;
    box-shadow: 0 0 5px #e3e3e3;
}

#slider {
  width: 100%;
  margin: 0 auto;
}

.slide-bg-inner {
  width: 100%;
  height: 680px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
}

.slide_item1 {
    background-image: url(/wp-content/uploads/2019/07/mv01.jpg);}
.slide_item2 {
  background-image: url(/wp-content/uploads/2019/07/mv02.jpg);}
.slide_item3 {
  background-image: url(/wp-content/uploads/2019/07/mv03.jpg);}

@media screen and (max-width:768px){
    section#mv-top{
        min-width: 100%;
        height: auto;}
    .slide-bg-inner{height: auto;}
    .slide_item1 {
        background-image: url(/wp-content/uploads/2019/07/mv01-sp.jpg);}
    .slide_item2 {
      background-image: url(/wp-content/uploads/2019/07/mv02-sp.jpg);}
    .slide_item3 {
      background-image: url(/wp-content/uploads/2019/07/mv03-sp.jpg);}    
}

/*** sec01 ***/
#sec01 {
    min-width: 1200px;
    background: url(../images/sec01-bg.jpg)no-repeat top center;
    padding: 50px 0 53px;}

#sec01 .block-wrap > div{
    background: rgb(226,230,83);
    background: linear-gradient(180deg, rgba(226,230,83,1) 0%, rgba(95,188,206,1) 100%);
    padding: 15px 15px 5px;    
}
#sec01 .block-wrap > div p{
    margin-top: 18px;
    text-align: center;}

@media screen and (max-width:768px){
    #sec01 {
        min-width: 100%;
        background: url(../images/sec01-bg-sp.jpg)no-repeat top center; 
        background-size: 100% 100%;
        padding: 5.5% 0 5%;
    }
    #sec01 .block-wrap{
        width: 90%;
        display: block;
    }
    #sec01 .block-wrap > div{
        padding: 2% 3% 5px; 
        margin-bottom: 4.5%;    
    }
}

/*** sec02 ***/
#sec02{
    min-width: 1200px;    
    background: url(../images/sec02-bg.jpg)no-repeat top center;
    padding-bottom: 32px;
}

.sec02-block{
    width: 964px;
    background: #fff;
    margin: 0 auto;
    padding: 33px 5px 25px;
    border: 3px solid #003399;
    border-radius: 30px;
    text-align: center;
}

.sec02-block p{
    font-size: 19px;
    font-size: 1.9rem;
    margin-top: 16px;
    line-height: 1.9;}

@media screen and (max-width:768px){
    #sec02 {
        min-width: 100%;
        background: url(../images/sec02-bg-sp.jpg)no-repeat top center; 
        background-size: 100% 100%;        
        padding-bottom: 1%;
    }
    .sec02-block{
        width: auto;
        margin: 0 1% 5%;
        padding: 5% 1% 3.5%;}
    .sec02-block p{
    font-size: 1.6rem;
    margin-top: 5%;
    line-height: 1.9;}
}
/*** sec03 ***/
#sec03{
    min-width: 1200px;    
    background: url(../images/sec03-bg.jpg)no-repeat top center;}

#sec03 .sec03-block{
    text-align: right;
    padding: 85px 44px 115px 0;}

#sec03 .sec03-block img,
#sec04 .sec04-block img{
    box-shadow: 0 0 10px 0px #e6e6e6;}
@media screen and (max-width:768px){
    #sec03 {
        min-width: auto;
        background: url(../images/sec03-bg-sp.jpg)no-repeat top center;
        background-size: 100%;
        padding: 40% 5% 7%;
    }
    #sec03 .sec03-block{
        text-align: center;
        padding: 0;}
}

/*** sec04 ***/
#sec04{
    min-width: 1200px;    
    background: url(../images/sec04-bg.jpg)no-repeat top center;}

#sec04 .sec04-block{
    padding: 80px 0 127px 44px;}
@media screen and (max-width:768px){
    #sec04 {
        min-width: auto;
        background: url(../images/sec04-bg-sp.jpg)no-repeat top center;
        background-size: 100%; 
        padding: 40% 5% 4%;    } 
    #sec04 .sec04-block{
        padding: 0;
    }
}

/*** sec05 ***/
#sec05{
    min-width: 1200px;    
    background: url(../images/sec05-bg.jpg)no-repeat top center;
    padding-bottom: 55px;}

#sec05 .sec05-block{
    width: 1020px;
    background: #fff;
    margin: 0 auto;
    padding: 35px 0;
    border: 4px solid #E6F5FD;
    display: flex;
}
#sec05 .sec05-block h1 {
    padding-left: 90px;
    padding-right: 130px;
}

#sec05 div.whatsnew {
    width: 567px;
    font-size: 17px;
    font-size: 1.7rem;    
    color: #464646;
}
#sec05 div.whatsnew a {
    padding: 10px 0;}
#sec05 div.whatsnew hr {display: none;}

@media screen and (max-width:768px){
    #sec05{
        min-width: auto;    
        background: url(../images/sec05-bg-sp.jpg)no-repeat top center;
        padding: 0 2% 5% 2%;}

    #sec05 .sec05-block{
        width: auto;
        margin: 0 auto;
        padding: 5% 2%;
        display: block;
    }
    #sec05 .sec05-block h1 {
        padding-left: 0;
        padding-right: 0;
    }

    #sec05 div.whatsnew {
        width: 100%;
        font-size: 1.7rem;
        color: #464646;
    }
    #sec05 div.whatsnew a {
        padding: 10px 0;}
    #sec05 div.whatsnew hr {display: none;}
    .sec05-block p{
        width: 18%;
        margin-left: 80%;
        display: block;
    }
}


/***** 第二階層 *****/
#contact-block{
    background: url(/wp-content/uploads/2019/07/contact-bg.jpg)repeat-y top center;
    padding: 70px 0;
}

.blue-line-block{
    width: 964px;
    background-color: rgb(255,255,255,0.7);
    margin: 0 auto;
    border: 3px solid #003399;
    border-radius: 20px;
}

.blue-line-block h1{
    text-align: center;
    padding: 30px 0 18px;
}

.blue-line-block p.txt{
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;  
    padding: 0 4%;
}

.white-block,
.wpcf7{
    background: #fff;
    box-shadow: 0 0 10px 2px #eaeaea;
    margin: 45px 85px!important;
    padding: 27px 55px 50px!important;
}

.white-block dl,
dl.contact-block{
    display: flex;
    flex-wrap: wrap;    
    font-size: 20px;  
    font-size: 2.0rem;    
}
.white-block dl dt,
dl.contact-block dt{
    width: 30%;
    padding: 35px 0 25px;
    border-bottom: 2px solid #ECECEC;}
.white-block dl dd,
dl.contact-block dd{
    width: 70%;
    padding: 25px 0;
    border-bottom: 2px solid #ECECEC;}
.white-block dl .b-none,
dl.contact-block dt:nth-child(9),
dl.contact-block dd:last-child{
    border-bottom: none;
}
dl.contact-block dd:nth-child(2){
    padding-bottom:15px; }

.white-block dl dd span {
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    display: block;
    padding: 10px 20px 5px;}
.white-block ul li {
    padding-left: 1em;
    text-indent: -1.5em;
}

dl.contact-block span.required,
dl.contact-block span.any{
    margin-right: 1%;
    padding: 0.5% 1% 0;
    display: inline-block;    
    font-size: 16px;
    font-size: 1.6rem;    
    border-radius: 5px;    
}

dl.contact-block span.required{
    background: #FF3300;
    color: #fff;
}
dl.contact-block span.any{
    margin-top: 10px;
    background: #ECECEC;
    vertical-align: top;
}

input.wpcf7-text,
textarea.wpcf7-textarea {
    background: #ECECEC;
    width: 85%;
    font-size: 20px;
    font-size: 2.0rem;    
    padding: 10px;
    border-radius: 9px;
    border: 1px solid #ccc;}

span.wpcf7-form-control-wrap.your-company-item{
    padding: 19px 0 0 45px;
    display: block;
}
span.wpcf7-list-item {
    margin: 0 30px 0 0!important; 
}

input.wpcf7-form-control.wpcf7-submit {
    width: 40%;
    display: block;
    margin: 0 auto;    
    padding: 10px 50px;
    background: #013499;
    font-size: 20px;
    font-size: 2.0rem;    
    color: #fff;
    border: none;
    border-radius: 25px;
}

.wpcf7-form-control-wrap{
    width: 304px;
    margin: 0 auto 40px;}


@media screen and (max-width:768px){
    main#main-contents{
        margin-top: -9px;      
    }
    
    #contact-block{
        padding: 7% 0;}
    .blue-line-block{
        width: 96%;
        background: #fff;}
    .blue-line-block h1 {
        padding: 4% 0 3%;}
    .white-block,
    .wpcf7 {
        margin: 5% 3%!important;
        padding: 1% 7% 5%!important;
    }
    .white-block dl,
    dl.contact-block{
        display: block;
    }
    .white-block dl dt,
    dl.contact-block dt{
        width: 100%;
        border-bottom:none;
        padding: 5% 0 0;
    }
    .white-block dl dd,
    dl.contact-block dd{
        width: 100%;
        padding: 3% 0 6%;
    }
    dl.contact-block dd:nth-child(2){
        padding-bottom: 7%;
    }
    span.wpcf7-form-control-wrap.your-company-item{
        padding: 5% 0 0;
    }
    
    dl.contact-block span.required.sp, dl.contact-block span.any.sp{
        display: inline-block!important;
        margin-left: 3%; 
    }
    
    dl.contact-block span.required.pc, dl.contact-block span.any.pc{
        display: none!important;
    }
    
    .white-block dl dd span {
        padding: 1% 5% 0.5%;}
    
    dl.contact-block span.any{
        margin-top: 0;
    }
    input.wpcf7-text,
    textarea.wpcf7-textarea{
        width: 96%;
    }
    
    input.wpcf7-form-control.wpcf7-submit{
        width: 60%;
        padding: 10px 0;
    }
    .rc-anchor-normal{width: 82%;}
}