@charset "UTF-8";
/* ------------------------------
    common
------------------------------ */
#contents {
	padding: 15px 0 100px;
}

/* page_intero */
.page_intro {
	padding: 80px 0 100px;
}

.page_intro .txt p {
	text-align: center;
	font-size: 1.6rem;
}

.page_intro .txt p + p {
	margin-top: 1em;
}

/* ttl_line */
.ttl_line {
	margin-bottom: 30px;
}

.ttl_line span {
	display: inline-block;
	font-weight: 900;
	font-size: 2.2rem;
	margin: 0 auto;
	text-align: center;
	line-height: 1.8;
	border-bottom: 3px solid;
}

@media screen and (max-width: 768px) {
	#contents {
		padding: 40px 0 50px;
	}
	/* page_intero */
	.page_intro {
		padding: 0 0 50px;
	}
	.page_intro .txt p {
		font-size: 1.2rem;
		text-align: left;
	}
	/* ttl_line */
	.ttl_line {
		margin-bottom: 15px;
	}
	.ttl_line span {
		font-size: 1.4rem;
		border-bottom: 2px solid;
	}
}
/* ------------------------------
    company_index
------------------------------ */
.company_index #contents {
	padding-bottom: 0;
}

.company_index .pagettl {
	background: url(../img/company/index/bg_pagettl_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 110px;
}

.company_index .pagettl img {
	width: 748px;
}

/* company_block */
.company_index .company_block {
	padding: 80px 0 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.company_index .company_block .box {
	width: 50%;
	height: 377px;
	position: relative;
	background-size: cover;
	background-position: center;
}

.company_index .company_block .box::before {
	/* 透過した黒を重ねる */
	background-color: rgba(0, 0, 0, 0.38);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}

.company_index .company_block .box .txt_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-position: left top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.company_index .company_block .box .txt_area p {
	color: #fff;
	text-align: center;
}

.company_index .company_block .box .txt_area .ttl {
	font-weight: 900;
	font-size: 2.8rem;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px;
	line-height: 1;
}

.company_index .company_block .box .txt_area .ttl::after {
	content: "";
	display: block;
	width: 25px;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.company_index .company_block .box .txt_area .btn {
	margin-top: 30px;
}

.company_index .company_block .box .txt_area .btn a {
	font-size: 1.4rem;
	width: 180px;
	height: 40px;
	line-height: 40px;
	border: none;
	background-color: transparent;
	display: block;
	margin: auto;
}

.company_index .company_block .box .txt_area .btn a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 3px solid #fff;
	z-index: -2;
}

.company_index .company_block .box.box01 {
	background: url(../img/company/index/bg_block_philosophy.jpg) rgba(0, 0, 0, 0.34) no-repeat;
	background-size: cover;
	background-position: center;
}

.company_index .company_block .box.box02 {
	background: url(../img/company/index/bg_block_history.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.company_index .company_block .box.box03 {
	background: url(../img/company/index/bg_block_message.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.company_index .company_block .box.box04 {
	background: url(../img/company/index/bg_block_overview.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (min-width: 769px) {
	.company_index .company_block .box .btn a:hover {
		color: #232323;
	}
}
@media screen and (max-width: 768px) {
	.company_index .pagettl {
		background: url(../img/company/index/bg_pagettl_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		padding-top: 0;
	}
	.company_index .pagettl img {
		width: 378.5px;
	}
	/* company_block */
	.company_index .company_block {
		padding: 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.company_index .company_block .box {
		width: 100%;
		height: 200px;
	}
	.company_index .company_block .box .txt_area {
		padding: 0 3%;
	}
	.company_index .company_block .box .txt_area .ttl {
		font-size: 1.4rem;
		margin-bottom: 15px;
		padding-bottom: 12px;
	}
	.company_index .company_block .box .txt_area .ttl::after {
		width: 13px;
		height: 2px;
	}
	.company_index .company_block .box .txt_area .btn {
		margin-top: 10px;
	}
	.company_index .company_block .box .txt_area .btn a {
		font-size: 0.9rem;
		width: 150px;
		height: 23px;
		line-height: 23px;
		border-radius: 11.5px;
	}
	.company_index .company_block .box .txt_area .btn a::before {
		border-radius: 11.5px;
		border: 2px solid #fff;
	}
}
/* ------------------------------
    company_philosophy 理念
------------------------------ */
.company_philosophy #contents {
	padding-bottom: 0;
}

.company_philosophy .pagettl {
	background: url(../img/company/philosophy/bg_pagettl_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.company_philosophy .philosophy_block {
	padding: 80px 0 0;
}

.company_philosophy .philosophy_block .box {
	padding: 80px 0;
}

.company_philosophy .philosophy_block .box .ttl {
	margin-bottom: 15px;
}

.company_philosophy .philosophy_block .box .ttl span {
	font-weight: 900;
	font-size: 2rem;
	display: block;
	line-height: 1;
	margin-top: 15px;
	color: #fff;
}

.company_philosophy .philosophy_block .box p {
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0;
}

.company_philosophy .philosophy_block .box p.txt_large {
	font-size: 3.5rem;
	margin-bottom: 6px;
}

.company_philosophy .philosophy_block .box01 {
	background: #ff9002;
}

.company_philosophy .philosophy_block .box01 .ttl img {
	width: 286.5px;
}

.company_philosophy .philosophy_block .box02 {
	background: #ff7b03;
}

.company_philosophy .philosophy_block .box02 .ttl img {
	width: 231.5px;
}

.company_philosophy .philosophy_block .box03 {
	background: #ff6c08;
}

.company_philosophy .philosophy_block .box03 .ttl img {
	width: 321.5px;
}

@media screen and (max-width: 768px) {
	.company_philosophy .pagettl {
		background: url(../img/company/philosophy/bg_pagettl_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		padding-top: 0;
	}
	/* philosophy_block	 */
	.company_philosophy .philosophy_block {
		padding: 0;
	}
	.company_philosophy .philosophy_block .box {
		padding: 40px 3%;
	}
	.company_philosophy .philosophy_block .box .ttl {
		margin-bottom: 10px;
	}
	.company_philosophy .philosophy_block .box .ttl span {
		font-size: 1rem;
		margin-top: 10px;
	}
	.company_philosophy .philosophy_block .box p.txt_large {
		font-size: 1.7rem;
		margin-bottom: 3px;
	}
	.company_philosophy .philosophy_block .box01 .ttl img {
		width: 183px;
	}
	.company_philosophy .philosophy_block .box02 .ttl img {
		width: 155px;
	}
	.company_philosophy .philosophy_block .box03 .ttl img {
		width: 160px;
	}
}
/* -------------------------------
    company_history 沿革
------------------------------- */
.company_history #contents {
	padding-bottom: 0;
}

.company_history .pagettl {
	background: url(../img/company/history/bg_pagettl_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

/* page_intero */
.company_history .page_intro .txt .img {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 50px;
}

.company_history .page_intro .txt .img img {
	width: 229px;
}

.company_history .page_intro .txt .img img + img {
	margin-left: 30px;
}

/* history_block */
.company_history .history_block {
	min-width: 1180px;
}

.company_history .history_block > div {
	width: 33.3333333333%;
}

.company_history .history_block > div .img img {
	width: 100%;
}

.company_history .history_block .history_main {
	/*	min-width: 453px;*/
	background: #FF6C02;
	/*	padding: 80px 0;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.company_history .history_block .history_main .ttl_line span {
	color: #fff;
}

.company_history .history_block .history_main dl {
	text-align: center;
}

.company_history .history_block .history_main dl dt {
	display: inline-block;
	text-align: center;
	color: #FF6C02;
	background: #fff;
	font-weight: bold;
	line-height: 1;
	padding: 0 13px;
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	margin-bottom: 6px;
	margin-top: 15px;
}

.company_history .history_block .history_main dl dt:first-child {
	margin-top: 0;
}

.company_history .history_block .history_main dl dd {
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
	.company_history .history_block > div .img {
		height: 460px;
	}
	.company_history .history_block > div .img img {
		width: auto;
		height: 100%;
		max-width: 1000%;
	}
}
@media screen and (max-width: 768px) {
	.company_history .pagettl {
		background: url(../img/company/history/bg_pagettl_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	/* page_intero */
	.company_history .page_intro .txt .img {
		width: 100%;
		max-width: 328px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: auto;
		margin-top: 20px;
	}
	.company_history .page_intro .txt .img img {
		width: 31%;
	}
	.company_history .page_intro .txt .img img + img {
		margin-left: 0;
	}
	/* history_block */
	.company_history .history_block {
		min-width: inherit;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.company_history .history_block > div {
		width: 100%;
	}
	.company_history .history_block .left_area,
	.company_history .history_block .right_area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.company_history .history_block > div .img {
		width: 50%;
	}
	.company_history .history_block .history_main {
		padding: 40px 0;
		display: block;
	}
	.company_history .history_block .history_main dl dt {
		padding: 0 7px;
		height: 14px;
		line-height: 14px;
		border-radius: 7px;
		margin-bottom: 3px;
		margin-top: 11px;
		font-size: 1rem;
	}
	.company_history .history_block .history_main dl dd {
		font-size: 1.2rem;
	}
}
/* -------------------------------
    company_message
------------------------------- */
.company_message .pagettl {
	background: url(../img/company/message/bg_pagettl_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

/* page_intero */
.company_message .page_intro {
	padding: 80px 0;
}

/* message_block */
.company_message .message_block .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.company_message .message_block .box + .box {
	margin-top: 80px;
}

.company_message .message_block .box .img {
	width: 50%;
}

.company_message .message_block .box .txt_area {
	width: 430px;
}

.company_message .message_block .box .txt_area .ttl {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}

.company_message .message_block .box .txt_area .ttl span {
	display: inline-block;
	margin-right: 20px;
}

.company_message .message_block .box01,
.company_message .message_block .box03 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.company_message .message_block .box01 .img,
.company_message .message_block .box03 .img {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	margin-left: 80px;
}

.company_message .message_block .box02 .img {
	margin-right: 80px;
}

.company_message .message_block .box01 .txt_area .ttl span {
	width: 78px;
}

.company_message .message_block .box02 .txt_area .ttl span {
	width: 89px;
}

.company_message .message_block .box03 {
	margin-bottom: 50px;
}

.company_message .message_block .box03 .txt_area .ttl span {
	width: 89px;
}

.company_message .name {
	text-align: right;
}

.company_message .name p {
	display: inline-block;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	.company_message .pagettl {
		background: url(../img/company/message/bg_pagettl_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	/* page_intero */
	.company_message .page_intro {
		padding: 0 0 40px;
	}
	/* message_block */
	.company_message .message_block .box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.company_message .message_block .box + .box {
		margin-top: 40px;
	}
	.company_message .message_block .box .img {
		width: 100%;
		margin: 0;
	}
	.company_message .message_block .box .txt_area {
		width: inherit;
		margin: 0 6% 25px;
		display: block;
	}
	.company_message .message_block .box .txt_area .ttl {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.company_message .message_block .box .txt_area .ttl span {
		display: inline-block;
		margin-right: 20px;
	}
	.company_message .message_block .box01,
	.company_message .message_block .box03 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.company_message .message_block .box01 .txt_area .ttl span {
		width: 39px;
	}
	.company_message .message_block .box02 .txt_area .ttl span {
		width: 44px;
	}
	.company_message .message_block .box03 {
		margin-bottom: 25px;
	}
	.company_message .message_block .box03 .txt_area .ttl span {
		width: 44px;
	}
}
/* -------------------------------
    company_overview 会社概要
------------------------------- */
.company_overview #contents {
	padding-bottom: 0;
}

.company_overview .pagettl {
	background: url(../img/company/overview/bg_pagettl_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.company_overview .company_table {
	padding: 80px 0 100px;
}

.company_overview .company_table .left,
.company_overview .company_table .right {
	width: 485px;
}

.company_overview .company_table dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 0;
	border-bottom: 1px solid #C1C1C1;
}

.company_overview .company_table dl dt {
	width: 95px;
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: 0;
}

.company_overview .company_table dl dd {
	width: calc(100% - 95px);
	font-size: 1.4rem;
	letter-spacing: 0;
}

.company_overview .company_table .img {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 50px;
}

.company_overview .company_table .img img {
	width: 229px;
}

.company_overview .company_table .img img + img {
	margin-left: 30px;
}

.company_overview .access {
	background: #FFFAEF;
	padding: 80px 0 100px;
}

.company_overview .access .txt p {
	text-align: center;
}

.company_overview .access .map {
	margin-top: 30px;
	width: 100%;
	height: 348px;
}

.company_overview .access .map iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.company_overview .pagettl {
		background: url(../img/company/overview/bg_pagettl_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.company_overview .company_table {
		padding: 0 0 50px;
	}
	.company_overview .company_table .left,
	.company_overview .company_table .right {
		float: none;
		width: 100%;
	}
	.company_overview .company_table dl {
		padding: 10px 0;
	}
	.company_overview .company_table dl dt {
		width: 70px;
		font-size: 1rem;
	}
	.company_overview .company_table dl dd {
		width: calc(100% - 70px);
		font-size: 1rem;
	}
	.company_overview .company_table .img {
		width: 100%;
		max-width: 328px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: auto;
		margin-top: 20px;
	}
	.company_overview .company_table .img img {
		width: 31%;
	}
	.company_overview .company_table .img img + img {
		margin-left: 0;
	}
	.company_overview .access {
		padding: 40px 0 50px;
	}
	.company_overview .access .txt p {
		text-align: left;
	}
	.company_overview .access .map {
		margin-top: 15px;
		height: 174px;
	}
}
/*------------------ company_other --------------*/
.company_other {
	--box-title-color: #4E4B4A;
}
.company_other .page_btm_banner {
	display: none;
}
.company_other .pagettl {
	background: url(../img/company/index/bg_pagettl_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 110px;
	height: 270px;
}
@media screen and (max-width: 768px) {
	.company_other .pagettl {
		background: url(../img/company/index/bg_pagettl_sp.jpg) no-repeat;
		padding-top: 0;
		height: 100px;
	}
}
.company_other .pagettl .txt_pagettl {
	color: #fff;
	font-weight: 900;
	font-size: 3.5rem;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.company_other .pagettl .txt_pagettl {
		font-size: 1.6rem;
	}
}
.company_other .page-content {
	padding-top: 65px;
}
@media screen and (max-width: 768px) {
	.company_other .page-content {
		padding-top: 0;
	}
}
.company_other .page-content__title {
	font-weight: 900;
	color: #005E32;
	font-size: 3.5rem;
	text-align: center;
	margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
	.company_other .page-content__title {
		font-size: 1.8rem;
	}
}
.company_other .page-content__text {
	text-align: center;
	line-height: 1.875;
	margin: auto -1em;
}
@media screen and (max-width: 768px) {
	.company_other .page-content__text {
		text-align: left;
		margin: auto;
	}
}
.company_other .page-content__area {
	margin-top: 5.5rem;
}
@media screen and (max-width: 768px) {
	.company_other .page-content__area {
		margin-top: 3rem;
	}
}
.company_other .page-content__box {
	margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
	.company_other .page-content__box {
		margin-top: 2rem;
	}
}
.company_other .page-content__box:first-of-type {
	margin-top: 0;
}
.company_other .page-content__box .title {
	color: var(--box-title-color);
	font-size: 2.2rem;
	font-weight: 900;
	border-bottom: 0.2rem solid var(--box-title-color);
	padding-bottom: 1.3rem;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
	.company_other .page-content__box .title {
		font-size: 1.6rem;
		padding-bottom: 0.7em;
		margin-bottom: 0.7em;
	}
}
.company_other .page-content__box .text {
	line-height: 1.875;
}
.company_other .page-content__box .text.right {
	text-align: right;
}
.company_other .page-content__box .date {
	margin: 5rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.company_other .page-content__box .date {
		margin: 2.5rem 0;
	}
}
.company_other .page-content__box .date dt {
	width: 8em;
}
.company_other .page-content__box .date dd {
	width: calc(100% - 8em);
}
.company_other .page-content__box .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	line-height: 1.875;
	margin-top: 1rem;
}
.company_other .page-content__box .list:first-child {
	margin-top: 0;
}
.company_other .page-content__box .list dt, .company_other .page-content__box .list dd {
	line-height: 1.875;
}
.company_other .page-content__box .list dt {
	width: 1.5em;
	margin-top: 1rem;
}
.company_other .page-content__box .list dt:first-of-type {
	margin-top: 0;
}
.company_other .page-content__box .list dd {
	width: calc(100% - 1.5em);
	margin-top: 1rem;
}
.company_other .page-content__box .list dd:first-of-type {
	margin-top: 0;
}
.company_other .page-content__box .list .list-child {
	padding-left: 0;
}
.company_other .page-content__box .list-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 1rem;
	padding-left: 1.5em;
}
.company_other .page-content__box .list-child dt, .company_other .page-content__box .list-child dd {
	line-height: 1.875;
}
.company_other .page-content__box .list-child dt {
	width: 2em;
}
.company_other .page-content__box .list-child dd {
	width: calc(100% - 2em);
}
.company_other .page-content__contact {
	background-color: #F2F2F2;
	padding: 2.5rem;
	margin-top: 5.5rem;
}
@media screen and (max-width: 768px) {
	.company_other .page-content__contact {
		padding: 2rem;
		margin-top: 2rem;
	}
}
.company_other .page-content__contact .title {
	text-align: center;
	font-weight: 900;
	font-size: 1.8rem;
	color: var(--box-title-color);
	margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
	.company_other .page-content__contact .title {
		font-size: 1.6rem;
	}
}
.company_other .page-content__contact .text {
	text-align: center;
	line-height: 1.875;
}