﻿
body {
    font-family:  'ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    font-weight: 300;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

h2{ font-weight: 600;}
a{ text-decoration: none;}

.main_wrap{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
@media screen and (min-width: 736px) {
    .main_wrap{
        min-width: 1180px;
        width: 100%;
        margin: 0 auto;
    }
}

.note{
    font-size: 14px;
}


/*mv*/
.mv_wrap{
    max-width: 1500px;
    height: 550px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 735px) {
    .mv_wrap{
        height: 400px;
        overflow: hidden;
        position: relative;
    }
}

.mv_wrap .mv_img{
    max-width: none;
    width: 1500px;
    height: 550px;
}

@media screen and (max-width: 1500px) {
    .mv_wrap .mv_img{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50% , 0);
    }
}

@media screen and (max-width: 735px) {
    .mv_wrap .mv_img{
        width: auto;
        height: 400px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50% , 0);
    }
}

.icon_play{
    width: 115px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

@media screen and (max-width: 735px) {
    .icon_play{
        width: 85px;
    }
}

.icon_play img{
    width: 100%;
}
/*mv*/

/*lead*/
.lead_cont{margin: 0px 10%;color: #031d44;}
@media screen and (max-width: 735px) {
    .lead_cont{
        width: 300px;
        margin: 50px auto 0;
    }
}
/*
.lead_cont h2{
    font-size: 45px;
    font-weight: 600;
    color: #031d44;
    line-height: 70px;
    text-align: center;
}
*/
.lead_cont h2 {
  font-size: 24px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-top: 70px;
  color: #031d44;
}

@media screen and (max-width: 735px) {
    .lead_cont h2{
        font-size: 4.5vw;
    }
}

.lead_cont .label{
    text-align: center;
}

.lead_cont .label span{
    font-size: 15px;
    display: inline-block;
    margin-top: 70px;
    padding: 0.5em 0.5em 0.3em;
    border: 1px solid #031d44;
}

@media screen and (max-width: 735px) {
    .lead_cont .label span{
        font-size: 9px;
        margin-top: 50px;
        padding: 0.3em 0.5em;
    }
}

.lead_cont p:nth-child(n + 3) {
    font-size: 18px;
text-align: left;
line-height: 1.7;
margin-top: 50px;
}

@media screen and (max-width: 735px) {
    .lead_cont p:nth-child(n + 3) {
        font-size: 15px;
        text-align: left;
        line-height: 25px;
        margin-top: 35px;
    }
}
.lead_cont p.caution_txt {font-size: 13px;line-height: 1.7;/*margin-top: 15px;*/}
/*lead*/

/*local_navi*/
.local_navi{
    color: #508CD2;
    width: 980px;
    margin: 135px auto 140px;
    padding: 70px;
    border-top: 1px solid #508CD2;
    border-bottom: 1px solid #508CD2;
    box-sizing: border-box;
}

@media screen and (max-width: 735px) {
    .local_navi{
        width: 300px;
        margin: 50px auto 60px;
        padding: 40px 10px 30px;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 736px) {
    .local_navi dl{
        display: flex;
        align-items: center;
    }
}

.local_navi dl dt{
    font-size: 35px;
}
@media screen and (max-width: 735px) {
    .local_navi dl dt{
        font-size: 25px;
        text-align: center;
        margin-bottom: 1em;
    }
}

.local_navi dl dd ul{
    padding-left: 70px;
}

@media screen and (max-width: 735px) {
    .local_navi dl dd ul{
        padding-left: 0px;
    }
}

.local_navi dl dd ul li{
    margin-bottom: 25px;
}

@media screen and (max-width: 735px) {
    .local_navi dl dd ul li{
        margin-bottom: 10px;
    }
}

.local_navi dl dd ul li:last-child{
    margin-bottom: 0;
}

.local_navi dl dd ul li a{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.8;
    color: #508CD2;
    display: inline-block;
    padding: 0 2.5em 0 3em;
    border-radius: 5px;
    position: relative;
}
@media screen and (max-width: 735px) {
    .local_navi dl dd ul li a{
        font-size: 15px;
        line-height: 1.8;
        padding: 0 1.5em 0 2em;
    }
}

.local_navi dl dd ul li a:hover{
    background-color: #ebf0f5;
}

.local_navi dl dd ul li a::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 52%;
    left: 1.25em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 12px solid #508CD2;
    transform: translate(0, -50%);
}
@media screen and (max-width: 735px) {
    .local_navi dl dd ul li a::before{
        left: 0.75em;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 8px solid #508CD2;
    }
}
/*local_navi*/

/*section*/
.section{
    font-size: 18px;
    line-height: 35px;
    color: #031d44;
    padding-bottom: 100px;
    /*背景画像使用の際はlocal.cssにて画像指定*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1500px auto;
}
@media screen and (min-width: 736px) {
    .section{
        background-attachment: fixed;
    }
}
@media screen and (max-width: 735px) {
    .section{
        font-size: 15px;
        line-height: 25px;
        padding-bottom: 0;
        background-size: 100% auto;
        background-attachment: scroll;
    }
}

.section_cont_wrap{
    display: flex;
    justify-content: space-between;
    width: 1180px;
    margin: 0 auto;
    padding: 100px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    box-sizing: border-box;
}
@media screen and (max-width: 735px) {
    .section_cont_wrap{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        padding: 100px 0;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        box-sizing: border-box;
    }
}

.section_head{
    width: 980px;
    height: 700px;
    margin: 0 auto;
    padding-top: 200px;
    position: relative;
    box-sizing: border-box;
}

@media screen and (max-width: 735px) {
    .section_head{
        width: 300px;
        height: auto;
        margin: 0 auto;
        padding-top: 70px;
        padding-bottom: 150px;
    }
}

.section_head h3{
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    /*color: #031d44;*/
    color: #ffffff;
}
@media screen and (max-width: 735px) {
    .section_head h3{
        font-size: 25px;
        line-height: 35px;
    }
}

.section_head h3.small{
    font-size: 18px;
    line-height: 1.25em;
    margin-bottom: 3em;
}

@media screen and (max-width: 735px) {
    .section_head h3.small{
        font-size: 15px;
        line-height: 1.25em;
        margin-bottom: 3em;
    }
}

.section_head p{
    color: #ffffff;
    margin-top: 1.5em;
}

.section_cont_wrap h4{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    color: #031d44;
    /*color: #ffffff;*/
    margin-bottom: 65px;
}

@media screen and (max-width: 735px) {
    .section_cont_wrap h4{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}


.section_cont_wrap h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    color: #031d44;
    margin-bottom: 15px;
}

@media screen and (max-width: 735px) {
    .section_cont_wrap h5{
        margin-bottom: 15px;
    }
}


.section_cont_split:first-child{
    width: 550px;
}
@media screen and (max-width: 735px) {
    .section_cont_split:first-child{
        width: 300px;
        margin: 0 auto;
    }
}

.section_cont_split:last-child{
    width: 365px;
    padding-top: 164px;
}
@media screen and (max-width: 735px) {
    .section_cont_split:last-child{
        display: none;
    }
}

.section_cont{
    margin-bottom: 90px;
}

.section_cont:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 735px) {
    .section_cont_text{
        margin-bottom: 40px;
    }
}

.section_cont .section_cont_img{
    display: none;
}

@media screen and (max-width: 735px) {
    .section_cont .section_cont_img{
        display: block;
    }
}

.section_cont_wrap .section_cont_img p{
    margin-bottom: 30px;
}
.section_cont_wrap .section_cont_img p:last-child{
    margin-bottom: 0;
}

.section_cont_wrap .section_cont_img p .caption{
    font-size: 14px;
    line-height: 1.25em;
    display: inline-block;
    margin-top: 15px;
}

#section_profile{
    padding: 130px 0 150px;
}

@media screen and (max-width: 735px) {
    #section_profile{
        padding: 70px 0 100px;
    }
}

.profile_wrap{
    width: 980px;
    margin: 0 auto 135px;
}

@media screen and (max-width: 735px) {
    .profile_wrap{
        width: 300px;
        margin: 0 auto 100px;
    }
}


.profile_wrap:last-child{
    margin: 0 auto;
}

.profile_wrap dt{
    margin-bottom: 70px;
}

@media screen and (max-width: 735px) {
    .profile_wrap dt{
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 736px) {
    .profile_wrap dd{
        display: flex;
        justify-content: space-between;
    }

    .profile_wrap dd .profile_img{
        width: 440px;
    }
}

.profile_wrap dd .profile_text{
    font-size: 16px;
    line-height: 25px;
    width: 490px;
}

@media screen and (max-width: 735px) {
    .profile_wrap dd .profile_text{
        font-size: 15px;
        line-height: 25px;
        width: 100%;
        margin-top: 40px;
    }
}

.profile_wrap dd .profile_text h5{
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 1em;
}

@media screen and (max-width: 735px) {
    .profile_wrap dd .profile_text h5{
        font-size: 25px;
        line-height: 36px;
    }
}

.profile_wrap dd .profile_text h5 .dep{
    font-size: 16px;
    line-height: 25px;
    display: block;
    margin-top: 0.5em;
}

@media screen and (max-width: 735px) {
    .profile_wrap dd .profile_text h5 .dep{
        font-size: 15px;
        line-height: 25px;
    }
}

/*section*/

/*FAQの背景色変更の際は以下を有効化*/
/*Questionnaire*/
.Questionnaire_wrap{
    padding: 50px 0;
    background-color: #ebf0f5;
}

.mod-Questionnaire{
    background-color: #ffffff;
}
/*Questionnaire*/
/*Breadcrumb*/
.mod-Breadcrumb{
    margin-top: 0 !important;
}
/*Breadcrumb*/
/*FAQの背景色変更の際は以上を有効化*/

._pc{
    display: inline-block;
}
._sp{
    display: none;
}

@media screen and (max-width: 735px) {
    ._pc{
        display: none;
    }
    ._sp{
        display: inline-block;
    }
}


.mod-Bg-blue {background: #eaeff5;/*background: #f6f8fb;*/padding: 1px 0;}
.mod-Bg-white {background: #FFF;}
.mod-TitlePerson {padding: 0px;/*padding: 14px 10px 12px 10px;background: #f6f8fb;*/}
.mod-TitlePerson span.dep{font-size: 15px;line-height: 1.5 !important;display: block;margin-bottom: 5px;}

/*#cont02.u-inner {max-width: 980px;margin: 0 auto;margin-bottom: 0px;background-color: #ecf0f6;}
.mod-Title5 {position: relative;line-height: 1.5;}
.mod-Title5 {font-size: 36px;padding: 50px 40px 0px 40px;margin: 0px;}
.mod-Bg-gray .mod-Row {padding: 30px 40px 50px 40px;margin: 0px !important;}
*/



@media screen and (max-width: 735px) {
/*  ビデオエリア  */
.mod-Movie{width: 100%;margin: 0px;position: relative;padding-bottom: 56%;overflow: hidden;}
.mod-Movie iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
}

/*modal*/

.modalOpen{
    transition: 0.5s;
}

.modalOpen:hover{
    cursor: pointer;
    opacity: 0.7;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: #ffffff;
  }
  
  .modal.open {
      display: block;
  }
  
  .modal-content {
    background-color: #f4f4f4;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 800px;
  }

  
@media screen and (max-width: 735px) {
    .modal-content {
        background-color: #f4f4f4;
        width: 95%;
      }
}
  

  .modal-header h1 {
    margin: 1rem 0;
  }
  
  .modal-header {
    background: #ffffff;
    padding: 7px 10px 8px;
    display: flex;
    justify-content: space-between;
  }
  @media screen and (max-width: 735px) {
    .modal-header {
        padding: 7px 10px 5px;
      }
  }
  
  .modalClose {
    width: 30px;
    position: absolute;
    top: 20px;
    left: 20px;
    transition: 0.5s;
  }

  @media screen and (max-width: 735px) {
    .modalClose {
        top: 10px;
        left: 10px;
        width: 20px;
      }
  }
  
  .modalClose:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  
  .modal-body {
    padding: 10px;
    color: black;
    background: #ffffff;
  }
  /*modal*/