@charset "utf-8";

/* == reset == */

html { font-size:100%;}
body { position: relative; font-size:16px; background:#fff; font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif; line-height:1.5; color:#333;}
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol, li, form, fieldset, blockquote, table, thead, tbody, tfoot, tr, td, th { margin:0; padding:0;}
th, td, table, input, button, select, textarea {
	font-size:1rem;
	font-weight:normal;
	font-style:normal;
	padding:0;
	margin:0;
}
table {
	width:100%;
	border-width:0;
	border-spacing:0;
	border-collapse:collapse;
}
img, input, button, select, textarea {
	vertical-align:middle;
}
ul, ol {
	list-style:none;
}
a {
	color:#333;	
	text-decoration:underline;
	opacity:1;
	transition:0.3s;
}
a:hover {
	outline:none;
	text-decoration:none;
	transition:0.3s;
}
body * {
    box-sizing: border-box;
    word-wrap: break-word;
}
img,video {
	border:0;
	max-width: 100%;
}
img{
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}
@media only screen and (min-width: 0) and (max-width: 900px) {
	img{
		width: 100%;
	}
}
/* == / reset == */

/* == layout == */
.ui_screen{
	display: block;
}
.pcNone {
	display:none;
}
.ui_db{
	display: block;
}
.ui_dib{
	display: inline-block;
}
.ui_df{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.ui_aic{
	align-items: center;
}
.ui_aife{
	align-items: flex-end;
}
.ui_aifs{
	align-items: flex-end;
}
.ui_wide{
	position: relative;
	max-width:414px;
	margin:0 auto;
}
.ui_wide::before,.ui_wide::after{
	content: '';
	position: absolute;
	z-index: 1;
	left: -80px;
	top: 0;
	width: 80px;
	height: 100%;
	background: linear-gradient(90deg , rgba(0,0,0,0) 0% , rgba(0,0,0,0.05) 50% , rgba(0,0,0,0.15) 100%);
}
.ui_wide::after{
	left: auto;
	right: -80px;
	background: linear-gradient(90deg , rgba(0,0,0,0.15) 0% , rgba(0,0,0,0.05) 50% , rgba(0,0,0,0) 100%);
}
.ui_por{
	position: relative;
	z-index: 2;
}
.ui_wide_s{
	max-width:343px;
	margin:0 auto;
}
.ui_wrap{
	position: relative;
	max-width: 684px;
	width: 100%;
	margin: 0 auto;
}
.ui_wrap::before,.ui_wrap::after{
	content: '';
	position: absolute;
	z-index: 1;
	left: -40px;
	top: 0;
	width: 40px;
	height: 100%;
	background: linear-gradient(90deg , rgba(0,0,0,0) 0% , rgba(0,0,0,0.15) 55% , rgba(0,0,0,0.3) 100%);
}
.ui_wrap::after{
	left: auto;
	right: -40px;
	background: linear-gradient(90deg , rgba(0,0,0,0.3) 0% , rgba(0,0,0,0.15) 45% , rgba(0,0,0,0) 100%);
}

@media only screen and (min-width: 0) and (max-width: 900px) {
	.ui_menu_wp .spNone {
		display:none!important;
	}
	.ui_menu_wp .pcNone {
		display:block!important;
	}
}
@media only screen and (min-width: 0) and (max-width: 767px) {
	.spNone {
		display:none!important;
	}
	.pcNone {
		display:block!important;
	}
	.ui_screen{
		display: inline;
	}
	a:hover {
		opacity:1;
	}
}
/* == / layout == */

.ui_totop{
	position: fixed;
	z-index: 99;
	right: 1.6%;
	bottom: 30px;
	width: 488px;
	max-width: 26%;
	opacity: 0;
	transition: all 0.3s;
	pointer-events: none;
}
.ui_totop.is_on{
    opacity: 1;
	pointer-events: auto;
}
.ui_totop.is_on:hover{
	opacity: 0.6;
}

@media only screen and (min-width: 901px) {
	.pc_menu_wp{
		position: fixed;
		z-index: 99;
		bottom: 3vh;
		right: 0;
		transform: translateY(0);
		width: calc(50% - 346px);
		color: #fff;
	}
	.pc_menu_list{
		display: flex;
		justify-content: center;
	}
	.pc_menu_list img{
		max-width: 100%;
		width: auto;
		max-height: 100%;
	}
	.pc_menu_list>li{
		position: relative;
		width: 11%;
		max-width: 57px;
		margin: 0 2.5%;
		text-align: center;
		max-height: 25vh;
	}
	.pc_menu_list>li>a{
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		color: #fff;
		text-decoration: none;
		transition: top 0.3s;
		top: 10px;
		/* transform: translateY(10px); */
	}
	.pc_menu_list>li>a:hover,.pc_menu_list>li>span:hover{
		top: 0;
		/* transform: translateY(0); */
	}
}

.ui_menu_wp{
	position: fixed;
	z-index: 99;
	bottom: 0;
	right: 0;
	transform: translateY(0);
	width: calc(50% - 346px);
	color: #fff;
	opacity: 0;
	transition: 0.3s;
}
.ui_menu{
	transition: 0.6s cubic-bezier(0.25,0.1,0.25,1);
}
.ui_menu_btn{
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 99;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border-radius: 3px;
}
.ui_menu_btn span{
	width: 34px;
    height: 3px;
    background-color: #fff;
	border-radius: 2px;
    position: absolute;
    left: calc(50% - 17px);
    transition: all 0s ease;
    opacity: 1;
}
.ui_menu_btn span:nth-child(1){
	top: 11px;
}
.ui_menu_btn span:nth-child(2){
	top: 23px;
}
.ui_menu_btn span:nth-child(3){
	top: 35px;
}
.is_open.ui_menu_wp .ui_menu{
	z-index: 98;
	opacity: 1;
	left: 0;
	top: auto;
	bottom: 0;
	transition: 0.6s cubic-bezier(0.25,0.1,0.25,1);
}
.is_open .ui_menu_btn span:nth-child(1) {
	top: 22px;
	transform: rotate(45deg);
}
.is_open .ui_menu_btn span:nth-child(2) {
	opacity: 0;
}
.is_open .ui_menu_btn span:nth-child(3) {
	top: 22px;
	transform: rotate(-45deg);
}
.ui_menu_wp{
	transform: translateY(0);
	max-width: none;
	width: 100%;
	height: auto;
}
.ui_menu_logo{
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background: #000;
	display: flex;
	align-items: center;
}
.ui_menu_btn{
	display: block;
	cursor: pointer;
	transition: opacity 0.3s;
}
.ui_menu_btn:hover{
	opacity: 0.6;
}
.is_open .ui_menu_btn{
	bottom: calc(100vh - 60px);
}
.ui_menu{
	margin: 0 !important;
	width: 100%!important;
	height: calc(100vh + 60px);
	overflow: auto;
	padding: 8vh 0 1vh;
	position: fixed;
	left: 0;
	top: auto !important;
	bottom: -58px !important;	
	background: #3caded;
	background-size: 100% auto;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	display: flex;
	align-items: flex-end;
}
.ui_menu_ac{
	align-items: center;
}
.ui_menu_ac .sns_box{
	margin-top: 8vh;
	margin-bottom: -4vh;
	padding-bottom: 0;
}
.ui_menu_in{
	width: 100%;
	padding-bottom: 60px;
	margin: 0 auto;
}
.ui_menu_list{
	position: relative;
	z-index: 32;
	display: block;
	padding: 1.6vh 7% 0;
	width: 100%;
}
.ui_menu_list li{
	margin: 2.4vh 0;
}
.ui_menu_list li a{
	display: block;
	width: 50.8%;
}
.is_open .ui_menu{
	pointer-events: auto;
}
.menu_tit{
	margin-left: 7%;
	width: 43%;
}
.menu_head{
	position: fixed;
	z-index: 21;
	left: 0;
	bottom: 0;
	background: #103b91;
	display: flex !important;
	align-items: center;
	padding: 0 50px 0 20px;
	width: 100%;
	height: 81px;
	pointer-events: none;
}
.menu_head a{
	margin-top: 3px;
	display: block;
}
.menu_head_col{
	position: relative;
	width: 133px;
	margin-right: 45px;
}
.menu_head_col::after{
	content: '';
	position: absolute;
	right: -22px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #fff;
}
.menu_head .menu_head_col:last-of-type::after{
	display: none;
}
.ui_menu_pcon .menu_head{
	pointer-events: all;
}
.menu_head img{
	width: auto;
	max-width: 100%;
	max-height: 44px;
}
.menu_bg02{
	position: absolute;
	z-index: 31;
	right: 4.36%;
	top: 50%;
	transform: translateY(-48%);
	width: 47.34%;
}
.menu_bg02 img{
}
.sns_tit img{
	margin-bottom: 0.4vh;
	width: 39.3%;
}
.sns_box{
	display: block;
	padding: 1vh 7% 4vh;
}
.sns_box>div{
	margin-top: 1vh;
}
.sns_01,.sns_02{
	width: 34.8%;
}
.ui_menu_wp{
	/* pointer-events: none; */
}
.ui_menu_wp a{
	transition: 0.3s;
}
.ui_menu_wp a:hover{
	opacity: 0.6;
}
.ui_menu_i{
	transition: all 1000ms;
	opacity: 0;
	transform: translate(0px, 50px);
}
.ui_menu_pcon{
	opacity: 1;
	pointer-events: auto;
}
.ui_menu_pcon .ui_menu_i{
	opacity: 1;
	transform: translate(0px, 0px);
}

@media only screen and (min-width: 414px) {
	.menu_head{
		left: calc(50% - 342px);
		padding-left: 155px;
		width: 684px;
	}
	.ui_menu_btn{
		left: calc(50% + 207px - 65px);
	}
	.ui_menu{
		left: calc(50% - 207px) !important;
		width: 414px !important;
		background-size: 414px auto;
	}
	
	
}
@media only screen and (min-width: 0) and (max-width: 900px) {
	.pc_menu_wp{
		display: none;
	}
	.ui_menu_btn:hover{
		opacity: 1;
	}
}

.page_wrap{
	position: relative;
	z-index: 9;
	min-width: 414px;
	overflow: hidden;
}
a[href^=tel]{
	pointer-events: none;
}
.main_wp{
	position: relative;
	z-index: 2;
	background: #009ce6 url(../img/img_main_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}
.body_bg{
	overflow: hidden;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}
.body_bg>div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 2s linear;
	display: flex;
	align-items: flex-end;
	background: url(../img/body_bg01.jpg) no-repeat center bottom 5%;
	background-size: cover;
}
.body_bg02{
	background-image: url(../img/body_bg02.jpg) !important;
}
.body_bg03{
	background-image: url(../img/body_bg03.jpg) !important;
}
.body_bg04{
	background-image: url(../img/body_bg04.jpg) !important;
}
.body_bg05{
	background-image: url(../img/body_bg05.jpg) !important;
}
.body_bg06{
	background-image: url(../img/body_bg06.jpg) !important;
}
.body_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.body_bg>div.is_on{
	opacity: 1;
}
.body_box{
	position: fixed;
	z-index: 3;
	left: 0;
	top: calc(50% - 26vh);
	width: 100%;
	height: 42vh;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: rgba(51,215,255,0.3);
	box-shadow: 0 0 20px rgba(143,68,101,0.1);
}
.body_left{
	padding: 10px 150px 10px 10px;
	width: calc(50% - 207px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.body_right{
	padding: 10px 10px 10px 150px;
	width: calc(50% - 207px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.body_box img{
	max-height: 100%;
}
.seca_wp{
	background: #009de6 url(../img/img_abg.jpg) no-repeat center bottom -1px;
	background-size: auto 40px;
}
.seca_wp .ui_wide{
	padding: 1px 0 80px;
}
.pic_a01{
	position: relative;
	z-index: 3;
	margin: -60px auto 40px;
	width: 10.14%;
}
.pic_a03{
	margin: 75px auto 0;
	width: 38.5%;
}
.secb_wp{
	background: #46bbed url(../img/img_bbg.jpg) no-repeat center bottom -1px;
	background-size: auto 80px;
}
.secb_wp .ui_wide{
	padding: 75px 0 120px;
}
.pic_b02{
	position: absolute;
	z-index: 3;
	top: 4%;
	left: -3.6%;
	width: 37%;
}
.pic_b03{
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
}
.secc_wp{
	background: #64d0ed url(../img/img_cbg.jpg) no-repeat center bottom -1px;
	background-size: auto 80px;
}
.secc_wp .ui_wide{
	padding: 20px 0 160px;
}
.pic_c02{
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
}
.secd_wp{
	background: #57dfe3 url(../img/img_dbg.jpg) no-repeat center bottom -1px;
	background-size: auto 40px;
}
.secd_wp .ui_wide{
	padding: 20px 0 70px;
}
.sece_wp{
	background: #98e6ed url(../img/img_ebg.jpg) no-repeat center bottom -1px;
	background-size: auto 223px;
}
.sece_wp .ui_wide{
	padding: 135px 0 260px;
}
.pic_e02{
	position: absolute;
	z-index: 9;
	right: -6%;
	top: -7%;
	width: 51.45%;
}
.secf_wp{
	background: #fff;
}
.secf_wp .ui_wide{
	padding: 40px 0 50px;
}
.secf_box{
	width: 84.4%;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
}
.secf_box a{
	transition: 0.3s;
}
.secf_box a:hover{
	opacity: 0.6;
}
.secf_col01{
	width: 45%;
}
.secf_bdr{
	position: relative;
}
.secf_bdr::after{
	content: '';
	position: absolute;
	right: -11%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #103b91;
}
.secf_col01 a{
	margin-bottom: 10px;
	display: block;
}
.secf_col01 a:last-child{
	margin-bottom: 0;
}
.pic_f02{
	margin: 0 0 15px -7%;
}
.pic_f03{
	margin: 0 -7% 15px 0;
}
.pic_f10{
	margin: 50px 0 -10px;
}
.secg_wp{
	background: #013a63;
}
.btm_wp {
    position: relative;
    z-index: 2;
    background: #009be4 url(../img/img_foot_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
}







@media only screen and (min-width: 414px) and (max-width: 700px) { 
	.main_wp,.btm_wp{
		background-size: auto auto;
	}
	a[href^=tel]{
		pointer-events: auto;
	}

}

@media only screen and (min-width: 0) and (max-width: 414px) { /*SP*/
	.ui_wrap{
		margin-bottom: -1px;
	}
	.btm_wp{
		padding-bottom: 0;
	}
	
}

@media only screen and (min-height: 0) and (max-height: 800px) { 
	.menu_bg02{
		display: flex;
		justify-content: flex-end;
	}
	.menu_bg02 img{
		width: auto;
		max-height: 88vh;
	}
}








