@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&family=Noto+Sans+JP:wght@400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-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%;
	height: auto;
}
a, a:link {
	color: #fff;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #B4B4B4;
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 220px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1025px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 1024px) {
	body {
		min-width: inherit;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		margin-bottom: 84px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
h1 {
	position: fixed;
	left: 81px;
	top: 81px;
	z-index: 100;
}
h1 .logo02 {
	display: none;
}
#gNavi {
	position: fixed;
	left: 85px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}
#gNavi li:not(:first-child) {
	margin-top: 23px;
}
#gNavi a {
	color: #eeeeee;
	font-size: 2.4rem;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
}
@media all and (min-width: 1025px) {
	#gNavi a:hover {
		color: #FC652D;
	}
	#gNavi {
		display: block !important;
	}
	#gNavi .on a {
		color: #FC652D;
	}
}
@media all and (max-width: 1024px) {
	#gHeader {
		width: auto;
		padding: 0;
		position: static;
		left: auto;
		top: auto;
		display: block;
		height: auto;
	}
	#gHeader .hInner {
		padding: 17px 20px 17px 17px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		z-index: 100;
	}
	#gHeader h1 {
		position: static;
		left: auto;
		top: auto;
		width: 38px;
	}
	#gHeader.on .logo01 {
		display: none;
	}
	#gHeader.on .logo02 {
		display: block;
	}
	#gNavi li {
		margin: 0 !important;
	}
	#gNavi a {
		padding: 26px 15px;
		display: block;
		text-shadow: none;
		border-bottom: 1px solid #fff;
		background: url("img/common/icon01.png") no-repeat right 10px center/9px auto;
	}
	#gNavi li:last-child a {
		border-bottom: none;
	}
	.menuBox {
		display: none;
		position: fixed;
		left: 0 !important;
		top: 0 !important;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		transform: none !important;
		background-color: #FC652D;
		transition: none !important;
		z-index: 90 !important;
	}
	.menuBox ul {
		margin: 160px 40px;
	}
	.menu {
		width: 26px;
		height: 26px;
		cursor: pointer;
		z-index: 101;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		box-sizing: border-box;
	}
	.menu > div {
		margin: 5px auto 0;
		width: 26px;
		height: 20px;
		position: relative;
	}
	.menu span {
		background-color: #fff;
		border: none;
		height: 1px;
		width: 26px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 9px;
	}
	.menu span:nth-of-type(3) {
		top: 18px;
	}
	.menu.active .top {
		-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
		-ms-transform: translateY(9px) translateX(0) rotate(45deg);
		transform: translateY(9px) translateX(0) rotate(45deg);
	}
	.menu.active .middle {
		opacity: 0;
	}
	.menu.active .bottom {
		-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
		transform: translateY(-9px) translateX(0) rotate(-45deg);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 32px 42px;
	position: relative;
	z-index: 2;
}
#gFooter address {
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	font-family: 'Barlow Condensed', sans-serif;
}
@media all and (max-width: 1024px) {
	#gFooter {
		padding: 20px;
		text-align: center;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.nav-position{
	position: fixed;
    top: 6rem;
    right: 3rem;
    z-index: 10;
}
.nav-btn {
	width: 15rem;
	padding: 10px 20px;
	background-color: #bf4018;
    color: #fff;
    opacity: 1;
    transition: background-color 0.3s ease;
	box-shadow: 0 3px 3px rgb(0 0 0 / 50%);
}
.nav-btn:hover {
    filter: brightness(1.1);
	box-shadow: none;
  	transform: scale(0.99, 0.99) translateY(2px);
}
.en {
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
}
/*fadeIn*/
.fadeInLeft {
	opacity: 0;
	transform: translate(-50px, 0);
	-webkit-transition: transform 1s, opacity .5s;
	transition: transform 1s, opacity .5s;
}
.fadeInLeft.on {
	opacity: 1;
	transform: translate(0, 0);
}
.fadeInUp {
	opacity: 0;
	transform: translate(0, 50px);
	-webkit-transition: transform 1s, opacity .5s;
	transition: transform 1s, opacity .5s;
}
.fadeInUp.on {
	opacity: 1;
	transform: translate(0, 0);
}
/* headLine01 */
.headLine01 {
	margin-bottom: 38px;
	color: #FC652D;
	font-size: 8rem;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
}
@media all and (max-width: 1024px) {
	.headLine01 {
		margin-bottom: 24px;
		font-size: 4rem;
		line-height: 1.2;
	}
}
/* headLine02 */
.headLine02 {
	margin-bottom: 70px;
	font-size: 2rem;
}
.headLine02 .en {
	margin-right: 30px;
	font-size: 8rem;
	vertical-align: -23px;
}
@media all and (max-width: 1024px) {
	.headLine02 {
		margin-bottom: 28px;
		font-size: 1.8rem;
		text-align: center;
	}
	.headLine02 .en {
		margin: 0 0 -2px;
		display: block;
		font-size: 5rem;
	}
}
/* mainBox */
.mainBox {
	position: relative;
	z-index: 3;
	margin: 0 auto;
	padding: 0 9.896vw 0 190px;
	max-width: 1400px;
}
@media all and (max-width: 1024px) {
	.mainBox {
		padding-left: 40px;
	}
}
/* index */
.topVisual {
	position: relative;
	height: 100vh;
}
.topVisual .title {
	padding: 0 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	max-width: 1160px;
	font-size: 13rem;
	line-height: 1.2;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	z-index: 11;
}
.topVisual .title > span {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.topVisual .title > span:after {
	content: '';
	position: absolute;
	opacity: 1;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: #FC652D;
	transform: translate3d(-103%, 0, 0);
	-webkit-transform: translate3d(-103%, 0, 0);
	z-index: 3;
}
.topVisual .title > span.on:after {
	transition-property: transform;
	-webkit-transition-property: transform;
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-timing-function: cubic-bezier(.02, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.02, 0, .07, 1);
	transform: translate3d(103%, 0, 0);
	-webkit-transform: translate3d(103%, 0, 0);
}
.topVisual .bgLine {
	width: 40%;
	position: absolute;
	right: 0;
	bottom: -9.2vw;
	z-index: 10;
}
.mission {
	padding: 608px 0 916px;
	text-align: right;
	position: relative;
	z-index: 2;
}
.mission .bgLine01 {
	position: absolute;
	left: 0;
	top: -12.2vw;
	width: 60%;
}
.mission .bgLine02 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
}
.mission p {
	font-weight: 500;
	font-size: 3.6rem;
	line-height: 2.2;
}
.behaviors {
	padding: 204px 0 250px;
	position: relative;
	z-index: 2;
}
.behaviors .headLine01 {
	margin-bottom: 84px;
	text-align: center;
}
.behaviors .list li {
	margin-bottom: 125px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.behaviors .list h3 {
	margin: 0 80px 0 11.3%;
	width: 39%;
	font-size: 10rem;
	font-weight: 600;
	line-height: 1.2;
	font-family: 'Barlow Condensed', sans-serif;
}
.behaviors .list .txt {
	margin-top: 3px;
	flex: 1;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.7;
}
.behaviors .list .txt p {
	width: 100%;
}
.behaviors .list .txt .ttl {
	margin-bottom: 10px;
	font-size: 3.6rem;
}
.behaviors .bgLine {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20%;
}
.message {
	padding-top: 75px;
	position: relative;
	z-index: 2;
}
.message .bgLine {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
}
.message .mainBox {
	display: flex;
	justify-content: flex-end;
}
.message .subBox {
	min-width: 700px;
}
.message .headLine01 {
	margin-bottom: 87px;
}
.message p {
	margin-bottom: 48px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.4;
}
.bgSec {
	margin: -8.8vw 0 -40.5vw;
	padding: 36.9vw 0 42.7vw;
	position: relative;
	z-index: 2;
	background: url("img/index/bg06.png") no-repeat center top/100% 100%;
}
.bgSec .mainBox {
	max-width: 1060px;
}
.bgSec h2 {
	color: #222;
}
.bgSec .infoList {
	margin-bottom: 194px;
	display: flex;
	justify-content: space-between;
}
.bgSec .infoList > li {
	margin-top: -22px;
	width: 47.5%;
}
.bgSec .infoList > li li {
	min-height: 49px;
	margin: 22px 0 0 -2px;
	padding-top: 9px;
	position: relative;
	display: flex;
	align-items: flex-start;
	color: #222;
	line-height: 1.875;
	box-sizing: border-box;
}
.bgSec .infoList > li li:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 49px;
	background-color: #fc652d;
	content: "";
}
.bgSec .infoList a {
	color: #222;
}
.bgSec .infoList .mapLink {
	margin-right: -20px;
	display: inline-block;
}
.bgSec .infoList .mapLink:after {
	margin-left: 8px;
	line-height: 0;
	display: inline-block;
	width: 12px;
	height: 16px;
	vertical-align: -1px;
	background: url("img/common/map_icon.png") no-repeat left top/12px auto;
	content: "";
}
.bgSec .infoList .ttl {
	margin-right: 20px;
	width: 24.5%;
	font-weight: 500;
	text-align: center;
}
.bgSec .infoList .txt {
	flex: 1;
}
.bgSec .infoList02 {
	margin-top: -22px;
}
.bgSec .infoList02 > li li {
	margin-top: 28px;
	padding-left: 38px;
	font-size: 1.8rem;
	font-weight: 500;
}
.team .headLine02 {
	color: #222;
	font-size: 3.6rem;
	font-weight: 400;
	text-align: center;
}
.team .headLine02 .en {
	display: block;
	font-size: 14rem;
	font-weight: 600;
	line-height: 1.3;
}
.midBox {
	max-width: 1070px;
}
.team .headLine02 {
	margin-bottom: 220px;
}
.team .imgBox {
	margin-bottom: 160px;
	display: flex;
	justify-content: space-between;
}
.team .imgBox .txtBox {
	width: 52.5%;
}
.team .imgBox .txtBox h3 {
	margin-bottom: 20px;
	font-size: 2.8rem;
	font-weight: 500;
}
.team .imgBox .txtBox p {
	font-weight: bold;
	line-height: 3;
}
.team .imgBox .photoBox {
	margin-right: -10px;
	width: 41%;
}
.team .imgBox .photoBox img {
	width: 100%;
}
.team .imgBox .photoBox01 {
	margin-top: 10px;
}
.team .imgBox02 {
	margin-bottom: 177px;
}
.team .imgBox02 .photoBox {
	margin-top: 0;
}
.team .imgBox02 .txtBox {
	margin-right: -30px;
	width: 53%;
}
.team {
	margin-bottom: 258px;
}
.entry .headLine02 {
	margin-bottom: 63px;
}
.entry .headLine02 .en {
	margin-right: 55px;
}
.entry form {
	margin: 0 4px;
	display: flex;
	justify-content: space-between;
}
.entry form .lBox {
	width: 47.6%;
}
.entry form .rBox {
	width: 48.5%;
}
.entry form dt {
	margin-bottom: 5px;
	font-size: 1.4rem;
	font-weight: bold;
}
.entry form dd {
	margin-bottom: 11px;
}
.entry form input[type="text"], .entry form input[type="email"], .entry form input[type="tel"], .entry form textarea {
	padding: 10px 15px;
	width: 100%;
	height: 60px;
	color: #222;
	font-size: 1.6rem;
	font-weight: 500;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
}
.entry form textarea {
	height: 355px;
	resize: vertical;
}
.entry form textarea {
	padding: 21px;
}
placeholder-shown {
	color: #A5A5A5;
}
.entry form input::-webkit-input-placeholder, .entry form textarea::-webkit-input-placeholder {
	color: #A5A5A5;
}
.entry form input:-moz-placeholder, .entry form textarea:-moz-placeholder {
	color: #A5A5A5;
	opacity: 1;
}
.entry form input:-ms-input-placeholder, .entry form textarea:-ms-input-placeholder {
	color: #A5A5A5;
}
.entry form .submit {
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
}
#confirmForm .submit {
	justify-content: space-between;
}
.entry form .submit input {
	padding: 13px 25px 15px;
	width: 247px;
	height: 66px;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 600;
	text-align: left;
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	cursor: pointer;
	transition: .3s;
	font-family: 'Barlow Condensed', sans-serif;
	background: #FC652D url("img/common/icon01.png") no-repeat right 20px center/9px auto;
}
#confirmForm .submit li input {
	text-align: center;
}
#confirmForm .submit li:first-child input {
	background-image: url("img/common/icon03.png");
	background-position: 20px center;
}
.thanks {
	display: flex;
	align-items: center;
}
.thanks p {
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: 500;
}
.thanks .btn a {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 25px;
	width: 247px;
	height: 60px;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	text-align: left;
	box-sizing: border-box;
	font-family: 'Barlow Condensed', sans-serif;
	background: #FC652D;
}
.errorMsg {
	margin-bottom: 20px;
	color: #FC652D;
	font-size: 1.4rem;
}
@media all and (-ms-high-contrast:none) {
	.topVisual .title {
		margin: -156px 0 0 -580px;
		transform: none;
	}
}
@media all and (min-width: 1025px) {
	.entry form .submit input:hover {
		background-color: #222;
		background-image: url("img/common/icon02.png");
	}
	#confirmForm .submit li:first-child input:hover {
		background-image: url("img/common/icon04.png");
	}
	.thanks .btn a:hover {
		background-color: #222;
	}
	.bgSec .infoList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 1760px) {
	.behaviors .list h3 {
		font-size: 5.6vw;
	}
}
@media all and (max-width: 1024px) {
	.topVisual .title {
		top: 44%;
		padding: 0 68px;
		font-size: 7rem;
		line-height: 1.2;
	}
	.topVisual .bgLine {
		width: 50%;
		bottom: 1%;
		max-width: 400px;
	}
	.mission {
		padding: 126vw 0 70vw;
		text-align: center;
	}
	.mission .bgLine01 {
		top: 7.5vw;
		width: 76.2%;
	}
	.mission .bgLine02 {
		width: 76.2%;
	}
	.mission p {
		font-size: 1.8rem;
	}
	.behaviors {
		padding: 120px 0 23.7vw;
	}
	.behaviors .mainBox {
		padding: 0 5%;
	}
	.behaviors .headLine01 {
		margin-bottom: 78px;
	}
	.behaviors .list {
		margin: 0 auto;
		max-width: 330px;
	}
	.behaviors .list li {
		margin: 0 10px 90px;
		display: block;
	}
	.behaviors .list li:nth-child(2) {
		margin-bottom: 112px;
	}
	.behaviors .list h3 {
		margin: 0 0 17px;
		width: auto;
		font-size: 5rem;
		line-height: 1.2;
	}
	/*	.behaviors .list h3:first-letter {
		text-transform: lowercase;
	}
*/ .behaviors .list .txt {
		margin-top: 0;
		font-size: 1.6rem;
		line-height: 1.875;
	}
	.behaviors .list .txt .ttl {
		margin-bottom: 15px;
		font-size: 2rem;
		line-height: 2.65;
	}
	.behaviors .bgLine {
		width: 25.7%;
	}
	.message {
		padding: 65.5vw 0 32px;
	}
	.message .bgLine {
		width: 53.4%;
	}
	.message .mainBox {
		justify-content: center;
	}
	.message .mainBox .subBox {
		min-width: inherit;
		width: 265px;
		display: inline-block;
	}
	.message .headLine01 {
		margin-bottom: 80px;
		text-align: center;
	}
	.message p {
		margin-bottom: 30px;
		font-size: 1.6rem;
		line-height: 1.875;
	}
	.bgSec {
		margin: 0 0 -282px;
		padding: 322px 0 425px;
		background-image: url("img/index/sp_bg06.png");
		background-size: 719px auto;
	}
	.bgSec .mainBox {
		text-align: center;
	}
	.bgSec .infoList {
		margin-bottom: 20px;
		min-width: 310px;
		display: inline-block;
		text-align: left;
	}
	.bgSec .infoList > li {
		margin-bottom: 42px;
		width: auto;
	}
	.bgSec .infoList > li li {
		min-height: inherit;
		padding: 0 0 4px 25px;
		display: block;
		line-height: 1.75;
	}
	.bgSec .infoList > li li:before {
		height: 100%;
	}
	.bgSec .infoList .mapLink:after {
		margin-left: 5px;
	}
	.bgSec .infoList .ttl {
		margin: 0 0 2px;
		width: auto;
		display: block;
		text-align: left;
	}
	.bgSec .infoList02 {
		margin-top: 15px;
	}
	.bgSec .infoList02 > li li {
		margin-top: 20px;
		padding: 3px 0 5px 26px;
		font-size: 1.6rem;
	}
	.midBox {
		padding: 0 !important;
	}
	.team .headLine02 {
		margin-bottom: 70px;
		font-size: 2rem;
	}
	.team .headLine02 .en {
		margin-bottom: 7px;
		font-size: 5rem;
	}
	.team .imgBox {
		margin-bottom: 98px;
		flex-wrap: wrap;
	}
	.team .imgBox .txtBox {
		width: 100% !important;
		padding: 65px 30px 0;
		order: 2;
		box-sizing: border-box;
	}
	.team .imgBox .txtBox h3 {
		margin-bottom: 27px;
		font-size: 2.2rem;
		text-align: center;
	}
	.team .imgBox .txtBox p {
		line-height: 1.875;
	}
	.team .imgBox .photoBox {
		margin: 0;
		width: 100%;
		order: 0;
	}
	.team .imgBox .photoBox01 {
		margin-top: 0;
	}
	.team .imgBox02 {
		margin-bottom: 100px;
	}
	.team .imgBox02 .photoBox {
		margin-top: 0;
	}
	.team .imgBox02 .txtBox {
		margin-right: 0;
	}
	.team .imgBox03 .txtBox {
		padding-top: 36px;
	}
	.team {
		margin-bottom: 124px;
	}
	.entry .headLine02 {
		margin-bottom: 63px;
		display: block;
	}
	.entry .headLine02 .en {
		margin: 0 0 5px;
	}
	.entry form {
		margin: 0 30px;
		display: block;
	}
	.entry .headLine02 {
		margin-bottom: 37px;
		font-size: 2rem;
	}
	.entry form .lBox {
		margin-bottom: 20px;
		width: auto;
	}
	.entry form .rBox {
		width: auto;
	}
	.entry form dt {
		margin-bottom: 6px;
	}
	.entry form textarea {
		padding: 24px;
	}
	.entry form .submit {
		display: block;
		text-align: center;
	}
	.entry form .submit li {
		margin-top: 10px;
	}
	.entry form .submit input {
		max-width: 400px;
		width: 100%;
	}
	.errorMsg {
		margin: 0 30px 20px;
	}
}
@media all and (max-width: 389px) {
	.topVisual .title {
		padding: 0 21%;
	}
	.mainBox {
		padding: 0 9.5%;
	}
	.behaviors .list li {
		margin: 0 10px 90px;
	}
	.team .imgBox .txtBox {
		padding: 65px 7% 0;
	}
	.team .imgBox .txtBox h3 {
		font-size: 2rem;
	}
}
@media all and (max-width: 374px) {
	.team .imgBox .txtBox h3 {
		font-size: 1.9rem;
	}
}
@media all and (max-width: 359px) {
	.topVisual .title {
		padding: 0 17%;
	}
	.mainBox {
		padding: 0 7%;
	}
	.behaviors .list .txt, .message p {
		font-size: 1.5rem;
	}
	.bgSec .infoList {
		min-width: inherit;
	}
	.bgSec .infoList > li li {
		padding-left: 15px;
	}
	.bgSec .infoList .mapLink {
		margin-right: -17px;
	}
	.behaviors .mainBox {
		padding: 0 2.5%;
	}
	.team .imgBox .txtBox h3 {
		font-size: 1.7rem;
	}
}
@media all and (min-width: 720px) and (max-width: 1024px) {
	.bgSec {
		background-size: 100% 100%;
	}
}
.bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.bg:before {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.27);
	content: "";
	z-index: 2;
}
.bg #player {
	position: absolute;
}
.delay01 {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.delay02 {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.fadeGroup .fade01, .fadeGroup .fade02, .fadeGroup .fade03, .fadeGroup .fade04 {
	display: inline-block;
	opacity: 0;
	transform: translate(-50px, 0);
	-webkit-transition: transform 1s, opacity .5s;
	transition: transform 1s, opacity .5s;
}
.fadeGroup .fade02 {
	transition-delay: .2s;
}
.fadeGroup .fade03 {
	transition-delay: .4s;
}
.fadeGroup .fade04 {
	transition-delay: .6s;
}
.fadeGroup.on .fade01, .fadeGroup.on .fade02, .fadeGroup.on .fade03, .fadeGroup.on .fade04 {
	opacity: 1;
	transform: translate(0, 0);
}
@media all and (min-width: 1025px) and (max-width: 1536px) {
	html {
		font-size: 0.54vw;
	}
	h1 {
		left: 4.219vw;
		top: 4.219vw;
		width: 4.635vw;
	}
	#gNavi {
		left: 4.427vw;
	}
	.headLine02 {
		margin-bottom: 3.646vw;
	}
	.headLine02 .en {
		margin-right: 1.563vw;
		vertical-align: -1.198vw;
	}
	.mainBox {
		padding-left: 9.896vw;
		max-width: 72.917vw;
	}
	.topVisual .title {
		max-width: 62vw;
	}
	.mission {
		padding: 31.667vw 0 47.708vw;
	}
	.behaviors {
		padding: 10.625vw 0 13.021vw;
	}
	.behaviors .headLine01 {
		margin-bottom: 4vw;
	}
	.behaviors .list li {
		margin-bottom: 6.510vw;
	}
	.behaviors .list h3 {
		margin-right: 4vw;
		font-size: 9.7rem;
	}
	.message .subBox {
		min-width: 36.458vw;
	}
	.message .headLine01 {
		margin-bottom: 4.531vw;
	}
	.message p {
		margin-bottom: 2.5vw;
	}
	.team {
		margin-bottom: 13.438vw;
	}
	.bgSec .mainBox {
		max-width: 55vw;
	}
	.bgSec .infoList {
		margin-bottom: 10.104vw;
	}
	.bgSec .infoList > li {
		margin-top: -1.146vw;
	}
	.bgSec .infoList > li li {
		padding-top: 0.469vw;
		margin-top: 1.146vw;
		min-height: 2.552vw;
	}
	.bgSec .infoList > li li::before {
		width: 0.208vw;
		height: 2.552vw;
	}
	.bgSec .infoList .ttl {
		margin-right: 1.042vw;
	}
	.bgSec .infoList .mapLink::after {
		margin-left: 0.417vw;
		width: 0.625vw;
		height: 0.833vw;
		background-size: 0.625vw auto;
	}
	.bgSec .infoList02 > li li {
		padding-left: 1.979vw;
	}
	.team .headLine02 {
		margin-bottom: 11.458vw;
	}
	.midBox {
		max-width: 55.729vw;
	}
	.team .imgBox .txtBox h3 {
		margin-bottom: 1.042vw;
	}
	.team .imgBox {
		margin-bottom: 8.333vw;
	}
	.entry .headLine02 {
		margin-bottom: 3.281vw;
	}
	.entry .headLine02 .en {
		margin-right: 2.865vw;
	}
	.entry form dd {
		margin-bottom: 0.573vw;
	}
	.entry form input[type="text"], .entry form input[type="email"], .entry form input[type="tel"], .entry form textarea {
		height: 3.12vw;
		padding: 0.521vw 0.781vw;
	}
	.entry form textarea {
		padding: 1.094vw;
		height: 18.7vw;
	}
	.entry form .submit {
		margin-top: 1.563vw;
	}
	.entry form .submit input {
		padding: 0.781vw 1.302vw;
		width: 12.865vw;
		height: 3.438vw;
		background-position: right 1.042vw center;
		background-size: 0.469vw auto;
	}
	#main {
		margin-bottom: 11.458vw;
	}
	#gFooter {
		padding: 1.667vw 2.188vw;
	}
}
/* SP（スマートフォン）時のスタイル */
@media (max-width: 768px) {
    .nav-position {
        top: auto;
        right: auto;
        left: 60%;
        bottom: 2rem;
        transform: translateX(-50%);
        width: 30rem;
    }
}