﻿@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Noto+Serif+JP:wght@500;600&display=swap');

a[href^="tel:"], #pc_nav li a, .hannari, .pop400, #intro_wrap .intro_title h3, #contents1_wrap .con_title h3, #contents2_wrap .con_title h3, #contents3_wrap .con_title h3, #info_contact_wrap .con_title .hannari, #page8 .mail_contact_tel a, .more_btn, .cms_1-a .cate_box .date, #cms_2-a .box_title1, .cate_title, #cms_5-b .cate_box .open_bt, .cms_5-b .cate_box .open_bt, #contact_line, .return{font-family: 'Josefin Sans',  "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important;}

a[href^="tel:"], #pc_nav li a, .hannari, .pop400, #intro_wrap .intro_title h3, #contents1_wrap .con_title h3, #contents2_wrap .con_title h3, #contents3_wrap .con_title h3, #info_contact_wrap .con_title .hannari, #page8 .mail_contact_tel a, .more_btn, .cms_1-a .cate_box .date, #cms_2-a .box_title1, .cate_title, #cms_5-b .cate_box .open_bt, .cms_5-b .cate_box .open_bt, #contact_line, .return, .num {
    font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
}

footer p.tel_bt, footer a[href^="tel:"]{font-size: 25px;}



/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #0063a5;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #0063a5} /* メインカラー */
.txt_color2{color: #e3e9f1} /* サブカラー */
.txt_color3{color: #26a3dd} /* アクセントカラー1 */
.txt_color4{color: #FFF7F0} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #0063a5} /* メインカラー */
.bg_color2{background-color: #e3e9f1} /* サブカラー */
.bg_color3{background-color: #26a3dd} /* アクセントカラー1 */
.bg_color4{background-color: #FFF7F0} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}

/* border-color ※!important */
.border_color1{border-color: #0063a5}
.border_color2{border-color: #e3e9f1}
.border_color3{border-color: #26a3dd}
.border_color4{border-color: #FFF7F0}

/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #0063a5} /* メインカラー */
.hvr_txt_color2:hover{color: #e3e9f1} /* サブカラー */
.hvr_txt_color3:hover{color: #26a3dd} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #FFF7F0} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #0063a5} /* メインカラー */
.hvr_bg_color2:hover{background-color: #e3e9f1} /* サブカラー */
.hvr_bg_color3:hover{background-color: #26a3dd} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #FFF7F0} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #0063a5}
.hvr_border_color2:hover{border-color: #e3e9f1}
.hvr_border_color3:hover{border-color: #26a3dd}
.hvr_border_color4:hover{border-color: #FFF7F0}



/* video ---------------------------------------------------------------------------------------------*/
#main_img {
    overflow: hidden;
	position: relative;
}
.video_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



/* design ---------------------------------------------------------------------------------------------*/

/*--------- all ---------*/
.overlay {
    background: linear-gradient(135deg, rgba(0,70,102,0.9) , #0063a5 )!important;
}
.overlay .bg_color1{
	background-color: #26a3dd;
}
.nav_menu_more:first-of-type a .icon:before{
	display: none
}
#fakeloader .fl{
	max-width: 315px;
}
#pc_nav li a, #top_pc_nav li a {
    text-shadow: 2px 2px 2px #333;
}
#pc_nav li, #top_pc_nav li, #footer_nav li {
    max-width: 196px;
}
#pc_nav li a, #top_pc_nav li a, #footer_nav li a {
    font-size: 16px;
}
.font_14 {
    font-size: 15px!important;
}
.linehight_2 {
    line-height: 1.7!important;
}

/*.back1:before, .back2:before {
    background-color: #e3e9f1!important;
    background: url(../dup/img/bg1.jpg) center / cover repeat;
    background-attachment: fixed;
    opacity: 0.3;
}*/
.back1:before, .back2:before{display: none}
.line:before {background-color: #26a3dd!important;}
#footer{background-color: transparent;}
#logo2 a{max-width: 193px;}
#page_title:before{background-color: rgba(0,0,0,0.28)!important;}


/*--------- TOP ---------*/
#main_img:before{
	background-color: rgba(0,60,86,0.36);
	z-index: 2;
	pointer-events: none;
}
#main_img::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../dup/img/main_txt.png);
    background-size: 377px;
    background-position: left top 38px;
    background-repeat: no-repeat;
    position: absolute;
	top: 0;
	left: 0;
    z-index: 4;
	pointer-events: none;
	opacity: 0;
	transform: translateX(-100%);
	transition: transform 1.2s cubic-bezier(.645,.045,.355,1) ,opacity 1.8s cubic-bezier(.645,.045,.355,1);
}
#main_img.animStart::after{
	opacity: 1;
	transform: translateX(0);
}
#main_img .menu p {
    background-color: transparent!important;
	background-color: rgba(17,108,169,0.60)!important;
	height: 330px!important;
}
#main_img .menu p a{
	max-width: 362px;
}
#top_pc_nav{
	margin-top: 70px;
}
.back1, #contents2{
	background-color: #ebf0f5;
}
#top_cms{
	background-color: #ffffff;
}
#info_contact .con_img:before{
	background-color: rgba(86,86,86,0.41);
}

.num{
	color: #004666;
    opacity: 0.8;
}
#intro_wrap{
	box-shadow: 0px 21px 46px rgba(36,36,36,0.07);
}
#contents1_wrap, #contents2_wrap{
	justify-content: space-between;
}
#contents1 .con_box, #contents2 .con_box{
	padding: 50px;
    background-color: #fff;
	width: 54.33333%!important;
	box-shadow: 21px 21px 46px rgba(36,36,36,0.07);
}
#contents2 .con_box{
	box-shadow: -21px 21px 46px rgba(36,36,36,0.07);
}
#contents1 .con_box {
    margin-top: 13%;
}
#contents3 {
    margin-bottom: 0;
}
#contents3_wrap:after {
    background-color: rgba(0,39,56,0.73)!important;
}
#contents3_wrap:before, #contents3_wrap:after{
	top: 0;
}
#contents3_wrap:before{
	background-attachment: fixed;
}
#contents3 .con_box{
	background-color: transparent;
    color: #fff;
    padding-top: 229px;
    padding-bottom: 128px;
}

#intro .num{
	top: -76px;
	font-size: 89px;
    font-weight: bold;
    opacity: 0.1;
}
#contents1 .num, #contents2 .num{
	background-color: #0063a5;
    padding: 16px 20px 27px;
    color: #fff;
    line-height: 1;
}
#contents3 .num{
	color: #ffffff!important;
    opacity: 1!important;
	top: 76px;
	background-color: #ffffff42;
    padding: 16px 20px 27px;
    line-height: 1;
}

#top_cms.back1:before{
	display: none
}
.cms_title {
    text-align: center;
    position: relative;
    padding-top: 90px;
}
.top_cms_box:first-of-type .cms_title {
    padding-top: 20px;
}
.cms_title p {
    font-size: 44px;
    padding-bottom: 40px;
	font-weight: 600;
}
.cms_title h3 {
    font-size: 20px;
    margin-top: -42px;
    margin-bottom: 70px;
}
.line-l:before {
    width: 99px;
    height: 3px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #26a3dd!important;
}
.top_cms_box:first-of-type, .top_cms_box:nth-of-type(3), .top_cms_box:nth-of-type(5) {
    background-color: #e3e9f1;
}
.cms_1-a .box_wrap {
    padding: 40px;
    background-color: #fff;
}
.cms_5-a .box_wrap {
    background-color: #fff;
    border: none;
}

.more_btn{
	background-color: #444;
    color: #fff;
}
.more_btn:hover {
    transition-delay: 00s;
    background-color: transparent!important;
    color: #444 !important;
}
.more_btn:hover:before {
    transition-delay: .3s;
}
.more_btn:hover:after{
	width: 0;
}
.more_btn:before {
    border-color: #26a3dd!important;
}
#contents3 .more_btn{
	background-color: rgba(0,139,204,0.63);
}
#contents3 .more_btn:hover{
	color: #fff !important;
}


/*--------- cms ---------*/
.cms_2-a .swiper-wrapper .fa-chevron-right:before, .cms_2-a .swiper-wrapper .fa-chevron-right:before{
	display: none
}
.cms_6-a a p{
	z-index: 3;
    letter-spacing: 1px;
    font-size: 19px;
	opacity: 0;
	top: 52%;
	transform: translate(-50%,-50%) scale(0);
}
.cms_6-a a figure{position: relative}
.cms_6-a a figure::before, .cms_6-a a figure::after{
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(26,26,26,0.60);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 1;
}
.cms_6-a a figure::after{
	background: transparent;
	z-index: 2;
}
.cms_6-a a p, .cms_6-a a figure::before, .cms_6-a a:hover figure::after, .cms_6-a a figure img{transition: all .5s}
.cms_6-a a:hover p, .cms_6-a a:hover figure::before, .cms_6-a a:hover figure::after{opacity: 1}
.cms_6-a a:hover p{
	transform: translate(-50%,-160%) scale(1);
}
.cms_6-a a:hover figure::after{
	width: calc(100% - 18px);
    height: calc(100% - 18px);
	border: 2px solid #fff;
}
.cms_6-a a:hover figure img{
	-ms-transform: translate(-50%,-50%) scale(1.1);
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
}

/* IE */
@media all and (-ms-high-contrast: none){ 
.cate_list li a{padding-top: 11px!important}
.cate_list li a::before{top: 52%!important;}
#cms_2-a .cate .cate_title, #cms_6-a .cate .cate_title, #page10 .more_btn{padding-top: 9px!important}
#cms_6-b .cate .cate_title{padding: 6px 5px 9px!important}
#cms_5-b .cate_box .arrow, .cms_5-b .cate_box .arrow{margin-top: -14px!important}
.more_btn {padding: 9px 10px 10px!important}
.cms_6-a .cate_txt{padding-bottom: 15px!important}
}

/*タブレット---------------*/
@media screen and (max-width: 768px){
#header > .d_flex{
	padding-bottom: 15px;
	padding-top: 15px;
}
#main_img {
    position: relative;
    height: auto;
    width: 100%;
}
.video_wrap {
    position: static;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-width: 100%;
}
video {
    min-width: auto;
    min-height: auto;
    width: 100%;
    z-index: 1;
    position: static;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    vertical-align: bottom;
}
#main_img .menu p {
    height: 175px!important;
}
#main_img::after{
	background-size: 222px;
	background-position: left top 91px
}
#main_img .menu p a {
    max-width: 170px;
}
#intro_wrap{
	padding-top: 78px;
}
#intro .num {
    top: -47px;
    font-size: 62px;
	letter-spacing: 1px;
}	
#contents1 .con_box, #contents2 .con_box{
    width: 58.33333%!important;
	padding: 35px;
}
#contents2 .con_box {
    margin-top: 13%;
}
.page_title_box h2 {font-size: 28px;}
.cms_6-a a p{font-size: 18px}
}


/*スマホ---------------*/
@media screen and (max-width: 667px){
.font_14 {
    font-size: 14px!important;
}
.linehight_2 {
    line-height: 2!important;
}
#header > .d_flex{
	padding-bottom: 10px;
	padding-top: 10px;
}
header.scr_header #logo {
    max-width: 163px;
}
#main_img .menu p {
    display: none
}
#main_img::after {
    background-size: 130px;
    background-position: left bottom 26px;
}
#intro .num{
	font-size: 39px;
    letter-spacing: 0px;
}
#intro_wrap {
    padding-top: 38px;
}
#contents1 .num, #contents2 .num, #contents3 .num{
	padding: 17px 20px 20px;
	font-size: 38px;
	top: -32px!important;
}
#contents3 .num{
	top: 48px!important;
}
#contents1 .con_box, #contents2 .con_box{
	margin-top: -20px!important;
	padding: 25px;
	width: 100%!important;
}
#contents2_wrap .con_title h3{
	display: block;
}
#contents3 .con_box{
	padding-top: 156px;
    padding-bottom: 90px;
}
#contents3_wrap .con_title h3{
	font-size: 25px;
	margin-bottom: 26px;
}
#logo2 a {
    max-width: 120px;
}
footer .con_box h2{font-size: 17px;}

.page_title_box {
    width: 73%!important;
    padding: 20px;
    padding-bottom: 24px!important;
    box-sizing: border-box;
}
.page_title_box h2 {font-size: 20px;}
.top_cms_box:first-of-type {padding-top: 31px;padding-bottom: 90px}
.top_cms_box{padding-bottom: 78px;}
.cms_title{padding-left: 0;padding-top: 64px;}
.cms_title h3{font-size: 17px;}
.cms_title p{font-size: 37px;}

.cms_1-a .box_wrap{padding: 13px;}
.cms_6-a .box_title1{font-size: 20px}
}





