@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@300;400;700&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: 300;
	font-style: normal;
	letter-spacing: 0;
}

@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 {
	width: 100%;
	padding: 0 30px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}

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

.hdr_min {
	background-color: rgba(255,255,255,1);
	padding: 15px 30px;
	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;
	margin: 0 auto;
}
.hdr_min .logo {
	top: 23px !important;
}
.hdr_min .logo img {
	width: 200px;
	height: auto;
}
.hdr_min a.contact {
	height: 36px !important;
	color: #fff !important;
}
.hdr_min .g_navi_inner > ul > li > a {
	font-size: 13px;
	color: #222;
}

.logo {
	position: absolute;
	left: 30px;
	top: 35px;
	z-index: 999;
}
.logo h1 a, .logo p a {
	transition: all 0.3s ease;
	text-decoration: none;
}

.logo img {
	width: 288px;
	height: auto;
}
.logo a:hover {
	opacity: 0.6;
}

.btn_close, .btn_spmenu {
	display: none;
}

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

.g_navi_inner {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.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: #fff;
	white-space: nowrap;
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	font-weight: 500;
}
.g_navi_inner > ul > li > a:hover {
	opacity: 0.6;
}

.g_navi a.contact {
	width: 160px;
	height: 50px;
	background-color: #000;
	color: #fff;
	border-radius: 25px;
	margin-left: 40px;
	display: flex;
	text-decoration: none;
	align-items: center;
	font-weight: 500;
	justify-content: center;
	transition: opacity 0.3s ease;
}
.g_navi a.contact:hover {
	opacity: 0.6;
}

.menubtn {
	position: fixed;
	right: 0;
	top: 0;
}


@media screen and (max-width: 1259px){
	
	header {
		padding: 0 30px;
	}
	.hdr_min {
		padding: 15px 30px;
	}
	.logo {
		top: 38px;
	}
	.logo img {
		width: 220px;
	}
	.g_navi_inner > ul > li > a {
		padding: 0 15px;
		font-size: 13px;
	}
	.g_navi a.contact {
		width: 130px;
		margin-left: 20px;
		font-size: 14px;
	}
	
}

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

	header {
		padding: 0;
	}
	.hdr_min {
		display: none;
	}
	.logo {
		top: 26px;
		left: 15px
	}
	.logo img {
		width: 220px;
	}
	header .inner {
		display: flex;
		justify-content: space-between;
		height: 50px;
	}
	.g_navi_inner {
		width: 100%;
		position: relative;
		text-align: center;
		padding: 0 20px;
		flex-direction: column;
	}
	
	.g_navi {
		position: fixed;
		z-index: -9999;
		top: 0;
		bottom: 0;
		right: 0;
		width: 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;
		height: 100%;
		visibility: hidden;
	}

	.g_navi.is-active {
		z-index: 9999;
		opacity: 1;
		height: 100%;
		visibility: visible;
	}
	
	.btn_spmenu, .btn_close {
		position: fixed;
		right: 10px;
		top: 10px;
		display: block;
		width: 50px;
		height: 50px;
		text-align: center;
		cursor: pointer;
		border-radius: 25px;
		z-index: 999;
		background-color: #000;
	}
	
	.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: 26px;
		height: 2px;
		position: absolute;
		top: 25px;
		left: 50%;
		margin-left: -13px;
		background: #fff;
		transition: all 0.3s ease;
	}
	
	.btn_spmenu::before {
		transform: translateY(-8px);
	}

	.btn_spmenu::after {
		transform: translateY(8px);
	}
	
	.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;
		margin-bottom: 20px;
	}

	.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;
		color: #222;
		padding: 0;
		border: none;
		transition: none !important;
	}
	
	.g_navi_inner > ul > li a::after {
		display: none;
	}
	.g_navi a.contact {
		font-size: 16px;
		height: 46px;
		width: 100%;
		max-width: 280px;
		margin: 0 0 0;
		position: relative;
	}
	
}

@media screen and (max-width: 767px){
	
	.logo {
		top: 26px;
		left: 15px
	}
	.logo img {
		width: 180px;
	}
	
}

/*------COMMON-----*/

.wrap_h2 {
	margin-bottom: 40px;
	text-align: center;
}
.wrap_h2 .en {
	font-size: 80px;
	margin-bottom: 30px;
	color: #000;
}
.wrap_h2 h2 {
	font-size: 20px;
	font-weight: 500;
}

@media screen and (max-width: 999px){
	
	.wrap_h2 .en {
		font-size: 64px;
	}
	
}

@media screen and (max-width: 767px){
	
	.wrap_h2 {
		margin-bottom: 35px;
		text-align: center;
	}
	.wrap_h2 .en {
		font-size: 40px;
		margin-bottom: 15px;
	}
	.wrap_h2 h2 {
		font-size: 15px;
	}
}

.btn a {
	max-width: 220px;
	height: 60px;
	border-radius: 30px;
	background-color: #000;
	color: #fff;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	text-decoration: none;
	position: relative;
	transition: opacity 0.3s ease;
	text-align: center;
}
.btn a::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 8px;
	height: 13px;
	margin-top: -6px;
	background: url("../img/common/arrow_wh.png") no-repeat center center;
}
.btn a:hover {
	opacity: 0.6;
}
.btn.wht a {
	color: #000;
	background-color: #fff;
}
.btn.wht a::after {
	background: #0F347F url("../img/common/arrow_wh.png") no-repeat center center;
}

@media screen and (max-width: 999px){
	
	.btn a {
		height: 50px;
		border-radius: 25px;
	}
	
}

@media screen and (max-width: 767px){
	
	.btn a {
		max-width: 180px;
		height: 46px;
		border-radius: 23px;
		font-size: 13px;
	}

	.btn a::after {
		right: 10px;
	}
	
}

/*------NEWS-----*/

.ul_news {
	margin-top: -30px;
}
.ul_news li {
	border-bottom: 1px solid #d0d0d0;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.5;
}
.meta {
	width: 230px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.meta .date {
	width: 120px;
	font-size: 14px;
}
.meta span {
	background-color: #e8e8e8;
	font-size: 12px;
	padding: 5px;
	display: block;
	width: 100px;
	text-align: center;
	color: #000;
}
.ul_news li .link {
	width: calc( 100% - 270px );
}
.ul_news li a {
	text-decoration: none;
	color: #000;
}
.ul_news li a:hover {
	text-decoration: underline;
}

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

	.meta {
		width: 220px;
	}
	.meta .date {
		width: 90px;
	}
	.ul_news li .link {
		width: calc( 100% - 250px );
	}
	
}

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

	.ul_news {
		margin-bottom: 30px;
		font-size: 14px;
		margin-top: 0;
		border-top: 1px solid #d0d0d0;
	}
	.sec_newslist .ul_news {
		margin-bottom: 30px;
	}
	.ul_news li {
		padding: 25px 0px;
		display: block;
	}
	.meta {
		width: auto;
		display: block;
		margin-bottom: 10px;
	}
	.meta .date {
		width: auto;
		display: inline-block;
		margin-right: 15px;
		font-size: 13px;
	}
	.meta span {
		font-size: 12px;
		padding: 3px;
		width: 80px;
		display: inline-block;
	}
	.ul_news li .link {
		width: 100%;
	}
	.ul_news li a {
		text-decoration: none;
		color: #000;
	}
	.ul_news li a:hover {
		text-decoration: underline;
	}
	
}

/*------FAQ-----*/

.ul_faq li {
	background-color: #f2f2f2;
	margin-bottom: 25px;
}
.ul_faq li > div {
	display: flex;
	justify-content: space-between;
	padding: 30px 20px 30px 0;
	line-height: 1.8;
}
.ul_faq li > div .en {
	width: 80px;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
}
.ul_faq li > div .en span {
	color: #fff;
	background-color: #000;
	width: 30px;
	height: 30px;
	margin-left: 20px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ul_faq li .answer .en span {
	color: #000;
	background-color: #fff;
}
.ul_faq li > div .txt {
	width: calc( 100% - 80px );
}
.ul_faq .question {
	font-weight: 500;
	align-items: center;
	padding: 30px 70px 30px 0px;
	position: relative;
	cursor: pointer;
}
.ul_faq .question::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url("../img/common/icon_plus.png") no-repeat left top;
	background-size: cover;
}
.ul_faq .question.active::after {
	background: url("../img/common/icon_minus.png") no-repeat left top;
	background-size: cover;
}
.ul_faq .answer {
	padding-top: 0;
}
.ul_faq li > div .txt a {
	color: #a60030;
	text-decoration: underline;
}
.ul_faq li > div .txt a:hover {
	text-decoration: none;
}

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

	.ul_faq li {
		margin-bottom: 20px;
	}
	.ul_faq li > div {
		padding: 15px 15px 15px 0;
		font-size: 14px;
	}
	.ul_faq li > div .en {
		width: 60px;
		font-size: 14px;
	}
	.ul_faq li > div .en span {
		width: 26px;
		height: 26px;
		margin-left: 15px;
		border-radius: 13px;
	}
	.ul_faq li > div .txt {
		width: calc( 100% - 60px );
	}
	.ul_faq .question {
		padding: 15px 50px 15px 0px;
	}
	.ul_faq .question::after {
		right: 15px;
		width: 20px;
		height: 20px;
	}
	
}



/*------CONTACT-----*/

.sec_contact {
	padding: 80px 50px;
	background: url("../img/common/bg_contact.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.sec_contact .inner {
	max-width: 1100px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.sec_contact .wrap_h2 .en {
	color: #fff;
}
.sec_contact .honbun {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 40px;
}
.sec_contact ul {
	display: flex;
	justify-content: center;
	margin: 0 auto 40px;
}
.sec_contact li {
	max-width: 320px;
	width: 50%;
	margin-right: 40px;
}
.sec_contact li:last-child {
	margin-right: 0;
}
.sec_contact ul a {
	height: 80px;
	width: 100%;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 26px;
	transition: opacity 0.3s ease;
}
.sec_contact ul a:hover {
	opacity: 0.6;
}
.sec_contact ul a::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/common/icon_tel.png") no-repeat 50% 50%;
	background-size: cover;
	margin-right: 15px;
}
.sec_contact ul a.btn_mail {
	font-size: 18px;
}
.sec_contact ul a.btn_mail::before {
	width: 23px;
	height: 19px;
	background: url("../img/common/icon_mail.png") no-repeat 50% 50%;
	background-size: cover;
	margin-right: 15px;
}
.sec_contact .fax {
	font-size: 20px;
	margin-bottom: 30px;
}
.sec_contact .att {
	line-height: 1.5;	
}

@media screen and (max-width: 767px){
	
.sec_contact {
	padding: 40px 20px;
}
.sec_contact .inner {
	max-width: 480px;
}
.sec_contact .honbun {
	font-size: 14px;
	margin-bottom: 30px;
	text-align: left;
}
.sec_contact ul {
	display: block;
	max-width: 260px;
	margin: 0 auto 30px;
}
.sec_contact li {
	width: 100%;
	margin: 0 0 30px;
}
.sec_contact ul a {
	height: 50px;
	width: 100%;
	border-radius: 25px;
	font-size: 20px;
}
.sec_contact ul a::before {
	width: 24px;
	height: 24px;
	margin-right: 15px;
}
.sec_contact ul a.btn_mail {
	font-size: 14px;
}
.sec_contact ul a.btn_mail::before {
	width: 18px;
	height: 15px;
	margin-right: 15px;
}
	.sec_contact .fax {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.sec_contact .att {
		font-size: 13px;
	}
	
}


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

.credit {
	padding: 30px 50px 40px;
}
.credit_inner {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}
.credit .ftr_logo {
	margin-bottom: 20px;
	font-weight: 500;
}
.credit .ftr_logo a {
	color: #222;
	text-decoration: none;
	transition: opacity 0.3s ease;
	display: flex;
	align-items: center;
}
.credit .ftr_logo img {
	width: 180px;
	margin-right: 10px;
}
.credit .ftr_logo a:hover {
	opacity: 0.6;
}
.credit small {
	font-size: 11px;
	letter-spacing: 0.05em;
	display: block;
	max-width: 1100px;
	margin: 0 auto;
}
.credit .right {
	display: flex;
	align-items: center;
}
.credit li {
	display: inline-block;
	margin-left: 30px;
	font-size: 14px;
}
.credit li a {
	color: #222;
	text-decoration: none;
}
.credit li a:hover {
	text-decoration: underline;
}



@media screen and (max-width: 767px){
	
	.credit {
		padding: 30px 20px;
		text-align: center;
	}
	.credit_inner {
		display: block;
		max-width: 480px;
	}
	.credit .ftr_logo {
		margin-bottom: 20px;
	}
	.credit .ftr_logo a {
		display: block;
	}
	.credit .ftr_logo img {
		width: 200px;
		display: inline-block;
		margin: 0 0 15px;
	}
	.credit .ftr_logo span {
		display: block;
		font-size: 12px;
		margin-bottom: 40px;
	}
	.credit .right {
		display: block;
	}
	.credit ul {
		margin-bottom: 40px;
	}
	.credit li {
		display: block;
		margin: 0 0 25px;
		font-size: 13px;
	}

}

