@charset "UTF-8";
@import url(./reset.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap');

* {
	box-sizing: border-box;
}

html {
	overflow: auto;
}
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	font-size: 15px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	color: #222;
	background-color: #fff;
	overflow: hidden;
	letter-spacing: 0.1em;
}

img {
	border: none;
	vertical-align: bottom;
	height: auto;
}

.clearfix:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb6em { margin-bottom: 6em !important; }
.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.center { text-align: center; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }
.bold { font-weight: 900; }
.nowrap { white-space: nowrap; }


.en {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-style: normal;
}

@media screen and (max-width: 767px){
	.pcOnly{
		display: none !important;
	}
}

@media screen and (min-width: 768px){
	.spOnly{
		display: none !important;
	}
}

#wrapper {
	width: 100%;
	max-width: 2000px;
	position: relative;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	
	#wrapper {
		min-width: 100%;
	}
	
}

#js-menuBk {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

/*------ヘッダーメニュー-----*/

header {
	background-color: #fff;
	padding: 25px 100px;
}

header .inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 70px;
	max-width: 1166px;
	margin: 0 auto;
}

.hdr_min {
	background-color: rgba(255,255,255,1);
	padding: 15px 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9991;
	opacity: 0;
	transform: translateY( -66px);
	transition: all 0.3s ease;
}
.hdr_min.showIn {
	opacity: 1;
	transform: translateY( 0px);
}
.hdr_min .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 36px;
	max-width: 1166px;
	margin: 0 auto;
}
.hdr_min .logo img {
	width: auto !important;
	height: 18px;
}
.hdr_min a.contact {
	height: 36px !important;
}

.logo h1 {
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
	margin-bottom: 20px;
	letter-spacing: 0;
}
.logo img {
	transition: all 0.3s ease;
	width: 284px;
}
.logo img:hover {
	opacity: 0.6;
}

.btn_close, .btn_spmenu {
	display: none;
}

.g_navi {
	margin-left: auto;
	position: relative;
}

.g_navi_inner {
	position: relative;
	height: 100%;
}

.g_navi_inner > ul {
	display: flex;
	height: 100%;
}

.g_navi_inner > ul > li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.g_navi_inner > ul > li > a {
	color: #151262;
	white-space: nowrap;
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	flex-direction: column;
}
.g_navi_inner > ul > li > a:hover {
	opacity: 0.6;
}
	
.g_navi_inner > ul > li > a.contact {
	width: 140px;
	height: 46px;
	background-color: #151262;
	color: #fff;
	border-radius: 23px;
	margin-left: 20px;
}
.g_navi_inner .apaman {
	display: none;
}
.menubtn {
	position: fixed;
	right: 0;
	top: 0;
}

@media screen and (max-width: 1259px){
	
	header {
		padding: 25px 50px;
	}
	
	.hdr_min {
		padding: 15px 50px;
	}
	
	
	header .inner {
		height: 60px;
	}
	.logo h1 {
		font-size: 11px;
		margin-bottom: 15px;
	}
	.logo img {
		width: 220px;
	}
	.g_navi_inner > ul > li > a {
		padding: 0 15px;
		height: 46px;
	}

	.g_navi_inner > ul > li > a.contact {
		width: 120px;
		height: 46px;
		border-radius: 23px;
		margin-left: 20px;
	}
	
}

@media screen and (max-width: 999px){

	header {
		padding: 15px 25px;
	}

	.hdr_min {
		display: none;
	}
	
	header .inner {
		display: flex;
		justify-content: space-between;
		height: 50px;
	}

	.logo h1 {
		font-size: 10px;
		margin-bottom: 15px;
	}
	.logo img {
		width: 180px;
	}
	
	.g_navi_inner {
		width: 100%;
		position: relative;
		text-align: center;
		padding: 0 20px;
	}
	
	.g_navi {
		position: fixed;
		z-index: -9999;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: none;
		background: #fff;
		transition: all .3s;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 0;
		padding: 60px 0 0;
		overflow: auto; /*追加*/
		-webkit-overflow-scrolling: touch; /*追加*/
		margin-right: 0 !important;
	}

	.g_navi.is-active {
		z-index: 9999;
		opacity: 1;
	}
	
	.btn_spmenu, .btn_close {
		position: fixed;
		right: 25px;
		top: 20px;
		display: block;
		width: 56px;
		height: 40px;
		background-color: #ffff6b;
		text-align: center;
		cursor: pointer;
		z-index: 999;
		border-radius: 20px;
	}
	
	.btn_close {
		position: absolute;
		border: none;
	}
	
	.btn_spmenu span,
	.btn_spmenu::before,
	.btn_spmenu::after,
	.btn_close span,
	.btn_close::before,
	.btn_close::after {
		content: '';
		width: 20px;
		height: 2px;
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: -10px;
		background: #151262;
		transition: all 0.3s ease;
	}
	
	.btn_spmenu::before {
		transform: translateY(-7px);
	}

	.btn_spmenu::after {
		transform: translateY(7px);
	}
	
	.btn_close span {
		opacity: 0;
	}

	.btn_close::before {
		transform: translateY(0) rotate(45deg);
	}

	.btn_close::after {
		transform: translateY(0) rotate(-45deg);
	}
	
	.g_navi_inner > ul {
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: auto;
	}

	.g_navi_inner > ul > li {
		width: 100%;
		flex-direction: column;
		margin-left: 0;
		margin-bottom: 10px;
		text-align: center;
		height: auto;
	}
	
	.g_navi_inner > ul > li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 46px;
		width: 100%;
		font-size: 16px;
		padding: 0;
		border: none;
		transition: none !important;
	}
	
	.g_navi_inner > ul > li a::after {
		display: none;
	}

	.g_navi_inner > ul > li > a.contact {
		font-size: 16px;
		height: 46px;
		width: 100%;
		max-width: 280px;
		margin: 10px 0 0;
	}
	.g_navi_inner .apaman {
		display: block;
	}
	.g_navi_inner .apaman a {
		font-size: 14px;
		height: 46px;
		width: 100%;
		max-width: 280px;
		margin: 15px auto 0;
		border: 1px solid #151262;
		border-radius: 23px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #151262;
		text-decoration: none;
	}
	.g_navi_inner .apaman a::before {
		content: '';
		width: 24px;
		height: 24px;
		background: url("../img/icon_apaman_bl.svg") no-repeat 50% 50%;
		background-size: cover;
		margin-right: 10px;
	}
}




/*------FOOTER-----*/

footer {
	background: #253043;
	padding: 50px 100px;
}
footer .inner {
	max-width: 800px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.ftr_logo {
	margin-bottom: 30px;
}
.ftr_logo p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.ftr_logo img {
	width: 250px;
	transition: opacity 0.3s ease;
}
.ftr_logo img:hover {
	opacity: 0.6;
}
footer .address {
	margin-bottom: 50px;
	line-height: 1.5;
}
footer a {
	color: #fff;
	text-decoration: none;
}
.wrap_contact {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto 50px;
}
.wrap_contact div {
	width: 50%;
}
.wrap_contact div:first-of-type {
	border-right: 1px solid #fff;
}
.wrap_contact .tel {
	font-size: 32px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	transition: opacity 0.3s ease;
}
.wrap_contact .tel:hover {
	opacity: 0.6;
}
.wrap_contact .tel::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url("../img/icon_sp.svg") no-repeat 50% 50%;
	background-size: cover;
	margin-right: 10px;
	vertical-align: -1px;
}
.wrap_contact .att {
	font-size: 14px;
	line-height: 1.8;
}
.wrap_contact .mail {
	max-width: 300px;
	height: 60px;
	border-radius: 30px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	margin: 0 auto;
	transition: opacity 0.3s ease;
}
.wrap_contact .mail:hover {
	opacity: 0.6;
}
.wrap_contact .mail::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url("../img/icon_mail.svg") no-repeat 50% 50%;
	background-size: cover;
	margin-right: 10px;
	vertical-align: -1px;
}
footer .btn_apaman {
	width: 300px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 25px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 50px;
	transition: opacity 0.3s ease;
}
footer .btn_apaman::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("../img/icon_apaman_wht.svg") no-repeat 50% 50%;
	background-size: cover;
	margin-right: 10px;
	vertical-align: -1px;
}
footer .btn_apaman:hover {
	opacity: 0.6;
}
footer small {
	font-size: 11px;
	display: block;
}
.btn_fixed {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 999;
}
.btn_fixed a {
	border: 1px solid rgba(255,255,255,0.9);
	width: 70px;
	height: 205px;
	background-color: #151262;
	color: #fff;
	border-radius: 15px 0 0 15px;
	writing-mode: vertical-rl;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
	line-height: 1.5;
}
.btn_fixed a::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("../img/icon_apaman_wht.svg") no-repeat 50% 50%;
	background-size: cover;
	margin-bottom: 12px;
	vertical-align: -10px;
}
.btn_fixed a:hover {
	width: 90px;
}

@media screen and (max-width: 1259px){
	
	footer {
		padding: 50px 50px;
	}
	
}

@media screen and (max-width: 999px){
	
	.wrap_contact .tel {
		font-size: 28px;
	}
	.wrap_contact .mail {
		max-width: 260px;
		font-size: 15px;
	}
	.btn_fixed a {
		width: 60px;
		height: 180px;
		border-radius: 15px 0 0 15px;
		font-size: 12px;
	}
	.btn_fixed a:hover {
		width: 80px;
	}
}

@media screen and (max-width: 767px){
	
	footer {
		padding: 40px 25px;
	}
	footer .inner {
		max-width: 480px;
	}
	.ftr_logo {
		margin-bottom: 25px;
	}
	.ftr_logo p {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.ftr_logo img {
		width: 240px;
	}
	footer .address {
		margin-bottom: 40px;
	}
	.wrap_contact {
		display: block;
		margin: 0 auto 40px;
	}
	.wrap_contact div {
		width: 100%;
	}
	.wrap_contact div:first-of-type {
		border-right: none;
	}
	.wrap_contact .tel {
		font-size: 24px;
		margin: 0 auto 15px;
		max-width: 280px;
		height: 60px;
		border-radius: 30px;
		background-color: #fff;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wrap_contact .tel::before {
		content: '';
		display: inline-block;
		width: 26px;
		height: 26px;
		background: url("../img/icon_sp_bk.svg") no-repeat 50% 50%;
		background-size: cover;
		margin-right: 10px;
		vertical-align: -1px;
	}
	.wrap_contact .att {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.wrap_contact .mail {
		max-width: 280px;
		height: 60px;
		border-radius: 30px;
	}
	footer .btn_apaman {
		width: 280px;
		height: 50px;
		font-size: 14px;
		margin: 0 auto 50px;
	}
	.btn_fixed {
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 60px;
		padding: 10px;
		background-color: rgba(15,9,9,0.40);
		display: none;
	}
	.btn_fixed a {
		width: 100%;
		max-width: 300px;
		height: 40px;
		border-radius: 10px;
		writing-mode: horizontal-tb;
		font-size: 12px;
		margin: 0 auto;
	}
	.btn_fixed a::before {
		width: 20px;
		height: 20px;
		background: url("../img/icon_apaman_wht.svg") no-repeat 50% 50%;
		background-size: cover;
		margin: 0 10px 0 0;
	}
	
}

