@charset "utf-8";

/* m_tit */
.m_tit{text-align: center;}
.m_tit::before{content: ''; display: block; width: 1px; height: 80px; background-color: #828c90; margin: 0 auto 20px;}
.m_tit h4{text-transform: uppercase;}
.m_tit h3{  font-size: 2.5em; line-height: 1.4em; margin: 0.5em 0; word-spacing: -0.1em; letter-spacing: -0.05em; font-weight: 300; color: #222;}
.m_tit h3 span{font-weight: 600;}
.m_tit p{  font-weight: 300; font-size: 1.0625em;}
.m_tit p span{font-weight: 500;}
br.mo{display: none;}

@media all and (max-width:1240px){
    .m_tit::before{height: 60px;}
    .m_tit h3{font-size: 2em;}
}
@media all and (max-width:690px){
    .m_tit h4{font-size: 1.1em;}
    .m_tit h3{font-size: 2.4em;}
    .m_tit p{width: 96%; margin-left: auto; margin-right: auto; font-size: 1.3em;}
    br.mo{display: block;}
}
@media all and (max-width:480px){
    .m_tit p{font-size: 1.3em;}
    
}

/* main1 */
#main1{}
#main1 #mVisual{width: 100%;}
#main1 #mVisual .mv{width: 100%; height: 100%; min-height: 750px; background-size: cover; background-position: center center; position: relative; overflow: hidden;}
/*#main1 #mVisual .mv::after{content: ''; background: url(/images/main/mv_txt.png) no-repeat left; width: 45%; background-size: cover; height: 100%;  display: block; position: absolute; top: 0; left: 0;opacity: 0.98;}*/
#main1 #mVisual .mv1{background-image: url(/images/main/m_visu_new1.jpg);}
#main1 #mVisual .mv2{background-image: url(/images/main/mv2_220214.png);}
#main1 #mVisual .mv .inner{height: 100%; min-height: 750px;}
#main1 #mVisual .mv .txt{position: absolute;  z-index: 99; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; padding: 60px 0; width: 60%; border-radius: 0;}
#main1 #mVisual .mv .txt h4{text-transform: uppercase; font-weight: 500; font-size: 1.2rem; letter-spacing: 0; line-height: 1em; color: #fff; font-family: 'Montserrat', sans-serif; background: linear-gradient(to right, #0085cc, #005ba8); display: inline-block; padding: 6px 16px;}
#main1 #mVisual .mv .txt h3{color: #fff; font-size: 2.5rem; line-height: 1.4em; margin: 2rem 0; word-spacing: -0.1em; letter-spacing: -0.05em; margin-top: 1rem;}
#main1 #mVisual .mv .txt h3 span{font-weight: 300;}
#main1 #mVisual .mv .txt h3 strong{font-size: 1.335em; color: #55c3ff;}
#main1 #mVisual .mv .txt p{color: #fff; font-weight: 300; font-size: 1.2rem; line-height: 1.6em;}
#main1 #mVisual .mv .txt p span{font-weight: 500;}
#main1 #mVisual .mv .txt .btn{}
#main1 #mVisual .mv .txt .btn a{background-color: rgba(255,255,255,0.85);   font-weight: 500; font-size: 1.8rem; line-height: 2.5em; padding: 0 2em; display: inline-block; margin-top: 1.5em; color: #212121;}
#main1 #mVisual .mv video{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; height: auto; min-width: 100%; min-height: 100%;}
#main1 #mVisual .inner{width: 100%;}
#main1 #mVisual .inner::after{content: ''; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); left: 0; top: 0; position: absolute; display: block;}
#main1 #mVisual .slick-dots{transform: translateX(-50%);}
#main1 #mVisual .slick-dots li{width: 12px; height: 12px; margin: 5px;}
#main1 #mVisual .slick-dots li.slick-active{background-color: #fff;}
#main1 .middle {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
	z-index: 99;
}

#main1 .mouse {
    width: 24px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50px;
}

#main1 .mouse::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 8px;
    background-color: #fff;   
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 1;
    animation: mouse 1.5s infinite;
}

@keyframes mouse {
    from {
        opacity: 1;
        top: 8px;
    }
    to {
        opacity: 0;
        top: 25px;
    }
}

@media all and (max-width:1240px){
    #main1 #mVisual .mv::after{width: 420px;}
/*
    #main1 #mVisual .mv .txt h4{font-size: 1em;}
    #main1 #mVisual .mv .txt h3{font-size: 2em;}
    #main1 #mVisual .mv .txt p{font-size: 1.125em;}
*/
	#main1 #mVisual .mv .txt h3{font-size: 2.3rem; margin: 1.5rem 0;}
    #main1 #mVisual .mv .txt .btn a img{max-width: 180px;}
	#main1 #mVisual .mv .txt p{color: #fff; font-weight: 300; font-size: 1.1rem; line-height: 1.6em;}
	#main1 #mVisual .mv .txt h4{text-transform: uppercase; font-weight: 500; font-size: 1rem; }
}
@media all and (max-width:690px){
/*
    #main1 #mVisual .mv1{background-image: url(/images/main/mv1_m.png);}
    #main1 #mVisual .mv2{background-image: url(/images/main/mv2_m.png);}
*/
    #main1 #mVisual .slick-dots{bottom: 2%;}
    #main1 #mVisual .mv{min-height: 680px;}
    #main1 #mVisual .mv::after{width: 100%; top: 55%; opacity: 0.8}
    #main1 #mVisual .mv .inner{width: 100%; min-height: 680px;}
    #main1 #mVisual .mv .txt{ top: 50%; transform: translate(-50%, -45%); padding: 50px 0 70px; width: 100%; border-radius: 0px 0px 0 0;}
    #main1 #mVisual .mv .txt .btn a img{max-width: 160px;}
	#main1 #mVisual .mv .txt h3{font-size: 2rem; margin: 1.5rem 0;}
	#main1 #mVisual .mv .txt p{color: #fff; font-weight: 300; font-size: 1rem; line-height: 1.6em;}
	#main1 #mVisual .mv video{position: absolute; top: 50%; left: 20%; transform: translate(-50%, -50%); width: auto; height: auto; min-width: 100%; min-height: 100%;}

}
@media all and (max-width:480px){
	#main1 #mVisual .mv .txt h3{font-size: 1.5rem; margin: 1.5rem 0;}
	#main1 #mVisual .mv .txt p{color: #fff; font-weight: 300; font-size: 0.9rem; line-height: 1.3em;}
	#main1 #mVisual .mv .txt h4{text-transform: uppercase; font-weight: 500; font-size: 0.8rem; }
}



/* main2 */
#main2{background: url(/images/main/main2_bg.jpg) no-repeat center center; background-size: cover; padding: 20px 0 120px;}
#main2 ul{display: flex; justify-content: center; margin-top: 100px;}
#main2 ul li{margin: 0 1.875%; display: flex; flex-direction: column; align-items: center;}
#main2 ul li .img{}
#main2 ul li .img img{}
#main2 ul li .tit{font-size: 1.5em;   margin: 30px 0 20px; line-height: 1em; letter-spacing: -0.075em;}
#main2 ul li .tit span{font-weight: 500;} 
#main2 ul li p{word-break: keep-all; font-size: 0.9375em; font-weight: 300; text-align: center; } 

@media all and (max-width:1240px){
    #main2{padding: 20px 0 80px;}
    #main2 ul{flex-wrap: wrap; margin-top: 80px;}
    #main2 ul li{width:33.3333%; text-align: center; margin: 0; margin-bottom: 2em; }
}
@media all and (max-width:690px){
    #main2{padding: 20px 0 50px;}
    #main2 ul{margin-top: 50px;}
    #main2 ul li{width: 50%;}
    #main2 ul li .tit{margin: 15px 0 10px;}
    #main2 ul li p{font-size: 1.3em;} 
}
@media all and (max-width:480px){
    
}


/* main3 */
#main3{position: relative; height: 600px;}
#main3 .main3_box{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: Relative;
    overflow: hidden;
    box-sizing: Border-box;
}
#main3 .main3_bg{
    clip: rect(auto, auto, auto, auto);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 670px;
    position: absolute;
    z-index:-1;
}

#main3 .main3_bg .inner{height: 100%;}
#main3 .main3_bg .txt{position: absolute; top: 50%; transform: translateY(-50%);}
#main3 .main3_bg .txt{position: absolute;  z-index: 99; top: 50%; transform: translateY(-50%);}
#main3 .main3_bg .txt h4{text-transform: uppercase; font-weight: 500; font-size: 1.125em; letter-spacing: 0; line-height: 1em; color: rgba(255,255,255,0.4);}
#main3 .main3_bg .txt h3{color: #fff; font-size: 2.5em; line-height: 1em; margin: 0.725em 0; word-spacing: -0.1em; letter-spacing: -0.05em; font-weight: 300;}
#main3 .main3_bg .txt h3 span{font-weight: 600;}
#main3 .main3_bg .txt h3 strong{font-size: 1.335em;}
#main3 .main3_bg .txt p{color: #fff; font-weight: 300; font-size: 1.0625em;}
#main3 .main3_bg .txt p span{font-weight: 500;}

#main3 .main3_bg_in{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform;
    background-size: cover;
    z-index: -111;
}

@media all and (max-width:1240px){
    #main3{height: 480px;}
}
@media all and (max-width:690px){
    #main3{height: 360px;text-align: center;}
    #main3 .main3_bg .txt{top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%;}
    #main3 .main3_bg .txt h4{font-size: 1.1em;}
    #main3 .main3_bg .txt p{font-size: 1.2em;}
}
@media all and (max-width:480px){
    #main3{height: 300px;}
}




#main4{background: url(/images/main/main4_bg.jpg) no-repeat center center; background-size: cover; padding: 80px 0 100px;}
#main4 .m_tit{}
#main4 .m_tit::before{content: ''; display: none;}
#main4 .m_tit h3, #main4 .m_tit p{color: #fff;}
#main4 .m_tit h3{margin-top: 0;}
#main4 ul{margin-top: 120px; background-color: rgba(0,0,0,0.2);
    margin-bottom: 70px;
    padding: 50px 80px; display: flex; justify-content: space-between;}
#main4 ul li{position: relative;}
#main4 ul li:nth-child(2){margin-bottom: 50px;}
#main4 ul li .txt{text-align: center;}
#main4 ul li:nth-child(2) .txt{text-align: right;}
#main4 ul li .txt .tit{font-size: 2.625em; color: #fff; word-break: keep-all; line-height: 1.2em;}
#main4 ul li .txt .tit span{font-weight: 600;}
#main4 ul li .txt p{font-size: 1.25em; color: #fff; font-weight: 300; margin-top: 10px;}
#main4 ul .img{position: absolute; left: 50%; transform: translateX(-50%); top: -180px;}
#main4 ul li .img img{width: 100%;}
#main4 ol{display: flex; justify-content: space-between;}
#main4 ol li{width: 48%; background-color: #fff; display: flex; justify-content: flex-start; align-items: center; border-radius: 0px; overflow: hidden;}
#main4 ol li .img img{width: 100%; max-width:220px;}
#main4 ol li .txt{padding-left: 20px;}
#main4 ol li .txt h3{font-size: 1.5em; letter-spacing: -0.075em;}
#main4 ol li .txt h3::after{content: ''; display: block; width: 70px; height: 3px; background-color: #0096d5; margin: 5px 0;}
#main4 ol li .txt p{font-size: 0.9375em; font-weight: 300;  }

@media all and (max-width:1240px){
    #main4{padding:50px 0 70px;}
    #main4 ul{margin-top: 70px; padding: 50px 40px;}
    #main4 ul li {text-align: center; margin-bottom: 40px;}
    #main4 ul .img{top: -150px; }
    #main4 ul .img img{max-width: 520px;}
    #main4 ul li:nth-child(2){display: flex; flex-direction: column; align-content: center;}
    #main4 ul li:nth-child(2) .txt{text-align: center;  order: -1;}
    #main4 ul li:nth-child(2) .img{margin-bottom: -50px; margin-top: 50px;}
    #main4 ol{flex-wrap: wrap;}
    #main4 ol li{width: 100%; margin-bottom: 30px;}
}
@media all and (max-width:1000px){
    #main4 ul{flex-wrap: wrap; margin-top: 30px; margin-bottom: 0px;  padding: 40px 00px; background-color: rgba(0,0,0,0);}
    #main4 ul li{width: 100%; background-color: rgba(0,0,0,0.2); padding: 50px 40px; margin-bottom: 20px;}
    #main4 ul li .txt p{margin-top: 10px;}
    #main4 ul li .txt .tit br{display: none;}
    #main4 ul .img{ top: 0px; opacity: 0.2;}
    #main4 ul .img img{max-width: 400px !important;}
}
@media all and (max-width:690px){
    #main4 ul{padding: 25px 0;}
    #main4 ul li {padding: 40px 40px;}
    #main4 ul li .img{margin-top: 0;}
    #main4 ul li:nth-child(2) .img{margin-bottom: -30px;}
    #main4 ol li .txt h3{font-size: 1.6em;}
    #main4 ol li .txt p{font-size: 1.2em;}
}
@media all and (max-width:480px){
    #main4{padding: 40px 0 50px}
    #main4 ul{margin-top: 40px;}
    #main4 ul li {padding: 30px 50px;}
    #main4 ol li .txt{width: 60%; padding: 0 10px;}
    #main4 ol li .txt br{display: none;}
    #main4 ol li .img{width: 40%;}
    #main4 ul li:nth-child(1) .img{margin-top: -20px;}
    #main4 ul li:nth-child(2) .img{margin-top: 20px;}
}
@media all and (max-width:360px){
    #main4 ul li {padding: 30px 41px;}
}





/* main5 */
#main5{padding-top: 20px; background-color: #fff;}
#main5 .info{display: flex; justify-content: center; align-items: center; margin-top: 80px;}
#main5 .info .img{}
#main5 .info .img img{max-width: 580px; width: 100%;}
#main5 .info .txt{margin-top: 80px; padding: 0 40px; width: 50%;}
#main5 .info .txt p{font-size: 1.7rem; font-weight: 300; margin-top: 2rem; margin-bottom: 5rem;}
#main5 .info .txt h3{font-size: 2em; border-bottom: 3px solid #005ba8; display: inline-block; color: #222;}
#main5 .info .txt h4{font-size: 1.0625em; color: #222; font-weight: 300; margin: 10px 0;}
#main5 .info .txt ul{margin: 25px 0;}
#main5 .info .txt ul li{font-size: 1.0625em; position: relative; padding-left: 0.75em; line-height: 1.2em; color: #333; margin-bottom: 1rem;}
#main5 .info .txt ul li::before{content: '-'; position: absolute; left: 0;}
#main5 .slick-dots{left: 50%; transform: translateX(-50%); bottom:5%}
#main5 .slick-dots li{background-color: #ccc;}
#main5 .slick-dots li.slick-active{background-color: #2897cc;}

@media all and (max-width:1240px){
    #main5 .inner{text-align: center; max-width:580px;}
    #main5 .info{flex-wrap: wrap;}
    #main5 .info .txt{text-align: left; margin-top: 50px; width: 100%; order: 2;}
    #main5 .info .txt ul li{font-size: 1.3em;}
    #main5 .info .img{order: 1;}
}
@media all and (max-width:690px){
    #main5 .info .txt{margin-top: 30px;padding: 0 30px;}
    #main5 .info .txt ul{margin: 30px 0;}
    #main5 .info .txt ul:last-child{margin-bottom: 60px;}
    #main5 .info .txt h4{font-size: 1.3em;}
    #main5 .info .img img{max-width:500px;}
    #main5 br.pc{display: none;}
}
@media all and (max-width:480px){
    #main5 .info .img img{max-width:340px;}
}



/* main6 */
#main6{background: url(/images/main/main6_bg.jpg) no-repeat center center; background-size: cover; padding:20px 0 160px;}
#main6 .m_tit{}
#main6 .m_tit h4, #main6 .m_tit h3, #main6 .m_tit p{color: #fff;}
#main6 .tab{display: flex; justify-content: center; margin-top: 40px; position: relative; z-index: 9;}
#main6 .tab li{margin: 0 10px;}
#main6 .tabcontent1{display: none; margin-top: -26px;}
#main6 .tabcontent1.on{display: block;}
#main6 .tabcontent1 .cont{background-color: #fff; padding: 120px;display: flex; justify-content: space-between;}
#main6 .tabcontent1 .cont .txt .img{}
#main6 .tabcontent1 .cont .txt .img img{}
#main6 .tabcontent1 .cont .txt .tit{font-size: 2.25em; font-weight: 300; line-height: 1.2em; color: #000; margin-top: 25px;}
#main6 .tabcontent1 .cont .txt .tit span{font-weight: 600; color: #25373e;}
#main6 .tabcontent1 .cont .txt p{font-size: 1.0625em; font-weight: 300; margin-top: 30px;}
#main6 .tabcontent1 .cont .txt p span{font-weight: 500;}
#main6 .tabcontent1 .cont .txt ul{}
#main6 .tabcontent1 .cont .txt ul h3{font-size: 1.5em; color: #fff; background-color: #005aab; padding: 5px 30px; display: inline-block; margin-top: 35px; margin-bottom: 15px;}
#main6 .tabcontent1 .cont .txt ul h3 span{font-weight: 400;}
#main6 .tabcontent1 .cont .txt ul li{position: relative; padding-left: 0.75em; line-height: 1.75em;}
#main6 .tabcontent1 .cont .txt ul li::before{content: '·'; position: absolute; left: 0;}
#main6 .tabcontent1 .cont .img{position: relative; margin-right: -70px;}
#main6 .tabcontent1 ol{display: flex; justify-content: space-between; margin-top: 70px;}
#main6 .tabcontent1 ol li{text-align: center; border-right: 1px solid #595b5c; width: 25%;}
#main6 .tabcontent1 ol li:last-child{border-right: 0;}
#main6 .tabcontent1 ol li .img{}
#main6 .tabcontent1 ol li .img img{max-width:85px; width: 100%;}
#main6 .tabcontent1 ol li h3{font-size: 1.5em; color: #cdb380; margin: 20px 0 15px;}
#main6 .tabcontent1 ol li h3 span{font-weight: 300;}
#main6 .tabcontent1 ol li p{color: #fff; font-size: 1.0625em; font-weight: 300;}

@media all and (max-width:1240px){
    #main6{padding: 20px 0 120px;}
    #main6 .tabcontent1 .cont{display: block; padding: 80px;}
    #main6 .tabcontent1 .cont .txt{text-align: center;}
    #main6 .tabcontent1 .cont .txt ul li{display: }
    #main6 .tabcontent1 .cont .txt ul li::before{position: static; padding-right: 0.75em;}
    #main6 .tabcontent1 .cont .img{margin-right: 0; text-align: center; margin-top: 2em;}
    #main6 .tabcontent1 .cont .img img{width: 100%;max-width: 60vw;}
}
@media all and (max-width:690px){
    #main6{padding: 20px 0 80px;}
    #main6 .tabcontent1 .cont{padding: 50px;}
    #main6 .tabcontent1 .cont .txt .tit{margin-top: 15px;}
    #main6 .tabcontent1 .cont .txt p {margin-top: 15px; font-size: 1.3em;}
    #main6 .tabcontent1 .cont .txt p br{display: none;}
    #main6 .tabcontent1 .cont .txt ul li{font-size: 1.4em;}
    #main6 .tabcontent1 .cont .txt ul h3{margin: 20px 0 10px; font-size: 1.6em;}
    #main6 .tabcontent1 .cont .img.icon img{max-width: 13vw !important;}
    #main6 .tabcontent1 ol{flex-wrap: wrap; margin-top: 45px;}
    #main6 .tabcontent1 ol li{width: 50%; margin-bottom:3.5em;}
    #main6 .tabcontent1 ol li:nth-child(2){border-right: 0;}
    #main6 .tabcontent1 ol li .img img{max-width: 16vw;}
    #main6 .tab li{margin: 0 5px;}
    #main6 .tab li a img{width: 100%; max-width: 42vw;}
}
@media all and (max-width:480px){
    #main6{padding: 20px 0 60px;}
}


/* main7 */
#main7{padding-top: 20px;}
#main7 .tab{display: flex; justify-content: center; margin-top: 40px; padding-bottom: 50px; position: relative; z-index: 9;}
#main7 .tab li{margin: 0 10px;}
#main7 .box{padding: 5rem 0;}
#main7 .box > div:nth-child(odd){background-color: #f8f8f8;}
#main7 .tabcontent1{display: none; background-color: #fff; padding: 50px 0;}
#main7 .tabcontent1.on{display: block;}
#main7 .tabcontent1 .inner{display: flex; align-items: center; justify-content: space-around;}
#main7 .tabcontent1 .info{width: 50%;}
#main7 .tabcontent1 .info .tit{font-size:2em; line-height: 1.2em; font-weight: 300;}
#main7 .tabcontent1 .info .tit span{font-weight: 600;}
#main7 .tabcontent1 .info > p{font-size: 1em; margin-top: 25px; line-height: 1.5em; font-weight: 300;}
#main7 .tabcontent1 .info > p b{font-weight: 500;}
#main7 .tabcontent1 .info ul{display: flex;  margin-top: 35px;}
#main7 .tabcontent1 .info ul li{margin-right: 30px;}
#main7 .tabcontent1 .info ul li .img{text-align: center;}
#main7 .tabcontent1 .info ul li .img img{}
#main7 .tabcontent1 .info > .img{}
#main7 .tabcontent1 .info ul li p{font-size: 1.1em; text-align: center; line-height: 1.4em; margin-top: 10px;}
#main7 .tabcontent1 .inner > .img{width: 50%;}
#main7 .tabcontent1 .inner > .img img{width: 100%; max-width:514px;}

@media all and (max-width:1240px){
    #main7 .tabcontent1 .info{width: 60%; order: -1;}
    #main7 .tabcontent1 .info .tit{font-size:2.1em;}
    #main7 .tabcontent1 .info > p{margin-top: 15px;font-size: 1.3em;}
    #main7 .tabcontent1 .info > p br{display: none;}
    #main7 .tabcontent1 .info ul{margin-top: 20px;}
    #main7 .tabcontent1 .info ul li{margin-right: 15px;}
    #main7 .tabcontent1 .info ul li img{max-width: 11vw;}
    #main7 .tabcontent1 .info ul li p{font-size: 1.3em;}
    #main7 .tabcontent1 .inner > .img{width: 38%;}
    #main7 .tab{flex-wrap: wrap; justify-content: center;}
    #main7 .tab li{margin: 0 1%; text-align: center; margin-bottom: 1.5em;}
}
@media all and (max-width:690px){
    #main7 .tabcontent1 .inner{flex-wrap: wrap;}
    #main7 .tabcontent1 .info{width: 100%; text-align: center;}
    #main7 .tabcontent1 .info ul{justify-content: center;}
    #main7 .tabcontent1 .info ul li img{max-width: 16vw;}
    #main7 .tabcontent1 .inner > .img{width: 100%; margin-top: 3.5em; text-align: center;}
    #main7 .tabcontent1 .inner > .img img{max-width: 50vw;}
    #main7 .tab li a img{width: 100%; max-width: 42vw;}
}
@media all and (max-width:480px){
}


/* main8 */
#main8{background: url(/images/main/main8_bg.jpg) no-repeat center center; background-size: cover; padding: 120px 0;}
#main8 .cont{background-color: #fff; padding: 20px 100px 90px;}
#main8 .cont .info{display: flex; margin-top: 70px;}
#main8 .cont .info > .img{width: 50%;}
#main8 .cont .info > .img img{width: 100%;}
#main8 .cont .info .txt_wrap{width: 50%; padding-left: 90px;}
#main8 .cont .info .txt_wrap .txt_box{margin: 50px 0px;}
#main8 .cont .info .txt_wrap .txt_box h3{font-size: 1.5em; color: #fff; padding: 10px 30px; background-color: #0085cc; text-align: center; display: inline-block; width: 100%; border-radius: 100px;}
#main8 .cont .info .txt_wrap .txt_box h3 span{font-weight: 400;}
#main8 .cont .info .txt_wrap .txt_box .txt{display: flex; margin-top: 20px;}
#main8 .cont .info .txt_wrap .txt_box .txt .img{margin: 10px 50px 0;}
#main8 .cont .info .txt_wrap .txt_box .txt p{font-size: 1.1em;}
#main8 .grade{margin-top: 80px;}
#main8 .grade > h3{color: #fff; text-align: center; font-weight: 300; font-size: 2.3em; margin: 0px 0 50px;}
#main8 .grade > h3 span{font-weight: 600;}
#main8 .grade ul{display: flex;}
#main8 .grade ul li{width: 20%; background-color: #fff; text-align: center; padding: 25px 0 35px;}
#main8 .grade ul li:nth-child(1){}
#main8 .grade ul li:nth-child(2){background-color: #bfe1f2;}
#main8 .grade ul li:nth-child(3){background-color: #80c2e6;}
#main8 .grade ul li:nth-child(4){background-color: #60b3df;}
#main8 .grade ul li:nth-child(5){background-color: #2094d2;}
#main8 .grade ul li .icon{text-align: center;}
#main8 .grade ul li .icon img{max-width: 17px; width: 100%;}
#main8 .grade ul li h3{font-size: 1.4em; font-weight: 500;}
#main8 .grade ul li h3.white{color: #fff;}
#main8 .grade ul li .bar{width: 100%; height: 1px; background-color: #dedede; margin: 20px 0;}
#main8 .grade ul li p{font-weight: 300; font-size: 1.1em;}
#main8 .grade ul li p.white{color: #fff;}

@media all and (max-width:1240px){
    #main8{padding: 90px 0;}
    #main8 .cont .info .txt_wrap{padding-left: 3em;}
    #main8 .cont .info .txt_wrap .txt_box{margin: 1.5em 0;}
    #main8 .grade > h3{margin: 40px 0;}
}
@media all and (max-width:1000px){
    #main8{padding: 70px 0;}
    #main8 .cont{padding: 20px 65px 60px;}
    #main8 .cont .info{flex-wrap: wrap; margin-top: 45px;}
    #main8 .cont .info > .img, #main8 .cont .info .txt_wrap{width: 100%; text-align: center;}
    #main8 .cont .info > .img img{max-width: 100%;}
    #main8 .cont .info .txt_wrap{text-align: center; padding-left: 0; margin-top: 2em;}
    #main8 .cont .info .txt_wrap .txt_box .txt{justify-content: center;}
    #main8 .cont .info .txt_wrap .txt_box .txt .img{margin: 10px 30px 0;}
    #main8 .cont .info .txt_wrap .txt_box h3{font-size: 1.7em;}
    #main8 .cont .info .txt_wrap .txt_box .txt p{font-size: 1.3em;}
    #main8 .grade > h3{margin: 30px 0;}
    #main8 .grade ul{flex-wrap: wrap; justify-content: center;}
    #main8 .grade ul li{width: 33.33333%; border-radius: 0 !important;}
}
@media all and (max-width:690px){
    #main8{padding: 50px 0;}
    #main8 .cont{padding: 20px 30px 25px;}
    #main8 .cont .info{margin-top: 10px;}
    #main8 .cont .info .txt_wrap .txt_box h3{min-width: auto;}
    #main8 .cont .info .txt_wrap .txt_box .txt{margin-top: 10px;}
    #main8 .cont .info .txt_wrap .txt_box .txt .img{margin:0px 10px 0;}
    #main8 .cont .info .txt_wrap .txt_box .txt .img img{max-width: 10vw;}
}
@media all and (max-width:480px){
    #main8 .grade > h3{font-size: 1.9em;}
    #main8 .grade ul li{width: 50%;}
    #main8 .grade ul li h3{font-size: 1.5em;}
    #main8 .grade ul li p{font-size: 1.2em;}
}

/* main9 */
#main9{background-color: #f5f5f3; padding: 20px 0 100px;}
#main9 ul{display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 100px;}
#main9 ul li{width: 31.3333%;}
#main9 ul li .img{position: relative;}
#main9 ul li .img img{background-color: #fff;}
#main9 ul li .img .tit{background-color: rgba(0,92,172,0.9); position: absolute; bottom: 0; width: 100%; padding: 17px 30px 12px;}
#main9 ul li .img .tit h4{font-weight: 500; font-size: 0.9375em; color: #fff; line-height: 1em;}
#main9 ul li .img .tit h3{font-size: 1.375em;}
#main9 ul li .txt{}
#main9 ul li .txt h3{font-size: 1.25em; margin: 15px 0 10px;}
#main9 ul li .txt p{font-size: 0.9375em; color: #666; margin-bottom: 50px; line-height: 2em;}

@media all and (max-width:1240px){
    #main9{padding: 20px 0 80px;}
    #main9 ul{margin-top: 80px;}
    #main9 ul li .img img{width: 100%;}
    #main9 ul li .txt p br{display: none;}
}
@media all and (max-width:960px){
    #main9{padding: 20px 0 70px;}
    #main9 ul{margin-top: 60px;}
    #main9 ul li{width: 48%;}
    #main9 ul li .txt p{margin-bottom: 30px;}
    #main9 ul li .img .tit{padding: 12px 15px 7px;}
    #main9 ul li .img .tit h4{font-size: 1.2em;}
    #main9 ul li .img .tit h3{font-size: 1.5em;}
    #main9 ul li .txt h3{font-size: 1.4em;}
    #main9 ul li .txt p{font-size: 1.2em; line-height: 1.5em;}
}
@media all and (max-width:690px){
    #main9{padding: 20px 0 60px;}
    #main9 ul{margin-top: 40px;}
}
@media all and (max-width:480px){
    #main9{padding: 20px 0 40px;}
    #main9 ul li .txt p{margin-bottom: 20px;}
    #main9 ul{margin-top: 20px;}
}

/* main10 */
#main10{background-color: #004077; padding: 20px 0 150px;}
#main10 .m_tit h4, #main10 .m_tit h3, #main10 .m_tit p{color: #fff;}
#main10 #tour_box{margin-top: 60px;}
#main10 #tour_box img{width: 100%;}
#main10 #tour_box .slick-prev{background: url(/images/main/main10_prev.png) no-repeat center center; text-indent: -9999px; box-shadow: 0px 0px 0px; border-radius: 0%; width: 30px; height: 60px; left: -60px;}
#main10 #tour_box .slick-next{background: url(/images/main/main10_next.png) no-repeat center center; text-indent: -9999px; box-shadow: 0px 0px 0px; border-radius: 0%; width: 30px; height: 60px; right: -60px;}
#main10 .tour_nav{margin-top: 20px;}
#main10 .tour_nav .nav{ margin: 0 10px;}
#main10 .tour_nav img{width: 100%;}

@media all and (max-width:1240px){
    #main10 #tour_box .slick-prev, #main10 #tour_box .slick-next{display: none !important;}
    #main10{padding: 20px 0 120px;}
    #main10 #tour_box{margin-top: 50px;}
}
@media all and (max-width:690px){
    #main10{padding: 20px 0 70px;}
    #main10 #tour_box{margin-top: 30px;}
    #main10 .tour_nav{margin-top: 15px;}
}
@media all and (max-width:480px){
    #main10 #tour_box{margin-top: 20px;}
    #main10 .tour_nav{margin-top: 8px;}
    #main10 .tour_nav .nav{margin: 0 4px;}
}


/* main11 */
#main11{}
#main11 .inner{display: flex; justify-content: center; align-items: center;}
#main11 .inner .img{width: 50%; text-align: center; border-right: 1px solid #eee; padding: 36px 0;}
#main11 .inner .img img{width: 100%; max-width:480px;border: 1px solid #eee;}
#main11 .inner .txt_box{width: 50%; padding-left: 60px;}
#main11 .inner .txt_box .txt{}
#main11 .inner .txt_box .txt h3{font-size: 1.5em; margin-top: 30px;}
#main11 .inner .txt_box .txt ul{margin-top: 15px; width: 100%; max-width: 420px;}
#main11 .inner .txt_box .txt ul li{position: relative; font-size: 1.1875em; line-height: 1.8em; display: flex; justify-content: space-between; padding-left: 0.75em;}
#main11 .inner .txt_box .txt ul li::before{content: '·'; position: absolute; left: 0;}
#main11 .inner .txt_box .txt ul li.tel{font-weight: 500;}
#main11 .inner .txt_box .txt ul li span{font-weight: 500;}
#main11 .inner .txt_box .txt ul li.tel span{font-size: 1.6875em; color: #033649; font-weight: 600;}

@media all and (max-width:1240px){
    #main11 .inner .img{width: 48%; padding-right: 2%;}
    #main11 .inner .txt_box{padding-left: 40px;}
}
@media all and (max-width:690px){
    #main11 .inner{flex-wrap: wrap;}
    #main11 .inner .img, #main11 .inner .txt_box{width: 100%;}
    #main11 .inner .img{border-right: 0;}
    #main11 .inner .txt_box{margin-top: 0em; margin-bottom: 4em; padding-left: 0;}
    #main11 .inner .txt_box .txt h3{font-size: 1.8em;}
    #main11 .inner .txt_box .txt ul li{font-size: 1.4em;}
}
@media all and (max-width:480px){
    .google{height: 350px !important;}
}




.whatis { margin-top: 3%; }
.whatis p:first-child {  min-width: 200px; color: #fff; background: #005aab; padding: 10px 0; font-weight: 600; font-size: 1.2em; width: 26%; border-radius: 30px; margin: 0 auto; }
.whatis p:last-child { width: 70%; margin: 1.5% auto;}

@media all and (max-width:640px){
    .whatis p:first-child { width: auto; min-width: 50px; padding: 4px 12px; display: inline-block; }
	.whatis p:last-child { width: 70%; margin: 1.5% auto 4%;}
}
@media all and (max-width:976px){
    .whatis p:last-child { width: 90%; }
}