@charset 'utf-8';

/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px) {
	.pc_none{
		display: none!important;
	}
}
/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px) {
	.sp_none{
		display: none!important;
	}
}

/*リキッドの場合に使用*/
@media only screen and (min-width: 768px){
/*	768px- 画面幅1366px閲覧で1px=0.1rem可変*/
	html{
		font-size: 0.733vw;
		}
}
@media only screen and (max-width: 767px){
/*	-767px 画面幅375px閲覧で1px=0.1rem可変*/
	html{
			font-size: 2.67vw;
		}
}
@media only screen and (max-width: 374px){
/*	-374px 画面幅374pxで1px=0.1rem固定*/
	html{
/*			font-size: 62.5%;*/
		}
}
@media only screen and (min-width: 1280px){
/*	1280px- 画面幅1280pxで1px=0.1rem固定*/
	html{
/*		font-size: 62.5%;*/
	}
}

/*Googleフォントここから*/
body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family: "Shippori Mincho", serif;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	letter-spacing: calc((0/1000)*1em);
	/*text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #000000;
	text-decoration-style: solid;
	text-underline-offset: 3px;
	text-decoration-skip-ink: none;*/
}
html.active,
body.active{
	overflow: hidden!important;
}

/*ベース Shippori Mincho*/
.regular{
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.mid{
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
}
.sbold{
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-style: normal;
}
.bold{
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	font-style: normal;
}
.ebold{
	font-family: "Shippori Mincho", serif;
	font-weight: 800;
	font-style: normal;
}

/*Antonio*/
.a_thin{
	font-family: "Antonio", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
}
.a_elight{
	font-family: "Antonio", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}
.a_light{
	font-family: "Antonio", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.a_regular{
	font-family: "Antonio", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.a_mid{
	font-family: "Antonio", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.a_sbold{
	font-family: "Antonio", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.a_bold{
	font-family: "Antonio", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

/*Inter*/
.i_thin{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100;
}
.i_elight{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 200;
}
.i_light{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.i_regular{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.i_mid{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.i_sbold{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.i_bold{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.i_ebold{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
}
.i_black{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}
.i_thin_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 100;
}
.i_elight_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 200;
}
.i_light_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 300;
}
.i_regular_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 400;
}
.i_mid_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 500;
}
.i_sbold_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 600;
}
.i_bold_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 700;
}
.i_ebold_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 800;
}
.i_black_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 900;
}

/*Red Hat Mono*/
.r_light{
	font-family: "Red Hat Mono", monospace;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.r_regular{
	font-family: "Red Hat Mono", monospace;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.r_mid{
	font-family: "Red Hat Mono", monospace;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.r_sbold{
	font-family: "Red Hat Mono", monospace;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.r_bold{
	font-family: "Red Hat Mono", monospace;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}

/*Zen Kaku Gothic New*/
.z_light{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.z_regular{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.z_mid{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.z_bold{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.z_black{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
}

/*Googleフォントここまで*/
*{
	box-sizing: border-box;
}

svg{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
iframe{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
::-webkit-scrollbar{
	display: none;
}
::scrollbar{
	display: none;
}

/*body,
main,
footer{
	min-width: 1280px;
}
header{
	min-width: 1100px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body,
	main,
	header,
	footer{
		min-width: initial;
	}
}
@media only screen and (max-width: 767px){
	body,
	main,
	header,
	footer{
		min-width: 320px;
	}
}*/

body{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}

main{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	main{
	}
}

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
footer .footer01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
footer .footer01 .footer01_01{
	width: 100%;
	height: auto;
	padding: 5.0rem 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01{
	}
}
footer .footer01 .footer01_01 > .link01{
	width: 20.0rem;
	height: 3.0rem;
	margin: 0;
	font-size: 2.3rem;
	line-height: 2.3rem;
	border: .1rem solid #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .footer01 .footer01_01 > .link01:hover{
	color: #ffffff;
	background-color: #000000;
	opacity: 1;
}
footer .footer01 .footer01_02{
	width: 100%;
	height: auto;
	padding: 3.0rem 3.0rem 3.0rem;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02{
		padding: 5.0rem 0 3.0rem;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
}
footer .footer01 .footer01_02 .footer01_02_01{
	width: auto;
	height: auto;
	margin: 0 2.6rem 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	order: 2;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .footer01_02_01{
		width: 100%;
		margin: 0 0 6.6rem;
		order: 1;
	}
}
footer .footer01 .footer01_02 .footer01_02_01 > .link01{
	width: 12.1rem;
	height: auto;
	margin: 0 0 6.6rem;
	display: block;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .footer01_02_01 > .link01{
		width: 12.1rem;
		margin: 0 0 5.5rem;
	}
}
footer .footer01 .footer01_02 .footer01_02_01 > .link01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
footer .footer01 .footer01_02 .footer01_02_01 .footer01_02_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .footer01_02_01 .footer01_02_01_01{
	}
}
footer .footer01 .footer01_02 .footer01_02_01 .footer01_02_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 1.7rem;
	display: block;
}
footer .footer01 .footer01_02 .footer01_02_01 .footer01_02_01_01 > .text01 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.4rem;
	text-decoration-thickness: .1rem;
	text-decoration-line: underline;
	text-decoration-color: #AEAEAE;
	text-decoration-style: solid;
	text-underline-offset: .3rem;
	text-decoration-skip-ink: none;
	display: inline;
}
footer .footer01 .footer01_02 .footer01_02_01 .footer01_02_01_01 .footer01_02_01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .footer01 .footer01_02 .footer01_02_01 .footer01_02_01_01 .footer01_02_01_01_01 > .link01{
	width: 2.0rem;
	height: 2.0rem;
	margin: 0 0 0 1.7rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
footer .footer01 .footer01_02 .footer01_02_01 .footer01_02_01_01 .footer01_02_01_01_01 > .link01:nth-of-type(1){
	margin-left: 0;
	background-image: url(../img/footer/item02_1.png);
}
footer .footer01 .footer01_02 .footer01_02_01 .footer01_02_01_01 .footer01_02_01_01_01 > .link01:nth-of-type(2){
	background-image: url(../img/footer/item02_2.png);
}
footer .footer01 .footer01_02 .footer01_02_01 .footer01_02_01_01 .footer01_02_01_01_01 > .link01:nth-of-type(3){
	background-image: url(../img/footer/item02_3.png);
}
footer .footer01 .footer01_02 .footer01_02_02{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	order: 1;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .footer01_02_02{
		width: 100%;
		padding: 0 2.8rem;
		margin: 0 0 3.4rem;
		flex-direction: column;
		order: 2;
	}
}
footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01{
	width: auto;
	height: auto;
	padding: 0 0 0 1.3rem;
	margin: 0 0 0 3.7rem;
	border-left: .1rem solid #A7A7A7;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01{
		margin: 3.1rem 0 0;
	}
}
footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01:nth-of-type(1){
	margin-left: 0;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01:nth-of-type(1){
		margin-top: 0;
	}
}
footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 2.0rem;
	display: block;
}
footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01 > .text01 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.4rem;
	display: inline;
}
footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01 .footer01_02_02_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01:nth-of-type(1) .footer01_02_02_01_01{
		flex-direction: row;
		flex-wrap: wrap;
	}
}
footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01 .footer01_02_02_01_01 > .link01{
	width: auto;
	height: auto;
	margin: 1.2rem 0 0;
	font-size: 1.1rem;
	line-height: 1.1rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01:nth-of-type(1) .footer01_02_02_01_01 > .link01{
		width: 11.0rem;
		margin: .9rem 4.4rem 0 0;
	}
}
footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01 .footer01_02_02_01_01 > .link01:nth-of-type(1){
	margin-top: 0;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01:nth-of-type(1) .footer01_02_02_01_01 > .link01:nth-of-type(-n+2){
		margin-top: 0;
	}
	footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01:nth-of-type(1) .footer01_02_02_01_01 > .link01:nth-of-type(2n){
		margin-right: 0;
	}
}
footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01 .footer01_02_02_01_01 > .link01::before{
	content: '';
	width: .2rem;
	height: .2rem;
	margin: 0 1.2rem 0 0;
	background-color: #000000;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
}
footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01:nth-of-type(1) .footer01_02_02_01_01 > .link01::before{
	width: 1.1rem;
	height: 1.1rem;
	margin: 0 .6rem 0 0;
	background-color: transparent;
	border-radius: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01:nth-of-type(1) .footer01_02_02_01_01 > .link01:nth-of-type(1)::before{
	background-image: url(../img/footer/item03_1.png);
}
footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01:nth-of-type(1) .footer01_02_02_01_01 > .link01:nth-of-type(2)::before{
	background-image: url(../img/footer/item03_2.png);
}
footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01:nth-of-type(1) .footer01_02_02_01_01 > .link01:nth-of-type(3)::before{
	background-image: url(../img/footer/item03_3.png);
}
footer .footer01 .footer01_02 .footer01_02_02 .footer01_02_02_01:nth-of-type(1) .footer01_02_02_01_01 > .link01:nth-of-type(4)::before{
	background-image: url(../img/footer/item03_4.png);
}
footer .footer01 .footer01_02 .footer01_02_03{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	order: 3;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .footer01_02_03{
		width: 100%;
		margin: 0;
		align-items: flex-start;
		flex-direction: column-reverse;
	}
}
footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_01{
	width: auto;
	height: 100%;
	margin: 0 3.6rem 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_01{
		width: 100%;
		height: auto;
		padding: 3.0rem 3.0rem 0;
		margin: 0;
		border-top: .1rem solid #A7A7A7;
	}
}
footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_01 .footer01_02_03_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_01 .footer01_02_03_01_01{
		margin: 0 0 8.0rem;
	}
}
footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_01 .footer01_02_03_01_01 .footer01_02_03_01_01_01{
	width: auto;
	height: auto;
	margin: 0 0 0 5.5rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_01 .footer01_02_03_01_01 .footer01_02_03_01_01_01:nth-of-type(1){
	margin-left: 0;
}
footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_01 .footer01_02_03_01_01 .footer01_02_03_01_01_01 > .link01{
	width: auto;
	height: auto;
	margin: 1.2rem 0 0;
	font-size: 1.0rem;
	line-height: 1.0rem;
	display: block;
}
footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_01 .footer01_02_03_01_01 .footer01_02_03_01_01_01 > .link01:nth-of-type(1){
	margin-top: 0;
}
footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_01 .footer01_02_03_01_02{
	width: auto;
	height: auto;
	margin: auto 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_01 .footer01_02_03_01_02{
		width: 100%;
		margin: 0;
		justify-content: space-between;
	}
}
footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_01 .footer01_02_03_01_02 > .link01{
	width: 11.6rem;
	height: auto;
	margin: 0 0 0 4.1rem;
	display: block;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_01 .footer01_02_03_01_02 > .link01{
		margin: 0;
	}
}
footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_01 .footer01_02_03_01_02 > .link01:nth-of-type(1){
	margin-left: 0;
}
footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_01 .footer01_02_03_01_02 > .link01:nth-of-type(2){
	width: 16.0rem;
}
footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_01 .footer01_02_03_01_02 > .link01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_02{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_02{
		width: 100%;
		padding: 0 1.0rem;
		margin: 0 0 .7rem;
		align-items: flex-end;
		flex-direction: column-reverse;
	}
}
footer .footer01 .footer01_02 .footer01_02_03 .footer01_02_03_02 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.0rem;
	line-height: 1.0rem;
	display: block;
}
/*footerここまで*/

/*includeここから*/
/*includeここまで*/