@charset "utf-8";
/* ============================================================ */
/* about */
/* ============================================================ */
.contents._about_ {
	background: url("../../img/about/bg_outline.png"), linear-gradient(90deg, #001B25 0%, rgba(0, 38, 53, 0) 100%);
	background-size: contain;
	background-position: left bottom;
	padding: 0 0 120px;
	background-repeat: no-repeat;
}


/* about-syaze
------------------------------------------------------------ */
.about-syaze {
	background: url("../../img/about/bg_syaze.png"), linear-gradient(90deg, #001B25 0%, rgba(0, 38, 53, 0) 100%);
	background-size: cover;
	background-position: left bottom;
	padding: 90px 0 120px;
	background-repeat: no-repeat;
}

.about-syaze__img {
	max-width: 610px;
	margin: 0 auto;
	padding: 0 30px;
}


/* about-message
------------------------------------------------------------ */
.about-message {
	background: url("../../img/about/bg_message.png"), linear-gradient(270deg, #005C9F 0%, #00A7EA 100%);
	background-size: cover;
	padding: 90px 0 120px;
	background-repeat: repeat-y;
	background-position: right bottom;
}

.about-message-ceo {
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	margin-bottom: 80px;
}

.about-message-ceo__detail {
	width: calc((100% - 31.67%) - 80px);
}

@media only screen and (min-width: 768px) and (max-width: 1195px) {
	.about-message-ceo__detail {
		width: calc((100% - 31.67%) - 40px);
	}
}

.about-message-ceo__detail .h3 {
	text-align: left;
	position: relative;
	margin: 0 0 50px;
}

.about-message-ceo__detail .h3::after {
	background: url("../../img/about/bg_txt_message.svg") 0 0 no-repeat;
	content: "";
	display: inline-block;
	width: 393px;
	height: 110px;
	position: absolute;
	top: 0;
	right: 80px;
	background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 940px) {
	.about-message-ceo__detail .h3::after {
		width: 283px;
		height: 80px;
		right: 0;
	}
}

.about-message-ceo__detail .__name {
	font-size: 3.2rem;
	margin: 0 0 0 10px;
	font-weight: 500;
	letter-spacing: 3.2px;
}

.about-message-ceo__img {
	width: 31.67%;
}

.about-message-philosophy {
	display: flex;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	gap: 81px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1195px) {
	.about-message-philosophy {
		gap: 40px;
	}
}

.about-message-philosophy__detail {
	order: 2;
	max-width: 770px;
	margin: 0 auto 0 0;
	padding: 0 30px 0 0;
}

.about-message-philosophy__detail .h3 {
	text-align: left;
	position: relative;
	margin: 0 0 50px;
}

.about-message-philosophy__detail .h3::after {
	background: url("../../img/about/bg_txt_philosophy.svg") 0 0 no-repeat;
	content: "";
	display: inline-block;
	width: 487px;
	height: 140px;
	position: absolute;
	top: 0;
	right: 53px;
	background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 940px) {
	.about-message-philosophy__detail .h3::after {
		width: 311px;
		height: 90px;
		right: 0;
	}
}

.about-message-philosophy__ttl {
	font-size: 2.8rem;
	margin: 0 0 20px;
	font-weight: 500;
	letter-spacing: 2.8px;
	display: flex;
	align-items: center;
}

.about-message-philosophy__ttl .__small {
	font-size: 2.0rem;
}

.about-message-philosophy__ttl .__border {
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 0 60px;
	margin: 0 0 0 20px;
}
 
.about-message-philosophy__ttl .__border::before,
.about-message-philosophy__ttl .__border::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: var(--white);
}
 
.about-message-philosophy__ttl .__border::before {
	left: 0;
}
 
.about-message-philosophy__ttl .__border::after {
	right: 0;
}

.about-message-philosophy__img {
	order: 1;
	max-width: 740px;
}

.about-message-philosophy__img .__item01 {
	margin: 0 0 40px auto;
	text-align: right;
	max-width: 380px;
}

.about-message-philosophy__img .__item02 {
	margin: 0 135px 0 0;
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1195px) {
	.about-message-philosophy__img .__item02 {
		margin: 0;
	}
}


/* about-outline
------------------------------------------------------------ */
.about-outline {
	padding-top: 185px;
}

/* about-history
------------------------------------------------------------ */
.about-history {
}

.about-history__inner {
	display: flex;
	justify-content: space-between;
}

.about-history-timeline {
	display: flex;
	justify-content: space-between;
	width: calc((100% - 23.92%) - 80px);
}

.about-history-photo {
	width: 23.92%;
}

.about-history-photo__item {
	margin: 0 0 40px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1.4px;
}

.about-history-photo__item:last-child {
	margin: 0;
}

.about-history-timeline__list {
}

.about-history-timeline__item {
	display: flex;
	line-height: 1.6;
}

.about-history-timeline__item .__year {
	color: #7fd2f4;
	font-size: 4.8rem;
	font-weight: 900;
	line-height: 1.0;
	padding: 0 80px 35px 0;
}

@media only screen and (min-width: 768px) and (max-width: 950px) {
	.about-history-timeline__item .__year {
		padding: 0 40px 35px 0;	
	}
}

.about-history-timeline__content {
	position: relative;
	padding: 0 0 50px 85px;
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 950px) {
	.about-history-timeline__content {
		padding: 0 0 50px 40px;
	}
}

.about-history-timeline__item:last-child .__year {
	padding: 0 80px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 950px) {
	.about-history-timeline__item:last-child .__year {
		padding: 0 40px 0 0;
	}
}

.about-history-timeline__item:last-child .about-history-timeline__content {
	padding: 0 0 0 85px;
}

@media only screen and (min-width: 768px) and (max-width: 950px) {
	.about-history-timeline__item:last-child .about-history-timeline__content {
		padding: 0 0 0 40px;
	}
}

.about-history-timeline__content::before {
	content: "";
	position: absolute;
	top: 8px;
	left: -5.8px;
	width: 12px;
	height: 12px;
	background-color: var(--blue);
	border-radius: 12px;
}

.about-history-timeline__content::after {
	content: "";
	width: 2px;
	height: 100%;
	background: var(--blue);
	position: absolute;
	left: 0;
	top: 8px;
	transform: translateX(-50%);
}

.about-history-timeline__content .__date {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1.6px;
	color: rgba(255,255,255,0.5);
}




