@charset "UTF-8";

/* ------------------------------------------------
                   Company
--------------------------------------------------- */
footer .cont-inn {
	border-top: none !important;
}
@media (max-width: 768px) {
    footer {
		border-top: none !important;
	}
}

/*---------- 共通 ----------*/
/* 背景 */
.bg-gray {
	background: var(--color-lightgray) !important;
}
.bg-lightgreen {
	background: var(--color-lightgreen) !important;
}

/* ページタイトル */
.sec-page-ttl {
	width: 100%;
	padding: 20px 0 66px;
	border-top: 4px solid var(--color-green);
	position: relative;
}
.sec-page-ttl::before {
	content: '';
	width: 45%;
	max-width: 550px;
	height: 4px;
	background: var(--color-blue);
	position: absolute;
	top: -4px;
	left: 0;
}

.page-ttl-en {
	margin-bottom: 10px;
	color: var(--color-txt-green);
	text-align: center;
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.page-ttl {
	color: var(--color-black);
	text-align: center;
	font-size: 3.8rem;
    font-weight: 500;
	line-height: 1.05;
}



/* セクションタイトル */
.sec-ttl-en {
	margin-bottom: 10px;
	color: var(--color-txt-green);
	font-size: 1.7rem;
    font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.sec-ttl {
	color: var(--color-black);
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
}
.sec-lead-txt {
	margin-bottom: 15px;
	color: var(--color-txt-darkgray);
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 1.85;
}

@media (max-width: 768px) {
	/* ページタイトル */
	.sec-page-ttl {
		width: 100%;
		padding: 0 0 11.73vw;
		border-top: none;
	}
	.sec-page-ttl::before {
		content: none;
	}
	.sec-page-ttl .breadcrumb-wrap {
		margin-bottom: 4vw;
	}

	.page-ttl-en {
		margin-bottom: 1.33vw;
		font-size: var(--fs-sp-17);
		line-height: 1.35;
	}
	.page-ttl {
		font-size: var(--fs-sp-23);
		line-height: 1.73;
	}
	
	
	/* セクションタイトル */
	.sec-ttl-en {
		margin-bottom: 2.66vw;
		font-size: var(--fs-sp-17);
	}
	.sec-ttl {
		font-size: var(--fs-sp-23);
	}
	.sec-lead-txt {
		margin-bottom: 4vw;
		font-size: var(--fs-sp-17);
	}
	
}



/*---------- 会社情報 トップ ----------*/
.company-top-mv {
	width: 100%;
	height: 25vw;
	background: url("../../img/company/img_company_mv.jpg") center top no-repeat;
	background-size: cover;
	position: relative;
}


@media (max-width: 768px) {
	.company-top-mv {
		width: 100%;
		height: 60vw;
		background: url("../../img/company/img_company_mv_sp.jpg") center top no-repeat;
		background-size: cover;
	}
}


/*---------- 会社概要 ----------*/
.sec-profile {
	width: 100%;
	padding: 50px 0 110px;
	position: relative;
}

.profile-outline {
	width: 100%;
	margin-top: 50px;
}
.profile-outline dt {
	width: 415px;
	padding: 20px 0 20px 5px;
	border-top: 1px solid rgba(68, 68, 68, 0.4);
	font-size: 1.5rem;
	font-weight: 300;
}
.profile-outline dd {
	width: calc(100% - 415px);
	padding: 20px 0 20px;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid rgba(68, 68, 68, 0.4);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8;
}
.profile-outline dd .profile-position {
	width: 350px;
	font-weight: 400;
}
.profile-outline dd .profile-name {
	width: calc(100% - 350px);
}
.profile-outline dd .txt-indent {
	width: 100%;
	text-indent: -1.1em;
	padding-left: 1.1em;
}


@media (max-width: 1120px) {
	.profile-outline  dt {
		width: 250px;
	}
	.profile-outline  dd {
		width: calc(100% - 250px);
	}
}


@media (max-width: 768px) {
	.sec-profile {
		width: 100%;
		padding: 13.33vw 0 21.33vw;
	}
	.sec-profile .cont-inn .sec-ttl-en, 
	.sec-profile .cont-inn .sec-ttl {
		padding: 0 6.66vw;
	}

	.profile-outline {
		width: 100%;
		margin-top: 10vw;
		padding: 0 6.66vw;
		border-bottom: 1px solid rgba(68, 68, 68, 0.4);
	}
	.profile-outline  dt {
		width: 30%;
		padding: 2.66vw 0 10.66vw 0;
		font-size: var(--fs-sp-14);
	}
	.profile-outline  dd {
		width: 70%;
		padding: 2.66vw 0 10.66vw;
		font-size: var(--fs-sp-14);
		word-break: break-all;
	}
	.profile-outline dt.is-sp-wide {
		width: 100%;
		padding: 4vw 0 2vw;
	}
	.profile-outline dd.is-sp-wide {
		width: 100%;
		border-top: none;
		align-items: flex-end;
	}
	.profile-outline dt:first-child, 
	.profile-outline dd:first-of-type {
		border-top: none;
	}
	
	.profile-outline dd .profile-position {
		width: calc(100% - 21.33vw);
	}
	.profile-outline dd .profile-name {
		width: 21.33vw;
	}
	.profile-outline dd .profile-name:last-of-type {
		margin-bottom: 0;
	}

}



/*---------- 沿革 ----------*/
.sec-history {
	width: 100%;
	padding: 110px 0 70px;
	position: relative;
}

.history-wrap  {
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 0;
}

.history-outline-year {
	width: 100%;
	padding: 20px 70px 20px 50px;
	border-top: 1px solid rgba(68, 68, 68, 0.4);
	position: relative;
	color: var(--color-txt-green);
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1;
}
.history-outline-year::after {
	content: '▼';
	display: block;
	color: var(--color-txt-darkgray);
	font-size: 1.7rem;
	line-height: 1;
	position: absolute;
	top: calc(50% - 0.8rem);
	right: 50px;
	transition: 0.3s ease-in-out;
}
.history-outline-year.is-open::after {
	transform: rotate(-180deg);
}

.history-outline-wrap  {
	width: 100%;
	display: none;
}
.history-outline  {
	width: 100%;
	padding-bottom: 20px;
}
.history-outline  dt {
	width: 310px;
	padding: 20px 0 20px 50px;
	border-top: 1px solid rgba(68, 68, 68, 0.4);
	color: #888;
	font-size: 1.4rem;
	font-weight: 600;
}
.history-outline  dd {
	width: calc(100% - 310px);
	padding: 20px 50px 20px 0;
	border-top: 1px solid rgba(68, 68, 68, 0.4);
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8;
}


@media (max-width: 768px) {
	.sec-history {
		width: 100%;
		padding: 13.33vw 0 21.33vw;
	}

	.history-outline-year {
		width: 100%;
		padding: 4vw 8vw 4vw 4vw;
		font-size: 4.4vw;
		font-weight: 600;
	}
	.history-outline-year::after {
		content: '▼';
		font-size: 3.8vw;
		line-height: 1;
		position: absolute;
		top: calc(50% - 1.9vw);
		right: 4vw;
	}

	.history-outline  {
		width: 100%;
		padding-bottom: 4vw;
	}

	.history-outline {
		width: 100%;
		border-top: 1px solid rgba(68, 68, 68, 0.4);
		border-bottom: none;
		padding: 0;
	}
	.history-outline  dt {
		width: 30%;
		padding: 6vw 0 10vw 4vw;
		font-size: 3.6vw;
	}
	.history-outline  dd {
		width: 70%;
		padding: 6vw 0 10vw;
		font-size: 3.6vw;
	}
	.history-outline dt:first-child, 
	.history-outline dd:first-of-type {
		border-top: none;
	}
}



/*---------- 社長のあいさつ ----------*/
.sec-top-message {
	width: 100%;
	padding-top: 110px;
	position: relative;
}
.sec-top-message .cont-inn {
	padding-bottom: 50px;
	background: url("../../img/company/img_message.jpg") bottom right no-repeat;
	background-size: 50%;
}
.top-message-icon {
	width: 90px;
	margin: 0 auto 30px 0;
}
.sec-top-message .sec-lead-txt{
	margin: 30px auto 15px;
}

.sec-top-message .btn-green{
	margin: 40px auto 0 0;
}

@media (max-width: 768px) {
	.sec-top-message {
		width: 100%;
		padding-top: 21.33vw;
		padding-bottom: 21.33vw;
		position: relative;
	}
	.sec-top-message .cont-inn {
		padding-bottom: 0;
		background: none;
	}
	.top-message-icon {
		width: 100%;
		margin: 0 auto 10.66vw;
		border: 1px solid var(--color-txt-darkgray);
		border-radius: 5.33vw;
		overflow: hidden;
	}
	.top-message-icon img {
		transform: scale(1.25, 1.25);
	}
	.sec-top-message .sec-ttl-en {
		text-align: center;
	}
	.sec-top-message .sec-ttl {
		text-align: center;
	}
	.sec-top-message .sec-lead-txt{
		margin: 8vw auto 4vw;
	}
	.sec-top-message .sec-txt{
		margin: 0 auto;
	}

	.sec-top-message .btn-green{
		width: 90%;
		margin: 10.66vw auto 0;
	}
}



/*---------- 企業理念 ----------*/
.sec-philosophy {
	width: 100%;
	padding: 110px 0;
	position: relative;
	overflow: hidden;
}
.sec-philosophy .cont-inn {
	justify-content: space-between;
}
.philosophy-icon {
	width: 90px;
	position: absolute;
	left: -50vw;
	top: -100px;
	opacity: 0;
	transition: 1.8s ease-in-out;
	transition-delay: 1.1s;
	z-index: 4;
}
.philosophy-icon.is-slide-in {
	left: calc(50% - 45px);
	top: 85px;
	opacity: 1;
}

.philosophy-cont-left, 
.philosophy-cont-center, 
.philosophy-cont-right {
	width: calc((100% - 80px) / 3);
	position: relative;
}
.philosophy-cont-left {
	opacity: 0;
	background: url("../../img/company/img_philosophy_01_pc.jpg") center center no-repeat;
	background-size: cover;
}
.philosophy-cont-right {
	opacity: 0;
	background: url("../../img/company/img_philosophy_02_pc.jpg") center center no-repeat;
	background-size: cover;
}
.is-translucent {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.philosophy-cont-left::before, 
.philosophy-cont-right::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #E3F3EB;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.philosophy-cont-left::after, 
.philosophy-cont-right::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #E5EFF7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.philosophy-cont-left.is-effect-on .is-translucent, 
.philosophy-cont-right.is-effect-on .is-translucent {
	animation: fadeout 0.5s ease forwards;
	animation-delay: 1.8s;
}
.philosophy-cont-left.is-effect-on, 
.philosophy-cont-right.is-effect-on {
	animation: fadein 0.3s ease forwards;
	animation-delay: 0.2s;
}
.philosophy-cont-left.is-effect-on::before, 
.philosophy-cont-right.is-effect-on::before {
	animation: curtain 0.5s ease forwards;
	animation-delay: 0.8s;
}
.philosophy-cont-left.is-effect-on::after, 
.philosophy-cont-right.is-effect-on::after {
	animation: curtain 0.5s ease forwards;
	animation-delay: 1.6s;
}
@keyframes fadein {
    100% { opacity: 1;}
}
@keyframes fadeout {
    100% { opacity: 0;}
}
@keyframes curtain {
    100% { height: 0;}
}

.philosophy-cont-center {
	padding: 165px 0 85px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sec-philosophy .sec-ttl-en {
	margin-top: 30px;
}
.sec-philosophy .sec-ttl {
	margin-bottom: 30px;
}
.sec-philosophy .sec-txt {
	margin: 0 auto 40px;
}

@media (max-width: 768px) {
	.sec-philosophy {
		width: 100%;
		padding: 13.33vw 0 29.33vw;
		position: relative;
		overflow: hidden;
	}
	.sec-philosophy .cont-inn {
		width: 100%;
		flex-direction: column;
		justify-content: center;
		position: relative;
		z-index: 2;
	}
	.philosophy-icon {
		width: 24vw;
		position: absolute;
		left: -50vw;
		top: -20vw;
		opacity: 0;
		transition: 0.8s ease-in-out;
	}
	.philosophy-icon.is-slide-in {
		left: calc(50% - 12vw);
		top: 0;
		opacity: 1;
	}

	.philosophy-cont-left {
		width: 100%;
		height: 61.86vw;
		margin: 26.66vw auto 13.33vw;
	}
	.philosophy-cont-left {
		opacity: 0;
		background: url("../../img/company/img_philosophy_01_sp.jpg") center center no-repeat;
		background-size: cover;
	}
	.philosophy-cont-right {
		width: 100%;
		height: 61.86vw;
		background: url("../../img/company/img_philosophy_02_sp.jpg") center center no-repeat;
		background-size: cover;
	}
	
	.philosophy-cont-center {
		width: 100%;
		margin: 0 auto 21.33vw;
		padding: 0;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.sec-philosophy .sec-ttl-en {
		margin-top: 0;
	}
	.sec-philosophy .sec-ttl {
		margin-bottom: 8vw;
	}
	.sec-philosophy .sec-txt {
		margin: 0 auto;
	}
	
	.sec-philosophy .btn-green {
		width: 80%;
		margin: 10.66vw auto 0;
	}
}



/*---------- グループ会社 ----------*/
.sec-group {
	width: 100%;
	padding: 50px 0 110px;
}
.group-sec-ttl-wrap {
	margin-bottom: 40px;
}

.group-list {
	width: 100%;
	margin: 0 auto;
	justify-content: flex-start;
}
.group-list-item {
	width: calc((100% - 120px) / 4);
	margin-right: 40px;
	display: block;
	color: var(--color-black);
	position: relative;
}
.group-list-item:last-child {
	margin-right: 0;
}

.group-list-logo {
	width: 100%;
	height: 145px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--color-txt-darkgray);
}
.group-list-logo img {
	transition: 0.3s ease-in-out;
}

.group-list-logo-sgh img {
	width: 50%;
	max-width: 76px;
}
.group-list-logo-hutechnorin img {
	width: 86%;
	max-width: 168px;
}
.group-list-logo-meiun img {
	width: 86%;
	max-width: 222px;
}
.group-list-logo-healty img {
	width: 65%;
	max-width: 207px;
}
.group-list-name {
	font-weight: 600;
}
.group-list-item a.normal-link {
	color: var(--color-link);
	font-size: 1.5rem;
	font-weight: 600;
}

@media (min-width: 769px) {
	.group-list-item a.normal-link:hover {
		color: var(--color-sghblue);
	}
	
	.group-list-item a.normal-link::after {
		bottom: 0;
	}
	a.group-list-logo:hover img {
		transform: scale(1.1,1.1);
	}
	
}

@media (max-width: 768px) {
	.sec-group {
		width: 100%;
		padding: 13.33vw 0 29.33vw;
	}
	.group-sec-ttl-wrap {
		width: auto;
		margin-bottom: 0;
	}

	.group-list {
		width: 100%;
		max-width: initial;
		margin: 0 auto;
	}
	.group-list-item {
		width: calc((100% - 5.33vw) / 2);
		margin: 10.66vw 5.33vw 0 0;
		display: block;
		color: var(--color-black);
		position: relative;
	}
	.group-list-item:nth-child(2n) {
		margin-right: 0;
	}
	.group-list-logo {
		width: 100%;
		height: 26.66vw;
		margin-bottom: 5vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.group-list-logo-sgh img {
		width: 43.5vw;
	}
	.group-list-logo-hutechnorin img {
		width: 80%;
		max-width: initial;
	}
	.group-list-logo-meiun img {
		width: 86%;
		max-width: initial;
	}
	.group-list-logo-healty img {
		width: 70%;
		max-width: initial;
	}
	
	.group-list-name {
		font-weight: 700;
	}
	.group-list-item a.normal-link {
		color: var(--color-link);
		font-size: var(--fs-sp-15);
	}
	
}



/*---------- ボタン ----------*/
.sec-btn-area {
	width: 100%;
	padding: 50px 0 80px;
	background: var(--color-lightgray);
	position: relative;
	z-index: 2;
}
.btn-wrap {
	width: 100%;
	align-items: center;
	justify-content: center;
}
.btn-link {
	width: 260px;
	height: 60px;
	padding-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #fff;
	font-weight: 500;
	position: relative;
}
.btn-link::before {
	content: '';
	width: 60px;
	height: 60px;
	background: var(--color-green);
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 30px);
	right: 0;
	transition: 0.3s ease-in-out;
}
.btn-link::after {
	content: '';
	width: 60px;
	height: 60px;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 22px;
	position: absolute;
	top: calc(50% - 30px);
	right: 0;
	transition: 0.3s ease-in-out;
}

.btn-link + .btn-link {
	margin-left: 200px;
}


.btn-back {
	width: 260px;
	height: 60px;
	padding-left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #fff;
	font-weight: 500;
	position: relative;
}
.btn-back::before {
	content: '';
	width: 60px;
	height: 60px;
	background: var(--color-green);
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 30px);
	left: 0;
	transition: 0.3s ease-in-out;
}
.btn-back::after {
	content: '';
	width: 60px;
	height: 60px;
	background: url("../../img/common/icon_arrow_back_w.svg") center center no-repeat;
	background-size: 22px;
	position: absolute;
	top: calc(50% - 30px);
	left: 0;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	.btn-link:hover::before {
		content: '';
		width: 55px;
		height: 55px;
		background: var(--color-sghblue);
		border-radius: 50%;
		position: absolute;
		top: calc(50% - 27.5px);
		right: 5px;
	}
	.btn-link:hover::after {
		content: '';
		width: 55px;
		height: 55px;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 22px;
		position: absolute;
		top: calc(50% - 27.5px);
		right: 5px;
	}
	
	.btn-back:hover::before {
		content: '';
		width: 55px;
		height: 55px;
		background: var(--color-sghblue);
		border-radius: 50%;
		position: absolute;
		top: calc(50% - 27.5px);
		left: 5px;
	}
	.btn-back:hover::after {
		content: '';
		width: 55px;
		height: 55px;
		background: url("../../img/common/icon_arrow_back_w.svg") center center no-repeat;
		background-size: 22px;
		position: absolute;
		top: calc(50% - 27.5px);
		left: 5px;
	}
    
}


@media (max-width: 1100px) {
	.btn-link + .btn-link {
		margin-left: 15%;
	}
}


@media (max-width: 768px) {
	.sec-btn-area {
		width: 100%;
		padding: 13.33vw 0 21.33vw;
		background: var(--color-lightgray);
		position: relative;
		z-index: 2;
	}
	.btn-wrap {
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.btn-link {
		width: 80%;
		height: 15vw;
		padding-right: 3vw;
		border-radius: 8vw;
		font-size: 3.8vw;
	}
	.btn-link::before {
		content: '';
		width: 15vw;
		height: 15vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		right: 0;
		transition: 0.3s ease-in-out;
	}
	.btn-link::after {
		content: '';
		width: 15vw;
		height: 15vw;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 6vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		right: 0;
		transition: 0.3s ease-in-out;
	}

	.btn-link + .btn-link {
		margin-left: 0;
		margin-top: 12vw;
	}

    
	.btn-back {
		width: 80%;
		height: 15vw;
		padding-left: 3vw;
		border-radius: 8vw;
		font-size: 3.8vw;
	}
	.btn-back::before {
		content: '';
		width: 15vw;
		height: 15vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		left: 0;
		transition: 0.3s ease-in-out;
	}
	.btn-back::after {
		content: '';
		width: 15vw;
		height: 15vw;
		background: url("../../img/common/icon_arrow_back_w.svg") center center no-repeat;
		background-size: 6vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		left: 0;
		transition: 0.3s ease-in-out;
	}
}


/* ------------------------------------------------
              Company 下層
--------------------------------------------------- */

/*---------- 詳細ページタイトル ----------*/
.sec-page-ttl.company-detail {
	width: 100%;
	padding: 30px 0 0;
	position: relative;
	border-top: none;
}
.sec-page-ttl.company-detail::before {
	content: none;
}


.company-detail-mv-wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 35px;
}
.company-icon {
	width: auto;
	height: 80px;
	margin: -20px auto 30px;
}
.company-icon img {
	width: auto;
	height: 80px;
	margin: 0 auto;
}


.company-detail-ttl-wrap {
	width: max-content;
	margin: 0 auto 30px;
	text-align: left;
}
.company-detail-ttl-wrap .page-ttl-en {
	font-size: 1.7rem;
	line-height: 1.35;
}
.company-detail-ttl-wrap .page-ttl {
    font-size: 2.3rem;
	line-height: 1.73;
}

.page-main-copy {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 1.70;
}

.page-main-txt {
	margin: 0 auto;
	color: var(--color-txt-gray);
	text-align: center;
	font-size: 1.4rem;
    font-weight: 400;
	line-height: 1.92;
}


@media (max-width: 768px) {
	.sec-page-ttl.company-detail {
		width: 100%;
		padding: 2vw 0 0;
	}
	.company-detail .breadcrumb-wrap {
		margin-bottom: 12vw;
	}
	
	.company-detail-mv-wrap {
		width: 100%;
		max-width: initial;
		margin: 0 auto 4vw;
	}
	.company-icon {
		width: auto;
		height: 21.33vw;
		margin: 0 auto 8vw;
	}
	.company-icon img {
		width: auto;
		height: 21.33vw;
		margin: 0 auto;
	}

	.company-detail-ttl-wrap {
		width: max-content;
		margin: 0 auto;
	}
	.company-detail-ttl-wrap .page-ttl-en {
		font-size: var(--fs-sp-17);
	}
	.company-detail-ttl-wrap .page-ttl {
		font-size: var(--fs-sp-23);
	}
	
	.page-main-copy {
		margin: 8vw auto 0;
		font-size: 5.0vw;
		line-height: 1.8;
		text-align: left;
	}
	.page-main-txt {
		margin: 4vw auto 0;
		text-align: left;
		font-size: 3.6vw;
	}
}




/* ------------------------------------------------
              Top Message
--------------------------------------------------- */
/*---------- 社長メッセージ ----------*/
.sec-message-01 .cont-inn {
	max-width: 960px;
	align-items: flex-end;
	justify-content: space-between;
	padding-top: 50px;
	border-top: 1px solid rgba(102, 102, 102, 0.5);
}
.message-01-txt-wrap {
	width: 48%;
}
.message-01-txt {
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 2;
}
.message-01-signature {
	margin-bottom: 30px;
	font-size: 1.7rem;
	font-weight: 500;
}
.message-01-img {
	width: 48%;
}


@media (max-width: 768px) {
	.sec-message-01 .cont-inn {
		width: 100%;
		max-width: initial;
		align-items: flex-end;
		justify-content: space-between;
		padding-top: 0;
		border-top: none;
	}
	.message-01-txt-wrap {
        width: calc(100% - 11.73vw);
		margin: 0 auto;
	}
	.message-01-txt {
		margin-bottom: 10vw;
		font-size: var(--fs-sp-15);
	}
	.message-01-signature {
		margin-bottom: 10vw;
		font-size: var(--fs-sp-17);
	}
	.message-01-img {
		width: 100%;
	}
	
}


/*---------- メッセージ ----------*/
.sec-message-02 {
	width: 100%;
	padding: 50px 0 110px;
}
.sec-message-02 .cont-inn {
	max-width: 960px;
	align-items: flex-start;
	justify-content: space-between;
}
.message-02-img {
	width: 300px;
}
.message-02-txt-wrap {
	width: calc(100% - 330px);
}
.message-02-txt {
	line-height: 1.8;
}


@media (max-width: 768px) {
	.sec-message-02 {
		width: 100%;
		padding: 13.33vw 0 21.33vw;
	}
	.sec-message-02 .cont-inn {
		max-width: initial;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column-reverse;
	}
	.message-02-img {
		width: 100%;
		margin-top: 13.33vw;
	}
	.message-02-txt-wrap {
		width: 100%;
	}
	
}


/* ------------------------------------------------
                Philosophy
--------------------------------------------------- */

/*---------- 企業理念 ----------*/
.sec-slogan {
	width: 100%;
	padding: 40px 0 100px;
}
.sec-slogan .cont-inn {
	max-width: 960px;
}

/* 枠付きbox */
.slogan-box {
	width: 100%;
	padding: 40px;
	border: 1px solid var(--color-sghblue);
}
.slogan-box + .slogan-box {
	margin-top: 30px;
}

/* box 中身 */
.slogan-main-copy {
	color: var(--color-black);
	text-align: center;
	font-size: 3.8rem;
	font-weight: 600;
}
.slogan-txt + .slogan-txt {
	margin-top: 25px;
}
.slogan-txt span {
	font-weight: 600;
}
.slogan-box.slogan-box-01 .slogan-txt {
	width: max-content;
	margin: 50px auto 0;
	font-size: 1.5rem;
	line-height: 2;
}

.slogan-ttl {
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 400;
}
.slogan-sub-ttl {
	color: var(--color-txt-gray);
	margin-bottom: 50px;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 600;
}
.slogan-box.slogan-box-02 .slogan-txt, 
.slogan-box.slogan-box-03 .slogan-txt {
	width: 90%;
	max-width: 715px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5rem;
	line-height: 2;
}
.slogan-box.slogan-box-02 .slogan-txt.mb25 {
	margin-bottom: 25px;
}
.slogan-box.slogan-box-02 .slogan-txt.mb35 {
	margin-bottom: 35px;
}
.slogan-txt.txt-black {
	font-weight: 500;
}

.slogan-middle-ttl {
	width: 90%;
	max-width: 715px;
	margin: 0 auto;
	font-size: 1.5rem;
	font-weight: 700;
}

.slogan-ttl-navy {
	width: 90%;
	max-width: 715px;
	margin: 0 auto 30px;
	color: var(--color-sghblue);
	text-align: left;
	font-size: 1.9rem;
	font-weight: 600;
	transition: 0.3s ease-in-out;
}

.sgh-link {
	width: 470px;
	margin: 80px auto 0;
	padding-bottom: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid rgba(68, 68, 68, 0.2);
	position: relative;
	transition: 0.3s ease-in-out;
}
.sgh-link img {
	width: 62px;
	margin-right: 18px;
	position: relative;
	top: 0;
	transition: 0.3s ease-in-out;
}
.sgh-link span {
	padding-right: 88px;
	display: inline-block;
	text-align: left;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.57;
	position: relative;
	top: 0;
	transition: 0.3s ease-in-out;
}
.sgh-link span::before {
	content: '';
	width: 60px;
	height: 60px;
	background: var(--color-sghblue);
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 30px);
	right: 0;
	transition: 0.3s ease-in-out;
}
.sgh-link span::after {
	content: '';
	width: 60px;
	height: 60px;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 22px;
	position: absolute;
	top: calc(50% - 30px);
	right: 0;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	.sgh-link:hover img, 
	.sgh-link:hover span{
		top: -10px;
	}
	.sgh-link:hover span, 
	.sgh-link:hover span::before, 
	.sgh-link:hover span::after {
		opacity: 0.7;
	}
    
}

@media (max-width: 768px) {
	.sec-slogan {
		width: 100%;
		padding: 13.33vw 0 20vw;
	}

	/* 枠付きbox */
	.slogan-box {
		width: 100%;
		padding: 13.33vw 5.33vw;
	}
	.slogan-box + .slogan-box {
		margin-top: 13.33vw;
	}

	/* box 中身 */
	.slogan-main-copy {
		font-size: var(--fs-sp-23);
	}
	.slogan-txt + .slogan-txt {
		margin-top: 6vw;
	}
	
	.slogan-box.slogan-box-01 .slogan-txt {
		width: 100%;
		margin: 5.33vw auto 0;
		font-size: var(--fs-sp-14);
	}

	.slogan-ttl {
		margin-bottom: 6vw;
		font-size: var(--fs-sp-17);
	}
	.slogan-sub-ttl {
		margin-bottom: 8vw;
		font-size: var(--fs-sp-17);
	}
	.slogan-box.slogan-box-02 .slogan-txt, 
	.slogan-box.slogan-box-03 .slogan-txt {
		width: 100%;
		max-width: initial;
		font-size: var(--fs-sp-14);
	}
	.slogan-box.slogan-box-02 .slogan-txt.mb25 {
		margin-bottom: 6vw;
	}
	.slogan-box.slogan-box-02 .slogan-txt.mb35 {
		margin-bottom: 6vw;
	}
	.slogan-box.slogan-box-02 .slogan-txt + .slogan-txt {
		margin-top: 0;
	}
	.slogan-txt.txt-black {
		font-weight: 500;
	}

	.slogan-middle-ttl {
		width: 100%;
		max-width: initial;
		font-size: var(--fs-sp-15);
	}

	.slogan-ttl-navy {
		width: 100%;
		max-width: initial;
		margin: 0 auto 6vw;
		font-size: var(--fs-sp-19);
	}

	.sgh-link {
		width: 100%;
		margin: 16vw auto 0;
		padding-bottom: 5vw;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		border-bottom: 1px solid rgba(68, 68, 68, 0.2);
	}
	.sgh-link img {
		width: 18vw;
		margin-right: 0;
		margin-bottom: 4vw;
	}
	.sgh-link span {
		padding-right: 20vw;
		font-size: 5.2vw;
	}
	.sgh-link span::before {
		content: '';
		width: 15vw;
		height: 15vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		right: 0;
		transition: 0.3s ease-in-out;
	}
	.sgh-link span::after {
		content: '';
		width: 15vw;
		height: 15vw;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 6vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		right: 0;
		transition: 0.3s ease-in-out;
	}
	
}

/*---------- ヒューテックノオリンについて----------*/
.sec-about {
	width: 100%;
	padding: 50px 0 0;
}
.sec-about .cont-inn {
	max-width: 960px;
}

.about-box {
	width: 100%;
	margin: 0 auto;
	align-items: stretch;
	background: #fff;
	position: relative;
}
.about-box-01 {
	margin: 0 auto 80px;
}
.about-box-01 .about-img-logo {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-box-01 .about-img-logo img {
	width: 80%;
	max-width: 335px;
}

.about-box-01 .about-txt-wrap {
	width: 50%;
	padding: 40px;
	background: var(--color-green);
	color: #fff;
}


.about-box-02 .about-txt-wrap {
	width: 60%;
	padding: 0 80px 100px;
	order: 1;
	/* position: sticky;
    top: 0;
    left: 0; */
}

@media (min-width: 769px) {
	.last {
		position: sticky;
		top: 0;
		left: 0;
	}
}

/* テキスト */
.sec-middle-ttl-en {
	margin-bottom: 80px;
	color: var(--color-txt-green);
    font-weight: 500;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.sec-middle-ttl {
	margin-bottom: 30px;
	color: var(--color-txt-darkgray);
	font-size: 1.9rem;
    font-weight: 400;
}
.sec-middle-ttl span {
	display: inline-block;
	position: relative;
}
.sec-middle-ttl span::after {
	content: '';
	width: 0;
	height: 1.5px;
	background: var(--color-green);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.3s ease-in-out;
}
.sec-middle-ttl.is-effect-on span::after {
	width: 100%;
}
.about-box-01 .sec-middle-ttl-en, 
.about-box-01 .sec-middle-ttl {
	color: #fff;
}
.about-box-01 .sec-middle-ttl span::after {
	background: #fff;
}

.about-lead-txt {
	margin-bottom: 40px;
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 2;
}

.about-txt {
	color: var(--color-txt-gray);
	line-height: 1.8;
}
.about-box-01 .about-txt {
	color: #fff;
}

.about-txt .bold {
	font-size: 1.7rem;
	font-weight: 600;
}
.about-txt .label-green {
	display: inline-block;
	padding: 3px 5px;
	background: var(--color-green);
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

/* number list */
.about-num-list li {
	margin-bottom: 15px;
}
.about-num-list-ttl {
	margin-bottom: 15px;
	padding-left: 35px;
	color: var(--color-txt-green);
	font-size: 1.9rem;
    font-weight: 500;
	line-height: 1.3;
	position: relative;
}
.about-num-list-ttl span {
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #888;
	border-radius: 50%;
	color: #fff;
	font-size: 1.9rem;
    font-weight: 500;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.about-num-list-txt {
	padding-left: 35px;
}



/* 画像 */
/*
.about-img {
	width: calc((100% - 30px) / 2);
    margin-left: 30px;
	position: relative;
	background: url("../../img/company/philosophy/bg_about.jpg") center top no-repeat;
	background-size: 100%;
}
*/
.about-img-wrap {
	width: 40%;
	margin-right: calc(50% - 50vw);
    margin-left: 0;
	display: block;
	position: relative;
	order: 2;
	flex: 1;
}

@media (max-width: 1100px) {
	.about-box-02 .about-txt-wrap {
		width: 50%;
		padding: 0 50px 100px;
		order: 1;
	}
	.about-img-wrap {
		width: 50%;
		margin-right: calc(50% - 50vw);
	}
	
}

@media (max-width: 768px) {
	.sec-about {
		width: 100%;
		padding: 29.33vw 0 0;
	}

	.sec-about .cont-inn {
		width: 100%;
		background: none;
	}
	.about-box {
		width: 100%;
		align-items: flex-start;
		flex-direction: column;
		background: none;
	}
	
	.about-box-01 {
        width: calc(100% - 11.73vw);
		margin: 0 auto;
	}
	.about-box-01 .about-img-logo {
		width: 100%;
		margin: 0 auto 8vw;
		padding: 17.33vw 0;
		background: #fff;
		transition: 0.8s ease-in-out;
		opacity: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.about-box-01 .about-img-logo img {
		width: 61.86vw;
		max-width: initial;
		margin: 0 auto;
		display: block;
	}
	

	.about-txt-wrap {
        width: calc(100% - 11.73vw);
		margin: 0 auto;
		padding: 13.33vw 0 21.33vw;
		position: relative;
		top: auto;
		left: auto;
	}
	.about-box-01 .about-txt-wrap {
		width: 100%;
		padding: 0;
		background: none;
		color: var(--color-txt-darkgray);
	}
	
	.about-box-02 .about-txt-wrap {
        width: calc(100% - 11.73vw);
		padding: 0;
		order: 1;
	}
	.about-img-wrap {
		width: 100%;
		margin-right: 0;
	}


	/* テキスト */
	.sec-middle-ttl-en {
		color: #999;
		margin-bottom: 2vw;
	}
	.sec-middle-ttl {
		margin-bottom: 8vw;
		font-size: var(--fs-sp-19);
	}
	.about-box-01 .sec-middle-ttl-en {
		color: #999;
	}
	.about-box-01 .sec-middle-ttl {
		color: var(--color-txt-darkgray);
	}
	.about-box-01 .sec-middle-ttl span::after {
		background: var(--color-green);
	}

	.about-lead-txt {
		margin-bottom: 8vw;
		font-size: var(--fs-sp-17);
	}

	.about-txt-wrap .about-ttl-wrap.mt40 {
		margin-top: 29.33vw !important;
	}
	.about-box-01 .about-txt-wrap .about-ttl-wrap {
		margin-top: 0 !important;
	}
	.about-txt {
		margin-bottom: 29.33vw;
		color: var(--color-txt-gray);
		line-height: 1.8;
	}
	.about-box-01 .about-txt {
		color: var(--color-txt-gray);
	}

	.about-txt .bold {
		font-size: var(--fs-sp-17);
	}
	.about-txt .label-green {
		display: inline-block;
		padding: 1vw;
	}

	/* number list */
	.about-num-list li {
		margin-bottom: 5vw;
	}
	.about-num-list-ttl {
		margin-bottom: 3vw;
		padding-left: 8vw;
		font-size: var(--fs-sp-19);
	}
	.about-num-list-ttl span {
		width: 6vw;
		height: 6vw;
		font-size: var(--fs-sp-17);
		position: absolute;
		top: 0.5vw;
		left: 0;
	}
	.about-num-list-txt {
		padding-left: 8vw;
	}
	
	.about-img {
		width: 100%;
		height: 120vw;
		margin-right: 0;
		margin-left: 0;
		flex: auto;
		position: relative;
		top: auto;
	}
	.about-box-01 .about-img {
		background: url("../../img/company/philosophy/img_philosophy_01.jpg") top center no-repeat;
		background-size: 100%;
	}
	.about-box-02 .about-img {
		background: url("../../img/company/philosophy/img_philosophy_02.jpg") top center no-repeat;
		background-size: 100%;
	}
	.about-box-03 .about-img {
		background: url("../../img/company/philosophy/img_philosophy_03.jpg") top center no-repeat;
		background-size: 100%;
	}
	
	.sp-about-bg {
		width: calc(100% + 11.73vw);
		height: 120vw;
		margin-right: 0;
		margin-left: -5.865vw;
		flex: auto;
		position: relative;
		top: auto;
		clip-path: inset(0);
	}
	.bg-image-fixed {
		width: 100%;
		height: 100%;
		position: fixed; /* 背景を固定 */
		top: 0;
		left: 0;
	}
	.sp-about-bg-01 .bg-image-fixed {
		background: url("../../img/company/philosophy/img_philosophy_02.jpg") top center no-repeat;
		background-size: cover;
	}
	.sp-about-bg-02 .bg-image-fixed {
		background: url("../../img/company/philosophy/img_philosophy_03.jpg") top center no-repeat;
		background-size: cover;
	}
}

