@charset "UTF-8";
/* 必須指定 */
#contWrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
    min-width: 1020px;
	background: url(../images/content_bg.png);
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
        max-width: 100%;
        min-width: 100%;
	}
}
#contWrap img{
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
    width: 100%;
}
#contWrap table{
	border-collapse: collapse;
	border-spacing: 0;
	color: #000;
}
/*コンテンツヘッダー部分*/
#contHeader h2 img {
	width: 100%;
}

#aboutWrap {

}

#aboutWrap > div {
	margin: 0 auto;
	padding: 0 2.8169014084507045%;
	max-width: 1160px;
}
#aboutWrap table {
	margin: 20px 0 0 0;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#aboutWrap table th {
	padding: 20px 15px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: 500;
	background-color: #f1f1f1;
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
	text-align: left;
	width: 14.056603773584905%;
	vertical-align: top;
}
#aboutWrap table td {
	padding:  20px 15px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 14px;
	line-height: 20px;
	vertical-align: top;
}
#aboutWrap table td dt {
	margin: 10px 0 0 0;
	font-weight: 500;
}
#aboutWrap table ul{
	list-style-position: inside;
}
#aboutWrap table td dt::before {
	content: "■";
}
#aboutWrap table td dd,
#aboutWrap table td ul li{
	margin: 0 0 5px 0;
	position: relative;
	padding-left: 14px;
}
#aboutWrap table td ol li{
	margin: 10px 0 5px -1em;
	position: relative;
	padding-left: 14px;
	text-indent: -0.5em;
}
#aboutWrap table td dd::before,
#aboutWrap table td ul li::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "・";
}
#aboutWrap table td .col2 {
	display: flex;
	justify-content: space-between;
}
#aboutWrap table td .col2 dl {
	width: 48%;
}
/* テーブルの横幅 */
#aboutWrap table.tab01 td {
	width: 83.14500941619586%;
}
#aboutWrap table.tab02 td {
	width: 33.11320754716981%;
}
/* 3カラム写真 */
/* 5カラム写真 */
#aboutWrap ul.col3Pic,
#aboutWrap ul.col5Pic{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 20px;
}
#aboutWrap ul.col3Pic li{
	width: 33.33333333333333%;
}
#aboutWrap ul.col5Pic li{
	width: 20%;
}
#aboutWrap ul.col3Pic li,
#aboutWrap ul.col5Pic li{
	text-align: center;
	padding-bottom: 14px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
#aboutWrap ul.col3Pic li img{
	width: 100%;
	border: solid 1px #ccc;
	margin-bottom: 3px;
}
#aboutWrap ul.col5Pic li img{
	width: 100%;
	border: solid 1px #fff;
	margin: 0 0 3px 300px;
}
/* 3カラムテキスト*/
#aboutWrap ul.col3Txt {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
	padding: 20px 0;
	border: solid 1px #ccc;
}
#aboutWrap ul.col3Txt li {
	width: 29.950248756218905%;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	padding: 0 0 0 1.3930348258706469%;
	margin: 0 0 5px 1.9900497512437811%;
}
#aboutWrap ul.col3Txt li::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "・";
}
@media screen and (max-width : 750px) {
	#aboutWrap ul.col3Txt li{
		width: 100%;
		padding-left: 20px;
	}
}
/* アクセスエリア*/
#aboutWrap > div#access {
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	max-width: 100%;
}

#aboutWrap > div#access > div {
	margin: 0 auto;
	padding: 0 2.8169014084507045%;
	max-width: 1005px;
}
#aboutWrap > div#access > div > div {
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
    position: relative;/*線の基準になるdiv*/
}
#aboutWrap > div#access > div > div:last-child {
	padding-bottom: 50px;
}
#aboutWrap > div#access > div > div:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 50px;/*線の上下位置*/
	display: inline-block;
	width: 460px;/*線の長さ*/
	height: 1px;/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #ccc;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}
#aboutWrap > div#access > div > div:last-child:before {
	content: none;
}
#aboutWrap .officeName {
	width: 41.29353233830846%;
	background: #f0f0f0;
    height: 300px;
    position: relative;
}
#aboutWrap .officeName h3 {
	padding: 30px 20px 20px 20px;
	font-size: 20px;
	line-height: 24px;
	color: #31478a;
	font-weight: 700;
}
#aboutWrap .officeName > p {
	padding: 0 20px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}
#aboutWrap .officeName > div {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}
#aboutWrap .officeName .officeIcon {
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
}
#aboutWrap .officeName .officeIcon p {
	background: #fff;
	border-radius: 0.5em;
	font-size: 14px;
	line-height: 18px;
    text-align: center;
    position: relative;
}
#aboutWrap .officeIcon p {
    width: 48.53333333333333%;
}
#aboutWrap .officeIcon p:last-child {
    margin-left: 10px;
}
#aboutWrap .officeIcon p a {
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 500;
	text-align: center;
}
#aboutWrap .officeIcon p:first-child a {
    padding: 10px 0 10px 25px;
}
#aboutWrap .officeIcon p:last-child a {
    padding: 10px 0 10px 10px;
}
#aboutWrap .officeIcon p:first-child a:before {
	content: url(../images/page/about/office_icon01.png);
    position: absolute;
    top: 15%;
    left: 8.955223880597014%;
}
@media screen and (max-width : 1280px) {
#aboutWrap .officeIcon p:first-child a:before {
    left: 5%;
}
}
#aboutWrap .officeIcon p:last-child a:before {
	content: url(../images/page/about/office_icon02.png);
    position: absolute;
    top: 18%;
    left: 9.950248756218906%;
}
@media screen and (max-width : 1280px) {
  #aboutWrap .officeIcon p:last-child a:before {
    left: 5%;
}
}
#aboutWrap .officeMap {
	width: 56.71641791044776%;
    height: 300px;
    overflow: hidden;
}
#map_tokyo,#map_nagoya,#map_fukuoka {
	width: 100%;
	height: 300px;
}
/*#aboutWrap .officeMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}*/


/*タイトル
---------------------------------------*/
h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
    margin: 50px auto  30px;
  font-size: 24px;
  text-align: center;
}

h3:before, h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h3:before {
  left:0;
}
h3:after {
  right: 0;
}

.wrap{
  text-align:center;
}
h4 {
  border-bottom: solid 2px black;
  padding: 10px 0 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.07em;
}

/*--グーグルマップをグレーへ
---------------------------------------*/

.googlemaps {
  padding: 0;
  margin: 0;
  background-color: #efefef;
    width: 1160px;
        height: 600px;
}


.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media screen and (max-width : 750px) {
	.googlemaps{
		width: 100%;
	}
}

/*--テキスト---*/
.mal20{margin-left: 20px;}
.mat20{margin-top: 20px;}
.mat30{margin-top: 30px;}
.mat100{margin-top: 100px;}
.pat10{padding-top: 10px;}
.pat20{padding-top: 20px;}
.pa30{padding: 30px 0 0 30px;}
.pab30{padding-bottom: 30px;}
.center{text-align: center;}
.scene-nav__list, .scene-nav__wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    width: 700px;
}


/*2列画像レスポンシブ
---------------------------------------*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	background: #efefef;
}
.col_2 > div{
	width: 520px;
 	 margin: 0 auto;
	text-align: left;
  padding: 30px 0 0;
}

.col_2 > div p{
  color: #333;
    font-weight: normal;
    font-size: 16px;
  margin-top: 0;
  padding: 20px 0;
}

.col_2 > div p span{
  color: #e01c24;
    font-weight: 700;
    font-size: 20px;
}

@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}
@media screen and (max-width : 750px){
	.col_2{
		padding: 2%;
	}
}
/*2列画像レスポンシブ表彰状
---------------------------------------*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_2_s{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	background: #efefef;
 	 margin-top: 20px;
}
.col_2_s > div{
	width: 250px;
 	 margin: 0 auto;
	text-align: left;
  padding: 30px 0 0;
}

.col_2_s > div p{
  color: #333;
    font-weight: bold;
    font-size: 16px;
  margin-top: 0;
  padding: 20px 0;
	text-align: center;
}

.col_2_s > div p span{
  color: #e01c24;
    font-weight: 700;
    font-size: 20px;
}

@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}


/*3列画像レスポンシブ
---------------------------------------*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}

/*外部リンク
---------------------------------------*/
#contWrap a[target="_blank"]:after{content:url(../images/linkicon.png);margin:0 3px}
