@charset "utf-8";

main{
	margin:270px 0 270px;
	}

@media (max-width:1024px) {
	
main{
	margin:200px 0 270px;
	}
		
	}
	
@media (max-width:640px) {

main{
	margin:150px 0 200px;
	}

	
	}


/*.privacy_box*/
/***************************************/
.mv {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	align-items:flex-start;
	max-width:1920px;
	margin:0 auto 90px
	}

.mv .pic {
	height:790px;
	width:60%;
	position:relative;
	background:url(../images/about/about_mv.jpg) center center no-repeat;
	background-size:cover
	}

.mv .txt{
	height:790px;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:center;
	justify-content:center;
	align-items:flex-start;
	width:40%;
	}

 h2{
	background:url(../images/about/about_mv_h2.svg) no-repeat center top;
	width:74px;
	height:525px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
	margin-left:70px;
	}

.mv p{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font: 22px/180% "はんなり明朝","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	height:506px;
	}

@media (max-width:1024px) {
.mv {
	flex-direction: column;
	}

.mv .pic {
	height:500px;
	width:100%;
	}

.mv .txt{
	height:535px;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:center;
	justify-content:center;
	align-items:flex-start;
	width:100%;
	margin-bottom:50px
	}
	
	}
	
@media (max-width:640px) {
.mv {
	margin:0 auto 50px
	}
	
.mv .pic {
	height:350px;
	width:100%;
	}

.mv .txt{
	height:auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:center;
	justify-content:center;
	align-items:flex-start;
	width:100%;
	padding:0 15px;
	}

 h2{
	background:url(../images/about/sp_about_mv_h2.svg) no-repeat center top;
	background-size:contain !important;
	width:100% !important;
	margin:0 0 10px;;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
    max-width:480px;
	padding-top:15%;
	height:auto;
	}

.mv p{
	-webkit-writing-mode:horizontal-tb ;
	-ms-writing-mode:horizontal-tb;
	writing-mode: horizontal-tb;
	font: 20px/180% "はんなり明朝","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		-ms-flex-order:2;
	-webkit-order:2;
	order:2;
	width:100% !important;
	height:auto !important
	}

	
	}

/*about_box*/
/***************************************/
.about_box{
	padding:0 30px
	}

.about_box h3{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "はんなり明朝","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 34px;
    margin: 0 auto 60px;
    height: 210px;
	}

.about_box table{
	width:100%;
	max-width:620px;
	font:18px/180% 'm+c2_Light',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto 70px
	}
	
.about_box th{
	padding:10px 0;
	width:125px;
	margin:0 auto;
	vertical-align:top;
	}
	
.about_box td{
	padding:10px 0;
	width:calc(100% - 125px);
	}
	
.about_box td span{
	margin-right:15px
	}
	
.about_box td a{
	display:inline-block;
	background-color:#ec6c00;
	color:#ffffff;
	height:25px;
	width:130px;
	text-align:center;
	font:15px/25px 'm+c2_Light',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

a.about_map {
	pointer-events: none;
	display:block;
	max-width:1120px;
	margin:0 auto 85px;
	position:relative
	}
		
.about_map img{
	display:block;
	width:100%;
	}
	
.about_box ul{
	max-width:1140px;
	margin:0 auto;
	}

.about_box li{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	align-items: flex-end;
	width:100%;
	margin-bottom:50px;
	}

.left{
	width:65%;
	max-width:700px;
	}
	
.left img{
	width:100%;
	}

.right{
	-ms-flex:1 0 0;
	-webkit-flex:1 0 0;
	flex:1;
	padding-left:20px;
	text-align:right
	}

.right img{
	width:100%;
	max-width:347px;
	}

@media (max-width:1024px) {
.left{
	width:58%;
	max-width:700px;
	}

	}
	
@media (max-width:640px) {

.about_box{
	padding:0 15px
	}

.about_box h3{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "はんなり明朝","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 34px;
    margin: 0 auto 60px;
    height: 230px;
	}

.about_box table{
	width:100%;
	max-width:350px;
	font:17px/170% 'm+c2_Light',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto 50px
	}
	
.about_box th,
.about_box td{
	display:block;
	width:100%;
	padding:0;
	}
	
.about_box td{
	margin-bottom:25px
	}

a.about_map {
	pointer-events:auto !important;
	margin:0 auto 120px;
	}
	
a.about_map:before {
	position:absolute;
	content:attr(title);
	bottom:-30px;
	display:block;
	width:100%;
	text-align:center;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	}

.about_box ul{
	max-width:480px;
	margin:0 auto;
	}
	
.about_box li{
	flex-direction:column;
	margin-bottom:50px;
	}

.left{
	width:100%;
	max-width:700px;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	}
	
.left img,
.right img{
	width:100%;
	}

.right{
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
	width:100%;
	padding-left:0;
	text-align:left;
	margin-bottom:20px;
	}


	
	}
