	@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
/*------------------------------------------------------------
Theme Name: nw
Theme URI: null
Description: Description
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	html {
		font-size: 80%;
	}
}
@media all and (min-width: 500px) and (max-width: 1199px) {
	#gHeader .lBox {
		width: 220px !important;
	}
	.top #main .geryBox .btn {
		width: 250px !important;
	}
	.top #main .ourBox .btn {
		width: 160px !important;
	}
	.language {
		margin-top: 16px !important;
	}
}
body, table, input, textarea, select, option {
	font-family: 'Noto Serif JP', serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a {
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}
a,
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
.en {
	font-family: 'Arsenal', sans-serif !important;
}
.enTtl {
	font-family: 'Barlow Condensed', sans-serif;
}
.sansJp {
	font-family: 'Noto Sans JP', sans-serif;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	body {
		font-size: 1.2rem;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	body {
		font-size: 0.92rem;
	}
}
.animsition-loading,
.animsition-loading:after {
  width: 100px;
  height: 100px;
  border-radius: 0;
  margin-top: -50px;
  margin-left: -50px;
}
@media all and (max-width: 1199px) {
	.animsition-loading,
	.animsition-loading:after {
	  width: 100px;
	  height: 100px;
	  border-radius: 0;
	  margin-top: -50px;
	  margin-left: -50px;
	}	
}
.animsition-loading {
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	-webkit-transform: translateZ(0);
			transform: translateZ(0);
	-webkit-animation-iteration-count:1;
			animation-iteration-count:1;
	-webkit-animation-timing-function: linear;
			animation-timing-function: linear;
	-webkit-animation-duration: .8s;
			animation-duration: .8s;
	-webkit-animation-name: fade-in;
			animation-name: fade-in;
	background: url(img/common/logo.png) no-repeat center center / cover;
  }
body.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#container {
	text-align: left;
}
#container {
	overflow: hidden;
}
.top #main {
	box-sizing: border-box;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1200px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 1199px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #ffffffba;
}
#gHeader.flexd {
	position: fixed;
}
#gHeader .lBox {
	margin: 23px 0 0 21px;
	width: 340px;
	font-size: 1.6rem;
	align-items: center;
}

#gHeader .logo {
	width: 60px;
}
#gHeader .title {
	font-weight: bold;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	#gHeader .lBox {
		margin: 19px 0 0 17px;
		width: 283px;
		font-size: 1.3328rem;
	}
	#gHeader .logo {
		width: 51px;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	#gHeader .lBox {
		margin: 16px 0 0 12px;
		width: 204px;
		font-size: 0.96rem;
	}
	#gHeader .logo {
		width: 36px;
	}
}
@media all and (max-width: 1199px) {
	#gHeader {
		padding-bottom: 0;
		position: absolute;
	}
	#gHeader .lBox {
		margin: 0 0 0 16px;
		width: 215px;
		font-size: 1.4rem;
		align-items: inherit;
		position: relative;
		z-index: 999;
	}
	#gHeader .logo {
		width: 46px;
	}
	#gHeader h1 {
		margin: 15px 0 0;
	}
	#gHeader .title {
		margin: 18px 0 0;
	}
	#gHeader .menu a {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 999;
	}
	#gHeader .menu a {
		width: 27px;
		height: 9px;
		background: url(img/common/menu.png) no-repeat left top / cover;
	}
	#gHeader .menu a.on {
		background-image: url(img/common/close.png);
	}
	#gHeader h1.on a {
		color: #fff;
	}
	#gHeader .title.on a {
		color: #fff;
	}
}

#gNavi {
	margin-right: 4.8%;
	font-size: 1rem;
}
#gNavi li a {
	padding: 36px 27px 10px;
	width: 9.5vw;
	display: block;
	box-sizing: border-box;
	position: relative;
	transition: all .3s;
}
#gNavi li a::before {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-color: #444
}
#gNavi li a::after {
	width: 1px;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	transition: all .8s;
	background-color: #444
}
#gNavi li a:hover::after {
	height: 100%;
}
#gNavi li a:hover::before {
	height: 0;
}
#gNavi .en {
	margin-bottom: 4px;
	display: block;
	font-size: 1.7rem;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	#gNavi {
		font-size: 0.833rem;
	}
	#gNavi li a {
		padding: 30px 22px 8px;
	}
	#gNavi .en {
		margin-bottom: 3px;
		font-size: 1.416rem;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	#gNavi small {
		font-size: 0.6rem;
	}
	#gNavi li a {
		padding: 21px 16px 0.6px;
	}
	#gNavi .en {
		margin-bottom: 3px;
		font-size: 1.02rem;
	}
}
@media all and (max-width: 1199px) {
	#gNavi {
		margin-right: 0;
		padding: 12vw 40px 0;
		width: 100%;
		display: none;
		position: fixed;
		font-size: 1rem;
		box-sizing: border-box;
		background-color: #00297B;
		z-index: 998;
		height: 100vh;
		overflow: auto;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li a {
		padding: 6.5vw 17px;
		width: auto;
		position: relative;
		display: flex;
		justify-content: space-between;
		color: #fff;
	}
	#gNavi li a::before {
		height: 0;
	}
	#gNavi li a::after {
		width: 100%;
		height: 1px;
		background-color: #fff
	}
	#gNavi li a:hover::after {
		height: 1px;
	}
	#gNavi li:last-child a::after {
		display: none;
	}
	#gNavi .en {
		margin-bottom: 0;
		display: block;
		font-size: 2.3rem;
	}
	#gNavi small {
		margin-top: 10px;
		display: block;
		font-size: 1.4rem;
		font-weight: 400;
	}
	#gNavi li a::after {
		top: auto;
		bottom: 0;
	}
	#gNavi li a:hover::after {
		height: 1px;
	}
	#gNavi li a.on::after {
		height: 1px;
	}
}
@media all and (max-width: 385px) {
	#gHeader .logo {
		width: 30px;
	}
	#gHeader h1 {
		margin-top: 9px;
		font-size: 1rem;
	}
	#gHeader .title {
		margin-top: 21px;
		font-size: 1rem;
	}
	#gHeader .lBox {
		margin: 0 0 0 10px;
		width: 160px;
	}
}
@media all and (max-width: 390px) {
	#gNavi .en {
		font-size: 1.8rem;
	}
	#gNavi small {
		margin-top: 6px;
		font-size: 1rem;
	}
		#gHeader .menu a {
		top: 11px;
	}
}
/*------------------------------------------------------------
	language
------------------------------------------------------------*/
.language {
	margin-top: -20px;
	position: fixed;
	top: 50%;
	left: 2vw;
	z-index: 999;
}
.language a {
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: block;
	color: #333;
	border-bottom: 1px solid #ccc;
}
.language a:hover {
	color: #00297B;
}
.language li:last-child a {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.language {
		margin-top: -17px;
	}
	.language a {
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.language {
		margin-top: -12px;
	}
	.language a {
		padding-bottom: 9px;
		margin-bottom: 9px;
	}
}
@media all and (max-width: 1199px) {
	.language {
		margin: 20px 50px 0 0;
		display: flex;
		position: absolute;
		left: auto;
		right: 22px;
		top: 0;
	}
	.language a {
		padding: 0 10px 0 0;
		margin: 0 10px 0 0;
		display: block;
		color: #333;
		border-right: 1px solid #ccc;
		border-bottom: none;
	}
	.language a:hover {
		color: #333;
	}
	.language li:last-child a {
		margin: 0;
		padding: 0;
		border-bottom: none;
		border-right: none;
	}
	.language.on a {
		color: #fff;
	}
	.language.on a:hover {
		color: #fff;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 130px 0 32px;
}
#gFooter .fNavi {
	margin-bottom: 122px;
}
#gFooter .fNavi li {
	width: 33.3%;
}
#gFooter .fNavi a {
	padding: 30px 10px 40px;
	color: #000;
	display: block;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
#gFooter .fNavi a::after {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	transition: all .3s;
	background-color: #000
}
#gFooter .fNavi li:first-child a::after {
	height: 0;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
	color: #000;
}
#gFooter .fNavi span {
	margin-bottom: 16px;
	color: #111;
	font-size: 6rem;
	display: block;
}
#gFooter .btmBox {
	padding: 0 40px;
	color: #A3A3A3;
	overflow: hidden;
}
#gFooter .copyright {
	color: #000;
	float: left;
	font-size: 1.6rem;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif !important;
}
#gFooter .fUl {
	margin-top: 7px;
	float: right;
	text-align: right;
}
#gFooter .fUl li {
	margin-left: 15px;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 400;
}
#gFooter .fUl li:first-child {
	margin-left: 0;
}
#gFooter .fUl li a {
	color: #A3A3A3;
}
#gFooter .fUl li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	#gFooter {
		padding: 108px 0 25px;
	}
	#gFooter .fNavi {
		margin-bottom: 101px;
	}
	#gFooter .fNavi a {
		padding: 25px 8px 33px;
	}
	#gFooter .fNavi span {
		margin-bottom: 13px;
		font-size: 5rem;
	}
	#gFooter .btmBox {
		padding: 0 33px;
	}
	#gFooter .copyright {
		float: left;
		font-size: 1.3328rem;
	}
	#gFooter .fUl {
		margin-top: 6px;
	}
	#gFooter .fUl li {
		margin-left: 12px;
		font-size: 1.0829rem;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	#gFooter {
		padding: 78px 0 18px;
	}
	#gFooter .fNavi {
		margin-bottom: 73px;
	}
	#gFooter .fNavi a {
		padding: 18px 6px 24px;
	}
	#gFooter .fNavi span {
		margin-bottom: 10px;
		font-size: 3.6rem;
	}
	#gFooter .btmBox {
		padding: 0 24px;
	}
	#gFooter .copyright {
		font-size: 0.96rem;
	}
	#gFooter .fUl {
		margin-top: 4px;
	}
	#gFooter .fUl li {
		margin-left: 9px;
		font-size: 0.78rem;
	}
}
@media all and (max-width: 1199px) {
	#gFooter {
		padding: 55px 30px 35px;
	}
	#gFooter .fNavi {
		margin-bottom: 62px;
	}
	#gFooter .fNavi ul {
		display: block;
	}
	#gFooter .fNavi li {
		width: auto;
	}
	#gFooter .fNavi a {
		padding: 70px 10px 75px;
		font-size: 1.5rem;
	}
	#gFooter .fNavi a::after {
		width: 100%;
		height: 2px;
		left: 0;
		bottom: auto;
		top: 0;
	}
	#gFooter .fNavi li:first-child a::after {
		height: 0;
	}
	#gFooter .fNavi span {
		margin-bottom: 10px;
		font-size: 3.8rem;
	}
	#gFooter .btmBox {
		padding: 0;
	}
	#gFooter .copyright {
		float: none;
		font-size: 1.2rem;
		text-align: center;
	}
	#gFooter .fUl {
		margin: 0 0 60px;
		float: none;
		text-align: center;
	}
	#gFooter .fUl li {
		margin: 0 0 18px;
		font-size: 1.2rem;
		font-weight: 300;
		display: block;
	}
	#gFooter .fUl li:last-child {
		margin: 0;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding-left: 8.2vw;
}
.content01 {
	padding-left: 11.5vw;
}
@media all and (max-width: 1199px) {
	.content01 {
		padding-left: 8.2vw;
	}
}
.content02 {
	padding-left: 17.5vw;
}
@media all and (max-width: 1199px) {
	.content02 {
		padding-left: 8.2vw;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 48px;
	color: #4E4E4E;
	font-size: 5rem;
	font-weight: 400;
	font-family: 'Arsenal', sans-serif;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.headLine01 {
		margin-bottom: 40px;
		font-size: 4.165rem;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.headLine01 {
		margin-bottom: 21px;
		font-size: 3rem;
	}
}
@media all and (max-width: 1199px) {
	.headLine01 {
		margin-bottom: 35px;
		font-size: 3.4rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-top: 5.2vw;
	margin-bottom: 5.2vw;
	color: #4E4E4E;
	font-size: 5rem;
	font-weight: 400;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.headLine02 {
		font-size: 4.165rem;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.headLine02 {
		font-size: 3rem;
	}
}
@media all and (max-width: 1199px) {
	.headLine02 {
		margin: 0 0 35px 15px;
		font-size: 4rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 26px;
	padding-bottom: 15px;
	color: #182987;
	font-size: 2.5rem !important;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	font-family: 'Arsenal', sans-serif !important;
}
.headLine03::after {
	width: 130px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #707070;
	content: '';
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.headLine03 {
		margin-bottom: 21px;
		padding-bottom: 12px;
		font-size: 2rem !important;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.headLine03 {
		margin-bottom: 15.6px;
		padding-bottom: 9px;
		font-size: 1.8rem !important;
	}
}
@media all and (max-width: 1199px) {
	.headLine03 {
		margin-bottom: 45px;
		padding-bottom: 33px;
		font-size: 1.8rem !important;
	}
}
/*------------------------------------------------------------
	comttl
------------------------------------------------------------*/
.comttl {
	position: absolute;
	top: -20px;
	left: 0;
	color: #182987;
	font-size: 2.5rem !important;
	font-weight: 600;
	font-family: 'Arsenal', sans-serif !important;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.comttl {
		font-size: 2rem !important;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.comttl {
		font-size: 1.8rem !important;
	}
}
@media all and (max-width: 1199px) {
	.comttl {
        top: 0;
		font-size: 1.8rem !important;
	}
}
/*------------------------------------------------------------
	inner
------------------------------------------------------------*/
.inner {
	padding-left: 5.5vw;
}
@media all and (max-width: 1199px) {
	.inner {
		padding-left: 0;
	}
}
/*------------------------------------------------------------
	comTextBox
------------------------------------------------------------*/
.comTextBox {
	position: relative;
}
.comTextBox::after {
	margin-top: 60px;
	width: 1px;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	-webkit-transition: all ease 1s;
        transition: all ease 1s;
	background: #707070;
}
.comTextBox.on::after {
	height: calc(100% - 60px);
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.comTextBox::after {
		margin-top: 50px;
	}
	.comTextBox.on::after {
		height: calc(100% - 50px);
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.comTextBox::after {
		margin-top: 36px;
	}
	.comTextBox.on::after {
		height: calc(100% - 36px);
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	margin-bottom: 250px;
	padding-bottom: 36.6%;
	position: relative;
/**	background: url(img/common/bg02.jpg) no-repeat center center / cover;**/
}
.comContact .title {
	margin-top: -43px;
	font-size: 7rem;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.comContact .whiteBox {
	margin: 0 auto;
	padding: 128px 4.3% 60px;
	max-width: 1090px;
	min-height: 500px;
	width: 70%;
	box-sizing: border-box;
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%,33.5%);
	transform: translate(-50%,33.5%);
	z-index: 2;
	background-color: #fff;
}
.comContact .ttl {
	margin-bottom: 40px;
	font-size: 2.5rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif !important; 
}
.comContact .ttl.enTxt {
	font-family: 'Arsenal', sans-serif !important;
}
.comContact .ttl + p {
	margin-bottom: 60px;
	font-size: 1.5rem;
	line-height: 2.5;
	font-family: 'Noto Sans JP', sans-serif;
}
.comContact .btn {
	margin: 0 auto;
	text-align: center;
}
.comContact .btn a {
	padding-bottom: 4px;
	display: inline-block;
	position: relative;
	color: #222;
	font-size: 2rem;
	text-align: center;
	font-weight: 700;
}
.comContact .btn a::before {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #707070;
	content: '';
}
.comContact .btn a::after {
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: #707070;
	-webkit-transition: all ease .8s;
        transition: all ease .8s;
	content: '';
}
.comContact .btn a:hover::before {
	width: 0;
}
.comContact .btn a:hover::after {
	left: 0;
	width: 100%;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.comContact {
		margin-bottom: 196px;
	}
	.comContact .title {
		margin-top: -36px;
		font-size: 5.8rem;
	}
	.comContact .whiteBox {
		padding: 67px 7% 53px;
		max-width: 908px;
		min-height: 417px;
		display: grid;
    place-items: center;
	}
	.comContact .ttl {
		margin-bottom: 33px;
		font-size: 2rem;
	}
	.comContact .ttl + p {
		margin-bottom: 50px;
		font-size: 1.2rem;
	}
	.comContact .btn {
		width: 100px;
	}
	.comContact .btn a {
		padding-bottom: 3px;
		font-size: 1.666rem;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.comContact {
		margin-bottom: 141px;
	}
	.comContact .title {
		margin-top: -25.8px;
		font-size: 4.2rem;
	}
	.comContact .whiteBox {
		padding:47px 7% 33px;
		max-width: 680px;
		width: 78%;
		min-height: 300px;
	}
	.comContact .ttl {
		margin-bottom: 24px;
		margin-top:6%;
		font-size: 1.5rem;
	}
	.comContact .ttl + p {
		margin-bottom: 35px;
		font-size: 0.92rem;
	}
	.comContact .btn a {
		padding-bottom: 2px;
		font-size: 1.2rem;
	}
}
@media all and (max-width: 1199px) {
	.comContact {
		margin-bottom: 0px;
		padding-bottom: 0;
		min-height: 650px;
	}
	.comContact .title {
		margin-top: -93px;
		width: 100%;
		font-size: 3.6rem;
		text-align: center;
		box-sizing: border-box;
	}
	.comContact .whiteBox {
		padding: 38px 8% 20px;
		max-width: inherit;
		min-height: 460px;
		width: 82%;
		-webkit-transform: translate(-50%,17.5%);
		transform: translate(-50%,17.5%);
	}
	.comContact .ttl {
		margin-bottom: 40px;
		margin-top: 15px;
		font-size: 1.8rem;
		text-align: center;
	}
	.comContact .ttl + p {
		margin-bottom: 55px;
		font-size: 1.3rem;
		line-height: 2.85;
	}
	.comContact .btn a:hover::before {
		width: 100%;
	}
	.comContact .btn a:hover::after {
		left: 50%;;
		width: 0;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
}
table th,
table td {
	vertical-align: top;
}
/*------------------------------------------------------------
	comOurBox
------------------------------------------------------------*/
.comOurBox {
	margin-bottom: 11.5vw;
	position: relative;
}
.comOurBox img {
	width: 100%;
}
.comOurBox .whiteBox {
	margin: -25vw 10.3% 0 auto;
	padding: 135px 8.3% 30px;
	max-width: 775px;
	min-height: 580px;
	width: 70%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.comOurBox .headLine03 {
	margin-bottom: 30px;
}
.comOurBox .headLine03::after {
	display: none;
}
.comOurBox .headLine02 {
	margin-bottom: 32px;
	color: #4E4E4E;
	font-size: 6.5rem;
	line-height: 1.5;
	letter-spacing: -0.01em;
}
.comOurBox h2 {
	margin-bottom: 45px;
	color: #333;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.1818;
}
.comOurBox p {
	margin-bottom: 60px;
	font-size: 1.5rem;
	line-height: 2.86;
	font-family: 'Noto Sans JP', sans-serif;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.comOurBox .whiteBox {
		padding: 122px 8.3% 25px;
		max-width: 645px;
		min-height: 483px;
	}
	.comOurBox .headLine03 {
		margin-bottom: 25px;
	}
	.comOurBox .headLine02 {
		margin-bottom: 27px;
		font-size: 5.4rem;
	}
	.comOurBox h2 {
		margin-bottom: 37px;
		font-size: 2.29rem;
	}
	.comOurBox p {
		margin-bottom: 50px;
		font-size: 1.2rem;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.comOurBox .whiteBox {
		padding: 88px 8.3% 18px;
		max-width: 485px;
		min-height: 348px;
	}
	.comOurBox .headLine03 {
		margin-bottom: 18px;
	}
	.comOurBox .headLine02 {
		margin-bottom: 19px;
		font-size: 3.9rem;
	}
	.comOurBox h2 {
		margin-bottom: 16px;
		font-size: 1.65rem;
		font-weight: 500;
	}
	.comOurBox p {
		margin-bottom: 36px;
		font-size: 0.92rem;
	}
}
@media all and (max-width: 1199px) {
	.comOurBox {
		margin-bottom: 80px;
	}
	.comOurBox .whiteBox {
		margin-top: -26.5vw;
		padding: 82px 4% 30px 13%;
		max-width: inherit;
		min-height: inherit;
		width: 90%;
	}
	.comOurBox .headLine03 {
		margin-bottom: 12px;
	}
	.comOurBox .headLine02 {
		margin: 0 0 40px 0;
		font-size: 3.8rem;
	}
	.comOurBox h2 {
		margin-bottom: 45px;
		font-size: 2rem;
		line-height: 2.3;
		font-weight: 400;
	}
	.comOurBox p {
		margin-bottom: 60px;
		font-size: 1.3rem;
	}
}
@media all and (max-width: 350px) {
	.comOurBox h2 {
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	comTxtBox
------------------------------------------------------------*/
.comTxtBox {
	margin: 0 10vw 10vw 0;
}
.comTxtBox .headLine02 {
	margin-bottom: 4.4vw;
	font-size: 6rem;
}
.comTxtBox .textBox01 {
	width: 25%;
}
.comTxtBox .textBox02 {
	padding: 5px 6vw 30px;
	width: 68%;
	box-sizing: border-box;
}
.comTxtBox p {
	margin-bottom: 53px;
	font-size: 1.5rem;
	line-height: 2.5;
	font-family: 'Noto Sans JP', sans-serif;
}
.comTxtBox p:last-child {
	margin-bottom: 0;
}
.comTxtBox .comTextBox::after {
	margin-top: 0;
}
.comTxtBox .comTextBox.on::after {
    height: 100%;
}
.comTxtBox .ttl {
	margin-bottom: 12px;
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
}
.comTxtBox li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-size: 1.5rem;
	line-height: 2.5;
	font-family: 'Noto Sans JP', sans-serif;
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.comTxtBox .headLine02 {
		font-size: 3.6rem;
	}
	.comTxtBox .textBox02 {
		padding: 3px 6vw 1.8px;
	}
	.comTxtBox p {
		margin-bottom: 32px;
		font-size: 0.92rem;
	}
	.comTxtBox .ttl {
		margin-bottom: 7px;
		font-size: 1.8rem;
	}
	.comTxtBox li {
		font-size: 0.92rem;
	}
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.comTxtBox .headLine02 {
		font-size: 4.998rem;
	}
	.comTxtBox .textBox02 {
		padding: 4px 6vw 25px;
	}
	.comTxtBox p {
		margin-bottom: 44px;
		font-size: 1.2rem;
	}
	.comTxtBox .ttl {
		margin-bottom: 10px;
		font-size: 2.499rem;
	}
	.comTxtBox li {
		font-size: 1.2rem;
	}
}
@media all and (max-width: 1199px) {
	.comTxtBox {
		margin: 0 9vw 10vw 0;
	}
	.comTxtBox .headLine02 {
		margin: 0 5vw 9vw;
		font-size: 3.8rem;
		line-height: 1.4;
	}
	.comTxtBox .inn {
		display: block;
	}
	.comTxtBox .textBox01 {
		margin: 0 5vw 70px;
		width: auto;
	}
	.comTxtBox .textBox02 {
		padding: 82px 0 64px 10vw;
		width: auto;
		color: #333;
	}
	.comTxtBox p {
		margin-bottom: 78px;
		font-size: 1.3rem;
		line-height: 2.833;
	}
	.comTxtBox .ttl {
		margin-bottom: 35px;
		color: #222;
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: -0.05em;
	}
	.comTxtBox li {
		margin: 0 3vw 0 2vw;
		font-size: 1.3rem;
		line-height: 2.833;
	}
}
/*------------------------------------------------------------
	fadein
------------------------------------------------------------*/
.fadein_x {
    opacity: 0;
	transform: translate(400px, 0);
	-webkit-transform: translate(400px, 0);
    transition: all 2s;
	-webkit-transition: all 2s;
}
.fadein_x.scrollin {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}
.fadein_x_we {
    opacity: 0;
	transform: translate(800px, 0);
	-webkit-transform: translate(800px, 0);
    transition: all 3s;
	-webkit-transition: all 3s;
}
.fadein_x_we.scrollin {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}
.fadein_x_l {
    opacity: 0;
	transform: translate(-100%, 0);
	-webkit-transform: translate(-100%, 0);
    transition: all 3s;
	-webkit-transition: all 3s;
}
.fadein_x_l.scrollin {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}
.fadein_x_l_b {
    opacity: 1;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transform-origin: left center;
}
.fadein_x_l_b.scrollin {
    opacity: 1;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
.fadein_x_l_b.hide {
    left: 100% !important;
}
.fadein_text {
	opacity: 0;
	display: block;
    transition: all 1s;
	-webkit-transition: all 1s;
	transform: matrix(1, 0, 0, 1, -25, 0);
}
.fadein_text.scrollin {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0)
}
.adein1 {
	transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}
.adein2 {
	transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
}
.adein3 {
	transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
}
.adein4 {
	transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
}
.adein5 {
	transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
}
.adein6 {
	transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
}
.adein7 {
	transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
}
.adein8 {
	transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    -ms-transition-delay: 1.6s;
}
/*------------------------------------------------------------
	welcome
------------------------------------------------------------*/
.welcome {
	position: relative;
	z-index: 110;
	display: none;
}
.welcome .logo {
	width: 91px;
	position: absolute;
	left: 6vw;
	top: 0;
	z-index: 999;
}
.welcome li a {
	padding-bottom: 50px;
	height: 638px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: all ease .3s;
        transition: all ease .3s;
}
.welcome li a::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(img/common/photo01.jpg) no-repeat center center / cover;
	content: '';
	-webkit-transition: all ease .3s;
        transition: all ease .3s;
		z-index: -1;
}
.welcome li:nth-child(2) a::before {
	background: url(img/common/photo02.jpg) no-repeat center center / cover;
}
.welcome li:nth-child(3)::before a {
	background: url(img/common/photo03.jpg) no-repeat center center / cover;
}
.welcome li a:hover::before {
	transform: scale(1.1);
}
.welcome li a span {
	margin-bottom: 5px;
	display: block;
	font-size: 7rem;
	font-weight: 400;
}
.welcome li a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all ease .3s;
        transition: all ease .3s;
	background-color: rgba(0, 0, 0, 0.3);
	content: '';
	opacity: 1;
}
.welcome li a:hover::after {
	opacity: 0;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.welcome .logo {
		width: 76px;
	}
	.welcome li a {
		padding-bottom: 41px;
		height: 531px;
		font-size: 1.666rem;
	}
	.welcome li a span {
		margin-bottom: 4px;
		font-size: 5.831rem;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.welcome .logo {
		width: 57px;
	}
	.welcome li a {
		padding-bottom: 31px;
		height: 383px;
		font-size: 1.2rem;
	}
	.welcome li a span {
		margin-bottom: 3px;
		font-size: 4.2rem;
	}
}
@media all and (max-width: 1199px) {
	.welcome .logo {
		width: 67px;
		left: 32px;
	}
	.welcome li a {
		padding-bottom: 15px;
		height: 520px;
		font-size: 1.2rem;
	}
	.welcome li:nth-child(3) a {
		background: url(img/common/photo03.jpg) no-repeat right -50px top / cover;
	}
	.welcome li a span {
		margin-bottom: 14px;
		font-size: 4rem;
	}
	.welcome li a:hover::before {
		transform: scale(1);
	}
	.welcome li a:hover::after {
		opacity: 1;
	}
}
/*------------------------------------------------------------
	comBgBlue
------------------------------------------------------------*/
.comBgBlue {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00297B;
	z-index: 5;
}
/*------------------------------------------------------------
	bgBox
------------------------------------------------------------*/
.bgBox {
	background: url(img/common/bg01.png) no-repeat left top / cover;
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	margin-bottom: 4.9vw;
	height: 21vw;
	background: url(img/common/bg01.png) no-repeat left top / cover;
}

@media all and (max-width: 1199px) {
	.comBgBox {
		margin-bottom: 35px;
		height: 192px;
		background-image: url(img/common/sp_bg01.png);
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin-top: 60px;
	width: 345px;
	font-family: 'Roboto Condensed', sans-serif;
}
.comBtn a {
	padding: 28px 20px;
	color: #FFF;
	font-size: 1.6rem;
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
	background-color: #000;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transition: all ease .3s;
		transition: all ease .3s;
	border: 1px solid transparent;
		
}
.comBtn a:hover {
	color: #222;
	border: 1px solid #000;
	background-color: #fff;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.comBtn {
		margin-top: 50px;
		width: 287px;
	}
	.comBtn a {
		padding: 23px 16px;
		font-size: 1.3328rem;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.comBtn {
		margin-top: 36px;
		width: 207px;
	}
	.comBtn a {
		padding: 16.8px 12px;
		font-size: 0.96rem;
	}
}
@media all and (max-width: 1199px) {
	.comBtn {
		margin: 0 auto;
		width: 100%;
		max-width: 450px;
	}
	.comBtn a {
		padding: 25px 20px;
		font-size: 1.4rem;
	}
	.comBtn a:hover {
		color: #fff;
		border: 1px solid transparent;
		background-color: #000;
	}
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm {
	margin-bottom: 240px;
	font-family: 'Noto Sans JP', sans-serif;
}
.mailForm table {
	margin-bottom: 15px;
}
.mailForm th,
.mailForm td {
	padding: 34px 15px;
	color: #333;
	border-bottom: 1px solid #707070;
	box-sizing: border-box;
	vertical-align: middle;
	font-family: 'Noto Sans JP', sans-serif;
}
.mailForm tr:last-child th,
.mailForm tr:last-child td {
	border-bottom: none;
}
.mailForm th {
	width: 21%;
}
.mailForm td {
	width: 79%;
	padding-left: 0;
}
.mailForm td textarea,
.mailForm td input[type="text"],
.mailForm td input[type="email"],
.mailForm td input[type="tel"] {
	padding: 2px 13px;
	width: 100%;
	font-size: 1.4rem; 
	border-radius: 0;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	font-family: 'Noto Sans JP', sans-serif;
}
.mailForm td textarea {
	resize: none;
	overflow: hidden;
}
.mailForm td select {
	padding: 0 30px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none; 
	font-size: 1.4rem;
	border: none;
	font-family: 'Noto Sans JP', sans-serif;
	background: url(img/common/icon01.png) no-repeat center left 10px / 8px auto;
}
.mailForm td select::-ms-expand { 
	display: none !important;
}
.mailForm td input:placeholder-shown,
.mailForm td textarea:placeholder-shown {
	color: #ccc;
	opacity: 0.5;
	font-size: 1.4rem;
}
.mailForm td input::-webkit-input-placeholder, 
.mailForm td textarea:-moz-placeholder {
	color: #ccc;
	font-size: 1.4rem;
}
.mailForm td input:-moz-placeholder, 
.mailForm td textarea:-moz-placeholder {
   color: #ccc;
   font-size: 1.4rem;
}
.mailForm td input::-moz-placeholder, 
.mailForm td textarea:-moz-placeholder {
   color: #ccc;
   font-size: 1.4rem;
}
.mailForm td input:-ms-input-placeholder, 
.mailForm td textarea:-moz-placeholder {
   color: #ccc;
   font-size: 1.4rem;
}
.mailForm td textarea {
	height: 200px;
}
.mailForm .agree {
	margin-bottom: 65px;
	padding: 24px 33px 28px;
	color: #333;
	font-size: 1.4rem;
	background-color:#F7F7F7;
}
.mailForm .agree input[type="checkbox"] {
	display: none;
}
.mailForm .agree input[type="checkbox"] + label,
.mailForm .agree input[type="checkbox"] ~ span {
	padding: 5px 0 5px 34px;
	display: inline-block;
	background: url(img/common/checkbox_img02.jpg) no-repeat left center / 17px auto;
}
.mailForm .agree  input[type="checkbox"]:checked + label,
.mailForm .agree  input[type="checkbox"]:checked ~ span {
	background-image: url(img/common/checkbox_img01.jpg);
}
.mailForm .submit {
	display: flex;
	justify-content: space-between;
}
.mailForm .submit li {
	margin-top: 60px;
	width: 345px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.mailForm .submit li input {
	padding: 28px 20px;
	width: 345px;
	color: #FFF;
	font-size: 1.6rem;
	display: block;
	text-align: center;
	background-color: #000;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all ease .3s;
		transition: all ease .3s;
	border: 1px solid transparent;
	font-family: 'Roboto Condensed', sans-serif;
}
.mailForm .submit li input:hover {
	color: #222;
	border: 1px solid #000;
	background-color: #fff;
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.mailForm {
		margin-bottom: 144px;
	}
	.mailForm table {
		margin-bottom: 9px;
	}
	.mailForm th,
	.mailForm td {
		padding: 20px 9px;
	}
	.mailForm td textarea,
	.mailForm td input[type="text"],
	.mailForm td input[type="email"],
	.mailForm td input[type="tel"] {
		padding: 2px 8px;
		font-size: 0.84rem; 
	}
	.mailForm td select {
		padding-left: 18px;
		font-size: 0.84rem;
		background: url(img/common/icon01.png) no-repeat center left 10px / 8px auto;
	}
	.mailForm td input:placeholder-shown,
	.mailForm td textarea:placeholder-shown {
		font-size: 0.84rem;
	}
	.mailForm td input::-webkit-input-placeholder, 
	.mailForm td textarea:-moz-placeholder {
		font-size: 0.84rem;
	}
	.mailForm td input:-moz-placeholder, 
	.mailForm td textarea:-moz-placeholder {
	   font-size: 0.84rem;
	}
	.mailForm td input::-moz-placeholder, 
	.mailForm td textarea:-moz-placeholder {
	   font-size: 0.84rem;
	}
	.mailForm td input:-ms-input-placeholder, 
	.mailForm td textarea:-moz-placeholder {
	   font-size: 0.84rem;
	}
	.mailForm td textarea {
		height: 120px;
	}
	.mailForm .agree {
		margin-bottom: 39px;
		padding: 14px 20px 17px;
		font-size: 0.84rem;
	}
	.mailForm .agree input[type="checkbox"] + label,
	.mailForm .agree input[type="checkbox"] ~ span {
		padding: 3px 0 3px 25px;
		background: url(img/common/checkbox_img02.jpg) no-repeat left center / 10px auto;
	}
	.mailForm .submit li {
		margin-top: 36px;
		width: 207px;
	}
	.mailForm .submit li input {
		padding: 17px 12px;
		width: 207px;
		font-size: 0.96rem;
	}
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.mailForm {
		margin-bottom: 200px;
	}
	.mailForm table {
		margin-bottom: 12px;
	}
	.mailForm tr {
		width: 100%;
	}
	.mailForm th,
	.mailForm td {
		padding: 28px 10px;
	}
	.mailForm td textarea,
	.mailForm td input[type="text"],
	.mailForm td input[type="email"],
	.mailForm td input[type="tel"] {
		padding: 2px 11px;
		font-size: 1.1662rem; 
	}
	.mailForm td select {
		padding-left: 25px;
		font-size: 1.1662rem;
		background: url(img/common/icon01.png) no-repeat center left 8px / 7px auto;
	}
	.mailForm td input:placeholder-shown,
	.mailForm td textarea:placeholder-shown {
		font-size: 1.1662rem;
	}
	.mailForm td input::-webkit-input-placeholder, 
	.mailForm td textarea:-moz-placeholder {
		font-size: 1.1662rem;
	}
	.mailForm td input:-moz-placeholder, 
	.mailForm td textarea:-moz-placeholder {
	   font-size: 1.1662rem;
	}
	.mailForm td input::-moz-placeholder, 
	.mailForm td textarea:-moz-placeholder {
	   font-size: 1.1662rem;
	}
	.mailForm td input:-ms-input-placeholder, 
	.mailForm td textarea:-moz-placeholder {
	   font-size: 1.1662rem;
	}
	.mailForm td textarea {
		height: 167px;
	}
	.mailForm .agree {
		margin-bottom: 54px;
		padding: 20px 27px 23px;
		font-size: 1.1662rem;
	}
	.mailForm .agree input[type="checkbox"] + label,
	.mailForm .agree input[type="checkbox"] ~ span {
		padding: 4px 0 4px 30px;
		background: url(img/common/checkbox_img02.jpg) no-repeat left center / 14px auto;
	}
	.mailForm .submit li {
		margin-top: 50px;
		width: 287px;
	}
	.mailForm .submit li input {
		padding: 23px 16px;
		width: 287px;
		font-size: 1.4128rem;
	}
}
@media all and (max-width: 1199px) {
	.mailForm {
		margin: 0 8.2vw 165px 0;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.mailForm table {
		margin-bottom: 65px;
	}
	.mailForm th,
	.mailForm td {
		padding: 23px 15px 16px;
		color: #333;
		width: 100%;
		display: block;
		border-bottom: 1px solid #707070;
		box-sizing: border-box;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.mailForm tr:last-child th,
	.mailForm tr:last-child td {
		border-bottom: none;
	}
	.mailForm th {
		width: 100%;
		font-size: 1.4rem;
		text-align: center;
		border-bottom: none;
	}
	.mailForm td {
		padding: 19px 0 15px;
		font-size: 1.2rem; 
	}
	.mailForm td textarea,
	.mailForm td input[type="text"],
	.mailForm td input[type="email"],
	.mailForm td input[type="tel"] {
		padding: 2px 10px;
		width: 100%;
		font-size: 1.2rem;
	}
	.mailForm td select {
		padding-left: 30px;
		font-size: 1.2rem;
	}
	.mailForm td select::-ms-expand { 
		display: none !important;
	}
	.mailForm td input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
		font-size: 1.2rem;
	}
	.mailForm td input:-moz-placeholder, textarea:-moz-placeholder {
	   font-size: 1.2rem;
	}
	.mailForm td input::-moz-placeholder, textarea::-moz-placeholder {
	   font-size: 1.2rem;
	}
	.mailForm td input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	   font-size: 1.2rem;
	}
	.mailForm td textarea {
		height: 70px;
	}
	.mailForm .agree {
		margin-bottom: 85px;
		padding: 13px 23px 13px;
		font-size: 1.2rem;
		line-height: 2;
	}
	.mailForm .agree input[type="checkbox"] {
		display: none;
	}
	.mailForm .agree input[type="checkbox"] + label,
	.mailForm .agree input[type="checkbox"] ~ span {
		padding: 5px 0 5px 34px;
		display: inline-block;
		background: url(img/common/checkbox_img02.jpg) no-repeat left center / 17px auto;
	}
	.mailForm .agree  input[type="checkbox"]:checked + label,
	.mailForm .agree  input[type="checkbox"]:checked ~ span {
		background-image: url(img/common/checkbox_img01.jpg);
	}
	.mailForm .submit li input:hover::after {
		left: 50%;
		width: 0;
	}
	.mailForm .submit {
		margin-top: -10px	;
		display: block;
	}
	.mailForm .submit li {
		margin-top: 10px;
		width: 100%;
	}
	.mailForm .submit li input {
		padding: 24px 20px;
		width: 100%;
		font-size: 1.4rem;
	}
	.mailForm .submit li input:hover {
		color: #fff;
		border: 1px solid transparent;
		background-color: #000;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.top #container {
	min-height: 100vh;
}
.top .welcome {
	display: none;
}
.top .container {
	/* display: none; */
}
.top .mainVisual {
	padding: 8.6vw 0 14.5vw 12.2vw;
}
.top .mainVisual .photoBox {
	overflow: hidden;
	position: relative;
}
.top #main .inner {
	padding-bottom: 280px;
	overflow: hidden;
	margin-bottom: 130px;
}
.top #main .content {
	position: relative;
}
.top #main .watermark {
	padding-bottom: 120px;
	position: absolute;
    bottom: 0;
    right: -5.5vw;
	max-width: 1736px;
}
@media all and (min-width: 1200px) {
    [data-aos^=fade][data-aos^=fade].aos-animate {
        transform: translate3d(-17vw,0,0);
    }
}
.top #main .watermark.fadein_x {
    transition: all 3s;
    -webkit-transition: all 3s;
}
.top #main h2 {
	margin: 0 0 1.5vw 4vw;
	color: #ffffff;
	font-size: 7.5rem;
	font-weight: 400;
	text-shadow: 4px 4px 7px #404040;
}
.top #main h3 {
	margin: -45px 0 157px 3.8vw;
	color: #222;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.25;
	position: relative;
	z-index: 1;
}
.top #main .imgBox {
	padding-left: 4vw;
	box-sizing: border-box;
}
.top #main .imgBox .textBox {
	margin: 75px 0 9vw;
	padding: 110px 5vw 90px 5.6vw;
	width: 38%;
	max-width: 594px;
	position: relative;
	float: left;
	box-sizing: border-box;
}
.top #main .imgBox .textBox::after {
	margin-top: 60px;
	width: 1px;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	-webkit-transition: all ease 1s;
        transition: all ease 1s;
	background: #c79322;
}
.top #main .imgBox .textBox.on::after {
	height: calc(100% - 60px);
}
.top #main .imgBox .textBox p {
	margin-bottom: 34px;
	line-height: 2.858;
	font-family: 'Noto Sans JP', sans-serif;
}
.top #main .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
.top #main .imgBox .photoBox {
	width: 59.9%;
	float: right;
	overflow: hidden;
	position: relative;
    z-index: 5;
}
.top #main .geryBox {
	margin-top: -8.1vw;
	width: 51.3%;
	padding: 12.5vw 8.8vw 13vw 9.2vw;
	color: #fff;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	background-color: #01001ea6;
}
.top #main .geryBox h4 {
	margin-bottom: 100px;
	font-size: 3rem;
	font-weight: 400;
}
.top #main .geryBox .title {
	margin-bottom: 35px;
	font-size: 2.5rem;
}
.top #main .geryBox .title + p {
	margin-bottom: 93px;
	line-height: 2.8;
	font-family: 'Noto Sans JP', sans-serif;
}
.top #main .geryBox .btn {
	width: 400px;
}
.top #main .geryBox .btn a {
	padding-left: 100px;
	display: block;
	position: relative;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.top #main .geryBox .btn a::before {
	width: 85px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	background-color: #fff;
}
.top #main .geryBox .btn a::after {
	width: 0;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	-webkit-transition: all ease .8s;
        transition: all ease .8s;
	background-color: #fff;
}
.top #main .geryBox .btn a:hover::after {
	width: 85px;
}
.top #main .geryBox .btn a:hover::before {
	width: 0;
}
.top #main .ourBox {
	padding: 0 20px;
	min-height: 826px;
	position: relative;
	overflow: hidden;
}
.top #main .ourBox .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/index/bg02.jpg) no-repeat center center / cover;
}
.top #main .ourBox .whiteBox {
	margin: 0 auto;
	padding: 77px 15% 160px;
	max-width: 1090px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.top #main .ourBox .ttl {
	margin-bottom: 50px;
	font-size: 2.5rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif !important;
}
.top #main .ourBox .ttl + p {
	margin-bottom: 60px;
	line-height: 2.9;
	font-family: 'Noto Sans JP', sans-serif;
}
.top #main .ourBox .btn {
	margin: 0 auto;
	width: 100px;
}
.top #main .ourBox .btn a {
	padding-bottom: 4px;
	display: block;
	position: relative;
	color: #222;
	font-size: 2rem;
	text-align: center;
	font-weight: 700;
}
.top #main .ourBox .btn a::before {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #707070;
	content: '';
}
.top #main .ourBox .btn a::after {
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: #707070;
	-webkit-transition: all ease .8s;
        transition: all ease .8s;
	content: '';
}
.top #main .ourBox .btn a:hover::before {
	width: 0;
}
.top #main .ourBox .btn a:hover::after {
	left: 0;
	width: 100%;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.top #main .inner {
		padding-bottom: 233px;
	}
	.top #main .watermark {
		position: absolute;
		bottom: 100px;
		right: -208px;
		max-width: 1446px;
	}
	.top #main h2 {
		font-size: 6.2475rem;
	}
	.top #main h3 {
		margin: -37px 0 130px 3.8vw;
		font-size: 2.2rem;
	}
	.top #main .imgBox .textBox {
		margin: 62px 0 9vw;
		padding: 91px 5vw 75px 5.6vw;
	}
	.top #main .imgBox .textBox::after {
		margin-top: 50px;
	}
	.top #main .imgBox .textBox.on::after {
		height: calc(100% - 50px);
	}
	.top #main .imgBox .textBox p {
		margin-bottom: 28px;
	}
	.top #main .geryBox h4 {
		margin-bottom: 83px;
		font-size: 2.499rem;
	}
	.top #main .geryBox .title {
		margin-bottom: 29px;
		font-size: 2.0825rem;
	}
	.top #main .geryBox .title + p {
		margin-bottom: 77.469px;
	}
	.top #main .geryBox .btn {
		width: 333px;
	}
	.top #main .geryBox .btn a {
		padding-left: 83.3px;
		letter-spacing: 0.0833em;
	}
	.top #main .geryBox .btn a::before {
		width: 71px;
	}
	.top #main .geryBox .btn a:hover::after {
		width: 71px;
	}
	.top #main .ourBox {
		padding: 0 16px;
		min-height: 688px;
	}
	.top #main .ourBox .whiteBox {
		padding: 64px 15% 133px;
		max-width: 908px;
	}
	.top #main .ourBox .title {
		margin-bottom: 41px;
		font-size: 2.499rem;
	}
	.top #main .ourBox .title + p {
		margin-bottom: 50px;
	}
	.top #main .ourBox .btn {
		width: 83px;
	}
	.top #main .ourBox .btn a {
		padding-bottom: 3px;
		font-size: 1.666rem;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.top #main .inner {
		padding-bottom: 168px;
	}
	.top #main .watermark {
		bottom: 72px;
		right: -150px;
		max-width: 1042px;
	}
	.top #main h2 {
		font-size: 4.5rem;
	}
	.top #main h3 {
		margin: -27px 0 94px 3.8vw;
		font-size: 2rem;
	}
	.top #main .imgBox .textBox {
		margin: 45px 0 9vw;
		padding: 66px 5vw 54px 5.6vw;
	}
	.top #main .imgBox .textBox::after {
		margin-top: 36px;
	}
	.top #main .imgBox .textBox.on::after {
		height: calc(100% - 36px);
	}
	.top #main .imgBox .textBox p {
		margin-bottom: 20px;
	}
	.top #main .geryBox h4 {
		margin-bottom: 60px;
		font-size: 1.8rem;
	}
	.top #main .geryBox .title {
		margin-bottom: 21px;
		font-size: 1.5rem;
	}
	.top #main .geryBox .title + p {
		margin-bottom: 56px;
	}
	.top #main .geryBox .btn {
		width: 240px;
	}
	.top #main .geryBox .btn a {
		padding-left: 60px;
		letter-spacing: 0.06em;
	}
	.top #main .geryBox .btn a::before {
		width: 51px;
	}
	.top #main .geryBox .btn a:hover::after {
		width: 51px;
	}
	.top #main .ourBox {
		padding: 0 12px;
		min-height: 496px;
	}
	.top #main .ourBox .whiteBox {
		margin: 0 auto;
		padding: 46px 15% 96px;
		max-width: 685px;
	}
	.top #main .ourBox .title {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}
	.top #main .ourBox .title + p {
		margin-bottom: 36px;
	}
	.top #main .ourBox .btn {
		width: 60px;
	}
	.top #main .ourBox .btn a {
		padding-bottom: 2px;
		font-size: 1.2rem;
	}
}
@media all and (max-width: 1199px) {
	.top .mainVisual {
		margin-bottom: 40px;
		padding: 110px 0 35px 40px;
	}
	.top .photoBox img {
		width: 100%;
	}
	.top #main .inner {
		padding-bottom: 160px;
	}
	.top #main .watermark {
		display: none;
	}
	.top #main h2 {
		margin: 0 0 80px 0;
		font-size: 3.6rem;
		line-height: 1.2;
		padding: 0 0 0 20px;
	}
	.top #main h3 {
		margin: 0 30px 90px 15.3vw;
		font-size: 2rem;
		line-height: 2.5;
	}
	.top #main .imgBox {
		padding-left: 0;
	}
	.top #main .imgBox .textBox {
		margin: 0;
		padding: 148px 10.6vw 128px 12vw;
		width: auto;
		float: none;
	}
	.top #main .imgBox .photoBox {
		margin: 0 55px 0 -8.2vw;
		width: auto;
		float: none;
		position: relative;
		z-index: 5;
	}
	.top #main .geryBox {
		margin: -25.1vw 0 0 10px;
		width: auto;
		padding: 49vw 9vw 33vw 16vw;
	}
	.top #main .geryBox h4 {
		margin-bottom: 50px;
		font-size: 2rem;
	}
	.top #main .geryBox .title {
		margin-bottom: 23px;
		font-size: 2.1rem;
		line-height: 2.2;
		}
	.top #main .geryBox .title + p {
		margin-bottom: 73px;
	}
	.top #main .geryBox .btn {
		width: 150px;
	}
	.top #main .geryBox .btn a {
		padding-left: 70px;
	}
	.top #main .geryBox .btn a::before {
		width: 50px;
	}
	.top #main .geryBox .btn a::after {
		width: 50px;
	}
	.top #main .geryBox .btn a:hover::after {
		width: 50px;
	}
	.top #main .ourBox {
		padding: 0 20px;
		min-height: 570px;
	}
	.top #main .ourBox .bg {
		background-image: url(img/index/sp_bg02.jpg);
	}
	.top #main .ourBox .whiteBox {
		margin: 0 27px;
		padding: 0 12% 20px;
		max-width: inherit;
	}
	.top #main .ourBox .title {
		margin-bottom: 50px;
		font-size: 3rem;
		text-align: center;
		line-height: 1;
	}
	.top #main .ourBox .title + p {
		margin-bottom: 40px;
	}
	.top #main .ourBox .btn a::after {
		width: 100%;
		left: 0;
	}
	.top #main .ourBox .ttl {
		margin-bottom: 40px;
		font-size: 1.6rem;
	}
}
@media all and (max-width: 400px) {
	.top #main .ourBox .title {
		font-size: 2.5rem;
	}
}
.about #main .imgBox {
	margin: 0 0 10vw 0.7vw;
	box-sizing: border-box;
}
.about #main .imgBox .textBox {
	padding: 6.7vw 4.5vw 0 4.5vw;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.about #main .imgBox .textBox table th,
.about #main .imgBox .textBox table td {
	padding-bottom: 40px;
	color: #222;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
}
.about #main .imgBox .textBox table th {
	width: 21%;
}
.about #main .imgBox .textBox table td {
	font-size: 1.4rem;
}
.about #main .imgBox .textBox table td ul {
	margin-top: 10px;
}
.about #main .imgBox .textBox table td li {
	margin-bottom: 22px;
}
.about #main .imgBox .textBox table td li span {
	display: inline-block;
	width: calc(100% - 42px);
	vertical-align: top;
}
.about #main .imgBox .textBox table td li .text {
	margin: 0 15px 0 5px;
	width: 18px;
}
.about #main .imgBox .textBox p {
	margin-bottom: 40px;
	font-size: 1.4rem;
	line-height: 2.86;
	font-family: 'Noto Sans JP', sans-serif;
}
.about #main .imgBox .photoBox {
	margin-top: 3vw;
	width: 43.6%;
	float: right;
	overflow: hidden;
	position: relative;
}
.about #main .imgBox02 {
	margin-bottom: 13vw;
}
.about #main .imgBox02:last-child {
	margin-bottom: 11.2vw;
}
.about #main .imgBox01 .headLine01 {
	margin: -10px 0 15px;
}
.about #main .imgBox01 .text01 {
	margin-bottom: 53px !important;
	font-weight: 700;
}
.about #main .imgBox .photoBox .photo {
	margin-bottom: 90px;
	overflow: hidden;
	position: relative;
}
.about #main .imgBox .photoBox .txtBox {
	width: 78%;
}
.about #main .imgBox .photoBox p {
	font-size: 1.4rem;
	line-height: 2.86;
	font-family: 'Noto Sans JP', sans-serif;
}
.about #main .imgBox02 .textBox {
	padding: 6.7vw 2.5vw 3vw 4.5vw;
}
.about #main .imgBox02 .textBox table th {
	width: 32%;
}
.about #main .map {
	padding-bottom: 37.786%;
	width: auto;
	height: 0 !important;
	position: relative;
	overflow: hidden;
}
.about #main .map iframe {
	width: 100%;
	height: 100%;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.about #main .imgBox .textBox table th,
	.about #main .imgBox .textBox table td {
		padding-bottom: 33px;
		font-size: 1.2495rem;
	}
	.about #main .imgBox .textBox table td {
		font-size: 1.1662rem;
	}
	.about #main .imgBox .textBox table td ul {
		margin-top: 8px;
	}
	.about #main .imgBox .textBox table td li {
		margin-bottom: 18px;
	}
	.about #main .imgBox .textBox table td li span {
		width: calc(100% - 35px);
	}
	.about #main .imgBox .textBox table td li .text {
		margin: 0 12px 0 4px;
		width: 15px;
	}
	.about #main .imgBox .textBox p {
		margin-bottom: 33px;
		font-size: 1.1662rem;
	}
	.about #main .imgBox01 .headLine01 {
		margin: -8px 0 12px;
	}
	.about #main .imgBox01 .text01 {
		margin-bottom: 44px !important;
	}
	.about #main .imgBox .photoBox .photo {
		margin-bottom: 75px;
	}
	.about #main .imgBox .photoBox p {
		font-size: 1.1662rem;
	}

}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.about #main .imgBox .textBox table th,
	.about #main .imgBox .textBox table td {
		padding-bottom: 24px;
		font-size: 0.9rem;
	}
	.about #main .imgBox .textBox table td {
		font-size: 0.84rem;
	}
	.about #main .imgBox .textBox table td ul {
		margin-top: 6px;
	}
	.about #main .imgBox .textBox table td li {
		margin-bottom: 13.2px;
	}
	.about #main .imgBox .textBox table td li span {
		width: calc(100% - 25	px);
	}
	.about #main .imgBox .textBox table td li .text {
		margin: 0 9px 0 3px;
		width: 11px;
	}
	.about #main .imgBox .textBox p {
		margin-bottom: 24px;
		font-size: 0.84rem;
	}
	.about #main .imgBox01 .headLine01 {
		margin: -6px 0 9px;
	}
	.about #main .imgBox01 .text01 {
		margin-bottom: 32px !important;
	}
	.about #main .imgBox .photoBox .photo {
		margin-bottom: 54px;
	}
	.about #main .imgBox .photoBox p {
		font-size: 0.84rem;
	}

}
@media all and (max-width: 1199px) {
	.about #main .imgBox {
		margin: 0 0 122px 0;
	}
	.about #main .imgBox .textBox {
		padding: 142px 40px 42px 40px;
		width: auto;
		float: none;
	}
	.about #main .imgBox .textBox table th,
	.about #main .imgBox .textBox table td {
		padding-bottom: 10px;	
		font-size: 1.4rem;
		width: auto;
		display: block;
	}
	.about #main .imgBox .textBox table td {
		margin-bottom: 25px;
		font-size: 1.2rem;
	}
	.about #main .imgBox .textBox table td .add {
		display: inline-block;
		width: calc(100% - 80px);
		vertical-align: top;
		line-height: 1.9;
	}
	.about #main .imgBox .textBox table td .add01 {
		width: 65px;
	}
	.about #main .imgBox .textBox table td ul {
		margin-top: 3px;
	}
	.about #main .imgBox .textBox table td li {
		margin-bottom: 11px;
		font-size: 1.2rem;
		line-height: 1.9;
		font-feature-settings: "palt";
	}
	.about #main .imgBox .textBox table td li span {
		width: calc(100% - 30px);
	}
	.about #main .imgBox .textBox table td li .text {
		margin: 0 10px 0 0;
	}
	.about #main .imgBox .textBox p {
		margin-bottom: 35px;
		font-size: 1.2rem;
	}
	.about #main .imgBox .textBox p:last-child {
		margin-bottom: 0;
	}
	.about #main .imgBox .photoBox {
		margin: 0 0 0 -8.2vw;
		width: auto;
		float: none;
	}
	.about #main .imgBox01 {
		margin-bottom: 138px;
	}
	.about #main .imgBox01 .textBox {
		padding-bottom: 105px;
	}
	.about #main .imgBox01 .headLine01 {
		margin: -8px 0 17px;
	}
	.about #main .imgBox01 .text01 {
		margin-bottom: 38px !important;
		font-size: 1.4rem !important;
	}
	.about #main .imgBox .photoBox .photo {
		margin-bottom: 80px;
	}
	.about #main .imgBox .photoBox .txtBox {
		padding: 0 8.2vw;
		width: auto;
	}
	.about #main .imgBox .photoBox p {
		font-size: 1.2rem;
		line-height: 2.86;
	}
	.about #main .imgBox02 {
		margin-bottom: 155px;
	}
	.about #main .imgBox02:last-child {
		margin-bottom: 185px;
	}
	.about #main .imgBox02 .textBox {
		margin-bottom: 55px;
		padding: 122px 45px 58px;
	}
	.about #main .imgBox02 .textBox table th {
		width: auto;
	}
	.about #main .imgBox02 .photoBox {
		margin: 0 8.2vw 0 0;
	}
	.about #main .map {
		padding-bottom: 160%;
	}

}
@media all and (max-width: 380px) {
	.about #main .imgBox .textBox table td li {
		font-size: 1.2rem;
	}
	.about #main .imgBox01 .headLine01 {
		font-size: 2.5rem;
	}
}
.market_outlook .headLine02 {
	margin-bottom: 83px;
}
.market_outlook .movieBox {
	margin: 0 0 7.6vw 2.6vw;
	padding: 6.6vw 8.1vw 0 0;
	border-top: 1px solid #707070;
}
.market_outlook .movieBox:last-child {
	margin-bottom: 16.3vw;
}
.market_outlook .movieBox .textBox {
	margin-top: 2.9vw;
	width: 33%;
}
.market_outlook .movieBox h2 {
	margin-bottom: 25px;
	font-size: 2.4rem;
	font-weight: 500;
}
.market_outlook .movieBox .textBox .text {
	margin-bottom: 52px;
	color: #A3A3A3;
	font-size: 1.5rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}
.market_outlook .movieBox .textBox p {
	margin-bottom: 40px;
	font-size: 1.5rem;
	line-height: 2.86;
	font-family: 'Noto Sans JP', sans-serif;
}
.market_outlook .movieBox .textBox .comBtn {
	margin-top: 30px;
}
.market_outlook .movieBox .photoBox {
	width: 60%;
}
.market_outlook .movieBox .movie {
	width: 100%;
	padding-bottom: 58.262315%;
	position: relative;
	overflow: hidden;
	margin-bottom: 70px;
}
.market_outlook .movieBox .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: top;
}
.market_outlook .movieBox .phoBox {
	width: 30%;
}
.market_outlook .movieBox .txtBox {
	width: 62%;
}
.market_outlook .movieBox .txtBox .headLine03 {
	margin-bottom: 35px;
}
.market_outlook .movieBox .txtBox table {
	margin-left: 10px;
}
.market_outlook .movieBox .txtBox th,
.market_outlook .movieBox .txtBox td {
	padding-bottom: 25px;
}
.market_outlook .movieBox .txtBox th {
	width: 25%;
	min-width: 45px;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.market_outlook .headLine02 {
		margin-bottom: 69px;
	}
	.market_outlook .movieBox h2 {
		margin-bottom: 21px;
		font-size: 2.2rem;
	}
	.market_outlook .movieBox .textBox .text {
		margin-bottom: 33px;
		font-size: 1.2495rem;
	}
	.market_outlook .movieBox .textBox p {
		margin-bottom: 40px;
		font-size: 1.2rem;
	}
	.market_outlook .movieBox .textBox .comBtn {
		margin-top: 20px;
	}
	.market_outlook .movieBox .textBox .comBtn {
		margin-top: 15px;
	}
	.market_outlook .movieBox .movie {
		margin-bottom: 58px;
	}
	.market_outlook .movieBox .txtBox .headLine03 {
		margin-bottom: 29px;
	}
	.market_outlook .movieBox .txtBox table {
		margin-left: 8px;
	}
	.market_outlook .movieBox .txtBox th,
	.market_outlook .movieBox .txtBox td {
		padding-bottom: 21px;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.market_outlook .headLine02 {
		margin-bottom: 50px;
	}
	.market_outlook .movieBox h2 {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	.market_outlook .movieBox .textBox .text {
		margin-bottom: 31px;
		font-size: 0.9rem;
	}
	.market_outlook .movieBox .textBox p {
		margin-bottom: 18px;
		font-size: 0.92rem;
	}
	.market_outlook .movieBox .movie {
		margin-bottom: 42px;
	}
	.market_outlook .movieBox .txtBox .headLine03 {
		margin-bottom: 21px;
	}
	.market_outlook .movieBox .txtBox table {
		margin-left: 6px;
	}
	.market_outlook .movieBox .txtBox th,
	.market_outlook .movieBox .txtBox td {
		padding-bottom: 15px;
	}

}
@media all and (min-width: 1200px) {
	.market_outlook .movieBox {
		flex-wrap: nowrap;
	}
	.market_outlook .movieBox .textBox {
		width: 100%;
	}
	.market_outlook .movieBox .photoBox {
		flex-shrink: 0;
	}
	.market_outlook .movieBox .photoBox {
		margin-left: 5vw;
		width: auto;
	}
	.market_outlook .movieBox .photoBox.noPhoto {
		margin-left: 0;
	}
	.market_outlook .movieBox .photoBox .movie,
	.market_outlook .movieBox .photoBox .imgBox {
		width: 42.72vw;
	}
}
@media all and (max-width: 1199px) {
	.market_outlook .headLine02 {
		margin-bottom: 75px;
	}
	.market_outlook .movieBox {
		margin: 0 0 135px 0;
		padding: 57px 8.1vw 0 0;
		display: block;
	}
	.market_outlook .movieBox:last-child {
		margin-bottom: 183px;
	}
	.market_outlook .movieBox .textBox {
		margin-top: 0;
		width: auto;
	}
	.market_outlook .movieBox h2 {
		margin-bottom: 3px;
		font-size: 2rem;
	}
	.market_outlook .movieBox .textBox .text {
		margin-bottom: 50px;
		font-size: 1.4rem;
		font-weight: 500;
	}
	.market_outlook .movieBox p {
		margin-bottom: 40px;
		font-size: 1.3rem;
		line-height: 2.86;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.market_outlook .movieBox .photoBox {
		width: auto;
	}
	.market_outlook .movieBox .movie {
		margin-bottom: 40px;
	}
	.market_outlook .movieBox .imgBox {
		margin-bottom: 47px;
	}
	.market_outlook .movieBox .phoBox {
		width: 23%;
	}
	.market_outlook .movieBox .txtBox {
		width: 70%;
	}
	.market_outlook .movieBox .txtBox .headLine03 {
		padding-bottom: 12px;
		margin-bottom: 25px;
	}
	.market_outlook .movieBox .txtBox .headLine03::after {
		width: 103px;
	}
	.market_outlook .movieBox .txtBox table {
		margin-left: 0;
	}
	.market_outlook .movieBox .txtBox th,
	.market_outlook .movieBox .txtBox td {
		padding-bottom: 14px;
	}

}
.about .comBgBox {
	margin-bottom: 0;
}
.about .imgBox {
	margin-bottom: 16.5vw;
}
.about .imgBox .headLine02 {
	margin-bottom: 58px;
	font-size: 6rem;
}
.about .imgBox .textBox {
	width: 38%;
}
.about .imgBox .textBox p {
	color: #333;
	font-size: 1.5rem;
	line-height: 2.86;
	font-family: 'Noto Sans JP', sans-serif;
}
.about .imgBox .photoBox {
	margin-top: -26px;
	width: 50.5%;
	position: relative;
	overflow: hidden;
}
.about .standardBox {
	margin-bottom: 9.5vw;
	position: relative;
}
.about .standardBox .whiteBox {
	margin: -17.5vw 0 0 -6vw;
	padding: 5.5vw 7% 0;
	width: 610px;
	min-height: 470px;
	position: relative;
	box-sizing: border-box;
	z-index: 2;
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}
.about .standardBox .whiteBox .headLine02 {
	font-size: 6rem;
	margin-bottom: 42px;
}
.about .standardBox .whiteBox p {
	font-size: 1.5rem;
	line-height: 2.5;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.about .imgBox .headLine02 {
		margin-bottom: 48px;
		font-size: 4.998rem;
	}
	.about .imgBox .textBox p {
		font-size: 1.2rem;
	}
	.about .imgBox .photoBox {
		margin-top: -21px;
	}
	.about .standardBox .whiteBox {
		width: 508px;
		min-height: 391px;
	}
	.about .standardBox .whiteBox .headLine02 {
		font-size: 4.998rem;
		margin-bottom: 35px;
	}
	.about .standardBox .whiteBox p {
		font-size: 1.2rem;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.about .imgBox .headLine02 {
		margin-bottom: 35px;
		font-size: 3.6rem;
	}
	.about .imgBox .textBox p {
		font-size: 0.92rem;
	}
	.about .imgBox .photoBox {
		margin-top: -15px;
	}
	.about .standardBox .whiteBox {
		width: 366px;
		min-height: 282px;
	}
	.about .standardBox .whiteBox .headLine02 {
		font-size: 3.6rem;
		margin-bottom: 25px;
	}
	.about .standardBox .whiteBox p {
		font-size: 0.92rem;
	}
}
@media all and (max-width: 1199px) {
	.about .imgBox {
		margin: 0 0 140px 5vw;
	}
	.about .imgBox .headLine02 {
		margin: 0 0 40px;
		font-size: 3.8rem;
		line-height: 1.4;
	}
	.about .imgBox .textBox {
		width: 100%;
		order: 2;
	}
	.about .imgBox .textBox p {
		margin-right: 10vw;
		font-size: 1.3rem;
	}
	.about .imgBox .photoBox {
		margin: 0 0 19vw;
		width: 100%;
	}
	.about .standardBox {
		margin: 0 0 50px -8.5vw;
	}
	.about .standardBox .whiteBox {
		margin-top: -16.8vw;
		margin-left: 0;
		padding: 29vw 7% 10vw 13vw;
		width: 90%;
		min-height: 470px;
	}
	.about .standardBox .whiteBox .headLine02 {
		margin: 0 0 42px;
		font-size: 3.8rem;
	}
	.about .standardBox .whiteBox p {
		font-size: 1.3rem;
		line-height: 2.833;
	}
	.about .comTxtBox {
		margin-bottom: 220px;
	}
}
.service .comBgBox {
	margin-bottom: 0;
}
.service .comOurBox {
	margin-bottom: 7.6vw;
}
.service .comOurBox .whiteBox .headLine02 {
	margin-bottom: 45px;
	line-height: 1.384;
}
.service .imgBox {
	margin-bottom: 12vw;
}
.service .imgBox .textBox {
	margin-top: 50px;
	width: 38%;
}
.service .imgBox .headLine03 {
	margin-bottom: 49px;
}
.service .imgBox .headLine03::after {
	display: none;
}
.service .imgBox h3 {
	margin-bottom: 37px;
	color: #222;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.25;
}
.service .imgBox .textBox p {
	margin-bottom: 40px;
	color: #333;
	font-size: 1.5rem;
	line-height: 2.86;
	font-family: 'Noto Sans JP', sans-serif;
}
.service .imgBox .photoBox {
	margin-top: 0;
	width: 50.5%;
	position: relative;
	overflow: hidden;
}
.service .imgBox .photo {
	position: relative;
	overflow: hidden;
}
.service .visionBox {
	margin-bottom: 9.8vw;
	position: relative;
}
.service .visionBox .whiteBox {
	margin: -25.2vw auto 0;
	padding: 7.8vw 9% 2vw;
	max-width: 1090px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 2;
}
.service .visionBox .headLine03 {
	margin-bottom: 30px;
	position: absolute;
	top: 40px;
	left: 40px;
}
.service .visionBox .headLine03::after {
	display: none;
}
.service .visionBox h3 {
	margin-bottom: 65px;
	color: #222;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.1818;
	text-align: center;
}
.service .visionBox p {
	margin-bottom: 33px;
	color: #333;
	font-size: 1.5rem;
	line-height: 2.5;
	font-family: 'Noto Sans JP', sans-serif;
}
.service .comTxtBox {
	margin-bottom: 15vw;
}
.service .comTxtBox .headLine03 {
	margin-bottom: 28px;
}
.service .comTxtBox .headLine03::after {
	display: none;
}
.service .comTxtBox .headLine02 {
	margin-bottom: 100px;
}
.service .comTxtBox h4 {
	margin-bottom: 62px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.1818;
	letter-spacing: -0.05em;
}
.service .comTxtBox .textBox02 {
	padding-top: 50px;
	padding-bottom: 58px;
}
.service .comTxtBox p {
	margin-bottom: 36px;
	color: #333;
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.service .comOurBox .whiteBox {
		padding-top: 83px;
	}
	.service .comOurBox .whiteBox .headLine02 {
		margin-bottom: 30px;
	}
	.service .imgBox .textBox {
		margin-top: 30px;
	}
	.service .imgBox .headLine03 {
		margin-bottom: 30px;
	}
	.service .imgBox h3 {
		margin-bottom: 22px;
		font-size: 2.4rem;
	}
	.service .imgBox .textBox p {
		margin-bottom: 24px;
		font-size: 0.92rem;
	}
	.service .visionBox .whiteBox {
		max-width: 700px;
	}
	.service .visionBox .headLine03 {
		margin-bottom: 18px;
		top: 24px;
		left: 24px;
	}
	.service .visionBox h3 {
		margin-bottom: 39px;
		font-size: 1.65rem;
	}
	.service .visionBox p {
		margin-bottom: 20px;
		font-size: 0.92rem;
	}
	.service .comTxtBox .headLine03 {
		margin-bottom: 17px;
	}
	.service .comTxtBox .headLine02 {
		margin-bottom: 60px;
	}
	.service .comTxtBox h4 {
		margin-bottom: 37px;
		font-size: 1.65rem;
	}
	.service .comTxtBox .textBox02 {
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.service .comTxtBox p {
		margin-bottom: 21px;
	}
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.service .comOurBox .whiteBox {
		padding-top: 115px;
	}
	.service .comOurBox .whiteBox .headLine02 {
		margin-bottom: 41px;
	}
	.service .imgBox .textBox {
		margin-top: 41px;
	}
	.service .imgBox .headLine03 {
		margin-bottom: 41px;
	}
	.service .imgBox h3 {
		margin-bottom: 31px;
		font-size: 3.332rem;
	}
	.service .imgBox .textBox p {
		margin-bottom: 33.32px;
		font-size: 1.2rem;
	}
	.service .visionBox .whiteBox {
		max-width: 910px;
	}
	.service .visionBox .headLine03 {
		margin-bottom: 25px;
		top: 33.32px;
		left: 33.32px;
	}
	.service .visionBox h3 {
		margin-bottom: 54.145px;
		font-size: 2.29rem;
	}
	.service .visionBox p {
		margin-bottom: 27px;
		font-size: 1.2rem;
	}
	.service .comTxtBox .headLine03 {
		margin-bottom: 23.32px;
	}
	.service .comTxtBox .headLine02 {
		margin-bottom: 83px;
	}
	.service .comTxtBox h4 {
		margin-bottom: 51px;
		font-size: 2.29rem;
	}
	.service .comTxtBox .textBox02 {
		padding-top: 41px;
		padding-bottom: 48px;
	}
	.service .comTxtBox p {
		margin-bottom: 30px;
	}
}
@media all and (max-width: 1199px) {
	.service .comOurBox {
		margin-bottom: 13vw;
	}
	.service .comOurBox .whiteBox {
		margin: -55vw 0 0 0;
		padding-top: 75px;
	}
	.service .comOurBox .whiteBox .headLine02 {
		margin-bottom: 30px;
		line-height: 1.384;
	}
	.service .imgBox {
		margin: 0 0 130px 5vw;
	}
	.service .imgBox .textBox {
		margin: 0 10vw 0 0;
		width: 100%;
		order: 2;
	}
	.service .imgBox .headLine03 {
		margin-bottom: 0;
	}
	.service .imgBox h3 {
		font-size: 2rem;
	}
	.service .imgBox .textBox p {
		margin-bottom: 35px;
		font-size: 1.3rem;
		line-height: 2.86;
	}
	.service .imgBox .photoBox {
		margin: 0 0 95px;
		width: 100%;
	}
	.service .visionBox {
		margin-bottom: 218px;
	}
	.service .visionBox img {
		width: 100%;
	}
	.service .visionBox .whiteBox {
		padding: 85px 4% 20px;
		max-width: inherit;
		width: 86%;
	}
	.service .visionBox .headLine03 {
		top: 20px;
		left: 20px;
	}
	.service .visionBox h3 {
		margin-bottom: 52px;
		font-size: 2rem;
		line-height: 2.1818;
	}
	.service .visionBox p {
		margin-bottom: 33px;
		font-size: 1.3rem;
		line-height: 2.86;
	}
	.service .comTxtBox {
		margin-bottom: 35vw;
	}
	.service .comTxtBox .headLine03 {
		margin-bottom: 22px;
	}
	.service .comTxtBox .headLine02 {
		margin-bottom: 70px;
		text-align: center;
	}
	.service .comTxtBox h4 {
		margin-bottom: 62px;
		font-size: 1.8rem;
	}
}
.our_key_value .comBgBox {
	margin-bottom: 0;
}
.our_key_value .imgBox {
	margin-bottom: 16.5vw;
}
.our_key_value .imgBox .headLine02 {
	margin-bottom: 58px;
	font-size: 6rem;
}
.our_key_value .imgBox .textBox {
	width: 38%;
}
.our_key_value .imgBox .textBox p {
	color: #333;
	font-size: 1.5rem;
	line-height: 2.86;
	font-family: 'Noto Sans JP', sans-serif;
}
.our_key_value .imgBox .photoBox {
	margin-top: -26px;
	width: 50.5%;
	position: relative;
	overflow: hidden;
}
.our_key_value .standardBox {
	margin-bottom: 9.5vw;
	position: relative;
}
.our_key_value .standardBox .whiteBox {
	margin: -17.5vw 0 0 -6vw;
	padding: 5.5vw 7% 0;
	width: 610px;
	min-height: 470px;
	position: relative;
	box-sizing: border-box;
	z-index: 2;
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}
.our_key_value .standardBox .whiteBox .headLine02 {
	font-size: 6rem;
	margin-bottom: 42px;
}
.our_key_value .standardBox .whiteBox p {
	font-size: 1.5rem;
	line-height: 2.5;
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.our_key_value .imgBox .headLine02 {
		margin-bottom: 48px;
		font-size: 4.998rem;
	}
	.our_key_value .imgBox .textBox p {
		font-size: 1.2rem;
	}
	.our_key_value .imgBox .photoBox {
		margin-top: -21px;
	}
	.our_key_value .standardBox .whiteBox {
		width: 508px;
		min-height: 391px;
	}
	.our_key_value .standardBox .whiteBox .headLine02 {
		font-size: 4.998rem;
		margin-bottom: 35px;
	}
	.our_key_value .standardBox .whiteBox p {
		font-size: 1.2rem;
	}
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.our_key_value .imgBox .headLine02 {
		margin-bottom: 35px;
		font-size: 3.6rem;
	}
	.our_key_value .imgBox .textBox p {
		font-size: 0.92rem;
	}
	.our_key_value .imgBox .photoBox {
		margin-top: -15px;
	}
	.our_key_value .standardBox .whiteBox {
		width: 366px;
		min-height: 282px;
	}
	.our_key_value .standardBox .whiteBox .headLine02 {
		font-size: 3.6rem;
		margin-bottom: 25px;
	}
	.our_key_value .standardBox .whiteBox p {
		font-size: 0.92rem;
	}
}
@media all and (max-width: 1199px) {
	.our_key_value .imgBox {
		margin: 0 0 140px 5vw;
	}
	.our_key_value .imgBox .headLine02 {
		margin: 0 0 40px;
		font-size: 3.8rem;
		line-height: 1.4;
	}
	.our_key_value .imgBox .textBox {
		width: 100%;
		order: 2;
	}
	.our_key_value .imgBox .textBox p {
		margin-right: 10vw;
		font-size: 1.3rem;
	}
	.our_key_value .imgBox .photoBox {
		margin: 0 0 19vw;
		width: 100%;
	}
	.our_key_value .standardBox {
		margin: 0 0 50px -8.5vw;
	}
	.our_key_value .standardBox .whiteBox {
		margin-top: -16.8vw;
		margin-left: 0;
		padding: 29vw 7% 10vw 13vw;
		width: 90%;
		min-height: 470px;
	}
	.our_key_value .standardBox .whiteBox .headLine02 {
		margin: 0 0 42px;
		font-size: 3.8rem;
	}
	.our_key_value .standardBox .whiteBox p {
		font-size: 1.3rem;
		line-height: 2.833;
	}
	.our_key_value .comTxtBox {
		margin-bottom: 220px;
	}
}
.our_vision .comBgBox {
	margin-bottom: 0;
}
.our_vision .comOurBox {
	margin-bottom: 7.6vw;
}
.our_vision .comOurBox .whiteBox .headLine02 {
	margin-bottom: 45px;
	line-height: 1.384;
}
.our_vision .imgBox {
	margin-bottom: 12vw;
}
.our_vision .imgBox .textBox {
	margin-top: 50px;
	width: 38%;
}
.our_vision .imgBox .headLine03 {
	margin-bottom: 49px;
}
.our_vision .imgBox .headLine03::after {
	display: none;
}
.our_vision .imgBox h3 {
	margin-bottom: 37px;
	color: #222;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.25;
}
.our_vision .imgBox .textBox p {
	margin-bottom: 40px;
	color: #333;
	font-size: 1.5rem;
	line-height: 2.86;
	font-family: 'Noto Sans JP', sans-serif;
}
.our_vision .imgBox .photoBox {
	margin-top: 0;
	width: 50.5%;
	position: relative;
	overflow: hidden;
}
.our_vision .imgBox .photo {
	position: relative;
	overflow: hidden;
}
.our_vision .visionBox {
	margin-bottom: 9.8vw;
	position: relative;
}
.our_vision .visionBox .whiteBox {
	margin: -25.2vw auto 0;
	padding: 7.8vw 9% 2vw;
	max-width: 1090px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 2;
}
.our_vision .visionBox .headLine03 {
	margin-bottom: 30px;
	position: absolute;
	top: 40px;
	left: 40px;
}
.our_vision .visionBox .headLine03::after {
	display: none;
}
.our_vision .visionBox h3 {
	margin-bottom: 65px;
	color: #222;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.1818;
	text-align: center;
}
.our_vision .visionBox p {
	margin-bottom: 33px;
	color: #333;
	font-size: 1.5rem;
	line-height: 2.5;
	font-family: 'Noto Sans JP', sans-serif;
}
.our_vision .comTxtBox {
	margin-bottom: 15vw;
}
.our_vision .comTxtBox .headLine03 {
	margin-bottom: 28px;
}
.our_vision .comTxtBox .headLine03::after {
	display: none;
}
.our_vision .comTxtBox .headLine02 {
	margin-bottom: 100px;
}
.our_vision .comTxtBox h4 {
	margin-bottom: 62px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.1818;
	letter-spacing: -0.05em;
}
.our_vision .comTxtBox .textBox02 {
	padding-top: 50px;
	padding-bottom: 58px;
}
.our_vision .comTxtBox p {
	margin-bottom: 36px;
	color: #333;
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.our_vision .comOurBox .whiteBox {
		padding-top: 83px;
	}
	.our_vision .comOurBox .whiteBox .headLine02 {
		margin-bottom: 30px;
	}
	.our_vision .imgBox .textBox {
		margin-top: 30px;
	}
	.our_vision .imgBox .headLine03 {
		margin-bottom: 30px;
	}
	.our_vision .imgBox h3 {
		margin-bottom: 22px;
		font-size: 2.4rem;
	}
	.our_vision .imgBox .textBox p {
		margin-bottom: 24px;
		font-size: 0.92rem;
	}
	.our_vision .visionBox .whiteBox {
		max-width: 700px;
	}
	.our_vision .visionBox .headLine03 {
		margin-bottom: 18px;
		top: 24px;
		left: 24px;
	}
	.our_vision .visionBox h3 {
		margin-bottom: 39px;
		font-size: 1.65rem;
	}
	.our_vision .visionBox p {
		margin-bottom: 20px;
		font-size: 0.92rem;
	}
	.our_vision .comTxtBox .headLine03 {
		margin-bottom: 17px;
	}
	.our_vision .comTxtBox .headLine02 {
		margin-bottom: 60px;
	}
	.our_vision .comTxtBox h4 {
		margin-bottom: 37px;
		font-size: 1.65rem;
	}
	.our_vision .comTxtBox .textBox02 {
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.our_vision .comTxtBox p {
		margin-bottom: 21px;
	}
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.our_vision .comOurBox .whiteBox {
		padding-top: 115px;
	}
	.our_vision .comOurBox .whiteBox .headLine02 {
		margin-bottom: 41px;
	}
	.our_vision .imgBox .textBox {
		margin-top: 41px;
	}
	.our_vision .imgBox .headLine03 {
		margin-bottom: 41px;
	}
	.our_vision .imgBox h3 {
		margin-bottom: 31px;
		font-size: 3.332rem;
	}
	.our_vision .imgBox .textBox p {
		margin-bottom: 33.32px;
		font-size: 1.2rem;
	}
	.our_vision .visionBox .whiteBox {
		max-width: 910px;
	}
	.our_vision .visionBox .headLine03 {
		margin-bottom: 25px;
		top: 33.32px;
		left: 33.32px;
	}
	.our_vision .visionBox h3 {
		margin-bottom: 54.145px;
		font-size: 2.29rem;
	}
	.our_vision .visionBox p {
		margin-bottom: 27px;
		font-size: 1.2rem;
	}
	.our_vision .comTxtBox .headLine03 {
		margin-bottom: 23.32px;
	}
	.our_vision .comTxtBox .headLine02 {
		margin-bottom: 83px;
	}
	.our_vision .comTxtBox h4 {
		margin-bottom: 51px;
		font-size: 2.29rem;
	}
	.our_vision .comTxtBox .textBox02 {
		padding-top: 41px;
		padding-bottom: 48px;
	}
	.our_vision .comTxtBox p {
		margin-bottom: 30px;
	}
}
@media all and (max-width: 1199px) {
	.our_vision .comOurBox {
		margin-bottom: 13vw;
	}
	.our_vision .comOurBox .whiteBox {
		margin: -55vw 0 0 0;
		padding-top: 75px;
	}
	.our_vision .comOurBox .whiteBox .headLine02 {
		margin-bottom: 30px;
		line-height: 1.384;
	}
	.our_vision .imgBox {
		margin: 0 0 130px 5vw;
	}
	.our_vision .imgBox .textBox {
		margin: 0 10vw 0 0;
		width: 100%;
		order: 2;
	}
	.our_vision .imgBox .headLine03 {
		margin-bottom: 0;
	}
	.our_vision .imgBox h3 {
		font-size: 2rem;
	}
	.our_vision .imgBox .textBox p {
		margin-bottom: 35px;
		font-size: 1.3rem;
		line-height: 2.86;
	}
	.our_vision .imgBox .photoBox {
		margin: 0 0 95px;
		width: 100%;
	}
	.our_vision .visionBox {
		margin-bottom: 218px;
	}
	.our_vision .visionBox img {
		width: 100%;
	}
	.our_vision .visionBox .whiteBox {
		padding: 85px 4% 20px;
		max-width: inherit;
		width: 86%;
	}
	.our_vision .visionBox .headLine03 {
		top: 20px;
		left: 20px;
	}
	.our_vision .visionBox h3 {
		margin-bottom: 52px;
		font-size: 2rem;
		line-height: 2.1818;
	}
	.our_vision .visionBox p {
		margin-bottom: 33px;
		font-size: 1.3rem;
		line-height: 2.86;
	}
	.our_vision .comTxtBox {
		margin-bottom: 35vw;
	}
	.our_vision .comTxtBox .headLine03 {
		margin-bottom: 22px;
	}
	.our_vision .comTxtBox .headLine02 {
		margin-bottom: 70px;
		text-align: center;
	}
	.our_vision .comTxtBox h4 {
		margin-bottom: 62px;
		font-size: 1.8rem;
	}
}
.policy .comBgBox,
.disclaimer .comBgBox{
	margin-bottom: 175px;
}
.policy .textBox,
.disclaimer .textBox{
	margin-bottom: 7.5vw;
	margin-right: 15.6vw;
	color: #444;
	line-height: 2.5;
}
.policy .textBoxL,
.disclaimer .textBoxL{
	width: 32%;
	line-height: 2;
}
.policy .textBoxL h1,
.disclaimer .textBoxL h1{
	margin-top: 5px;
	font-size: 2.5rem;
	font-weight: 500;
}
.policy .textBoxL p,
.disclaimer .textBoxL p{
	margin-top: 5px;
	font-size: 2.5rem;
	font-weight: 500;
}
.policy .textBoxR,
.disclaimer .textBoxR{
	width: 61%;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
}
.policy .textBoxR h2,
.disclaimer .textBoxR h2{
	margin-bottom: 40px;
	font-size: 1.6rem;
}
.policy .textBoxR .title,
.disclaimer .textBoxR .title{
	margin-bottom: 0;
}
.policy .textBoxR p,
.disclaimer .textBoxR p{
	margin-bottom: 40px;
}
.policy .textBoxR p a,
.disclaimer .textBoxR p a{
	color: #444;
}
.policy .textBoxR p a:hover,
.disclaimer .textBoxR p a:hover{
	text-decoration: underline;
}
.policy .textBoxR p .link,
.disclaimer .textBoxR p .link{
	text-decoration: underline;
}
.policy .textBoxR p .link:hover,
.disclaimer .textBoxR p .link:hover{
	text-decoration: none;
}
.policy .textBoxR .text,
.disclaimer .textBoxR .text{
	margin-bottom: 80px;
}
.policy .textBoxR p:last-child,
.disclaimer .textBoxR p:last-child{
	margin-bottom: 0;
}
.policy .textBox01,
.disclaimer .textBox01{
	font-weight: 500;
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.policy .comBgBox,
	.disclaimer .comBgBox{
		margin-bottom: 105px;
	}
	.policy .textBoxL h1,
	.disclaimer .textBoxL h1 {
		margin-top: 3px;
		font-size: 1.5rem;
	}
	.policy .textBoxL p,
	.disclaimer .textBoxL p{
		margin-top: 3px;
		font-size: 1.5rem;
	}
	.policy .textBoxR,
	.disclaimer .textBoxR,{
		font-size: 0.96rem;
	}
	.policy .textBoxR h2,
	.disclaimer .textBoxR h2{
		margin-bottom: 24px;
		font-size: 0.96rem;
	}
	.policy .textBoxR p,
	.disclaimer .textBoxR p{
		margin-bottom: 24px;
	}
	.policy .textBoxR .text,
	.disclaimer .textBoxR .text{
		margin-bottom: 48px;
	}
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.policy .comBgBox,
	.disclaimer .comBgBox{
		margin-bottom: 145px;
	}
	.policy .textBoxL h1,
	.disclaimer .textBoxL h1{
		margin-top: 4px;
		font-size: 2.08rem;
	}
	.policy .textBoxL p,
	.disclaimer .textBoxL p{
		margin-top: 4px;
		font-size: 2.08rem;
	}
	.policy .textBoxR,
	.disclaimer .textBoxR{
		font-size: 1.3328rem;
	}
	.policy .textBoxR h2,
	.disclaimer .textBoxR h2{
		margin-bottom: 33px;
		font-size: 1.3328rem;
	}
	.policy .textBoxR p,
	.disclaimer .textBoxR p {
		margin-bottom: 33px;
	}
	.policy .textBoxR .text,
	.disclaimer .textBoxR .text{
		margin-bottom: 66px;
	}
}
@media all and (max-width: 1199px) {
	.policy .comBgBox,
	.disclaimer .comBgBox{
		margin-bottom: 49px;
	}
	.policy .textBox,
	.disclaimer .textBox{
		margin-bottom: 172px;
		margin-right: 8.2vw;
		display: block;
	}
	.policy .textBoxL,
	.disclaimer .textBoxL {
		margin-bottom: 18px;
		width: auto;
	}
	.policy .textBoxL h1,
	.disclaimer .textBoxL h1{
		font-size: 2.4rem;
		line-height: 2.2;
	}
	.policy .textBoxL p,
	.disclaimer .textBoxL p{
		font-size: 2.4rem;
		line-height: 2.2;
	}
	.policy .textBoxR,
	.disclaimer .textBoxR{
		width: auto;
		font-size: 1.2rem;
		line-height: 2.86;
	}
	.policy .textBoxR h2,
	.disclaimer .textBoxR h2{
		margin-bottom: 34px;
		font-size: 1.2rem;
	}
	.policy .textBoxR p,
	.disclaimer .textBoxR p{
		margin-bottom: 34px;
	}
	.policy .textBoxR p a:hover,
	.disclaimer .textBoxR p a:hover{
		text-decoration: none;
	}
	.policy .textBoxR p .link:hover,
	.disclaimer .textBoxR p .link:hover{
		text-decoration: underline;
	}
	.policy .textBoxR .text,
	.disclaimer .textBoxR .text{
		margin-bottom: 68px;
	}
}
.contact .headLine02 {
	margin-bottom: 156px;
}
.contact .textBox {
	margin-top: -35px;
	width: 48%;
}
.contact .photoBox {
	width: 47%;
}
.contact .photoBox .photo {
	margin-bottom: 80px;
	position: relative;
	overflow: hidden;
}
.contact .txtBox {
	margin-left: 58px;
	width: 60%;
	font-size: 1.5rem;
	line-height: 2.5;
	font-family: 'Noto Sans JP', sans-serif;
}
.contact .txtBox p {
	color: #333;
	margin-bottom: 37px;
}
.contact .txtBox p:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
	.contact .headLine02 {
		margin-bottom: 94px;
	}
	.contact .textBox {
		margin-top: -29px;
	}
	.contact .photoBox .photo {
		margin-bottom: 48px;
	}
	.contact .txtBox {
		margin-left: 35px;
		font-size: 0.92rem;
	}
	.contact .txtBox p {
		margin-bottom: 22px;
	}
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
	.contact .headLine02 {
		margin-bottom: 130px;
	}
	.contact .textBox {
		margin-top: -29px;
	}
	.contact .photoBox .photo {
		margin-bottom: 66px;
	}
	.contact .txtBox {
		margin-left: 48px;
		font-size: 1.2rem;
	}
	.contact .txtBox p {
		margin-bottom: 31px;
	}
}
@media all and (max-width: 1199px) {
	.contact .headLine02 {
		margin-bottom: 66px;
	}
	.contact .textBox {
		margin-top: 0;
		width: 100%;
		order: 2;
	}
	.contact .photoBox {
		margin-bottom: 67px;
		width: 100%;
	}
	.contact .photoBox01 {
		margin-bottom: 175px;
	}
	.contact .photoBox .photo {
		margin-bottom: 43px;
	}
	.contact .txtBox {
		margin: 0 8.2vw 0 0;
		width: auto;
		font-size: 1.3rem;
		line-height: 2.86;
	}
}



@media all and (max-width: 410px) {
	.comContact .ttl {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 380px) {
	.about .imgBox .headLine02 {
		font-size: 3.2rem !important;
	}
}
@media all and (max-width: 362px) {
	.comOurBox .headLine02 {
		font-size: 3.2rem !important;
	}
	.comOurBox h4 {
		font-size: 1.9rem !important;
	}
	.about .standardBox {
		margin-bottom: 470px;
	}
	.about .imgBox .headLine02 {
		font-size: 3rem !important;
	}
	.market_outlook .movieBox h2 {
		font-size: 2rem;
	}
	.comContact .ttl {
		font-size: 1.4rem;
	}
}


.wp-pagenavi {
	margin-bottom: 10vw;
	padding-right: 8.2vw;
	clear: both;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	text-decoration: none;
	border: 2px solid #CCC;
	padding: 3px 7px;
	margin: 0 5px;
	font-size: 1.6rem;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #2d6bbf;
	color: #2d6bbf;
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .page,
.wp-pagenavi .pages,
.wp-pagenavi .current {
	display: none;
}

.wp-pagenavi .extend{ 
	display: none;
}
.maviNone {
	display: none;
}

/*------------------------------------------------------------
	service
------------------------------------------------------------*/
.service .comOurBox {
	margin-bottom: 2vw;
}
.service .comOurBox .whiteBox {
	padding: 145px 7.3% 30px;
}
.service .comOurBox .whiteBox .headLine03 {
	margin-bottom: 45px;
	font-size: 1.4rem !important;
}
.service .comOurBox .whiteBox .headLine02 {
	font-size: 2.7rem;
	line-height: 2.18;
}
.service .customers {
	margin: 0 auto 175px;
	max-width: 1205px;
}
.service .customers h2 {
	padding: 60px 20px 67px;
	position: relative;
	font-size: 2.7rem;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #00297b;
}
.service .customers h2::after {
	width: 164px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: -29px;
	transform: translateX(-50%);
	background: url(img/service/bg01.png) no-repeat center center / cover;
	content: '';
}
.service .customers h2 small {
	margin-top: 11px;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
.service .customers .textBox {
	margin-bottom: 80px;
	padding: 60px 41px 66px;
	border: 1px solid #606060;
	border-top: none;
	text-align: center;
}
.service .customers .textBox .title {
	margin-bottom: 12px;
	font-size: 2.7rem;
	letter-spacing: 0.1em;
    font-family: 'Noto Serif JP', serif;
}
.service .customers .textBox p {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
}
.service .customers .textList {
	margin: -30px 0 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service .customers .textList::after {
	width: 33%;
	content: '';
}
.service .customers .textList > li {
	margin-top: 30px;
	padding: 12px 20px 12px 40px;
	width: 33%;
	box-sizing: border-box;
	border-left: 1px solid #707070;
}
.service .customers .textList > li .ttl {
	margin-bottom: 35px;
	font-size: 2.1rem;
	text-align: center;
}
.service .customers .textList .linkList li {
	margin-bottom: 12px;
	padding-left: 25px;
	display: block;
	font-size: 1.2rem;
	background: url(img/service/bg02.png) no-repeat left center / 11px auto;
	font-family: 'Noto Sans JP', sans-serif;
}
.service .customers .textList .linkList li:last-of-type {
	margin-bottom: 0;
}
.service .customers .note {
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
}
.service .steps .title {
	font-size: 2.7rem;
	letter-spacing: -0.02em;
	text-align: center;
}
.service .visionBox {
	margin-bottom: 9.8vw;
	position: relative;
}
.service .visionBox .whiteBox {
	margin: -25.2vw auto 0;
	padding: 5.5vw 9% 2vw 5%;
	max-width: 1090px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 2;
}
.service .visionBox .whiteBox .title {
    margin-bottom: 4.1vw;
    font-size: 2.75rem;
    text-align: center;
}
.service .visionBox .whiteBox li {
    margin-bottom: 2.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service .visionBox .whiteBox li:last-of-type {
    margin-bottom: 0;
}
.service .visionBox .whiteBox .step {
    width: 24%;
    color: #00297B;
    font-size: 2.9rem;
    text-align: center;
}
.service .visionBox .whiteBox .step .sml {
    font-size: 2.05rem;
}
.service .visionBox .whiteBox .txtBox {
    padding: 2px 0 2% 5%;
    width: 76%;
    border-left: 1px solid #b7b7b7;
    box-sizing: border-box;
}
.service .visionBox .whiteBox .txtBox .ttl {
    margin-bottom: 8px;
    color: #00297B;
    font-size: 2.8rem;
    line-height: 1.5;
    font-family: 'Noto Serif JP', serif;
}
.service .visionBox .whiteBox .txtBox .ttl .inn {
    margin-left: 15px;
    padding: 3px 10px;
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    font-size: 1.2rem;
    background-color: #00297b;
	font-family: 'Noto Sans JP', sans-serif;
}
.service .visionBox .whiteBox .txtBox p {
    line-height: 1.85;
	font-family: 'Noto Sans JP', sans-serif;
}
.service .comBgBox {
    margin-bottom: 0;
}
.service .comOurBox h2 {
    margin-bottom: 2vw;
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
    .service .comOurBox .whiteBox {
        padding: 90 8.3% 18px;
    }
    .service .comOurBox .whiteBox .headLine03 {
        margin-bottom: 28px;
    }
    .service .customers {
        margin: 0 auto 109px;
        max-width: 1000px;
    }
    .service .customers h2 {
        padding: 37px 12px 41px;
    }
    .service .customers h2::after {
        width: 102px;
        height: 18px;
        bottom: -18px;
    }
    .service .customers h2 small {
        margin-top: 6px;
    }
    .service .customers .textBox {
        margin-bottom: 50px;
        padding: 37px 25px 41px;
    }
    .service .customers .textBox .title {
        margin-bottom: 7px;
    }
    .service .customers .textList {
        margin: -18px 0 43px;
    }
    .service .customers .textList > li {
        margin-top: 18px;
        padding: 7px 12px 7px 25px;
    }
    .service .customers .textList > li .ttl {
        margin-bottom: 21px;
        font-size: 1.6rem;
    }
    .service .customers .textList .linkList li {
        margin-bottom: 7px;
        padding-left: 15px;
        font-size: 1rem;
        background: url(img/service/bg02.png) no-repeat left center / 6px auto;
    }
    .service .customers .textList .linkList li:last-of-type {
        margin-bottom: 0;
    }
    .service .customers .textList .linkList li a {
    }
    .service .visionBox .whiteBox {
        max-width: 681px;
    }
    .service .visionBox .whiteBox .txtBox .ttl {
        margin-bottom: 5px;
    }
    .service .visionBox .whiteBox .txtBox .ttl .inn {
        margin-left: 2px;
        padding: 2px 6px;
    }
    .service .visionBox .whiteBox .step {
        font-size: 2.4rem;
    }
}
@media all and (min-width: 1601px) and (max-width: 1919px) {
    .service .comOurBox .whiteBox {
        padding: 120px 8.3% 25px;
    }
    .service .comOurBox .whiteBox .headLine03 {
        margin-bottom: 37px;
    }
    .service .customers {
        margin: 0 auto 145px;
        max-width: 1004px;
    }
    .service .customers h2 {
        padding: 50px 16px 55px;
    }
    .service .customers h2::after {
        width: 136px;
        height: 25px;
        bottom: -24px;
    }
    .service .customers h2 small {
        margin-top: 9px;
    }
    .service .customers .textBox {
        margin-bottom: 66px;
        padding: 50px 34px 55px;
    }
    .service .customers .textBox .title {
        margin-bottom: 10px;
    }
    .service .customers .textList {
        margin: -25px 0 58px;
    }
    .service .customers .textList > li {
        margin-top: 25px;
        padding: 10px 16px 10px 33px;
    }
    .service .customers .textList > li .ttl {
        margin-bottom: 29px;
    }
    .service .customers .textList .linkList li {
        margin-bottom: 10px;
        padding-left: 20px;
        font-size: 1rem;
        background: url(img/service/bg02.png) no-repeat left center / 9px auto;
    }
    .service .customers .textList .linkList li:last-of-type {
        margin-bottom: 0;
    }
    .service .customers .textList .linkList li a {
    }
    .service .visionBox .whiteBox {
        max-width: 908px;
    }
    .service .visionBox .whiteBox .txtBox .ttl {
        margin-bottom: 6px;
    }
    .service .visionBox .whiteBox .txtBox .ttl .inn {
        margin-left: 2px;
        padding: 2px 8px;
    }
}
@media all and (max-width: 1199px) {
    .service .comOurBox {
        margin-bottom: 80px;
    }
    .service .comOurBox .whiteBox {
        padding: 82px 4% 30px 13%;
    }
    .service .comOurBox .whiteBox .headLine03 {
        margin-bottom: 12px;
    }
    .service .comOurBox .whiteBox .headLine02 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .service .comOurBox .whiteBox  p {
        font-size: 1.3rem;
    }
    .service .customers {
        margin: 0 15px 40px;
        width: auto;
    }
    .service .customers h2 {
        padding: 30px 15px;
        font-size: 1.8rem;
    }
    .service .customers h2::after {
        width: 82px;
        height: 15px;
        bottom: -14px;
        background-size: cover;
    }
    .service .customers h2 small {
        margin-top: 6px;
        font-size: 1.3rem;
    }
    .service .customers .textBox {
        margin-bottom: 40px;
        padding: 30px 20px;
    }
    .service .customers .textBox .title {
        margin-bottom: 10px;
        font-size: 1.8rem;
        letter-spacing: 0;
    }
    .service .customers .textBox p {
        font-size: 1.3rem;
    }
    .service .customers .textList {
        margin: -15px 0 30px;
        display: block;
    }
    .service .customers .textList::after {
        display: none;
    }
    .service .customers .textList > li {
        margin-top: 15px;
        padding: 15px;
        width: auto;
    }
    .service .customers .textList > li .ttl {
        margin-bottom: 20px;
        font-size: 1.5rem;
    }
    .service .customers .textList .linkList li {
        margin-bottom: 8px;
    }
    .service .steps .title {
        font-size: 1.8rem;
        letter-spacing: 0;
    }
    .service .visionBox {
        margin-bottom: 30px;
    }
    .service .visionBox .whiteBox {
        padding: 85px 0 20px 4%;
        max-width: inherit;
        width: 86%;
    }
    .service .visionBox .whiteBox .title {
        margin-bottom: 52px;
        font-size: 1.9rem;
    }
    .service .visionBox .whiteBox .step {
        font-size: 2rem;
        width: 32%;
    }
    .service .visionBox .whiteBox .step .sml {
        font-size: 1.5rem;
    }
    .service .visionBox .whiteBox .txtBox {
        width: 68%;
    }
    .service .visionBox .whiteBox .txtBox .ttl {
        margin-bottom: 5px;
        font-size: 2rem;
    }    
    .service .visionBox .whiteBox .txtBox .ttl .inn {
        margin: 0;
        padding: 3px 10px;
        display: block;
    }
    .service .comOurBox h2 {
        font-size: 1.8rem;
    }
    
}
@media all and (max-width: 374px) {
    .service .visionBox .whiteBox .txtBox {
        width: 62%;
    }
    .service .visionBox .whiteBox .step {
        width: 38%;
    }
}


/**根岸追加**/
.comttl {
    position: absolute;
    top: -20px;
    left: 0;
    color: transparent;
    background: linear-gradient(0deg, #B67B03 0%, #DAAF08 35%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    -webkit-background-clip: text;
    font-size: 2.5rem !important;
    font-weight: 600;
    font-family: 'Arsenal', sans-serif !important;
}

.top #main .geryBox h4{
	font-weight:bold;
	    color: transparent;
    background:linear-gradient(0deg, #757575 0%, #9E9E9E 35%, #E8E8E8 52%, #9E9E9E 85%, #757575 90% 100%);
    -webkit-background-clip: text;
}

top #main .imgBox .textBox::after {
    margin-top: 60px;
    width: 2px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}

#video-area{
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 60%;
    left: 55%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

.container-video {
  position: relative;
  height: 1000px;
  overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards;
}
.container-video #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.05);
}

@keyframes load {
  100% {
    opacity: 1;
  }
}
.table-center {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
	z-index: 1;
}
.table-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
.table-center > div p {
  color: #fff;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px;
  font-size: 2em;
  font-weight: 600;
}

/*SPナビ言語*/
ul.nav-lang {
    display: flex!important;
    justify-content: space-around;
	min-height: 65px!important;
}

.nav-lang li a {
    padding: 12px!important;
    margin: 8px;
    border: none!important;
    font-weight: 100;
    font-size: 13px;
    background: #2f3395;
    border-radius: 10px;
}

.nav-lang li a::after {
    background: none!important;
}
@media (min-width: 1200px){
.gnavi-splang {
    display: none;
}
}
@media (max-width: 1199px){
ul.en.language {
    display: none;
}
p.nav-langtitle {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
	  padding: 0.35em 0.5em;/*上下 左右の余白*/
	margin-top:25px;
}
.top #main .inner {
    padding-bottom: 0px;
}
	.top #main h3 {
    margin: 0 0 120px 15.3vw;
    font-size: 2rem;
    line-height: 2.5;
}
.container-video {
    position: relative;
    height: 90vw;
    overflow: hidden;
    opacity: 0.01;
    animation: load 1.5s 0.8s ease-out forwards;
}
.container-video #video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: -1000;
    overflow: hidden;
    transform: translate(-50%, -50%) scale(1.05);
}
#video {
    top: 50%!important;
	left:50%!important;
	}
.gnavi-splang {
    width: 100%;
	margin-bottom: 35px;
}
}

html:lang(zh_CN) body, table, input, textarea, select, option {
    font-family: "微软雅黑","宋体"!important;
}
html:lang(zh_CN) p.ttl.en.fadein_text.scrollin{
    font-family: "微软雅黑","宋体"!important;
}

.content.content01 {
    margin-bottom: 265px;
}