@charset "UTF-8";

/*--------------------------------------
　MV
---------------------------------------*/
.mv_top {
	width: 100%;
	min-width: 1128px;
	margin: auto;
	padding: 240px 0 0;
	box-sizing: border-box;
	position: relative;
}
.mv_top .img_box {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	z-index: 1;
}
.mv_top .img_box img {
	height: 1042px;
}

.mv_top .mv_inner {
	max-width: 1128px;
	margin: auto;
	box-sizing: border-box;
}

.mv_top .mv_ttl_wrap {
	width: 40%;
	height: 800px;
	padding: 0 10% 0 0;
	box-sizing: border-box;
}
.mv_top .mv_ttl {
	display: inline-block;
	font-size: 40px;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.mv_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-width: 100%;
		padding: 50px 0 0;
	}
	.mv_top .img_box {
		position: relative;
		top: inherit;
		right: inherit;
		width: 50%;
	}
	.mv_top .img_box img {
		height: auto;
	}

	.mv_top .mv_inner {
		width: 50%;
		max-width: 50%;
	}

	.mv_top .mv_ttl_wrap {
		display: flex;
		justify-content: center;
		width: 100%;
		height: inherit;
		padding: 0 0 0 0;
	}
	.mv_top .mv_ttl {
		font-size: 6vw;
	}
}





/*--------------------------------------
　section
---------------------------------------*/
.top .sec {
	width: 100%;
	min-width: 1128px;
	box-sizing: border-box;
	position: relative;
}

.top .sec .inner {
	max-width: 1128px;
	margin: auto;
	box-sizing: border-box;
}

.top .txt {
	font-size: 14px;
	text-align: justify;
	line-height: 2.4;
}

@media screen and (max-width: 768px) {
	.top .sec {
		min-width: 100%;
	}

	.top .sec .inner {
		max-width: 100%;
	}

	.top .txt {
		line-height: 2;
	}
}





/*--------------------------------------
　cv_btn
---------------------------------------*/
.cv_btn a {
	background: #f4a100;
	max-width: 450px;
	margin: -40px auto 0;
	padding: 30px 60px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	position: relative;
}
.cv_btn a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
	.cv_btn a {
		max-width: 85%;
		margin: -30px auto 0;
		padding: 20px 40px;
		font-size: 15px;
	}
	.cv_btn a:after{
		right: 20px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
}





/*--------------------------------------
　Title
---------------------------------------*/
.eng {
	font-family: 'Marcellus SC', serif;
	letter-spacing: 0.05em;
}

.vertical {
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}





/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
	margin: -150px 0 0;
	padding: 90px 0 0;
	position: relative;
}
.sec01:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/top_02.jpg") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 530px;
}

.sec01 .eng {
	font-size: 95px;
	text-align: center;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.sec01 .eng .spn01 {
	font-size: 136px;
}
.sec01 .eng .spn02 {
	color: #d0c2e0;
}


.sec01_block {
	margin: 80px 0 0;
	position: relative;
}

.sec01_block .img_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
}
.sec01_block .img_box img {
	height: 630px;
}

.sec01_block .inner {
	display: flex;
	align-items: center;
	height: 630px;
}

.sec01_block .txt_box {
	width: 55%;
	margin: 0 0 0 auto;
	padding: 0 0 0 10%;
	box-sizing: border-box;
}

.sec01_block .txt {
	width: 100%;
}

.sec01_block .link01 {
	width: 100%;
	margin: 80px 0 0;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.sec01 {
		margin: 90px 0 0;
		padding: 0 15px 0;
	}
	.sec01:before {
		background: url("../img/top_02.jpg") center center no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: 0;
		padding-top: calc(100%*530/1464);
	}

	.sec01 .eng {
		font-size: 36px;
		white-space: inherit;
		position: relative;
		top: -50px;
	}
	.sec01 .eng .spn01 {
		font-size: 52px;
	}


	.sec01_block {
		margin: -20px 0 0;
	}

	.sec01_block .img_box {
		position: relative;
		top: inherit;
		left: inherit;
		width: 100%;
	}
	.sec01_block .img_box img {
		height: auto;
	}

	.sec01_block .inner {
		display: block;
		height: auto;
	}

	.sec01_block .txt_box {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0 0 0 0;
	}

	.sec01_block .link01 {
		margin: 30px 0 0;
	}
}



/*--------------------------------------
　sec_ttl
---------------------------------------*/
.sec_ttl {
	padding: 200px 0 100px;
}

.sec_ttl .eng_ttl_box {
	text-align: center;
	position: relative;
}
.sec_ttl .eng_ttl_box:after {
	content: "";
	display: block;
	background: #fff;
	width: 1px;
	height: 80px;
	margin: 40px auto 0;
}

.sec_ttl .eng_ttl_box .eng {
	font-size: 46px;
}
.sec_ttl .eng_ttl_box .eng .spn01 {
	font-size: 66px;
}

.sec_ttl .eng_ttl_box .sub {
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.sec_ttl {
		padding: 100px 15px 40px;
	}

	.sec_ttl .eng_ttl_box:after {
		height: 40px;
		margin: 20px auto 0;
	}

	.sec_ttl .eng_ttl_box .eng {
		font-size: 23px;
	}
	.sec_ttl .eng_ttl_box .eng .spn01 {
		font-size: 33px;
	}

	.sec_ttl .eng_ttl_box .sub {
		margin: 10px 0 0;
		font-size: 14px;
	}
}



/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
	background: #312f2f;
	padding: 0 0 240px;
	position: relative;
}

.sec02 .img_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
}
.sec02 .img_box img {
	height: 940px;
}

.sec02 .ttl_box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 40%;
	margin: 0 0 0 auto;
	padding: 120px 50px 100px 0;
	box-sizing: border-box;
	position: relative;
}
.sec02 .ttl_box .ttl01 {
	font-size: 34px;
	line-height: 1.6;
}

.sec02 .txt_box {
	background: #312f2f;
	width: 55%;
	margin: 0 0 0 auto;
	padding: 100px 0 100px 100px;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 768px) {
	.sec02 {
		padding: 0 0 60px;
	}

	.sec02 .img_box {
		position: relative;
		top: inherit;
		left: inherit;
		width: 100%;
	}
	.sec02 .img_box img {
		height: auto;
	}

	.sec02 .ttl_box {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 40px 0 0 0;
		padding: 0 15px 0 15px;
	}
	.sec02 .ttl_box .ttl01 {
		font-size: 24px;
	}
	
	.sec02 .txt_box {
		background: none;
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0 15px 0 15px;
	}
}





/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
	padding: 0 0 200px;
	position: relative;
}

.sec03 .img_box {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
}
.sec03 .img_box img {
	height: 940px;
}

.sec03 .ttl_box {
	width: 40%;
	padding: 120px 0 100px 50px;
	box-sizing: border-box;
	position: relative;
}
.sec03 .ttl_box .ttl01 {
	font-size: 34px;
	line-height: 1.6;
}

.sec03 .txt_box {
	background: #201e1f;
	width: 55%;
	padding: 100px 100px 100px 0;
	box-sizing: border-box;
	position: relative;
}

.sec03 .link01 {
	margin: 60px 0 0;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.sec03 {
		padding: 0 0 60px;
	}

	.sec03 .img_box {
		position: relative;
		top: inherit;
		right: inherit;
		width: 100%;
	}
	.sec03 .img_box img {
		height: auto;
	}

	.sec03 .ttl_box {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 40px 0 0 0;
		padding: 0 15px 0 15px;
	}
	.sec03 .ttl_box .ttl01 {
		font-size: 24px;
	}

	.sec03 .txt_box {
		background: none;
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0 15px 0 15px;
	}

	.sec03 .link01 {
		margin: 30px 0 0;
		padding: 0 15px;
	}
}





/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
	background: url("../img/top_06.jpg") center center no-repeat;
	background-size: cover;
	padding: 180px 0 180px;
}

.sec04 .eng_ttl_box {
	text-align: center;
}
.sec04 .eng_ttl_box .eng {
	font-size: 52px;
}
.sec04 .eng_ttl_box .eng .spn01 {
	font-size: 70px;
}

.sec04 .txt {
	margin: 80px 0 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.sec04 {
		background: url("../img/top_06.jpg") center center no-repeat;
		background-size: cover;
		padding: 60px 15px 60px;
		position: relative;
		z-index: 0;
	}
	.sec04:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.2);
		z-index: -1;
	}

	.sec04 .eng_ttl_box .eng {
		font-size: 23px;
	}
	.sec04 .eng_ttl_box .eng .spn01 {
		font-size: 33px;
	}

	.sec04 .txt {
		margin: 30px 0 0;
		text-align: justify;
	}
}



/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
	margin: 160px 0 0;
	padding: 0 0 150px;
	position: relative;
	z-index: 0;
}
.sec05:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #231434;
	width: 100%;
	height: 50%;
	z-index: -1;
}

.sec05 .img_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
}
.sec05 .img_box img {
	height: 784px;
}

.sec05 .sec05_block {
	display: flex;
	align-items: center;
	height: 784px;
}

.sec05 .txt_box {
	width: 55%;
	margin: 0 0 0 auto;
	padding: 0 0 0 10%;
	box-sizing: border-box;
}

.sec05 .ttl_box .ttl01 {
	font-size: 30px;
	line-height: 1.6;
}

.sec05 .txt {
	margin: 60px 0 0;
}

.sec05 .link01 {
	margin: 60px 0 0;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.sec05 {
		margin: 50px 0 0;
		padding: 0 0 100px;
	}
	.sec05:after {
		height: 30%;
	}

	.sec05 .img_box {
		position: relative;
		top: inherit;
		left: inherit;
		width: 100%;
		margin: 30px 0 0;
	}
	.sec05 .img_box img {
		height: 300px;
	}

	.sec05 .sec05_block {
		display: block;
		height: auto;
	}

	.sec05 .txt_box {
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	.sec05 .ttl_box {
		padding: 0 15px;
	}

	.sec05 .ttl_box .ttl01 {
		font-size: 20px;
	}

	.sec05 .txt {
		margin: 20px 0 0;
		padding: 0 15px;
	}

	.sec05 .link01 {
		margin: 30px 0 0;
		padding: 0 15px;
	}
}




/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
	padding: 160px 0 0;
}

.sec06_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec06_block .left {
	width: 50%;
	padding: 0 90px 0 0;
	box-sizing: border-box;
}

.sec06_block .eng {
	font-size: 70px;
}

.sec06_block .ac {
	margin: 80px 0 0;
}
.sec06_block .ac dt {
	margin: 40px 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
.sec06_block .ac dt:first-of-type {
	margin: 0 0 0;
}
.sec06_block .ac dd {
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 2;
}

.sec06_block .txt {
	margin: 40px 0 0;
}

.sec06_block .right {
	width: 50%;
	box-sizing: border-box;
}

.sec06_block .map {
	position: relative;
	width: 100%;
	height: 0;
	margin: auto;
	padding-top: calc(100%*750/560);
}
.sec06_block .map iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec06 .link01 {
	margin: 60px 0 0;
}

@media screen and (max-width: 768px) {
	.sec06 {
		padding: 80px 0 0;
	}

	.sec06_block {
		display: block;
	}

	.sec06_block .left {
		width: 100%;
		padding: 0 15px 0 15px;
	}

	.sec06_block .eng {
		font-size: 33px;
	}

	.sec06_block .ac {
		margin: 30px 0 0;
	}
	.sec06_block .ac dt {
		margin: 25px 0 0;
		font-size: 15px;
		line-height: 1.8;
	}
	.sec06_block .ac dd {
		margin: 5px 0 0;
		font-size: 14px;
		line-height: 1.8;
	}

	.sec06_block .txt {
		margin: 20px 0 0;
	}

	.sec06_block .right {
		width: 100%;
	}

	.sec06_block .map {
		margin: 30px 0 0;
		padding-top: 65%;
	}
  
  .sec06 .link01 {
    margin: 30px 0 0;
    text-align: right;
  }
}





/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 {
	padding: 180px 0 180px;
}

.sec07 .eng_ttl_box {
	text-align: center;
}
.sec07 .eng_ttl_box .eng {
	font-size: 52px;
}
.sec07 .eng_ttl_box .eng .spn01 {
	font-size: 70px;
}

.sec07 .sec07_block {
	margin: 40px 0 0;
}

.sec07 .news_list li {
	padding: 25px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.sec07 .date {
	font-size: 16px;
}
.sec07 .news_ttl {
	margin: 10px 0 0;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.8;
}

.sec07 .link01 {
	margin: 60px 0 0;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.sec07 {
		padding: 60px 15px 60px;
	}

	.sec07 .eng_ttl_box .eng {
		font-size: 23px;
	}
	.sec07 .eng_ttl_box .eng .spn01 {
		font-size: 33px;
	}

	.sec07 .sec07_block {
		margin: 20px 0 0;
	}

	.sec07 .news_list li {
		padding: 15px 0;
	}
	.sec07 .date {
		font-size: 14px;
	}
	.sec07 .news_ttl {
		margin: 8px 0 0;
		font-size: 14px;
		line-height: 1.6;
	}

	.sec07 .link01 {
		margin: 30px 0 0;
	}
}
