@charset "utf-8";

/* about */


/* contents
----------------------------------------- */
#contents {
	margin-top: 30px;
}
.about-sec-ttl {
	margin-bottom: 35px;
	text-align: center;
}
.about-sec-ttl .jpn {
	display: block;
	font-size: 2.6rem;
	line-height: 1.6;
}
.about-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #3eb2d3;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

/* greeting-sec */
.greeting-sec {
	margin-bottom: 70px;
}
.greeting-intro {
	background-color: #fff;
}
.greeting-img-side {
	padding: 0 15%;
}
.greeting-copy-side {
	display: flex;
	justify-content: center;
}
.greeting-copy {
	padding: 40px 0 40px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: lr-tb;
	writing-mode: vertical-rl;
	vertical-align: top;
	color: #3eb2d3;
	font-size: 5.5vw;
}
.greeting-text {
	padding: 60px 40px;
	background: url(../../../../../../images/about/background_sp.jpg) 0 0 no-repeat;
	background-size: cover;
}
.greeting-text-inner {
}
.greeting-text-inner p {
	margin-bottom: 30px;
	font-size: 1.3rem;
	line-height: 2.2;
}
.greeting-text-inner p:last-child {
	margin-bottom: 0;
}
.president-name {
	text-align: right;
}

/* about-info-sec */
.about-info-sec {
	margin-bottom: 70px;
	padding: 0 30px;
}
.about-info-list {
	margin-bottom: 40px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.about-info-list li {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 20px 15px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.about-info-list li span {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 1.4rem;
}
.about-info-list li div {
	font-size: 1.3rem;
}
.about-info-img-area {
}

/* about-access-sec */
.about-access-sec {
	margin-bottom: 80px;
	padding: 0 30px;
}
.access-map {
	margin-bottom: 15px;
}
.gmap {
	padding: 0;
	border: 2px solid #3eb2d3;
}
.gmap iframe {
	width: 100%;
	height: 340px;
	vertical-align: bottom
}
.access-text {
	font-size: 1.3rem;
}

/* about-slide-sec */
.about-slide-sec {
	margin-bottom: 70px;
}
.slide-img {
	width: 100%;
}
.slide-img li {
	width: 200px !important;
	height: auto;
}
.slide-img img {
	width: 200px !important;
	height: auto;
}




/* tablet:760px - 1000px */
@media only screen and (min-width: 760px) {


/* contents
----------------------------------------- */
#contents {
	margin-top: 70px;
}
.about-sec-ttl {
	margin-bottom: 70px;
	text-align: center;
}
.about-sec-ttl .jpn {
	display: block;
	margin-bottom: 7px;
	font-size: 3.4rem;
	line-height: 1.6;
}
.about-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #3eb2d3;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

/* greeting-sec */
.greeting-sec {
	margin-bottom: 120px;
}
.greeting-intro {
	position: relative;
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	z-index: 100;
}
.greeting-img-side {
	width: 50%;
	padding: 0;
}
.greeting-copy-side {
	display: flex;
	width: 50%;
	justify-content: flex-end;
}
.greeting-copy {
	padding: 70px 90px 0 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: lr-tb;
	writing-mode: vertical-rl;
	vertical-align: top;
	color: #3eb2d3;
	font-size: 2.6rem;
	line-height: 2.2;
}
.greeting-text {
	max-height: 100%;
	margin-top: -130px;
	padding: 230px 0 130px;
	background: url(../../../../../../images/about/background_pc.jpg) 0 0 no-repeat;
	background-size: cover;
}
.greeting-text-inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 50px;
}
.greeting-text-inner p {
	margin-bottom: 50px;
	font-size: 1.5rem;
	line-height: 2.4;
}
.greeting-text-inner p:last-child {
	margin-bottom: 0;
}
.president-name {
	text-align: right;
}

/* about-info-sec */
.about-info-sec {
	margin-bottom: 160px;
	padding: 0 20px;
}
.about-info-list {
	max-width: 800px;
	margin: 0 auto 80px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.about-info-list li {
	display: flex;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 35px 15px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.about-info-list li span {
	display: block;
	width: 14em;
	margin: 0;
	font-size: 1.4rem;
}
.about-info-list li div {
	width: calc(100% - 14em);
	font-size: 1.4rem;
}
.about-info-img-area {
	max-width: 750px;
	margin: 0 auto;
}

/* about-access-sec */
.about-access-sec {
	max-width: 1000px;
	margin: 0 auto 160px;
	padding: 0 20px;
}
.access-map {
	margin-bottom: 25px;
}
.gmap {
	padding: 0;
	border: 2px solid #3eb2d3;
}
.gmap iframe {
	width: 100%;
	height: 500px;
	vertical-align: bottom
}
.access-text {
	font-size: 1.4rem;
}

/* about-slide-sec */
.about-slide-sec {
	margin-bottom: 160px;
}
.slide-img {
	width: 100%;
}
.slide-img li {
	width: 400px !important;
	height: auto;
}
.slide-img img {
	width: 400px !important;
	height: auto;
}



} /* tablet */










/* PC:1201px - */
@media only screen and (min-width: 1201px) {


} /* PC */
