@charset 'utf-8';
/*
 * name:about.css
 * author:sovanda nulo
*/

/* about
------------------------------------------------ */

.pageHead:after { background: url(../../img/about/banner.jpg) no-repeat center; background-size: cover; }

	@media screen and (max-width: 768px) {

		.pageHead:after { background: url(../../img/about/banner_sp.jpg) no-repeat center; background-size: cover; }

	}

/* === section about === */
#about { margin-bottom: 150px; }
.about__block { margin: -50px 0; }
.about__lists { padding: 50px 0; display: flex; flex-wrap: wrap; }
.about__lists__head { width: 240px; }
.about__lists__head--title { font-size: 24px; font-size: 2.4rem; font-weight: 500; }
.about__lists__desc { font-size: 16px; font-size: 1.6rem; line-height: 1.8; width: calc( 100% - 240px ); }
.about__lists__desc--idea {  }
.about__lists__desc--idea dt { font-size: 40px; font-size: 4rem; font-weight: bold; line-height: 1.3; margin-bottom: .625em; }
.about__lists__desc--idea dd { font-size: 25px; font-size: 2.5rem; font-weight: bold; line-height: 1.3; }
.about__lists__desc--cmn {  }
.about__lists__desc--cmn.cmn-break { display: flex; flex-wrap: wrap; }
.about__lists__desc--cmn .cmn-break--text { width: 73.4%; }
.about__lists__desc--cmn .cmn-break--image { width: 21.4%; margin-left: 5.2%; }
.about__lists__desc__info { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 50px; }
.about__lists__desc__info--lists { width: 46.9%; border-top: 1px solid #ccc; }
.about__lists__desc__info--lists .li-bock { padding: 1.35em 0; display: flex; flex-wrap: wrap; border-bottom: 1px solid #ccc; }
.about__lists__desc__info--lists .li-bock--th { width: 100px; font-weight: bold; }
.about__lists__desc__info--lists .li-bock--td { width: calc( 100% - 100px ); }
.about__lists__desc__address { margin-top: 50px; }
.about__lists__desc__address dt { font-size: 19px; font-size: 1.9rem; font-weight: bold; margin-bottom: 1.31em; }
.about__lists__desc__address--maps { width: 100%; padding-bottom: 40%; position: relative; display: block; overflow: hidden; -webkit-border-radius: 20px; border-radius: 20px; }
.about__lists__desc__address--maps iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.about__lists__desc__address--cmn { display: flex; flex-wrap: wrap; align-items: center; max-width: 556px; margin: 30px auto 0; }
.about__lists__desc__address--cmn .ac-txt { width: calc( 100% - 163px ); margin-right: 10px; }
.about__lists__desc__address--cmn .ac-btn { width: 153px; }
.about__lists__desc--history { display: table; width: 100%; border-collapse: collapse; }
.about__lists__desc--history tr th,
.about__lists__desc--history tr td { vertical-align: top; padding: 1.09em 0; font-weight: 500; text-align: left; }
.about__lists__desc--history tr th { width: 160px; color: #B5B5B5; }
.about__lists__desc--history tr:first-child th,
.about__lists__desc--history tr:first-child td { padding-top: 0; }
.about__lists__desc--history tr:last-child th,
.about__lists__desc--history tr:last-child td { padding-bottom: 0; }
.about__lists__desc--btn { margin-top: 30px; }

	@media screen and (max-width: 768px) {

		.pageHead__title--Jp { margin-bottom: -1.2em; }
		.linksTo__block__lists { margin: 17px 15px 0; }

		#about { margin-bottom: 60px; }
		.about__block { margin: -30px 0; }
		.about__lists { padding: 30px 0; display: block; }
		.about__lists__head { width: 100%; margin-bottom: 20px; }
		.about__lists__head--title { font-size: 19px; font-size: 1.9rem; }
		.about__lists__desc { font-size: 15px; font-size: 1.5rem; width: 100%; }
		.about__lists__desc--idea {  }
		.about__lists__desc--idea dt { font-size: 20px; font-size: 2rem; }
		.about__lists__desc--idea dd { font-size: 14px; font-size: 1.4rem; }
		.about__lists__desc--cmn.cmn-break { display: block; }
		.about__lists__desc--cmn .cmn-break--text { width: 100%; }
		.about__lists__desc--cmn .cmn-break--image { width: 53%; margin: 30px auto 0; }
		.about__lists__desc__info { display: block; }
		.about__lists__desc__info--lists { width: 100%; }
		.about__lists__desc__info--lists:not(:first-child) { border: none; }
		.about__lists__desc__info--lists .li-bock { padding: 1.45em 0; display: block; }
		.about__lists__desc__info--lists .li-bock--th { width: 100%; margin-bottom: .6667em; }
		.about__lists__desc__info--lists .li-bock--td { width: 100%; }
		.about__lists__desc__address {  }
		.about__lists__desc__address dt { font-size: 17px; font-size: 1.7rem; margin-bottom: .8889em; }
		.about__lists__desc__address--maps { width: 100%; padding-bottom: 77%; }
		.about__lists__desc__address--cmn { display: block; margin: 20px auto 0; text-align: center; }
		.about__lists__desc__address--cmn .ac-txt { width: 100%; margin-right: 0; }
		.about__lists__desc__address--cmn .ac-btn { margin: 30px auto 0; }
		.about__lists__desc--history,
		.about__lists__desc--history tr { display: block; }
		.about__lists__desc--history tr:not(:last-child) { margin-bottom: 30px; }
		.about__lists__desc--history tr th,
		.about__lists__desc--history tr td { display: block; padding: 0; }
		.about__lists__desc--history tr th { width: 100%; margin-bottom: .7em; }
		.about__lists__desc--btn { margin-top: 25px; }
	}