@charset "UTF-8";

/* ------------------------------------------------
                    下層ページ
--------------------------------------------------- */

/*---------- 共通 ----------*/
.sec-page-ttl {
	width: 100%;
	padding: 80px 0 50px;
}
.page-ttl-wrap {
	width: 100%;
	padding-top: 47px;
	text-align: center;
	position: relative;
}
.page-ttl-wrap::before {
	content: '';
	width: 22px;
	height: 22px;
	background: var(--color-light-green);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: calc(50% - 11px);
	z-index: 1;
}
.page-ttl-wrap::after {
	content: '';
	width: 10px;
	height: 10px;
	background: var(--color-green);
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: calc(50% - 5px);
	z-index: 1;
}
.page-ttl-ja {
	margin-bottom: 10px;
	color: var(--color-txt-gray);
	font-size: 1.8rem;
    font-weight: 500;
	line-height: 1;
}
.page-ttl-en {
	color: var(--color-txt-black);
	font-size: 5.7rem;
	line-height: 1;
}

/* 見出し */
.sec-ttl-wrap {
	width: 100%;
	margin-bottom: 80px;
	align-items: flex-end;
	color: var(--color-txt-gray);
}
.sec-ttl-en {
	display: inline-block;
	margin-right: 30px;
	font-size: 5.7rem;
	line-height: 1;
}
.sec-ttl-ja {
	font-size: 1.6rem;
    font-weight: 500;
	line-height: 2;
}

@media (max-width: 768px) {
	.sec-page-ttl {
		width: 100%;
		padding: 14vw 0 12vw;
	}
	.page-ttl-wrap {
		width: 100%;
		padding-top: 8vw;
		text-align: center;
		position: relative;
	}
	.page-ttl-wrap::before {
		content: '';
		width: 4vw;
		height: 4vw;
		top: 0;
		left: calc(50% - 2vw);
		z-index: 1;
	}
	.page-ttl-wrap::after {
		content: '';
		width: 2vw;
		height: 2vw;
		top: 1vw;
		left: calc(50% - 1vw);
		z-index: 1;
	}
	.page-ttl-ja {
		margin-bottom: 2vw;
		font-size: 3.4vw;
	}
	.page-ttl-en {
		font-size: 8.66vw;
	}
	

	/* 見出し */
	.sec-ttl-wrap {
		width: 100%;
		margin-bottom: 12vw;
		flex-direction: column;
		align-items: flex-start;
	}
	.sec-ttl-en {
		display: block;
		margin-right: 0;
		margin-bottom: 2vw;
		font-size: 8.66vw;
	}
	.sec-ttl-ja {
		display: block;
		font-size: 3.6vw;
	}
}



/*---------- Mission Vision Values ----------*/
.sec-about {
	width: 100%;
	padding-bottom: 150px;
	position: relative;
}


/* セクション見出し */
.about-detail-ttl-wrap {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 60px;
	position: relative;
}
.about-detail-ttl-wrap::before {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--color-txt-black);
	position: absolute;
	bottom: 1.4em;
	left: 0;
	z-index: 1;
}
.about-detail-ttl-ja {
	width: 100%;
	margin-bottom: 15px;
	padding-left: 42px;
	color: var(--color-txt-gray);
	font-size: 1.5rem;
	line-height: 2;
}
.about-detail-ttl-en {
	display: inline-block;
	padding:0 50px 0 42px;
	background: var(--color-light-gray);
	font-size: 4.0rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
	z-index: 2;
}
.about-detail-ttl-en::before {
	content: '';
	width: 22px;
	height: 22px;
	background: var(--color-light-green);
	border-radius: 50%;
	position: absolute;
	top: 0.3em;
	left: 0;
	z-index: 1;
}
.about-detail-ttl-en::after {
	content: '';
	width: 10px;
	height: 10px;
	background: var(--color-green);
	border-radius: 50%;
	position: absolute;
	top: calc(0.3em + 6px);
	left: 6px;
	z-index: 1;
}

/* コンテンツ */
.about-detail-cont-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 60px;
}
.about-detail-cont-ttl {
	margin-bottom: 30px;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 2;
}
.about-detail-cont-txt {
	color: var(--color-txt-black);
	font-size: 1.6rem;
	line-height: 2;
}

@media (max-width: 768px) {
	.sec-about {
		width: 100%;
		padding-bottom: 28vw;
		position: relative;
	}


	/* セクション見出し */
	.about-detail-ttl-wrap {
		width: 100%;
		margin-top: 20vw;
		margin-bottom: 12vw;
		position: relative;
	}
	.about-detail-ttl-wrap::before {
		content: '';
		width: 100%;
		height: 1px;
		bottom: 1.0em;
	}
	.about-detail-ttl-ja {
		width: 100%;
		margin-bottom: 3vw;
		padding-left: 8vw;
		font-size: 3.4vw;
	}
	.about-detail-ttl-en {
		display: inline-block;
		padding: 0 5vw 0 8vw;
		font-size: 5.66vw;
	}
	.about-detail-ttl-en::before {
		content: '';
		width: 4.4vw;
		height: 4.4vw;
		top: 0.2em;
		left: 0;
	}
	.about-detail-ttl-en::after {
		content: '';
		width: 2.2vw;
		height: 2.2vw;
		top: calc(0.2em + 1.1vw);
		left: 1.1vw;
	}

	/* コンテンツ */
	.about-detail-cont-wrap {
		width: 100%;
		max-width: initial;
		margin: 0 auto 8vw;
	}
	.about-detail-cont-ttl {
		margin-bottom: 5vw;
		font-size: 4.33vw;
	}
	.about-detail-cont-txt {
		font-size: 3.4vw;
	}
}





/*---------- Message ----------*/
.sec-message {
	width: 100%;
	margin-bottom: 150px;
}
.message-cont-wrap {
	width: 100%;
	justify-content: space-between;
	align-items: flex-start
}
.message-cont-img-wrap {
	width: 340px;
	border-radius: 50px;
	overflow: hidden;
}
.message-cont-txt-wrap {
	width: calc(100% - 340px - 80px);
}
.message-cont-ttl {
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 2;
}
.message-cont-txt {
	margin-bottom: 40px;
	line-height: 2;
}

.profile-wrap {
	width: 100%;
	padding: 40px 30px;
	background: #fff;
	border-radius: 50px;
}

.profile-name-wrap {
	
}
.profile-name-wrap {
	width: 100%;
	margin-bottom: 15px;
	padding-left: 32px;
	align-items: center;
	position: relative;
}
.profile-name-wrap::before {
	content: '';
	width: 22px;
	height: 22px;
	background: var(--color-light-green);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.profile-name-wrap::after {
	content: '';
	width: 10px;
	height: 10px;
	background: var(--color-green);
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 1;
}
.profile-position {
	margin-right: 12px;
	font-weight: 500;
	line-height: 1;
}
.profile-name {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
}
.profile-txt {
	font-size: 1.2rem;
	line-height: 2;
}

@media (max-width: 768px) {
	.sec-message {
		width: 100%;
		margin-bottom: 28vw;
	}
	.message-cont-wrap {
		width: 100%;
		justify-content: space-between;
		align-items: flex-start
	}
	.message-cont-img-wrap {
		width: 60vw;
		margin: 0 auto 6vw;
		border-radius: 8vw;
		overflow: hidden;
	}
	.message-cont-txt-wrap {
		width: 100%;
	}
	.message-cont-ttl {
		margin-bottom: 4vw;
		font-size: 4.2vw;
	}
	.message-cont-txt {
		margin-bottom: 8vw;
	}

	.profile-wrap {
		width: 100%;
		padding: 6vw;
		border-radius: 8vw;
	}

	.profile-name-wrap {
		width: 100%;
		margin-bottom: 3vw;
		padding-left: 6vw;
		align-items: center;
		position: relative;
	}
	.profile-name-wrap::before {
		content: '';
		width: 4vw;
		height: 4vw;
		top: 1.5vw;
	}
	.profile-name-wrap::after {
		content: '';
		width: 2vw;
		height: 2vw;
		top: 2.5vw;
		left: 1vw;
	}
	.profile-position {
		margin-right: 2.2vw;
	}
	.profile-name {
		font-size: 3.6vw;
	}
	.profile-txt {
		font-size: 3.0vw;
	}
    
}






/*---------- Company ----------*/
.sec-company {
	width: 100%;
	margin-bottom: 150px;
}

.company-outline-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.company-outline {
	width: 100%;
	border-top: 1px solid #fff;
}
.company-outline dt {
	width: calc(100% - 735px);
	padding: 20px 10px 20px 17px;
	border-bottom: 1px solid #fff;
	color: var(--color-txt-gray);
	font-weight: 500;
	line-height: 2;
}
.company-outline dd {
	width: 735px;
	padding: 20px 0;
	justify-content: flex-start;
	border-bottom: 1px solid #fff;
	line-height: 2;
}
.outline-position {
	width: 120px;
	display: block;
}
.outline-name {
	width: calc(100% - 120px);
	display: block;
}


@media (max-width: 1000px) {
	.company-outline dt {
		width: 20%;
	}
	.company-outline dd {
		width: 80%;
	}
}


@media (max-width: 768px) {
	.sec-company {
		width: 100%;
		margin-bottom: 22vw;
	}

	.company-outline-wrap {
		width: 100%;
		max-width: initial;
		margin: 0 auto;
	}
	.company-outline {
		width: 100%;
	}
	.company-outline dt {
		width: 100%;
		padding: 3vw 2vw 0;
		border-bottom: none;
	}
	.company-outline dd {
		width: 100%;
		padding: 3vw 2vw;
	}
	.outline-position {
		width: 33vw;
		display: block;
	}
	.outline-name {
		width: calc(100% - 33vw);
		display: block;
	}
    
}






/*---------- ドキュメント・お問い合わせ ----------*/
.sec-bottom-links {
	width: 100%;
	padding: 0 0 165px;
	position: relative;
}
.sec-bottom-links .cont-inn {
	justify-content: space-between;
}

.bottom-link {
	width: calc((100% - 50px) / 2);
	padding: 70px 50px;
	border-radius: 80px;
	position: relative;
}
.bottom-link-document {
	background: linear-gradient( to bottom, #D8D8D8, #677671, #000000);
	background-size: 400% 400%;
	animation: bottomlinkGrad 10s ease infinite;
}
.bottom-link-contact {
	background: linear-gradient( to bottom, #C4D700, #109A98, #004831);
	background-size: 400% 400%;
	animation: bottomlinkGrad 10s ease infinite;
}

@keyframes bottomlinkGrad {
	0% {
		background-position: 50% 0%;
	}
	50% {
		background-position: 50% 100%;
	}
	100% {
		background-position: 50% 0%;
	}
}

.bottom-link-ttl-wrap {
	width: 100%;
	margin-bottom: 100px;
	padding-left: 35px;
	position: relative;
	color: #fff;
}
.bottom-link-ttl-wrap::before {
	content: '';
	width: 20px;
	height: 20px;
	background: var(--color-light-green);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: 0.3s ease-in-out;
}
.bottom-link-ttl-wrap::after {
	content: '';
	width: 10px;
	height: 10px;
	background: var(--color-green);
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 3;
}

.bottom-link-ttl-ja {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
}
.bottom-link-ttl-en {
	font-size: 4.2rem;
	line-height: 1;
}

a.btn-bottom-link {
	width: 70px;
	height: 70px;
	margin: auto 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	position: relative;
}
a.btn-bottom-link::before {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s ease-in-out;
}
@media (min-width: 769px) {
	a.btn-bottom-link:hover::before {
		content: '';
		width: 90%;
		height: 90%;
		top: 5%;
		left: 5%;
	}
}

.bottom-link-document .btn-bottom-link img {
	width: 14px;
}
.bottom-link-contact .btn-bottom-link img {
	width: 17px;
}

@media (max-width: 768px) {
	.sec-bottom-links {
		width: 100%;
		padding: 6vw 0 12vw;
		position: relative;
	}
	.sec-bottom-links .cont-inn {
		justify-content: space-between;
	}

	.bottom-link {
		width: 90%;
		margin: 0 auto 8vw;
		padding: 8vw 6vw;
		border-radius: 10vw;
		position: relative;
	}

	.bottom-link-ttl-wrap {
		width: 100%;
		margin-bottom: 8vw;
		padding-left: 7vw;
	}
	.bottom-link-ttl-wrap::before {
		content: '';
		width: 4vw;
		height: 4vw;
	}
	.bottom-link-ttl-wrap::after {
		content: '';
		width: 2vw;
		height: 2vw;
		top: 1vw;
		left: 1vw;
	}

	.bottom-link-ttl-ja {
		margin-bottom: 3vw;
		font-size: 3.6vw;
	}
	.bottom-link-ttl-en {
		font-size: 7.8vw;
	}

	a.btn-bottom-link {
		width: 10vw;
		height: 10vw;
		margin: auto 0 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		background: none;
		position: relative;
	}
	a.btn-bottom-link::before {
		top: -1px;
		left: -1px;
	}

	.bottom-link-document .btn-bottom-link img {
		width: 2vw;
	}
	.bottom-link-contact .btn-bottom-link img {
		width: 2.8vw;
	}
    
}
