#main_visual{
    position: relative;
    background-image: url(../img/movie_top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5.21vw 0 11.2vw 0;
}
#main_visual h2{
    font-size: 6.4vw;
    font-weight: bold;
    line-height: 1.3;
    color: #0052a5;
    background-color: #fff;
    width: fit-content;
    padding: 0 0.1em;
    margin-left: 5%;
    font-family: 'A P-OTF 見出ゴMB31 Pr6N B', 'Noto Sans JP', sans-serif;
    letter-spacing: -6px;
}
#main_visual h3{
    font-size: 3.46vw;
    color: #0052a5;
    background-color: #fff;
    width: fit-content;
    padding: 0 0.35em;
    margin-left: 5%;
}
#main_visual .text{
    font-size: 1.53vw;
    color: #fff;
    padding: 0 1em;
    line-height: 1.8;
    margin-top: 2.7em;
    margin-left: 5%;
}
.mb1-std-demibold {
    font-family: 'A-OTF 見出ゴMB1 Std DeBold', 'Noto Sans JP', sans-serif;
}

@font-face {
    font-family: 'A-OTF 見出ゴMB1 Std DeBold';
    src: url('../fonts/A-OTF-MiGoMB1Std-DeBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.ap-std-demibold {
    font-family: 'A P-OTF 見出ゴMB31 Pr6N B', 'Noto Sans JP', sans-serif;
}

@font-face {
    font-family: 'A P-OTF 見出ゴMB31 Pr6N B';
    src: url('../fonts/AP-OTF-MidashiGoMB31Pr6N-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.scrolldown1 {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 7.03vw;
}

.scrolldown1 span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1em;
    color: #fff;
    font-size: 1.46vw;
    letter-spacing: 0.1em;
    font-family: 'Gill Sans Light', sans-serif;
    font-weight: bold;
    font-weight: normal;
}

.scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 6.77vw;
    background: #fff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}
@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 78px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 130px;
        opacity: 0;
    }
}
.wrap1500{
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
}
.wrap1160{
    max-width: 1160px;
    margin: 0 auto;
    width: 90%;
}

.section h2{
    font-size: 10.94vw;
    color: #0052a5;
    font-family: 'Lato', sans-serif;
    padding-top: 10px;
    font-weight: bold;
}
.section h2 span{
    color: white; /* 文字色 */
    text-shadow: 
        -1px -1px 0 #0052a5, /* 左上 */
         1px -1px 0 #0052a5, /* 右上 */
        -1px  1px 0 #0052a5, /* 左下 */
         1px  1px 0 #0052a5; /* 右下 */
}
.section h3{
    font-size: 40px;
    color: #0052a5;
    margin-bottom: 2em;
}
@media screen and (max-width: 768px){
    

#main_visual .text {
    font-size: 12px;
    margin-top: 1.7em;
}
.scrolldown1 span {
    font-size: 10px;
}
}


/* sec01 */
.slider {
  margin: 0 auto;
  width: 100%;
}
.slider-img {
  margin: 0 3.5vw;
}
.slider-img img {
  height: auto;
  width: 100%;
}
.slider video{
    width: 100%;
}
.video-caption{
    font-size: 1.67vw;
    text-align: center;
    color: #0052a5;
    margin-top: 1em;
}
.slick-dots li button:before{
    font-size: 25px;
    color: #0052a5;
}
.slick-dots li.slick-active button:before{
    color: #0052a5;
}
.slick-dots{
    bottom: -30px;
}
/* .title_slide{
    animation: flowing 12s linear infinite; 
    transform:translateX(100%);  
} */
@keyframes flowing {
  100% {
    transform:translateX(-100%);
  }
}
/* sec02 */
#sec02.section h2{
margin-top: 25px;
}
#sec02 h4{
    font-size: 45px;
    line-height: 1;
    color: #0052a5;
    padding: 0.5em 0.67em;
    border-top: 5.5px solid #0052a5;
    border-bottom: 5.5px solid #0052a5;
}
.sec02-content{
    border-bottom: 5.5px solid #0052a5;
}
.sec02-content dl{
    display: flex;
}
.sec02-content dt{
    font-size: 22px;
    color: #0052a5;
    display: flex;
    width: 45%;
    align-items: center;
    justify-content: center;
    padding: 0 3.5em;
}
.sec02-content dd{
    width: 55%;

}
.sec02-content dd img{
    display: block;

}

.sec02-content.n02{
    margin: 6.25vw auto;
}
.sec02-content.n02 dl{
    flex-direction: row-reverse;
}

/* sec03 */
.category-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}
.category-list li{
    width: 24%;
    margin-bottom: 50px;
}
.category-list li div:first-of-type{
    width: 90%;
   margin: 0 auto;
}
.category-list p{
    font-size: 36px;
    line-height: 2.2;
    text-align: center;
    color: #0052a5;
}
.category-list p.line-2{
    line-height: 1.1;
}
 .margin-ari{
    margin: 0 20px;
}
.margin-ari-right{
    margin-right: 20px;
} 

/* contact */
.bg_blue{
    background-color: #0052a5;
}

#sec04 h2{
    color: #fff;
}
#sec04.section h2 span {
    color: #0052a5;
    text-shadow: -1px -1px 0 #fff, /* 左上 */ 1px -1px 0 #fff, /* 右上 */ -1px 1px 0 #fff, /* 左下 */ 1px 1px 0 #fff;
}
#sec04 h3{
    color: #fff;
    padding-top: 1em;
}

.contact_flex{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.contact_box{
    width: 49%;
    border: 1px solid #fff;
    background-color: #fff;
}
.contact_box dt{
   background-color: #0052a5;
   font-size: 30px;
    text-align: center;
    padding: 0.15em 0 0.25em 0;
   color: #fff;
}
.contact_box dd{
   font-size: 30px;
    color: #0052a5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
}

.goto_form{
    font-size: 24px;
    background-color: #0052a5;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 0.1em 1em 0.2em 0em;
    width:65%;
    margin: 0 auto;
    border: 1px solid #0052a5;
    border-radius: 1em;
    background-image: url(../img/arrow_white.png);
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: calc(100% - 0.5em) 50%;
    top: 50%;    
}
.goto_form:hover{
    background-color: #fff;
    color: #0052a5;
    opacity: 1;
    background-image: url(../img/arrow_blue.png);
}

.call_flex{
    display: flex;
    justify-content:space-between;
    margin: 0 auto;
}

.call{
    display: block;
    max-width: 69px;
    margin-right: 10px;
    margin-top: 2%;
}
.call_txt{
    /* margin-top: 0.15em; */
    font-size: 49px;
    text-align: center;
   line-height: 1;
}
.call_txt p{
    font-size: 40%;
    text-align: center;
}
/* Q&A */

.qa_set{
    width: 100%;
    background-color: #0052a5;
    font-size: 32px;
    color:#fff;
    margin-bottom: .5em;
}
.js-acrTitle {
    position: relative;
    padding:0.05em 0.25em;
}
.js-acrTitle::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  background-size: contain;
  position: absolute;
   top: 30%;
  right: 1em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.js-acrTitle.op::after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.js-acrTitle dl{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.25em 0;
    cursor: pointer;
}
.js-acrTitle dt{
    font-weight: bold;
    background-color: #fff;
    color: #0052a5;
    padding: 0 0.8em;
    font-size: 32px;
}
.js-acrTitle dd {
    font-size: 26px;
     padding-left: 0.5em;
     padding-right: 2em;
}
.js-acrBody dl{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.8em ;
    padding-left: 0;
    cursor: pointer;
}
.js-acrBody dt {
 font-weight: bold;
 padding: 0 0.5em;
 font-size: 55px;
}
.js-acrBody dd {
 font-size: 22px;
}



/* responsive for 1160 and sp */
@media screen and (max-width: 1160px){
    .section h3 {
        font-size: 4vw;
        margin-bottom: 2em;
    }
    #sec02 h4 {
        font-size: 4.2vw;
    }
    .sec02-content dt{
        font-size: 1.8vw;
     
    }
    .category-list p{
        font-size: 2.6vw;
    }
    #sec04 h3{
        font-size: 3vw;
    }
    .margin-ari{
        margin: 0 1.5vw;
    }
    .margin-ari-right{
        margin-right: 1.5vw;
    } 
    #sec04 h3{
        padding-bottom: 0;
    }
    
    .contact_box dt{
       font-size: 2.5vw;
    }
    .contact_box dd{
       font-size: 2.5vw;    
    }
      
    .goto_form{
        font-size: 2vw;
        width: 78%;
    }
    .call{
        max-width: 6vw;
    }
    .call_txt{
        font-size: 4.2vw;
    }

    .qa_set{
        font-size: 2.7vw;
    }
    .js-acrBody dt {
        font-size: 4.7vw;
        padding: 0 0.8em;
       }
  
       
}
@media screen and (max-width: 768px){
    #main_visual{
        background-position: 61% 50%;
    }
    #main_visual h2 {
        font-size: 13.2vw;
    }
    #main_visual h3 {
        font-size: 5vw;
    }
    #main_visual .text {
        padding: 0;
        padding-right: 18%;
        font-size:3vw;
    }
    .section h3{
       margin-bottom: 1em;
    }
    .sec02-content dl{
       flex-direction: column;
    }  
    .sec02-content.n02 dl{
        flex-direction: column;
        flex-wrap: wrap-reverse;
    }
    .sec02-content dt{
        width: 100%;
        font-size:15px;
        padding: 1.5em;
    }
    .sec02-content dd{
        width: 100%;
    } 
    .category-list li{
        width: 48%;
        margin-bottom: 30px;
    }
    .category-list p{
        font-size: 16px;
    }
    #sec04.section h2 span {
        text-shadow: 0.2px 0.2px 0 #fff, /* 左上 */ -0.2px 0.5px 0 #fff, /* 右上 */ -0.2px -0.2px 0 #fff, /* 左下 */ 0.2px -1px 0 #fff;
    }
    .contact_flex{
        flex-direction: column;
    }
    .contact_box{
        width: 100%;
    margin-bottom: 20px;
    }
    .contact_box dt{ 
     font-size: 16px;
    }
    .contact_box dd{
    font-size: 16px;
    height: 79px;
    }

    .goto_form{
        font-size: 16px; 
        width:80%;
    }
    .call{
        max-width: 32px;  
    }
    .call_txt{
    font-size: 32px;
    margin-top:0;  
    }
    .qa_set{
        font-size:  16px;
    }

    .js-acrTitle dt{
        font-size: 16px;
    }
    .js-acrTitle dd{
        font-size:  16px;
    }
    .js-acrBody dt {
      padding: 0 0.9em;
       }
    .js-acrBody dd {
        font-size: 14px;
    }

}