.content-box {
	margin-top: 70px;
}

@media screen and (max-width: 767px) {
	.content-box {
		margin-top: 40px;
	}
}

body#about .main-image {
	height: auto;
	position: relative;
	width: 100%;
	z-index: 11;
}

body#about .section-niigata-city .sec-ttl {
	font-size: 8.4vw;
	opacity: .7;
	overflow-x: hidden;
	padding: 0;
	translate: 0 -50%;
	white-space: nowrap;
	z-index: 11;
}

body#about .section-niigata-city .sec-inner {
	padding-top: 0;
	position: relative;
}

body#about .section-niigata-city .sec-inner::before {
	background-image: url("../images/home/about_bg.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	max-height: 494px;
	max-width: 760px;
	position: absolute;
	right: 0;
	top: 0;;
	width: 100%;
	z-index: -2;
}

body#about .section-niigata-city .content-box {
	margin-top: 0;
	position: relative;
}

body#about .section-niigata-city .content-box::before {
	background-image: url("../images/common/bird04.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 18vw;
	position: absolute;
	right: 3vw;
	top: -10vw;
	width: 17vw;
	z-index: 11;
}

body#about .section-niigata-city .content-box::after {
	background-image: url("../images/common/wave02.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 6vw;
	content: "";
	display: block;
	height: 79px;
	position: absolute;
	right: -9vw;
	width: 143px;
	z-index: 1;
}

body#about .section-niigata-city .content-box .text-box {
	margin-right: auto;
	max-width: 690px;
	position: relative;
	width: 100%;
	z-index: 11;
}

body#about .section-niigata-city .content-box .text-box p + p {
	margin-top: 40px;
}

@media screen and (max-width: 1300px) {
	body#about .section-niigata-city .content-box::after {
		right: 0;
	}
}

@media screen and (max-width: 880px) {
	body#about .section-niigata-city .content-box::after {
		content: none;
	}
}

@media screen and (max-width: 767px) {
	body#about .section-niigata-city .sec-inner {
		padding-bottom: 50px;
	}
	
	body#about .section-niigata-city .content-box::before {
		top: -15vw;
	}
	
	body#about .section-niigata-city .content-box .text-box {
		max-width: unset;
	}
	
	body#about .section-niigata-city .content-box .text-box p + p {
		margin-top: 1em;
	}
}

body#about .section-data .sec-inner {
	background: linear-gradient(90deg, rgb(245 245 245 / 1) 0%, rgb(255 255 255 / 1) 100%);
	padding-bottom: 210px;
}

body#about .section-data .title-en {
	color: var(--white);
	opacity: 1;
}

body#about .section-data .data-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 20px;
	margin-top: 30px;
}

body#about .section-data .data-box img {
	height: auto;
	width: 240px;
}

@media screen and (max-width: 767px) {
	body#about .section-data .sec-inner {
		padding-bottom: 100px;
	}
	
	body#about .section-data .data-box {
		gap: 20px 10px;
	}
	
	body#about .section-data .data-box img {
		width: calc(50% - 8px);
	}
}

body#about .section-project .sec-inner {
	padding-top: 0;
}

body#about .section-project .waves-container {
	margin-top: -70px;
}

@media screen and (max-width: 767px) {
	body#about .section-project .waves-container {
		margin-top: -20px;
	}
}

body#about .section-features .sec-inner {
	padding-top: 0;
}

body#about .detail-container {
	margin-top: 70px;
}

body#about .detail-container .detail-item {
	display: flex;
	gap: 20px 60px;
}

body#about .detail-container .detail-item:nth-child(even) {
	flex-direction: row-reverse;
}

body#about .detail-container .detail-item + .detail-item {
	margin-top: 70px;
}

body#about .detail-container .detail-item .text-box {
	max-width: 490px;
	width: 100%;
}

body#about .detail-container .detail-item .title {
	border-bottom: 1px solid var(--border-color);
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.6;
	padding-bottom: 15px;
}

body#about .detail-container .detail-item .text-box p {
	margin-top: 20px;
}

body#about .detail-container .detail-item .image-box {
	max-width: 470px;
	width: 100%;
}

body#about .detail-container .detail-item .image-box img {
	border-radius: 40px;
}

@media screen and (max-width: 767px) {
	body#about .detail-container .detail-item {
		flex-wrap: wrap;
	}
	
	body#about .detail-container .detail-item .text-box {
		max-width: unset;
	}
	
	body#about .detail-container .detail-item .title {
		font-size: 2.2rem;
	}
	
	body#about .detail-container .detail-item .image-box {
		max-width: unset;
	}
	
	body#about .detail-container .detail-item .image-box img {
		border-radius: 20px;
	}
}

body#message .section-message .sec-inner {
	overflow: hidden;
}

body#message .section-message .content-box {
	margin-top: 140px;
}

body#message .section-message .image-box {
	position: relative;
	width: 100%;
}

body#message .section-message .image-box::before {
	background-image: url("../images/common/wave02.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 79px;
	position: absolute;
	left: 15px;
	top: -30px;
	width: 143px;
	z-index: 1;
}

body#message .section-message .image-box::after {
	background-image: url("../images/common/wave01.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 79px;
	position: absolute;
	right: -15px;
	bottom: -40px;
	width: 143px;
	z-index: 1;
}

body#message .section-message .image-box img {
	border-radius: 40px;
	display: block;
	margin-inline: auto;
	max-width: 800px;
}

body#message .section-message .image-box .wrap-title {
	bottom: 0;
	left: 3vw;
	position: absolute;
	translate: 0 25%;
}

body#message .section-message .image-box .wrap-title p {
	background-color: var(--white);
	display: inline-block;
	font-size: min(6vw, 5.9rem);
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.3;
}

body#message .section-message .image-box .wrap-title p + p {
	margin-top: 8px;
}

body#message .section-message .message-box {
	margin-inline: auto;
	margin-top: 120px;
	max-width: 700px;
	position: relative;
	text-align: justify;
	width: 100%;
}

body#message .section-message .message-box::before {
	background-image: url("../images/common/bird04.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -5vw;
	content: "";
	display: block;
	height: 18vw;
	position: absolute;
	right: -18vw;
	width: 17vw;
	z-index: -1;
}

body#message .section-message .signature {
	align-items: center;
	column-gap: 20px;
	display: flex;
	justify-content: flex-end;
	margin-inline: auto;
	margin-top: 55px;
	max-width: 700px;
	width: 100%;
}

body#message .section-message .signature span {
	font-size: 2rem;
	font-weight: 700;
}

body#message .section-message .signature img {
	height: 43px;
	width: auto;
}

@media screen and (max-width: 767px) {
	body#message .section-message .content-box {
		margin-top: 40px;
	}
	
	body#message .section-message .image-box::before {
		height: 39px;
		left: 0;
		top: -15px;
		width: 71px;
	}

	body#message .section-message .image-box::after {
		height: 39px;
		right: 0;
		bottom: -15px;
		width: 71px;
	}
		
	body#message .section-message .image-box .wrap-title {
		left: 0;
		translate: 0 0;
	}
	
	body#message .section-message .image-box .wrap-title p + p {
		margin-top: 4px;
	}
	
	body#message .section-message .message-box {
		margin-top: 20px;
	}
	
	body#message .section-message .message-box::before {
		content: none;
	}
	
	body#message .section-message .signature {
		margin-top: 30px;
	}
	
	body#message .section-message .signature span {
		font-size: 1.6rem;
	}

	body#message .section-message .signature img {
		height: 36px;
	}
}

body#work-life .section-condition .title-en span {
	color: rgb(245 245 245 / .7);
	opacity: 1;
	position: relative;
	width: fit-content;
}

body#work-life .section-condition .title-en span::before {
	background-image: url("../images/common/wave01.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	opacity: 1;
	right: -8.5vw;
	top: -8px;
	width: 10vw;
	z-index: 1;
}

body#work-life .work-container + .work-container {
	margin-top: 70px;
}

body#work-life .work-container .content-box {
	margin-top: 110px;
}

body#work-life .work-container h3 {
	border-bottom: 1px solid #ddd;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
	padding-bottom: 15px;
}

body#work-life .work-container .detail {
	margin-top: 20px;
}

body#work-life .work-container .detail .text-box p {
	font-size: 1.6rem;
	font-weight: 500;
}

body#work-life .work-container .detail .text-box p + p {
	margin-top: 1em;
}

body#work-life .work-container .detail .text-box .bold {
	font-weight: 700;
}

body#work-life .work-container .detail .text-box .note {
	margin-top: 0;
	padding-left: 1em;
	text-indent: -1em;
}

body#work-life .work-container .salary-box {
	border: none;
	margin-bottom: 0;
	margin-top: 50px;
	max-width: 700px;
	width: 100%;
}

body#work-life .work-container .salary-box th,
body#work-life .work-container .salary-box td {
	border: none;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 16px 10px;
}

body#work-life .work-container .salary-box td p {
	font-size: 1.6rem;
	font-weight: 500;
}

body#work-life .work-container .salary-box th {
	background-color: var(--button-color);
	color: var(--main-text-color);
	font-weight: 700;
}

body#work-life .work-container .salary-box th:first-child {
	border-radius: 7px 0 0 7px;
	width: 250px;
}

body#work-life .work-container .salary-box th:last-child {
	border-radius: 0 7px 7px 0;
	width: 190px;
}

body#work-life .work-container .salary-box td {
	border-bottom: 1px solid #E0E0E0;
}

body#work-life .work-container .salary-box td.section {
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center;
}

body#work-life .work-container .salary-box td:last-child {
	text-align: center;
}

body#work-life .work-container .detail .table-wrapper + .text-box {
	margin-top: 40px;
}

body#work-life .work-container .detail .table-wrapper + .text-box .note {
	font-size: 1.4rem;
}

body#work-life .work-container .detail .table-wrapper + .text-box .note + .note {
	margin-top: 1em;
}

body#work-life .work-container .detail .table-wrapper + .text-box .note .underline {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	body#work-life .work-container + .work-container {
		margin-top: 40px;
	}
	
	body#work-life .work-container h3 {
		font-size: 2.4rem;
	}
}

body#work-life .section-benefit .title-en {
	top: -30px;
}

body#work-life .section-benefit .content-width {
	margin-top: -200px;
}

@media screen and (max-width: 767px) {
	body#work-life .section-benefit .title-en {
		top: 0;
	}
	
	body#work-life .section-benefit .content-width {
		margin-top: -60px;
	}
}

body#learn-grow .section-ideal-candidate .sec-inner {
	margin-top: 70px;
}

body#learn-grow .section-ideal-candidate .sec-inner .content-width {
	margin-top: -200px;
}

body#learn-grow .section-ideal-candidate .title-en {
	top: -30px;
}

@media screen and (max-width: 767px) {
	body#learn-grow .section-ideal-candidate .sec-inner {
		margin-top: 10px;
	}
	
	body#learn-grow .section-ideal-candidate .title-en {
		top: 0;
	}
	
	body#learn-grow .section-ideal-candidate .sec-inner .content-width {
		margin-top: -60px;
	}
}

body#learn-grow .training-container + .training-container {
	margin-top: 70px;
}

body#learn-grow .training-container .content-box {
	margin-top: 110px;
}

body#learn-grow .training-container .image-conteiner {
	background-color: #F6F6F6;
	border-radius: 20px;
	margin-top: 70px;
	padding: 24px;
}

body#learn-grow .training-container .image-conteiner .title {
	background-color: #283B4E;
	border-radius: 24px;
	color: var(--white);
	font-size: clamp(1.4rem, 1.0602rem + 2.7184vw, 2.8rem);
	letter-spacing: .05em;
	line-height: 1.5;
	padding: 3px 0;
	text-align: center;
}

body#learn-grow .training-container .image-conteiner .image-box {
	margin-top: 20px;
}
body#learn-grow .training-container .image-conteiner.flow .image-box {
	margin: 20px 50px 0 50px;
}

body#learn-grow .training-container .flow .flow-list {
	align-items: center;
	display: flex;
	margin: 10px 50px 0 50px;
	padding: 0 20px 0 10px;
}

body#learn-grow .training-container .flow .flow-list .flow-item {
	position: relative;
	width: calc(100% / 6);
}

body#learn-grow .training-container .flow .flow-list .flow-item::before {
	background-image: url("../images/learn-grow/arrow_flow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 33px;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -10% -50%;
	width: 33px;
}

body#learn-grow .training-container .flow .flow-list .flow-item:last-child {
	width: 20px;
}

body#learn-grow .training-container .flow .flow-list .flow-item:last-child::before {
	content: none;
}

body#learn-grow .training-container .flow .flow-list .flow-item p {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.2;
	writing-mode: vertical-rl;
}

body#learn-grow .training-container .staff-training {
	background-color: #F6F6F6;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	padding: 24px;
}

body#learn-grow .training-container .staff-training .step-contents {
	height: 100%;
	max-height: 300px;
	position: relative;
	width: calc((100% - 320px) / 4);
}

body#learn-grow .training-container .staff-training .step-contents::before {
	background-image: url("../images/learn-grow/arrow_flow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 33px;
	left: 65%;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 33px;
}

body#learn-grow .training-container .staff-training .step-contents p {
	align-items: center;
	background-color: #009E3B;
	border-radius: 14px;
	color: var(--white);
	display: flex;
	font-size: 2rem;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	letter-spacing: .2em;
	line-height: 1.2;
	padding: 10px 30px;
	text-orientation: upright;
	writing-mode: vertical-rl;
}

body#learn-grow .training-container .staff-training .step-contents.first p {
	background-color: #B4B900;
}

body#learn-grow .training-container .staff-training .step-contents.last {
	background-color: #007248;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	height: auto;
	padding: 12px 30px 22px;
	max-width: 320px;
	width: 100%;
}

body#learn-grow .training-container .staff-training .step-contents.last::before {
	content: none;
}

body#learn-grow .training-container .staff-training .step-contents.last p {
	background-color: #007248;
	border-radius: 0;
	padding: 0;
}

body#learn-grow .training-container .staff-training .step-contents.last .title {
	border-bottom: 1px solid var(--white);
	padding-bottom: 12px;
}

body#learn-grow .training-container .staff-training .step-contents.last .title p {
	letter-spacing: .05em;
	padding: 0 20px;
	writing-mode: initial;
}

body#learn-grow .training-container .staff-training .step-contents.last .detail {
	align-items: flex-start;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
	margin-top: 22px;
	width: 100%;
}

body#learn-grow .training-container .staff-training .step-contents.last .detail p {
	height: auto;
}

body#learn-grow .training-container h3 {
	border-bottom: 1px solid #ddd;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
	padding-bottom: 15px;
}

body#learn-grow .training-container h4 {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.8;
	padding-left: 27px;
	position: relative;
}

body#learn-grow .training-container h4::before {
	background-color: #ddd;
	border-radius: 20px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 9px;
}

body#learn-grow .training-container h5 {
	background-color: #283B4E;
	border-radius: 4px;
	color: var(--white);
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.8;
	margin-bottom: 10px;
	margin-top: 40px;
	padding: 2px 10px;
	width: fit-content;
}

body#learn-grow .training-container .field-contents {
	margin-top: 20px;
}

body#learn-grow .training-container .field-contents .field-title {
	align-items: center;
	background-color: #f2f2f2;
	display: flex;
	margin-bottom: 10px;
	padding: 5px 10px;
	position: relative;
	width: fit-content;
}

body#learn-grow .training-container .field-contents .field-title::before {
	border-radius: 4px;
	display: inline-block;
	width: 5px;
	height: 1.5em;
	margin-right: .5em;
	background-color: #283B4E;
	content: '';
}

body#learn-grow .training-container .field-contents .row {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

body#learn-grow .training-container .field-contents .row + .row {
	margin-top: 20px;
}

body#learn-grow .training-container .field-contents .row > p {
	color: #283B4E;
}

body#learn-grow .training-container .field-contents .row .title {
	border-bottom: 2px solid #283B4E;
	width: fit-content;
}

body#learn-grow .training-container .field-contents .row .detail {
	margin: 0;
	width: fit-content;
}

body#learn-grow .training-container .detail {
	margin-top: 20px;
}

body#learn-grow .training-container .detail .text-box p {
	font-size: 1.6rem;
	font-weight: 500;
}

body#learn-grow .training-container .detail .text-box .bold {
	font-weight: 700;
}

body#learn-grow .training-container .detail .text-box .note {
	padding-left: 1em;
	text-indent: -1em;
}

body#learn-grow .training-container .detail .item {
	margin-top: 50px;
}

body#learn-grow .training-container .detail .item .text-box {
	margin-top: 20px;
}

@media screen and (max-width: 979px) {
	body#learn-grow .training-container .staff-training {
		gap: 50px;
		flex-wrap: wrap;
	}
	
	body#learn-grow .training-container .staff-training .step-contents {
		max-height: unset;
		width: 100%;
	}
	
	body#learn-grow .training-container .staff-training .step-contents::before {
		left: 50%;
		position: absolute;
		rotate: 90deg;
		top: 120%;
		translate: -50% 0;
		width: 33px;
	}
	
	body#learn-grow .training-container .staff-training .step-contents p {
		margin-inline: auto;
		max-width: 400px;
		text-orientation: initial;
		writing-mode: initial;
	}
	
	body#learn-grow .training-container .staff-training .step-contents.last {
		margin-inline: auto;
		max-width: 400px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	body#learn-grow .training-container .staff-training .step-contents.last .detail {
		flex-direction: column-reverse;
		gap: 20px;
	}
	
	body#learn-grow .training-container .staff-training .step-contents.last .detail p {
		max-width: unset;
	}
}

@media screen and (max-width: 767px) {
	body#learn-grow .training-container .image-conteiner {
		margin-top: 30px;
	}
	
	body#learn-grow .training-container .image-conteiner.flow .image-box {
		margin: 0;
	}
	
	body#learn-grow .training-container .flow .flow-contents {
		display: flex;
		gap: 10px;
		margin-top: 40px;
	}
	
	body#learn-grow .training-container .flow .flow-contents .image-box {
		width: 80px;
	}
	
	body#learn-grow .training-container .flow .flow-list {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 70px;
		margin: 0;
		padding: 0;
		width: calc(100% - 90px);
	}

	body#learn-grow .training-container .flow .flow-list .flow-item {
		position: relative;
		width: 100%;
	}

	body#learn-grow .training-container .flow .flow-list .flow-item::before {
		background-image: url("../images/learn-grow/arrow_flow.svg");
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		display: block;
		height: 33px;
		left: 50%;
		position: absolute;
		rotate: 90deg;
		top: 50%;
		translate: -50% 100%;
		width: 33px;
	}

	body#learn-grow .training-container .flow .flow-list .flow-item:last-child {
		width: 100%;
	}

	body#learn-grow .training-container .flow .flow-list .flow-item:last-child::before {
		content: none;
	}
	
	body#learn-grow .training-container .flow .flow-list .flow-item p {
		text-align: center;
		writing-mode: initial;
	}
	
	body#learn-grow .training-container h3 {
		font-size: 2.4rem;
	}
	
	body#learn-grow .training-container .image-conteiner .title {
		font-size: 1.4rem;
	}
	
		body#learn-grow .training-container .image-conteiner.flow .title {
		font-size: 2rem;
	}
}

body#work-life .section-data .sec-inner {
	background: linear-gradient(90deg, rgb(245 245 245 / 1) 0%, rgb(255 255 255 / 1) 100%);
}

body#work-life .section-data .title-en {
	color: var(--white);
	opacity: 1;
}

body#work-life .section-data .data-container {
	display: grid;
	gap: 24px;
	grid-template-areas:
	"data01 data01 data02 data02 data03 data03"
	"data04 data04 data04 data05 data05 data05"
	"data06 data06 data07 data07 data08 data08"
	"data09 data09 data09 data09 data10 data10"
	;
}

body#work-life .section-data .data-container > :nth-child(2) {
	grid-template-columns: 1fr 2fr
}

body#work-life .section-data .data-container img {
	margin-inline: auto;
}

body#work-life .section-data .data-container .data01 {
	grid-area: data01;
}

body#work-life .section-data .data-container .data02 {
	grid-area: data02;
}

body#work-life .section-data .data-container .data03 {
	grid-area: data03;
}

body#work-life .section-data .data-container .data04 {
	grid-area: data04;
}

body#work-life .section-data .data-container .data05 {
	grid-area: data05;
}

body#work-life .section-data .data-container .data06 {
	grid-area: data06;
}

body#work-life .section-data .data-container .data07 {
	grid-area: data07;
}

body#work-life .section-data .data-container .data08 {
	grid-area: data08;
}

body#work-life .section-data .data-container .data09 {
	grid-area: data09;
}

body#work-life .section-data .data-container .data10 {
	grid-area: data10;
}

@media screen and (max-width: 767px) {
	body#work-life .section-data .content-box {
		margin-top: 70px;
	}
	
	body#work-life .section-data .data-container {
		grid-template-areas:
		"data01"
		"data02"
		"data03"
		"data04"
		"data05"
		"data06"
		"data07"
		"data08"
		"data09"
		"data10";
	}
}
