@charset "UTF-8";
/* CSS Document */

.content.company .main_img {
	background-image: url("../images/company/main_img.webp");
	background-position: center bottom -5vw;
}

.company .sub_nav {
	width: 200px;
	display: block;
	position: fixed;
	top: 110px;
	right: 10px;
	z-index: 2;
	background-color: #0058A6;
	border-radius: 5px;
}

/* 検索ボックスアイコン位置調整 */
.search_box .gsc-search-button-v2 svg {
    top: 2px;
	display: block;
	position: relative;
}

/* ***************************************************************** 
          SALUTATION  RAYOUT
********************************************************************* */
.content.company .salutation {
	width: 100%;
	margin: 50px 0 0;
	float: left;
	/*background-image: url("../images/company/worldmap.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;*/
}

.content.company .salutation .filter {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 50px 0 100px;
	float: left;
	background-color: rgba(255,255,255,0.85);
}

.content.company .salutation .copy {
	width: 90%;
	margin: 50px 5%;
	float: left;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #0058A6;
}

.content.company .salutation p {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 1em;
	letter-spacing: 0.15em;
}

.content.company .salutation .message span {
	font-weight: 700;
	color: #0058A6;
}

.content.company .salutation .message ul {
	width: 90%;
	max-width: 800px;
	margin: 1em auto 2em;
	float: none;
}

.content.company .salutation .message li {
	margin: 5px 0;
}

.content.company .salutation .photo {
	margin: 50px 0;
}

.content.company .salutation .photo .box {
	width: 80%;
	max-width: 500px;
	margin: 0 auto;
}

.content.company .salutation .photo p {
	text-align: center;
}


/* ***************************************************************** 
          OVERVIEW  RAYOUT
********************************************************************* */

.content.company .overview {
	width: 100%;
	margin: 0;
	padding: 50px 0;
	float: left;
}

.content.company .wp-block-table {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

.content.company .wp-block-table table td {
	border: none;
}

.content.company .overview .wp-block-table table {
	width: 80%;
	margin: 0 10% 50px;
	padding: 0;
	border-top: #B5B5B5 1px dashed;
}

.content.company .overview th,
.content.company .overview .wp-block-table td {
	border-bottom: #B5B5B5 1px dashed;
	padding: 10px 1em;
}

.content.company .overview th,
.content.company .overview .wp-block-table td:nth-of-type(1) {
	letter-spacing: 0.3em;
	vertical-align: top;
	font-weight: 700;
}

.content.company .overview .wp-block-table td:nth-of-type(2) {
	font-weight: 400;
}

/* ***************************************************************** 
          OFFICE  RAYOUT
********************************************************************* */
.content.company .office {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.content.company .office .filter {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 200px 0 50px;
	float: left;
	background-color: rgba(0,0,0,0.7);
}

.content.company .office .title {
	width: 100%;
	height: 100%;
	margin: 100px 0 50px;
	float: left;
}

.content.company .office .map {
	width: 100%;
	margin: 0;
	float: left;
	padding: 0;
	background-image: url("../images/company/company_bg.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.content.company .office .map .filter {
	width: 100%;
	margin: 0;
	float: left;
	padding: 50px 0;
	background-color: rgba(0,0,0,0.70);
}

.content.company .office .map img {
	border-radius: 20px;
}

.content.company .office .office_list {
	width: 96%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
	padding: 0 2%;
	margin: 0 0 50px;
}

.content.company .office .office_list dl {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	padding: 20px;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 20px;
}

.content.company .office .office_list dl h3 {
	font-size: 18px;
	color: #0058A6;
	text-align: center;
}

.content.company .office .office_list dl dd {
	margin: 0;
	font-size: 15px;
}

.content.company .office .office_list dl dd p {
	line-height: 1.3em;
}

.content.company .office .office_list dl dd p span {
	color: #0058A6;
	font-weight: 700;
	margin-right: 0.5em;
}

.content.company .office .office_list dl dd p a {
	color: #00718B;
	text-decoration: underline;
}

/* ***************************************************************** 
          MAP  RAYOUT
********************************************************************* */
.content.company .map {
	width: 100%;
	margin: 0;
	padding: 50px 0;
}

.content.company .map .inner_box {
	height: auto;
}

.content.company .map h3 {
	width: 96%;
	margin: 0 0 20px;
	padding: 0 2%;
	float: left;
	color: #00718B;
	letter-spacing: 0.3em;
	border-left: #00718B 5px solid;
	box-sizing: border-box;
	line-height: 25px;
}

.content.company .map .access_info {
	width: 80%;
	margin: 50px 10%;
}

.content.company .map .access_info p {
	width: 90%;
	margin: 5px 5%;
}

.content.company .map .access_info p::before {
	content: "●";
	color: #00718B;
	margin-right: 5px;
}

.content.company .map .box {
	width: 80%;
	height: 500px;
	margin: 0 10%;
	padding: 0;
}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 1450px */
/* **************************************************************** */

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

.content .content_title { padding: 100px 0 20px; }

.company .sub_nav {
	width: 100%;
	top: 100px;
	right: 0;
	border-radius: 0;
}

.company .sub_nav .title {
	width: 16%;
	margin: 20px 2%;
}

.company .sub_nav ul {
	width: 80%;
	margin: 15px 0;
	padding: 0;
}

.company .sub_nav ul li {
	width: auto;
	float: left;
	margin: 0 1em 5px;
}

.content.company .office .office_list {	width: 100%;padding: 0;gap: 5px; }

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 1200px */
/* **************************************************************** */

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

.content.company .office .office_list {
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 1200px */
/* **************************************************************** */

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

.content .content_title { padding: 100px 0 20px; }

.content.company .salutation .copy { text-align: justify; }

.content.company .salutation p { width: 90%;max-width: 90%; }

/*.content.company .office .office_list dl h3 {
	background-color: #0058A6;
	color: #FFF;
	padding: 5px 10px;
}*/

.content.company .office .office_list dl dt {
	display: flex;
}

.content.company .office .office_list dl dt img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 780px */
/* **************************************************************** */

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

.content.company .office .office_list {	gap: 10px;margin: 0 0 20px; }
.content.company .office .office_list dl h3 { text-align: left; }

}


/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 780px */
/* **************************************************************** */

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

.company .sub_nav { display: none; }

.content .content_title { padding: 50px 0 20px; }

.content.company .overview th,
.content.company .overview .wp-block-table td {
	width: 100%;
	float: left;
}

.content.company .overview .wp-block-table td:nth-of-type(1) {
	background-color: #0058A6;
	color: #FFF;
	text-align: center;
	border: none;
}

.content.company .office .office_list {
	grid-template-columns: 1fr;
	gap: 0;
}

.content.company .office .office_list dl {
	display: block;
}

.content.company .office .office_list dl dt {
	width: 40%;
	margin: 0;
	padding: 0;
	float: left;
}

.content.company .office .office_list dl dd {
	width: 50%;
	margin: 0 5%;
	padding: 0;
	float: left;
}

}


/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 580px */
/* **************************************************************** */

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

.content.company .office .office_list dl h3 { font-size: 16px; }

.content.company .office .office_list dl dt { margin: 0; }

.content.company .office .office_list dl dt { width: 100%; }

.content.company .office .office_list dl dd { width: 90%; }

}
