@charset "utf-8";

/* privacy */


/* contents
----------------------------------------- */
#contents {
	margin-top: 30px;
}
.privacy-sec-ttl {
	margin-bottom: 35px;
	text-align: center;
}
.privacy-sec-ttl .jpn {
	display: block;
	font-size: 2.6rem;
	line-height: 1.6;
}
.privacy-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #0cb59b;
	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 {
	flex-wrap: wrap;
	display: flex;
	/*justify-content: center;*/
}
.greeting-copy {
	padding: 10px 40px 0px;
	vertical-align: top;
	color: #5b5b5b;
	font-size: 6.5vw;
}
.greeting-text {
	padding: 60px 40px;
	background: url(../images/greeting-bg_sp.jpg) 0 0 no-repeat;
	background-size: cover;
}
.greeting-text-inner {
	padding: 30px 40px;
}
.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;
}

/* privacy-info-sec */
.privacy-info-sec {
	margin-bottom: 70px;
	padding: 0 30px;
}
.privacy-info-list {
	margin-bottom: 40px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.privacy-info-list li {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 20px 15px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.privacy-info-list li span {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 1.4rem;
}
.privacy-info-list li div {
	font-size: 1.3rem;
}
.privacy-info-img-area {
}

/* privacy-access-sec */
.privacy-access-sec {
	margin-bottom: 80px;
	padding: 0 30px;
}
.access-map {
	margin-bottom: 15px;
}
.gmap {
	padding: 0;
	border: 2px solid #0cb59b;
}
.gmap iframe {
	width: 100%;
	height: 340px;
	vertical-align: bottom
}
.access-text {
	font-size: 1.3rem;
}

/* privacy-slide-sec */
.privacy-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;
}
.privacy-sec-ttl {
	margin-bottom: 70px;
	text-align: center;
}
.privacy-sec-ttl .jpn {
	display: block;
	margin-bottom: 7px;
	font-size: 3.4rem;
	line-height: 1.6;
}
.privacy-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #0cb59b;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

/* greeting-sec */
.greeting-sec {
	margin-bottom: 120px;
}
.greeting-intro {
	position: relative;
	max-width: 1000px;
	margin: auto;
	background-color: #fff;
	z-index: 100;
}
.greeting-img-side {
	width: 50%;
	padding: 0;
	margin: auto;
	margin-bottom: 90px;
}
.greeting-copy-side {
	display: flex;
	width: 80%;
	flex-wrap: wrap;
	margin: auto;
}
.greeting-copy {
	padding: 0px 20px 0px 40px;
	vertical-align: top;
	color: #5b5b5b;
	font-size: 2.5rem;
	line-height: 2.5;
}
.greeting-text {
	max-height: 100%;
	margin-top: -250;
	padding: 30px 0 30px;
	background: url(../images/greeting-bg_pc.jpg) 0 0 no-repeat;
	background-size: cover;
}
.greeting-text-inner {
	max-width: 800px;
	margin: 0px;
	padding: 0px 0px 0px 70px;
}
.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;
}

/* privacy-info-sec */
.privacy-info-sec {
	margin-bottom: 160px;
	padding: 0 20px;
}
.privacy-info-list {
	max-width: 800px;
	margin: 0 auto 80px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.privacy-info-list li {
	display: flex;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 35px 15px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.privacy-info-list li span {
	display: block;
	width: 14em;
	margin: 0;
	font-size: 1.4rem;
}
.privacy-info-list li div {
	width: calc(100% - 14em);
	font-size: 1.4rem;
}
.privacy-info-img-area {
	max-width: 750px;
	margin: 0 auto;
}

/* privacy-access-sec */
.privacy-access-sec {
	max-width: 1000px;
	margin: 0 auto 160px;
	padding: 0 20px;
}
.access-map {
	margin-bottom: 25px;
}
.gmap {
	padding: 0;
	border: 2px solid #0cb59b;
}
.gmap iframe {
	width: 100%;
	height: 500px;
	vertical-align: bottom
}
.access-text {
	font-size: 1.4rem;
}

/* privacy-slide-sec */
.privacy-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 */

