﻿@charset "UTF-8";

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	font-size: 1.0rem;
	line-height: 2.0;
	text-align: center;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
	display: block;
}

body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}

ul, ol, li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea {
	vertical-align: middle;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

img {
	width: 100%;
	height: auto;
	border-style: none;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:focus {
	overflow: hidden;
	outline: none;
}

/*----- .clearfix -----*/

.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media screen and (min-width: 782px), print and (min-width: 0px) {
	/*--------------------------------------------------------------------------*/

	a {
		transition-property: opacity;
		transition-duration: 0.5s;
	}

	a:hover {
		opacity: 0.5;
	}

}

.roboto {
	font-family: 'Roboto';
}

/*----- common -----*/


header,
footer {
	font-family: 'Roboto';
}

header {
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 10000;
	position: fixed;
}

header #headerIn {
	width: 100%;
	position: relative;
}

header #headerH h1 {
	width: 160px;
	font-size: 0;
	top: 160px;
	left: 5%;
	position: absolute;
}

header #headerH h1 a {
	display: block;
}

header #headerH h1 a:hover {
	opacity: 1;
}

header #headerH #hamburger {
	display: none;
}

header #gNav {
	width: 100%;
	position: relative;
}

header #gNav #gNavH {
	display: none;
}

header #gNav nav {
	top: 152px;
	right: 5%;
	position: absolute;
}

header #gNav nav ul li {
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.14em;
	text-align: left;
}

header #gNav nav ul #gNavTop {
	display: none;
}

body header #gNav nav ul li a {
	color: #000;
}

body.top header #gNav nav ul #gNavTop a,
body.company header #gNav nav ul #gNavCompany a,
body.business header #gNav nav ul #gNavBusiness a,
body.recruit header #gNav nav ul #gNavRecruit a,
body.news header #gNav nav ul #gNavNews a,
body.contact header #gNav nav ul #gNavContact a {
	color: #999;
}

body.top header #gNav nav ul li.navOv a {
	color: #eee;
}

footer #ftNav {
	margin-left: 5%;
	padding: 0 5% 10px 0;
	border-bottom: 1px #000 solid;
}

footer #ftNav ul {
	display: flex;
}

footer #ftNav ul li {
	margin-right: 24px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.4rem;
	letter-spacing: 0.1em;
	text-align: left;
}

footer #ftBtm {
	padding: 0 5%;
	height: 280px;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

footer #ftBtm > div h1 {
	margin-bottom: 12px;
	width: 120px;
	font-size: 0;
}

footer #ftBtm > div h1 a {
	display: block;
}

footer #ftBtm > div h1 a:hover {
	opacity: 1;
}


footer #ftBtm > div p {
	color: #999;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 2;
	letter-spacing: 0.07em;
	text-align: left;
}

footer #ftBtm .copy {
	color: #999;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.3rem;
	letter-spacing: 0.07em;
	text-align: right;
}

footer #ftBtm .copy small {
	font-size: 1em;
}

main {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	text-align: left;
	z-index: 20;
	position: relative;
}

@media screen and (max-width: 767px) {

	header #headerH {
		width: 100%;
		height: 70px;
		background: #fff;
		position: relative;
	}

	header #headerH h1 {
		width: 120px;
		top: 28px;
		left: 25px;
	}

	header #headerH #hamburger {
		width: 84px;
		height: 100%;
		display: block;
		top: 0;
		right: 0;
		position: absolute;
	}

	header #headerH #hamburger a {
		width: 100%;
		height: 100%;
		background: url("../img/icon_menu.svg") no-repeat center center / 34px auto;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
	}

	header #gNav {
		width: 100%;
		height: 100vh;
		background: #1f1f1f;
		left: 0;
		top: 0;
		position: absolute;
		transform: translateX(-100%);
		opacity: 0;
		transition: transform 0s 0.2s, opacity 0.1s 0s;
	}

	header.open #gNav {
		transform: translateX(0);
		opacity: 1;
		transition: transform 0s, opacity 0.3s;
	}

	header #gNav #gNavH {
		width: 100%;
		height: 70px;
		position: relative;
		display: block;
	}

	header #gNav #gNavH h1 {
		width: 120px;
		top: 28px;
		left: 25px;
		position: absolute;
	}

	header #gNav #gNavH #closeBt {
		width: 84px;
		height: 100%;
		display: block;
		top: 0;
		right: 0;
		position: absolute;
	}

	header #gNav #gNavH #closeBt a {
		width: 100%;
		height: 100%;
		background: url("../img/icon_close.svg") no-repeat center center / 26px auto;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
	}

	header #gNav nav {
		width: 100%;
		height: calc(100vh - 70px);
		top: auto;
		right: auto;
		position: relative;
		overflow-y: auto;
	}

	header #gNav nav ul {
		padding: 40px 50px;
	}

	header #gNav nav ul li {
		margin-bottom: 14px;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 2;
		letter-spacing: 0.14em;
		text-align: left;
	}

	header #gNav nav ul #gNavTop {
		display: block;
	}

	body header #gNav nav ul li a {
		color: #fff;
	}

	footer {
		background: #fff;
	}

	footer #ftNav {
		margin-left: 25px;
		padding: 28px 25px 50px 0;
		border-top: 1px #000 solid;
		border-bottom: none;
	}

	footer #ftNav ul {
		display: block;
	}

	footer #ftNav ul li {
		margin-right: 0;
		margin-bottom: 12px;
		font-size: 1.2rem;
		font-weight: normal;
		line-height: 2.4rem;
		letter-spacing: 0.1em;
		text-align: left;
	}

	footer #ftBtm {
		padding: 0 25px 80px;
		height: auto;
		display: block;
	}

	footer #ftBtm .copy {
		margin-top: 58px;
		text-align: left;
	}

}

#mainV {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

#mainV #mainVTxt,
#mainV #mainVTxtU {
	padding-left: 5%;
	width: 100%;
	left: 0;
	bottom: 160px;
	position: absolute;
	box-sizing: border-box;
}

#mainV #mainVTxt {
	color: #fff;
	z-index: 52;
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%);
}

#mainV #mainVTxtU {
	color: #000;
	z-index: 38;
}

#mainV #mainVTxt p,
#mainV #mainVTxtU p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.0;
	letter-spacing: 0.05em;
	text-align: left;
}

#mainV #mainVList {
	padding: 80px 0 80px 20%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 40;
	position: relative;
}

#mainV #mainVListIn {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#mainV #mainVList .mainVBox,
#mainV #mainVList .mainVBox figure {
	width: 100%;
	height: 100%;
}

#mainV #mainVList .mainVBox {
	left: 0px;
	top: 0px;
	position: absolute;
}

#mainV #mainVList .mainVBox figure {
	position: relative;
}

#mainV #mainVList .mainVBox figure img {
	width: 100%;
	height: 100%;
	object-position: left center;
	object-fit: cover;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
}

body.loading #mainV {
	transform: translateY(50vh) scale(2,2);
}
body.loaded #mainV {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-duration: 1.5s;
	transform: translateY(0) scale(1,1);
}

#mainV #mainVList .mainVBox:nth-of-type(1) {
	z-index: 43;
}

#mainV #mainVList .mainVBox:nth-of-type(2) {
	z-index: 41;
}

#mainV #mainVList .mainVBox:nth-of-type(3) {
	z-index: 40;
}

#mainV #mainVList .mainVBox:nth-of-type(4) {
	z-index: 39;
}

#mainV #mainVList .mainVBox:nth-of-type(5) {
	z-index: 38;
}

#mainV #mainVList .mainVBox:last-of-type {
	z-index: 42;
}

#mainV #mainVList .mainVBox.set figure img {
	animation: mainAnimeA 5.0s cubic-bezier(0.215, 0.61, 0.355, 1) 0.0s infinite;
}

@keyframes mainAnimeA {
	0% {
		clip-path: inset(0 0 0 70%);
		transform: scale(1.3);
		filter: blur(6px);
	}
	16% {
		filter: blur(0);
	}
	38% {
		clip-path: inset(0);
		transform: scale(1);
		filter: blur(0);
	}
	100% {
		clip-path: inset(0);
		transform: scale(1);
	}
}

#topCts {
	padding: 200px 0 116px;
}

.topSec {
	padding: 0 0 200px 20%;
}

.topSec h1 {
	margin-bottom: 11px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.3rem;
	letter-spacing: 0.1em;
}

.topSec h2 {
	margin-bottom: 50px;
	color: #999;
	font-size: 1.1rem;
	line-height: 1.7rem;
	letter-spacing: 0.07em;
}

.topSec .dsc {
	margin-bottom: 50px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.5rem;
	letter-spacing: 0.07em;
}

.topSec .newsList {
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {

	#mainV #mainVTxt,
	#mainV #mainVTxtU {
		padding-left: 25px;
		bottom: 150px;
	}

	#mainV #mainVTxt {
		clip-path: polygon(100px 0, 100% 0, 100% 100%, 100px 100%);
	}

	#mainV #mainVTxt p,
	#mainV #mainVTxtU p {
		margin-bottom: 20px;
		font-size: 1.3rem;
		font-weight: 600;
		line-height: 2.2rem;
		letter-spacing: 0.1em;
		text-align: left;
	}

	#mainV #mainVList {
		padding: 70px 0 70px 100px;
	}

	#topCts {
		padding: 30px 0 200px;
	}

	.topSec {
		padding: 100px 0 100px 25px;
	}
}

.bt {
	width: 240px;
	position: relative;
}

.bt::after {
	content: "";
	width: 44px;
	height: 1px;
	background: #000;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	right: -22px;
	top: 50%;
	z-index: 2;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bt a,
.bt input[type="button"],
.bt input[type="submit"] {
	-webkit-appearance: none;
	margin: 0;
	padding: 13px 40px;
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	font-family: 'Roboto';
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.6rem;
	letter-spacing: 0.1em;
	display: block;
	z-index: 1;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bt:hover::after {
	background: #fff;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bt:hover a,
.bt:hover input[type="button"],
.bt:hover input[type="submit"] {
	background: #000;
	color: #fff;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bt a:hover {
	opacity: 1;
}

.newsList {
	border-bottom: 1px solid #f2f2f2;
}

.newsList li {
	border-top: 1px solid #f2f2f2;
}

.newsList li a {
	display: block;
	padding: 40px 28% 40px 0;
	background: #fff;
	position: relative;
	opacity: 1.0;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newsList li a:hover {
	opacity: 1.0;
	background: #fafafa;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newsList li a::after {
	content: " ";
	margin-top: -4px;
	width: 25px;
	height: 9px;
	background: url("../img/arr_nav_r.svg") no-repeat center center / contain;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	right: 25%;
	top: 50%;
	position: absolute;
	opacity: 0.3;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newsList li a:hover::after {
	transform: translateX(20px);
	opacity: 0.5;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newsList li a dl dt {
	margin-bottom: 11px;
	color: #999;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.5rem;
	letter-spacing: 0.07em;
}

.newsList li a dl dd {
	color: #000;
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: 0.07em;
}

@media screen and (max-width: 767px) {

	.newsList li a {
		padding-right: 75px;
	}

	.newsList li a::after {
		right: 25px;
	}

}

.subCts .container {
	padding-left: 20%;
	padding-right: 20%;
}

.headSec {
	padding: 360px 0 205px;
}

.headSec h1 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 3.5rem;
	letter-spacing: 0.1em;
}

.mainSec h2 {
	margin-bottom: 50px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.1rem;
	letter-spacing: 0.07em;
}

@media screen and (max-width: 767px) {

	.subCts .container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.headSec {
		padding: 268px 0 150px;
	}

}

#companyCts .container {
	padding-right: 0;
}

#companyCts .profile .jp {
	padding: 0 0 15px;
	border-bottom: 1px solid #f2f2f2;
}

#companyCts .profile .en {
	padding: 50px 0 130px;
}

#companyCts .profile dl dt {
	margin-bottom: 10px;
	color: #999;
	font-size: 1.2rem;
	line-height: 1.8rem;
	letter-spacing: 0.07em;
}

#companyCts .profile dl dd {
	margin-bottom: 35px;
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: 0.07em;
}

#companyCts .profile dl dd p,
#companyCts .profile dl dd ul li {
	font-size: 1em;
}

#companyCts .profile dl dd ul li {
	margin-bottom: 6px;
}

#companyCts .profile dl dd ul li:last-of-type {
	margin-bottom: 0;
}

#companyCts .access {
	padding: 0 0 250px;
}

#companyCts .access .map {
	width: 100%;
	position: relative;
}

#companyCts .access .map .info {
	left: -12.5%;
	bottom: 100px;
	position: absolute;
}

#companyCts .access .map .info h3 {
	margin-bottom: 30px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.07em;
}

#companyCts .address .jp {
	padding: 50px 0 40px;
	border-bottom: 1px solid #f2f2f2;
}

#companyCts .address .en {
	padding: 40px 0 50px;
}

#companyCts .address p {
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.5rem;
	letter-spacing: 0.07em;
}

@media screen and (max-width: 767px) {

	#companyCts .profile .jp {
		padding: 0 25px 10px 0;
		border-bottom: 1px solid #f2f2f2;
	}

	#companyCts .profile .en {
		padding: 50px 25px 160px 0;
	}

	#companyCts .profile dl dt {
		margin-bottom: 10px;
		color: #999;
		font-size: 1.2rem;
		line-height: 1.8rem;
		letter-spacing: 0.07em;
	}

	#companyCts .profile dl dd {
		margin-bottom: 40px;
	}

	#companyCts .profile dl dd p,
	#companyCts .profile dl dd ul li {
		font-size: 1em;
	}

	#companyCts .access {
		margin-right: -25px;
		padding: 0 0 260px;
	}

	#companyCts .access .map {
		width: 100%;
		position: relative;
	}

	#companyCts .access .map .info {
		left: -25px;
		bottom: 50px;
	}

	#companyCts .access .map .info h3 {
		margin-bottom: 30px;
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 0.07em;
	}

	#companyCts .address .jp {
		padding: 40px 25px 30px 0;
		border-bottom: 1px solid #f2f2f2;
	}

	#companyCts .address .en {
		padding: 30px 25px 40px 0;
	}

	#companyCts .address p {
		line-height: 2;
		letter-spacing: 0.07em;
	}

}

#businessCts .wedo {
	padding: 0 0 200px;
}

#businessCts .wedo p {
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.07em;
}

#businessCts .field {
	padding: 0 0 200px;
}

#businessCts .field figure {
	margin-bottom: 50px;
	width: 100%;
	max-width: 421px;
}

#businessCts .field .main {
	display: flex;
}

#businessCts .field .main .sec {
	width: calc(100% / 3);
}

#businessCts .field .main .sec h3 {
	margin-bottom: 22px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8rem;
	letter-spacing: 0.07em;
}

#businessCts .field .main .sec ul li {
	margin-bottom: 6px;
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: 0.07em;
}

#businessCts .field .main .sec ul li:last-of-type {
	margin-bottom: 0;
}

#businessCts .flow {
	padding: 0 0 300px;
}

#businessCts .flow dl {
	position: relative;
}

#businessCts .flow dl::before {
	content: "";
	width: 1px;
	height: 100%;
	background: #000;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	left: 68px;
	top: 0;
	position: absolute;
	z-index: 1;
}

#businessCts .flow dl > div {
	margin-bottom: 20px;
	padding: 21px 20px;
	background: #fff;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	z-index: 2;
	position: relative;
	align-items: center;
	display: flex;
}

#businessCts .flow dl > div:last-of-type {
	margin-bottom: 0;
}

#businessCts .flow dl > div dt {
	width: 133px;
	align-items: center;
	display: flex;
}

#businessCts .flow dl > div dt span {
	display: block;
}

#businessCts .flow dl > div dt .step {
	margin-right: 8px;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.3rem;
	letter-spacing: 0.07em;
}

#businessCts .flow dl > div dt .num {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2rem;
	letter-spacing: 0.07em;
}

#businessCts .flow dl > div dd {
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: 0.07em;
	flex: 1;
}

@media screen and (max-width: 767px) {

	#businessCts .field {
		padding: 0 0 150px;
	}

	#businessCts .field .main {
		display: block;
	}

	#businessCts .field .main .sec {
		margin-bottom: 50px;
		width: 100%;
	}

	#businessCts .field .main .sec h3 {
		margin-bottom: 15px;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.6rem;
		letter-spacing: 0.07em;
	}

	#businessCts .flow {
		padding: 0 0 300px;
	}

	#businessCts .flow dl::before {
		left: 48px;
	}

	#businessCts .flow dl > div {
		padding: 21px 0;
	}

	#businessCts .flow dl > div dt {
		width: 93px;
	}

	#businessCts .flow dl > div dd {
		line-height: 2;
	}

}

#recruitCts .list {
	padding: 0 0 200px;
}

#recruitCts .list p {
	margin-bottom: 24px;
	font-size: 1.3rem;
	line-height: 2.4rem;
	letter-spacing: 0.07em;
}

#recruitCts .list ul {
	display: flex;
}

#recruitCts .list ul li {
	margin-right: 10px;
	padding: 11px 0;
	width: 200px;
	border: 1px solid #000;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: 0.07em;
	text-align: center;
	box-sizing: border-box;
}

#recruitCts .job {
	padding: 0 0 300px;
}

#recruitCts .job dl {
	padding: 0 0 160px;
}

#recruitCts .job dl dt {
	margin-bottom: 10px;
	color: #999;
	font-size: 1.2rem;
	line-height: 1.8rem;
	letter-spacing: 0.07em;
}

#recruitCts .job dl dd {
	margin-bottom: 40px;
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: 0.07em;
}

#recruitCts .job dl dd ul li {
	margin-bottom: 6px;
	font-size: 1em;
}

#recruitCts .job dl dd ul li:last-of-type {
	margin-bottom: 0;
}

#recruitCts .job .note {
	font-size: 1.3rem;
	line-height: 2;
}

#recruitCts .job .note a {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {

	#recruitCts .list {
		padding: 0 0 195px;
	}

	#recruitCts .list ul {
		display: block;
	}

	#recruitCts .list ul li {
		margin-right: 0;
		margin-bottom: 5px;
		padding: 11px 32px;
		width: 270px;
		text-align: left;
		box-sizing: border-box;
	}

	#recruitCts .job {
		padding: 0 0 300px;
	}

	#recruitCts .job dl {
		padding: 0 0 160px;
	}

}

#newsCts {
	padding: 0 0 300px;
}

#newsCts .container.list,
#newsCts .container.back {
	padding-right: 0;
}

#newsCts .newsNavi {
	margin-top: 100px;
	position: relative;
}

#newsCts .newsBack {
	padding-top: 100px;
	border-top: 1px solid #f2f2f2;
	display: flex;
}

#newsCts .newsHead {
	padding: 0 0 150px;
}

#newsCts .newsHead h2 {
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.2rem;
	letter-spacing: 0.07em;
}

#newsCts .newsHead .date {
	color: #999;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.5rem;
	letter-spacing: 0.07em;
}

#newsCts .newsBody {
	padding: 0 0 100px;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.07em;
}

#newsCts .newsBody p {
	margin-top: 50px;
}

#newsCts .newsBody p a {
	text-decoration: underline;
}

#newsCts .newsBody figure {
	margin-top: 40px;
	width: 100%;
}

.newsBack p,
.newsNavi .prev,
.newsNavi .next {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4rem;
	letter-spacing: 0.07em;
}

.newsNavi .prev,
.newsNavi .next {
	top: 0;
	position: absolute;
}

.newsNavi .prev {
	left: 0;
}

.newsNavi .next {
	right: 0;
}

.newsBack p a,
.newsNavi .prev a,
.newsNavi .next a {
	display: block;
}

.newsBack p a,
.newsNavi .prev a {
	padding-left: 45px;
	background: url("../img/arr_nav_l.svg") no-repeat left center / 25px auto;
}

.newsNavi .next a {
	padding-right: 45px;
	background: url("../img/arr_nav_r.svg") no-repeat right center / 25px auto;
}

.newsNavi .num {
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.6rem;
	letter-spacing: 0.07em;
	text-align: center;
}

.newsNavi .num span {
	margin: 0 20px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.6rem;
	letter-spacing: 0.07em;
	text-align: center;
	display: inline-block;
}

@media screen and (max-width: 767px) {

	#newsCts .container.back {
		padding-right: 25px;
	}

	#newsCts .newsNavi {
		margin-top: 100px;
		position: relative;
	}

	#newsCts .newsBack {
		padding-top: 80px;
	}

	#newsCts .newsHead {
		padding: 0 0 100px;
	}

	#newsCts .newsBody {
		padding: 0 0 80px;
	}

	.newsNavi .prev a {
		padding-left: 35px;
	}

	.newsNavi .next a {
		padding-right: 35px;
	}

	.newsNavi .num span {
		margin: 0 10px;
	}

}

#contactCts {
	padding: 0 0 300px;
}

#contactCts .contactHd {
	padding: 0 0 100px;
}

#contactCts .contactHd p {
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.07em;
}

#contactCts .contactHd p.maillink {
	margin-top: 30px;
	font-weight: normal;
	line-height: 1.5rem;
	letter-spacing: 0.07em;
}

#contactCts .contactHd p.maillink a {
	color: #000;
	text-decoration: underline;
}

#contactCts .contactNav {
	justify-content: space-between;
	display: flex;
}

#contactCts .contactNav li {
	padding-bottom: 9px;
	width: calc((100% - 30px) / 3);
	color: #999;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.5rem;
	letter-spacing: 0.07em;
	text-align: center;
	position: relative;
}

#contactCts .contactNav li::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	left: 0;
	bottom: 0;
	position: absolute;
}

#contactCts .contactNav li.set {
	color: #000;
}

#contactCts .contactNav li.set::before {
	background: #000;
}

#contactCts .formMain .confirmTxt {
	padding: 80px 0 30px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 0.07em;
}

#contactCts .formMain dl {
	padding: 50px 0 0;
	width: 100%;
	max-width: 600px;
}

#contactCts .formMain dl dt {
	margin-bottom: 10px;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.5rem;
	letter-spacing: 0.07em;
	position: relative;
}

#contactCts .formMain.confirm dl dt {
	color: #999;
}

#contactCts .formMain dl dt span {
	left: -33px;
	top: 0;
	position: absolute;
}

#contactCts .formMain dl dd {
	margin-bottom: 40px;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.07em;
}

#contactCts .formMain.confirm dl dd {
	padding: 10px 0;
	border-bottom: 1px #e6e6e6 solid;;
}

#contactCts .formMain dl dd input[type="text"],
#contactCts .formMain dl dd input[type="tel"],
#contactCts .formMain dl dd input[type="url"],
#contactCts .formMain dl dd input[type="email"],
#contactCts .formMain dl dd textarea {
	-webkit-appearance: none;
	padding: 11px 20px;
	width: 100%;
	background: #fff;
	border: 1px #e6e6e6 solid;;
	border-radius: 0px;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 2.0rem;
	letter-spacing: 0.07em;
	outline: none;
	box-sizing: border-box;
}

#contactCts .formMain dl dd textarea {
	padding: 14px 20px;
	height: 250px;
	line-height: 2;
	font-family: sans-serif;
}

#contactCts .formMain dl dd input[type="text"]::placeholder,
#contactCts .formMain dl dd input[type="tel"]::placeholder,
#contactCts .formMain dl dd input[type="url"]::placeholder,
#contactCts .formMain dl dd input[type="email"]::placeholder,
#contactCts .formMain dl dd textarea::placeholder {
	color: #ccc;
}

#contactCts .formBt {
	padding: 60px 0 0;
	display: flex;
}

#contactCts .formBt .bt {
	margin-right: 62px;
}

#contactCts .formBt .bt:last-of-type {
	margin-right: 0;
}

#contactCts .formBt .bt a,
#contactCts .formBt .bt input[type="button"],
#contactCts .formBt .bt input[type="submit"] {
	text-align: left;
}

#contactCts .formEnd {
	padding: 80px 0 0;
}

#contactCts .formEnd h2 {
	margin-bottom: 50px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.07em;
}

#contactCts .formEnd p {
	margin-top: 26px;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.07em;
}

#contactCts .formErr {
	padding: 80px 0 0;
}

#contactCts .formErr ul li {
	margin-bottom: 6px;
	color: #f00;
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: 0.07em;
}

#contactCts .formErr ul li:last-of-type {
	margin-bottom: 0;
}

#contactCts .formErr ul li span {
	font-weight: 600;
}

@media screen and (max-width: 767px) {

	#contactCts .contactNav li {
		padding-bottom: 11px;
		width: calc((100% - 8px) / 3);
		font-size: 1rem;
		line-height: 1.2rem;
		letter-spacing: 0.07em;
	}

	#contactCts .formMain .confirmTxt {
		padding: 80px 0 20px;
		font-size: 1.5rem;
		line-height: 2.3rem;
		letter-spacing: 0.07em;
	}

	#contactCts .formMain dl dt span {
		margin-left: 20px;
		display: inline-block;
		left: auto;
		top: auto;
		position: relative;
	}

	#contactCts .formMain.confirm dl dd {
		padding: 5px 0 10px;
		border-bottom: 1px #e6e6e6 solid;;
	}

	#contactCts .formMain dl dd input[type="text"],
	#contactCts .formMain dl dd input[type="tel"],
	#contactCts .formMain dl dd input[type="url"],
	#contactCts .formMain dl dd input[type="email"],
	#contactCts .formMain dl dd textarea {
		padding: 12px 10px;
		font-size: 1.6rem;
		line-height: 2.4rem;
		letter-spacing: 0.07em;
	}

	#contactCts .formMain dl dd textarea {
		padding: 10px 10px;
	}

	#contactCts .formBt {
		display: block;
	}

	#contactCts .formBt .bt {
		margin-right: 0;
		margin-bottom: 10px;
	}

	#contactCts .formBt .bt:last-of-type {
		margin-right: 0;
		margin-bottom: 0;
	}

	#contactCts .formEnd h2 {
		font-size: 1.5rem;
		line-height: 2;
		letter-spacing: 0.07em;
	}

}


/*----- flg -----*/


.flgP {
	display: block;
}

.flgS {
	display: none;
}

@media screen and (max-width: 767px) {

	.flgP {
		display: none;
	}

	.flgS {
		display: block;
	}

}

#loadingSec {
	width: 100%;
	height: 0;
	display: none;
}

body.top #loadingSec {
	display: block;
}

#loadingSec::before {
	content: "";
	width: 100%;
	height: 100vh;
	background-color: #fff;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	left: 0;
	top: 100vh;
	z-index: 99998;
	position: fixed;
}

#loadingSec h1 {
	margin-top: -10px;
	margin-left: -80px;
	width: 160px;
	font-size: 0;
	left: 50vw;
	top: 50vh;
	z-index: 99999;
	position: fixed;
}

#loadingSec .loader {
	width: 0%;
	height: 1px;
	background-color: #f2f2f2;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	left: 0;
	top: calc(50vh + 80px);
	z-index: 99999;
	position: fixed;
	animation: loadline 1.7s linear 0s 1 normal forwards;
}

@keyframes loadline {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

body #loadingSec::before {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0.5s;
	transition-duration: 1s;
	transform: translateY(-100%);
}

body.loaded #loadingSec::before {
	transform: translateY(-200%);
}

body.end #loadingSec {
	display: none;
}

body #loadingSec h1 {
	transition-property: transform,opacity;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-duration: 1s;
	transform: translateY(100%);
	opacity: 0;
}

body.loading #loadingSec h1 {
	transform: translateY(0);
	opacity: 1;
}

body.loaded #loadingSec h1 {
	transform: translateY(-100%);
	opacity: 0;
}

body #loadingSec .loader {
	transition-property: opacity;
	opacity: 0;
}

body.loading #loadingSec .loader {
	opacity: 1;
}

body.loaded #loadingSec .loader {
	opacity: 0;
}

#pageChg {
	width: 100%;
	height: 100vh;
	background-color: #f2f2f2;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	left: 0;
	z-index: 88888;
	position: fixed;
}

#pageChg {
	top: 100vh;
	transition-property: top;
	transition-timing-function: cubic-bezier(.6,.01,.74,.2);
	transition-duration: 0s;
}

#pageChg.in {
	top: 0;
	transition-duration: 0.6s;
}

#pageChg.out {
	top: -100vh;
	transition-duration: 0.6s;
}

#pageChg.end {
	top: 100vh;
	transition-duration: 0s;
}

.fade {
	opacity: 0;
	transform: translate(0,40px);
}

.fadeOn {
	opacity: 1;
	transform: translate(0,0);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

