@charset "UTF-8";
/*==================================================================
	Style setting
===================================================================*/
html {
	font-size: 62.5%;
	overflow-x:hidden;
}
body {
	background: #fff;
	color: #000;
	font-family: "meiryo", sans-serif;
	font-size: 1.6rem;
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	word-wrap:break-word;
	transition: all 0.3s ease-out;
	opacity: 0;
	visibility: hidden;
}
body.on {
	opacity: 1;
	visibility: visible;
} 
.stop-scroll {
	overflow-y: hidden;
}
a { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
	a[href^="tel:"] {
		pointer-events: inherit;
	}
}
.f_bold { font-weight: 600; }
.inner {
	margin: auto;
	max-width: 1280px;
	width: calc(100% - 30px);
}
.pos_rel {
	position: relative;
	z-index: 0;
}
.w1024 {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.bg_gray { background: #e0e9ee; }
.bg_grayfull {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.bg_grayfull:after {
	content: "";
	background: #e0e9ee;
	width: 100vw;
	top: 0;
	left: calc((100% - 1280px)/2);
	bottom: 0;
	position: absolute;
	z-index: -1;
}
@media screen and (max-width: 1200px) {
	.bg_grayfull::after {
		left: 0;
	}
}
@media screen and (min-width: 768px){
	.sp {
		display: none!important;
	}
}
@media screen and (max-width: 767px){
	.pc {
		display: none!important;
	}
}
.fadein {
	opacity: 0;
	-webkit-transition: all ease-in-out 0.8s;
		 -o-transition: all ease-in-out 0.8s;
			transition: all ease-in-out 0.8s;	
}
.fadein.on {
	opacity: 1;
}
.fadeup {
	opacity: 0;
	-webkit-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	        transform: translateY(50px);
	-webkit-transition: all ease-in-out 0.8s;
		 -o-transition: all ease-in-out 0.8s;
			transition: all ease-in-out 0.8s;	
}
.fadeup.on {
	opacity: 1;
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
}
.en { font-family: Arial, Helvetica, sans-serif; }

.ani_wrap {
	position: relative;
	overflow: hidden;
}
.ani_wrap .ani_mask {
	position: absolute !important;
	right: 0;
	top: 0;
	width: 101%;
	height: 100%;
	background-color: #18448E;
	z-index: 2;
	margin-left: -1px;
	transform: translateX(-100%);
}
.ani_wrap.on .ani_mask {
	animation: ani_mask 1s ease forwards;
}
@keyframes ani_mask {
	0% {
		width: 100%;
		transform: translateX(-100%);
	}
	50% {
		transform: translateX(0);
	}
	60% {
		width: 100%;
		transform: translateX(0);
	}
	100% {
		width: 0;
		transform: translateX(0);
		/* opacity: 0; */
	}
}
.ani_wrap .ani_inner {
	visibility: hidden;
	transition: all 0.25s ease;
	transition-delay: 0.5s;
	z-index: 1;
}
.ani_wrap.on .ani_inner {
	visibility: visible;
}
/*==================================================================
	Header setting
===================================================================*/
#header {
	position: relative;
	z-index: 100;
}
#header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#logo {
	display: flex;
	padding-left: 158px;
	position: relative;
	transition: all 0.25s ease;
	transition-delay: 0.15s;
}
#logo .logo {
	position: absolute;
	top: 5px;
	left: 0;
	width: 158px;
	transition: all 0.25s ease;
	transition-delay: 0.15s;
}
#logo .slogan {
	width: 158px;
	margin-left: 15px;
	padding: 42px 0;
}
#gnav {
	position: relative;
	padding-right: 55px;
}
#gnav .navi {
	display: flex;
	justify-content: flex-end;
	z-index: 0;
}
#gnav .navi .item {
	margin-left: 30px;
	position: relative;
	padding-bottom: 7px;
}
#gnav .navi .item:after {
	background: #1d2088;
	content: "";
	left: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 3px;
	transform: scale(0, 1);
    transform-origin: right top;
    -webkit-transition: transform 0.5s cubic-bezier(.16,1,.3,1);
    transition: transform 0.5s cubic-bezier(.16,1,.3,1);
}
#gnav .navi .item.is_current:after,
#gnav .navi .item:hover:after {
	transform: scale(1, 1);
    transform-origin: left top;
}
#gnav .navi .item a {
	font-size: 1.6rem;
	letter-spacing: 0;
	transition: all 0.3s linear;
}
#gnav .navi .item.is_current a,
#gnav .navi .item a:hover {
	color: #1d2088;
}
#gnav .icon_insta {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	transition: all 0.3s linear;
}
#gnav .icon_insta:hover {
	opacity: 0.7;
}
#header .hdr_wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 998;
	transition: all 0.25s ease;
	background: rgba(255,255,255,1);	
}
/*.is_fixed #header .hdr_wrap {
	background: rgba(255,255,255,1);		
}*/
.is_fixed.scrolled #header .hdr_wrap {
	/* bottom: 100%;
	transform: translateY(100%); */
}
.scrolled #logo {
	padding-left: 80px;
}
.scrolled #logo .logo {
	width: 76px;
	top: 25px;
}
#menu { display: none; }
@media screen and (max-width: 1200px) {
	#logo {
		padding-left: 100px;
	}
	#logo .logo {
		width: 100px;
	}
	#logo .slogan {
		width: 100px;
	}
	#gnav .navi .item {
		margin-left: 16px;
	}
}
@media screen and (max-width: 767px) {
	#header:before {
		opacity: 0;
		visibility: hidden;
		content: "";
		background: rgba(255,255,255,1);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transition: all 0.5s ease;
		z-index: 999;
	}
	.menu_open #header:before {
		opacity: 1;
		visibility: visible;
	}
	#logo {
		padding-left: 94px;
	}
	#logo .slogan {
		width: 94px;
		padding: 22px 0;
	}
	#logo .logo {
		width: 94px;
	}
	#gnav {
		background: #fff;
		border: 1px solid #98a6b5;
		position: fixed;
		top: 0;
		right: 0;
		padding: 60px 0 0;
		max-height: 100vh;
		width: 86vw;
		transform: translateX(101%);
		transition: all 0.8s cubic-bezier(0.36, 0.14, 0, 1);
		overflow-y: auto;
		z-index: 999;
		max-width: 310px;
	}
	.menu_open #gnav { transform: translateX(0px); }
	#menu {
		cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: fixed;
		top: 25px;
		right: 15px;
		width: 30px;
		height: 26px;
		z-index: 999;
	}
	#menu span {
		display: block;
		width: 100%;
		height: 5px;
		background: #000;
		border-radius: 3px;
	}
	#gnav .icon_insta {
		top: calc(100% + 7px);
	}
	#gnav .navi .item {
		border-bottom: 1px solid #000;
		margin-left: 0;
		padding: 24px 45px 24px 30px;
		position: relative;
	}
	#gnav .navi {
		flex-direction: column;
	}
	#gnav .navi .item:after { display: none; }
	#gnav .navi .item a {
		display: block;
		font-weight: 600;
	}
	#gnav .navi .item.is_current a, #gnav .navi .item a:hover {
		color: inherit;
	}
	#gnav .contact_box {
		font-size: 1.6rem;
		line-height: 1.75;
		letter-spacing: 0;
		position: relative;
		display: flex;
		padding: 60px 30px 90px;
	}
	#gnav .contact_box .large {
		font-size: 150%;
	}
	#gnav .icon_plus {
		background: #fff100;
		position: absolute;
		z-index: 10;
		top: 28px;
		right: 30px;
		width: 18px;
		height: 18px;
	}
	#gnav .icon_plus:before {
		content: "";
		background: #1d2088;
		width: 60%;
		height: 1px;
		top: 50%;
		left: 20%;
		position: absolute;
	}
	#gnav .icon_plus:after {
		content: "";
		background: #1d2088;
		height: 60%;
		width: 1px;
		left: 50%;
		top: 20%;
		position: absolute;
	}
	#gnav .icon_plus.open:after { display: none; }
	#gnav .sub_list {
		display: none;
		padding-left: 15px;
		padding-top: 10px;
	}
	#gnav .sub_list .sub_item {
		line-height: 1.3;
	}
	#gnav .sub_list .sub_item a {
		font-weight: 400;
		font-size: 1.2rem;
		line-height: 1.7;
	}
	#header .icon_close {
		cursor: pointer;
		background: #1d2088;
		position: fixed;
		width: 60px;
		height: 60px;
		top: 0;
		right: 0;
		z-index: 1000;
		opacity: 0;
		visibility: hidden;
		transition: all 0.25s ease;
	}
	.menu_open #header .icon_close {
		opacity: 1;
		visibility: visible;
	}
	#header .icon_close:before {
		content: "";
		width: 40%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) rotate(45deg);
	}
	#header .icon_close:after {
		content: "";
		width: 40%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	.scrolled #logo .logo {
		width: 94px;
		top: 5px;
	}
	.scrolled #logo {
		padding-left: 94px;
	}
}
/*==================================================================
	Footer setting
===================================================================*/
#footer {
	color: #fff;
	position: relative;
	padding: 25px 0 20px;
	margin-top: 130px;
	overflow: hidden;
	z-index: 0;
}
#footer:after {
	content: "";
	background: #1d2088;
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	left: calc((100% - 1280px)/2);
	z-index: -1;
}
#footer .w1024 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#footer .f_left {
	margin-right: 60px;
}
#footer .txt_address {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.75;
	margin: 0 0 15px;
}
#footer .txt_tel {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.75;
}
#footer .txt_tel a {color: #fff;}
#footer .txt_tel .large {
	font-size: 150%;
	line-height: 1;
}
#footer .f_right {
	position: relative;
	z-index: 0;
	padding-right: 55px;
}
#footer .icon_insta {
	display: block;
	position: absolute;
	width: 38px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all 0.3s linear;
}
#footer .icon_insta:hover {
	opacity: 0.7;
}
#footer .foot_nav .navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#footer .foot_nav .navi .item {
	padding-left: 20px;
}
#footer .foot_nav .navi a {
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.7;
	padding: 0 0 2px;
	display: block;
	margin: 0 0 5px;
	position: relative;
}
#footer .foot_nav .navi a:after {
	content: "";
	background: #fff;
	height: 2px;
	width: 100%;
	transition: all 0.3s ease;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scale(0, 1);
    transform-origin: right top;
    -webkit-transition: transform 0.5s cubic-bezier(.16,1,.3,1);
    transition: transform 0.5s cubic-bezier(.16,1,.3,1);
}
#footer .foot_nav .navi a:hover:after {
	transform: scale(1, 1);
    transform-origin: left top;
}
#footer .foot_copy {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.7;
}
@media screen and (max-width: 1200px) {
	#footer { margin-top: 0; }
	#footer .foot_nav .navi .item {
		padding-left: 10px;
	}
	#footer .foot_nav .navi a {
		font-size: 1.4rem;
	}
	#footer .foot_copy {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 50px 0 120px;
	}
	#footer .w1024 {
		justify-content: center;
		flex-wrap: wrap;
	}
	#footer .f_left {
		margin: 0 0 30px;
	}
	.foot_nav { display: none; }
	#footer .f_right { padding-right: 0; }
	#footer .foot_copy {
		font-size: 1rem;
		text-align: center;
	}
	#footer .icon_insta {
		position: relative;
		width: 38px;
		top: 0;
		transform: translateY(0px);
		margin: 0 auto 15px;
	}
}

/*==================================================================
	Content setting
===================================================================*/
.full {
	width: 100%;
}
.c-white {color: #fff !important;}
.c-blue {color: #65BCE6 !important;}
.sec_head {
	padding-top: 170px !important;
}

.sec_headline {
	text-align: center;
	margin: 0 0 30px;
}
.sec_headline .ttl {
	font-size: 4.8rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
}
.sec_headline .txt {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.7;
	margin-top:  10px;
}
.sec_headline .lines {
	background: #1d2088;
	display: inline-block;
	margin-top: 10px;
	width: 62px;
	height: 4px;
}
@media screen and (max-width: 767px) {
	.sec_head {
		padding-top: 80px !important;
	}
	.sec_headline {
		margin: 0 0 40px;
	}
	.sec_headline .ttl {
		font-size: 3.2rem;
	}
}

.page_btn {
	display: inline-block;
	width: 100%;
	max-width: 280px;
	position: relative;
	overflow: hidden;
}
.page_btn .btn {
	background: #1d2088;
	border: 2px solid #000;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	display: block;
	padding: 22px 50px 20px;
	position: relative;
	z-index: 0;
	text-align: center;
}
.page_btn .btn:after {
	background: #7ecef4;
	content: "";
	width: 0;
	left: 0;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 0;
	transition: all 0.5s cubic-bezier(.16,1,.3,1);
	transition: all 0.25s ease;
}
.page_btn .btn:hover:after {
	width: 100%;
}
.page_btn .btn span {
	position: relative;
	z-index: 10;
}
.page_btn .btn .icon {
	background: url(../images/common/icon_arrow.png) no-repeat center right / 100% auto;
	width: 38px;
	height: 28px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
@media screen and (max-width: 1200px) {
	.page_btn .btn {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 767px) {
	.page_btn .btn {
		border-width: 1px;
		padding: 20px 50px 19px;
	}
}

/* mainpage */
#main_page {
	width: calc(100% - (100% - 1024px)/2);
	max-width: 1300px;
	margin-left: calc((100% - 1024px)/2);
	position: relative;
	z-index: 0;
}
#main_page .cont {
	background: #fff;
	top: 120px;
	left: 0;
	right: auto;
	padding: 30px 15px 30px 0;
	position: absolute;
	z-index: 1;
	margin-left: -70px;
	padding-left: 70px;
}
#main_page .cont .ttl {
	border-bottom: 7px solid #1d2088;
	font-size: 5.6rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#main_page .cont .txt {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.7;
}
#main_page .image {
	height: 420px;
}
#main_page .image img {
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1200px) {
	#main_page {
		width: calc(100% - 60px);
		margin-left: 60px;
	}
	#main_page .cont {
		margin-left: -30px;
		padding-left: 30px;
	}
}
@media screen and (max-width: 767px) {
	#main_page {
		width: calc(100% - 60px);
		margin-left: 45px;
	}
	#main_page .cont .ttl {
		border-width: 4px;
		font-size: 2.6rem;
		line-height: 1.3;
	}
	#main_page .cont {
		top: 65px;
		right: 15px;
		margin-left: -15px;
		padding-left: 15px;
	}
	#main_page .image {
		height: 480px;
	}
}

/* pagetop */
#pagetop {
	cursor: pointer;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 30px;
	right: calc((100% - 1280px)/2);
	width: 68px;
	z-index: 999;
	transition: all 0.5s cubic-bezier(.16,1,.3,1);
	height: 68px;
	background: #fff100;
}
#pagetop:after {
	content: "";
	background: #1d2088;
	z-index: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	position: absolute;
	transition: all 0.5s cubic-bezier(.16,1,.3,1);
}
#pagetop:hover:after {
	height: 100%;
}
#pagetop span {
	display: block;
	width: 21px;
	height: 34px;
	position: relative;
	z-index: 1;
}
#pagetop:hover {
	padding-bottom: 10px;
}
#pagetop .cls-1 {
	fill: transparent;
	stroke: #1d2088;
	stroke-miterlimit: 10;
	transition: all 0.5s cubic-bezier(.16,1,.3,1);
}
#pagetop:hover .cls-1 {
	stroke: #fff;
}
@media screen and (max-width: 1200px) {
	#pagetop {
		right: 10px;
		bottom: 76px;
	}
	#footer .txt_address,
	#footer .txt_tel {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 767px) {
	#pagetop {
		right: 50%;
		position: absolute;
		bottom: 0;
		transform: translateX(50%);
	}
	#footer .txt_address,
	#footer .txt_tel {
		font-size: 1.6rem;
	}
}