@charset "UTF-8";
/* CSS Document */
@media (min-width: 769px) {
	/* PC用 */
}
@media (min-width: 1380px) {
	/* PC用 */
}
@media (max-width: 768px) {
	/* tablet用 */
}
@media (max-width: 480px) {
	/* SP用 */
}
/* common
-------------------------------------------------- */
@media (min-width: 1025px) {
	/* PC用 */
	main {
		font-size: 9.4px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	main {
		font-size: 8.4px;
	}
}
.h1_01 {
	margin-bottom: 12em;
	text-align: center;
}
.h1_01 span {
	position: relative;
	font-size: 4.3em;
	font-weight: 700;
}
.h1_01 span::after {
	position: absolute;
	content: "";
	width: 174px;
	height: 3px;
	background: #f7931e;
	bottom: -0.5em;
	left: calc(50% - 87px);
}
.kv--area {
	position: sticky;
	position: -webkit-sticky;
	left: 0;
	top: 0;
	z-index: 2;
}
.content--wrap {
	position: relative;
	background: #fff;
	z-index: 4;
}
@media (min-width: 1380px) {
	/* PC用 */
}
@media (max-width: 768px) {
	/* tablet用 */
	.h1_01 {
		margin-bottom: 7em;
	}
	.h1_01 span {
		font-size: 5.4vw;
	}
	.h1_01 span::after {
		width: 104px;
		height: 2px;
		left: calc(50% - 52px);
	}
}
@media (max-width: 480px) {
	/* SP用 */
}
.conts_under {
	padding-top: 14em;
	margin-bottom: 33em;
}
@media (min-width: 769px) {
	/* PC用 */
}
@media (min-width: 1380px) {
	/* PC用 */
}
@media (max-width: 768px) {
	/* tablet用 */
	.conts_under {
		padding-top: 4em;
		margin-bottom: 16em;
	}
}
@media (max-width: 480px) {
	/* SP用 */
}
.item--list {
	margin: 0 auto;
	width: 95%;
	max-width: 1230px;
}
.item--list dl {
	font-family: Arial, Helvetica, "sans-serif";
}
.item--list dl dt {
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #f7931e;
}
@media (min-width: 769px) {
	.item--list dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0 14px;
		line-height: 1.82;
	}
	.item--list dl dt {
		padding: 2em 0;
		width: 26%;
		max-width: 308px;
		font-size: 2.2em;
	}
	.item--list dl dd {
		padding: 2em 1.67vw;
		width: 74%;
		font-size: 2.2em;
		border-bottom: 1px solid #1a1a1a;
	}
}
@media (max-width: 768px) {
	/* tablet用 */
	.item--list {
		padding: 0 2.8%;
	}
	.item--list dl {
		line-height: 1.82;
	}
	.item--list dl dt {
		padding: 2em 0 0.45em;
		font-size: 1.9em;
	}
	.item--list dl dd {
		padding: 1.26em 0;
		color: #222;
		font-size: 1.6em;
		border-bottom: 1px solid #e6e6e6;
	}
}
/*---- btn--more.pform ----*/
.btn--more.pform {
	float: none;
	max-width: 472px;
}
.btn--more.pform a {
	height: 110px;
	color: #323232;
	font-size: 2.8em;
	font-weight: 700;
	border: 3px solid #000;
	background: #fff;
	border-radius: 61px;
}
.btn--more.pform a::before {
	content: none;
}
.btn--more.pform a:hover {
	color: #fff;
	background: #000;
}
.btn--more.pform.bk a {
	color: #fff;
	background: #000;
}
.btn--more.pform.bk a:hover {
	color: #000;
	background: #fff;
}
@media (min-width: 769px) {
	/* PC用 */
	.btn--more.pform {
		margin: 10em auto;
	}
}
@media (min-width: 1380px) {
	/* PC用 */
	.btn--more.pform {
		margin: 17em auto;
	}
}
@media (max-width: 768px) {
	/* tablet用 */
	.btn--more.pform {
		width: 292px;
		margin: 4.3em auto 0;
	}
	.btn--more.pform a {
		height: 70px;
		font-size: 1.7em;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media (max-width: 480px) {
	/* SP用 */
}
/* pagination */
/* ------------------------------------ */
.page-numbers_wrap {
	margin: 14em auto 28em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 40px;
}
.page-numbers_wrap .prev02 span, .page-numbers_wrap .next02 span {
	width: 20px;
	height: 23px;
	background: url(../img/common/page_arrow_left_02.svg) no-repeat 0 0/contain;
	display: block;
}
.page-numbers_wrap .prev span, .page-numbers_wrap .next span {
	width: 13px;
	height: 23px;
	background: url(../img/common/page_arrow_left_01.svg) no-repeat 0 0/contain;
	display: block;
}
.page-numbers_wrap .next02 span, .page-numbers_wrap .next span {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pagination {
	margin: 0 20px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pagination a, .pagination .current {
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 2.7em;
	font-weight: 700;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	line-height: 0;
}
.pagination .current {
	color: #fff;
	background: #f7931e;
}
.pagination a:hover::before {
	position: absolute;
	content: "";
	width: 28px;
	height: 3px;
	background: #f7931e;
	bottom: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (min-width: 769px) {
	/* PC用 */
}
@media (min-width: 1380px) {
	/* PC用 */
}
@media (max-width: 768px) {
	/* tablet用 */
	.page-numbers_wrap {
		margin: 7em auto 14em;
		gap: 0 20px;
	}
	.page-numbers_wrap .prev02, .page-numbers_wrap .next02 {
		display: none;
	}
	.page-numbers_wrap .prev span, .page-numbers_wrap .next span {
		width: 7px;
		height: 14px;
	}
	.pagination {
		gap: 20px;
	}
	.pagination a, .pagination .current {
		width: 35px;
		height: 35px;
		font-size: 1.8em;
	}
}
@media (max-width: 480px) {
	/* SP用 */
}
/* form--area
-------------------------------------------------- */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #6e6e6e;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6e6e6e;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #6e6e6e;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #6e6e6e;
}
input::placeholder, textarea::placeholder, select:has(option:checked[value=""]) {
	color: #6e6e6e;
}
input[type=text], input[type=email], input[type=tel], textarea, select {
	padding: 15px 25px;
	width: 100%;
	font-size: 2.2em;
	font-weight: 500;
	letter-spacing: 0.05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f2f2f2;
	border: none;
}
.form--list .w01 {
	width: 18.6%;
}
.form--list .w02 {
	width: 20%;
}
.form--list .btn_addr {
	margin-left: 0.5em;
	padding: 5px 15px;
	font-size: 1.7em;
	font-weight: 500;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f2f2f2;
}
/*
select::after {
  //  appearance: none;
  border: 1px solid red;
}
*/
textarea {
	height: 244px;
	line-height: 1.4;
}
.radio-input {
	display: none;
}
.radio-input + label {
	padding-left: 47px;
	position: relative;
	margin-right: 20px;
	font-size: 2.2em;
	top: 15px;
}
.radio-input + label::before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	width: 32px;
	height: 32px;
	background: #f2f2f2;
	margin-right: 15px;
}
.radio-input:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 8px;
	width: 16px;
	height: 16px;
	background: #f7931e;
}
.form_btn {
	margin-top: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
input[type=submit] {
	width: 300px;
	height: 60px;
	color: var(--wh);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--red);
	border: none;
	border-radius: 40px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
input[type=submit]:hover {
	color: var(--red);
	background: var(--wh);
	border: 1px solid var(--red);
}
/* confirm */
.confirm .agree, .confirm #privacy {
	display: none;
}
.confirm .form_btn {
	gap: 60px;
}
@media (min-width: 769px) {
	/* PC用 */
}
@media (min-width: 1380px) {
	/* PC用 */
}
@media (max-width: 768px) {
	/* tablet用 */
}
/* thanks */
@media (max-width: 768px) {
	/* tablet用 */
	input[type=text], input[type=email], input[type=tel], textarea, select {
		padding: 15px 20px;
		font-size: 1.7em;
	}
	.form--list .w01 {
		width: 28%;
	}
	.form--list .birth .w01 {
		width: 90%;
	}
	.form--list .w02 {
		width: 40%;
	}
	.form--list .btn_addr {
		padding: 5px 10px;
		font-size: 1.2em;
	}
	.radio-input + label {
		padding-left: 40px;
		margin-right: 20px;
		font-size: 1.6em;
	}
}
/* topics--list
-------------------------------------------------- */
@media (min-width: 769px) {
	/* PC用 */
	.topics--list {
		margin: 13em auto 0;
	}
}
@media (min-width: 1380px) {
	/* PC用 */
}
@media (max-width: 768px) {
	/* tablet用 */
}
@media (max-width: 480px) {
	/* SP用 */
	.topics--list {
		margin: 5em auto 0;
	}
}
/* topics--single
-------------------------------------------------- */
.topics--single .topcs--ttl {
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ccc;
}
.topics--single--cnts {
	border-bottom: 1px solid #ccc;
}
.topics--single--cnts .photo--box {
	max-width: 600px;
}
.topics--single--cnts .text--box {
	max-width: 886px;
}
.topics--single--cnts .text--box p {
	margin-bottom: 1em;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 2em;
	line-height: 2.4;
}
@media (min-width: 769px) {
	/* PC用 */
	.topics--single {
		margin: 13em auto 28em;
	}
	.topics--single .topcs--date {
		margin-top: 5em;
		font-size: 2.7em;
	}
	.topics--single .topcs--ttl {
		font-size: 4.7em;
	}
	.topics--single--cnts {
		margin: 10em auto 0;
		padding-bottom: 10em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0 8.37%;
	}
	.topics--single--cnts .photo--box .photo {
		margin-bottom: 3.6em;
	}
	.topics--single--cnts .text--box p {
		margin-bottom: 1em;
		font-size: 2em;
		line-height: 2.4;
	}
}
@media (min-width: 1380px) {
	/* PC用 */
}
@media (max-width: 768px) {
	/* tablet用 */
	.topics--single {
		margin: 5em auto 10em;
	}
	.topics--single .topcs--date {
		margin-top: 3.5em;
		font-size: 4vw;
	}
	.topics--single .topcs--ttl {
		font-size: 5.6vw;
	}
	.topics--single--cnts {
		margin: 4.8em auto 0;
	}
	.topics--single--cnts .photo--box {
		margin-bottom: 4.8em;
	}
	.topics--single--cnts .photo--box .photo {
		margin-bottom: 2.6em;
	}
	.topics--single--cnts .text--box p {
		font-size: 4.27vw;
		line-height: 2.31;
	}
}
@media (max-width: 480px) {
	/* SP用 */
}
/* works--area
-------------------------------------------------- */
.works--area .works--head {
	position: relative;
	margin: 0 auto;
	max-width: 1792px;
}
.works--area .works--head .h2_03 {
	margin-bottom: 0.6em;
	font-family: "Baloo Chettan Semi";
	text-align: center;
}
.works--area .slide--thumb {
	border-bottom: 1px solid #ccc;
}
.works--area .thumb.slick-slide:hover {
	cursor: pointer;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.works--area .thumb.slick-slide img, .works--area .works--main figure img {
	border-radius: 10px;
}
@media (min-width: 769px) {
	/* PC用 */
	.works--area {
		margin: 13em auto 0;
	}
	.works--area .works--head {
		background: url("../img/works/head_bg.png") left -3.35vw top 5.4vw no-repeat;
		background-size: 32.905027933% auto;
	}
	.works--area .works--head .h2_03 {
		padding-top: 0.1em;
		line-height: 0.4em;
	}
	.works--area .works--head .works--slide--main02 {
		width: 95%;
		max-width: 1672px;
		margin: 0 auto;
		padding-bottom: 8.4em;
		overflow: hidden;
	}
	.works--area .works--head .works--main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.works--area .works--head .works--main figure {
		width: 48%;
		max-width: 807px;
	}
	.works--area .works--head .works--main figure img {
		border-radius: 10px;
	}
	.works--area .works--head .works--main .works--head--txt--wrap {
		width: 48%;
	}
	.works--area .works--head .works--main .works--head--txt {
		height: 60%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.works--area .works--head .works--main .works--head--txt .works--head--ttl {
		margin-bottom: 0.5em;
		font-size: 2.33vw;
		font-weight: 700;
		line-height: 1.2;
	}
	.works--area .works--head .works--main .works--head--txt .works--head--year {
		font-size: 1.13vw;
		font-weight: 700;
	}
	.works--area .works--head .works--main .works--head--before--wrap {
		height: 40%;
	}
	.works--area .works--head .works--main .works--head--before {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: 0 20px;
	}
	.works--area .works--head .works--main .works--head--before figure {
		width: 39%;
		max-width: 312px;
	}
	.works--area .works--head .works--main .works--head--before figure img {
		border-radius: 10px;
	}
	.works--area .works--head .works--main .works--head--before p {
		font-size: 1.43vw;
		font-weight: 700;
	}
	.works--area .slide--thumb {
		width: 95%;
		max-width: calc(1672px + 1%);
		margin: 6em auto 0;
		padding-bottom: 8.4em;
	}
	.works--area .thumb.slick-slide {
		width: 15.3333333333% !important;
		margin: 0.5%;
		-webkit-transition: 0.4s all;
		transition: 0.4s all;
	}
}
@media (max-width: 768px) {
	.works--area .works--head {
		margin: 4.5em auto;
		padding-top: 2em;
		background: url("../img/works/head_bg.png") left top no-repeat;
		background-size: 62.4% auto;
	}
	.works--area .works--head .h2_03 {
		line-height: 1;
	}
	.works--area .works--head .works--slide--main02 {
		margin: 0 6% 0;
	}
	.works--area .works--head .works--main .works--head--txt--wrap {
		width: 100%;
	}
	.works--area .works--head .works--main .works--head--txt {
		margin: 2.6em auto;
		width: 80%;
	}
	.works--area .works--head .works--main .works--head--txt .works--head--ttl {
		margin-bottom: 0.5em;
		font-size: 4.72vw;
		font-weight: 700;
	}
	.works--area .works--head .works--main .works--head--txt .works--head--year {
		font-size: 3.6vw;
		font-weight: 500;
	}
	.works--area .works--head .works--main .works--head--before--wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.works--area .works--head .works--main .works--head--before {
		width: 36%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 5px 0;
	}
	.works--area .works--head .works--main .works--head--before figure {
		max-width: 312px;
		border-radius: 10px;
	}
	.works--area .works--head .works--main .works--head--before p {
		font-size: 3.9vw;
		font-weight: 700;
	}
	.works--area .slide--thumb {
		margin: 0 auto;
		width: 92%;
		padding-bottom: 4.2em;
	}
	.works--area .thumb.slick-slide {
		width: 30% !important;
		margin: 1%;
		-webkit-transition: 0.4s all;
		transition: 0.4s all;
	}
}
@media (max-width: 480px) {
	/* SP用 */
	.works--area .works--head {
		margin: 0 auto 4.5em;
	}
	.works--area .works--head .h2_03 span {
		font-size: 12.2vw;
	}
	.works--area .works--head .h2_03 small {
		font-size: 3.6vw;
	}
	.works--area .works--head .h2_03 small::before, .works--area .works--head .h2_03 small::after {
		width: 5px;
		height: 5px;
	}
}
/* feature
-------------------------------------------------- */
#feature {
	padding-top: 20px;
	background: #fff;
}
#feature .kv--area {
	width: 100%;
	background: url(../img/feature/kv.jpg) no-repeat center top/cover;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	left: 0;
}
#feature .feature--cont--area {
	position: relative;
	background: #fff;
	z-index: 4;
}
#feature h1 {
	font-weight: 700;
	text-align: center;
}
#feature .kv--lead p {
	font-weight: 500;
	line-height: 2;
}
#feature .h2_03 {
	font-family: "Baloo Chettan Mid";
	text-align: center;
}
#feature .h2_03 span span {
	position: relative;
	display: inline-block;
}
#feature .h2_03 small {
	display: inline-block;
}
#feature .h2_03 small::before, #feature .h2_03 small::after {
	height: 1px;
	border-radius: 0;
	background: #1a1a1a;
}
#feature .feature--philosophy--area .inner .photo {
	max-width: 1134px;
}
#feature .feature--philosophy--area .inner .textbox {
	background: #fdf4ec;
}
#feature .feature--philosophy--area .inner .textbox p {
	font-weight: 700;
	text-align: center;
}
#feature .feature--philosophy--area .inner .textbox dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#feature .feature--philosophy--area .inner .textbox dl dt {
	width: 16%;
	font-family: "Baloo Chettan Mid";
	color: #f7931e;
}
#feature .feature--philosophy--area .inner .textbox dl dd {
	padding-top: 0.5em;
	width: 84%;
	font-family: Arial, Helvetica, "sans-serif";
	line-height: 1.5;
	font-weight: 600;
}
#feature .feature--philosophy--area .inner .textbox dl dd span {
	font-weight: 400;
	display: block;
}
@media (min-width: 769px) {
	/* PC用 */
	#feature {
		margin-bottom: 10em;
	}
	#feature h1 {
		margin: 0 auto 1.1em;
		padding-top: 1.74em;
		font-size: 6em;
	}
	#feature .kv--lead {
		margin: 0 auto 15em !important;
	}
	#feature .kv--lead p {
		font-size: 2.2em;
		text-align: center;
	}
	#feature .h2_03 {
		margin-bottom: 1.4em;
		font-size: 9.4em;
		line-height: 0.6;
	}
	#feature .h2_03 span span {
		padding-left: 80px;
	}
	#feature .h2_03 span span::before {
		position: absolute;
		content: "";
		width: 76px;
		height: 55px;
		background: url(../img/common/icn_01.svg) no-repeat 0 0/contain;
		top: calc(50% - 26px);
		left: 0;
	}
	#feature .h2_03 small {
		padding: 0 1.8em;
		font-size: 0.24em;
	}
	#feature .h2_03 small::before, #feature .h2_03 small::after {
		width: 29px;
	}
	#feature section {
		padding: 10em 0;
	}
	#feature .inner {
		margin: 0 auto;
		width: 95%;
		max-width: 1672px;
	}
	#feature .feature--greeting--box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 0 3em;
	}
	#feature .feature--greeting--box .text {
		margin-left: 7%;
		width: 31%;
		max-width: 670px;
		text-align: justify;
	}
	#feature .feature--greeting--box .text p.catch {
		font-size: min(2.5vw, 32px);
		font-weight: 700;
		line-height: 1.65;
	}
	#feature .feature--greeting--box .text p.sign {
		padding: 2.4em 0 3.9em;
		font-size: 1.9em;
		font-weight: 700;
	}
	#feature .feature--greeting--box .text p.sign span {
		padding-left: 0.5em;
		font-size: 2vw;
	}
	#feature .feature--greeting--box .text p:not(.catch):not(.sign) {
		margin-bottom: 2em;
		font-family: Arial, Helvetica, "sans-serif";
		font-size:min(1.1vw,15px);
		line-height: 2;
	}
	#feature .feature--greeting--box .text p:not(.catch):not(.sign) span {
		letter-spacing: -0.03em;
	}
	#feature .feature--greeting--box .photo {
		width: 52.2%;
		max-width: 1004px;
	}
	#feature .feature--greeting--box .photo .photo01 {
		margin-bottom: 5.5em;
	}
	#feature .feature--greeting--box .photo .photo02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0 3em;
	}
	#feature .feature--philosophy--area .inner {
		max-width: 1230px;
	}
	#feature .feature--philosophy--area .inner .photo {
		margin: 0 auto 10em;
	}
	#feature .feature--philosophy--area .inner .textbox {
		padding: 8.4em 8% 6em;
		border-radius: 35px;
	}
	#feature .feature--philosophy--area .inner .textbox p {
		margin-bottom: 2.2em;
		font-size:min(3vw, 30px);
	}
	#feature .feature--philosophy--area .inner .textbox dl {
		margin: 0 3em 5em;
	}
	#feature .feature--philosophy--area .inner .textbox dl dt {
		font-size: 8.5em;
	}
	#feature .feature--philosophy--area .inner .textbox dl dd {
		font-size: 2.8em;
	}
	#feature .feature--philosophy--area .inner .textbox dl dd span {
		padding-top: 0.8em;
		font-size: 0.68em;
	}
}
@media (min-width: 1380px) {
	/* PC用 */
	
	#feature .feature--philosophy--area .inner .textbox {
		padding: 9em 14.8% 6em;
	}
	#feature .feature--philosophy--area .inner .textbox dl dd {
		font-size: 2.9em;
	}
}
@media (max-width: 768px) {
	/* tablet用 */
	#feature .kv--area {
		height: 126px;
	}
	#feature h1 {
		margin: 0 auto 0.84em;
		padding-top: 1.7em;
		font-size: 6.4vw;
	}
	#feature .kv--lead {
		margin: 0 6% 7em;
	}
	#feature .kv--lead p {
		font-size: 4.27vw;
	}
	#feature .h2_03 {
		margin-bottom: 1em;
		line-height: 1;
	}
	#feature .h2_03 span {
		font-size: initial;
	}
	#feature .h2_03 span span {
		padding-left: 40px;
		font-size: 11vw;
	}
	#feature .h2_03 span span::before {
		position: absolute;
		content: "";
		width: 33px;
		height: 24px;
		background: url(../img/common/icn_01.svg) no-repeat 0 0/contain;
		top: calc(50% - 12px);
		left: 0;
	}
	#feature .h2_03 small {
		padding: 0 6vw;
		font-size: 3.9vw;
	}
	#feature .h2_03 small::before, #feature .h2_03 small::after {
		width: 19px;
	}
	#feature section {
		padding: 6em 0;
	}
	#feature .inner {
		margin: 0 6%;
	}
	#feature .feature--greeting--area {
		margin: 0 6%;
	}
	#feature .feature--greeting--box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#feature .feature--greeting--box .text p.catch {
		font-size: 6.4vw;
		font-weight: 700;
		line-height: 1.6;
	}
	#feature .feature--greeting--box .text p.sign {
		padding: 2em 0 2.4em;
		font-size: 1em;
		font-weight: 700;
	}
	#feature .feature--greeting--box .text p.sign span {
		padding-left: 0.5em;
		font-size: 5.07vw;
	}
	#feature .feature--greeting--box .text p:not(.catch):not(.sign) {
		margin-bottom: 1em;
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 1.6em;
		line-height: 2.31;
	}
	#feature .feature--greeting--box .text p:not(.catch):not(.sign) span {
		letter-spacing: 0;
	}
	#feature .feature--greeting--box .photo {
		margin-bottom: 3.5em;
		max-width: 1004px;
	}
	#feature .feature--greeting--box .photo .photo01 {
		margin-bottom: 1.6em;
	}
	#feature .feature--greeting--box .photo .photo02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#feature .feature--greeting--box .photo .photo02 .photo02_01 {
		width: 48%;
	}
	#feature .feature--philosophy--area .inner .photo {
		margin: 0 auto 5em;
	}
	#feature .feature--philosophy--area .inner .textbox {
		padding: 4.2em 7% 3em;
		border-radius: 18px;
	}
	#feature .feature--philosophy--area .inner .textbox p {
		margin-bottom: 1.1em;
		font-size: 6.8vw;
		line-height: 1.64;
	}
	#feature .feature--philosophy--area .inner .textbox dl {
		margin: 0 0 2.5em;
	}
	#feature .feature--philosophy--area .inner .textbox dl dt {
		font-size: 4.5em;
	}
	#feature .feature--philosophy--area .inner .textbox dl dd {
		font-size: 3vw;
	}
	#feature .feature--philosophy--area .inner .textbox dl dd span {
		padding-top: 0.5em;
		font-size: 2.4vw;
	}
	#feature .feature--history--area {
		position: relative;
		padding-top: 16em;
	}
	#feature .feature--history--area::before {
		position: absolute;
		content: "";
		width: 1px;
		height: 10em;
		background: #e6e6e6;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media (max-width: 480px) {
	/* SP用 */
	#feature .feature--greeting--box .text p.catch {
		font-size: 2.5em;
	}
	#feature .feature--philosophy--area .inner .textbox dl dd {
		font-size: 1.6em;
	}
	#feature .feature--philosophy--area .inner .textbox dl dd span {
		font-size: 3.6vw;
	}
}
/* recruit
-------------------------------------------------- */
#recruit {
	/*
    .h2_03 {
      font-family: 'Baloo Chettan Mid';
      text-align: center;
      span {
        span {
          position: relative;
          display: inline-block;
        }
      }
      small {
        display: inline-block;
        &::before,
        &::after {
          height: 1px;
          border-radius: 0;
          background: #1a1a1a;
        }
      }
    }

    .feature--philosophy--area {
      .inner {
        .photo {
          max-width: 1134px;
        }
        .textbox {
          background: #fdf4ec;
          p {
            font-weight: 700;
            text-align: center;
          }
          dl {
            display: flex;
            dt {
              width: 16%;
              font-family: 'Baloo Chettan Mid';
              color: #f7931e;
            }
            dd {
              padding-top: 0.5em;
              width: 84%;
              font-family: Arial, Helvetica, "sans-serif";
              line-height: 1.5;
              font-weight: 600;
              span {
                font-weight: 400;
                display: block;
              }
            }
          }
        }
      }
    }
    */
}
#recruit .kv--area {
	width: 100%;
}
#recruit .kv--box {
	width: 95%;
	max-width: 1512px;
	margin: 0 auto;
}
#recruit h1 {
	margin-bottom: 0.84em;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.4;
}
#recruit h1 small {
	font-size: 0.8em;
	display: block;
}
#recruit h1 .kv--txt {
	letter-spacing: 0.06em;
}
#recruit h1 .kv--txt .kv--line {
	position: relative;
	z-index: 3;
}
#recruit h1 .kv--txt .kv--line::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 13px;
	background: #fac382;
	z-index: -1;
}
#recruit h1 .kv--txt em {
	font-size: 1.5em;
}
#recruit .kv--lead p {
	font-size: 2em;
	font-weight: 700;
	line-height: 2;
}
#recruit .h2box {
	text-align: center;
}
#recruit .h2box .h2_02 {
	display: inline-block;
	/*---- 2025/01/16 tn ----*/
	/*---- 2025/01/16 tn ----*/
}
#recruit .h2box .h2_02::before {
	content: "";
	position: absolute;
	left: -8%;
	bottom: -4px;
	width: 116%;
	height: 3px;
	background: #ccc;
}
#recruit .h2box .h2_02::after {
	content: "";
	position: absolute;
	left: -8%;
	bottom: -4px;
	width: 88px;
	height: 3px;
	background: #f7931e;
}
#recruit .recruit--index--area .box a:hover {
	opacity: 0.7;
}
#recruit .recruit--charm--area .inner {
	width: 95%;
	max-width: 1512px;
	margin: 0 auto;
}
#recruit .recruit--charm--area .charm--list .box .pointnum {
	position: relative;
	margin-bottom: 2.09em;
	padding-top: 1.2em;
	padding-bottom: 0.6em;
	font-family: "Baloo Chettan Regular";
	text-align: center;
}
#recruit .recruit--charm--area .charm--list .box .pointnum span {
	padding-left: 0.1em;
	color: #f7931e;
	font-family: "Baloo Chettan Semi";
	font-size: 1.9em;
}
#recruit .recruit--charm--area .charm--list .box .pointnum::after {
	position: absolute;
	content: "";
	width: 80px;
	height: 4px;
	background: #ccc;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#recruit .recruit--charm--area .charm--list .box p {
	font-weight: 500;
	line-height: 1.8;
}
#recruit .recruit--charm--area .charm--list .box p:not(.ttl) {
	font-family: Arial, Helvetica, "sans-serif";
}
#recruit .recruit--charm--area .charm--list .box p.ttl {
	font-weight: 700;
}
#recruit .recruit--personality--area .inner {
	width: 95%;
	max-width: 1543px;
	margin: 0 auto;
}
#recruit .recruit--personality--area .box {
	display: block grid;
}
#recruit .recruit--personality--area .box .txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#recruit .recruit--personality--area .box .txt ul {
	background: #f6f5f6;
}
#recruit .recruit--personality--area .box .txt ul li {
	position: relative;
	font-weight: 700;
}
#recruit .recruit--personality--area .box .txt ul li::before {
	position: absolute;
	content: "";
	background: url(../img/common/arrow_05.svg) no-repeat 0 0/contain;
	left: 0;
}
#recruit .recruit--personality--area .box .txt p {
	font-weight: 500;
	line-height: 1.8;
}
#recruit .recruit--jobtype--area {
	background: #fceee2;
}
#recruit .recruit--jobtype--area .inner {
	width: 95%;
	max-width: 1530px;
	margin: 0 auto;
}
#recruit .recruit--jobtype--area .box {
	-webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.15);
}
#recruit .recruit--jobtype--area .box .txt {
	background: #fff;
}
#recruit .recruit--jobtype--area .box .txt h3.h2_02 {
	color: #1a1a1a;
	display: block;
}
#recruit .recruit--jobtype--area .box .txt p {
	margin-bottom: 2em;
	font-family: Arial, Helvetica, "sans-serif";
}
#recruit .recruit--jobtype--area .box .btn--more {
	margin: 0 auto;
	width: 100%;
	max-width: inherit;
}
#recruit .recruit--jobtype--area .box .btn--more a {
	font-weight: 700;
}
#recruit .recruit--jobtype--area .box .btn--more a::before {
	content: none;
}
#recruit .recruit--jobtype--area .box .btn--more a i {
	margin-right: 0.5em;
	background: url("../img/common/arrow_06.svg") center center no-repeat;
}
#recruit .recruit--jobtype--area .box .btn--more a:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(67%) saturate(719%) hue-rotate(347deg) brightness(101%) contrast(94%);
	filter: brightness(0) saturate(100%) invert(58%) sepia(67%) saturate(719%) hue-rotate(347deg) brightness(101%) contrast(94%);
}
#recruit .recruit--jobtype--area .recruit--flow {
	display: block grid;
}
#recruit .recruit--jobtype--area .recruit--flow h3 {
	position: relative;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 80px;
}
#recruit .recruit--jobtype--area .recruit--flow h3 span {
	color: #323232;
	z-index: 2;
}
#recruit .recruit--jobtype--area .recruit--flow h3::after {
	position: absolute;
	content: "";
	background: #e2cdb5;
	border-radius: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#recruit .recruit--jobtype--area .recruit--flow .step--fig {
	padding:0 3% 0 8.7%;
}


#recruit .recruit--jobtype--area .recruit--flow h3 {
	width: 15cqw;
	height: 15cqw;
}
#recruit .recruit--jobtype--area .recruit--flow h3 span {		
	font-size: 2vw;
}
#recruit .recruit--jobtype--area .recruit--flow h3::after {
	width: 126%;
	height: 126%;
}

@media (min-width: 769px) {
	/* PC用 */
	#recruit .kv--box {
		padding: 11em 0 15em;
		text-align: center;
	}
	#recruit h1 {
		font-size: 3.2em;
	}
	#recruit .h2box .h2_02 {
		margin-bottom: 2em;
		font-size: 4.5em;
	}
	#recruit .h2box .h2_02::after {
		width: 40px;
	}
	#recruit .recruit--index--area {
		display: block grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 1px;
		grid-row-gap: 2px;
	}
	#recruit .recruit--charm--area {
		padding: 8em 0 5em;
	}
	#recruit .recruit--charm--area .charm--list {
		display: block grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 7%;
		grid-row-gap: 10em;
	}
	#recruit .recruit--charm--area .charm--list .box .pointnum {
		font-size: 2em;
	}
	#recruit .recruit--charm--area .charm--list .box p {
		font-size: 1.8em;
	}
	#recruit .recruit--charm--area .charm--list .box p.ttl {
		font-size: 2.4em;
	}
	#recruit .recruit--personality--area {
		padding: 8em 0 18em;
	}
	#recruit .recruit--personality--area .box {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 5%;
		grid-row-gap: 10em;
	}
	#recruit .recruit--personality--area .box .txt ul {
		margin-bottom: 1.5em;
		padding: 4.1em 3.8em;
	}
	#recruit .recruit--personality--area .box .txt ul li {
		margin-bottom: 0.5em;
		padding-left: 30px;
		font-size: min(1.6vw, 22px);
		line-height: 1.47;
	}
	#recruit .recruit--personality--area .box .txt ul li::before {
		width: 21px;
		height: 17px;
		top: 8px;
	}
	#recruit .recruit--personality--area .box .txt p {
		font-size: 1.8em;
	}
	#recruit .recruit--jobtype--area {
		padding: 10em 0;
	}
	#recruit .recruit--jobtype--area .box {
		/*grid-template-columns: 1.25fr 2fr;*/
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #fff;
	}
	#recruit .recruit--jobtype--area .box .fig {
		width:36%;
		padding-top: 36%;
		background: url("../img/recruit/top/jobtype.jpg") center center no-repeat;
		background-size: cover;
	}
	#recruit .recruit--jobtype--area .box .txt {
		width:64%;
		padding: 0 8%;
		box-sizing: border-box;
		/*grid-template-rows: auto 30px;*/
		
	}
	#recruit .recruit--jobtype--area .box .txt h3.h2_02 {
		margin-bottom: 1em;
		font-size: 2vw;
	}
	#recruit .recruit--jobtype--area .box .txt p {
		font-size: min(1.34vw, 20px);
		font-weight: 500;
		line-height: 1.7;
	}
	#recruit .recruit--jobtype--area .box .btn--more a {
		height:auto;
		padding:1.1em 1em;
		font-size: 1.8em;
		border-radius: 4px;
	}
	#recruit .recruit--jobtype--area .box .btn--more a i {
		width: 16px;
		height: 16px;
	}
	
	#recruit .recruit--jobtype--area .recruit--flow {
		padding: 10.5em 0;
		grid-template-columns: 1.25fr 2fr;
		container-type: inline-size;
	}
}
@media (min-width: 1380px) {
	/* PC用 */
	#recruit h1 {
		font-size: 6em;
	}

	#recruit .recruit--charm--area {
		padding: 18em 0 10em;
	}
	#recruit .recruit--charm--area .charm--list .box .pointnum {
		font-size: 3.4em;
	}
	#recruit .recruit--charm--area .charm--list .box p {
		font-size: 2em;
	}
	#recruit .recruit--charm--area .charm--list .box p.ttl {
		font-size: 4.4em;
	}
	#recruit .recruit--personality--area {
		padding: 10em 0 23em;
	}

	#recruit .recruit--jobtype--area .recruit--flow {
		padding: 12.5em 0;
	}
}
@media (min-width: 1920px) {
	/* PC用 */
}
@media (max-width: 768px) {
	/* tablet用 */
	#recruit .kv--box {
		margin: 0 6%;
		padding: 4em 0 8em;
		width: 88%;
		text-align: center;
	}
	#recruit h1 {
		margin-bottom: 1.2em;
		letter-spacing: 0.06em;
		font-size: 2.4em;
	}
	#recruit .kv--lead p {
		margin-bottom: 5em;
		font-size: 1.6em;
		font-weight: 500;
		text-align: left;
	}
	#recruit .h2box .h2_02 {
		margin-bottom: 2.2em;
		font-size: 2.5em;
	}
	#recruit .recruit--index--area .box {
		display: block grid;
		grid-template-columns: 1fr;
		grid-row-gap: 2px;
	}
	#recruit .recruit--charm--area {
		padding: 8em 0 0;
	}
	#recruit .recruit--charm--area .inner {
		margin: 0 6%;
		width: 88%;
	}
	#recruit .recruit--charm--area .charm--list {
		display: block grid;
		grid-template-columns: 1fr;
		grid-row-gap: 6em;
	}
	#recruit .recruit--charm--area .charm--list .box .pointnum {
		margin-bottom: 1.6em;
		font-size: 2.4em;
	}
	#recruit .recruit--charm--area .charm--list .box .pointnum::after {
		width: 56px;
		height: 3px;
	}
	#recruit .recruit--charm--area .charm--list .box p {
		font-size: 1.6em;
	}
	#recruit .recruit--charm--area .charm--list .box p.ttl {
		margin-bottom: 0.3em;
		font-size: 2.4em;
	}
	#recruit .recruit--personality--area {
		padding: 10em 0 9em;
	}
	#recruit .recruit--personality--area .inner {
		margin: 0 6%;
		width: 88%;
	}
	#recruit .recruit--personality--area .box {
		grid-template-columns: 1fr;
		grid-row-gap: 2em;
	}
	#recruit .recruit--personality--area .box .txt ul {
		margin-bottom: 1.5em;
		padding: 1.6em 1.1em;
		font-size: 1.9em;
	}
	#recruit .recruit--personality--area .box .txt ul li {
		margin-bottom: 0.5em;
		padding-left: 30px;
		line-height: 1.47;
	}
	#recruit .recruit--personality--area .box .txt ul li::before {
		width: 21px;
		height: 17px;
		top: 8px;
	}
	#recruit .recruit--personality--area .box .txt p {
		font-size: 1.6em;
	}
	#recruit .recruit--jobtype--area {
		padding: 5em 0 8em;
	}
	#recruit .recruit--jobtype--area .inner {
		margin: 0 6%;
		width: 88%;
	}
	#recruit .recruit--jobtype--area .box {
		/*grid-template-columns: 1fr;*/
	}
	#recruit .recruit--jobtype--area .box .fig {
		padding-top: 75%;
		background: url("../img/recruit/top/jobtype.jpg") center top no-repeat;
		background-size:100% auto;
	}
	#recruit .recruit--jobtype--area .box .txt {
		padding: 3.5em 2.5em;
	}
	#recruit .recruit--jobtype--area .box .txt h3.h2_02 {
		margin-bottom: 0.5em;
		font-size: 2.6em;
	}
	#recruit .recruit--jobtype--area .box .txt h3.h2_02::after {
		width: 2em;
	}
	#recruit .recruit--jobtype--area .box .txt p {
		font-size: 1.6em;
		font-weight: 400;
		line-height: 2;
	}
	#recruit .recruit--jobtype--area .box .btn--more a {
		height: 56px;
		font-size: 1.8em;
		border-radius: 4px;
	}
	#recruit .recruit--jobtype--area .box .btn--more a i {
		width: 20px;
		height: 19px;
	}
	#recruit .recruit--jobtype--area .recruit--flow {
		padding: 2em 0;
		grid-template-rows: auto 1fr;
		grid-gap: 150px 0;
	}
/*	#recruit .recruit--jobtype--area .recruit--flow h3 {
		width: 234px;
		height: 234px;
	}
	#recruit .recruit--jobtype--area .recruit--flow h3 span {
		font-size: 0.43em;
	}
	#recruit .recruit--jobtype--area .recruit--flow h3::after {
		width: 234px;
		height: 234px;
		border-radius: 7px;
	}*/
	#recruit .recruit--jobtype--area .recruit--flow .step--fig {
		padding-left: 3%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		/*
              .stepbox {
                grid-template-columns: 63px auto;
                grid-gap: 0 20px;
                .num {
                  span {
                    font-size: 1.6em;
                    em {
                      font-size: 2.2em;
                      width: 63px;
                      height: 63px;
                    }
                  }
                }
                .txt {
                  padding-bottom: 2em;
                  .ttl {
                    padding-top: 1.6em;
                    font-size: 2.8em;
                    line-height: 1.2;
                  }
                  p {
                    font-size: 1.4em;
                  }
                  .white {
                    padding: 1.2em 1.5em;
                    width: 100%;
                    display: block;
                    span {
                      &.tel {
                        font-size: 1.7em;
                      }
                      & + span {
                        padding-top: .5em;
                        font-size: 1.7em;
                      }
                    }
                  }
                }
              }
                */
	}
}
@media (max-width: 480px) {
	/* SP用 */
	#recruit .recruit--jobtype--area .recruit--flow h3 {
		width: 36cqw;
		height: 36cqw;
	}
	#recruit .recruit--jobtype--area .recruit--flow h3 span {
		font-size: .6em;
	}
	#recruit .recruit--jobtype--area .recruit--flow h3::after {
		/*width: 146px;
		height: 146px;*/
		border-radius: 7px;
	}
}
/*---- 25/01/16 tn ----*/
/* recruit--partner--area 
-------------------------------------------------- */
.recruit--partner--area .inner {
	max-width: 1534px;
	margin: 11.9em auto 14em;
	background: #fceee2;
}
.recruit--partner--area .title {
	font-size: 3.9em;
	font-weight: 700;
}
.recruit--partner--area .title span {
	color: #f7931e;
}
.recruit--partner--area p {
	font-size: 2em;
	font-weight: 500;
	line-height: 2;
	margin: 1.2em 0 0.8em;
}
.recruit--partner--area .photo {
	margin: 0 -1.8%;
}
@media (min-width: 769px) {
	/* PC用 */
	.recruit--partner--area .inner {
		padding: 88px 7.56% 70px;
	}
}
@media (min-width: 1380px) {
	/* PC用 */
}
@media (max-width: 768px) {
	/* tablet用 */
	.recruit--partner--area .inner {
		margin: 6em 5.8% 3.5em;
		padding: 4.8em 5.2% 3.4em;
	}
	.recruit--partner--area .photo {
		margin: 0 -4.2%;
	}
}
@media (max-width: 480px) {
	/* SP用 */
	.recruit--partner--area .title {
		font-size: 6.4vw;
		line-height: 1.3;
	}
}
/* recruit--ceo--area
-------------------------------------------------- */
/*.recruit--ceo--area {
  margin: 11.9em auto 14em;
}*/
.recruit--ceo--area .inner {
	max-width: 1528px;
	width: 95%;
	margin: 0 auto;
}
.recruit--ceo--area h3 {
	font-size: 3.6em;
	color: #323232;
}
.recruit--ceo--area .lead {
	margin: 1em 0 2em;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 2.1em;
	font-weight: bold;
}
.recruit--ceo--area h4 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 2.3em;
	margin-bottom: 1.5em;
	color: #f7931e;
}
.recruit--ceo--area .ceo--wrap p {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 18px;
	font-weight: 500;
	line-height: 2.2;
	margin-bottom: 2.2em;
}
.recruit--ceo--area .ceo--wrap .sign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 3em;
	font-weight: 700;
}
.recruit--ceo--area .ceo--wrap .sign small {
	margin-right: 0.7em;
	font-size: 0.6666em;
}
@media (min-width: 481px) {
	/* tablet用 + PC用 */
	.recruit--ceo--area .ceo--wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.recruit--ceo--area .ceo--wrap .txt {
		width: 60%;
	}
	.recruit--ceo--area .ceo--wrap .photo {
		width: 32.2643979%;
		padding-top: 5em;
	}
}
@media (min-width: 1380px) {
	/* PC用 */
}
@media (max-width: 768px) {
	/* tablet用 */
}
@media (max-width: 480px) {
	/* SP用 */
	.recruit--ceo--area {
		margin: 4em 5.3% 4em;
	}
	.recruit--ceo--area h3 {
		font-size: 6vw;
	}
	.recruit--ceo--area .lead {
		font-size: 4.3vw;
	}
	.recruit--ceo--area h4 {
		margin-bottom: 0.7em;
		font-size: 6vw;
	}
	.recruit--ceo--area .ceo--wrap p {
		font-size: 3.7vw;
		line-height: 2;
	}
	.recruit--ceo--area .ceo--wrap .sign {
		font-size: 2.4em;
	}
	.recruit--ceo--area .ceo--wrap .photo {
		padding: 5em 4% 3em;
	}
}
/*---- 25/01/16 tn ----*/
/*---- 25/01/16 tn ----*/
/* 
-------------------------------------------------- */
@media (min-width: 769px) {
	/* PC用 */
}
@media (min-width: 1380px) {
	/* PC用 */
}
@media (max-width: 768px) {
	/* tablet用 */
}
@media (max-width: 480px) {
	/* SP用 */
}
/*---- 25/01/16 tn ----*/
/* rec_info
-------------------------------------------------- */
#rec_info .item--list dl dd ul li {
	padding-left: 1em;
	text-indent: -1em;
}
/* privacy
-------------------------------------------------- */
#privacy .privacy--list {
	margin: 0 auto;
	width: 95%;
	max-width: 1230px;
}
#privacy .privacy--list dl {
	font-family: Arial, Helvetica, "sans-serif";
}
#privacy .privacy--list dl dt {
	position: relative;
	padding-left: 1.2em;
	font-weight: 700;
}
#privacy .privacy--list dl dt::before {
	position: absolute;
	content: "";
	background: #f7931e;
	border-radius: 50%;
}
@media (min-width: 769px) {
	/* PC用 */
	#privacy .privacy--list {
		padding-top: 5em;
	}
	#privacy .privacy--list dl {
		margin-bottom: 9em;
	}
	#privacy .privacy--list dl dt {
		margin-bottom: 1.43em;
		font-size: 2.6em;
	}
	#privacy .privacy--list dl dt::before {
		width: 20px;
		height: 20px;
		top: calc(50% - 12px);
		left: 0;
	}
	#privacy .privacy--list dl dd p {
		margin-bottom: 1.5em;
		font-size: 2.2em;
		line-height: 1.8;
	}
}
@media (min-width: 1380px) {
	/* PC用 */
}
@media (max-width: 768px) {
	/* tablet用 */
	#privacy .privacy--list {
		padding: 0 2.8%;
	}
	#privacy .privacy--list dl {
		margin-bottom: 5em;
	}
	#privacy .privacy--list dl dt {
		margin-bottom: 0.8em;
		font-size: 1.8em;
	}
	#privacy .privacy--list dl dt::before {
		width: 16px;
		height: 16px;
		top: calc(50% - 8px);
		left: 0;
	}
	#privacy .privacy--list dl dd p {
		margin-bottom: 2em;
		font-size: 1.6em;
		line-height: 2;
	}
}
@media (max-width: 480px) {
	/* SP用 */
}
/* contact
-------------------------------------------------- */
.contact--area {
	font-family: Arial, Helvetica, "sans-serif";
	/* confirm */
	/* thanks */
}
.contact--area .lead {
	margin: 0 auto 8em;
	width: 95%;
	max-width: 1230px;
}
.contact--area .lead p {
	font-size: 2.2em;
	line-height: 1.68;
	font-family: Arial, Helvetica, "sans-serif";
}
.contact--area .lead p.ind {
	padding-left: 1em;
	text-indent: -1em;
}
.contact--area .lead p a {
	color: #0064ff;
}
.contact--area .lead p a:hover {
	text-decoration: underline;
}
.contact--area .form--list {
	margin: 0 auto;
	width: 95%;
	max-width: 1200px;
	background: url(../img/common/dotline.png) no-repeat 0 0;
}
.contact--area dl {
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: url(../img/common/dotline.png) no-repeat 0 bottom;
}
.contact--area dl dt {
	width: 23.1vw;
	font-size: 2.5em;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 18px;
	min-height: 50px;
}
.contact--area dl dt span {
	padding: 3px 8px;
	color: #fff;
	font-size: 0.72em;
	background: #f7931e;
	display: inline-block;
	border-radius: 3px;
	line-height: 1;
}
.contact--area dl dt span.any {
	background: #9c9c9d;
}
.contact--area dl dt.row {
	line-height: 1.5;
}
.contact--area dl dt.row span {
	-webkit-transform: translateY(-1.1em);
	transform: translateY(-1.1em);
}
.contact--area dl dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.contact--area dl dd span {
	font-size: 2.2em;
	font-weight: 500;
	display: inline-block;
}
.contact--area dl dd.col, .contact--area dl dd .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 10px;
}
.contact--area dl dd div {
	margin-bottom: 2em;
}
.contact--area.confirm dl {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.contact--area.confirm dl dt {
	padding: 10px 0;
}
.contact--area.confirm dl dd {
	padding: 10px 0;
	font-size: 2.2em;
	line-height: 1.4;
}
.contact--area.confirm dl dd span {
	font-size: inherit;
}
.contact--area.confirm dl dd div {
	margin-bottom: 0;
}
.contact--area.thanks .lead p {
	margin-bottom: 1em;
	text-align: left;
}
@media (min-width: 769px) {
	/* PC用 */
	.contact--area {
		padding-top: 5em;
		/*
        dl {
          margin-bottom: 9em;
          dt {
            margin-bottom: 1.43em;
            font-size: 2.6em;
            &::before {
              width: 22px;
              height: 22px;
              top: calc(50% - 10px);
              left: 0;
            }
          } 
          dd {
            p {
              margin-bottom: 1.5em;
              font-size: 2.2em;
              line-height: 1.8;
            }
          }
        }
    */
		/* thanks */
	}
	.contact--area.thanks {
		padding-top: 15em;
		padding-bottom: 30em;
	}
}
@media (min-width: 1380px) {
	/* PC用 */
}
@media (max-width: 768px) {
	/* tablet用 */
	.contact--area {
		padding: 0 2.8%;
		/*
        dl {
          margin-bottom: 5em;
          dt {
            margin-bottom: .8em;
            font-size: 1.8em;
            &::before {
              width: 16px;
              height: 16px;
              top: calc(50% - 8px);
              left: 0;
            }
          } 
          dd {
            p {
              margin-bottom: 2em;
              font-size: 1.6em;
              line-height: 2;
            }
          }
        }
    */
		/* confirm */
	}
	.contact--area .lead p {
		font-size: 1.4em;
	}
	.contact--area dl {
		padding: 20px 0;
		display: block;
	}
	.contact--area dl dt {
		padding-bottom: 10px;
		width: 100%;
		font-size: 1.5em;
		gap: 0 10px;
		min-height: inherit;
	}
	.contact--area dl dd.col.birth {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px 0;
	}
	.contact--area dl dd.col.birth span {
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.contact--area.confirm dl {
		padding: 22px 0;
		display: block;
	}
	.contact--area.confirm dl dt {
		padding: 0;
		width: 100%;
		font-size: 1.3em;
	}
	.contact--area.confirm dl dd {
		padding: 10px 0 0 2em;
		width: 100%;
		font-size: 1.9em;
	}
}
@media (max-width: 480px) {
	/* SP用 */
}