@charset "UTF-8";

.mincho{
	font-family: 'Zen Old Mincho', serif;
}
.en{
	font-family: 'Oswald';
}

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html{
	font-size: 62.5%;
}
body{
	font-family: 'Noto Sans JP', 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	font-size: 1.5rem;
	color: #343436;
	position: relative;
	line-height: 1;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
main{
	display: block;
}
img{
	border:none;
	-webkit-backface-visibility: hidden;
}
ul,ol{
	list-style: none;
}
li{
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #343436;
	transition: .3s all ease;
}
.hover-op:hover{
	opacity: .7;
	filter: alpha(opacity=70);
}
.sp{
	display: none !important;
}

.pic>img,
.pic picture,
.pic a,
.logo img{
	display: block;
	width: 100%;
}

.pic source{
	width: 100%;
	height: 100%;
}
.pic>img{
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
table{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.bold{
	font-weight: 600;
}



input[type='text'],
input[type='email'],
input[type='submit'],
input[type='tel'],
select,
textarea,
button{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
input[type='file']{
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	-ms-appearance: auto;
	-o-appearance: auto;
}
input,
select,
textarea,
button{
	font-family: 'Roboto', 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	border: none;
	border-radius: 0;
	font-size: 1.4rem;
	background: transparent;
}
table{
	border-collapse: collapse;
	table-layout: fixed;
}
.parag{
	line-height: 2;
}
a:hover{
	opacity: .6;
}

/* +++++++++++++++++++++++header++++++++++++++++++++++ */
#menu-btn{
	display: none;
}
#header{
	padding: 40px 40px 0;
	width: 300px;
	height: 100vh;
	background: #fff;
	position: sticky;
	left: 0;
	top: 0;
	z-index: 998;
	min-height: 712px;
	border-right: 1px solid #eee;
}
#header .logo{
	width: 170px;
	display: block;
	margin: 0 auto 40px;
}
#site-ttl{
	font-size: 1.3rem;
	font-weight: 700;
	position: fixed;
	left: 10px;
	top: 40px;
	writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	z-index: 999;
}
nav{
	font-weight: 500;
	display: flex;
	align-items: center;
	border-top: 1px solid #eee;
}
#global-navi{
	width: 100%;
}
#global-navi a{
	position: relative;
	padding: 25px 0;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: .2em;
}
#global-navi li{
	border-bottom: 1px solid #eee;
}
#header .contact-btn,
#header .accident-btn{
	padding: 25px 0;
}
#header .contact-btn a,
#header .accident-btn a{
	width: 100%;
	height: 60px;
	font-size: 1.5rem;
	color: #fff;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header .contact-btn span{
	display: block;
	z-index: 2;
	position: relative;
}
#header .contact-btn span:before{
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	margin-right: .5em;
	font-size: 80%;
}
#header .contact-btn a:before{
	content: "";
	display: block;
	position: absolute;
	left: -50%;
	top: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(90deg, #393e90, #233364, #393e90);
	z-index: 1;
	transition: .3s all ease;
}
#header .contact-btn a:hover:before{
	left: 0%;
}
#header .tel-number{
	letter-spacing: .1em;
	font-size: 22px;
	color: #233364;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tel-number:before{
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	padding-right: 0;
	margin-right: .25em;
}






.accident-btn{
	position: relative;
/*
	left: 0;
	bottom: 0;
*/
	width: 100%;
/*
	height: 60px;
*/
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: .1em;
	overflow: hidden;
}
.accident-btn a:before{
	content: "";
	display: block;
	position: absolute;
	left: -50%;
	top: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(-90deg, #e97a2b, #ffbb28, #e97a2b);
	z-index: 1;
	transition: .3s all ease;
}
.accident-btn a:hover:before{
	left: 0%;
}

.accident-btn span{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	height: 100%;
	color: #fff;
}

.accident-btn span:before{
	content: "";
	display: block;
	width: 28px;
	height: 22px;
	background: url(../images/header-icon01.png) no-repeat;
	background-size: 100% auto;
	margin-right: .5em;
}
#mobile-header{
	display: none;
}



/* +++++++++++++++++++++++#contents++++++++++++++++++++++ */
#contents{
	width: calc(100% - 300px);
	letter-spacing: .1em;
}
.inner{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.btn01{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	color: #fff;
	letter-spacing: .2em;
	font-size: 1.4rem;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.btn01 span{
	position: relative;
	z-index: 9;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn01:before{
	content: "";
	display: block;
	background: linear-gradient(90deg, #393e90, #233364, #393e90);
	position: absolute;
	left: -50%;
	top: 0;
	width: 200%;
	height: 100%;
	transition: .15s all ease;
	z-index: 1;
}
.btn01:hover:before{
	left: 0;
}
.btn01 span:after{
	content: "";
	display: block;
	width: 24px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	transition: .15s all ease;
}
.btn01:hover span:after{
	right: 18px;
}



/* +++++++++++++++++++++++section++++++++++++++++++++++ */
.sec{
	padding: 80px 40px;
}
.ttl-en{
	font-size: 5.4rem;
	letter-spacing: .05em;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1;
}
.sec-ttl01{
	font-size: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.sec-ttl01.vertical{
	writing-mode: vertical-rl;
}
.sec-ttl01 span{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec-ttl01.vertical span{
	padding: 40px 15px;
}

.sec-ttl01 span{
	padding: 15px 40px;
}

.sec-ttl01:before,
.sec-ttl01:after{
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	background: linear-gradient(0, #393e90, #233364);
}

.sec-ttl01.horizontal:before{
	position: absolute;
	left: 0;
	top: -4px;
}
.sec-ttl01.horizontal:after{
	position: absolute;
	right: 0;
	bottom: -4px;
}


.sec-ttl01.vertical:before,
.sec-ttl01.vertical:after{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: linear-gradient(0, #393e90, #233364);
}
.sec-ttl01.vertical:before{
	position: absolute;
	right: -4px;
	top: 0;
}
.sec-ttl01.vertical:after{
	position: absolute;
	left: -4px;
	bottom: 0;
}

.sec-ttl01.vertical span:before,
.sec-ttl01.vertical span:after{
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	background: linear-gradient(0, #e97a2b, #ffbb28);
}
.sec-ttl01 span:before,
.sec-ttl01 span:after{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: linear-gradient(0, #e97a2b, #ffbb28);
}
.sec-ttl01.vertical span:before{
	position: absolute;
	right: 0;
	top: -4px;
}
.sec-ttl01.vertical span:after{
	position: absolute;
	left: 0;
	bottom: -4px;
}

.sec-ttl01.horizontal span:before{
	position: absolute;
	left: -4px;
	top: 0;
}
.sec-ttl01.horizontal span:after{
	position: absolute;
	right: -4px;
	bottom: 0;
}
.sec-ttl01.horizontal{
	margin-bottom: 40px;
}

/* +++++++++++++++++++++++pagenation++++++++++++++++++++++ */
.pagenation{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 60px;
	font-size: 1.3rem;
}
.pagenation li a{
	display: flex;
	justify-content: center;
	width: 18px;
	height: 22px;
	position: relative;
}
.pagenation li a:hover{
	opacity: .5;
}
.pagenation li a:after{
	content: "";
	display: bock;
	width: 100%;
	height: 2px;
	background: #343436;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .3s all ease;
	transform: scaleX(0);
	transform-origin: left bottom;
}
.pagenation li a:hover:after,
.pagenation li.current a:after{
	transform: scaleX(1);
}
.pagenation li{
	margin: 0 10px;
}
.pagenation li.next a:before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #343436;
	border-right: 1px solid #343436;
	transform: rotate(45deg);
	margin-top: .3em;
}
.pagenation li.prev a:before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #343436;
	border-left: 1px solid #343436;
	transform: rotate(-45deg);
	margin-top: .3em;
}



/* +++++++++++++++++++++++#bread-crumbs++++++++++++++++++++++ */
#bread-crumbs{
	padding: 20px 40px;
	background: #fff;
	display: flex;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 1.2rem;
}
#bread-crumbs li{
	display: flex;
	align-items: center;
	line-height: 1.4;
}
#bread-crumbs li:not(:last-of-type){
	flex-shrink: 0;
}
#bread-crumbs li:not(:last-of-type):after{
	content: "/";
	display: block;
	padding: 0 1em;
}
#bread-crumbs a{
	font-weight: 700;
}

/* +++++++++++++++++++++++pagenation++++++++++++++++++++++ */
.pagenation{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 60px;
	font-size: 1.3rem;
}
.pagenation li a{
	display: flex;
	justify-content: center;
	width: 18px;
	height: 22px;
	position: relative;
}
.pagenation li a:hover{
	opacity: .5;
}
.pagenation li a:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #393e90;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .3s all ease;
	transform: scaleX(0);
	transform-origin: left bottom;
}
.pagenation li a:hover:after,
.pagenation li.current a:after{
	transform: scaleX(1);
}
.pagenation li{
	margin: 0 10px;
}
.pagenation li.next a:before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #343436;
	border-right: 1px solid #343436;
	transform: rotate(45deg);
	margin-top: .3em;
}
.pagenation li.prev a:before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #343436;
	border-left: 1px solid #343436;
	transform: rotate(-45deg);
	margin-top: .3em;
}

/* +++++++++++++++++++++++key-visual++++++++++++++++++++++ */
#key-visual:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/key-visual-bg01.png) no-repeat;
	background-position: left top;
	z-index: 1;
}
#key-visual:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/key-visual-bg02.png) no-repeat;
	background-position: right bottom;
	z-index: 1;
}
#key-visual{
	position: relative;
	height: 300px;
	background: #fafafa;
}
#page-ttl{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-weight: 500;
	font-size: 1.6rem;
	position: relative;
	z-index: 9;
	line-height: 1;
	padding-bottom: 1.25em;
}
#page-ttl .en{
	font-size: 5.6rem;
	margin-bottom: .2em;
}





/* +++++++++++++++++++++++footer++++++++++++++++++++++ */
#footer{
	background: #fafafa;
}
#footer .company-data{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	padding-bottom: 30px;
}
#footer .logo{
	width: 210px;
	display: block;
}
#footer h1{
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: .25em;
	line-height: 1.5;
}
#footer .company-data .txt{
	padding-left: 20px;
}
#footer .description{
	font-size: 1.3rem;
}
#footer .bold{
	font-size: 110%;
	font-weight: 600;
	line-height: 2.5;
}
#footer .sitemap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.3rem;
	padding: 2em 0 1em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
#footer .sitemap li{
	margin: 0 1em 1em;
}
/* **********************IE用のスタイル************************* */
@media all and (-ms-high-contrast: none) and (min-width: 769px){

}


@media screen and (max-width: 1200px){
	/* +++++++++++++++++++++++section++++++++++++++++++++++ */
	.sec{
		padding: 60px 20px;
	}
}

@media screen and (max-width: 1000px){
	#site-ttl{
		font-size: 1.1rem;
		font-weight: 700;
		position: fixed;
		left: auto;
		right: 6rem;
		top: 0;
		position: fixed;
		padding: .5em;
		z-index: 99999;
		writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
	}

	#mobile-header{
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		width: 100%;
		height: 60px;
		z-index: 9999;
	}
	#mobile-header .logo{
		width: 70px;
		display: block;
		position: absolute;
		left: 10px;
		top: 5px;
		bottom: 0;
		margin: auto;
	}
	#mobile-header .logo img{
		width: 100%;
		display: block;
	}
/* +++++++++++++++++++++++header++++++++++++++++++++++ */
	#menu-btn{
		width: 6rem;
		height: 6rem;
		position: fixed;
		right: 0;
		top: 0;
		background: #343436;
		z-index: 9999999;
		transition: .15s all ease;
		display: block;
	}

	#menu-btn span{
		width: 50%;
		height: 1px;
		background: #fff;
		display: block;
		position: absolute;
		right: 25%;
		top: 0;
		bottom: 0;
		margin: auto;
		transition: .15s all ease;
	}
	#menu-btn span:nth-of-type(1){
		transform: translateY(-0.6rem);
	}
	#menu-btn span:nth-of-type(2){
		width: 33%;
	}
	#menu-btn span:nth-of-type(3){
		transform: translateY(.6rem);
		width: 16.5%;
	}
	#menu-btn.opened span:nth-of-type(1){
		transform: translateY(0) rotate(-45deg);
		width: 40%;
		left: 0;
		right: 0;
		margin: auto;
	}
	#menu-btn.opened span:nth-of-type(3){
		transform: translateY(0) rotate(45deg);
		width: 40%;
		left: 0;
		right: 0;
		margin: auto;
	}
	#menu-btn.opened span:nth-of-type(2){
		opacity: 0;
		filter: alpha(opacity=0);
		left: 0;
	}
	.opened#header{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		letter-spacing: .1em;
		display: block;
	}

	#header{
		padding: 60px 20px;
		width:100%;
		height: 100vh;
		position: fixed;
		min-height: 100vh;
		overflow-y: auto;
		left: -100%;
		transition: .3s all ease;
	}
	#header .logo{
		display: none;
	}

	.accident-btn{
		position: relative;
		left: auto;
		bottom: auto;
		//margin-top: 25px;
	}

	#contents{
		width: 100%;
	}


}



@media screen and (max-width:768px){
	body{
		font-size: 1.2rem;
		overflow-x: hidden;
	}
	.pc{
		display:none !important;
	}
	.sp{
		display:block !important;
	}
	.inner{
		width: 100%;
	}
	.sec{
		padding: 5rem 1.5rem;
	}
/* +++++++++++++++++++++++header++++++++++++++++++++++ */

	#mobile-header{
		height: 6rem;
		padding: 0;
		display: block;
	}
	#mobile-header .logo{
		width: 58px;
		top: .8rem;
	}
	#site-ttl{
		font-size: 1rem;
		letter-spacing: 0;
		width: 100%;
		height: 6rem;
		margin: 0;
		padding: 0 6.5rem 0 8rem;
		right: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
		line-height: 1.4;
	}
	#menu-btn{
		width: 6rem;
		height: 6rem;
	}



/* +++++++++++++++++++++++section++++++++++++++++++++++ */

	.sec-ttl01{
		font-size: 2rem;
	}
	.sec-ttl01.vertical span{
		padding: 2rem 1rem;
	}

	.sec-ttl01 span{
		padding: 1rem 2rem;
	}

	.sec-ttl01:before,
	.sec-ttl01:after{
		width: 2px;
		height: 10px;
	}

	.sec-ttl01.horizontal:before{
		top: -2px;
	}
	.sec-ttl01.horizontal:after{
		position: absolute;
		right: 0;
		bottom: -2px;
	}


	.sec-ttl01.vertical:before,
	.sec-ttl01.vertical:after{
		width: 10px;
		height: 2px;
	}
	.sec-ttl01.vertical:before{
		position: absolute;
		right: -2px;
		top: 0;
	}
	.sec-ttl01.vertical:after{
		position: absolute;
		left: -2px;
		bottom: 0;
	}

	.sec-ttl01.vertical span:before,
	.sec-ttl01.vertical span:after{
		width: 2px;
		height: 10px;
	}
	.sec-ttl01 span:before,
	.sec-ttl01 span:after{
		width: 10px;
		height: 2px;
	}
	.sec-ttl01.vertical span:before{
		top: -2px;
	}
	.sec-ttl01.vertical span:after{
		bottom: -2px;
	}

	.sec-ttl01.horizontal span:before{
		left: -2px;
	}
	.sec-ttl01.horizontal span:after{
		right: -2px;
	}
	.sec-ttl01.horizontal{
		margin-bottom: 2.5rem;
	}

	.btn01{
		width: 100%;
		height: 4rem;
		font-size: 1.2rem;
	}

	.btn01 span:after{
		width: 2rem;
		right: 1rem;
	}
	.btn01:hover span:after{
		right: 1.5rem;
	}



/* +++++++++++++++++++++++pagenation++++++++++++++++++++++ */
	.pagenation{
		margin-top: 4rem;
		font-size: 1.2rem;
	}
	.pagenation li a{
		width: 1.5rem;
		height: 2rem;
	}
	.pagenation li{
		margin: 0 .8rem;
	}


/* +++++++++++++++++++++++footer++++++++++++++++++++++ */

	#footer .company-data{
		display: block;
		font-size: 1.2rem;
		padding-bottom: 2.5rem;
	}
	#footer .logo{
		width: 180px;
		margin: 0 auto 1rem;
		display: block;
	}
	#footer h1{
		font-size: 1.4rem;
		text-align: center;
	}
	#footer .company-data .txt{
		padding-left: 0;
	}
	#footer .description{
		font-size: 1.2rem;
	}

	#footer .sitemap{
		font-size: 1.2rem;
		padding: 1.5em 0 0;
		margin-bottom: 2.5rem;
	}
	#footer .sitemap li{
		margin: 0 1em 1.5em;
	}

/* +++++++++++++++++++++++footer++++++++++++++++++++++ */
	#bread-crumbs{
		flex-wrap: wrap;
	}
	#bread-crumbs li{
		margin-bottom: .4em;
	}



/* +++++++++++++++++++++++key-visual++++++++++++++++++++++ */
#key-visual:before{
	background-size: auto 60%;
}
#key-visual:after{
	background-size: 60% auto;
}
#key-visual{
	height: 20rem;
	margin-top: 6rem;
}
#page-ttl{
	font-size: 1.4rem;
	padding-bottom: 1.25em;
}
#page-ttl .en{
	font-size: 3.6rem;
}

}


