@charset "UTF-8";

#main {
	position: relative;
	margin: 0 auto;
	padding: 0;
}


/* TOPページ */
.job-search-form .job-search {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
}

.job-search-form .job-search>li {
	position: relative;
	width: 85vw;
	width: 85dvw;
	z-index: 1;
}

.job-search-form .job-search>li button::before {
	content: "";
	display: block;
	position: absolute;
	top: 49%;
	right: 2rem;
	width: 16px;
	height: 1px;
	transform: rotate(90deg);
	background-color: var(--primary-color);
	transition: all 0.25s ease-in-out;
	z-index: 2;
}

.job-search-form .job-search>li button::after {
	content: "";
	display: block;
	position: absolute;
	top: 49%;
	right: 2rem;
	width: 16px;
	height: 1px;
	background-color: var(--primary-color);
	transition: all 0.25s ease-in-out;
	opacity: 1;
	z-index: 3;
}

.job-search-form .job-search>li .search-area,
.job-search-form .job-search>li .search-type,
.job-search-form .job-search>li .search-option {
	position: absolute;
	top: 50%;
	left: 2rem;
	width: 2rem;
	height: 2rem;
	background-color: var(--secondary-color);
	transform: translateY(-50%);
	z-index: 2;
}

.job-search-form .job-search>li:focus-within span {
	background-color: var(--primary-color);
}

.job-search-form .submit-btn {
	margin-top: 2.5rem;
}

.job-search-form .submit-btn button {
	background-color: var(--primary-color);
	color: var(--white-color);
	padding: 1rem 2rem 1rem 3rem;
}

@media only screen and (min-width: 480px) {
	.job-search-form .job-search {
		gap: 1.5rem;
	}

	.job-search-form .job-search>li {
		min-width: 360px;
		max-width: 55vw;
		max-width: 55dvw;
	}

	.job-search-form .job-search>li .search-area,
	.job-search-form .job-search>li .search-type,
	.job-search-form .job-search>li .search-option {
		left: 2.2rem;
		width: 2.2rem;
		height: 2.2rem;
	}

	.job-search-form .submit-btn button {
		padding: 1.25rem 2.5rem 1.25rem 3.5rem;
	}
}

@media only screen and (min-width: 768px) {
	.job-search-form .job-search>li {
		max-width: 480px;
	}
}

@media only screen and (min-width: 1024px) {
	.job-search-form .job-search>li {
		max-width: 540px;
	}
}

@media only screen and (min-width: 480px) {
	#top-sec01 .job-search-form .job-search {
		margin-top: -2.5rem;
	}
}

@media only screen and (min-width: 1024px) {
	#top-sec01 .job-search-form .job-search {
		margin-top: -6.5rem;
	}
}

#top-sec02 {
	position: relative;
	padding: 35px 0;
}

#top-sec02 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 920px;
	margin: 0 auto;
}

#top-sec02 ul li {
	position: relative;
	flex: 1;
	z-index: 1;
}

#top-sec02 ul li:not(:last-child) {
	border-right: 1px solid var(--bg-color2);
}

#top-sec02 ul li a {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	color: var(--primary-color);
	line-height: 1.5;
	padding: 1rem 0;
}

#top-sec02 ul li a span {
	display: block;
	margin: 0 auto 1rem;
	width: 2.6rem;
	height: 2.6rem;
}

#top-sec02 ul li a span.search-area,
#top-sec02 ul li a span.search-type,
#top-sec02 ul li a span.search-line,
#top-sec02 ul li a span.search-option {
	background-color: var(--secondary-color);
}

#top-sec02 ul li a em {
	display: block;
	font-size: 1.2em;
}

#top-sec02 ul li a i {
	display: block;
	font-size: 1em;
	margin-top: 0.75rem;
	color: var(--secondary-color);
}

@media only screen and (min-width: 480px) {
	#top-sec02 ul li a {
		font-size: 1.6rem;
	}

	#top-sec02 ul li a span {
		width: 2.8rem;
		height: 2.8rem;
	}

	#top-sec02 ul li a em {
		display: inline;
		font-size: 1em;
	}
}

@media only screen and (min-width: 768px) {
	#top-sec02 ul li a {
		font-size: 1.7rem;
	}

	#top-sec02 ul li a span {
		width: 3rem;
		height: 3rem;
	}

	#top-sec02 ul li a i {
		margin-top: 1rem;
	}
}

#top-sec03 .search-form {
	margin: 0 auto;
	padding: 0;
	max-width: 520px;
}

#top-sec03 .search-form ul {
	display: flex;
	justify-content: space-between;
	border-radius: 9999px;
	border: 1px solid var(--bg-color4);
}

#top-sec03 .search-form ul>li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#top-sec03 .search-form ul>.input-area {
	flex: 5;
}

#top-sec03 .search-form ul>.submit-area {
	flex: 1;
	border-radius: 0 9999px 9999px 0;
	background-color: var(--bg-color4);
}

#top-sec03 .search-form ul>li input[type="text"] {
	border-radius: 9999px 0 0 9999px;
	background-color: var(--bg-color4);
	color: var(--primary-color);
	padding: 0.75rem 1.5rem 0.75rem 5rem;
}

#top-sec03 .search-form ul>li input[type="text"]:focus {
	box-shadow: none;
}

#top-sec03 .search-form ul>li input[type="text"]::placeholder {
	font-size: 1.6rem;
	color: rgba(var(--primary-color-rgb), 1);
}

#top-sec03 .search-form ul:focus-within {
	border: 1px solid var(--primary-color);
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

#top-sec03 .search-form ul>li:focus-within span {
	background-color: var(--primary-color);
}

#top-sec03 .search-form ul>li input[type="text"]:focus::placeholder {
	color: rgba(var(--primary-color-rgb), 0.35);
}

#top-sec03 .search-form ul>li .search-word {
	position: absolute;
	top: 50%;
	left: 2rem;
	width: 2rem;
	height: 2rem;
	background-color: var(--primary-color);
	transform: translateY(-50%);
	z-index: 2;
}

#top-sec03 .search-form .submit-area button {
	padding: 1rem;
}

@media only screen and (min-width: 480px) {
	#top-sec03 .search-form ul>.input-area {
		flex: 7;
	}

	#top-sec03 .search-form ul>li input[type="text"] {
		padding: 1.25rem 1.75rem 1.25rem 6rem;
	}

	#top-sec03 .search-form ul>li input[type="text"]::placeholder {
		font-size: 1.8rem;
	}

	#top-sec03 .search-form ul>li .search-word {
		left: 2.2rem;
		width: 2.2rem;
		height: 2.2rem;
	}
}


@media only screen and (min-width: 480px) {

	#top-sec04 .swiper-button-prev::after,
	#top-sec04 .swiper-button-next::after {
		color: var(--white-color);
	}
}

#top-sec05 .swiper .swiper-slide .swiper-slide-content dl {
	color: var(--white-color);
}

#top-sec05 .swiper-button-prev::after,
#top-sec05 .swiper-button-next::after {
	color: var(--white-color);
}

@media only screen and (min-width: 480px) {

	#top-sec06 .swiper-button-prev::after,
	#top-sec06 .swiper-button-next::after {
		color: var(--white-color);
	}
}

#top-sec08 .link-list ul {
	display: flex;
	flex-direction: column;
	gap: 2rem 0;
	margin: 0 auto 4rem auto;
	max-width: 520px;
}

#top-sec08 .link-list ul li {
	border-radius: 9999px;
	border: 1px solid var(--bg-color4);
	background-color: var(--bg-color2);
}

#top-sec08 .link-list ul li a {
	position: relative;
	display: block;
	padding: 1.25rem 1.5rem 1.25rem 5rem;
	font-size: 1.6rem;
}

#top-sec08 .link-list ul li a .icon-beginner,
#top-sec08 .link-list ul li a .icon-taiken {
	position: absolute;
	top: 50%;
	left: 2rem;
	width: 2rem;
	height: 2rem;
	background-color: var(--secondary-color);
	transform: translateY(-50%);
	z-index: 2;
	mask-size: cover;
	mask-position: center center;
	mask-repeat: no-repeat;
}

@media only screen and (min-width: 480px) {
	#top-sec08 .link-list ul {
		gap: 2.5rem 0;
	}

	#top-sec08 .link-list ul li a {
		padding: 1.5rem 1.75rem 1.5rem 5.5rem;
	}

	#top-sec08 .link-list ul li a .icon-beginner,
	#top-sec08 .link-list ul li a .icon-taiken {
		left: 2.2rem;
		width: 2.2rem;
		height: 2.2rem;
	}
}

@media only screen and (min-width: 768px) {
	#top-sec08 .link-list ul li a {
		padding: 1.5rem 2rem 1.5rem 6rem;
	}

	#top-sec08 .link-list ul li a .icon-beginner,
	#top-sec08 .link-list ul li a .icon-taiken {
		left: 2.4rem;
		width: 2.6rem;
		height: 2.6rem;
	}
}


#top-sec10 .top-search-title {
	padding-top: 7.5rem;
	text-align: center;
	font-size: 5vw;
	font-size: 5dvw;
	font-family: var(--serif-jp);
	font-weight: 400;
	margin-bottom: 2.5rem;
}

#top-sec10 .content-wrap-inner>section:first-child .top-search-title {
	padding-top: 3.5rem !important;
}

#top-sec10 .top-search-title .bg-icon {
	display: block;
	margin: 1.5rem auto 1rem;
	width: 3rem;
	height: 3rem;
	background-color: var(--bg-color1);
}

#top-sec10 .top-search-subtitle {
	text-align: center;
}

#top-sec10 .top-search-subtitle em {
	display: inline-block;
	font-size: 4.6vw;
	font-size: 4.6dvw;
	font-family: var(--sans-jp);
	font-weight: 500;
	margin: 1rem auto 3rem;
	padding: 0.75rem 2rem;
	color: var(--secondary-color);
	border: 2px solid var(--secondary-color);
	border-radius: 9999px;
	letter-spacing: 0.15rem;
	text-indent: 0.15rem;
}

#top-sec10 #s-option .s-option-list {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

#top-sec10 .accordion-area {
	max-width: 640px;
	margin: 0 auto;
}

@media only screen and (min-width: 480px) {
	#top-sec10 .top-search-title {
		font-size: 2.4rem;
		margin-bottom: 3rem;
	}

	#top-sec10 .top-search-title .bg-icon {
		margin: 1.75rem auto 1.25rem;
		width: 3.2rem;
		height: 3.2rem;
	}

	#top-sec10 .top-search-subtitle em {
		font-size: 1.8rem;
		margin: 1.5rem auto 3.5rem;
		padding: 0.75rem 2.5rem;
	}
}

@media only screen and (min-width: 768px) {
	#top-sec10 section:nth-child(n + 2) {
		margin-top: 8.5rem;
	}

	#top-sec10 .top-search-subtitle em {
		padding: 0.75rem 3.5rem;
	}

	#top-sec10 #s-type .search-flex-area ul.full,
	#top-sec10 .search-flex-area ul.half {
		gap: 1.5rem 3%;
	}

	#top-sec10 #s-type .search-flex-area ul.full>li,
	#top-sec10 .search-flex-area ul.half>li {
		width: 31.33%;
	}
}

/* Resultページ */
#result-sec01 .page-title {
	margin-bottom: 0;
}

#result-sec01 .result-number {
	padding-bottom: 15px;
}

#result-sec01 .result-number dl {
	text-align: right;
	margin-top: -3em;
}

#result-sec01 .result-number dl dt {
	text-align: right;
	font-size: 16px;
	font-family: var(--serif-jp);
	font-weight: 400;
	color: var(--primary-color);
}

#result-sec01 .result-number dl dt em {
	font-size: 1.3em;
	font-weight: 400;
}

#result-sec01 .result-number dl dd {
	font-size: 14px;
	font-weight: 400;
}

@media only screen and (min-width: 480px) {
	#result-sec01 .result-number dl {
		margin-top: -4.5em;
	}

	#result-sec01 .result-number dl dt {
		font-size: 18px;
	}

	#result-sec01 .result-number dl dd {
		font-size: 15px;
	}
}

#result-sec03 .schedule-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 8px;
}

#result-sec03 .schedule-grid>li {
	background-color: var(--white-color);
	border-radius: 0.75rem;
	display: flex;
	text-align: center;
}

#result-sec03 .schedule-grid>li:first-child {
	grid-row: span 2 / span 2;
}

#result-sec03 .schedule-grid>li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1.25rem 0;
}

#result-sec03 .schedule-grid>li dl {
	font-family: var(--sans-en);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.15rem;
	font-size: 14px;
}

#result-sec03 .schedule-grid>li dl dt {
	font-weight: 400;
	color: var(--primary-color);
	line-height: 1.2;
}

#result-sec03 .schedule-grid>li dl dt em {
	font-size: 1.5em;
	font-weight: 400;
}

#result-sec03 .schedule-grid>li dl dt small {
	font-size: 0.8em;
	font-family: var(--sans-jp);
}

#result-sec03 .schedule-grid>li dl dd {
	font-size: 1em;
	font-weight: 400;
	margin-top: 0.5rem;
}

#result-sec03 .schedule-grid>li dl dd span {
	color: var(--white-color);
	background-color: var(--secondary-color);
	border-radius: 9999px;
	padding: 0.35rem 1rem;
}

#result-sec03 .schedule-grid>li:first-child dl::before {
	content: '本日';
	font-family: var(--sans-jp);
	font-size: 0.9em;
	color: var(--black-color);
}

@media only screen and (min-width: 480px) {
	#result-sec03 .schedule-grid {
		gap: 12px;
	}

	#result-sec03 .schedule-grid>li a {
		padding: 1.5rem 0;
	}

	#result-sec03 .schedule-grid>li dl {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1024px) {
	#result-sec03 .schedule-grid {
		display: flex;
		justify-content: space-between;
		gap: 16px;
	}

	#result-sec03 .schedule-grid>li {
		flex: 1;
	}

	#result-sec03 .schedule-grid>li a {
		padding: 2rem 0.75rem;
	}

	#result-sec03 .schedule-grid>li:nth-child(2) dl::before {
		content: '明日';
		font-family: var(--sans-jp);
		font-size: 0.9em;
		color: var(--black-color);
	}
}


/* Detailページ */
#detail-sec01 .content-wrap-inner {
	padding-bottom: 0;
}

#detail-sec01 .shop-detail-tab {
	margin-top: 3.5rem;
}

#detail-sec01 .shop-detail-tab .tab-list {
	display: flex;
	justify-content: space-between;
}

#detail-sec01 .shop-detail-tab .tab-list>li {
	flex: 1;
	padding: 1.5rem 0;
	background-color: var(--bg-color2);
	border-top: 1px solid var(--secondary-color);
	border-bottom: 1px solid var(--secondary-color);
	color: var(--primary-color);
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: center;
	cursor: pointer;
	transition: .4s ease-in-out;
}

#detail-sec01 .shop-detail-tab .tab-list>li:not(:last-child) {
	border-right: 1px solid var(--secondary-color);
}

#detail-sec01 .shop-detail-tab .tab-list>li.is-active {
	background-color: var(--secondary-color);
	color: var(--white-color);
}

#detail-sec01 .shop-detail-tab .tab-list>li span {
	position: relative;
}

#detail-sec01 .shop-detail-tab .tab-list>li span::after {
	content: '';
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	margin: 6px auto 0;
	border-bottom: 1px solid var(--secondary-color);
	border-right: 1px solid var(--secondary-color);
	transform: rotate(45deg);
}

#detail-sec01 .shop-detail-tab .tab-list>li.is-active span::after {
	border-bottom: 1px solid var(--white-color);
	border-right: 1px solid var(--white-color);
}

#detail-sec01 .shop-detail-tab .panel-list {
	position: relative;
	background-color: var(--secondary-color);
	padding-top: 4.5rem;
	padding-bottom: 3.5rem;
	margin-bottom: 4.5rem;
}

#detail-sec01 .shop-detail-tab .panel-item {
	display: none;
	max-width: 920px;
	margin: 0 auto;
}

#detail-sec01 .shop-detail-tab .panel-item.is-active {
	display: block;
	animation: panel-show .9s ease-in-out forwards;
}

#detail-sec01 .shop-detail-tab .panel-item .apply-icon {
	margin-bottom: 0;
}

#detail-sec03 .store-pr {
	display: none;
}

#detail-sec03 .store-pr.is-active {
	display: block;
	animation: panel-show .9s ease-in-out forwards;
}

@media only screen and (min-width: 480px) {
	#detail-sec01 .shop-detail-tab .tab-list {
		border-left: 1px solid var(--secondary-color);
		border-right: 1px solid var(--secondary-color);
	}
}

@media only screen and (min-width: 768px) {
	#detail-sec01 .shop-detail-tab .tab-list>li {
		font-size: 1.6rem;
	}

	#detail-sec01 .shop-detail-tab .tab-list>li span::after {
		width: 0.8rem;
		height: 0.8rem;
	}
}

@media only screen and (min-width: 1024px) {
	#detail-sec01 .shop-swiper .swiper-slide {
		max-width: 920px;
	}

	#detail-sec01 .shop-swiper .swiper-slide .swiper-slide__img {
		max-width: 920px;
	}

	#detail-sec01 .shop-swiper .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 0.25;
		transition: opacity 1s ease-in-out;
	}

	#detail-sec01 .shop-swiper .swiper-slide.swiper-slide-active img {
		opacity: 1;
		transition: opacity 2.5s ease-in-out;
	}

	#detail-sec01 .shop-detail-tab .tab-list>li {
		padding: 2rem 0;
	}

	#detail-sec01 .shop-detail-tab .tab-list>li span br {
		display: none;
	}

	#detail-sec01 .shop-detail-tab .panel-item {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@keyframes panel-show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.detail-page-title {
	font-size: 2.2rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.25rem;
	text-indent: 0.25rem;
	line-height: 1.5;
	margin-bottom: 3.5rem;
}

.detail-page-title small {
	display: block;
	font-size: 0.6em;
}

@media only screen and (min-width: 480px) {
	.detail-page-title {
		font-size: 2.4rem;
	}
}

@media only screen and (min-width: 768px) {
	.detail-page-title {
		font-size: 2.6rem;
		margin-bottom: 4rem;
	}
}

@media only screen and (min-width: 1024px) {
	.detail-page-title {
		margin-bottom: 4.5rem;
	}
}

#detail-sec01 .shop-detail-tab-body table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-family: var(--sans-jp);
	font-weight: 400;
	line-height: 1.6;
	margin-top: 2rem;
	margin-bottom: 3.5rem;
}

#detail-sec01 .shop-detail-tab-body table th {
	padding: 10px;
	background-color: var(--bg-color2);
	border: solid 1px #ccc;
	width: 25%;
	font-weight: 500;
}

#detail-sec01 .shop-detail-tab-body table td {
	padding: 10px;
	border: solid 1px #ccc;
	background-color: var(--white-color);
	width: 75%;
}

@media only screen and (min-width: 768px) {
	#detail-sec01 .shop-detail-tab-body table {
		max-width: 920px;
	}

	#detail-sec01 .shop-detail-tab-body table th {
		padding: 10px 15px;
		width: 17.5%;
	}

	#detail-sec01 .shop-detail-tab-body table td {
		padding: 10px 15px;
		width: 82.5%;
	}
}


#detail-sec02 .tainyu-swiper {
	width: 100%;
	height: auto;
}

#detail-sec02 .tainyu-swiper .swiper-slide {
	width: 100%;
	height: auto;
	background-color: var(--bg-color2);
	border-radius: 0.75rem;
	padding: 1.25rem 0 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#detail-sec02 .tainyu-swiper .swiper-slide dl {
	font-family: var(--sans-en);
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
}

#detail-sec02 .tainyu-swiper .swiper-slide dl dt {
	font-weight: 400;
	color: var(--primary-color);
	line-height: 1.2;
}

#detail-sec02 .tainyu-swiper .swiper-slide dl dt em {
	font-size: 1.6em;
	font-weight: 400;
}

#detail-sec02 .tainyu-swiper .swiper-slide dl dt small {
	font-size: 0.8em;
	font-family: var(--sans-jp);
}

#detail-sec02 .tainyu-swiper .swiper-slide dl dt::after {
	content: '募集人数';
	display: block;
	font-size: 0.85em;
	font-weight: 400;
	text-align: center;
	color: var(--secondary-color);
	margin-top: 1rem;
	margin-bottom: 0.25rem;
}

#detail-sec02 .tainyu-swiper .swiper-slide dl dd {
	font-size: 1em;
	font-weight: 400;
	margin-top: 0.5rem;
}

#detail-sec02 .tainyu-swiper .swiper-slide dl dd span {
	color: var(--white-color);
	background-color: var(--secondary-color);
	border-radius: 9999px;
	padding: 0.35rem 1rem;
}

#detail-sec02 .tainyu-swiper .swiper-slide dl dd span small {
	font-family: var(--sans-jp);
	font-size: 0.75em;
}

#detail-sec02 .tainyu-swiper .swiper-slide dl::before {
	display: block;
	font-family: var(--sans-jp);
	font-size: 0.85em;
	text-align: center;
	color: var(--black-color);
}

#detail-sec02 .tainyu-swiper .swiper-slide.today dl::before {
	content: '本日';
}

#detail-sec02 .tainyu-swiper .swiper-slide.tomorrow dl::before {
	content: '明日';
}

#detail-sec02 .tainyu-swiper .swiper-slide.after-tomorrow dl::before {
	content: '明後日';
}

#detail-sec02 .tainyu-swiper .swiper-slide .veiw-btn {
	margin-top: 1.25rem;
}

#detail-sec02 .tainyu-swiper .swiper-slide .veiw-btn a {
	display: block;
	border-radius: 0;
	font-size: 1.4rem;
	padding: 0.75rem 0 0.75rem 1.25rem;
	width: 100%;
	border-radius: 0 0 0.75rem 0.75rem;
}

#detail-sec02 .tainyu-swiper .swiper-button-prev {
	left: 4px;
}

#detail-sec02 .tainyu-swiper .swiper-button-next {
	right: 4px;
}

#detail-sec02 .tainyu-swiper .swiper-button-prev,
#detail-sec02 .tainyu-swiper .swiper-button-next {
	background-color: var(--primary-color);
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 50%;
}

#detail-sec02 .tainyu-swiper .swiper-button-prev::after,
#detail-sec02 .tainyu-swiper .swiper-button-next::after {
	color: var(--white-color);
	font-size: 1rem !important;
	transform: translateY(0%);
}

@media only screen and (min-width: 480px) {
	#detail-sec02 .tainyu-swiper .swiper-slide dl {
		font-size: 18px;
	}
}

#detail-sec04 .thumb-icon {
	margin-bottom: 0;
}

@media only screen and (min-width: 480px) {
	#detail-sec04 .thumb-icon {
		gap: 1rem;
	}

	#detail-sec04 .thumb-icon>li {
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px) {
	#detail-sec04 .thumb-icon>li {
		font-size: 15px;
		padding: 0.35rem 1.25rem;
	}
}

.shop-detail .thumb-icon>li.disable {
	display: none !important;
}

#detail-sec05 .girl-swiper {
	width: 100%;
	height: auto;
}

#detail-sec05 .girl-swiper .swiper-slide .swiper-slide__img {
	aspect-ratio: 3 / 4;
}

#detail-sec05 .girl-swiper .swiper-slide dl dt,
#detail-sec05 .girl-swiper .swiper-slide dl dd {
	color: var(--white-color);
}

#detail-sec06 .youtube-area {
	margin-bottom: 3rem;
}


#detail-fix-nav {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: var(--black-color);
	z-index: 8850;
}

.apply-icon.fix-nav {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0.75rem 0.5rem;
	gap: 0.5rem;
}

.apply-icon.fix-nav li {
	flex-direction: row;
}

.apply-icon.fix-nav li a {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	padding: 1rem;
	border-radius: 0.5rem;
	line-height: 1;
	gap: 0.5rem;
}

.apply-icon.fix-nav li a::before {
	display: inline-block;
	margin: 0;
	width: 2rem;
	height: 2rem;
}

@media only screen and (min-width: 480px) {
	.apply-icon.fix-nav li a {
		font-size: 1.3rem;
		padding: 1.25rem;
	}

	.apply-icon.fix-nav li a::before {
		width: 2.2rem;
		height: 2.2rem;
	}
}

@media only screen and (min-width: 768px) {
	.apply-icon.fix-nav {
		padding: 1rem 0.5rem;
		gap: 0.75rem;
	}

	.apply-icon.fix-nav li a {
		font-size: 1.5rem;
		padding: 1.5rem;
	}

	.apply-icon.fix-nav li a::before {
		width: 2.6rem;
		height: 2.6rem;
	}
}

/* インタビューページ */
.interview-title {
	margin: 2.5rem auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.interview-title .number {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: var(--secondary-color);
	color: var(--white-color);
	font-family: var(--serif-en);
	font-size: 1.3rem;
	font-weight: 400;
}

.interview-title .number em {
	font-size: 1.5em;
}

.interview-title h2 {
	font-size: 2.4rem;
	font-weight: 400;
	font-family: var(--serif-jp);
	text-align: center;
	color: var(--primary-color);
	margin-top: 0.75rem;
}

.interview-title h2 small {
	display: block;
	font-size: 0.6em;
}

@media only screen and (min-width: 768px) {

	#interview-head .pc-width,
	#interview-body .pc-width,
	#interview-comment .pc-width {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}

	#interview-head .banner-title {
		padding-left: 45px;
		padding-right: 45px;
	}

	.interview-title {
		margin: 3.5rem auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 1.5rem;
	}

	.interview-title h2 {
		font-size: 2.6rem;
		text-align: left;
		margin-top: auto;
	}
}

.qa-section {
	position: relative;
}

.qa-section dt {
	position: relative;
	margin-right: 4.5rem;
	margin-bottom: 4.5rem;
}

.qa-section dd {
	position: relative;
	margin-left: 4.5rem;
	margin-bottom: 4.5rem;
}

.qa-section dt div,
.qa-section dd div {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 2.5rem;
	background-color: var(--white-color);
	border-radius: 1rem;
	z-index: 2;
}

.qa-section dt div::before {
	position: absolute;
	display: inline-block;
	top: 2rem;
	left: 1.5rem;
	content: 'Q';
	font-size: 3.2rem;
	font-family: var(--serif-jp);
	font-weight: 400;
	color: rgba(var(--primary-color-rgb), 0.75);
	line-height: 1;
	z-index: 2;
}

.qa-section dd div::before {
	position: absolute;
	display: inline-block;
	top: 2rem;
	left: 1.5rem;
	content: 'A';
	font-size: 3.2rem;
	font-family: var(--serif-jp);
	font-weight: 400;
	color: rgba(var(--secondary-color-rgb), 0.75);
	line-height: 1;
	z-index: 2;
}

.qa-section dt div::after,
.qa-section dd div::after {
	content: "";
	position: absolute;
	bottom: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #fff transparent transparent;
	translate: calc(-50% - 0.2px) 100%;
	transform-origin: top;
}

.qa-section dt div::after {
	left: 25%;
	transform: skew(-5deg);
}

.qa-section dd div::after {
	left: 75%;
	transform: skew(50deg);
}

.qa-section dt div p,
.qa-section dd div p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	padding-left: 4rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.qa-section dt div p {
	color: var(--primary-color);
}

.qa-section dt div img,
.qa-section dd div img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 768px) {
	.qa-section dt {
		margin-right: 7.5rem;
		margin-bottom: 5rem;
	}

	.qa-section dd {
		margin-left: 7.5rem;
		margin-bottom: 5rem;
	}

	.qa-section dt div::before {
		left: 2rem;
	}

	.qa-section dd div::before {
		left: 2rem;
	}
}

.interview-accordion {
	position: relative;
}

.interview-accordion .toggle {
	display: none;
}

.interview-accordion .iv-title {
	display: block;
	margin-top: 1.5rem;
	padding: 1.75rem 1.75rem 1.75rem 6rem;
	color: var(--white-color);
	background-color: var(--primary-color);
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 0.75rem;
	cursor: pointer;
}

.interview-accordion .iv-title span::before {
	position: absolute;
	top: 50%;
	left: 1.75rem;
	content: "\f4ad";
	font-size: 3rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	transform: translateY(-50%);
}

.interview-accordion .iv-title::before {
	content: "";
	display: block;
	position: absolute;
	top: 49%;
	right: 2rem;
	width: 16px;
	height: 1px;
	transform: rotate(90deg);
	background-color: var(--white-color);
	transition: all 0.25s ease-in-out;
	z-index: 2;
}

.interview-accordion .iv-title::after {
	content: "";
	display: block;
	position: absolute;
	top: 49%;
	right: 2rem;
	width: 16px;
	height: 1px;
	background-color: var(--white-color);
	transition: all 0.25s ease-in-out;
	opacity: 1;
	z-index: 3;
}

.interview-accordion .iv-title,
.interview-accordion .qa-section {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.interview-accordion .qa-section {
	height: 0;
	padding: 0;
	overflow: hidden;
}

.toggle:checked+.iv-title+.qa-section {
	height: auto;
	padding: 3.5rem 0;
	transition: all .3s;
}

.toggle:checked+.iv-title::before {
	transform: rotate(180deg);
}

.toggle:checked+.iv-title::after {
	opacity: 0;
}

@media only screen and (min-width: 480px) {
	.interview-accordion .qa-section {
		padding: 0 3.5rem;
	}

	.toggle:checked+.iv-title+.qa-section {
		padding: 3.5rem;
	}
}

@media only screen and (min-width: 768px) {
	.interview-accordion .iv-title {
		margin-top: 1.75rem;
		padding: 2.25rem 2.25rem 2.25rem 6rem;
	}

	.interview-accordion .iv-title::before {
		width: 18px;
	}

	.interview-accordion .iv-title::after {
		width: 18px;
	}
}

/* FAQページ */
.faqInner {
	position: relative;
	margin-top: 3.5rem;
}

.faqInner dl {
	margin: 0 auto 1.5rem;
}

.faqInner .faqOpen {
	position: relative;
	padding: 1.75rem 5rem 1.75rem 6.5rem;
	color: var(--white-color);
	background-color: var(--secondary-color);
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 1rem;
	cursor: pointer;
	margin: 0;
}

.faqInner .faqOpen span::before {
	position: absolute;
	top: 50%;
	left: 1.75rem;
	content: "\f4ad";
	font-size: 3rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	transform: translateY(-50%);
}

.faqInner .faqOpen::before {
	content: "";
	display: block;
	position: absolute;
	top: 49%;
	right: 2rem;
	width: 16px;
	height: 1px;
	transform: rotate(90deg);
	background-color: var(--white-color);
	transition: all 0.25s ease-in-out;
	z-index: 2;
}

.faqInner .faqOpen::after {
	content: "";
	display: block;
	position: absolute;
	top: 49%;
	right: 2rem;
	width: 16px;
	height: 1px;
	background-color: var(--white-color);
	transition: all 0.25s ease-in-out;
	opacity: 1;
	z-index: 3;
}

.faqInner .faqOpen.active::before {
	transform: rotate(180deg);
}

.faqInner .faqOpen.active::after {
	opacity: 0;
}

.faqInner dl>dd {
	display: none;
	padding: 2.5rem 0 4rem;
	text-align: center;
}

.faqInner dl>dd .text {
	text-align: left
}

.faqInner dl>dd .text p {
	font-size: 1.6rem;
	line-height: 2;
}

.faqInner dl>dd .faqClose {
	position: relative;
	display: inline-block;
	margin: 2.5rem auto 0;
	border-radius: 9999px;
	font-size: 1.6rem;
	font-family: var(--serif-en);
	font-weight: 400;
	border: 1px solid var(--primary-color);
	background-color: var(--white-color);
	color: var(--primary-color);
	padding: 0.75rem 5rem;
}

@media only screen and (min-width: 768px) {
	#faq-sec .lead {
		text-align: center;
	}

	.faqInner dl {
		margin: 0 auto 2rem;
	}

	.faqInner .faqOpen {
		padding: 2.25rem 5rem 2.25rem 8.5rem;
		border-radius: 9999px;
		font-size: 1.8rem;
	}

	.faqInner .faqOpen span::before {
		left: 3.5rem;
	}

	.faqInner .faqOpen::before {
		right: 3.5rem;
		width: 18px;
	}

	.faqInner .faqOpen::after {
		right: 3.5rem;
		width: 18px;
	}

	.faqInner dl>dd {
		padding: 3rem 5rem 5rem;
	}

	.faqInner .faqOpen::before {
		width: 20px;
	}

	.faqInner .faqOpen::after {
		width: 20px;
	}
}


.feature-page-title {
	margin-top: 3.5rem;
	font-size: 2rem;
	font-weight: 400;
	font-family: var(--serif-jp);
	line-height: 1.7;
	text-align: center;
}

.feature-page-title span {
	position: relative;
	display: inline-block;
	padding: 1.5rem 2.5rem;
}

.feature-page-title span::before,
.feature-page-title span::after {
	content: '';
	position: absolute;
	width: 1.5rem;
	height: 2.5rem;
}

.feature-page-title span::before {
	border-left: double 3px var(--primary-color);
	border-top: double 3px var(--primary-color);
	top: 0;
	left: 0;
}

.feature-page-title span::after {
	border-right: double 3px var(--primary-color);
	border-bottom: double 3px var(--primary-color);
	bottom: 0;
	right: 0;
}

.feature-page-title small {
	display: block;
	font-size: 0.75em;
}

@media only screen and (min-width: 480px) {
	.feature-page-title {
		margin-top: 1.5rem;
	}

	.feature-page-title span {
		padding: 1.75rem 3rem;
	}
}

@media only screen and (min-width: 768px) {
	.feature-page-title {
		margin-top: -1.5rem;
		margin-bottom: 1.5rem;
		font-size: 2.2rem;
	}
}

/* INSOUグループについてページ */
#insou-sec01 .about-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: var(--serif-jp);
	font-weight: 400;
	font-size: 2rem;
	color: var(--primary-color);
	text-align: center;
}

#insou-sec01 .about-flex li:not(:last-child) {
	margin-bottom: 2.5rem;
}

#insou-sec01 .about-flex li i {
	display: block;
	margin-bottom: 0.75rem;
	font-size: 1.2em;
	color: var(--secondary-color);
}

#insou-sec01 .about-flex li span {
	background: linear-gradient(to bottom, transparent 65%, rgba(var(--secondary-color-rgb), 0.5) 35%);
}

@media only screen and (min-width: 480px) {
	#insou-sec01 .about-flex {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 3.5rem 4.5rem;
	}

	#insou-sec01 .about-flex li:not(:last-child) {
		margin-bottom: 0;
	}

	#insou-sec01 .about-flex li {
		max-width: 50%;
	}

	#insou-sec01 .about-flex li:nth-child(1) {
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	#insou-sec01 .about-flex {
		gap: 4.5rem 6rem;
		font-size: 2.2rem;
	}

	#insou-sec01 .about-flex li,
	#insou-sec01 .about-flex li:nth-child(1) {
		width: inherit;
		max-width: inherit;
	}
}


#insou-sec02 {
	font-family: var(--serif-jp);
}

#insou-sec02 .img-flex {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
	margin-left: auto;
	margin-right: auto;
}

#insou-sec02 .img-flex span {
	position: relative;
	display: block;
	flex: 1;
}

#insou-sec02 .img-flex span img {
	position: relative;
	display: block;
	width: 130%;
	height: auto;
	border: 4px solid var(--white-color);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

#insou-sec02 .img-flex span img.left {
	z-index: 1;
	transform: translateX(-5%) rotate(7.5deg);
}

#insou-sec02 .img-flex span img.center {
	z-index: 3;
	margin-top: 6.5rem;
	transform: translateX(-15%) rotate(-2.5deg);
}

#insou-sec02 .img-flex span img.right {
	z-index: 2;
	transform: translateX(-15%) rotate(-12.5deg);
}

@media only screen and (min-width: 480px) {
	#insou-sec02 .img-flex {
		gap: 1.5rem;
		margin-top: 4.5rem;
		margin-bottom: 4.5rem;
	}

	#insou-sec02 .img-flex span img {
		width: 120%;
		border: 5px solid var(--white-color);
	}

	#insou-sec02 .img-flex span img.left {
		transform: translateX(-5%) rotate(7.5deg);
	}

	#insou-sec02 .img-flex span img.center {
		margin-top: 6.5rem;
		transform: translateX(-10%) rotate(-2.5deg);
	}

	#insou-sec02 .img-flex span img.right {
		transform: translateX(-15%) rotate(-12.5deg);
	}
}

@media only screen and (min-width: 768px) {

	#insou-sec02 h2 .sp,
	#insou-sec03 h2 .sp {
		display: none;
	}

	#insou-sec02 .img-flex {
		gap: 0;
		margin-top: 5rem;
		margin-bottom: 5rem;
	}

	#insou-sec02 .img-flex span img {
		width: 100%;
	}

	#insou-sec02 .img-flex span img.left,
	#insou-sec02 .img-flex span img.center,
	#insou-sec02 .img-flex span img.right {
		margin-top: 0;
		transform: inherit;
		border: none;
		box-shadow: none;
	}
}

#insou-sec03 {
	font-family: var(--serif-jp);
}

#insou-sec03 .hotline {
	margin-left: auto;
	margin-right: auto;
	max-width: 420px;
}

#insou-sec03 p {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

#insou-sec03 .hotline-flex {
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	line-height: 1.7;
}

#insou-sec03 .hotline-flex .feature-page-title {
	font-size: 1.8rem;
	margin-top: 3rem;
	margin-bottom: 2rem;
}

#insou-sec03 .hotline-flex ul {
	padding-left: 2.4rem;
	list-style-type: disc;
	margin-bottom: 3rem;
}

#insou-sec03 .hotline-flex ul li:not(:last-child) {
	margin-bottom: 1rem;
}

#insou-sec03 .contact-kakomi {
	margin: 2.5rem auto 0 auto;
	background-color: var(--bg-color1);
	border-radius: 1rem;
	padding: 2rem 1rem;
}

#insou-sec03 .contact-kakomi dl {
	font-size: 1.6rem;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--white-color);
	gap: 0.25rem;
	text-align: center;
}

#insou-sec03 .contact-kakomi dl dt {
	font-weight: 700;
}

#insou-sec03 .contact-kakomi dl dd a {
	color: var(--white-color);
}

#insou-sec03 .contact-kakomi dl .mail {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 2.2rem;
	font-weight: 400;
	font-family: var(--serif-en);
}

#insou-sec03 .contact-kakomi dl .mail::before {
	content: '';
	display: inline-block;
	width: 2.2rem;
	height: 1.6rem;
	background-image: url('../images/icon-mail.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

#insou-sec03 .contact-kakomi dl .tel {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 3.2rem;
	font-weight: 400;
	font-family: var(--serif-en);
}

#insou-sec03 .contact-kakomi dl .tel::before {
	content: '';
	display: inline-block;
	width: 2.6rem;
	height: 2rem;
	background-image: url('../images/freedial.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

#insou-sec03 .contact-kakomi dl .note {
	font-size: 0.9em;
}

#insou-sec03 .kakomi03 {
	background-color: inherit;
	border: 1px solid var(--primary-color);
	max-width: 480px;
	margin-bottom: 3.5rem;
}

#insou-sec03 .kakomi03 dl {
	font-size: 1.5rem;
	color: var(--black-color);
	gap: 1rem;
}

@media only screen and (min-width: 480px) {
	#insou-sec03 .hotline-flex {
		flex-direction: row;
		gap: 3.5rem;
	}

	#insou-sec03 .hotline-flex dl {
		flex: 1
	}

	#insou-sec03 .contact-kakomi {
		margin-top: 3rem;
		padding: 2rem 2rem;
	}
}

@media only screen and (min-width: 768px) {
	#insou-sec03 .hotline-flex {
		gap: 4.5rem;
	}

	#insou-sec03 .contact-kakomi {
		margin-top: 3.5rem;
		padding: 2.5rem 3rem;
	}

	#insou-sec03 .hotline-flex2 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 3.5rem;
	}

	#insou-sec03 .contact-kakomi {
		flex: 1;
		border-radius: 9999px;
	}

	#insou-sec03 .kakomi03 {
		margin-bottom: 5rem;
	}
}