@charset "UTF-8";

/* ヘッダー部分削除 */
.keyVisual,.breadcrumb {
  display:none;
}


body {
	background-color:#623A1A;		/*ページ全体の背景色*/
}

/* ----------------------------------------
  会社案内 > 事業所一覧
  path : /company/officelist/
---------------------------------------- */

.officelist-subHeading {
	font-size: 16px;
	font-weight: 700;
	margin-top: 60px;
}

.officelist-subHeading_sub {
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
}

@media only screen and (max-width: 768px) {
	.officelist-subHeading {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.officelist-subHeading_sub {
		margin-top: 20px;
	}
}

.officelist-headOffice,
.officelist-item {
	background-color: #fff;
	border: 1px solid #ebe9e6;
	border-radius: 4px;
	margin-top: 20px;
}

.officelist-headOffice_Heading,
.officelist-itemName {
	font-weight: 700;
	padding: 20px 30px 20px 17px;
}

.officelist-headOffice_SubHeading {
	padding: 20px 30px 20px 17px;
}

.officelist-headOffice_AddressBefore,
.officelist-headOffice_AddressAfter,
.officelist-itemAddress_before,
.officelist-itemAddress_after {
	padding: 0 20px;
}

.officelist-headOffice_TelItem {
	border-bottom: 1px solid #efe8dc;
}

.officelist-headOffice_TelItem:last-child {
	border-bottom: 0;
}


.officelist-itemAddress_tel {
	padding: 8px 0 8px 25px;
	background-image: url("../images/ic_01.png");
	-webkit-background-size: 20px 16px;
	background-size: 20px 16px;
	background-repeat: no-repeat;
	background-position: left center;
}

.officelist-itemAddress_fax {
	padding-left: 25px;
	background-image: url("../images/ic_02.png");
	-webkit-background-size: 19px 19px;
	background-size: 19px 19px;
	background-repeat: no-repeat;
	background-position: left center;
}


@media only screen and (max-width: 768px) {
	.officelist-headOffice_SubHeading,
	.officelist-itemName {
		cursor: pointer;
		position: relative;
	}

	.officelist-headOffice_SubHeading::after,
	.officelist-itemName::after {
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		border-top: 2px solid #422210;
		border-right: 2px solid #422210;
		border-radius: 1px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 14px;
		margin: auto 0;
		transform: rotate(45deg);
		transition: .4s transform linear;
	}

	.officelist-headOffice_TelDirect {
		transition: .8s height linear;
	}

	.officelist-itemAddress {
		transition: .4s height linear;
	}

	.officelist-headOffice_TelList {
		transition: .8s padding-bottom linear;
	}

	.officelist-itemAddress_after {
		transition: .4s padding-bottom linear;
	}

	.officelist-headOffice_AddressAfter {
		margin: 0 10px 0 17px;
		padding: 10px 0;
		border-bottom: 1px solid #efe8dc;
	}

	.officelist-headOffice_Tel {
		padding: 10px 0;
	}

	.officelist-itemAddress_fax {
		margin-top: 5px;
	}

	.officelist-headOffice:not([is_show]) .officelist-headOffice_TelDirect,
	.officelist-item:not([is_show]) .officelist-itemAddress {
		display: none;
	}

	.officelist-headOffice[is_show] .officelist-headOffice_TelDirect,
	.officelist-item[is_show] .officelist-itemAddress {
		overflow: hidden;
		margin-top: -10px;
	}

	.officelist-headOffice[is_show] .officelist-headOffice_SubHeading::after,
	.officelist-item[is_show] .officelist-itemName::after {
		transform: rotate(135deg);
	}

	.officelist-headOffice[is_show] .officelist-headOffice_TelList {
		padding: 10px 20px;
	}

	.officelist-item[is_show] .officelist-itemAddress_after {
		padding: 10px 20px 20px;
	}
}

@media only screen and (min-width: 769px) {
	.officelist-headOffice {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 335px .75fr 1fr;
		grid-template-columns: 335px .75fr 1fr;
		-ms-grid-rows: .2fr .8fr;
		grid-template-rows: .2fr .8fr;
		padding: 6px 17px 8px;
	}

	.officelist-headOffice_Heading {
		-ms-grid-column: 1;
		-ms-grid-row-span: 2;
		-ms-grid-row: 1;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		justify-self: flex-start;
		padding: 0;
		grid-row-start: 1;
		grid-row-end: 3;
		grid-column: 1;
	}

	.officelist-headOffice_Address {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: .75fr 1fr;
		grid-template-columns: .75fr 1fr;
		grid-column-start: 2;
		grid-column-end: 4;
	    border-bottom: 1px solid #efe8dc;
	    padding-bottom: 12px;
	}

	.officelist-headOffice_AddressBefore {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		font-size: 12px;
	}

	.officelist-headOffice_AddressAfter {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		justify-self: flex-end;
		text-align: right;
		padding: 0;
	}

	.officelist-headOffice_SubHeading {
		-ms-grid-column: 2;
		-ms-grid-row: 2;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: flex-start;
		justify-self: flex-start;
		padding: 5px 20px;
		grid-column: 2;
	}

	.officelist-headOffice_TelDirect {
		-ms-grid-column: 3;
		-ms-grid-row: 2;
	}

	.officelist-headOffice_TelItem {
		padding: 14px 0;
	}

	.officelist-headOffice_TelItem:first-child {
		padding-top: 0;
	}

	.officelist-headOffice_Tel {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr .75fr;
		grid-template-columns: 1fr .75fr;
	}

	.officelist-headOffice_TelName {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		padding-left: 14px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
	    align-self: center;
	}

	.officelist-headOffice_TelNumber {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		justify-self: flex-end;
		text-align: right;
	}

	.officelist-item {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 335px 1fr;
		grid-template-columns: 335px 1fr;
		padding: 20px 17px;
	}

	.officelist-itemName {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		justify-self: flex-start;
		padding: 0;
	}

	.officelist-itemAddress {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2,1fr);
	}

	.officelist-itemAddress_before {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		font-size: 12px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
	    align-self: center;
	}

	.officelist-itemAddress_after {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		justify-self: flex-end;
		text-align: right;
		padding: 0;
	}

	.mainColumn a.officelist-itemAddress_tel {
		color: #3a2c09;
		pointer-events: none;
		display: block;
		max-width: 125px;
		margin-left: auto;
	}

	.officelist-itemAddress_fax {
		display: block;
		max-width: 125px;
		margin-left: auto;
	}
}

.officelist-colItem {
	background-color: #fff;
	border: 1px solid #e0d3be;
	margin: 10px 0 0;
	border-radius: 4px;
}

.officelist-col_heading {
	font-weight: 700;
}

@media only screen and (max-width: 768px) {
	.officelist-colItem {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.officelist-col_heading {
		width: 30%;
		padding: 20px 10px;
	}

	.officelist-col_symbol {
		width: 70%;
		padding: 20px 10px;
	}
}

@media only screen and (min-width: 769px) {
	.officelist-col_04 {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4,1fr);
		margin: 0 -9px;
	}

	.officelist-colItem {
		margin: 20px 9px 0;
		text-align: center;
	}

	.officelist-colItem:nth-of-type(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.officelist-colItem:nth-of-type(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}

	.officelist-colItem:nth-of-type(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}

	.officelist-colItem:nth-of-type(4) {
		-ms-grid-row: 1;
		-ms-grid-column: 4;
	}

	.officelist-col_heading {
		padding: 12px 20px 0;
	}

	.officelist-col_symbol {
		padding: 0 20px 12px;
	}
}


.officelist-colItem_sub {
	background-color: #fff;
	border: 1px solid #e0d3be;
	margin: 10px 0 0;
	border-radius: 4px;
}

.officelist-col_heading_sub {
	font-weight: 700;
}

@media only screen and (max-width: 768px) {
	.officelist-colItem_sub {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.officelist-col_heading_sub {
		width: 30%;
		padding: 20px 10px;
	}

	.officelist-col_symbol_sub {
		width: 70%;
		padding: 20px 10px;
	}
}


@media only screen and (min-width: 769px) {
	.officelist-col_04_sub {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4,1fr);
		margin: 0 -9px;
	}

	.officelist-colItem_sub {
		margin: 20px 9px 0;
		text-align: center;
	}

	.officelist-colItem_sub:nth-of-type(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.officelist-colItem_sub:nth-of-type(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}

	.officelist-col_heading_sub {
		padding: 12px 20px 0;
	}

	.officelist-col_symbol_sub {
		padding: 0 20px 12px;
	}
}


/* ----------------------------------------
  SDGs(リニューアル)
  path : /company/sdgs
---------------------------------------- */


.company-col_04 {
    padding-top: 10px;
}

@media only screen and (min-width: 769px) {
	.company-col_04 {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.company-col_04::before {
		content: "";
		display: block;
		width: calc(50% - (60px / 2));
		order: 1;
	}
	.company-col_04::after{
		content: "";
		display: block;
		width: calc(50% - (60px / 2));
	}
}

.company-thumb {
	display: block;
	width: calc(50% - (60px / 2));
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	margin-top: 20px;
}

@media only screen and (max-width: 768px) {
	.company-thumb {
		width: 100%;
	}
	.company-thumb:nth-of-type(1) {
		margin-top: 0;
	}
}

.company-thumb:hover {
	background-color: #ffffff;
}

.company-thumb_img,
.company-thumb_imgHover {
	border-radius: 10px 10px 0 0;	
}

@media only screen and (min-width: 769px) {
	.company-thumb_img {
		opacity: 1;
		transition: opacity .5s;
	}

	.company-thumb_imgHover {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		transition: opacity .5s;
	}
	.company-thumb:hover .company-thumb_img {
		opacity: 0;
	}

	.company-thumb:hover .company-thumb_imgHover {
		opacity: 1;
	}
}

@media only screen and (max-width: 768px) {
	.company-thumb_img {
		display: none;
	}
}



.title {
  padding: 0 0 0 40px;
  background-image: url(//into-the-program.com/assets/images/icon/icon_clip.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}



/* 基本画像 */
.joint-main-img{

	font-size:0;
	display: block;

	max-width:1800px;
	width: 100%;
	height: auto;
	margin-top:0px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;

	vertical-align: bottom;

}

.joint-bn-img{

	font-size:0;
	display: block;

	max-width:1800px;
	width: 100%;
	height: auto;
	margin-top:15%;
	margin-bottom:5%;
	margin-left:auto;
	margin-right:auto;

	vertical-align: bottom;

}

.title_text_size {
	display: inline-block;
	margin-top: 5%;
	text-align:left;
	color:#ffffff;
	font-size:18px;
	max-width:1200px;
}
