@charset "UTF-8";

/* ---------------------------------------
  会社案内
-----------------------------------------*/

#page_company {
	position: relative;
}

#page_company::before {
	content: "";
	width: 100%;
	height: 37vw;
	min-height: 666px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/company/mainimg.jpg) no-repeat center bottom / cover;
}

#page_company .breadcrumb {
	position: relative;
}

#page_company .breadcrumb::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .54);
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 768px) {
	#page_company::before {
		height: 94vw;
		min-height: inherit;
	}
}

/* リンク調整用
--------------------------------*/
/*#sec_message::before,*/
#sec_outline::before,
#sec_philosophy::before,
#sec_about::before {
	content: "";
	width: 100%;
	height: 30px;
	display: block;
	position: relative;
	background-color: #fff;
}


.bg_lightblue2+section::before {
	background-color: #e7f2f6!important;
}

@media screen and (max-width: 768px) {
/*#sec_message::before,*/
#sec_outline::before,
#sec_philosophy::before,
#sec_about::before {
		height: 5.248vw;
	}
}

/* secttl
--------------------------------*/

.secttl {
	display: block;
	background-color: #0468b6;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	padding: 13px 1.5em 14px;
	border-radius: 30px;
	box-shadow: 4px 4px 0 #045285;
	transform: translateY(-50%);
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.secttl {
		font-size: 4.2vw;
		padding: .5em 1.5em;
		border-radius: 100vh;
		box-shadow: .8vw .8vw 0 #045285;
	}
}


/* message
--------------------------------*/

#sec_message {
	padding: 0 0 120px;
	margin-top: calc(37.33% - 191px);
	z-index: auto;
}

#sec_message .inner {
	flex-direction: row-reverse;
	align-items: flex-start;
	max-width: 1000px;
	margin: 0 auto;
}

#sec_message .inner .txtwrap {
	width: 610px;
}

#sec_message .inner .txtwrap .midashi {
	font-size: 2.8rem;
	margin-top: -.25em;
	margin-bottom: 1.5em;
}

#sec_message .inner .txtwrap .txt {
	font-size: 1.6rem;
	line-height: 2.125;
	letter-spacing: 0.12em;
}

#sec_message .inner .txtwrap .name {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}

#sec_message .inner .txtwrap .name img {
	width: 290px;
}

#sec_message .inner .txtwrap .name span {
	font-size: 2rem;
}

#sec_message .inner .img {
	width: 306px;
	border-radius: 20px;
	overflow: hidden;
}

@media screen and (max-width: 1800px) {
	#sec_message {
		margin-top: calc(666px - 191px);
	}
}

@media screen and (max-width: 768px) {
	#sec_message {
		padding: 0 0 16vw;
		margin-top: calc(94vw - 30vw - 8.533vw);
	}
	#sec_message .inner {
		max-width: inherit;
		margin: 0 auto;
	}
	#sec_message .inner .txtwrap {
		width: 100%;
		margin-top: 6vw;
	}
	#sec_message .inner .txtwrap .midashi {
		font-size: 4.6vw;
		margin-top: 0;
		margin-bottom: 1em;
	}
	#sec_message .inner .txtwrap .txt {
		font-size: 3.2vw;
		line-height: 2;
	}
	#sec_message .inner .txtwrap .name {
		font-size: 4.2vw;
	}
	#sec_message .inner .txtwrap .name span {
		font-size: 3.4vw;
	}
	#sec_message .inner .txtwrap .name img {
		width: 48vw;
		margin-top: 2vw;
	}
	#sec_message .inner .img {
		width: 60%;
		margin: 0 auto;
		border-radius: 2.8vw;
	}
}


/* outline
--------------------------------*/

#sec_outline {
	padding: 0 0 120px;
}

#sec_outline .tb {
	width: 100%;
	border-collapse: collapse;
}

#sec_outline .tb th,
#sec_outline .tb td {
	line-height: 2.21;
	padding: .285em 40px;
	border-bottom: 1px dotted #4c4948;
	position: relative;
}

#sec_outline .tb tr:first-child th,
#sec_outline .tb tr:first-child td {
	border-top: 1px dotted #4c4948;
}

#sec_outline .tb th {
	width: 189px;
	background-color: #efeee6;
	font-weight: 500;
}

#sec_outline .tb .btn {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	#sec_outline {
		padding: 0 0 16vw;
	}
	#sec_outline .tb th,
	#sec_outline .tb td {
		line-height: 2;
		padding: .3em 0 .3em 2vw;
	}
	#sec_outline .tb th {
		width: 6.5em;
	}
	#sec_outline .tb .btn {
		position: static;
		margin: 3vw 0 2vw;
		transform: none;
	}
}


/* philosophy
--------------------------------*/

#sec_philosophy {
	padding: 0 0 120px;
}

#sec_philosophy .secttl {
	margin-bottom: 2em;
}

#sec_philosophy .box .ttl {
	color: #0468b6;
	font-size: 2.4rem;
	letter-spacing: 0.44em;
	margin-bottom: 1em;
}

#sec_philosophy .box .ttl span {
	display: block;
	font-style: italic;
	font-size: 1.9rem;
	line-height: 1;
	letter-spacing: 0.16em;
	padding-bottom: 12px;
	margin-bottom: 5px;
	border-bottom: 1px solid #0468b6;
}

#sec_philosophy .box .ttl+.lead {
	font-weight: 500;
	margin-bottom: 2em;
}

#sec_philosophy .box .txt {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.73;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	text-align: center;
}

#sec_philosophy .box .txt+.txt {
	margin-top: 1.8em;
}

#sec_philosophy .box .flex .txt {
	width: 335px;
	position: relative;
	text-align: justify;
}

#sec_philosophy .box .flex .txt+.txt {
	margin-top: 0;
}

#sec_philosophy .box .flex .txt+.txt::before {
	content: "";
	width: 1px;
	height: 77.13%;
	background-color: #4c4948;
	position: absolute;
	left: -48px;
	top: 11.4%;
}

#sec_philosophy .boxwrap {
	margin-top: 100px;
}

#sec_philosophy .col2 .box {
	width: 548px;
}

#sec_philosophy .col3 .box {
	width: 344px;
}

@media screen and (max-width: 768px) {
	#sec_philosophy {
		padding: 0 0 16vw;
	}
	#sec_philosophy .box .ttl {
		font-size: 4.2vw;
	}
	#sec_philosophy .box .ttl span {
		font-size: 3.6vw;
		padding-bottom: 2vw;
		margin-bottom: 1vw;
	}
	#sec_philosophy .box .txt {
		font-size: 3.2vw;
	}
	#sec_philosophy .box .txt+.txt {
		margin-top: 1.5em;
	}
	#sec_philosophy .box .flex .txt {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	#sec_philosophy .box .flex .txt+.txt {
		margin-top: 6vw;
	}
	#sec_philosophy .box .flex .txt+.txt::before {
		width: 100%;
		height: 1px;
		left: 0;
		top: -3vw;
	}
	#sec_philosophy .boxwrap {
		margin-top: 0;
	}
	#sec_philosophy .boxwrap .box {
		margin-top: 10vw;
	}
	#sec_philosophy .col2 .box {
		width: 100%;
	}
	#sec_philosophy .col3 .box {
		width: 100%;
	}
}


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

#sec_about {
	padding: 0 0 120px;
}

#sec_about .inner {
	align-items: flex-start;
}

#sec_about .inner .imgwrap {
	width: 558px;
}

#sec_about .inner .imgwrap .img {
	border-radius: 20px;
	overflow: hidden;
}

#sec_about .inner .imgwrap .imgcol {
	margin-top: 24px;
}

#sec_about .inner .txtwrap {
	width: 564px;
}

#sec_about .inner .txtwrap .midashi {
	font-size: 2.6rem;
	line-height: 1.84;
	margin-top: 1em;
	margin-bottom: 1em;
}

#sec_about .inner .txtwrap .txt {
	font-size: 1.6rem;
	line-height: 2.125;
	letter-spacing: 0.12em;
}

#sec_about .inner .txtwrap .box {
	background-color: #efeee6;
	border-radius: 20px;
	padding: 27px 36px;
	margin-top: 60px;
}

#sec_about .inner .txtwrap .box .ttl {
	color: #0468b6;
	font-size: 2.4rem;
	padding-bottom: .4em;
	margin-bottom: .4em;
	border-bottom: 1px dotted #9d9d9e;
}

#sec_about .inner .txtwrap .box dl dt,
#sec_about .inner .txtwrap .box dl dd {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.8;
}

#sec_about .inner .txtwrap .box dl dt {
	width: 6.25em;
	color: #0468b6;
}

#sec_about .inner .txtwrap .box dl dd {
	width: calc(100% - 6.25em);
}

@media screen and (max-width: 768px) {
	#sec_about {
		padding: 0 0 24vw;
	}
	#sec_about .inner .imgwrap {
		width: 100%;
	}
	#sec_about .inner .imgwrap .img {
		border-radius: 2.8vw;
	}
	#sec_about .inner .imgwrap .imgcol {
		margin-top: 4%;
	}
	#sec_about .inner .imgwrap .imgcol .img {
		width: 48%;
	}
	#sec_about .inner .txtwrap {
		width: 100%;
		margin-top: 6vw;
	}
	#sec_about .inner .txtwrap .midashi {
		font-size: 4.4vw;
		margin-top: 0;
	}
	#sec_about .inner .txtwrap .txt {
		font-size: 3.2vw;
		line-height: 2;
	}
	#sec_about .inner .txtwrap .box {
		border-radius: 2.8vw;
		padding: 3vw 4vw;
		margin-top: 8vw;
	}
	#sec_about .inner .txtwrap .box .ttl {
		font-size: 4.2vw;
	}
	#sec_about .inner .txtwrap .box dl dt,
	#sec_about .inner .txtwrap .box dl dd {
		font-size: 3.2vw;
	}
}
