@charset "utf-8";
/*
Theme Name: Qasee
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Hind Madurai", "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FAFAFA;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 7rem;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#container {
		padding-top: 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2rem 10rem;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	align-items: center;
	background: rgba(255, 255, 255, 0.85);
	z-index: 100;
}
#gHeader h1 {
	width: 10.2rem;
}
#gNavi {
	flex: 1;
}
#gNavi ul {
	justify-content: flex-end;
}
#gNavi li {
	margin: 0 0.3rem 0 3.8rem;
}
#gNavi a {
	font-size: 1.4rem;
	letter-spacing: 0.07rem;
}
@media all and (max-width: 920px) {
	#gNavi li {
		margin: 0 0 0 2.4vw;
	}
}
@media all and (min-width: 768px) {
	#gNavi a:hover {
		color: #9F9F9F;
	}
}
@media all and (max-width: 767px) {
	#gHeader {
		padding: 0 0 0 2.5rem;
		height: 4.8rem;
		position: static;
	}
	#gHeader h1 {
		width: 8rem;
	}
	#gNavi {
		display: none;
		position: fixed;
		right: 0;
		top: 0;
		width: 23.7rem;
		height: 100%;
		overflow-y: auto;
		padding-right: 4.8rem;
		background: rgba(255, 255, 255, 0.90);
		z-index: 99;
	}
	#gNavi ul {
		margin: 4.8rem 0;
		height: 100%;
		display: block;
		border-left: 1px solid #D9D9D9;
		border-right: 1px solid #D9D9D9;
	}
	#gNavi li {
		margin: 0;
		border-top: 1px solid #D9D9D9;
	}
	#gNavi li:last-child {
		border-bottom: 1px solid #D9D9D9;
	}
	#gNavi a {
		padding: 1.4rem;
		display: block;
		line-height: 1.85;
		text-align: center;
		letter-spacing: 0.098rem;
	}
	.menu {
		position: fixed;
		right: 0;
		top: 0;
		width: 4.8rem;
		height: 4.8rem;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 101;
		transition: all .3s ease;
		background-color: #fff;
	}
	.menu img {
		width: 2rem;
	}
	.menu .close {
		display: none;
		width: 2.2rem;
	}
	.menu.on .open {
		display: none;
	}
	.menu.on .close {
		display: block;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5.5rem 10rem;
	justify-content: space-between;
}
#gFooter .fNavi {
	margin-top: 1rem;
	width: 39rem;
}
#gFooter .navi01 {
	margin-right: -0.8rem;
	width: 24rem;
	gap: 0.6rem 0;
}
#gFooter .navi01 li {
	width: 50%;
}
#gFooter .navi01 a {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.65;
	letter-spacing: 0.07rem;
}
#gFooter .navi02 li {
	margin-bottom: 1.6rem;
}
#gFooter .navi02 a {
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.084rem;
}
#gFooter .rBox {
	padding-left: 3rem;
	border-left: 1px solid #EFEFEF;
}
#gFooter .fLogo {
	margin-bottom: 2rem;
	width: 17.9rem;
}
#gFooter .rBox p {
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.12rem;
}
#gFooter address {
	font-size: 1rem;
	line-height: 1.7;
}
@media all and (max-width: 840px) {
	#gFooter .fNavi {
		flex: 1;
		width: auto;
	}
	#gFooter .navi01 {
		width: 24vw;
	}
}
@media all and (min-width: 768px) {
	#gFooter .fNavi a:hover {
		color: #9F9F9F;
	}
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 2.6rem 3rem;
		display: block;
	}
	#gFooter .fNavi {
		margin: 0 0 4.8rem;
		width: auto;
		display: block;
	}
	#gFooter .navi01 {
		margin: 0 0 1.5rem;
		width: 24rem;
		gap: 1.4rem 0;
	}
	#gFooter .navi01 a {
		font-weight: 400;
	}
	#gFooter .navi02 li {
		margin-bottom: 1.6rem;
	}
	#gFooter .navi02 a {
		letter-spacing: 0.06rem;
	}
	#gFooter .rBox {
		padding: 2rem 0 0;
		border-top: 1px solid #EFEFEF;
		border-left: none;
	}
	#gFooter .fLogo {
		margin-bottom: 1.8rem;
		width: 14.2rem;
	}
	#gFooter .rBox p {
		margin-bottom: 0.1rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 767px) {}
/*------------------------------------------------------------
	fixBox
------------------------------------------------------------*/
.fixBtn {
	position: fixed;
	right: 0;
	top: 7rem;
	width: 6rem;
	z-index: 100;
}
.fixBtn a {
	display: block;
}
.fixBtn .ttl {
	height: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.21rem;
	background-color: #4472BA;
}
.fixBtn a .link {
	padding-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 19.7rem;
	background: #EFEFEF;
	color: #4472BA;
	font-size: 1.2rem;
	line-height: 1.15;
	transition: .3s;
}
.fixBtn a .txt {
	width: 1.6rem;
	display: inline-block;
	word-break: break-all;
	text-align: center;
	padding-bottom: 2rem;
	background: url(img/common/icon01.png) no-repeat center bottom/1.6rem;
}
.fixBtn a .txtSub {
	width: 1.2rem;
	display: inline-block;
	margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
	.fixBtn a:hover .link {
		background-color: #CCF0FF;
	}
}
@media all and (max-width: 767px) {
	.fixBtn {
		top: 4.8rem;
		width: 4.8rem;
	}
	.fixBtn .ttl {
		height: 4.8rem;
	}
	.fixBtn a .link {
		padding-bottom: 0;
		height: 17.3rem;
		line-height: 1.05;
	}
	.fixBtn a .txt {
		background-size: 1.4rem;
	}
	.fixBtn a .txtSub {
		margin-bottom: 0.5rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
.inter {
	font-family: "Inter", sans-serif;
}
.content {
	margin: 0 auto;
	padding: 0 24rem;
	max-width: 168rem;
}
@media all and (max-width: 1279px) {
	.content {
		padding: 0 10rem;
	}
}
@media all and (max-width: 767px) {
	.content {
		padding: 0 7.7rem 0 3rem;
	}
}
/*------------------------------------------------------------
	leadBox
------------------------------------------------------------*/
.leadBox {
	padding: 7rem 0 5rem;
	border-bottom: 1px solid #EFEFEF;
}
.leadBox p {
	font-size: 1.4rem;
	line-height: 1.85;
	letter-spacing: 0.098rem;
}
@media all and (max-width: 767px) {
	.leadBox {
		padding: 3.5rem 0 4.1rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.85;
	letter-spacing: 0.098rem;
}
.headLine01 .large {
	margin-top: 3.5rem;
	display: block;
	color: #4472BA;
	font-size: 2.4rem;
	line-height: 1.7;
	letter-spacing: 0.144rem;
	text-align: justify;
}
@media all and (max-width: 767px) {
	.headLine01 {
		font-size: 1.3rem;
		letter-spacing: 0.091rem;
	}
	.headLine01 .large {
		margin-top: 1.8rem;
		font-size: 2rem;
		line-height: 1.7;
		letter-spacing: 0.2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	color: #4472BA;
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.15;
	letter-spacing: 0.2rem;
}
@media all and (max-width: 767px) {
	.headLine02 {
		font-size: 2.6rem;
		line-height: 1.35;
		letter-spacing: 0.13rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	color: #4472BA;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.16rem;
}
@media all and (max-width: 767px) {
	.headLine03 {
		font-size: 1.8rem;
		line-height: 1.75;
		letter-spacing: 0.162rem;
	}
}
/*------------------------------------------------------------
	newsList
------------------------------------------------------------*/
.newsList li {
	position: relative;
}
.newsList li:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 999.9rem;
	height: 1px;
	background-color: #EFEFEF;
	content: "";
}
.newsList a {
	padding: 4.3rem 7.8rem 4.9rem 0;
	position: relative;
	display: flex;
	align-items: flex-start;
}
.newsList a:after {
	position: absolute;
	right: 0;
	top: 4.6rem;
	width: 3.9rem;
	height: 3.9rem;
	transition: .3s;
	background: #4472BA url(img/common/icon02.png) no-repeat center center/1.1rem;
	content: "";
}
.newsList .date {
	margin: 0.5rem 1.9rem 0 0;
	width: 10.3rem;
	font-size: 1.4rem;
	color: #4472BA;
	font-weight: 300;
	line-height: 1.65;
	letter-spacing: 0.07rem;
	transition: .3s;
}
.newsList .rBox {
	flex: 1;
}
.newsList .rBox .title {
	margin-bottom: 0.7rem;
	font-size: 2rem;
	line-height: 1.7;
	letter-spacing: 0.16rem;
}
.newsList .rBox .text {
	font-size: 1.4rem;
	text-align: justify;
	line-height: 1.85;
	letter-spacing: 0.098rem;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
@media all and (min-width: 768px) {
	.newsList a:hover {
		color: #9F9F9F;
	}
	.newsList a:hover:after {
		background-color: #82BFF1;
	}
	.newsList a:hover .date {
		color: #82BFF1;
	}
}
@media all and (max-width: 767px) {
	.newsList a {
		padding: 2.6rem 0 2.3rem 0;
		display: block;
	}
	.newsList a:after {
		right: 0.1rem;
		top: 2.6rem;
		width: 2.4rem;
		height: 2.4rem;
		background-size: 0.7rem;
	}
	.newsList .date {
		margin: 0;
		width: auto;
		font-size: 1.3rem;
		font-weight: 400;
		line-height: 1.85;
		letter-spacing: 0.091rem;
	}
	.newsList .rBox .title {
		margin: 0 2rem 1.5rem 0;
		font-size: 1.6rem;
		line-height: 1.85;
		letter-spacing: 0.144rem;
	}
	.newsList .rBox .text {
		font-size: 1.2rem;
		line-height: 1.8;
		-webkit-line-clamp: 4;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 6.3rem;
	display: flex;
	justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi > span {
	width: 4.5rem;
	height: 4.4rem;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.09rem;
	display: flex;
	align-items: center;
	justify-content: center;
	order: 1;
}
.wp-pagenavi > span {
	color: #9F9F9F;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .extend {
	font-size: 2rem;
	letter-spacing: 0.1rem;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	text-indent: -999rem;
	font-size: 0;
}
.wp-pagenavi .previouspostslink {
	order: 0;
}
.wp-pagenavi .nextpostslink {
	order: 2;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
	margin-left: 0.8rem;
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	transition: .3s;
	border-top: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
	transform: rotate(-135deg);
	content: "";
}
.wp-pagenavi .nextpostslink:before {
	margin: 0 1rem 0 0;
	transform: rotate(45deg);
}
@media all and (min-width: 768px) {
	.wp-pagenavi a:hover {
		color: #82BFF1;
	}
	.wp-pagenavi .previouspostslink:hover:before,
	.wp-pagenavi .nextpostslink:hover:before {
		border-color: #82BFF1;
	}
}
@media all and (max-width: 767px) {
	.wp-pagenavi {
		margin: 3rem -2rem 0;
		justify-content: flex-start;
	}
	.wp-pagenavi a, .wp-pagenavi > span {
		margin: 0 0.3rem;
	}
	.wp-pagenavi .extend, .wp-pagenavi .first, .wp-pagenavi .last {
		display: none;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink .linkTxt {
	padding-right: 3rem;
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 1.9rem;
	line-height: 1.3;
	letter-spacing: 0.098rem;
	transition: .3s;
}
.comLink .linkTxt:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 1.9rem;
	height: 1.9rem;
	transition: .3s;
	background-color: #4472BA;
	box-sizing: border-box;
	content: "";
}
.comLink .linkTxt:after {
	position: absolute;
	right: 0.75rem;
	top: 0.7rem;
	width: 0.5rem;
	height: 0.5rem;
	transition: .3s;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	content: "";
}
@media all and (min-width: 768px) {
	.comLink .linkTxt:hover {
		color: #9F9F9F;
	}
	.comLink .linkTxt:hover:before {
		background-color: #82BFF1;
	}
}
@media all and (max-width: 767px) {
	.comLink .linkTxt {
		padding-right: 2.7rem;
	}
	.comLink .linkTxt:before {
		top: -0.1rem;
	}
	.comLink .linkTxt:after {
		top: 0.6rem;
	}
}
/*------------------------------------------------------------
	comBack
------------------------------------------------------------*/
.comBack {
	margin-top: 5rem;
}
.comBack a, .comBack input {
	padding: 0.1rem 0 0 3rem;
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 2.2rem;
	color: #4472BA;
	letter-spacing: 0.112rem;
}
.comBack a:before, .submit .comBack:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 2.2rem;
	height: 2.2rem;
	transition: .3s;
	border: 1px solid #4472BA;
	box-sizing: border-box;
	content: "";
}
.comBack a:after, .submit .comBack:after {
	position: absolute;
	left: 0.9rem;
	top: 0.7rem;
	width: 0.6rem;
	height: 0.6rem;
	transition: .3s;
	border-top: 1px solid #4472BA;
	border-right: 1px solid #4472BA;
	transform: rotate(-135deg);
	content: "";
}
@media all and (min-width: 768px) {
	.comBack a:hover, .comBack input:hover {
		color: #82BFF1;
	}
	.comBack a:hover:before, .comBack a:hover:after, .submit .comBack:hover:before, .submit .comBack:hover:after {
		border-color: #82BFF1;
	}
}
@media all and (max-width: 767px) {
	.comBack {
		margin-top: 4.2rem;
	}
	.comBack a, .comBack input {
		padding-top: 0.2rem;
	}
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm input[type="text"], .mailForm input[type="tel"], .mailForm input[type="email"], .mailForm select, .mailForm textarea {
	padding: 1rem 1.4rem;
	width: 100%;
	height: 5rem;
	border-radius: 0.5rem;
	background: none;
	border: 1px solid #9F9F9F;
	color: #333;
	font-size: 1.4rem;
	letter-spacing: 0.098rem;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}
.mailForm input::placeholder, .mailForm textarea::placeholder {
	color: #9F9F9F;
	opacity: 1;
}
.mailForm input:-ms-input-placeholder, .mailForm textarea:-ms-input-placeholder {
	color: #9F9F9F;
	opacity: 1;
}
.mailForm select {
	background: url(img/common/icon04.png) no-repeat right 1.6rem center/1rem;
}
.mailForm .nameInput {
	display: flex;
	gap: 1.1rem;
}
.mailForm .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.mailForm textarea {
	padding-top: 1.8rem;
	height: 36.4rem;
	resize: vertical;
}
.mailForm .wpcf7-not-valid-tip {
	margin-top: 1.1rem;
	padding-left: 2.5rem;
	color: #D23937;
	line-height: 1.85;
	letter-spacing: 0.098rem;
	background: url(img/common/icon03.png) no-repeat left 0.3rem/1.8rem;
}
.mailForm .agree {
	margin-bottom: 2.2rem;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.85;
	letter-spacing: 0.098rem;
	text-align: center;
}
.mailForm .agree a {
	color: #4472BA;
	text-decoration: underline;
}
.mailForm .submit {
	margin: 0 auto;
	width: 36.3rem;
}
.mailForm .submit li {
	cursor: pointer;
	position: relative;
}
.mailForm .submit input {
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: .3s;
}
.mailForm .submit .send {
	padding-right: 5.4rem;
}
.mailForm .submit .send:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 5.3rem;
	height: 5.3rem;
	transition: .3s;
	background: #4472BA url(img/common/icon02.png) no-repeat center center/1.1rem;
	content: "";
}
.mailForm .submit .send input {
	padding: 0.2rem 0 0 3.2rem;
	width: 100%;
	min-height: 5.3rem;
	color: #fff;
	font-size: 2rem;
	line-height: 1.7;
	letter-spacing: 0.16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	border: none;
	background: #4472BA;
}
.mailForm .submit .comBack {
	margin-bottom: 2.5rem;
	position: relative;
}
.mailForm .submit .comBack input {
	background: none;
	border: none;
	font-size: 1.6rem;
	line-height: 1.3;
}
.mailForm .submit .wpcf7-spinner {
	position: absolute;
	left: 47%;
	bottom: -3rem;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2rem 0 0 !important;
	padding: 1.2rem 1rem 1rem !important;
	color: #D23937;
	font-size: 1.6rem;
	letter-spacing: 0.07rem;
	border-color: #D23937 !important;
	border-radius: 0.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.wpcf7 form .wpcf7-response-output:before {
	margin: 0.1rem 0.5rem 0 0;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	flex-shrink: 0;
	background: url(img/common/icon07.png) no-repeat left top/100%;
	content: "";
}
@media all and (min-width: 768px) {
	.mailForm .agree a:hover {
		color: #82BFF1;
	}
	.mailForm .submit .send:hover:after {
		background-color: #82BFF1;
	}
	.mailForm .submit .send input:hover {
		background: #82BFF1;
	}
}
@media all and (max-width: 767px) {
	.mailForm input[type="text"], .mailForm input[type="tel"], .mailForm input[type="email"], .mailForm select, .mailForm textarea {
		font-size: 1.3rem;
		letter-spacing: 0.13rem;
	}
	.mailForm select {
		font-size: 1.4rem;
		letter-spacing: 0.07rem;
		background-position: right 2.5rem center;
	}
	.mailForm .nameInput {
		flex-direction: column;
	}
	.mailForm input[type="text"].wid01 {
		width: 100%;
	}
	.mailForm textarea {
		height: 33.8rem;
	}
	.mailForm .wpcf7-not-valid-tip {
		background-position: left 0.2rem;
		letter-spacing: 0.091rem;
	}
	.mailForm .agree {
		margin-bottom: 2.2rem;
		font-size: 1.3rem;
		line-height: 1.7;
		letter-spacing: 0.13rem;
		text-align: left;
	}
	.mailForm .agree a {
		text-decoration: none;
	}
	.mailForm .submit {
		margin: 0;
		width: 26.7rem;
	}
	.mailForm .submit .send input {
		padding: 0.2rem 0 0 2rem;
		font-size: 1.6rem;
		line-height: 1.6;
		justify-content: flex-start;
		text-align: left;
	}
	.mailForm .submit .comBack {
		margin: 4.5rem 0 2.5rem;
	}
	.mailForm .submit .comBack input {
		font-size: 1.4rem;
		line-height: 1.65;
		letter-spacing: 0.07rem;
	}
	.wpcf7 form .wpcf7-response-output {
		max-width: 26.7rem;
		margin-top: 1.5rem !important;
		font-size: 1.4rem;
		line-height: 1.85;
		padding: 0.9rem 0.5rem 0.5rem 1rem !important;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	padding: 7.5rem 0;
	background: url(img/common/com_bg.jpg) no-repeat center top/cover;
}
.comBox .phoBox {
	width: 55.5%;
}
.comBox .phoBox img {
	width: 100%;
}
.comBox .txtBox {
	flex: 1;
}
.comBox .txtBox a {
	height: 100%;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
}
.comBox .txtBox .headLine02 {
	margin-bottom: 1.9rem;
	display: block;
	width: 65%;
	max-width: 26.6rem;
	transition: .3s;
	padding-bottom: 1rem;
	border-bottom: 1px solid #EFEFEF;
}
.comBox .txtBox .comLink {
	width: 100%;
	display: block;
}
.comBox .txtBox .comLink .linkTxt {
	min-width: 12.3rem;
}
@media all and (min-width: 768px) and (max-width: 820px) {
	.comBox .txtBox .headLine02 {
		font-size: 3.9vw;
	}
}
@media all and (min-width: 768px) {
	.comBox .txtBox a:hover .headLine02 {
		color: #82BFF1;
	}
	.comBox .txtBox a:hover .comLink .linkTxt {
		color: #9f9f9f;
	}
	.comBox .txtBox a:hover .comLink .linkTxt:before {
		background-color: #82BFF1;
	}
}
@media all and (max-width: 767px) {
	.comBox {
		padding: 4rem 0.1rem 4rem 1rem;
		background-image: url(img/common/com_bg_sp.jpg);
	}
	.comBox .content {
		display: block;
	}
	.comBox .phoBox {
		width: auto;
	}
	.comBox .txtBox a {
		padding: 3.2rem 3rem 3rem;
		display: block;
	}
	.comBox .txtBox .headLine02 {
		margin: 0 auto 1.2rem;
		width: auto;
		max-width: 20rem;
		font-size: 3rem;
		line-height: 1.2;
		letter-spacing: 0.15rem;
		padding-bottom: 0.9rem;
	}
	.comBox .txtBox .comLink .linkTxt {
		min-width: 10.2rem;
	}
}
/*------------------------------------------------------------
	comStepList
------------------------------------------------------------*/
.comStepList li {
	display: flex;
	border: 1px solid #6198E1;
	border-right: none;
}
.comStepList li:not(:last-child) {
	margin-bottom: 3.5rem;
}
.comStepList .num {
	width: 12.8rem;
	min-height: 18.3rem;
	color: #4472BA;
	font-size: 5rem;
	font-weight: 300;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #6198E1;
}
.comStepList .rBox {
	padding: 2rem 4.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	max-width: 131rem;
	flex: 1;
}
.comStepList .rBox p {
	width: 100%;
	padding-right: 19rem;
	color: #4472BA;
	font-size: 1.4rem;
	line-height: 1.85;
	letter-spacing: 0.098rem;
}
.comStepList .rBox .ttl {
	margin-bottom: 0.9rem;
	font-size: 2.4rem;
	line-height: 1.7;
	letter-spacing: 0.144rem;
}
@media all and (max-width: 1279px) {
	.comStepList .rBox p {
		padding-right: 5.2rem;
	}
}
@media all and (max-width: 767px) {
	.comStepList li:not(:last-child) {
		margin-bottom: 2rem;
	}
	.comStepList .num {
		width: 4.6rem;
		min-height: 13rem;
		font-size: 3rem;
	}
	.comStepList .rBox {
		padding: 2.3rem 7.7rem 2.1rem 1.8rem;
	}
	.comStepList .rBox p {
		padding-right: 0;
		font-size: 1.3rem;
		letter-spacing: 0.091rem;
	}
	.comStepList .rBox .ttl {
		margin-bottom: 0.5rem;
		font-size: 2rem;
		letter-spacing: 0.16rem;
	}
}
/*------------------------------------------------------------
	comMovie
------------------------------------------------------------*/
.comMovie {
	margin-bottom: 4.1rem;
	aspect-ratio: 80/45;
	position: relative;
}
.comMovie:last-child {
	margin-bottom: 0 !important;
}
.comMovie video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.comMovie .btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(img/service/movie_img.jpg) no-repeat center top/cover;
	transition: .3s;
}
.comMovie .btn a {
	display: block;
	width: 6.9rem;
}
.comMovie .btn a:hover {
	opacity: 0.7;
}
.comMovie.playing .btn {
	opacity: 0;
	user-select: none;
	pointer-events: none;
}
@media all and (max-width: 767px) {
	.comMovie {
		margin: 0 -7.7rem 2.7rem -3rem;
	}
	.comMovie .btn a {
		width: 4.5rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	position: relative;
	width: 34rem;
	padding: 0.2rem 0 0 3.2rem;
	min-height: 5rem;
	color: #fff;
	font-size: 2rem;
	line-height: 1.7;
	letter-spacing: 0.16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #4472BA;
}
.comBtn a:after {
	position: absolute;
	left: calc(100% + 1px);
	top: 0;
	width: 5rem;
	height: 5rem;
	transition: .3s;
	background: #4472BA url(img/common/icon05.png) no-repeat center center/1.8rem;
	content: "";
}
@media all and (min-width: 768px) {
	.comBtn a:hover {
		background: #82BFF1;
	}
	.comBtn a:hover:after {
		background-color: #82BFF1;
	}
}
@media all and (max-width: 767px) {
	.comBtn a {
		width: 21.3rem;
		padding: 0.2rem 0 0 2rem;
		min-height: 5.3rem;
		font-size: 1.6rem;
		line-height: 1.6;
		justify-content: flex-start;
	}
	.comBtn a:after {
		width: 5.3rem;
		height: 5.3rem;
		background-size: 2rem;
	}
}
/*------------------------------------------------------------
	comInfoList
------------------------------------------------------------*/
.comInfoList {
	border-bottom: 1px solid #EFEFEF;
}
.comInfoList > li {
	padding: 3.6rem 0;
	line-height: 1.9;
	letter-spacing: 0.112rem;
	border-top: 1px solid #EFEFEF;
}
@media all and (max-width: 767px) {
	.comInfoList > li {
		padding: 1.5rem 0;
		line-height: 1.85;
		letter-spacing: 0.098rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 767px) {}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 767px) {}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 111;
}
#index.loadover .loading {
	animation: loading-out 1s linear forwards;
	user-select: none;
	pointer-events: none;
}
@keyframes loading-out {
	0% {
		opacity: 1;
		filter: blur(0);
	}
	100% {
		opacity: 0;
		filter: blur(1rem);
	}
}
#index .loading p {
	position: absolute;
	left: 50%;
	top: 50%;
	white-space: nowrap;
	transform: translate(-50%,-50%);
	font-size: 2.4rem;
	letter-spacing: 2rem;
	opacity: 0;
	filter: blur(1rem);
	animation: loading-in 1s linear forwards;
}
@keyframes loading-in {
	0% {
		opacity: 0;
		filter: blur(1rem);
	}
	100% {
		opacity: 1;
		filter: blur(0);
	}
}
#index .mainVisual {
	position: relative;
}
#index .mainVisual::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 2;
}
#index .mainVisual p {
	color: #fff;
}
#index .mainVisual .topTxt {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 0 19rem;
	transform: translate(-50%, -50%);
	z-index: 10;
}
#index .mainVisual .topTxt p {
	margin-bottom: 1rem;
	font-size: 2.4rem;
	line-height: 1.7;
	letter-spacing: 0.144rem;
}
#index .mainVisual .foo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index .mainVisual .foo li {
	height: calc(100svh - 7rem);
	position: relative;
}
#index .mainVisual .foo li:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 43%;
	max-width: 55rem;
	height: 100%;
	background: #685934;
	mix-blend-mode: multiply;
	content: "";
}
#index .mainVisual .foo .liStyle02:before {
	background: #2D5282;
}
#index .mainVisual .foo .liStyle03:before {
	background: #414A56;
}
#index .mainVisual .foo .textBox {
	position: absolute;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	bottom: 4rem;
	padding: 0 19rem;
}
#index .mainVisual .foo .textBox p {
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.084rem;
	text-align: justify;
}
#index .mainVisual .foo .textBox .title {
	margin-bottom: 0.6rem;
	font-size: 2rem;
	line-height: 1.7;
	letter-spacing: 0.16rem;
}
#index .information {
	padding: 7.5rem 0 6.3rem;
}
#index .information .ttlBox {
	width: 24.5rem;
}
#index .information h2 {
	margin-bottom: 1.1rem;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.1rem;
}
#index .comLink.sml a {
	padding: 0 2.2rem 0 0;
	min-height: 1.6rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.07rem;
}
#index .comLink.sml a:before {
	width: 1.6rem;
	height: 1.6rem;
	top: 0.2rem;
}
#index .comLink.sml a:after {
	top: 0.7rem;
	right: 0.6rem;
	width: 0.4rem;
	height: 0.4rem;
}
#index .information .newsBox {
	flex: 1;
	overflow: hidden;
}
#index .information .newsList {
	border-top: 1px solid #EFEFEF;
}
#index .information .newsList a {
	padding: 1.7rem 6rem 1.7rem 0;
}
#index .information .newsList .date {
	margin: 0 0.4rem 0 0;
	width: 8.7rem;
	letter-spacing: 0.098rem;
}
#index .information .newsList .title {
	font-size: 1.4rem;
	margin-bottom: 0;
	letter-spacing: 0.098rem;
}
#index .information .newsList a:after {
	width: 3.1rem;
	height: 3.1rem;
	top: 1.4rem;
	background-size: 1rem;
}
#index .secTtl {
	width: 100%;
	color: #4472BA;
	font-size: 8rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.4rem;
}
#index .subTtl {
	margin-bottom: 0.4rem;
	color: #4472BA;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.24rem;
}
#index .sec {
	padding: 11rem 0;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
}
#index .sec .txtBox {
	margin: 5.1rem 0 -3.2rem;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 41.2%;
}
#index .sec .txtBox .secTtl {
	margin-left: 10rem;
}
#index .sec .txtBox .subBox {
	margin-right: 12.7rem;
	width: calc(100% - 12.7rem);
	position: relative;
	padding: 3rem 4.7rem 3rem 10rem;
	background-color: #fff;
}
#index .sec .txtBox p {
	margin: 0 0 1.3rem 0.3rem;
	font-size: 1.4rem;
	line-height: 1.85;
	letter-spacing: 0.098rem;
	text-align: justify;
}
#index .sec .txtBox .comLink {
	border-top: 1px solid #EFEFEF;
}
#index .sec .txtBox .comLink li {
	border-bottom: 1px solid #EFEFEF;
}
#index .sec .txtBox .comLink a {
	padding: 1.3rem 0 0.8rem 0.4rem;
	display: block;
	font-size: 1.4rem;
}
#index .sec .txtBox .comLink a:before {
	top: 1rem;
}
#index .sec .txtBox .comLink a:after {
	top: 1.6rem;
}
#index .sec .phoBox {
	flex: 1;
	max-height: 52rem;
}
#index .sec .phoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
	transition: 1.3s ease-in-out;
}
#index .sec .phoBox.active img {
	transform: scale(1.14);
}
#index .company .txtBox .subBox, #index .career .txtBox .subBox {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
#index .company .subTtl {
	margin-bottom: 2rem;
}
#index .news {
	padding: 4.5rem 0 11.5rem 10rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
#index .news .ttlBox {
	margin-right: 5.2rem;
}
#index .news .ttlBox .comLink {
	margin-left: 0.5rem;
}
#index .news .newsBox {
	flex: 1;
	padding: 0 10.2rem;
}
#index .news .newsBox .newsList {
	margin: 0 auto;
	max-width: 110rem;
	overflow: hidden;
}
#index .news .newsBox .newsList {
	border-top: 1px solid #EFEFEF;
}
#index .news .newsBox .newsList a {
	padding: 2.2rem 6rem 2.1rem 0;
}
#index .news .newsBox .newsList a:after {
	top: 2.6rem;
}
#index .news .newsBox .newsList .date {
	margin-right: 1.5rem;
	letter-spacing: 0.098rem;
}
#index .news .newsBox .newsList .title {
	margin-bottom: 1.5rem;
}
#index .news .newsBox .newsList .text {
	letter-spacing: 0.07rem;
}
@media all and (min-width: 768px) and (max-width: 1279px) {
	#index .mainVisual .topTxt, #index .mainVisual .foo .textBox {
		padding: 0 10rem;
	}
	#index .mainVisual .foo li::before {
		min-width: 40rem;
	}
	#index .information .ttlBox {
		width: 21vw;
	}
	#index .secTtl {
		font-size: 6.255vw;
	}
	#index .sec .txtBox {
		width: 50%;
	}
	#index .sec .txtBox .subBox {
		margin-right: 4vw;
		width: calc(100% - 4vw);
		padding-left: 7.819vw;
	}
	#index .sec .txtBox .secTtl {
		margin-left: 7.819vw;
	}
	#index .news {
		padding-right: 10rem;
	}
	#index .news .ttlBox {
		margin-right: 0;
	}
	#index .news .newsBox {
		padding: 0 0 0 7.975vw;
	}
	#index .sec .phoBox a:hover img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 767px) {
	#index .loading p {
		font-size: 2rem;
		line-height: 3;
	}
	#index .mainVisual .topTxt {
		padding: 3.3rem 3rem;
		top: 0;
		left: 0;
		transform: none;
	}
	#index .mainVisual .topTxt p {
		margin-bottom: 0;
		font-size: 2rem;
		letter-spacing: 0.16rem;
	}
	#index .mainVisual .foo li {
		height: calc(100svh - 4.8rem);
	}
	#index .mainVisual .foo img {
		height: calc(100% - 20.5rem);
	}
	#index .mainVisual .foo li:before {
		position: absolute;
		left: 0;
		top: 0;
		bottom: auto;
		width: 100%;
		height: 13.8rem;
		max-width: inherit;
		background: linear-gradient(180deg, #685934 0%, #FFF 100%);
	}
	#index .mainVisual .foo .liStyle02:before {
		background: linear-gradient(180deg, #0E2D55 0%, #FFF 100%);
	}
	#index .mainVisual .foo .liStyle03:before {
		background: linear-gradient(180deg, #222A34 0%, #FFF 100%);
	}
	#index .mainVisual .foo .textBox {
		position: relative;
		left: auto;
		bottom: auto;
		height: 20.5rem;
		transform: translateX(0);
		padding: 2.7rem 3rem;
		background: url(img/index/mv_bg01_sp.jpg) no-repeat center top/cover;
	}
	#index .mainVisual .foo .liStyle02 .textBox {
		background-image: url(img/index/mv_bg02_sp.jpg);
	}
	#index .mainVisual .foo .liStyle03 .textBox {
		background-image: url(img/index/mv_bg03_sp.jpg);
	}
	#index .mainVisual .foo .textBox:after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #685934;
		mix-blend-mode: multiply;
		content: "";
	}
	#index .mainVisual .foo .liStyle02 .textBox:after {
		background: #2D5282;
	}
	#index .mainVisual .foo .liStyle03 .textBox:after {
		background: #414A56;
	}
	#index .mainVisual .foo .textBox p {
		position: relative;
		z-index: 1;
	}
	#index .mainVisual .foo .textBox .title {
		margin-bottom: 0.6rem;
		font-size: 1.8rem;
		line-height: 1.75;
		letter-spacing: 0.162rem;
	}
	#index .information {
		padding: 3.5rem 0 5.3rem;
	}
	#index .information .content {
		display: block;
	}
	#index .information .ttlBox {
		margin-bottom: 1.5rem;
		width: auto;
	}
	#index .information h2 {
		margin-bottom: 0;
		line-height: 1.5;
	}
	#index .comLink.sml {
		margin-left: 0.2rem;
	}
	#index .comLink.sml a:before {
		top: 0;
	}
	#index .comLink.sml a:after {
		top: 0.55rem;
	}
	#index .information .newsList a {
		padding: 1.2rem 0;
	}
	#index .information .newsList .date {
		margin: 0;
		width: auto;
	}
	#index .information .newsList .title {
		font-size: 1.3rem;
		letter-spacing: 0.091rem;
	}
	#index .information .newsList a:after {
		width: 2.4rem;
		height: 2.4rem;
		top: 0;
		background-size: 0.8rem;
	}
	#index .secTtl {
		font-size: 5.5rem;
		line-height: 1.35;
		letter-spacing: 0.275rem;
	}
	#index .subTtl {
		margin-bottom: 0.4rem;
		font-size: 2rem;
		line-height: 1.7;
		letter-spacing: 0.16rem;
	}
	#index .sec {
		padding: 5.8rem 0 3.3rem;
		flex-direction: column-reverse;
		position: relative;
	}
	#index .sec .txtBox {
		margin: 0;
		display: block;
		width: auto;
	}
	#index .sec .txtBox .secTtl {
		margin-left: 0;
		position: absolute;
		left: 2.2rem;
		top: 0;
		z-index: 1;
	}
	#index .sec .txtBox .subBox {
		margin-right: 7.7rem;
		width: auto;
		padding: 2rem 1.8rem 2rem 3rem !important;
	}
	#index .sec .txtBox p {
		font-size: 1.3rem;
		letter-spacing: 0.091rem;
	}
	#index .sec .txtBox .comLink {
		margin-right: 0.2rem;
	}
	#index .sec .txtBox .comLink a {
		padding: 1.7rem 0 1.5rem 0.4rem;
		font-size: 1.3rem;
	}
	#index .sec .txtBox .comLink a:before {
		top: 1.5rem;
	}
	#index .sec .txtBox .comLink a:after {
		top: 2.2rem;
	}
	#index .sec .phoBox {
		margin: 0 2.4rem 1.5rem 2.2rem;
		max-height: inherit;
	}
	#index .company .subTtl {
		margin-bottom: 0.7rem;
	}
	#index .news {
		padding: 0 7.7rem 6rem 3rem;
		display: block;
	}
	#index .news .ttlBox {
		margin: 0 0 2.2rem;
	}
	#index .news .ttlBox .comLink {
		margin: -1rem 0 0;
	}
	#index .news .newsBox {
		padding: 0;
	}
	#index .news .newsBox .newsList a {
		padding: 1.3rem 0 1.5rem;
	}
	#index .news .newsBox .newsList a:after {
		top: 0;
	}
	#index .news .newsBox .newsList .date {
		margin-right: 0;
	}
	#index .news .newsBox .newsList .title {
		margin-bottom: 0.8rem;
	}
	#index .news .newsBox .newsList .text {
		letter-spacing: 0.091rem;
	}
}
/*------------------------------------------------------------
	aboutus
------------------------------------------------------------*/
#aboutus .mainImg {
	position: relative;
}
#aboutus .mainImg img {
	width: 100%;
}
#aboutus .mainImg:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 11.7rem);
	height: 10.4rem;
	background: #4472BA;
	mix-blend-mode: multiply;
	content: "";
}
#aboutus .mainImg h2 {
	position: absolute;
	left: 0;
	width: 100%;
	top: 8.1rem;
	padding: 0 10.3rem;
	color: #fff;
}
#aboutus .bgSec {
	position: relative;
	color: #fff;
}
#aboutus .bgSec:after {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 11.7rem);
	height: 100%;
	background: #4472BA;
	mix-blend-mode: multiply;
	z-index: -1;
	content: "";
}
#aboutus .bgSec .message {
	margin: -5.6rem 0 5.6rem;
}
#aboutus .bgSec h3 {
	margin-bottom: 1.3rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.112rem;
}
#aboutus .bgSec h3 .large {
	margin-top: -0.3rem;
	display: block;
	font-size: 8rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.4rem;
}
#aboutus .bgSec p {
	margin-bottom: 2rem;
	font-size: 1.4rem;
	line-height: 1.85;
	letter-spacing: 0.098rem;
}
#aboutus .bgSec .mission {
	margin-bottom: 11.5rem;
}
#aboutus .bgSec .mission h3 {
	margin-bottom: 0;
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.35;
	letter-spacing: 0.2rem;
}
#aboutus .bgSec .textImg {
	margin-bottom: 2.5rem;
}
#aboutus .bgSec .textImg img {
	height: 11.6rem;
	max-width: inherit;
}
#aboutus .bgSec .phoSec {
	margin-top: -17rem;
	transform: translateY(17rem);
}
#aboutus .bgSec .phoList {
	gap: 0 6rem;
}
#aboutus .bgSec .phoList img {
	height: 40rem;
}
#aboutus .value {
	margin-left: auto;
	padding: 29.5rem 0 12rem 24rem;
	max-width: calc(50% + 84rem);
}
#aboutus .value h3 {
	margin-bottom: 3.1rem;
}
@media all and (max-width: 1279px) {
	#aboutus .mainImg h2 {
		top: 6.3vw;
	}
	#aboutus .bgSec .phoSec {
		margin-top: -13.3vw;
		transform: translateY(13.3vw);
	}
	#aboutus .bgSec .phoList {
		gap: 0 4.691vw;
	}
	#aboutus .bgSec .phoList img {
		height: 31.274vw;
	}
	#aboutus .value {
		padding-left: 10rem;
	}
	#aboutus .value {
		padding-top: calc(13.2rem + 13.3vw);
	}
}
@media all and (min-width: 768px) and (max-width: 1279px) {
	#aboutus .bgSec .content {
		padding-right: 21.7rem;
	}
}
@media all and (max-width: 767px) {
	#aboutus .mainImg:after {
		display: none;
	}
	#aboutus .mainImg h2 {
		top: 3.5rem;
		padding: 0 3rem;
	}
	#aboutus .bgSec {
		padding: 3.1rem 0;
	}
	#aboutus .bgSec:after {
		width: 100%;
	}
	#aboutus .bgSec .message {
		margin: 0 0 5.8rem;
	}
	#aboutus .bgSec h3 {
		margin-bottom: 0.8rem;
		line-height: 1.85;
		letter-spacing: 0.098rem;
	}
	#aboutus .bgSec h3 .large {
		margin-top: -0.7rem;
		font-size: 5.5rem;
		line-height: 1.35;
		letter-spacing: 0.275rem;
	}
	#aboutus .bgSec p {
		margin-bottom: 2rem;
		font-size: 1.3rem;
		letter-spacing: 0.091rem;
		text-align: justify;
	}
	#aboutus .bgSec .mission {
		margin-bottom: 4.4rem;
	}
	#aboutus .bgSec .mission h3 {
		margin-bottom: 0;
		font-size: 2.6rem;
		letter-spacing: 0.13rem;
	}
	#aboutus .bgSec .textImg {
		margin-bottom: 2rem;
	}
	#aboutus .bgSec .textImg img {
		height: 6rem;
	}
	#aboutus .bgSec .phoSec {
		margin-top: -14.4rem;
		transform: translateY(14.4rem);
	}
	#aboutus .bgSec .phoList {
		gap: 0 4.5rem;
	}
	#aboutus .bgSec .phoList img {
		height: 22.3rem;
	}
	#aboutus .value {
		margin-left: auto;
		padding: 19.7rem 0 7rem 3rem;
		max-width: inherit;
	}
	#aboutus .value h3 {
		margin-bottom: 1.3rem;
	}
}
/*------------------------------------------------------------
	service
------------------------------------------------------------*/
#service .leadBox {
	margin-bottom: 3.7rem;
}
#service .txtInner {
	margin-bottom: 12rem;
	display: flex;
	align-self: flex-start;
}
#service .txtInner .logo {
	margin-right: 6.9%;
	width: 23%;
}
#service .txtInner .rBox {
	flex: 1;
}
#service .txtInner .rBox p {
	margin-bottom: 2.5rem;
	font-size: 1.4rem;
	line-height: 1.85;
	letter-spacing: 0.098rem;
}
#service .subBox {
	padding: 5rem 0 5.9rem;
	background-color: #fff;
}
#service .subBox h3 {
	margin-bottom: 5rem;
	color: #4472BA;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.144rem;
	text-align: center;
}
#service .subBox .listBox {
	padding-top: 7.3rem;
	border-top: 1px solid #EFEFEF;
	overflow: hidden;
}
#service .subBox .listBox .photo {
	margin: 0.2rem 3.5% 0 -12.2vw;
	width: 47.3%;
}
#service .subBox .listBox .photo img {
	width: 100%;
}
#service .subBox .listUl {
	gap: 0 4.2rem;
	width: 52%;
}
#service .subBox .listUl li {
	width: calc((100% - 4.2rem)/2);
	position: relative;
}
#service .subBox .listUl li:first-child:after {
	position: absolute;
	right: -4.4rem;
	top: 41%;
	width: 5rem;
	height: 2.6rem;
	z-index: 1;
	background: url(img/service/arrow.png) no-repeat left top/100%;
	content: "";
}
#service .subBox .listUl img {
	margin-bottom: -2rem;
	width: 100%;
}
#service .subBox .listUl p {
	margin: 0 auto;
	max-width: 25rem;
	font-size: 1.4rem;
	line-height: 1.85;
	letter-spacing: 0.098rem;
	text-align: justify;
}
#service .story {
	padding: 12.2rem 0 11.3rem;
}
#service .story .headLine02 {
	margin-bottom: 3.2rem;
}
#service .story .photo {
	margin-bottom: 4.8rem;
}
#service .story .photo img {
	width: 100%;
}
#service .story h4 {
	color: #4472BA;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.16rem;
}
#service .story .txtList {
	margin: 0 0 6.1rem 3.8%;
}
#service .story .txtList li {
	display: flex;
	align-items: flex-start;
}
#service .story .txtList li:not(:last-child) {
	padding-bottom: 4.7rem;
	margin-bottom: 5.3rem;
	border-bottom: 1px solid #EFEFEF;
}
#service .story .txtList h4 {
	padding-right: 1rem;
	width: 32.7%;
}
#service .story .txtList .rBox {
	flex: 1;
}
#service .story .txtList .rBox p {
	margin-bottom: 2.1rem;
	font-size: 1.4rem;
	line-height: 1.85;
	letter-spacing: 0.098rem;
}
#service .story .txtList .rBox p:last-child {
	margin-bottom: 0;
}
#service .story .infoBox {
	margin-top: 11.2rem;
}
#service .story .infoBox h4 {
	margin-bottom: 1.2rem;
}
@media all and (max-width: 900px) {
	#service .subBox h3 {
		font-size: 2.2rem;
	}
	#service .story h4 {
		font-size: 1.8rem;
	}
	#service .story .txtList {
		margin-left: 0;
	}
	#service .story .txtList h4 {
		width: 34%;
	}
}
@media all and (max-width: 767px) {
	#service .leadBox {
		margin-bottom: 2.6rem;
	}
	#service .txtInner {
		margin-bottom: 7rem;
		display: block;
	}
	#service .logo {
		margin-bottom: 1.4rem;
		width: 9.6rem;
	}
	#service .txtInner .rBox {
		flex: 1;
	}
	#service .txtInner .rBox p {
		margin-bottom: 2.7rem;
		font-size: 1.3rem;
		letter-spacing: 0.091rem;
	}
	#service .subBox {
		padding: 4rem 0 6.2rem;
	}
	#service .subBox h3 {
		margin-bottom: 2.9rem;
		font-size: 1.8rem;
		line-height: 1.75;
		letter-spacing: 0.162rem;
		text-align: left;
	}
	#service .subBox .listBox {
		padding-top: 3.5rem;
	}
	#service .subBox .listBox .photo {
		margin: 0 2.3rem 0 -32vw;
		width: auto;
	}
	#service .subBox .listUl {
		margin: 0 6.4rem 0 2rem;
		display: block;
		width: auto;
	}
	#service .subBox .listUl li {
		width: auto;
	}
	#service .subBox .listUl li:first-child {
		margin-bottom: 3.5rem;
	}
	#service .subBox .listUl li:first-child:after {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		bottom: -7.5rem;
		width: 2.6rem;
		height: 5rem;
		background-image: url(img/service/arrow_sp.png);
	}
	#service .subBox .listUl img {
		margin-bottom: 0;
	}
	#service .subBox .listUl p {
		margin: 0 1.3rem 0 1rem;
		max-width: inherit;
		font-size: 1.3rem;
		letter-spacing: 0.091rem;
	}
	#service .story {
		padding: 3rem 0 7rem;
	}
	#service .story .headLine02 {
		margin-bottom: 1.3rem;
	}
	#service .story .photo {
		margin: 0 -7.7rem 4rem -3rem;
		overflow: hidden;
	}
	#service .story .photo img {
		max-width: inherit;
		width: 128%;
		margin: 0 -14%;
	}
	#service .story h4 {
		font-size: 1.8rem;
		line-height: 1.75;
	}
	#service .story .txtList {
		margin: 0 0 3.5rem;
	}
	#service .story .txtList li {
		display: block;
	}
	#service .story .txtList li:not(:last-child) {
		padding-bottom: 3rem;
		margin-bottom: 4rem;
	}
	#service .story .txtList h4 {
		padding: 0 0 1.8rem;
		width: auto;
	}
	#service .story .txtList .rBox p {
		font-size: 1.3rem;
		letter-spacing: 0.091rem;
		text-align: justify;
	}
	#service .story .infoBox {
		margin-top: 6rem;
	}
}
/*------------------------------------------------------------
	career
------------------------------------------------------------*/
#career .leadBox {
	margin-bottom: 3.7rem;
}
#career .interview {
	margin-bottom: 11.5rem;
}
#career .interview .ttlBox {
	padding-bottom: 1.7rem;
	border-bottom: 1px solid #EFEFEF;
}
#career .interview .tabList01 li {
	width: calc(100%/3);
}
#career .interview .tabList {
	position: relative;
}
#career .interview .tabList a {
	padding: 0.5rem 2rem 1.9rem;
	position: relative;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.098rem;
	border-left: 1px solid #EFEFEF;
}
#career .interview .tabList01 li:last-child a {
	border-right: 1px solid #EFEFEF;
}
#career .interview .tabList .pho {
	margin: 0 auto -0.9rem;
	max-width: 19.7rem;
	display: block;
	position: relative;
}
#career .interview .tabList .pho img {
	transition: .6s;
}
#career .interview .tabList .pho .over {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}
#career .interview .tabList .pho:before {
	opacity: 0;
    margin: -0.5rem 0 0 -1rem;
    position: absolute;
    left: calc(50% - 2.7rem);
    top: calc(50% - 1.7rem);
    width: 5.4rem;
    height: 3.4rem;
    transition: .3s;
    z-index: 1;
    background: url(img/common/arrow.png) no-repeat right top / auto 100%;
    content: "";
}
#career .interview .tabList .pho:after {
	opacity: 0;
    transition: .3s;
	position: absolute;
	left: calc(50% - 2.7rem);
    top: calc(50% - 0.7rem);
	width: 4.3rem;
	height: 0.3rem;
	border-radius: 0.4rem;
	background-color: #fff;
	content: "";
}
@keyframes arrow {
    0%,10%,90%,100% {
        width: 5.4rem;
    }
    40%,
    60% {
        width: 4rem;
    }
}
@keyframes arrow2 {
    0%,10%,90%,100% {
        width: 4.3rem;
    }
    40%,
    60% {
        width: 2.9rem;
    }
}
#career .interview .tabList:after {
	position: absolute;
	left: var(--left);
	bottom: 0;
	width: var(--width);
	height: 0.3rem;
	background-color: #4472BA;
	content: "";
	transition: .3s;
}
#career .interview .tabList .txt {
	position: relative;
	z-index: 1;
}
#career .interview .tabList02 {
	margin-top: 0.7rem;
	gap: 0 0.2rem;
}
#career .interview .tabList02 a {
	padding: 0.2rem 1rem;
	color: #4472BA;
}
#career .interview .tabList02:after {
	height: 2px;
}
#career .interview .comMovie .btn {
	background-image: url(img/career/movie_img01.jpg);
}
#career .interview .tab02 .comMovie .btn {
	background-image: url(img/career/movie_img02.jpg);
}
#career .interview .tab03 .comMovie .btn {
	background-image: url(img/career/movie_img03.jpg);
}
#career .method {
	max-width: calc(50% + 84rem);
	padding-left: 24rem;
	margin: 0 0 11.3rem auto;
}
#career .method .headLine03 {
	margin-bottom: 2.6rem;
}
#career .method .comStepList {
	margin-bottom: 1.8rem;
}
#career .method .text {
	font-size: 1.4rem;
	line-height: 1.85;
	letter-spacing: 0.098rem;
}
#career .recruit {
	margin-bottom: 12.5rem;
}
#career .recruit .headLine03 {
	margin-bottom: 1.3rem;
}
#career .recruit .listUl li {
	width: 47.5%;
}
#career .recruit .listUl .comBox {
	padding: 0;
	background: none;
}
#career .recruit .listUl .phoBox {
	width: auto;
}
#career .recruit .listUl .txtBox a {
	padding: 4rem 2rem 5rem;
}
#career .recruit .listUl .txtBox .headLine02 {
	margin-bottom: 1.6rem;
	padding-bottom: 1.8rem;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.16rem;
}
#career .recruit .listUl .txtBox .comLink {
	margin-left: 2rem;
}
#career .comBox .txtBox .comLink .linkTxt {
	min-width: 14rem;
	background: url(img/common/icon01.png) no-repeat right top/1.9rem;
}
#career .comBox .txtBox .comLink .linkTxt:before,
#career .comBox .txtBox .comLink .linkTxt:after {
	display: none;
}
#career .recruit .listUl .txtBox .comLink .linkTxt {
	min-width: inherit;
	background-size: 1.6rem;
	background-position: right 0.3rem;
}
@media all and (min-width: 768px) {
	#career .interview .tabList li:not(.on) a:hover .pho .out {
		opacity: 0;
	}
	#career .interview .tabList li:not(.on) a:hover .pho .over {
		opacity: 1;
	}
	#career .interview .tabList li:not(.on) a:hover .pho::before,#career .interview .tabList li:not(.on) a:hover .pho::after {
		opacity: 1;
	}
	#career .interview .tabList02 li:not(.on) a:hover {
		color: #9F9F9F;
	}
	#career .comBox .txtBox a:hover .comLink .linkTxt {
		background-image: url(img/common/icon01_over.png);
	}
	#career .interview .tabList a:hover .pho:before {
		animation: arrow 2s linear infinite;
		animation-delay: .5s;
	}
	#career .interview .tabList a:hover .pho:after {
		animation: arrow2 2s linear infinite;
		animation-delay: .5s;
	}
}
@media (max-width: 1279px) {
	#career .method {
		padding-left: 10rem;
	}
}
@media all and (max-width: 767px) {
	#career .leadBox {
		margin-bottom: 2.7rem;
	}
	#career .interview {
		margin-bottom: 7rem;
	}
	#career .interview .ttlBox {
		padding-bottom: 1.4rem;
		border-bottom: none;
	}
	#career .interview .tabList01 {
		margin-right: -7.7rem;
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	#career .interview .tabList01 li {
		width: 16rem;
		border-left: none;
	}
	#career .interview .tabList01 li:last-child {
		border-right: none;
	}
	#career .interview .tabList a {
		padding: 0 0 1rem;
		font-size: 1.3rem;
		line-height: 1.7;
		letter-spacing: 0.13rem;
	}
	#career .interview .tabList a:before {
		position: absolute;
		width: 2.1rem;
		height: 2.1rem;
		left: 0.5rem;
		top: 0.6rem;
		z-index: 1;
		background: url(img/common/icon06.png) no-repeat left top/100%;
		content: "";
	}
	#career .interview .tabList .on a:before {
		display: none;
	}
	#career .interview .tabList .pho {
		margin-bottom: -0.7rem;
		width: 16rem;
	}
	#career .interview .tabList .pho .over {
		opacity: 0 !important;
	}
	#career .interview .tabList02 {
		display: none;
	}
	#career .method {
		max-width: inherit;
		padding-left: 3rem;
		margin-bottom: 6rem;
	}
	#career .method .headLine03 {
		margin-bottom: 0.9rem;
	}
	#career .method .comStepList {
		margin-bottom: 0.8rem;
	}
	#career .method .text {
		font-size: 1.3rem;
		letter-spacing: 0.091rem;
	}
	#career .recruit {
		margin-bottom: 6.8rem;
	}
	#career .recruit .headLine03 {
		margin-bottom: 1.1rem;
	}
	#career .recruit .listUl {
		margin: 0 -7.7rem 0 -0.2rem;
		display: block;
	}
	#career .recruit .listUl li {
		width: auto;
	}
	#career .recruit .listUl li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#career .recruit .listUl .txtBox a {
		padding: 4.1rem 3rem 4.6rem;
	}
	#career .recruit .listUl .txtBox .headLine02 {
		margin: 0 0 2rem;
		padding-bottom: 1.9rem;
		font-size: 1.8rem;
		line-height: 1.75;
		letter-spacing: 0.16rem;
		text-align: left;
	}
	#career .recruit .listUl .txtBox .comLink {
		margin-left: 0;
		text-align: left;
	}
	#career .comBox .txtBox .comLink .linkTxt {
		min-width: 11rem;
		background-size: 1.7rem;
	}
	#career .recruit .listUl .txtBox .comLink .linkTxt {
		background-position: right 0.1rem;
	}
}
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#company .staff {
	padding: 4.3rem 0;
}
#company .staff .headLine03 {
	margin-bottom: 1.6rem;
}
#company .staffList li {
	display: flex;
}
#company .staffList li:not(:last-child) {
	margin-bottom: 2rem;
}
#company .staffList li > div {
	padding: 1.7rem 1.6rem;
	background-color: #fff;
}
#company .staffList .lBox {
	width: 31.5%;
}
#company .staffList .lBox img {
	width: 100%;
}
#company .staffList .rBox {
	padding: 2.8rem 3.6rem 2.8rem 3.2rem;
	flex: 1;
	margin-left: 1px;
}
#company .staffList h4 {
	margin-bottom: 1.7rem;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.16rem;
}
#company .staffList h4 .job {
	margin-bottom: 0.2rem;
	display: block;
	font-size: 1.4rem;
	line-height: 1.85;
	letter-spacing: 0.098rem;
}
#company .staffList h4 .sml {
	margin-top: -0.4rem;
	display: block;
	font-size: 1rem;
	line-height: 1.75;
	letter-spacing: 0.05rem;
}
#company .staffList .rBox p {
	font-size: 1.4rem;
	line-height: 1.85;
	letter-spacing: 0.098rem;
}
#company .info {
	padding: 8.2rem 0 12.4rem;
}
#company .info .headLine03 {
	margin-bottom: 1.3rem;
}
#company .comInfoList > li {
	display: flex;
}
#company .comInfoList .ttl {
	width: 18.6%;
}
#company .comInfoList .txtList {
	line-height: 1.7;
	letter-spacing: 0.16rem;
}
@media all and (min-width: 768px) {
	#company .comBox .txtBox .comLink .linkTxt {
		min-width: 10.2rem;
	}
}
@media all and (max-width: 767px) {
	#company .staff {
		padding: 3rem 0;
	}
	#company .staff .headLine03 {
		margin-bottom: 1rem;
	}
	#company .staffList li {
		display: block;
	}
	#company .staffList li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#company .staffList li > div {
		padding: 0.8rem;
	}
	#company .staffList .lBox {
		width: auto;
		display: flex;
		align-items: flex-start;
	}
	#company .staffList .lBox img {
		width: 28.2vw;
	}
	#company .staffList .rBox {
		padding: 1.7rem 1.5rem 1.5rem;
		margin: 2px 0 0;
	}
	#company .staffList h4 {
		margin: 1.1rem 0 0 2.4rem;
		flex: 1;
		font-size: 1.8rem;
		line-height: 1.6;
		letter-spacing: 0.18rem;
	}
	#company .staffList h4 .job {
		margin-bottom: 0.4rem;
		font-size: 1.3rem;
		letter-spacing: 0.091rem;
	}
	#company .staffList h4 .sml {
		margin-top: -0.1rem;
		line-height: 1.7;
		letter-spacing: 0;
	}
	#company .staffList .rBox p {
		font-size: 1.3rem;
		letter-spacing: 0.091rem;
	}
	#company .info {
		padding: 3.5rem 0 7rem;
	}
	#company .info .headLine03 {
		margin-bottom: 1.3rem;
	}
	#company .comInfoList > li {
		display: block;
	}
	#company .comInfoList .ttl {
		margin-bottom: 0.6rem;
		width: auto;
	}
	#company .comInfoList .txtList {
		line-height: 1.7;
		letter-spacing: 0.14rem;
	}
	#company .comInfoList .txtList li:not(:last-child) {
		margin-bottom: 0.8rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact {
	margin-bottom: 12rem;
}
#contact .headLine01 {
	margin-bottom: 1.1rem;
}
#contact .leadBox {
	margin-bottom: 7.2rem;
}
#contact .formDl {
	margin-bottom: 8.2rem;
}
#contact form {
	padding-top: 7.5rem;
	margin-top: -7.5rem;
}
#contact .formDl dt {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	line-height: 1.85;
	letter-spacing: 0.098rem;
}
#contact .formDl dt .required {
	margin-right: 0.7rem;
	padding: 0.2rem 0.2rem 0.1rem 0.4rem;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.084rem;
	border-radius: 0.5rem;
	background-color: #D23937;
}
#contact .formDl dd {
	margin-bottom: 2.8rem;
	font-size: 1.4rem;
	line-height: 1.85;
	letter-spacing: 0.098rem;
	word-break: break-all;
}
#contact .formDl dd:last-child {
	margin-bottom: 0;
}
#contact.confirm .leadBox {
	margin-bottom: 0.4rem;
}
#contact.confirm .mailForm .formDl {
	display: flex;
	flex-wrap: wrap;
}
#contact.confirm .mailForm .formDl dt,
#contact.confirm .mailForm .formDl dd {
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: 0.112rem;
}
#contact.confirm .mailForm .formDl dt {
	padding: 3.5rem 0.9rem 3.5rem 0;
	width: 19rem;
	border-bottom: 1px solid #EFEFEF;
}
#contact.confirm .mailForm .formDl dd {
	padding: 3.5rem 0;
	line-height: 1.7;
	letter-spacing: 0.16rem;
	width: calc(100% - 19rem);
	border-bottom: 1px solid #EFEFEF;
}
#contact.thanks .close a {
	padding: 1rem 1.5rem;
	width: 23rem;
	height: 5.3rem;
	display: flex;
	align-items: center;
	font-size: 2rem;
	line-height: 1.7;
	letter-spacing: 0.16rem;
	background: url(img/common/close.png) no-repeat right 1.5rem center/1.5rem;
	border: 1px solid #9F9F9F;
}
@media all and (min-width: 768px) {
	#contact.thanks .close a:hover {
		color: #82BFF1;
		border-color: #82BFF1;
		background-image: url(img/common/close_over.png);
	}
}
@media all and (max-width: 767px) {
	#contact {
		margin-bottom: 7.7rem;
	}
	#contact .headLine01 {
		margin-bottom: 0.6rem;
	}
	#contact .leadBox {
		margin-bottom: 3rem;
	}
	#contact .formDl {
		margin-bottom: 1rem;
	}
	#contact form {
		padding-top: 0;
		margin-top: 0;
	}
	#contact .formDl dt {
		margin-bottom: 1.3rem;
		font-size: 1.3rem;
		line-height: 1.7;
		letter-spacing: 0.13rem;
	}
	#contact .formDl dt .required {
		padding: 0.3rem 0.4rem 0.2rem 0.4rem;
		font-size: 1.3rem;
		line-height: 1.7;
		letter-spacing: 0.13rem;
	}
	#contact .formDl dd {
		margin-bottom: 3.1rem;
		font-size: 1.3rem;
		line-height: 1.7;
		letter-spacing: 0.13rem;
	}
	#contact.confirm .leadBox {
		margin-bottom: 0;
	}
	#contact.confirm .mailForm .formDl {
		display: block;
	}
	#contact.confirm .mailForm .formDl dt,
	#contact.confirm .mailForm .formDl dd {
		margin-bottom: 0;
		font-size: 1.4rem;
		line-height: 1.85;
		letter-spacing: 0.098rem;
	}
	#contact.confirm .mailForm .formDl dt {
		padding: 1.5rem 0 0;
		width: auto;
		border-bottom: none;
	}
	#contact.confirm .mailForm .formDl dd {
		padding: 0.6rem 0 1.6rem;
		line-height: 1.85;
		letter-spacing: 0.098rem;
		width: auto;
	}
	#contact.thanks .headLine01 {
		margin-bottom: 1.5rem;
	}
	#contact.thanks .close a {
		padding: 1rem 1.8rem;
		width: 26.6rem;
		font-size: 1.6rem;
		line-height: 1.6;
		background-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	privacy-policy
------------------------------------------------------------*/
#privacy {
	margin-bottom: 11.5rem;
}
#privacy .leadBox {
	margin-bottom: 6.4rem;
}
#privacy p {
	margin-bottom: 2.5rem;
	line-height: 1.9;
	letter-spacing: 0.112rem;
}
#privacy p a {
	color: #4472BA;
	text-decoration: underline;
}
#privacy .numList li {
	padding: 0 0 2.6rem 3.7rem;
	position: relative;
	counter-increment: list;
	line-height: 1.9;
	letter-spacing: 0.112rem;
}
#privacy .numList li:before {
	position: absolute;
	left: 0.2rem;
	top: 0;
	content: counter(list);
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}
#privacy .numList li a {
	color: #4472BA;
}
#privacy .numList li .info {
	display: block;
	margin-top: 2rem;
}
#privacy .rTxt {
	text-align: right;
}
@media all and (min-width: 768px) {
	#privacy p a:hover, #privacy .numList li a:hover {
		color: #82BFF1;
	}
}
@media all and (max-width: 767px) {
	#privacy .leadBox {
		margin-bottom: 3rem;
	}
	#privacy p {
		margin-bottom: 2rem;
		line-height: 1.85;
		letter-spacing: 0.098rem;
	}
	#privacy .numList {
		margin-right: -0.3rem;
	}
	#privacy .numList li {
		padding: 0 0 1.8rem 3rem;
		line-height: 1.85;
		letter-spacing: 0.098rem;
	}
	#privacy .numList li:before {
		left: 0.5rem;
		font-size: 1.8rem;
		line-height: 1.3;
		letter-spacing: 0.09rem;
	}
	#privacy {
		margin-bottom: 7rem;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news {
	margin-bottom: 12rem;
	overflow: hidden;
}
#news.detail .leadBox {
	margin-bottom: 6.5rem;
}
#news.detail .headLine01 .date {
	color: #4472BA;
	font-weight: 300;
	letter-spacing: 0.07rem;
}
#news.detail .headLine01 .large {
	color: #333;
	line-height: 1.7;
}
#news.detail figure {
	margin-bottom: 4.1rem;
}
#news.detail p {
	margin-bottom: 5rem;
	word-break: break-all;
	line-height: 3.1;
	letter-spacing: 0.112rem;
	text-align: justify;
}
@media all and (min-width: 768px) {
	#news.detail p a:hover {
		color: #9F9F9F;
	}
}
@media all and (max-width: 767px) {
	#news {
		margin-bottom: 6rem;
	}
	#news.detail {
		margin-bottom: 7.8rem;
	}
	#news.detail .leadBox {
		margin-bottom: 0;
	}
	#news.detail .headLine01 .date {
		font-size: 1.4rem;
		line-height: 1.65;
	}
	#news.detail .headLine01 .large {
		letter-spacing: 0.16rem;
	}
	#news.detail figure {
		margin: 0 -7.7rem 2.6rem -3rem;
	}
	#news.detail p {
		margin: 2.7rem 0;
		line-height: 1.85;
	}
}