@charset "utf-8";

/*
company
*/
.company-nav {
	padding-bottom: 8rem;
}
.company-nav-item {
	color: #fff;
	position: relative;
	display: block;
	overflow: hidden;
}
.company-nav-item:hover {
	opacity: 1;
}
.company-nav-bg {
	width: 100%;
	height: 40rem;
	transition: .5s;
}
.company-nav-item:hover .company-nav-bg  {
	transform: scale(1.1);
}
.company-nav-item01 .company-nav-bg {
	background: url("../images/company/company_menu01.jpg") center / cover no-repeat;
}
.company-nav-item02 .company-nav-bg {
	background: url("../images/company/company_menu02.jpg") center / cover no-repeat;
}
.company-nav-item03 .company-nav-bg {
	background: url("../images/company/company_menu03.jpg") center / cover no-repeat;
}
.company-nav-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(38, 73, 157, 0.7);
}
.company-nav-item02 .company-nav-bg:before {
	background-color: rgba(10, 62, 134, 0.7);
}
.company-nav-item-inner {
	width: 100%;
	max-width: 93rem;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%); 
	z-index: 2;
	padding: 0 15px;
	letter-spacing: 0.89px;
}

.company-nav-item .common-title_en, .company-nav-item .common-title_jp {
	color: #fff;
}
.company-nav-item .common-title_jp {
	font-size: 3.6rem;
}

@media (min-width: 768px){
	.company-nav-item {
/*		padding: 10rem 15px;*/
	}
	.company-nav-bg {
		height: 29rem;
	}
	.company-nav-item-inner {
		display: flex;
	}
	.company-nav-item .common-title {
		width: calc(100% - 45rem);
	}
	.company-nav-item p {
		width: 45rem;
	}
}
@media (min-width: 992px){
	.company-nav {
		padding-bottom: 16.3rem;
	}
	.company-nav-item .common-title {
		width: calc(100% - 56rem);
	}
	.company-nav-item p {
		width: 56rem;
	}
}


/*
about us
*/
.page-id-24 .common-mv-inner {
	background-image: url("../images/company/about_mv.jpg");
	background-position: center;
}
.about01 {
	padding: 8rem 0;
	background: linear-gradient(to bottom, #F2F5FF, #fff);
}
.about01-table tr {
	border-bottom: 1px solid #A0ACBA;
}
.about01-table tr:last-child {
	border-bottom: none;
}
.about01-table th, .about01-table td {
	letter-spacing: 1px;
	line-height: 2.188;
}
.about01-table th {
	padding-top: 2rem;
	font-weight: 500;
}
.about01-table th .note {
	font-size: 14px;
	line-height: 1;
}
.about01-table td {
	padding-bottom: 2rem;
}
.map-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	position: relative;
	margin-top: 10px;
}
.map-wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	border-radius: 3rem;
}
@media (min-width: 768px){
	.about-flex {
		display: flex;
	}
	
	.about-flex .common-title {
		width: 25%;
	}
	.about-content {
		width: 75%;
	}
	.about01-table {
		border-left: 1px solid #A0ACBA;
	}
	.about01-table tr {
		border-bottom: none;
	}
	.about01-table th {
		padding: 2rem 5rem;
		width: 20rem;
		text-align: left;
	}
	.about01-table td {
		padding: 2rem 0;
	}
}
@media (min-width: 992px){
	.about-flex .common-title {
		width: 36.4%;
	}
	.about-content {
		width: 63.6%;
	}
	.about01 {
		padding: 8rem 0 12rem;
	}
}

.about02 {
	padding: 8rem 0 4rem;
}
.about03, .about04, .about05 {
	padding: 4rem 0;
}
.about05 {
	padding-bottom: 8rem;
}
.about05 .about-flex {
	margin-bottom: 8rem;
}
.about-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}
.about-list li {
	background-color: #fff;
	padding: 10px 15px;
	letter-spacing: 1px;
}
@media (min-width: 768px){
	.about-list li {
		padding: 12.5px 3rem;
	}
}
@media (min-width: 992px){
	.about02 {
		padding: 12rem 0 5.5rem;
	}
	.about05 {
		padding-bottom: 16.3rem;
	}
	.about-list {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}
	.about03 .about-list {
		grid-template-columns: 1fr;
	}
	.about05 .about-flex {
		margin-bottom: 12rem;
	}
}

.page-id-24 .slides-wrapper {
	background: linear-gradient(to bottom, #fff 0, #fff 50%, #F2F5FF 50%, #F2F5FF 100%);
}



/*
company-philosophy
*/
.page-id-38 .common-mv-inner {
	background-image: url("../images/company/philosophy_mv.jpg");
}
.company-message {
	background: linear-gradient(to bottom, #F2F5FF, #fff);
	position: relative;
	padding: 0 0 8rem 0;
}
.company-message:before {
	content: '';
	width: 80%;
	max-width: 51.6rem;
	height: 58rem;
	background: url("../images/company/president_bg.png") right bottom / contain no-repeat;
	position: absolute;
	bottom: -5rem;
	right: 0;
	z-index: 11;
}
.company-message .wider-container {
	position: relative;
	z-index: 12;
}
.company-message-textarea {
	letter-spacing: 0.89px;
}
.company-message-subtitle {
	color: #3B4A7F;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 3.92px;
	line-height: 1.667;
	margin-bottom: 2rem;
}
.company-message-name {
	color: #111111;
	font-size: 18px;
	margin-top: 4rem;
	letter-spacing: 1px;
}
.company-message-img {
	margin-top: 8rem;
	text-align: center;
}
.company-message-img img {
	max-width: 51rem;
	border-radius: 3rem;
}

.company-philosophy {
	padding: 15rem 0 8rem;
}
.company-vision {
	margin-top: 6rem;
}
.company-philo-title {
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0;
	font-size: 7rem;
	color: rgba(182, 191, 222, 0.29);
	text-align: center;
	line-height: .7;
}
.company-philo-box {
	border-radius: 3rem;
	padding: 15px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
}
.company-mission .company-philo-box {
	background: linear-gradient(rgba(38, 73, 157, .57),rgba(13, 26, 55, 1)), url("../images/company/mission_bg.jpg") center / cover no-repeat;
}
.company-vision .company-philo-box {
	background: linear-gradient(rgba(38, 73, 157, .57),rgba(13, 26, 55, 1)), url("../images/company/vision_bg.jpg") center / cover no-repeat;
}
.company-philo-subtitle {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 3rem;
	line-height: 1.389;
}
.company-value {
	padding: 8rem 0;
}
.company-value .company-philo-title {
	margin-bottom: 4rem;
}
.company-value-list li {
	border-bottom: 1px solid #A0ACBA;
	padding: 3.2rem 0;
}
.company-value-list li:first-child {
	padding-top: 0;
}
.company-value-list-content {
	letter-spacing: 1px;
}
.company-value-list-content p + p {
	margin-top: 0;
}
.company-value-num {
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0;
	font-size: 4.8rem;
	color: #26499D;
	margin-bottom: 10px;
	line-height: 1;
}
.company-value-title {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.458;
}
@media (min-width: 576px){
	.company-value-list li {
		display: flex;
	}
	.company-value-num {
		margin: 0 4rem 0 0;
	}
	.company-value-title {
		margin-bottom: 15px;
	}
}
@media (min-width: 768px){
	.company-philo-title {
		font-size: 9.4rem;
	}
	.company-philo-subtitle {
		font-size: 3.6rem;
	}
}
@media (min-width: 992px){
	.company-message {
		padding: 8rem 0;
	}
	.company-message:before {
		bottom: -10rem;
		max-width: 45rem;
	}
	.company-message-textarea {
		width: 70%;
	}
	.company-message-img {
		margin: 0 0 0 3rem;
	}
	.company-philo-box {
		padding: 4rem 4rem 4.5rem;
	}
	.company-value {
		display: flex;
	}
	.company-value .company-philo-title {
		margin: 0 12.7rem 0 0;
	}
	.company-value {
		padding: 13.3rem 0 9rem;
	}
}
@media (min-width: 1200px){
	.company-message:before {
		max-width: 51.6rem;
	}
	.company-message-textarea {
		width: calc(100% - 59rem);
	}
	.company-message-img {
		margin-left: 8rem;
	}
	
	.company-philosophy {
		padding: 22rem 0 16.3rem;
	}
}



/*
company-history
*/
.page-id-47 .common-mv-inner {
	background-image: url("../images/company/history_mv.jpg");
}
.company-history {
	padding-bottom: 8rem;
}
.company-history p + p {
	margin-top: 0;
}
.company-history ul {
	margin-bottom: 8rem;
	position: relative;
}
.company-history ul:before {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #A0ACBA;
	position: absolute;
	top: 2.2rem;
	left: 0;
}
.company-history li {
	position: relative;
	padding-left: 15px;
}
.company-history li + li {
	margin-top: 4.5rem;
}
.company-history li:last-child:before {
	content: '';
	width: 2px;
	height: 130%;
	background-color: #F2F5FF;
	position: absolute;
	top: 16px;
	left: 0;
}
.history-year, .history-month {
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	color: #26499D;
	margin-bottom: 5px;
}
.history-year {
	font-size: 4rem;
	position: relative;
}
.history-year:before {
	content: '';
	width: 16px;
	height: 16px;
	background-color: #30AFE9;
	border-radius: 100%;
	position: absolute;
	top: 10px;
	left: -23px;
}
.company-history li.no-year .history-year:before {
	top: 5px;
}
.history-month {
	font-size: 2.8rem;
}
.history-text {
	letter-spacing: 1px;
}
@media (min-width: 768px){
	.company-history ul:before {
		left: 15.8rem;
	}
	.company-history li {
		display: flex;
		align-items: center;
		padding-left: 0;
	}
	.company-history li:last-child:before {
		left: 15.8rem;
		top: 25px;
	}
	.history-year:before {
		top: calc(50% - 8px);
		right: -17px;
		left: auto;
	}
	.history-year {
		width: 16rem;
	}
	.company-history-content {
		display: flex;
		align-items: center;
		width: calc(100% - 16rem);
		margin-left: 6.8rem;
	}
	.history-month {
		margin-right: 3rem;
		width: 6.6rem;
	}
	.history-text {
		width: calc(100% - 9.6rem);
	}
}
@media (min-width: 992px){
	.company-history {
		padding: 3rem 0 16.3rem;
	}
	.company-history .container {
		max-width: 967px;
	}
	.company-history ul {
		margin-bottom: 11rem;
	}
	.history-month {
		margin-right: 5.4rem;
	}
	.history-text {
		width: calc(100% - 12rem);
	}
}