/* CSS Document */

.open_btn{
	display: none;
}
header{
	text-align: center;
}
header h1{
	text-align: center;
	max-width: 1024px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
}
header .h1_wrap{
	max-width: 1024px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
header .h1_wrap h1{
	width: 100%;
	max-width: none;
	text-align: left;
	font-size: 10px;
	margin: 0;
}
.h1_wrap{
	max-width: 1024px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.h1_wrap h1{
	width: 100%;
	max-width: none;
	text-align: left;
	font-size: 10px;
	margin: 0;
}
header section{
	background-color: #111230;
	padding-top: 16px;
	padding-bottom: 16px;
	display: -webkit-box;
  	display: -ms-flexbox;
	display: -webkit-flex; 
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
}
header h2{
	
}
header div.inner {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
header div.inner div{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
header div.inner div .more_btn{
	font-size: 10px;
	border-radius: 2em;
	padding: 0.5em;
	margin-left: 10px;
}
.more_btn{
	color: #fff;
	    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 26px;
    border-radius: 5px;
    border: 1px solid #b1165b;
    background: linear-gradient(to bottom, rgba(247,165,201,1) 0%,rgba(236,30,121,1) 40%,rgba(177,22,91,1) 100%);
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.more_btn span{
	    display: inline-block;
    transform-origin: center;
    transform: rotate(90deg);
    vertical-align: 1px;
}

header nav{
	width: 100%;
	background-color: #fff;
}
header nav ul{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	
	
}
header nav ul li{
	position: relative;
	width: 202px;
	font-size: 14px;
	color: #111230;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.2;
}
header nav ul li:nth-of-type(2){
}
header nav ul li:first-of-type::before{
	content:  " ";
	display: block;
	position: absolute;
	bottom: 50%;
	left: -25px;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	
	width: 49px;
	height: 39px;
	background-image: url(../img/menu_slant.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
header nav ul li::after{
	content:  " ";
	display: block;
	position: absolute;
	bottom: 50%;
	right: -25px;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	
	width: 49px;
	height: 39px;
	background-image: url(../img/menu_slant.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.contact_foot{
	background-image: url(../img/bg_contact.png),url(../img/bg_contact_humen.png);
	background-size: auto,453px;
	background-position: center, right top;
	background-repeat: repeat,no-repeat;
	text-align: center;
	padding-top: 48px;
	padding-bottom: 48px;
}
.contact_foot h2{
	font-family: "Times New Roman","游明朝", "Yu Mincho",YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 36px;
	color: #fff;
	letter-spacing: 0.08em;
	position: relative;
	display: inline-block;
	border-bottom: 1pt solid #fff;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 48px;
}
.contact_foot h2::after,.contact_foot h2::before{
	content: " ";
	display: block;
	top: -5px;
	bottom: -20px;
	width: 1px;
	background-color: #fff;
	position: absolute;
}
.contact_foot h2::before{
	left: 20px;
}
.contact_foot h2::after{
	right: 20px;
}
.contact_foot p{
	color: #fff;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 32px;
}
.contact_foot p.more_btn{
	text-align: center;
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 20px;
	border-radius: 5px;
	border: 1px solid #b1165b;
	background: linear-gradient(to bottom, rgba(247,165,201,1) 0%,rgba(236,30,121,1) 40%,rgba(177,22,91,1) 100%);
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	margin-top: 1em;
	margin-bottom: 2em;
}
.contact_foot p.more_btn span{
	display: inline-block;
	transform-origin: center;
	transform: rotate(90deg);
	vertical-align: 1px;
	
}
.contact_foot section{
	background : -moz-linear-gradient(9.98% 248.21% 30deg,rgba(17, 18, 48, 1) 0%,rgba(65, 65, 89, 1) 22.91%,rgba(65, 65, 89, 1) 47.47%,rgba(17, 18, 48, 1) 100%);
	background : -webkit-linear-gradient(30deg, rgba(17, 18, 48, 1) 0%, rgba(65, 65, 89, 1) 22.91%, rgba(65, 65, 89, 1) 47.47%, rgba(17, 18, 48, 1) 100%);
	background : -webkit-gradient(linear,9.98% 248.21% ,170.07% -544.62% ,color-stop(0,rgba(17, 18, 48, 1) ),color-stop(0.2291,rgba(65, 65, 89, 1) ),color-stop(0.4747,rgba(65, 65, 89, 1) ),color-stop(1,rgba(17, 18, 48, 1) ));
	background : -o-linear-gradient(30deg, rgba(17, 18, 48, 1) 0%, rgba(65, 65, 89, 1) 22.91%, rgba(65, 65, 89, 1) 47.47%, rgba(17, 18, 48, 1) 100%);
	background : -ms-linear-gradient(30deg, rgba(17, 18, 48, 1) 0%, rgba(65, 65, 89, 1) 22.91%, rgba(65, 65, 89, 1) 47.47%, rgba(17, 18, 48, 1) 100%);
	border: 1px solid #fff;
	
	width: 676px;
	margin-left: auto;
	margin-right: auto;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.contact_foot section h3{
	font-size: 46px;
	font-weight: 900;
	color: #fff;
	position: relative;
	letter-spacing: 0.02em;
	margin-right: 0.5em;
	margin-bottom: 0;
}
.contact_foot section i{
	position: absolute;
	top: -32px;
	left: -32px;
}
.contact_foot section p{
	margin-bottom: 0;
}
.organizations_foot{
	margin-top: 32px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.organizations_foot ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}
.organizations_foot ul li{
	padding-bottom: 24px;
}
.organizations_foot ul li:last-of-type{
	width: 100%;
}
.organizations_foot h6{
	font-size: 16px;
	letter-spacing: 0.08em;
}
.info_foot{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 56px;
}
.info_foot img{
 max-width: 100%;
 height: auto;
}
.info_foot h2{
	font-size: 16px;
	vertical-align: middle;
}
.info_foot h2 img{
	vertical-align: middle;
}
.info_foot h2 em{
	vertical-align: middle;
	text-decoration: none;
	font-style: normal;
	position: relative;
	margin-left: 2em;
	padding-left: 1em;
	padding-right: 1em;
}
.info_foot h2 span{
 font-size: 32px;
 margin-left: 0.5em;
 vertical-align: middle;
}
.info_foot h2 em::before,.info_foot h2 em::after{
	width: 25px;
	height: 50px;
	content: " ";
	display: inline-block;
	position: absolute;
	bottom: 50%;
	
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.info_foot h2 em::before{
	background-image: url(../img/title_left.png);
	left: 0;
}
.info_foot h2 em::after{
	background-image: url(../img/title_right.png);
	right: 0;
}
.info_foot > div{
	padding-top: 24px;
}
.info_foot > div div.info_sec{
	width: 520px;
	float: left;
}
.info_foot > div div.info_sec dl{
	background-color: #414159;
	color: #fff;
	font-weight: bold;
	
}
.info_foot > div div.info_sec dl dt{
	position: relative;
	display: inline-block;
	font-size: 18px;
	background-color: rgba(255,255,255,0.15);
	padding-top: 20px;
	padding-bottom: 18px;
	padding-left: 1em;
	padding-right: 1.7em;
	height: 65px;
	border-radius: 0 65px 65px 0;
}
.info_foot > div div.info_sec dl dd{
	display: inline-block;
	vertical-align: -8px;
	font-size: 36px;
	letter-spacing: 0;
	margin-left: 10px;
	line-height: 1;
}
.info_foot > div div.info_sec dl dd img{
	vertical-align: 2px;
	margin-right: 10px;
}
.info_foot > div div.info_sec table{
	margin-top: 24px;
	width: 100%;
}
.info_foot > div div.info_sec table tr{
	font-size: 16px;
	line-height: 1.65;
	text-align: left;
	vertical-align: middle;
	position: relative;
	border-bottom: 1px solid #111230;
	border-left: 1px solid #111230;
}
.info_foot > div div.info_sec table tr th{
	font-weight: bold;
	vertical-align: middle;
	padding-top: 24px;
	padding-bottom: 8px;
	padding-left: 16px;
	position: relative;
}
.info_foot > div div.info_sec table tr th::after{
	content: " ";
	display: block;
	width: 100%;
	height: 16px;
	background-color: #fff;
	position: absolute;
	left: -1px;
	top: 0;
}
.info_foot > div div.info_sec table tr th::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 0 14px;
	border-color: transparent transparent transparent #111230;
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.info_foot > div div.info_sec table tr td{
	padding-top: 24px;
	padding-bottom: 8px;
	vertical-align: middle;
	
}
.info_foot > div div.map_sec{
	width: 462px;
	float: right;
}
.info_foot > div div.map_sec .map_wrap{
	position: relative;
	width: 100%;
	margin-top: 8px;
}
.info_foot > div div.map_sec .map_wrap:before {
    content:"";
    display: block;
    padding-top: 48%; /* 高さを幅の75%に固定 */
}
.info_foot > div div.map_sec .map_wrap iframe{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.info_foot > ul{
	margin-top: 32px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding-right: 258px;
}
.info_foot > ul li{
	padding-bottom: 16px;
}
.info_foot > ul li:last-of-type{
	position: absolute;
	right: 0;
	top: 0;
}
.info_foot.info_tokyo > ul{
	flex-wrap: wrap;
	padding-right: 0;
}
.info_foot.info_tokyo > ul li{
	width: 32%;
}
.info_foot.info_tokyo > ul li:last-of-type{
	position: relative;
}

.profile_foot{
	background-color: #d1d1d8;
	padding-top: 48px;
	padding-bottom: 72px;
	margin-top: 48px;
}
.profile_foot > div{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
	padding-right: 405px;
}
.profile_foot > div h2{
	font-size: 40px;
	font-family: "Times New Roman","游明朝", "Yu Mincho",YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
	margin-bottom: 32px;
}
.profile_foot > div h3{
	font-size: 28px;
	position: relative;
	font-family: "Times New Roman","游明朝", "Yu Mincho",YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-left: 48px;
}
.profile_foot > div h3 em{
	font-size: 22px;
	margin-right: 1em;
}
.profile_foot > div h3 span{
	display: inline-block;
	background-color: #d1d1d8;
	position: relative;
	padding-left: 1em;
	padding-right: 1em;
	z-index: 50;
}
.profile_foot > div h3::after{
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 50%;
	right: 50%;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	
	background : -moz-linear-gradient(11.61% 587.53% 30deg,rgba(0, 0, 51, 1) 0%,rgba(51, 113, 133, 1) 32.69%,rgba(102, 128, 156, 1) 77.43%,rgba(0, 0, 51, 1) 100%);
	background : -webkit-linear-gradient(30deg, rgba(0, 0, 51, 1) 0%, rgba(51, 113, 133, 1) 32.69%, rgba(102, 128, 156, 1) 77.43%, rgba(0, 0, 51, 1) 100%);
	background : -webkit-gradient(linear,11.61% 587.53% ,88.39% -487.53% ,color-stop(0,rgba(0, 0, 51, 1) ),color-stop(0.3269,rgba(51, 113, 133, 1) ),color-stop(0.7743,rgba(102, 128, 156, 1) ),color-stop(1,rgba(0, 0, 51, 1) ));
	background : -o-linear-gradient(30deg, rgba(0, 0, 51, 1) 0%, rgba(51, 113, 133, 1) 32.69%, rgba(102, 128, 156, 1) 77.43%, rgba(0, 0, 51, 1) 100%);
	background : -ms-linear-gradient(30deg, rgba(0, 0, 51, 1) 0%, rgba(51, 113, 133, 1) 32.69%, rgba(102, 128, 156, 1) 77.43%, rgba(0, 0, 51, 1) 100%);
	background : linear-gradient(60deg, rgba(0, 0, 51, 1) 0%, rgba(51, 113, 133, 1) 32.69%, rgba(102, 128, 156, 1) 77.43%, rgba(0, 0, 51, 1) 100%);
	z-index: 1;
}

.profile_foot > div h5{
	position: absolute;
	right: 0;
	top: 110px;
}
.profile_foot > div dl{
	margin-left: 16px;
	margin-top: 16px;
}
.profile_foot > div dl dt{
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px solid #000000;
	position: relative;
}
.profile_foot > div dl dt::before{
	content: " ";
    display: block;
    width: 31px;
    height: 2px;
    position: absolute;
    background-color: #000;
    bottom: 50%;
    left: -22px;
    -webkit-transform: translate(0, 50%) rotate(45deg);
    transform: translate(0, 50%) rotate(64deg);
}
.profile_foot > div dl dd{
	font-size: 16px;
	margin-top: 16px;
	line-height: 1.75;
}
.profile_foot > div table{
	text-align: left;
	margin-top: 32px;
}
.profile_foot > div table caption{
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px solid #000000;
	position: relative;
	text-align: left;
	margin-left: 16px;
	margin-bottom: 20px;
}
.profile_foot > div table caption::before{
	content: " ";
    display: block;
    width: 31px;
    height: 2px;
    position: absolute;
    background-color: #000;
    bottom: 50%;
    left: -22px;
    -webkit-transform: translate(0, 50%) rotate(45deg);
    transform: translate(0, 50%) rotate(64deg);
}
.profile_foot > div table tr{
	border-bottom: 1px solid #000;
	font-size: 16px;
}
.profile_foot > div table tr:last-of-type{
	border-bottom: none;
}
.profile_foot > div table th{
	padding-left: 16px;
	padding-right: 8px;
	padding-top: 0.8em;
	padding-bottom: 0.7em;
	border-right: 1px dashed #000;
	vertical-align: top;
	white-space: nowrap;
}
.profile_foot > div table td{
	vertical-align: top;
	padding-left: 8px;
	padding-top: 0.8em;
	padding-bottom: 0.7em;
}
footer{
	
}
footer section{
	width: 92%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	
}
footer h3{
	    background-color: #414159;
    color: #fff;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 24px;
	font-size: 40px;
	font-family: "Times New Roman","游明朝", "Yu Mincho",YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 24px;
}
footer h4{
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 1em;
}
footer h5{
	color: #d76029;
	border-bottom: 1px solid #d76029;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-size: 16px;
}
footer section p{
	font-size: 16px;
	line-height: 1.7;
}
footer section p + p{
	margin-top: 1em;
}
footer p.copy{
	font-size: 14px;
	font-weight: normal;
	margin-top: 24px;
	margin-bottom: 16px;
	text-align: center;
}
footer p.copy a{
	display: inline;
}
aside{
	opacity: 0;
}
aside.active{
	opacity: 1;
}
aside{
	background-color: #414159;
	position: fixed;
	right: 0;
	top: 20%;
	padding: 8px;
	z-index: 5000;
}
aside ul{
	
}
aside ul li{
	background: #fff;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #ffc22e;
}
aside ul li:last-of-type {
	margin-top: 8px;
	text-align: center;
}
aside ul li:first-of-type{
	
}
aside ul li:first-of-type a{
	display: -webkit-box;
  	display: -ms-flexbox;
	display: -webkit-flex; 
  	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
aside ul li:first-of-type a span{
	width: 40%;
	display: block;
}
aside ul li:first-of-type a strong{
	width: 50%;
	margin-left: 5%;
}
aside ul li:first-of-type a span img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
p.copy{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
p.copy a{
	display: inline;
}
.contact_head{
	    background-image: url(../img/bg_contact.png),url(../img/bg_contact_humen.png);
    background-size: auto,600px;
    background-position: center, right top;
    background-repeat: repeat,no-repeat;
    text-align: center;
    padding-top: 12vw;
    padding-bottom: 12vw;
}
.contact_head div{
	max-width: 1024px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.contact_head div span{
	display: block;
	font-size: 65px;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
	color: #fff;
}
.contact_head div small{
	font-size: 38px;
	color: #fff;
}

@media screen and (max-width:1024px){
	header h1{
		font-size: 10px;
	}
	header{
		border-bottom: 2px solid #111230;
	}
	header img{
		width: 100%;
		height: auto;
	}
	header{
		
	}
	header section{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	header div.inner{
		display: block;
	}
	header h2{
		margin-bottom: 8px;
	}
	header h3{
		width: 50%;
	}
	header div{
		width: 100%;
			-webkit-align-items: center;
		align-items: center;
	}
	header div h4{
		font-size: 10px;
		text-align: right;
		margin-top: 0;
	}
	header nav{
		margin-top: 0;
		display: block;
		left: 0;
		right: 0;
	}
	header nav ul{
		width: 100%;
		display: none;
		position: fixed;
		padding-top: 8%;
		padding-bottom: 8%;
		top: 0;
		left: 0;
		right: 0;
		z-index: 5500;
		background-color: #111230;
	}
	header nav ul li{
		width: 100%;
		color: #fff;
	}
	header nav ul li:nth-of-type(2){
		width: 100%;
	}
	header nav ul li:nth-of-type(n + 2){
		border-top: 1px dashed #fff;
	}
	header nav ul li:first-of-type::before,header nav ul li::after{
		content: none;
	}
	.open_btn,
	.open_btn span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.open_btn::before{
		content: " ";
		display: block;
		width: 40px;
		height: 40px;
		background-color: #111230;
		position: absolute;
	bottom: 50%;
	right: 50%;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	}
	.open_btn {
	  position: fixed;
		display: block;
		top: 4%;
		right: 4%;
	  width: 30px;
	  height: 30px;
		z-index: 5600;
		
		padding: 5px;
	}
	.open_btn span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #fff;
	  border-radius: 4px;
	}
	.open_btn span:nth-of-type(1) {
	  top: 0;
	}
	.open_btn span:nth-of-type(2) {
	  top: 13px;
	}
	.open_btn span:nth-of-type(3) {
	  bottom: 0;
	}
	.open_btn.active span:nth-of-type(1) {
	  -webkit-transform: translateY(13px) rotate(-45deg);
	  transform: translateY(13px) rotate(-45deg);
	}
	.open_btn.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.open_btn.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-13px) rotate(45deg);
	  transform: translateY(-13px) rotate(45deg);
	}
	
	
	.contact_foot{
		padding: 10% 4% 24%;
		background-size: auto, contain;
   		background-position: center, right bottom;
	}
	.contact_foot h2{
		font-size: 28px;
	}
	.contact_foot section{
		width: 100%;
		display: block;
	}
	.contact_foot section h3{
		font-size: 24px;
	}
	.contact_foot section i{
		width: 32px;
		height: 34px;
		top: -17px;
		left: -7px;
	}
	.contact_foot section i img{
		width: 100%;
		height: auto;
	}
	
	.organizations_foot{
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
		margin-top: 12%;
	}
	.organizations_foot ul li{
		display: inline-block;
		padding-bottom: 4%;
	}
	.organizations_foot ul li img{
		zoom: 0.5;
	}
	.organizations_foot ul li:last-of-type{
		width: auto;
	}
	
	.info_foot{
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.info_foot h2{
		text-align: center;
	}
	.info_foot h2 img{
		margin-bottom: 4%;
	}
	.info_foot h2 em{
		display: inline-block;
		margin-left: 0;
		margin-top: 1em;
	}
 .info_foot h2 span{
  display: block;
  margin-top: 0.5em;
  margin-left: 0
 }
	.info_foot > div div.info_sec{
		width: 100%;
		float: none;
	}
	.info_foot > div{
		margin-top: 8%;
		padding-top: 10%;
	}
	.info_foot > div div.info_sec dl{
		display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
		-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
		-webkit-align-items: center;
	align-items: center;
	}
	.info_foot > div div.info_sec dl dt{
		font-size: 12px;
		padding-top: 16px;
    	padding-bottom: 12px;
		height: auto;
		margin-right: 10px;
	}
	.info_foot > div div.info_sec dl dd{
		font-size: 18px;
		margin-left: 0;
		margin-top: 0;
	}
	.info_foot > div div.info_sec dl dd img{
		zoom: 0.5;
	}
	.info_foot > div div.info_sec table{
		margin-top: 4%;
		display: block;
	}
	.info_foot > div div.info_sec table tbody{
		display: block;
	}
	.info_foot > div div.info_sec table tr{
		display: block;
		position: relative;
		padding: 8% 4%;
	}
	.info_foot > div div.info_sec table tr::after{
		    width: 0;
			height: 0;
			border-style: solid;
			border-width: 14px 0 0 14px;
			border-color: transparent transparent transparent #111230;
			content: " ";
			display: block;
			position: absolute;
			left: 0;
			bottom: 0;
	}
	.info_foot > div div.info_sec table tr::before{
		content: " ";
		display: block;
		width: 100%;
		height: 16px;
		background-color: #fff;
		position: absolute;
		left: -1px;
		top: 0;
	}
	.info_foot > div div.info_sec table tr th{
		display: block;
		padding: 0;
		padding-bottom: 0.8em;
		margin-bottom: 0.8em;
		border-bottom: 1px dashed #111230;
	}
	.info_foot > div div.info_sec table tr th::before,.info_foot > div div.info_sec table tr th::after{
		content: none;
		
	}
	.info_foot > div div.info_sec table tr td{
		display: block;
		padding: 0;
	}
	
	.info_foot > div div.map_sec{
		margin-top: 8%;
		float: none;
		width: 100%;
		
	}
	.info_foot > div div.map_sec img{
		width: 100%;
		height: auto;
	}
	
	.info_foot > ul{
		padding-right: 0;
	}
	.info_foot > ul li{
		width: 48%;
		padding-bottom: 4%;
	}
	.info_foot > ul li img{
		width: 100%;
		height: auto;
	}
	.info_foot > ul li:nth-of-type(n + 5 ){
		width: 100%;
		padding-right: 52%;
	}
	.info_foot > ul li:last-of-type{
		position: absolute;
		top: auto;
		bottom: 0;
		width: 48%;
		padding-right: 0;
	}
 .info_foot.info_tokyo > ul li{
		width: 32%;
		padding-right: 0;
	}
	.profile_foot{
		padding-left: 4%;
		padding-right: 4%;
	}
	.profile_foot > div{
		padding-right: 0;
		width: 100%;
	}
	.profile_foot > div h5{
		position: relative;
		width: 100%;
		top: auto;
		right: auto;
		margin-top: 2%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4%;
	}
	.profile_foot > div h5 img{
		width: 100%;
		height: auto;
	}
	
	footer h3{
		font-size: 26px;
	}
	
	aside{
		width: 30%;
		padding: 4px;
	}
	aside ul li{
		padding: 4px;
	}
	aside ul li{
		font-size: 10px;
	}
	aside ul li:first-of-type a strong{
		width: 65%;
	}
	aside ul li:first-of-type a span{
		width: 25%;
	}
	.contact_head{
		    background-size: auto, contain;
	}
	.contact_head div span{
		font-size: 20px;
	}
	.contact_head div small{
		font-size: 10px;
	}
}
