@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gHeader,
#gNavi .naviList li .subNavi {
	background-color: #C30000;
}
#gHeader .hBox {
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
body.on #gHeader .hBox {
	opacity: 1;
}
#gNavi .naviList > li > a,
#gNavi .naviList li .parent {
	color: #FFF;
}
#gNavi .naviList li .parent:before {
	background-image: url("img/common/icon03.png");
}
#gNavi .naviList .navi04 a::before {
	background-image: url("img/common/icon04.png");
}
#gNavi .naviList li > a:after,
#gNavi .naviList li .parent:after,
#gNavi .naviList li .parent.on:after {
	background: #FFF;
}
#gNavi .naviList li .subNavi li .txt {
	color: #FFF;
}
#gNavi .naviList li .subNavi li .txt:before {
	background-color: #FFF;
}
.fixBg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
	z-index: -1;
}
.fixBg .img {
	background: url("img/index/main_img01.jpg") no-repeat center 10px;
	background-size: cover;
}
.fixBg .img2 {
	background: url("img/index/main_img02.jpg") no-repeat center -70px;
	background-size: cover;
}
.fixBg .img3 {
	background: url("img/index/main_img03.jpg") no-repeat center center;
	background-size: cover;
}
.fixBg .img4 {
	background: url("img/index/main_img04.jpg") no-repeat center -40px;
	background-size: cover;
}
.fixBg .img5 {
	background: url("img/index/main_img05.jpg") no-repeat center 30px;
	background-size: cover;
}
.fixBg .img6 {
	background: url("img/index/main_img06.jpg") no-repeat top center;
	background-size: cover;
}
.fixBg .img7 {
	background: url("img/index/main_img07.jpg") no-repeat center 50px;
	background-size: cover;
}
.fixBg .img8 {
	background: url("img/index/main_img08.jpg") no-repeat center center;
	background-size: cover;
}
.fixBg .img9 {
	background: url("img/index/main_img09.jpg") no-repeat center center;
	background-size: cover;
}
svg .cls-1 {	
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 8;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 1500;
	stroke-dashoffset: 1500;
}
.mainVisualBox {
	overflow: hidden;
}
.mainVisual {
	margin: 0 87px;
	position: relative;
}
.mainVisual:before,
.mainVisual:after {
	width: 500px;
	height: 100%;
	background: #C30000;
	position: absolute;
	top: 0;
	left: -500px;
	content: "";
}
.mainVisual:after {
	left: auto;
	right: -500px;
}
.mainVisual .phoList li {
	background: #C30000;
	-webkit-transition: background 1s;
	transition: background 1s;
}
body.on .mainVisual .phoList li {
	background: none;
}
.mainVisual .imgTxt {
	margin: -23px 0 0 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0)
}
.mainVisual .scrollBtn {
	margin-left: -35px;
	padding-bottom: 67px;
	width: 74px;
	position: absolute;
	bottom: 0;
	left: 50%;
	text-align: center;
	color: #c30000;
	font-size: 1.2rem;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	z-index: 2000;
}
.mainVisual .scrollBtn.on {
	opacity: 1;
}
.mainVisual .scrollBtn .line {
	width: 1px;
	height: 67px;
	display: block;
	position: absolute;
	left: 50%;
	top: 20px;
	overflow: hidden;
}
.mainVisual .scrollBtn .line:before,
.mainVisual .scrollBtn .line:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #c30000;
	content: '';
	transition: none;
}
.mainVisual .scrollBtn .line:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.mainVisual .scrollBtn .line:after {
	-webkit-transform: translateY(-105%);
	transform: translateY(-105%);
}
.mainVisual .scrollBtn.is-active .line:before {
	transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transform: translateY(105%);
	transform: translateY(105%);
}
.mainVisual .scrollBtn.is-active .line:after {
	transition: -webkit-transform 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
	transition: transform 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
	transition: transform 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s, -webkit-transform 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#main {
	padding: 0;
	background-image: none;
}
#main .newsBox {
	padding-bottom: 235px;
	position: relative;
}

#main .info {
	padding-bottom: 235px;
	position: relative;
}

#main .newsBox .innerBox {
	opacity: 0;
	width: 539px;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	left: -10px;
	top: -78px;
	background: rgba(0, 0, 0, 0.95);
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
#main .newsBox.on .innerBox {
	opacity: 1;
}
#main .newsBox h2 {
	padding: 10px 5px 10px 19px;
	width: 148px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color: #FFF;
	font-size: 2.2rem;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	background: #000;
}
#main .newsBox .news {
	padding: 25px 35px 21px 44px;
	width: calc(100% - 148px);
}
#main .newsBox dl {
	margin-bottom: 6px;
	font-size: 1.5rem;
}
#main .newsBox dt {
	margin-bottom: 8px;
	color: #b4b4b4;
	letter-spacing: 0.18em;
}
#main .newsBox dd a {
	display: block;
	color: #FFF;
	line-height: 1.7;
}
#main .newsBox dd a:hover {
	opacity: 0.7;
}
#main .newsBox .btn {
	text-align: right;
}
#main .newsBox .btn a {
	padding: 0 0 2px 69px;
	display: inline-block;
	color: #C30000;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	background: url("img/common/icon07.png") no-repeat left center;
}
#main .newsBox .btn a:hover {
	opacity: 0.7;
}
#main .stance {
	margin: 0 20px 228px;
	transition-delay: 0.8s;
}
#main .stance .headLine01 {
	margin-bottom: 44px;
	color: #FFF;
}
#main .stance .headLine01 .en {
	margin-bottom: 16px;
	color: #fff;
}
#main .stance p {
	text-align: center;
	color: #FFF;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 2.29;
}
#main .bgBox {
	padding: 0 20px 195px;
	position: relative;
}
#main .bgBox:before {
	width: 100%;
	height: calc(100% - 532px);
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("img/index/bg01.jpg") no-repeat center bottom -1px;
	background-size: cover;
	content: '';
}
#main .bgWhite {
	margin: 0 auto 20px;
	padding: 75px;
	max-width: 1555px;
	position: relative;
	z-index: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	background-color: #fff;
}
#main .bgWhite01 {
	-webkit-flex-direction: row;
	flex-direction: row;
}
#main .bgWhite .photoBox {
	width: 69.5%;
	min-height: 777px;
	background: url("img/index/photo01.jpg") no-repeat center center;
	background-size: cover;
}
#main .bgWhite01 .photoBox {
	background-image: url("img/index/photo02.jpg");
}
#main .bgWhite .textBox {
	margin-right: -350px;
	padding: 70px 0 0 53px;
	width: calc(30.5% + 350px);
	position: relative;
	z-index: 1;
	font-weight: bold;
}
#main .bgWhite01 .textBox {
	margin-right: 0;
	margin-left: -150px;
	padding: 70px 0 0 0;
	width: calc(30.5% + 150px);
}
#main .bgWhite .textBox .headLine01 {
	margin-bottom: 100px;
	text-align: left;
}
#main .bgWhite .textBox .headLine01 .en {
	margin-bottom: 80px;
}
#main .bgWhite .textBox .headLine01 .jp {
	line-height: 1.67;
}
#main .bgWhite .textBox p {
	margin-bottom: 38px;
	line-height: 1.7;
	letter-spacing: -0.05em;
}
#main .bgWhite .textBox .text01 {
	margin-right: -10px;
}
#main .worksBox {
	padding: 290px 20px 192px;
	background: #FFF;
}
#main .worksBox .content {
	margin: 0 auto;
	max-width: 1362px;
}
#main .worksBox .worksList {
	margin-bottom: 112px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#main .worksBox .worksList li {
	width: 30%;
}
#main .worksBox .worksList li:nth-child(3n-1) {
	margin: 0 5%;
}
#main .worksBox .worksList li a {
	display: block;
	position: relative;
}
#main .worksBox .worksList li a:hover {
	opacity: 0.7;
}
#main .worksBox .worksList li img {
	width: 100%;
}
#main .worksBox .worksList li .txt {
	padding: 10px;
	width: 160px;
	position: absolute;
	left: -10px;
	bottom: -10px;
	text-align: center;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	background-color: #000;
}
#main .worksBox .comBtn {
	margin-bottom: 200px;
	-webkit-justify-content: center;
	justify-content: center;
}
#main .worksBox .comBtn a {
	width: 258px;
}
#main .worksBox .linkList {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#main .worksBox .linkList li {
	width: 46.25%;
	font-size: 1.7rem;
}
#main .worksBox .linkList li a {
	display: block;
	color: #333;
}
#main .worksBox .linkList li a:hover {
	opacity: 0.7;
}
#main .worksBox .linkList li img {
	width: 100%;
}
#main .worksBox .linkList li .ttl {
	margin: 31px 0 11px;
	display: block;
	font-weight: bold;
	font-size: 2rem;
	color: #000;
}
@media all and (min-width: 1025px) and (max-width: 1430px) {
	#main .bgWhite {
		padding: 75px 4.5vw;
	}
	#main .bgWhite .photoBox {
		width: 60%;
	}
	#main .bgWhite .textBox {
		width: calc(40% + 350px);
	}
	#main .bgWhite01 .textBox {
		width: calc(40% + 150px);
	}
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
	#main .bgWhite {
		padding: 75px 20px;
	}
}
@media all and (max-width: 1024px) {
	#container {
		padding: 0;
	}
	#gHeader,
	#gHeader .hBox {
		background-color: transparent;
		transition: all .6s cubic-bezier(.645,.045,.355,1);
	}
	#gHeader.bg {
		background: #C30000;
	}
	.menu span {
		background: #FFF;
	}
	.menuBox {
		color: #FFF;
		background: rgba(195, 0, 0, 0.9);
	}
	.menuBox .menuList li a,
	.menuBox .linkList li a {
		color: #FFF;
	}
	.menuBox .menuList li a span {
		background-image: url("img/common/icon13.png");
	}
	.menuBox .menuList li .dropBtn {
		background-image: url("img/common/icon10.png");
	}
	.menuBox .menuList li .subList {
		background-color: #e10000;
	}
	.mainVisual {
		margin: 0;
		padding: 0;
	}
	.mainVisualBox {
		padding: 0;
	}
	.mainVisual .imgTxt svg {
		width: 100%;
		height: auto;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	#main .newsBox {
		padding-bottom: 200px;
	}
	#main .newsBox .innerBox {
		width: calc(100% - 28px);
		left: 50%;
		top: -40px;
		transform: translateX(-50%);
	}
	#main .newsBox h2 {
		padding: 10px 5px;
		width: 120px;
		font-size: 2rem;
	}
	#main .newsBox .news {
		padding: 33px 20px 17px;
		width: calc(100% - 120px);
	}
	#main .newsBox dl {
		margin-bottom: 7px;
		font-size: 1.7rem;
	}
	#main .newsBox dt {
		margin-bottom: 9px;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
	}
	#main .newsBox .btn a {
		padding: 0 0 2px 40px;
		font-size: 1.6rem;
		background-size: 30px auto;
	}
	#main .stance {
		margin-bottom: 150px;
	}
	#main .stance .headLine01 {
		margin-bottom: 35px;
	}
	#main .stance .headLine01 .jp {
		font-size: 4rem;
	}
	#main .stance p {
		font-size: 1.8rem;
	}
	#main .bgBox {
		padding-bottom: 100px;
		background-size: 100% 75%;
	}
	#main .bgWhite {
		padding: 45px 15px;
		max-width: inherit;
	}
	#main .bgWhite .photoBox {
		width: 60%;
		min-height: 500px;
	}
	#main .bgWhite .textBox {
		margin-right: -150px;
		padding: 50px 0 0;
		width: calc(40% + 150px);
	}
	#main .bgWhite01 .textBox {
		margin-right: 0;
		margin-left: -150px;
		padding: 50px 0 0 0;
		width: calc(40% + 150px);
	}
	#main .bgWhite .textBox .headLine01 {
		margin-bottom: 40px;
	}
	#main .bgWhite .textBox .headLine01 .en {
		margin-bottom: 30px;
	}
	#main .bgWhite .textBox .headLine01 .jp {
		font-size: 3.8rem;
	}
	#main .bgWhite .textBox p {
		margin-bottom: 30px;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	#main .bgWhite .textBox .text01 {
		margin-right: 0;
	}
	#main .worksBox {
		padding: 100px 20px;
	}
	#main .worksBox .content {
		max-width: inherit;
	}
	#main .worksBox .worksList {
		margin-bottom: 75px;
	}
	#main .worksBox .worksList li {
		width: 32%;
	}
	#main .worksBox .worksList li:nth-child(3n-1) {
		margin: 0 2%;
	}
	#main .worksBox .worksList li img.pc {
		display: block !important;
	}
	#main .worksBox .worksList li .txt {
		left: -5px;
	}
	#main .worksBox .comBtn {
		margin-bottom: 100px;
	}
}
@media all and (max-width: 767px) {
	.mainVisual .imgTxt {
		margin-left: 0;
		width: 268px;
	}
	.mainVisual .scrollBtn {
		bottom: 50px;
		font-size: 0.75rem;
	}
	.mainVisual .scrollBtn .line {
		top: 10px;
		height: 64px;
	}
	#main .newsBox {
		padding-bottom: 94px;
	}
	#main .newsBox .innerBox {
		width: calc(100% - 28px);
		left: 50%;
		top: -72px;
		transform: translateX(-50%);
	}
	#main .newsBox h2 {
		padding: 10px 5px 10px;
		width: 86px;
		font-size: 1.2rem;
	}
	#main .newsBox .news {
		padding: 33px 29px 17px 23px;
		width: calc(100% - 86px);
	}
	#main .newsBox dl {
		margin-bottom: 7px;
		font-size: 1.1rem;
	}
	#main .newsBox dt {
		margin-bottom: 9px;
		font-size: 1rem;
		letter-spacing: 0.05em;
	}
	#main .newsBox dd a {
		line-height: 1.6;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	#main .newsBox .btn a {
		padding: 0 0 2px 34px;
		font-size: 1rem;
		letter-spacing: 0.1em;
		background-size: 25px auto;
	}
	#main .stance {
		margin: 0 15px 40px;
	}
	#main .stance .inner {
		margin: 0 auto;
		width: 68%;
		min-width: 234px;
		height: 572px;
		position: relative;
		overflow: hidden;
	}
	#main .stance .inner:before {
		width: 100%;
		height: 185px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url("img/index/cover_bg.png") no-repeat top center;
		background-size: 100% 100%;
		content: '';
	}
	#main .stance.more .inner {
		height: auto;
        overflow: auto;
	}
	#main .stance.more .inner:before {
		display: none;
	}
	#main .stance .headLine01 {
		margin-bottom: 64px;
		text-align: left;
	}
	#main .stance .headLine01 .en {
		margin-bottom: 55px;
		font-size: 1.2rem;
	}
	#main .headLine01 .jp {
		font-size: 3rem;
		line-height: 1.69;
	}
	#main .stance p {
		padding-bottom: 85px;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	#main .stance p .spBlock {
		margin-bottom: 26px;
		display: block;
	}
	#main .stance .btn {
		width: 116px;
		position: absolute;
		left: 0;
		bottom: 0;
		content: '';
	}
	#main .stance .btn .close {
		display: none;
	}
	#main .stance.more .btn .open {
		display: none;
	}
	#main .stance.more .btn .close {
		display: block;
	}
	#main .bgBox {
		padding: 0;
	}
	#main .bgBox:before {
		display: none;
	}
	#main .bgWhite {
		margin: 0;
		padding: 0 15px 100px;
		max-width: inherit;
		display: -webkit-block;
		display: block;
		background: #F0F0F0;
	}
	#main .bgWhite01 {
		padding-bottom: 76px;
	}
	#main .bgWhite .photoBox {
		width: 67%;
		min-height: inherit;
		height: 290px;
		position: absolute;
		right: 0;
		top: 0;
		background-image: url("img/index/sp_photo01.jpg");
	}
	#main .bgWhite01 .photoBox {
		right: auto;
		left: 0;
		background-image: url("img/index/sp_photo02.jpg");
	}
	#main .bgWhite .textBox {
		margin-right: 0;
		padding: 40px 0 0;
		width: auto;
	}
	#main .bgWhite01 .textBox {
		margin-left: 0;
		padding: 40px 0 0;
		width: auto;
	}
	#main .bgWhite .textBox .headLine01 {
		margin: 0 auto 71px;
		width: 73%;
		text-align: left;
	}
	#main .bgWhite01 .textBox .headLine01 {
		margin: 0 0 71px auto;
		width: 46%;
	}
	#main .bgWhite .textBox .headLine01 .en {
		margin-bottom: 37px;
		font-size: 1.1rem;
	}
	#main .bgWhite .textBox .headLine01 .jp {
		font-size: 2.2rem;
		line-height: 1.62;
	}
	#main .bgWhite .textBox p {
		margin-bottom: 32px;
		text-align: justify;
		line-height: 1.88;
		letter-spacing: 0;
	}
	#main .bgWhite .textBox .text01 {
		margin-right: 0;
	}
	#main .worksBox {
		margin: 0;
		padding: 89px 0 119px;
	}
	#main .worksBox .content {
		max-width: inherit;
	}
	#main .worksBox .worksList {
		margin-bottom: 34px;
		display: -webkit-block;
		display: block;
	}
	#main .worksBox .worksList li {
		width: auto;
	}
	#main .worksBox .worksList li:nth-child(3n-1) {
		margin: 0;
	}
	#main .worksBox .worksList li .txt {
		padding: 9px 10px;
		width: 96px;
		height: 96px;
		left: 0;
		bottom: 50%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		font-size: 1.25rem;
		transform: translateY(50%);
	}
	#main .worksBox .worksList li .txt .inn {
		display: block;
	}
	#main .worksBox .comBtn {
		margin-bottom: 110px;
	}
	#main .worksBox .comBtn a {
		padding: 10px 10px 10px;
		width: 154px;
	}
	#main .worksBox .comBtn a .txt {
		padding-top: 3px;
	}
	#main .worksBox .linkList {
		padding: 0 30px;
		display: -webkit-block;
		display: block;
	}
	#main .worksBox .linkList li {
		width: auto;
		font-size: 1.1rem;
	}
	#main .worksBox .linkList li + li {
		margin-top: 39px;
	}
	#main .worksBox .linkList li .ttl {
		margin: 15px 0 3px;
		font-size: 1.3rem;
	}
	.fixBg .img6 {
	background: url("img/index/main_img06.jpg") no-repeat left top;
	background-size: cover;
	}
	.fixBg .img7 {
	background: url("img/index/main_img07.jpg") no-repeat left center;
	background-size: cover;
	}
	.fixBg .img9 {
		background: url("img/index/main_img09.jpg") no-repeat left center;
		background-size: cover;
	}
}