@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap')

.min {
	font-family: 'Noto Serif JP', serif;
}

/***********************************************************************

------------------------------------------------------------------------
各種設定
***********************************************************************/

.no-scroll {
	overflow:hidden;
}

/* width
========================================== */

.wrap {
	padding-left: 15px;
	padding-right: 15px;
}
.wrap1300 , .wrap800 ,
.wrap700  {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.wrap1300 {	max-width: 1300px;}
.wrap800 {	max-width: 800px;}
.wrap700 {	max-width: 700px;}

.wrap1200 {	max-width: 1200px;}
.wrap1000 {	max-width: 1000px;}
.wrap960 {	max-width: 960px;}
.wrap420 {	max-width: 420px;}
.w280 {
	width: 280px;
}
input[type=password].w300 {
	width: 300px;
}
@media only screen and (max-width: 767px) {
	.wrap1300 .wrap700 {
		padding-left: 0;
		padding-right: 0;
	}
}

/* flexbox
========================================== */

.flex {
	display: flex;
}
.flex.ju-sb {
	justify-content: space-between;
}
.flex.ju-center {
	justify-content: center;
}
.flex.flex-wrap {
	flex-wrap: wrap;
}
.flex.ai-center {
	align-items: center;
}
.ai-end {
	align-items: flex-end;
}
.gap60 {	gap:60px;}
.gap20 {	gap:20px;}
.gap060 {	gap: 0 60px;}
.gap020 {	gap: 0 20px;}

/***********************************************************************

------------------------------------------------------------------------
アクセス時のアニメーション
***********************************************************************/

.top-op , .top-op2 {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	height: 100vh;
}
.top-op {
	z-index: 9999998;
	background: #3553E7;
	animation-duration: 0.8s;
	animation-delay:0.8s;
	animation-fill-mode: forwards;
	animation-name: top-op;
}
.top-op2 {
	z-index: 9999999;
	background:#E7355C;
	animation-duration: 0.7s;
	animation-delay: 0.6s;
	animation-fill-mode: forwards;
	animation-name: top-op2;
} 

@keyframes top-op{
	0% {
		width: 100%;
		left:0;
	}
	50% {
		width: 100%;
	}
	100% {
		width: 0%;
		left: 100%;
	}
}
@keyframes top-op2{
	0% {
		width: 100%;
		left:0;
	}
	50% {
		width: 100%;
	}
	100% {
		width: 0%;
		left: 100%;
	}
}

/* コンタクト
========================================== */

.cont {
	background: url(../img/top/bg_item01.svg) no-repeat right center;
	background-size: contain;
	display: flex;
	flex-wrap: wrap;
	padding: 150px 0;
}
@media only screen and (max-width: 767px) {
	.cont {
		padding: 70px 0;
		background: url(../img/top/bg_item01.svg) no-repeat right 180% bottom;
	}
	.cont .pic-cont {
		margin-top: 50px;
	}
}

/* ヘッダー
========================================== */

header {
	padding: 15px;
	display: flex;
	align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	header .logo {
		width: 50%;
	}
}
.header-menu {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.header-contact {
	display: flex;
	align-items: center;
	gap: 20px;
}
.header-tel {
	line-height: 1.2;
}
dl.header-tel dt {
	font-size: clamp(12px,1.07vw,16px);
}
dl.header-tel dd {
	font-size: clamp(20px,2.30vw,30px);
}
.header-recruit-btn.btn-red {
	width: 200px;
}
.header-link {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	justify-content: flex-end;
}
.header-link li a {
	font-size: clamp(14px , 1.53vw , 20px);
	font-weight: bold;
}
@media only screen and (max-width: 850px) {
	.header-contact {
		gap: 10px;
		margin-left: 1em;
		padding-right: 70px;
	}
	.header-link,
	.header-contact  .header-tel {
		display: none;
	}
	.header-contact > .btn-red {
		width: 100px;
		font-size: 12px;
	}
}

/* header > sp
========================================== */

.btn-spnav {
	background: #3553E7;
	display: block;
	width: 60px;
	height: 60px;
	display: none;
	cursor: pointer;
	border-radius: 2px;
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 9999999999999999;
}
.btn-spnav__open {
	background: #3553E7 url(../img/common/ic_menu_wh.svg) no-repeat center;
}
.btn-spnav__open.active {
	display: none;
}
.btn-spnav__close {
	background: #3553E7 url(../img/common/ic_close_wh.svg) no-repeat center;

}
@media only screen and (max-width: 850px) {
	.btn-spnav {
		display: block;
	}
}
.l-spnavi {
	position: fixed;
	width: 100%;
	height: 100vh;
	display: block;
	background: #fff;
	z-index: 99999999;
	left: 0;
	top: 0;
	display: none;
}
.l-spnavi.active {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.l-spnavi--header {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	align-items: center;
	width: 100%;
}
.l-spnavi--header--logo {
	width: 70%;
}
.l-spnavi--contents {
	padding: 15px;
	width: 100%;
}

ul.l-spnavi--contents-link li {
	border-bottom: 1px solid #C7C7C7;
}
ul.l-spnavi--contents-link li a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 15px 15px 15px 3em;
	line-height: 1.2;
	background: url(../img/common/ic_arr_r_red.svg) no-repeat center left 1em;
}
ul.l-spnavi--contents-link li a em {
	display: block;
	font-size: 14px;
}
.l-spnavi--copy {
	border-top: 1px solid #C7C7C7;
	padding: 2em 15px 1em;
	width: 100%;
}
.l-spnavi--copy > p {
	text-align: center;
	font-size: 12px;
}

/* フッター
========================================== */

footer {
	background: #E7355C;
	padding:30px 15px 40px;
	position: relative;
	margin-top: 70px;
}
footer  ul.footer-link {
	display: flex;
	justify-content: center;
}
footer  ul.footer-link li {
	position: relative;
	padding: 0 15px;
}
footer  ul.footer-link li a {
	font-size: 12px;
	color: #fff;
}
footer  ul.footer-link li + li::after {
	content: "";
	width: 2px;
	height: 12px;
	background: #fff;
	display: block;
	transform: rotate(45deg);
	position: absolute;
	top:50%;
	margin-top: -3px;
	left: 0;
}
ul.footer-link li a[target="_blank"]{
	background: url(../img/common/ic_blank.svg)no-repeat right center;
	padding-right: 2em;
	background-size: 24px;
}
@media only screen and (max-width: 767px) {
	footer  ul.footer-link {
		display: block;
	}
	footer  ul.footer-link li + li {
		margin-top: 20px;
	}
	footer  ul.footer-link li + li::after {
		display: none;
	}
	footer  ul.footer-link li a {
		text-align: center;
		display: block;
		width: 100%;
		border: 1px #fff solid;
		padding: 20px;
	}
	ul.footer-link li a[target="_blank"]{
		background: url(../img/common/ic_blank.svg)no-repeat right 16px center;
		background-size: 24px;
		padding-right: 0;
	}
}
footer .copy {
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	width: 350px;
	margin: 20px auto 0;
	padding-top: 20px;
}
.ic-pt {
	background: url(../img/common/ic_pt.svg) no-repeat;
	width: 72px;
	height: 72px;
	display: block;
	position: absolute;
	right: 2%;
	bottom: 10%;
}