@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,700&display=swap');

* {
	margin: 0;
	padding: 0;
}
header,
main,
article,
section,
nav,
aside,
figure,
figcaption,
footer {
	display: block;
}
a {
	background-color: transparent;
	outline: none;
	cursor: pointer;
	color: #505050;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
}
td,
th {
	padding: 0;
}
button,
input,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
.btn{transition: 0.3s ease;}
.btn:hover{opacity: 0.6;}
.btn:hover.yello-bar{opacity: 1;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
b,
strong {
	font-weight: bold;
}
address {
	font-style: normal;
}
caption {
	text-align: left;
}
a:link    {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover   {text-decoration: none;}
a:active  {text-decoration: none;}
body{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", 'ＭＳ Ｐゴシック' , sans-serif;
}
li{
	letter-spacing: 1px;
	list-style: none;
}
p {
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 200%;
}
h1,h2,h3,h4,h5,h6{
	line-height: 140%;
	letter-spacing: 0.2em;
	font-weight: 700;
}
.en{
	font-family: 'Montserrat', sans-serif;
	line-height: 200%;
	letter-spacing: 0.25em;
}
.gothic{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", 'ＭＳ Ｐゴシック' , sans-serif;
}

/*----------スクロールアニメーション----------*/
.effect-fade-load{
	opacity : 0;
	transition: all 1200ms;
}

.effect-fade{
	opacity : 0;
	transform : translate(0, 60px);
	transition: all 1200ms;
}

.effect-fade-235{
	opacity : 0;
	transform : translate(0, 60px);
	transition: all 1435ms;
}

.effect-fade-470{
	opacity : 0;
	transform : translate(0, 60px);
	transition: all 1670ms;
}

.effect-fade-700{
	opacity : 0;
	transform : translate(0, 60px);
	transition: all 1900ms;
}

.effect-fade-load.effect-scroll{
	opacity: 1;
}

.effect-fade.effect-scroll{
	opacity : 1;
	transform : translate(0, 0);
}

.effect-fade-235.effect-scroll{
	opacity : 1;
	transform : translate(0, 0);
}

.effect-fade-470.effect-scroll{
	opacity : 1;
	transform : translate(0, 0);
}

.effect-fade-700.effect-scroll{
	opacity : 1;
	transform : translate(0, 0);
}

/*--------------------------------------------------------*/
/*					   vertical-tag	  					  */
/*--------------------------------------------------------*/
.vartical-tag{
	padding-right: 100px;
	color: #2469b2;
}
.vartical-title{
	display: inline-block;
	font-size: 30px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	box-sizing: border-box;
}
.vartical-tag .en{
	padding-right: 14px;
	font-size: 12px;
}

/*--------------------------------------------------------*/
/*					   page-visual	  					  */
/*--------------------------------------------------------*/

.page-visual{
	position: relative;
	width: 100%;
	height: 298px;
	overflow: hidden;
}
.page-visual-cover{
	position: absolute;
	top: 0;
	right: 0;
}
.page-visual-title-box{
	position: absolute;
	top: 120px;
	right: 128px;
	color: #fff;
}
.page-visual-title{
	font-size: 30px;
	font-weight: 700;
	line-height: 80%;
	letter-spacing: 0;
}
.page-visual-title-box span{
	display: block;
	padding-top: 14px;
	font-size: 12px;
	font-weight: 700;
	line-height: 200%;
	letter-spacing: 0.2em;
}

/*--------------------------------------------------------*/
/*					   common-button					  */
/*--------------------------------------------------------*/

.common-button{
	position: relative;
	display: inline-block;
	width: 240px;
	padding: 18px 0;
	border: solid 1px #025cac;
	box-sizing: border-box;
	transition: 0.3s ease;
}
.common-button:after{
	position: absolute;
	top: 28px;
	right: -25px;
	content: '';
	width: 50px;
	height: 1px;
	background-color: #025cac;
}
.common-button:hover{
	background-color: #025cac;
}
.common-button p{
	text-align: center;
	color: #025cac;
	line-height: 160%;
	transition: 0.3s ease;
}
.common-button:hover p{
	color: #fff;
}
.common-button-center-frame{
	width: 240px;
	margin: 40px auto 0;
}
.common-button-top-frame{
	margin-top: 28px;
}
.pdf-button{
	display: inline-block;
	width: 100%;
	background-color: #fff;
	border: solid 1px #025cac;
	background-image: url(../iamges/ic_pdf.png);
	background-repeat: no-repeat;
	background-position: center right 15px;
	transition: 0.3s ease;
}
.pdf-button p{
	text-align: center;
	font-weight: 700;
	color: #025cac;
}
.pdf-button a{
	display: block;
	padding: 15px 25px;
	transition: 0.3s ease;
}
.pdf-button:hover{
	background-color: #025cac;
	background-image: url(../iamges/ic_pdf_while.png);
}
.pdf-button:hover p{
	color: #fff;
}

/*--------------------------------------------------------*/
/*					   common-title  					  */
/*--------------------------------------------------------*/

.common-title{
	font-size: 26px;
	line-height: 160%;
	letter-spacing: 0.08em;
	color: #025cac;
}
.common-title-blue{
	display: inline-block;
	padding: 10px;
	font-size: 17px;
	color: #fff;
	background-color: #025cac;
}
.common-title-bar{
	font-size: 26px;
	text-align: center;
}
.common-title-bar::after{
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	margin: 12px auto 0;
	background-color: #025cac;
}
.common-title-en{
	display: block;
	text-align: center;
	padding-top: 18px;
	font-size: 14px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0.08em;
	color: #025cac;
}
.common-title-middle{
	padding-top: 35px;
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0.08em;
}

/*----------------common-width------------------*/

.common-width{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.common-width-l{
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

/*----------------contents------------------*/
.contents{
	min-width: 1200px;
	padding-top: 84px;
	overflow: hidden;
}

/*--------------------header------------------*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	height: 84px;
	width: 100%;
	min-width: 1200px;
	z-index: 1000;
	background-color: #fff;
	box-sizing: border-box;
}
.header-inner{
	position: relative;
}
.logo{
	float: left;
	margin: 20px 0 20px 33px;
	bottom: 20px;
}
.gnav{
	position: absolute;
	display: flex;
	justify-content: flex-start;
	bottom: -85px;
	right: 0;
}
.gnav > ul{
	display: flex;
	list-style: none;
}
.gnav li{
	color: #025cac;
}
.gnav li a{
	display: block;
	margin-right: 40px;
	padding: 33px 0 31px;
	font-size: 14px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0.08em;
	color: #000;
	overflow: hidden;
}
.header-banner{
	margin: 25px 33px 0 0;
	width: 135px;
	height: 35px;
	background-image: url(../iamges/banner_header.png);
	background-size: 85%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
	border: #dcdcdc solid 1px;
}
.header-banner a{
	display: block;
	width: 100%;
	height: 100%;
}
.yello-bar{
	position: relative;
}
.yello-bar:after{
	display: block;
	bottom: 1px;
	left: -60.48px;
	position: absolute;
	content: '';
	width: 60.48px;
	height: 5px;
	background-color: #feef49;
	transition: 0.3s ease;
	opacity: 1 !important;
}
.gnav > ul li:first-child .yello-bar:after{
	width: 48.48px;
	left: -48.48px;
}
.yello-bar:hover:after{
	left: 0 !important;
}
.home #home .yello-bar:after,
.news #home .yello-bar:after,
.abou #abou .yello-bar:after,
.serv #serv .yello-bar:after,
.recr #recr .yello-bar:after,
.inte #recr .yello-bar:after,
.new- #recr .yello-bar:after,
.care #recr .yello-bar:after{
	left: 0 !important;
	opacity: 1 !important;
}
.menu-sp{
	display: none;
}
.gnav-sp{
	display: none;
}
.gnav-inner{
	display: none;
	position: absolute;
	top: 84px;
	left: 130px;
	width: 180px;
	background-color: #fff;
	box-sizing: border-box;
	opacity: 1;
}
.gnav-inner li:first-child{
	border-bottom: solid 1px #e5e5e5;
}
.gnav-inner li{
	padding: 0;
	background-image: url(../iamges/ic_arrow.png);
	background-repeat: no-repeat;
	background-position: center right 15px;
	transition: .3s ease;
}
.gnav-inner li:hover{
	background-color: #f2f2f2;
}
.gnav-inner li a{
	padding: 13px 0 13px 20px;
	font-size: 13px;
	font-weight: 700;
	line-height: 180%;
	letter-spacing: 0.08em;
}
/*-----------------footer-------------------*/
#footer{
	min-width: 1200px;
}
#footer .box{
	background-color: #025cac;
	height: 235px;
	width: 100%;
	padding-top: 30px;
}
.foot-nav{
	width: 1000px;
	margin: 0 auto;
	border-bottom: #fff solid 1px;
}
.foot-nav-parent{
	display: flex;
	justify-content: space-between;
	list-style: none;
	width: 670px;
	margin: 0 auto 30px;
	font-size: 14px;
}
.foot-nav-parent > li > a{
	color: #fff;
}
.adrress{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.footer-logo{
	margin: 30px 0 0 0;
}
.ad-info{
	display: flex;
	left: 0;
	margin-top: 13px;
	color: #fff;
}
.street-ad{
	margin-left: 60px;
}
.tel-fax{
	margin-left: 30px;
}
.street-ad p,
.tel-fax p{
	font-size: 11px;
	line-height: 160%;
}
.co-info{
	width: 1000px;
	margin: 10px auto;
}
.copyright{
	margin: 18px 0 0 236px;
}
.copyright p{
	font-size: 9px;
	color: #fff;
}

/*--------------------------------------------------------*/
/*					       	 sp     					  */
/*--------------------------------------------------------*/

@media only screen and (max-width: 759px){

	p {
		font-size: 13px;
	}

	/*--------------------------------------------------------*/
	/*					   vertical-tag	  					  */
	/*--------------------------------------------------------*/
	.vartical-tag{
		text-align: center;
		padding-right: 0px;
	}
	.vartical-title{
		font-size: 25px;
		writing-mode: horizontal-tb;
	}
	.vartical-tag .en{
		padding-right: 0px;
		font-size: 12px;
	}

	/*--------------------------------------------------------*/
	/*					   page-visual	  					  */
	/*--------------------------------------------------------*/

	.page-visual{
		position: relative;
		width: 100%;
		height: calc(60vh - 50px);
		overflow: hidden;
	}
	.page-visual-cover{
		position: absolute;
		top: auto;
		bottom: -8px;
		width: 100%;
		height: 100vw;
		transform: rotate(90deg);
	}
	.page-visual-cover img{
		padding-left: 33vw;
		height: 100%;
	}
	.page-visual-title-box{
		position: absolute;
		top: auto;
		bottom: 17vw;
		right: auto;
		width: 100%;
		text-align: center;
	}
	.page-visual-title{
		font-size: 23px;
		font-weight: 700;
		line-height: 80%;
		letter-spacing: 0;
	}
	.page-visual-title-box span{
		display: block;
		padding-top: 10px;
		font-size: 10px;
		font-weight: 700;
		line-height: 200%;
		letter-spacing: 0.2em;
	}

	/*--------------------------------------------------------*/
	/*					   common-button					  */
	/*--------------------------------------------------------*/

	.common-button{
		position: relative;
		display: block;
		width: 240px;
		margin: 0 auto;
		padding: 18px 0;
		border: solid 1px #025cac;
		box-sizing: border-box;
		transition: 0.3s ease;
	}
	.common-button:after{
		position: absolute;
		top: 28px;
		right: -25px;
		content: '';
		width: 50px;
		height: 1px;
		background-color: #025cac;
	}
	.common-button:hover{
		background-color: #025cac;
	}
	.common-button p{
		text-align: center;
		color: #025cac;
		line-height: 160%;
		transition: 0.3s ease;
	}
	.common-button:hover p{
		color: #fff;
	}
	.common-button-center-frame{
		margin: 40px auto 0 auto;
	}
	.common-button-top-frame{
		margin-top: 28px;
	}
	.pdf-button{
		display: block;
		background-position: center right 15px;
		transition: 0.3s ease;
	}
	.pdf-button p{
		font-size: 11px;
		text-align: left;
	}
	.pdf-button a{
		display: block;
		padding: 10px 13px;
		transition: 0.3s ease;
	}
	.pdf-button:hover{
		background-color: #025cac;
	}
	.pdf-button:hover p{
		color: #fff;
	}

	/*--------------------------------------------------------*/
	/*					   common-title  					  */
	/*--------------------------------------------------------*/

	.common-title{
		font-size: 23px;
	}
	.common-title-blue{
		display: inline-block;
		padding: 10px;
		font-size: 17px;
		color: #fff;
		background-color: #025cac;
	}
	.common-title-bar{
		font-size: 18px;
		text-align: center;
	}
	.common-title-bar::after{
		display: block;
		content: '';
		width: 40px;
		height: 2px;
		margin: 12px auto 0;
	}
	.common-title-en{
		display: block;
		text-align: center;
		padding-top: 18px;
		font-size: 12px;
	}
	.common-title-middle{
		padding-top: 35px;
		font-size: 24px;
		font-weight: 700;
		line-height: 160%;
		letter-spacing: 0.08em;
	}

	/*----------------common-width------------------*/

	.common-width{
		width: 85.66vw;
		margin-left: auto;
		margin-right: auto;
	}

	.common-width-l{
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}

	/*----------------contents------------------*/
	.contents{
		min-width: auto;
		padding-top: 50px;
		overflow: hidden;
	}

	/*--------------------header------------------*/
	#header{
		height: 50px;
		min-width: auto;
		width: 100%;
	}
	.header-inner{
		position: relative;
	}
	.logo{
		float: left;
		margin: 0;
		padding: 12px 0 12px 10px;
		bottom: auto;
		width: 65%;
		height: 50px;
		box-sizing: border-box;
	}
	.logo img{
		width: 100%;
	}
	.gnav{
		display: none;
	}
	.menu-sp{
		position: absolute;
		display: block;
		right: 0;
		width: 50px;
		height: 50px;
		background-color: #025cac;
	}
	.menu-sp-bar{
		position: relative;
		display: block;
		top: 50%;
		left: 15px;
		width: 20px;
		height: 1.5px;
		background-color: #fff;
		transition: 0.3s ease;
	}
	.menu-sp-bar::before,
	.menu-sp-bar::after{
		content: '';
		position: absolute;
		display: block;
		width: 20px;
		height: 1.5px;
		background-color: #fff;
		transition: 0.3s ease;
	}
	.menu-sp-bar::before{
		top: 5px;
	}
	.menu-sp-bar::after{
		top: -5px;
	}
	.menu-sp-bar.open{
		background-color: transparent;
	}
	.menu-sp-bar.open::after{
		top: 0;
		transform: rotate(45deg);
	}
	.menu-sp-bar.open::before{
		top: 0;
		transform: rotate(-45deg);
	}
	.gnav-sp{
		display: none;
		position: absolute;
		top: 50px;
		width: 100%;
		padding: 0 40px;
		background-color: #fff;
		box-sizing: border-box;
	}
	.gnav-sp.open{
		display: block;
	}
	.gnav-sp.open ul li a{
		display: block;
		padding: 19px 0 18px;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 100%;
		border-bottom: solid 1px #e7e7e7;
		background-image: url(../iamges/ic_arrow.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	.gnav-sp .header-banner{
		width: 150px;
		margin: 20px 0;
	}
	/*-----------------footer-------------------*/
	#footer{
		min-width: auto;
	}
	#footer .box{
		background-color: #025cac;
		height: 142.5px;
		width: 100%;
		padding-top: 38px;
	}
	.foot-nav{
		display: none;
	}
	.adrress{
		position: relative;
		width: 85.66vw;
		margin: 0 auto;
	}
	.footer-logo{
		max-width: 350px;
		width: 100%;
		margin: 0;
	}
	.footer-logo img{
		width: 100%;
	}
	.ad-info{
		display: flex;
		flex-wrap: wrap;
	}
	.street-ad{
		margin-left: 0px;
	}
	.tel-fax{
		margin-left: 17.5px;
	}
	.street-ad p,
	.tel-fax p{
		font-size: 11px;
	}
	.co-info{
		width: auto;
		margin: 10px auto;
	}
	.copyright{
		margin: 15px 0 0 0px;
	}
	.copyright p{
		font-size: 8px;
		color: #fff;
	}
}