@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.now.index::before {
	content: "";
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {
	padding: 20% 0;
}

.section_1 .wrap {
	gap: 60px;
	width: 90%;
	margin: 0 auto;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	width: max-content;
	max-width: 100%;
	text-align: center;
}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading::after {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {}

.section_1 .item_wrap {}

.section_1 .item_wrap .item {}

.section_1 .item_wrap .item .item_inner {}

.section_1 .text_wrap {}

.section_1 .text_wrap .text_wrap_inner {}

.section_1 .text_wrap .text_wrap_inner .text {
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.section_1 .inner {
		padding: 5% 0;
	}

	.section_1 .text_wrap .text_wrap_inner .text {
		text-align: center;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_1 .wrap {
		gap: 96px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_2 {}

.section_2 .inner {
	padding: 20% 0;
}

.section_2 .wrap {}

.section_2 .heading_wrap {
	width: 100%;
}

.section_2 .heading_wrap .heading {
	width: 100%;
	text-align: center;
}

.section_2 .heading_wrap .heading::before {}

.section_2 .heading_wrap .heading::after {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .heading_wrap .heading_other .sub::before,
.section_2 .heading_wrap .heading_other .sub::after {
    content:"";
    display:block; /* widthが効くように */
}

.section_2 .heading_wrap .heading_other .sub::before {
    width: var(--sub-before-len, 0px);
}

.section_2 .heading_wrap .heading_other .sub::after {
    width: var(--sub-after-len, 0px);
}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
}

.section_2 .item_wrap {}

.section_2 .item_wrap .item {
	padding: 48px 0;
}

.section_2 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_2 .img {
	width: 90%;
	margin-top: 36px;
}

.section_2 .text_wrap {
	width: 90%;
}

.section_2 .text_wrap .text_wrap_inner {
	align-items: flex-start;
}

.section_2 .text_wrap .text_wrap_inner .text {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 2;
}

.section_2 .item_wrap .item_vision {
	background-color: #FFF8EE;
}

.section_2 .item_wrap .item_values {
	background-color: #F2FDFF;
}

.section_2 .item_values .item_inner .text_wrap .text_wrap_inner .text {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0px;
}

.section_2 .item_values .item_inner .text_wrap .text_wrap_inner .text span {
	display: block;
}

.section_2 .item_values .item_inner .text_wrap .text_wrap_inner .text span:nth-child(1) {
	font-weight: 700;
	white-space: nowrap;
}

@media screen and (min-width: 768px) {
	.section_2 .inner {
		padding: 5% 0;
	}

	.section_2 .item_wrap {
		flex-direction: row;
		align-items: stretch;
		gap: 0;
	}

	.section_2 .item_wrap .item {
		justify-content: flex-start;
		width: 50%;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_2 .item_wrap .item {
		padding-top: 96px;
	}

	.section_2 .item_wrap .item .item_inner {
		gap: 48px;
	}

	.section_2 .img {
		width: 80%;
		margin-top: 60px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_3 {}

.section_3 .inner {
	padding: 20% 0;
}

.section_3 .wrap {
	gap: 60px;
}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {
	width: max-content;
	max-width: 100%;
	text-align: center;
}

.section_3 .heading_wrap .heading::before {}

.section_3 .heading_wrap .heading::after {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {}

.section_3 .content_wrap .content {
	padding: 48px 0;
	background-image: url(../img/company_greeting_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_3 .item_wrap {
	width: 90%;
}

.section_3 .item_wrap .item {}

.section_3 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_3 .text_wrap {}

.section_3 .text_wrap .text_wrap_inner {}

.section_3 .text_wrap .text_wrap_inner .text {
	font-weight: 500;
	line-height: 2;
}

.section_3 .name_wrap {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	height: auto;
	padding: 12px;
	background-image: linear-gradient(150deg, rgba(255, 232, 206, 1), rgba(171, 145, 61, 1));
}

.section_3 .name_wrap::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px #CDAD49 solid;
	background-color: transparent;
}

.section_3 .name_wrap .text_1 {
	margin-bottom: 5%;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
}

.section_3 .name_wrap .text_2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
	color: #ffffff;
}

.section_3 .name_wrap .text_2 .highlight {
	font-family: "Noto Serif JP", serif;
	font-size: 1.66666667em;
	font-weight: 600;
}

@media screen and (min-width: 768px) {
	.section_3 .inner {
		padding: 5% 0;
	}

	.section_3 .content_wrap .content {
		padding: 5% 0 10%;
	}

	.section_3 .item_wrap {
		width: 90%;
		max-width: 1280px;
	}

	.section_3 .item_wrap .item .item_inner {
		flex-direction: row-reverse;
		align-items: flex-start;
		gap: 24px;
	}

	.section_3 .text_wrap {
		width: calc((100% - (24px * 1)) / 2);
	}

	.section_3 .img {
		width: calc((100% - (24px * 1)) / 2);
	}
}

@media screen and (min-width: 1280px) {
	.section_3 .img {
		position: relative;
	}

	.section_3 .name_wrap {
		position: absolute;
		bottom: -24px;
		right: 0;
		transform: translate(75%, 0);
		width: 60%;
		padding: 24px;
	}

	.section_3 .name_wrap .text_2 {
		gap: 12px;
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .item_wrap .item .item_inner {
		gap: 60px;
	}

	.section_3 .text_wrap {
		width: calc((100% - (60px * 1)) / 2);
	}

	.section_3 .img {
		width: calc((100% - (60px * 1)) / 2);
	}

	.section_3 .name_wrap {
		padding: 36px 24px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_4 {}

.section_4 .inner {
	padding: 20% 0;
}

.section_4 .wrap {
	gap: 60px;
}

.section_4 .heading_wrap {}

.section_4 .heading_wrap .heading {}

.section_4 .heading_wrap .heading::before {}

.section_4 .heading_wrap .heading::after {}

.section_4 .heading_wrap .heading .main {}

.section_4 .heading_wrap .heading .sub {}

.section_4 .content_wrap {}

.section_4 .content_wrap .content {}

.section_4 .item_wrap {}

.section_4 .item_wrap .item {}

.section_4 .item_wrap .item .item_inner {
	gap: 48px;
}

.section_4 .table {
	width: 90%;
	max-width: 950px;
}

.section_4 .table tr {}

.section_4 .table tr th,
.section_4 .table tr td {
	display: block;
	border: 0;
	font-weight: 500;
}

.section_4 .table tr th {
	border-bottom: 3px #00AFCC solid;
}

.section_4 .table tr th div {}

.section_4 .table tr th div p {}

.section_4 .table tr td {
	border-bottom: 3px #AB903C solid;
}

.section_4 .table tr td div {}

.section_4 .table tr td div p {}

.section_4 .map {
    position: relative;
    width: 90%;
	max-width: 950px;
    height: 0;
    padding-top: calc(100% * (1 / 1));
    overflow-y: hidden;
}

.section_4 .map iframe {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: calc(100% + (150px * 2));
}

@media screen and (min-width: 768px) {
	.section_4 .inner {
		padding: 5% 0;
	}

	.section_4 .table tr th,
	.section_4 .table tr td {
		display: table-cell;
	}

	.section_4 .table tr th {
		width: 20%;
	}

	.section_4 .table tr td {
		width: 80%;
		padding-left: 48px;
	}

	.section_4 .map {
		padding-top: calc(100% * (1 / 3));
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_4 .wrap {
		gap: 96px;
	}

	.section_4 .item_wrap .item .item_inner {
		gap: 168px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
