@charset "UTF-8";


@media screen and (max-width: 1200px) {
	.gnav{
		position: fixed;
	}
	.gnav_wrap{
		max-height: calc(100vh - 40px);
	}
}
@media screen and (max-width: 768px) {
	.gnav_wrap{
		max-height: initial;
	}
}



/* ------------------------------
	.mv
------------------------------ */
.mv{
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 1px;
}

.mv_wrap{
	width: 100%;
	max-width: 1920px;
	padding-top: 100%;
	margin-top: 500px;
}

.mv_txt_box{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100vh;
	padding: 0 3% 20px;
}

.mv_txt_box .mv_txt{
	font-size: 9.0rem;
	font-weight: bold;
	line-height: 1.1;
}

.mv_txt_box .txt{
	margin-top: 15px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.6;
}

.mv .mv_scroll_btn{
	position: fixed;
	right: 4%;
	bottom: 3%;
	width: 2.5%;
	max-width: 55px;
}
.mv .scroll_btn_box{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
	height: 100vh;
	padding: 0 4% 3%;
}

.mv_img_box{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
}

.mv_img{
	width: 10%;
	min-width: 10%;
	max-width: 1920px;
	border-radius: 50%;
	background: url(../img/index/mv_img01.jpg) no-repeat center center;
}

.header_wrap .logo{
	position: fixed;
}
.mv .logo_box{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: flex-start;
	width: 100%;
	height: 100vh;
	padding: 70px 3%;
}
@media screen and (max-width: 1600px) {
	.mv .logo_box {
		padding: 40px 3%;
	}
}

.content.active .mv_img_box,
.mv.keep .mv_img_box{
	position: absolute;
	top: auto;
	bottom: 0;
	height: 0;
}
.content.active .mv_img,
.mv.keep .mv_img{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.content.active .mv_wrap,
.mv.keep .mv_wrap{
	position: relative;
}

.mv_txt_wrap{
	position: fixed;
	bottom: 20px;
	left: 3%;
}
.content.active .mv_txt_wrap,
.mv.keep .mv_txt_wrap{
	position: relative;
	bottom: auto;
	left: auto;
}

.content.active .mv_scroll_btn,
.mv.keep .mv_scroll_btn{
	position: relative;
	bottom: auto;
	right: auto;
}


@media screen and (max-width: 1440px){
	.mv_txt_box .mv_txt{
		font-size: 8.0rem;
	}
}


@media screen and (max-width: 1300px){
	.mv_txt_box .mv_txt{
		font-size: 7.0rem;
	}
}


@media screen and (max-width: 768px){
	.mv{
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.mv_wrap{
		width: 694px;
		max-width: 694px;
		height: 694px;
		padding: 0;
		margin-top: 1000px;
	}

	.mv_img_box{
		right: auto;
		left: auto;
		width: 694px;
		height: 694px;
	}

	.mv_img{
		width: 5%;
		max-width: 694px;
		background: url(../img/index/mv_img01_sp.jpg) no-repeat center top;
	}

	.mv .logo_box{
		bottom: auto;
		right: 0;
		justify-content: center;
		width: 92vw;
		max-height: 694px;
		padding-top: 35px;
	}

	.mv_txt_wrap{
		top: 0;
		bottom: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 92vw;
		height: 100vh;
		max-height: 694px;
		left: 4%;
	}
	.mv_txt_box{
		right: 0;
		bottom: auto;
		width: 92vw;
		max-height: 694px;
		padding: 0;
	}

	.mv_txt_box .mv_txt{
		font-size: 5.0rem;
		line-height: 1.2;
	}

	.mv_txt_box .txt{
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 340px){
	.mv_txt_box .mv_txt{
		font-size: 14vw;
	}
}



/* ------------------------------
	.about
------------------------------ */
.about{
	position: relative;
	padding: 0 0 100px;
}

.about .str_ttl{
	margin-top: -110px;
	margin-bottom: 80px;
}

.about .bg_img{
	bottom: -200px;
	right: calc(50% - 555px);
	width: calc(50% + 555px);
	height: 400px;
	background: url(../img/index/about_bg01.png) no-repeat right top;
}

.about .btn_box .btn + .btn{
	margin-left: 30px;
}

.about .txt_box + .txt_box{
	margin-top: 30px;
}

.about .txt_box .txt{
	line-height: 2.3;
	font-weight: bold;
}
.about .txt_box .txt.en{
	font-size: 1.8rem;
	line-height: 2.0;
	font-weight: 500;
}

.about .prof_box{
	margin-top: 100px;
}

.about .prof_box .txt{
	font-size: 2.0rem;
	font-weight: 500;
}

.about .prof_box .txt.en{
	margin-top: 15px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
}
.about .prof_box .txt.en span{
	margin-left: 0.3em;
	font-size: 2.0rem;
}
.about .prof_box .txt.en .big{
	margin: 0;
	font-size: 2.2rem;
}

.about .btn_box{
	display: flex;
	justify-content: center;
	margin-top: 55px;
}


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

	.about .wrap{
		width: 70%;
	}

	.about .bg_img{
		width: calc(100% - 20px);
		right: 20px;
		bottom: -65px;
		height: 160px;
		background-size: auto 100%;
	}

	.about .str_ttl{
		margin-top: -15px;
		margin-bottom: 40px;
	}

	.about .txt_box + .txt_box{
		margin-top: 40px;
	}

	.about .txt_box .txt{
		height: 5.4em;
		line-height: 1.8;
		overflow: hidden;
	}
	.about .txt_box.open .txt{
		height: auto;
	}
	.about .txt_box .txt.en{
		height: 4.8em;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.about .txt_box.open .txt.en{
		height: auto;
	}

	.about .txt_box .acc_btn{
		display: flex;
		align-items: flex-end;
		justify-content: center;
		width: 100%;
		height: 35px;
	}
	.about .txt_box .acc_btn .arw{
		height: 20px;
		width: 100%;
		background: url(../img/index/about_arw01.svg) no-repeat center bottom;
	}

	.about .txt_box.open .arw{
		transform: rotate(180deg);
	}

	.about .prof_box{
		margin-top: 40px;
	}

	.about .prof_box .img{
		width: 170px;
		margin: 0 auto;
	}

	.about .prof_box .txt.en{
		font-size: 1.1rem;
	}

	.about .prof_box .txt.en span{
		font-size: 1.5rem;
	}
	.about .prof_box .txt.en .big{
		font-size: 1.7rem;
	}

	.about .prof_box .txt{
		font-size: 1.5rem;
	}

	.about .btn_box{
		flex-direction: column;
		align-items: center;
		margin-top: 30px;
	}
	.about .btn_box .btn + .btn{
		margin-left: 0;
		margin-top: 25px;
	}
}



/* ------------------------------
	.news
------------------------------ */
.news{
	position: relative;
	padding: 100px 0 100px;
}

.news .str_ttl{
	margin-bottom: 60px;
}

.news .btn{
	margin-top: 80px;
}

.news_list li{
	border-top: 1px solid #111;
}
.news_list li:last-child{
	border-bottom: 1px solid #111;
}

.news_list li a{
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100px;
	padding: 20px 85px 20px 40px;
}

.news_list li .arw{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #111;
	background: #fff url(../img/common/ico_arw01.svg) no-repeat center center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.news_list li .date_box{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 250px;
	margin-right: 30px;
}

.news_list li .date{
	font-size: 2.0rem;
	font-weight: 500;
}

.news_list li .cate{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	min-height: 30px;
	padding: 6px 5px 4px;
	background: #111;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
}

.news_list li .ttl{
	width: 100%;
	line-height: 1.6;
	font-weight: bold;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media screen and (min-width: 769px) {
	.news_list li a:hover{
		opacity: 1;
	}
	.news_list li a:hover .ttl{
		color: #006FFF;
	}
	.news_list li a:hover .arw{
		border-color: #006FFF;
		background: #006FFF url(../img/common/ico_arw02.svg) no-repeat center center;
	}
}


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

	.news .float_ttl{
		margin-top: 60px;
	}

	.news .str_ttl{
		margin-bottom: 35px;
	}

	.news_list li a{
		flex-wrap: wrap;
		min-height: 0;
		padding: 20px 40px 20px 10px;
	}

	.news_list li .arw{
		right: 5px;
		width: 22px;
		height: 22px;
		border-width: 1px;
		background-size: 10px;
	}

	.news_list li .date_box{
		justify-content: flex-start;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.news_list li .date{
		font-size: 1.4rem;
	}

	.news_list li .cate{
		margin-left: 10px;
		width: 115px;
		min-height: 20px;
		padding: 4px 10px;
		font-size: 1.2rem;
	}

	.news_list li .ttl{
		font-size: 1.2rem;
	}

	.news .btn{
		margin-top: 40px;
	}
}



/* ------------------------------
	.research
------------------------------ */
.research{
	position: relative;
	padding: 100px 0 145px;
}

.research .bg_img{
	top: -70px;
	left: calc(50% - 300px);
	width: calc(50% + 300px);
	height: 346px;
	background: url(../img/index/research_bg01.png) no-repeat left top;
}

.research .str_ttl{
	margin-bottom: 40px;
}

.research .en_ttl{
	font-size: 5.8rem;
	font-weight: bold;
	line-height: 1.3;
}

.research .txt.center{
	margin-top: 15px;
	font-size: 3.0rem;
	font-weight: bold;
}

.research .btn{
	margin-top: 90px;
}

.research_list{
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.research_list li{
	width: 330px;
	height: 800px;
}
.research_list li:nth-child(2){
	transition-delay: 0.3s;
}
.research_list li:nth-child(3){
	transition-delay: 0.6s;
}

.research_list li:nth-child(1){
	background: #000 url(../img/index/research_bg01.jpg) no-repeat center center;
}
.research_list li:nth-child(2){
	margin-top: 100px;
	background: #000 url(../img/index/research_bg02.jpg) no-repeat center center;
}
.research_list li:nth-child(3){
	margin-top: 200px;
	background: #000 url(../img/index/research_bg03.jpg) no-repeat center center;
}

.research_list li .num{
	padding: 30px 0 150px;
	text-align: center;
	font-size: 15.0rem;
	font-weight: 500;
	font-style: italic;
	color: transparent;
	-webkit-text-stroke: 2px #fff;
	text-stroke: 2px #fff;
	line-height: 1;
}

.research_list li .txt{
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.6;
}
.research_list li .txt.en{
	font-size: 1.8rem;
}

.research_list li .txt + .txt{
	margin-top: 20px;
}


@media screen and (max-width: 768px){
	.research{
		position: relative;
		padding: 70px 0 140px;
	}

	.research .bg_img{
		top: -30px;
		left: 40px;
		width: calc(100% - 40px);
		height: 147px;
		background-size: auto 100%;
	}

	.research .float_ttl{
		margin-top: 70px;
	}

	.research .en_ttl{
		font-size: 3.2rem;
	}

	.research .txt.center{
		margin-top: 10px;
		font-size: 1.6rem;
	}

	.research_list{
		flex-direction: column;
		margin-top: 40px;
	}

	.research_list li{
		width: 265px;
		height: 345px;
		padding: 0 30px;
	}
	.research_list li:nth-child(2){
		margin: 0 auto;
	}
	.research_list li:nth-child(3){
		margin: 0 0 0 auto;
	}

	.research_list li .num{
		padding: 15px 0 10px;
		text-align: left;
		font-size: 9.0rem;
	}

	.research_list li .txt{
		text-align: left;
		font-size: 1.5rem;
	}
	.research_list li .txt.en{
		font-size: 2.0rem;
		line-height: 1.3;
	}
	.research_list li .txt + .txt{
		margin-top: 15px;
	}

	.research .btn{
		margin-top: 40px;
	}
}



/* ------------------------------
	.achievement
------------------------------ */
.achievement{
	position: relative;
	padding: 50px 0 115px;
}

.achievement .bg_img{
	top: -430px;
	right: calc(50% - 450px);
	width: calc(50% + 450px);
	height: 462px;
	background: url(../img/index/achievement_bg01.png) no-repeat right top;
}

.achievement .str_ttl{
	margin-bottom: 80px;
}

.achievement_list{
	display: flex;
	flex-wrap: wrap;
}

.achievement_list li{
	position: relative;
	background: #fff;
	width: 310px;
	border: 2px solid #111;
	overflow: hidden;
}

.achievement_list li + li{
	margin-left: 30px;
}
.achievement_list li:nth-child(3n + 1){
	margin-left: 0;
}
.achievement_list li:nth-child(n + 4){
	margin-top: 30px;
}

.achievement_list li a{
	display: block;
	height: 320px;
	padding: 60px 0 0;
}

.achievement_list li .ico{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
}

.achievement_list li .arw{
	position: absolute;
	right: 25px;
	bottom: 20px;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #111;
	background: #fff url(../img/common/ico_arw01.svg) no-repeat center center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media screen and (min-width: 769px) {
	.achievement_list li:nth-child(3n - 1){
		transition-delay: 0.3s;
	}
	.achievement_list li:nth-child(3n){
		transition-delay: 0.6s;
	}
	.achievement_list li a:hover{
		opacity: 1;
	}
	.achievement_list li a:hover .arw{
		border-color: #006FFF;
		background: #006FFF url(../img/common/ico_arw02.svg) no-repeat center center;
	}
}

.achievement_list li .txt_box{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 180px;
}

.achievement_list li .txt_box .txt{
	text-align: center;
	font-weight: bold;
}
.achievement_list li .txt_box .txt.en{
	margin-bottom: 10px;
	line-height: 1.3;
	font-size: 2.2rem;
}


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

	.achievement .bg_img{
		top: -115px;
		right: 30px;
		width: calc(100% - 30px);
		height: 144px;
		background-size: auto 100%;
	}

	.achievement .str_ttl{
		margin-bottom: 30px;
	}

	.achievement .float_ttl{
		margin-top: 60px;
	}

	.achievement_list li{
		width: calc(50% - 3px);
	}
	.achievement_list li + li,
	.achievement_list li:nth-child(3n + 1){
		margin-left: 6px;
	}
	.achievement_list li:nth-child(odd){
		margin-left: 0;
	}
	.achievement_list li:nth-child(n + 3),
	.achievement_list li:nth-child(n + 4){
		margin-top: 6px;
	}

	.achievement_list li:nth-child(even){
		transition-delay: 0.3s;
	}

	.achievement_list li a{
		height: 170px;
		padding: 30px 5px 0;
	}

	.achievement_list li .ico{
		height: 40px;
	}
	.achievement_list li .ico img{
		height: 100%;
	}
	.achievement_list li:nth-child(3) .ico img{
		height: 90%;
	}
	.achievement_list li:nth-child(4) .ico img{
		height: 80%;
	}

	.achievement_list li .txt_box{
		height: 90px;
		margin-top: 10px;
	}

	.achievement_list li .txt_box .txt{
		font-size: 1.2rem;
	}
	.achievement_list li .txt_box .txt.en{
		margin-bottom: 2px;
		line-height: 1.2;
		font-size: 1.5rem;
	}

	.achievement_list li .arw{
		right: 10px;
		bottom: 10px;
		width: 22px;
		height: 22px;
		border-width: 1px;
		background-size: 10px;
	}
}



/* ------------------------------
	.opendata
------------------------------ */
.opendata{
	position: relative;
	padding: 75px 0 150px;
}

.opendata .bg_img{
	bottom: -100px;
	left: calc(50% - 395px);
	width: calc(50% + 395px);
	height: 353px;
	background: url(../img/index/opendata_bg01.png) no-repeat left top;
}

.opendata .str_ttl{
	margin-bottom: 80px;
}

.opendata .ttl{
	margin-top: 40px;
	font-size: 4.3rem;
	font-weight: bold;
	line-height: 1.5;
}

.opendata .txt{
	margin-top: 15px;
	font-size: 2.2rem;
	font-weight: bold;
}

.opendata .btn{
	position: relative;
	margin-top: 70px;
}


@media screen and (max-width: 768px){
	.opendata{
		padding: 70px 0 120px;
	}

	.opendata .bg_img{
		bottom: -60px;
		left: 55px;
		width: calc(100% + 55px);
		height: 197px;
		background-size: auto 100%;
	}

	.opendata .str_ttl{
		margin-bottom: 40px;
	}

	.opendata .float_ttl{
		margin-top: 60px;
	}

	.opendata .ttl{
		margin-top: 25px;
		font-size: 2.8rem;
		line-height: 1.3;
	}

	.opendata .txt{
		margin-top: 5px;
		font-size: 1.6rem;
	}

	.opendata .btn{
		margin-top: 30px;
	}
}



/* ------------------------------
	.gallery
------------------------------ */
.gallery{
	position: relative;
	padding: 50px 0 95px;
}

.gallery .str_ttl{
	margin-bottom: 100px;
}

.gallery_list{
	display: flex;
	flex-wrap: wrap;
}
.gallery_list li{
	position: relative;
	z-index: 1;
	width: 320px;
	height: 320px;
	border-radius: 40px;
	overflow: hidden;
}

.gallery_list li + li{
	margin-left: 10px;
}
.gallery_list li:nth-child(3n + 1){
	margin-left: 0;
}
.gallery_list li:nth-child(n + 4){
	margin-top: 10px;
}

.gallery_list li .img_box{
	position: relative;
	display: block;
	width: 100%;
	background: #999999;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	overflow: hidden;
}
.gallery_list li.inview-on .img_box{
	height: 0;
}
.gallery_list li.inviewed-on .img_box{
	height: 100%;
}

.gallery_list li.inview-on img{
	height: 0;
	min-height: 0;
	-webkit-transition: height .4s ease .5s;
	transition: height .4s ease .5s;
}
.gallery_list li.inviewed-on img{
	height: 100%;
}
.gallery_list li img{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	overflow: hidden;
	object-fit: cover;
}

.gallery .btn{
	margin-top: 90px;
}


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

	.gallery .float_ttl{
		margin-top: 60px;
	}

	.gallery .str_ttl{
		margin-bottom: 40px;
	}

	.gallery_list li{
		position: relative;
		width: calc(50% - 3px);
		padding-top: calc(50% - 3px);
		height: 0;
		border-radius: 20px;
	}
	.gallery_list li + li,
	.gallery_list li:nth-child(3n + 1){
		margin-left: 6px;
	}
	.gallery_list li:nth-child(odd){
		margin-left: 0;
	}
	.gallery_list li:nth-child(n + 3),
	.gallery_list li:nth-child(n + 4){
		margin-top: 6px;
	}

	.gallery_list li .img_box{
		position: absolute;
		top: 0;
		left: 0;
	}

	.gallery .btn{
		margin-top: 50px;
	}
}



/* ------------------------------
	.copartner
------------------------------ */
.copartner{
	position: relative;
	padding: 95px 0 180px;
}

.copartner .bg_img{
	top: -85px;
	left: calc(50% - 155px);
	width: calc(50% + 155px);
	height: 243px;
	background: url(../img/index/copartner_bg01.png) no-repeat left top;
}

.copartner .wrap{
	max-width: 760px;
}

.copartner .str_ttl{
	margin-bottom: 80px;
}

.copartner_list{
	display: flex;
	flex-wrap: wrap;
}

.copartner_list .logo{
	width: 240px;
}
.copartner_list .logo + .logo{
	margin-left: 20px;
}
.copartner_list .logo:nth-child(3n + 1){
	margin-left: 0;
}
.copartner_list .logo:nth-child(n + 4){
	margin-top: 20px;
}


@media screen and (max-width: 768px){
	.copartner{
		padding: 130px 0 100px;
	}

	.copartner .bg_img{
		top: -30px;
		left: 30px;
		width: calc(100% - 30px);
		height: 162px;
		background-size: auto 100%;
	}

	.copartner .str_ttl{
		margin-bottom: 30px;
	}

	.copartner .float_ttl{
		margin-top: 130px;
	}

	.copartner_list .logo{
		width: calc(33.3333% - 8px);
	}
	.copartner_list .logo + .logo{
		margin-left: 12px;
	}
	.copartner_list .logo:nth-child(3n + 1){
		margin-left: 0;
	}
	.copartner_list .logo:nth-child(n + 4){
		margin-top: 12px;
	}
}



/* ------------------------------
	.contact
------------------------------ */
.contact{
	position: relative;
	padding: 80px 0;
}

.contact .sub_ttl{
	font-size: 3.0rem;
	margin-bottom: 15px;
}

.contact .txt_box .txt{
	font-weight: 500;
	line-height: 1.4;
}

.contact .contact_box .name_txt{
	margin: 5px 0;
	font-size: 2.0rem;
}

.contact .contact_en{
	margin-top: 40px;
}
.contact .contact_en .txt{
	font-size: 1.5rem;
}
.contact .contact_en .name_txt{
	margin: 5px 0;
	font-size: 2.2rem;
}

.contact .contact_add{
	margin-top: 40px;
}
.contact .contact_add * + *{
	margin-top: 10px;
}

.contact .contact_add .tel_btn a{
	display: block;
	padding-left: 30px;
	background: url(../img/common/ico_tel01.svg) no-repeat left center;
}

.contact .contact_add .mail_btn a{
	display: block;
	padding-left: 30px;
	background: url(../img/common/ico_mail01.svg) no-repeat left center;
}

.contact .contact_add .map_btn a{
	text-decoration: underline;
}


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

	.contact .flex{
		flex-direction: column;
		padding-left: 6vw;
	}

	.contact .sub_ttl{
		padding: 0;
		font-size: 2.0rem;
	}
	.contact .sub_ttl::before{
		width: 10vw;
		left: calc(-10vw - 10px);
		height: 2px;
	}

	.contact .txt_box .txt{
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.contact .contact_box .name_txt{
		margin: 2px 0 5px;
		font-size: 1.5rem;
	}

	.contact .contact_en .name_txt{
		font-size: 1.7rem;
		line-height: 1.4;
	}

	.contact .contact_en{
		margin-top: 20px;
	}

	.contact .contact_add{
		margin-top: 20px;
	}

	.contact .contact_add .txt{
		font-size: 1.2rem;
	}
	.contact .contact_add .txt.en{
		line-height: 1.4;
	}
	.contact .contact_add * + *{
		margin-top: 8px;
	}

	.contact .contact_add .tel_btn a{
		padding: 2px 0 2px 25px;
		background-size: 18px;
	}

	.contact .contact_add .mail_btn a{
		padding: 2px 0 2px 25px;
		background-size: 20px;
	}

	.contact .img{
		margin-top: 30px;
		margin-right: -4vw;
	}
}