@charset "UTF-8";

body {
	overflow-x: hidden;
}

main.ict-lp.prg-wrapper {
	position: relative;
	z-index: 1;
}


.page-template-page-confirm .contact_caution , .page-template-page-confirm .agreement_wrap span {
	display: none !important;
}

.page-template-page-confirm .agreement_wrap::before {
	content: "個人情報の取り扱いに";
}

.complete_wrapper {
	display: block;
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.page-template-page-confirm main.ict-lp.prg-wrapper , .page-template-page-complete main.ict-lp.prg-wrapper {
		padding-top: 130px;
	}

	.complete_wrapper {
		width: 95%;
	}
}

@media screen and (max-width: 768px) {
	.page-template-page-confirm main.ict-lp.prg-wrapper , .page-template-page-complete main.ict-lp.prg-wrapper {
		padding-top: 80px;
	}

	.complete_wrapper {
		width: 100%;
		padding: 0 30px;
	}
}

.complete_wrapper h2 {
	margin-bottom: 20px;
	font-weight: 900;
	font-size: clamp(1rem, 0.326rem + 1.4vw, 1.25rem);
	text-align: center;
}

.complete_wrapper p {
	font-size: clamp(0.875rem, 0.538rem + 0.7vw, 1rem);
	line-height: clamp(1.563rem, 1.057rem + 1.05vw, 1.75rem);
	text-align: justify;
}

.complete_wrapper p:not(:nth-of-type(1)) {
	margin-top: 15px;
}



.container {
	overflow: hidden;
}


.scroll_range {
	position: relative;
}

.visual-wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 45px;
}

.visual_top-container {
	display: flex;
	position: relative;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	flex-direction: row-reverse;
}

.visual_image-contents {
	overflow: hidden;
	max-width: 1100px;
}

.visual_image-item {
	max-width: 1100px;
	width: 100%;
}

.visual_image-contents img {
	width: 100%;
	height: 100%;

	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.visual_image-contents , .visual_image-contents img {
		aspect-ratio: 69/52;
	}
}

.visual_theme-contents {
	display: flex;
	position: absolute;
	left: 0;
	max-width: 1870px;
	align-content: center;
	align-items: center;
}


.slowgun {
	position: relative;
	z-index: 1;
	margin-bottom: unset;
	font-weight: inherit;
	font-size: inherit;
	white-space: nowrap;
}

@media screen and (max-width: 1500px) {
	/*.slowgun > div {
		box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.16);
	}*/
}


.header-title-text div:nth-child(1) {
	font-weight: var(--Medium);
	font-size: clamp(0.875rem, 0.339rem + 1.9vw, 2.125rem);
}

.header-title-text div .big-text {
	font-size: clamp(1.625rem, 0.339rem + 4.57vw, 4.625rem);
}

.header-title-text div .big-text.negative-margin {
	margin-right: -2.0833vw;
}

.header-title-text div:nth-child(2) {
	margin-left: -0.8em;
}

.header-title-text div:nth-child(2) , .header-title-text div:nth-child(3) {
	font-weight: var(--Bold);
	font-size: clamp(1rem, 0.089rem + 3.24vw, 3.125rem);
}

span.orange-point , span.green-point {
	position: relative;
}

span.orange-point:before , span.orange-point:after {
	background-color: #ff9f40;
}

span.green-point:before , span.green-point:after {
	background-color: #80d05d;
}

span.orange-point:before , span.orange-point:after , span.green-point:before , span.green-point:after {
	display: inline-block;
	position: absolute;
	transform: translateY(-0.735em);
	width: 0.47em;
	height: 0.47em;
	margin: 0.265em;
	border-radius: 0.47em;
	content: "";
}

span.orange-point:before , span.green-point:before {
	top: 0;
	left: 0;
}

span.orange-point:after , span.green-point:after {
	top: 0;
	right: 0;
}

.visual_bottom-container {
	display: block;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.slowgun-text-back {
	position: absolute;
	right: 0 !important;
	bottom: 0 !important;
	z-index: -1;
	text-shadow: 0px 0px 9px #ffffff;

	-webkit-text-stroke: 3px #ffffff;
}



@media screen and (min-width: 768px) {
	.visual-wrapper {
		background-color: #efefef;
	}

	.visual-wrapper::before {
		display: block;
		position: absolute;
		bottom: -100px;
		left: 50%;
		transform: translateX(-50%);
		width: 2070px;
		background-color: #ffffff;
		content: "";

		aspect-ratio: 230/53;
		mask-size: 100%;
		-webkit-mask-size: 100%;
		mask-repeat: no-repeat;
		-webkit-mask-repeat: no-repeat;
		mask-position: right bottom;
		-webkit-mask-position: right bottom;
		mask-image: url(../img/visual_cloud-bg.png);
		-webkit-mask-image: url(../img/visual_cloud-bg.png);
	}

	.visual-wrapper::after {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 3840px;
		background-color: #ffffff;
		content: "";

		mask-size: 100%;
		-webkit-mask-size: 100%;
		mask-repeat: no-repeat;
		-webkit-mask-repeat: no-repeat;
		mask-position: right bottom;
		-webkit-mask-position: right bottom;
		mask-image: url(../img/common_clip.png);
		-webkit-mask-image: url(../img/common_clip.png);
		aspect-ratio: 1920/233;
	}

	.visual_top-container {
		margin-bottom: 15px;
		padding-top: 70px;
	}

	.visual_image-contents {
		width: 95%;
	}

	.visual_theme-contents {
		top: 50%;
		transform: translateY(-50%);
		width: 97.5%;
		margin-left: 2.5%;
	}

	.header-title-text div:nth-child(1) {
		text-shadow: 0px 3px 6px #ffffff;
	}

	.slowgun-text-back {
		display: none;
	}

	.visual-wrapper {
		margin-bottom: 45px;
		padding-bottom: 85px;
	}
}

@media screen and (max-width: 767px) {
	.slowgun {
		line-height: 23px;
	}

	.header-title-text div:nth-child(2) , .header-title-text div:nth-child(3) {
		font-weight: 600;
	}

	.header-title-text div:nth-child(1) {
		margin-bottom: 2px;
		font-weight: 500;
	}

	.visual-wrapper {
		margin-bottom: 25px;
	}

	.visual_top-container {
		overflow: hidden;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.visual_top-container::before {
		display: block;
		position: absolute;
		top: 0;
		z-index: -1;
		width: 100%;
		height: calc(100% - 30px);
		background-color: #efefef;
		content: "";
	}

	.visual_top-container::after {
		display: block;
		position: absolute;
		bottom: -30px;
		left: -75px;
		z-index: 0;
		width: 328px;
		background-color: #ffffff;
		content: "";

		aspect-ratio: 328/149;
		mask-size: 100%;
		-webkit-mask-size: 100%;
		mask-repeat: no-repeat;
		-webkit-mask-repeat: no-repeat;
		mask-position: right bottom;
		-webkit-mask-position: right bottom;
		mask-image: url(../img/visual_cloud-bgmb.png);
		-webkit-mask-image: url(../img/visual_cloud-bgmb.png);
	}

	.visual_image-contents {
		width: calc(100% - 30px);
	}

	.visual_theme-contents {
		bottom: calc(30px + 40px);
		width: calc(100% - 20px);
		margin-left: 20px;
	}

	.visual_bottom-container {
		padding: 25px 0 20px;
		background-color: #efefef;
	}
}





.visual_date {
	display: flex;
	position: relative;
	max-width: 1100px;
	width: 95%;
	margin-left: auto;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.job-results {
	display: flex;
	border-style: solid;
	border-color: #ff9f40;
	background-color: #ffffff;
	justify-content: center;
}

.result-name {
	display: block;
	font-size: clamp(0.875rem, -0.479rem + 2.82vw, 1.563rem);
}

.result-parcent {
	font-weight: 500;
	font-size: clamp(1.188rem, -2.382rem + 7.44vw, 3rem);
}

.result_counter {
	font-weight: bold;
	font-size: clamp(2.5rem, -4.638rem + 14.87vw, 6.125rem);
}

.result-period {
	display: block;
	font-weight: 500;
	font-size: clamp(0.75rem, 0.627rem + 0.26vw, 0.813rem);
}

.target-data {
	display: flex;
	column-gap: clamp(0.938rem, 0.095rem + 1.75vw, 1.25rem);
}

.target-user {
	max-width: 270px;
}

.target-example {
	max-width: 350px;
}

h3.target-title {
	display: inline-block;
	margin-bottom: 15px;
	padding: clamp(0.156rem, -0.028rem + 0.38vw, 0.25rem) clamp(0.781rem, -0.757rem + 3.21vw, 1.563rem);
	border-radius: 17.5px;
	background-color: #80d05d;
	color: white;
	font-weight: var(--Bold);
	font-size: clamp(0.875rem, 0.26rem + 1.28vw, 1.188rem);
}

ul.target-list {
	display: flex;
	font-weight: var(--Medium);
	font-size: 14px;
	column-gap: 10px;
	flex-wrap: wrap;
}

.target-list li {
	display: flex;
}

.visual_machina {
	visibility: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1920px;
	width: 100%;
}

.visual_machina img {
	display: block;
	visibility: visible;
	max-width: 240px;
}

@media screen and (min-width: 768px) {
	.visual_machina {
		bottom: clamp(0.938rem, -4.688rem + 11.72vw, 9.375rem);
		padding-left: clamp(0.625rem, -2.292rem + 6.08vw, 5rem);
	}

	.visual_machina img {
		width: 12.5%;
	}

	.visual_machina.visual_mb {
		display: none;
	}

	.visual_date {
		width: 95%;
		padding-right: clamp(14.063rem, -0.091rem + 29.49vw, 21.25rem);
	}

	@media screen and (max-width: 972px) {
		.visual_date {
			padding-left: clamp(2.5rem, -11.618rem + 29.41vw, 6.25rem);
		}
	}

	.job-results {
		position: absolute;
		right: clamp(3.438rem, -2.101rem + 11.54vw, 6.25rem);
		bottom: 55px;
		max-width: 230px;
		width: clamp(10rem, 1.385rem + 17.95vw, 14.375rem);
		border-width: clamp(0.313rem, -0.303rem + 1.28vw, 0.625rem);
		border-radius: 100%;
		font-weight: var(--Medium);
		flex-direction: column;
		align-items: center;

		aspect-ratio: 1/1;
	}

	.result-name {
		margin-bottom: -1.8229vw;
	}

	.result-name br {
		display: none;
	}

	.result-period {
		margin-top: -0.7812vw;
		text-align: center;
	}

	h3.target-title {
		margin-bottom: 15px;
	}

	ul.target-list {
		row-gap: 10px;
	}

	.target-list li {
		min-width: 130px;
		padding: 5px 30px;
		border-radius: 2.142em;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		background-color: white;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.header_inner::after {
		display: none;
	}

	.header_inner.blur_back::after {
		display: block;
	}

	.visual_machina {
		bottom: 20px;
		z-index: 2;
		padding-left: 30px;
	}

	.visual_machina img {
		width: 52px;
	}

	.visual_machina.visual_pc {
		display: none;
	}

	.visual_date {
		width: 100%;
		padding: 0 30px;
		flex-direction: column;
		align-items: center;
	}

	.result-parcent {
		position: relative;
		z-index: 1;
		line-height: 1;
	}

	.result-parcent::after {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 6px;
		background-color: #ff9f40;
		content: "";
	}

	.job-results {
		max-width: 270px;
		width: 100%;
		margin-bottom: 10px;
		padding: 8px 0;
		border-width: 2px;
		border-radius: 30px;
		column-gap: 3px;
	}

	.result-name {
		margin-top: auto;
	}

	.result-period {
		margin-top: auto;
	}

	h3.target-title {
		margin-bottom: 5px;
		font-weight: var(--Medium);
	}

	ul.target-list {
		flex-direction: column;
	}

	.target-list li::before {
		content: "・";
	}
}

/*.top-visual-wrapper {
	position: relative;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	min-height: calc(1080px + 0px);
	height: 100vh;
	border-bottom-right-radius: clamp(0px,50%,960px) clamp(0px,6.25vw,120px);
	background-color: #efefef;
}
.top-visual-wrapper:after {
	display: inline-block;
	position: absolute;
	bottom: clamp(-92px,-4.79vw,0px);
	max-width: 982px;
	width: 51.145vw;
	max-height: 477px;
	height: 24.843vw;
	background-image: url(../img/bg-cloud.png);
	background-position: right bottom;
	background-size: cover;
	content: "";
}

.top-visual-wrapper {
	/* font-size: clamp(0px,0.729vw,14px); 
	font-family: "Noto Sans JP";
}*/

/*.tv-left_visual img {
	position: absolute;
	z-index: 1;
}

.tv-left_visual img:nth-child(1) {
	bottom: clamp(0px, 13.571vw, 260.575px);
	left: clamp(0px, 7.42vw, 142.6px);
	max-width: 129.54px;
	width: 6.86vw;
}

.tv-left_visual img:nth-child(2) {
	bottom: clamp(0px, 12.416vw, 238.39px);
	left: clamp(0px, 1.546vw, 29.7px);
	max-width: 100.5px;
	width: 5.234vw;
}

.tv-left_visual img:nth-child(3) {
	bottom: clamp(0px, 6.348vw, 121.889px);
	left: clamp(0px, 7.297vw, 140.11px);
	max-width: 67.2px;
	width: 3.5vw;
}*/

/*
.top-visual.top-visual-wrapper {
	display: flex;
	justify-content: space-between;
}












/*@media screen and (max-width: 1000px) {
	.top-visual.top-visual-wrapper {
		padding-bottom: 5%;
	}
	.top-visual-wrapper {
		min-height: initial;
		height: initial;
	}
	.target-data.pc-content {
		display: none;
	}
	.target-data.mb-content {
		display: flex;
	}
}

@media screen and (max-width: 650px) {
	.top-visual.top-visual-wrapper {
		display: block;
	}
}*/


.fixed_link {
	display: flex;
	visibility: hidden;
	position: fixed;
	bottom: 20px;
	z-index: 11;
	width: 100%;
	flex-direction: column;

	row-gap: 10px;
}

.fixed_link.scroll_end {
	position: absolute;
}

.fixed_link a {
	display: block;
	visibility: visible;
	position: relative;
	margin-left: auto;
	padding: clamp(1.219rem, -0.874rem + 4.36vw, 2.281rem) clamp(0.5rem, -0.485rem + 2.05vw, 1rem);
	border: 2px solid #2c3841;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #80d05d;
	color: #2c3841;
	transition: all 0.6s;
}

.fixed_link a.fellow_link {
	padding: clamp(0.688rem, 0.479rem + 0.43vw, 1rem) clamp(0.469rem, 0.406rem + 0.13vw, 0.563rem);
	background-color: #ffffff;
}

.fixed_link a.fellow_link img {
	max-width: 29px;
	width: clamp(1.563rem, 1.396rem + 0.35vw, 1.813rem);
}
.fixed_link a.fellow_link figcaption {
	font-size: clamp(0.938rem, 0.771rem + 0.35vw, 1.188rem);
	flex-direction: column-reverse;
	align-items: flex-start;
}
.fixed_link a.fellow_link figcaption span {
	font-size: clamp(0.75rem, 0.625rem + 0.26vw, 0.938rem);
}
.fixed_link a.fellow_link::after {
	background-color: #ffffff;
}


.fixed_link a:hover {
	opacity: 0.8;
}

.fixed_link a::after {
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 2px;
	height: 100%;
	background-color: #80d05d;
	content: "";
}

.fixed_link-contents {
	display: flex;
	font-weight: var(--Bold);
	font-size: clamp(0.875rem, 0.137rem + 1.54vw, 1.25rem);
	flex-direction: column;
	justify-content: center;
	align-items: center;

	row-gap: 5px;
}

.fixed_link-contents img {
	width: clamp(1.5rem, 0.269rem + 2.56vw, 2.125rem);
}

.fixed_link-contents figcaption {
	display: flex;
	writing-mode: vertical-lr;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.form_link figcaption span::before {
		content: "･";
	}
}

@media screen and (max-width: 767px) {
	.fixed_link-contents figcaption {
		flex-direction: column-reverse;
	}
}


.tv-form-link.contact_link {
	display: flex;
	border: solid 2px #2c3841;
}

.tv-form-link.contact_link:hover {
	margin-right: -4.45em;
}

/*h3.content-header {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}*/

.chapter_title {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	font-weight: var(--Bold);
	font-size: clamp(1.563rem, -1.469rem + 6.32vw, 2.688rem);
}

.chapter_title-contents {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
}

.chapter_title-contents .content-icon {
	width: 100%;
}

#strengths .chapter_title-contents .content-icon {
	max-width: 144px;
}

#problem .chapter_title-contents .content-icon {
	max-width: 115px;
}

#features .chapter_title-contents .content-icon {
	max-width: 128px;
}

#thoughts .chapter_title-contents .content-icon {
	max-width: 131px;
}

#performance .chapter_title-contents .content-icon {
	max-width: 173px;
}

#voice .chapter_title-contents .content-icon {
	max-width: 78px;
}

#q_a .chapter_title-contents .content-icon {
	max-width: 63px;
}

#form .chapter_title-contents .content-icon {
	max-width: 74px;
}

.chapter_title-contents img {
	display: block;
	width: 100%;
}

.chapter_title-contents figcaption {
	text-align: center;
}

.chapter_title-first {
	display: block;
	font-size: clamp(0.875rem, -2.662rem + 7.37vw, 2.188rem) !important;
}

.chapter_title-contents figcaption.content-title span {
	font-size: clamp(1.375rem, -0.814rem + 4.56vw, 2.188rem);
}

.chapter_title-contents figcaption strong {
	font-size: clamp(1.938rem, -1.768rem + 7.72vw, 3.313rem);
}

.chapter_description {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	font-weight: var(--Medium);
	font-size: clamp(0.875rem, -0.472rem + 2.81vw, 1.375rem);
	text-align: center;
}

@media screen and (min-width: 768px) {
	.chapter_title {
		width: 95%;
	}

	#strengths .chapter_title-contents {
		align-items: flex-start;
	}

	.chapter_title-contents figcaption {
		text-align: justify;
	}

	.chapter_title-contents figcaption br {
		display: none;
	}

	.chapter_description {
		width: 95%;
	}

	#strengths .chapter_description {
		text-align: justify;
	}

	.chapter_description br {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.chapter_title {
		width: 100%;
		padding: 0 30px;
	}

	.chapter_title-contents {
		row-gap: 10px;
	}

	.chapter_description {
		width: 100%;
		padding: 0 30px;
	}
}



/* main{
    font-size: clamp(0px,0.729vw,14px);
} */



/*main .main-content:first-child h3 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}*/

main h3 span.scription {
	display: block;
	font-weight: var(--Medium);
	font-size: 0.488em;
	line-height: calc(54 / 22);
}


main h3 {
	margin: 0 auto;
	font-size: 2.5em;
	/* line-height: calc(35 / 61); */
}

/*35*/
main h3 span.m {
	font-size: clamp(1.563rem, -1.469rem + 6.32vw, 2.688rem);
	line-height: calc(45 / 61);
}

/*45*/
main h3 span.l {
	font-size: 1.6em;
	line-height: calc(56 / 61);
}

/*56*/






/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：私たちの強み
*******************************************************************************/
#strengths .chapter_title {
	margin-bottom: 10px;
}

#strengths .chapter_description {
	margin-bottom: 60px;
}

.strengths-wrapper {
	margin-bottom: 60px;
}

/*.main-content.strengths-wrapper {
	margin-top: 2.521em;
	margin-bottom: 8.142em;
}*/
.main-content-inner {
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.main-content-inner {
	}
}

@media screen and (max-width: 767px) {
	.main-content-inner {
		width: 100%;
	}

	#strengths .chapter_description {
		margin-bottom: 20px;
	}
}

ul.strengths-examples {
	display: flex;
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	justify-content: space-between;

	row-gap: 25px;
}

ul.strengths-examples li.examples {
	display: flex;
	column-gap: 5px;

	row-gap: 25px;
}

.example-image-wrapper {
	display: flex;
	max-width: 314px;
	min-width: 115px;
	flex-direction: column-reverse;
}

ul.strengths-examples .example-image {
	display: flex;
	position: relative;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.example-image img {
	max-width: 245px;
	min-width: 90px;
	width: 78.0255%;
}

.example-image-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.example-image-title::after {
	display: block;
	width: clamp(0.625rem, -0.217rem + 1.75vw, 0.938rem);
	margin-top: -1px;
	background: #80d05d;
	content: "";

	aspect-ratio: 15/13;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.strengths-wrapper h4.example-title {
	display: flex;
	position: relative;
	width: 100%;
	padding: clamp(0.469rem, -0.626rem + 2.28vw, 0.875rem) clamp(0.313rem, -0.53rem + 1.75vw, 0.625rem);
	border-radius: 30px;
	background-color: #80d05d;
	color: white;
	font-weight: 500;
	font-size: clamp(0.875rem, -0.472rem + 2.81vw, 1.375rem);
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

ul.scription-list {
	width: 100%;
	font-weight: 500;
	font-size: clamp(0.875rem, -0.304rem + 2.46vw, 1.313rem);
	line-height: clamp(1.375rem, -0.646rem + 4.21vw, 2.125rem);
	text-align: justify;
}

ul.scription-list li {
	display: flex;
	text-align: justify;
}

ul.scription-list li:before {
	content: "・";
}

@media screen and (min-width: 768px) {
	ul.strengths-examples {
		width: 95%;
	}

	ul.strengths-examples li.examples {
		max-width: 314px;
		width: 32%;
		flex-direction: column;
		align-items: center;
	}

	.example-image-wrapper {
		width: 100%;
	}

	ul.strengths-examples .example-image {
		border-radius: 100%;
		background-color: #f7f7f7;

		aspect-ratio: 1/1;
	}

	.strengths-examples .example-image:before {
		display: flex;
		position: absolute;
		bottom: -5px;
		left: 4.7771%;
		z-index: 1;
		width: clamp(3.125rem, 0.599rem + 5.26vw, 4.063rem);
		border-radius: 5px;
		background-color: #80d05d;
		color: white;
		font-weight: var(--Bold);
		font-size: clamp(1.875rem, 0.528rem + 2.81vw, 2.375rem);
		justify-content: center;
		align-items: center;
		content: "0"counter(number);

		aspect-ratio: 1/1;
	}

	.example-image-title {
		margin-bottom: -33px;
	}

	.strengths-wrapper h4.example-title br {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	ul.strengths-examples {
		width: calc(100%);
	}

	ul.strengths-examples li.examples {
		position: relative;
		width: 100%;
		padding: 0 30px 10px;
		align-items: flex-end;
	}

	ul.strengths-examples li.examples::after {
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
		width: 100%;
		height: calc(100% - 35px);
		background-color: #f7f7f7;
		content: "";
	}

	ul.strengths-examples {
		flex-direction: column;
	}

	.example-image-wrapper {
		width: clamp(7.188rem, -16.104rem + 74.53vw, 19.625rem);
	}

	ul.scription-list {
		padding-bottom: 5px;
	}

	ul.scription-list:before {
		display: block;
		margin-bottom: 10px;
		border-radius: 5px;
		color: #80d05d;
		font-weight: var(--Bold);
		font-size: clamp(1.875rem, 0.528rem + 2.81vw, 2.375rem);
		content: "0"counter(number);
	}
}


/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：よくあるお悩み
*******************************************************************************/

#problem .chapter_title {
	margin-bottom: 50px;
}

.problem-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 65px;
	padding-top: 60px;
	padding-bottom: 20px;
	background-color: #efefef;
}

.problem-wrapper:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) rotateX(180deg);
	width: 3840px;
	background-color: #ffffff;
	content: "";

	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: right bottom;
	-webkit-mask-position: right bottom;
	mask-image: url(../img/common_clip.png);
	-webkit-mask-image: url(../img/common_clip.png);
	aspect-ratio: 1920 / 233;
}

.problem-wrapper:after {
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	content: "";
}


.problem-wrapper .content-wrapper {
	display: flex;
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	font-weight: var(--Bold);
	font-size: clamp(0.875rem, -1.146rem + 4.21vw, 1.625rem);
	flex-direction: column;
}

ul.problem-example {
	display: flex;
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
	justify-content: center;
}

ul.problem-example li.examples {
	display: flex;
	max-width: 325px;
	width: 32.5%;
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: contain;
	justify-content: center;
	align-items: center;
}

ul.problem-example li.examples figure {
	position: relative;
}

ul.problem-example li.examples img {
	display: block;
	width: 100%;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

ul.problem-example li.examples figcaption {
	display: flex;
	position: absolute;
	top: 34.5455%;
	width: 100%;
	margin: 0 auto;
	font-size: clamp(0.875rem, -1.146rem + 4.21vw, 1.625rem);
	text-align: center;
	justify-content: center;
}

.thinking_img {
	max-width: 200px;
	width: 20%;
}

.machina_img {
	display: flex;
	visibility: hidden;
	position: absolute;
	bottom: 10.0987%;
	left: 50%;
	z-index: 5;
	transform: translateX(-50%);
	max-width: 1800px;
	width: 95%;
	justify-content: flex-end;
}

.machina_img img {
	visibility: visible;
	max-width: 243px;
	width: 13.5%;
}

@media screen and (min-width: 768px) {
	.problem-wrapper:after {
		bottom: -140px;
		left: 50%;
		transform: translateX(-50%);
		width: 2110px;
		background-image: url(../img/problem-bg-cloud.png);

		aspect-ratio: 2110/477;
	}

	.problem-wrapper .content-wrapper {
		width: 95%;
	}

	ul.problem-example {
		column-gap: 1.25%;

		row-gap: 40px;
	}

	ul.problem-example li.examples {
		width: 32.5%;
	}

	.thinking_img {
		margin-top: -8.5%;
	}
}

@media screen and (max-width: 767px) {
	.problem-wrapper {
		margin-bottom: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#problem .chapter_title {
		margin-bottom: 10px;
	}

	.problem-wrapper:after {
		right: -30px;
		bottom: -60px;
		z-index: 0;
		width: 356px;
		background-image: url(../img/problem-bg-cloudmb.png);

		aspect-ratio: 356/161;
	}

	.problem-wrapper .content-wrapper {
		width: 100%;
		padding: 0 30px;
	}

	ul.problem-example {
		flex-direction: column;
	}

	ul.problem-example li.examples {
		position: relative;
		width: 55%;
	}

	@media screen and (min-width: 375px) {
		ul.problem-example li.examples {
			min-width: 175px;
		}
	}

	ul.problem-example li.examples:nth-of-type(1) , ul.problem-example li.examples:nth-of-type(3) , ul.problem-example li.examples:nth-of-type(4) {
		margin-left: auto;
	}

	ul.problem-example li.examples:nth-of-type(1) img , ul.problem-example li.examples:nth-of-type(3) img , ul.problem-example li.examples:nth-of-type(4) img {
		transform: rotateY(180deg);
	}

	ul.problem-example li.examples:nth-of-type(2) , ul.problem-example li.examples:nth-of-type(5) {
		margin-top: -100px;
	}

	ul.problem-example li.examples:nth-of-type(3) , ul.problem-example li.examples:nth-of-type(4) {
		margin-top: -40px;
	}

	ul.problem-example li.examples:nth-of-type(3) {
		z-index: 5;
	}

	ul.problem-example li.examples:nth-of-type(4) {
		order: 5;
	}

	ul.problem-example li.examples:nth-of-type(5) {
		order: 4;
	}

	.thinking_img {
		transform: translateY(-10px);
		min-width: 110px;
		margin-top: -110px;
	}

	.machina_img {
		display: none;
	}
}






/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：3つの特長
*******************************************************************************/

#features .chapter_title {
	margin-bottom: 15px;
}

#features .chapter_description {
	margin-bottom: 55px;
}

.features-wrapper {
	position: relative;
	margin-bottom: 90px;
}


/*.main-content.features-wrapper h3.content-header {
	padding-top: 1.568em;
}*/
.features-wrapper .content-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

ul.features-example {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	row-gap: 15px;
}

@media screen and (max-width: 550px) {
	ul.features-example {
		flex-direction: column;
		align-items: center;
	}
}

ul.features-example .examples {
	display: flex;
	position: relative;
	max-width: 320px;
	width: 32%;
	flex-direction: column;
	align-items: center;
}

ul.features-example .examples::before {
	display: block;
	position: relative;
	z-index: 2;
	color: transparent;
	font-weight: var(--Bold);
	letter-spacing: 0.03em;
	content: "0"counter(number);
}

ul.features-example .examples::after {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background-color: #2c3841;
	color: transparent;
	content: "";
}

ul.features-example .examples > div {
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	row-gap: 15px;
}

ul.features-example .examples figure {
	display: flex;
	width: 100%;
	column-gap: 5px;
	justify-content: center;
	align-items: center;

	row-gap: 15px;
}

ul.features-example .example-image {
	max-width: 112px !important;
	min-width: 60px !important;
}

img.image-icon {
	max-width: none;
	min-width: auto !important;
	width: 100%;
}

@media screen and (min-width: 551px) {
	ul.features-example .examples figure {
		flex-direction: column;
	}

	ul.features-example .example-image {
		width: 40%;
	}
}

ul.features-example .examples figcaption {
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
}

ul.features-example h4.example-title {
	font-size: clamp(1.188rem, 0.009rem + 2.46vw, 1.625rem);
	line-height: clamp(1.875rem, 0.528rem + 2.81vw, 2.375rem);
	text-align: center;
}


ul.features-example .example-scription {
	display: block;
	height: 100%;
	font-weight: var(--Medium);
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}

@media screen and (min-width: 768px) {
	.features-wrapper .content-wrapper {
		width: 95%;
	}

	ul.features-example .examples::before {
		margin-bottom: -25px;
		font-size: 47px;

		-webkit-text-stroke: 3px #2c3841;
	}

	ul.features-example .examples::after {
		top: 65px;
		width: 30px;
	}

	ul.features-example .examples > div {
		padding: 45px 6.25% 20px;

		row-gap: 15px;
	}
}

@media screen and (max-width: 767px) {
	#features .chapter_title {
		margin-bottom: 5px;
	}

	#features .chapter_description {
		margin-bottom: 25px;
	}

	.features-wrapper .content-wrapper {
		width: 100%;
		padding: 0 30px;
	}

	.features-wrapper {
		margin-bottom: 50px;
	}

	ul.features-example {
		max-width: 650px;
		margin: 0 auto;
		column-gap: 2%;
	}

	@media screen and (min-width: 551px) {
		ul.features-example .examples {
			width: 49%;
		}
	}

	@media screen and (max-width: 550px) {
		ul.features-example .examples {
			width: 100%;
		}

		ul.features-example .example-image {
			width: 60px;
		}
	}

	ul.features-example .examples::before {
		margin-bottom: -20px;
		font-size: 37px;

		-webkit-text-stroke: 2px #2c3841;
	}

	ul.features-example .examples::after {
		top: 50px;
		width: 25px;
	}

	ul.features-example .examples > div {
		padding: 40px 20px;

		row-gap: 10px;
	}

	ul.features-example h4.example-title {
		text-align: justify;
	}
}



/*ul.features-example .examples:nth-child(1)::before {
	background-image: url(../img/text_img_01.png);
}

ul.features-example .examples:nth-child(2)::before {
	background-image: url(../img/text_img_02.png);
}

ul.features-example .examples:nth-child(3)::before {
	background-image: url(../img/text_img_03.png);
}*/






/*@media screen and (max-width: 1060px) {
	ul.features-example {
		flex-direction: column;
		justify-content: center;
		align-items: center;

		row-gap: 40px;
	}
}*/

/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：私たちの想い
*******************************************************************************/
#thoughts .chapter_title {
	margin-bottom: 30px;
}

.main-content.thoughts-wrapper {
	position: relative;
	padding-top: 75px;
	background-color: #e0efff;
}

/*.main-content.thoughts-wrapper h3.content-header {
	padding-top: 2.248em;
}*/

.thoughts-wrapper .content-wrapper {
	display: flex;
	position: relative;
	margin-top: 60px;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.page-template-page-ict-lp .set_center-obj , .page-template-page-ict-lp .set_top-obj {
	opacity: 0;
	transition: all 1s;
}

.set_center-obj.show_content , .set_top-obj.show_content {
	opacity: 1;
}

/*.thoughts-message-wrapper {
	font-size: 1.214em;
}*/

.thoughts-message h4.message-title {
	max-width: 400px;
	width: 85%;
	margin: unset;
	background-image: url(../img/text_thoughts-title.png);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 1s;

	aspect-ratio: 400/127;
}

.thoughts-message h4.message-title span {
	display: none;
}

.thoughts-wrapper .content-wrapper {
	display: flex;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.thoughts-message-wrapper {
	width: 100%;
}

.thoughts-message-wrapper .thoughts-message {
	display: flex;
	max-width: 950px;
	width: 100%;
	border: solid 6px #c6e3ff;
	background-color: white;
	flex-direction: column;
}

.thoughts-message .message-item {
	margin-top: -0.582em;
	font-weight: var(--Medium);
	font-size: clamp(0.875rem, 0.37rem + 1.05vw, 1.063rem);
	line-height: clamp(1.563rem, 0.72rem + 1.75vw, 1.875rem);
	text-align: justify;
}

.thoughts-message .message-item span {
	display: block;
	margin-top: clamp(1.563rem, 0.72rem + 1.75vw, 1.875rem);
	font-size: clamp(0.875rem, 0.707rem + 0.35vw, 0.938rem);
}

.thoughts-images {
	display: flex;
}


.thoughts-images img.thoughts-1 {
	position: relative;
	z-index: 1;
	transform: rotateZ(-5deg);
	max-width: 325px;

	aspect-ratio: 325/217;
}


.thoughts-images img.thoughts-2 {
	transform: rotateZ(5deg);
	max-width: 350px;

	aspect-ratio: 175/117;
}


@media screen and (min-width: 768px) {
	.main-content.thoughts-wrapper {
		padding-bottom: 140px;
	}

	.thoughts-wrapper .content-wrapper {
		width: 95%;
	}

	.thoughts-message-wrapper .thoughts-message {
		padding: 25px clamp(17.188rem, -1.339rem + 38.6vw, 24.063rem) 25px 32px;
	}

	.thoughts-images {
		position: absolute;
		top: 10px;
		right: -4%;
		max-width: 425px;
		width: clamp(19.375rem, 0.007rem + 40.35vw, 26.563rem);
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.thoughts-images img.thoughts-1 {
		width: 90%;
	}

	.thoughts-images img.thoughts-2 {
		width: 95%;
		margin-top: -20px;
		margin-left: auto;
	}
}

@media screen and (max-width: 767px) {
	.main-content.thoughts-wrapper {
		padding-top: 20px;
		padding-bottom: 25px;
	}

	#thoughts .chapter_title {
		margin-bottom: 15px;
	}

	.thoughts-wrapper .content-wrapper {
		width: calc(100% - 60px);
		flex-direction: column;
	}

	.thoughts-message-wrapper .thoughts-message {
		padding: 20px 10px 100px;
		align-items: center;
	}

	.thoughts-images {
		margin-top: -95px;
		margin-right: -3px;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.thoughts-message .message-item br {
		display: none;
	}

	.thoughts-images img.thoughts-1 {
		min-width: 113px;
		width: 35.8731%;
		margin-right: -20px;
	}

	.thoughts-images img.thoughts-2 {
		min-width: 150px;
		width: 45%;
		margin-bottom: 5px;
	}
}
















/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：就職実績
*******************************************************************************/
#performance .chapter_title {
	margin-bottom: 35px;
}

.main-content.performance-wrapper {
	position: relative;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 90px;
	background-color: #f7f7f7;
}

.main-content.performance-wrapper::after {
	position: absolute;
	background-color: #fff2e6;
	content: "";

	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: left top;
	-webkit-mask-position: left top;
}

.main-content.performance-wrapper ul.performance-list {
	display: flex;
	position: relative;
	z-index: 1;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;

	row-gap: 35px;
}

ul.performance-list li.performance-item {
	display: flex;
	max-width: 495px;
	width: 49.5%;
	flex-direction: column;
}

@media screen and (min-width: 601px) {
	ul.performance-list li.performance-item {
		width: 49.5%;
	}
}

@media screen and (max-width: 600px) {
	.main-content.performance-wrapper ul.performance-list {
		flex-direction: column;
		align-items: center;
	}

	ul.performance-list li.performance-item {
		width: 100%;
	}
}

.performance-title {
	display: flex;
	position: relative;
	z-index: 1;
	max-width: 240px;
	width: clamp(9.688rem, -4.628rem + 29.82vw, 15rem);
	margin-bottom: -2.8283%;
	padding-bottom: clamp(0.406rem, -0.183rem + 1.23vw, 0.625rem);
	background-image: url(../img/performance-title-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	font-size: clamp(1rem, -1.189rem + 4.56vw, 1.813rem);
	text-align: center;
	justify-content: center;
	align-items: flex-end;

	aspect-ratio: 15/7;
}

.performance-contents {
	display: flex;
	width: calc(100% - clamp(0.125rem, -0.38rem + 1.05vw, 0.313rem));
	margin-left: clamp(0.188rem, -0.149rem + 0.7vw, 0.313rem);
	padding: 40px 10px 10px;
	border: 3px solid #80d05d;
	border-radius: 5px;
	background-color: #ffffff;
	flex-direction: column;
}

ul.performance-list .graph-wrapper img.tamper-graph-image {
	display: block;
	max-width: 415px;
	width: 85%;
	margin: 0 auto;
}

.performance-contents figcaption {
	font-weight: var(--Medium);
	font-size: 13px;
}

@media screen and (min-width: 768px) {
	.main-content.performance-wrapper::after {
		bottom: -185px;
		left: 50%;
		transform: translateX(-50%);
		width: 2110px;

		mask-image: url(../img/problem-bg-cloud.png);
		-webkit-mask-image: url(../img/problem-bg-cloud.png);
		aspect-ratio: 2110/477;
	}

	.main-content.performance-wrapper ul.performance-list {
		width: 95%;
	}

	.performance-title {
		margin-bottom: -2.6263%;
		background-image: url(../img/performance-title-bg.png);
	}

	.performance-contents {
		padding: 40px 10px 10px;

		row-gap: 20px;
	}

	ul.performance-list .graph-wrapper img.tamper-graph-image {
		width: 85%;
	}

	.performance-contents figcaption {
		text-align: right;
	}
}

@media screen and (max-width: 767px) {
	.main-content.performance-wrapper {
		padding-top: 35px;
		padding-bottom: 50px;
	}

	#performance .chapter_title {
		margin-bottom: 10px;
	}

	.main-content.performance-wrapper::after {
		right: -30px;
		bottom: -70px;
		z-index: 0;
		width: 356px;

		mask-image: url(../img/problem-bg-cloudmb.png);
		-webkit-mask-image: url(../img/problem-bg-cloudmb.png);
		aspect-ratio: 356 / 161;
	}

	.main-content.performance-wrapper ul.performance-list {
		width: calc(100% - 60px);
	}

	.performance-title {
		margin-bottom: -10px;
		background-image: url(../img/performance-title-bgmb.png);
	}

	.performance-contents {
		padding: 15px 10px 5px;

		row-gap: 10px;
	}

	ul.performance-list .graph-wrapper img.tamper-graph-image {
		width: 91.5%;
	}

	.performance-contents figcaption {
		text-align: center;
	}
}







/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：卒業生の声
*******************************************************************************/
#voice .chapter_title {
	margin-bottom: 40px;
}

.voice-wrapper {
	position: relative;
	margin-bottom: 75px;
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #fff2e6;
}


.voice-wrapper ul.slide-content {
	display: flex;
	width: min-content;
	padding: clamp(0rem, -6.737rem + 14.04vw, 2.5rem) clamp(1.875rem, -2.336rem + 8.77vw, 3.438rem);
	padding: clamp(0rem, -6.737rem + 14.04vw, 2.5rem) clamp(1.25rem, -4.645rem + 12.28vw, 3.438rem);
	background-color: white;
	column-gap: clamp(0.625rem, -2.743rem + 7.02vw, 1.875rem);
	flex-direction: row;
	flex-wrap: nowrap;
}

/*.voice-wrapper ul.slide-content li:last-child {
	margin-right: unset;
	padding-right: 41.071em;
}*/

.voice-item {
	display: flex;
	max-width: 535px;
	width: 535px;
	width: clamp(19.688rem, -17.365rem + 77.19vw, 33.438rem);
	min-height: 425px;
	padding: 30px clamp(0.938rem, -2.431rem + 7.02vw, 2.188rem);
	box-sizing: border-box;
	background-color: #fff9f4;
	flex-direction: column;
}

.voice_scroll-mb {
	margin: 0 10px;
}

.voice_scroll-mb .voice-item {
	max-width: 400px;
	min-width: 315px;
	width: calc(100%);

/*margin: 0 10px;*/
	background-color: #ffffff;
}

.voice-wrapper .content-wrapper {
	overflow-x: scroll;
	margin-left: clamp(0rem, -22.188rem + 46.22vw, 88.75rem);
	padding-bottom: 1.757em;
	word-wrap: 100%;
}

.voice-item h4.content-title {
	display: flex;
	margin-bottom: 15px;
	font-size: clamp(1.063rem, 0.052rem + 2.11vw, 1.438rem);
	line-height: clamp(1.563rem, -0.964rem + 5.26vw, 2.5rem);
	column-gap: clamp(0.625rem, -0.217rem + 1.75vw, 0.938rem);
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.voice-item h4.content-title strong {
	position: relative;
	color: transparent !important;
	color: #fff2e6;
	font-weight: 500;
	font-size: clamp(1.75rem, 0.066rem + 3.51vw, 2.375rem);
	line-height: normal;
	letter-spacing: 0.03em;
}

.voice-item h4.content-title strong span:nth-of-type(1) {
	position: relative;
	z-index: 1;
	color: #fff2e6;
}

.voice-item h4.content-title strong span:nth-of-type(2) {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	color: #fff2e6;

	inset: 0;
	-webkit-text-stroke: 3.5px #80d05d;
}

.voice-item h4.content-title strong::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 25px;
	width: 100%;
	height: 2px;
	background-color: #80d05d;
	content: "";
}


.voice-item .content-message {
	height: 100%;
	margin-bottom: 10px;
	font-weight: var(--Medium);
	font-size: 14px;
	line-height: 27px;
	text-align: justify;
}

.voice-item .messanger {
	display: flex;
	margin-top: auto;
	column-gap: clamp(0.625rem, -0.217rem + 1.75vw, 0.938rem);
	align-items: center;
}

.voice-item .messanger-name {
	font-weight: var(--Bold);
	font-size: clamp(1.188rem, 0.514rem + 1.4vw, 1.438rem);
	word-break: keep-all;
}

.voice-item .messanger-info {
	font-weight: var(--Medium);
	font-size: clamp(0.813rem, 0.644rem + 0.35vw, 0.875rem);
	line-height: clamp(1.125rem, 0.283rem + 1.75vw, 1.438rem);
}


/* スクロールバーのカスタマイズ */
.scroll-box-1::-webkit-scrollbar {
	max-width: 1410px;
	width: 100%;

/* 垂直方向のスクロールバーの幅 */
	height: 1.027em;

	/* 水平方向のスクロールバーの幅 */
}


.scroll-box-1::-webkit-scrollbar-thumb {
	border: 5px solid #c4c4c4;
	border-radius: 20px;
	box-shadow: inset 0.214em 0.214em 0.214em rgba(255, 255, 255, 0.2);
	background-color: #ff9f40;
}

.scroll-box-1::-webkit-scrollbar-track {
	margin-right: clamp(0rem, -8.421rem + 17.54vw, 3.125rem);
	border-radius: 20px;
	box-shadow: inset 0.214em -0.214em 0.357em rgba(0, 0, 0, 0.2);
	background-color: #c4c4c4;
}

.scroll-box-1::-webkit-scrollbar-corner {
	display: none;
}

/* /スクロールバーのカスタマイズ */
@media screen and (min-width: 768px) {
	.slide_btn , .voice_scroll-mb {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.slider_mb {
		display: flex;
		height: 100%;
	}

	.voice-header {
		display: flex;
		margin-bottom: 10px;
		padding: 0 30px;
		justify-content: space-between;
		align-items: flex-end;
	}

	.voice-item .content-message {
		text-align: left;
	}

	.slide_btn {
		display: flex;
		column-gap: 5px;
	}

	.swiper-button-prev , .swiper-button-next {
		display: flex;
		width: 25px;
		background-color: #ffffff;
		font-size: 15px;
		justify-content: center;
		align-items: center;

		aspect-ratio: 5/6;
	}

	.swiper-button-prev:after , .swiper-button-next:after {
		display: block;
		width: 11px !important;
		background-color: #ff9f40;
		content: "" !important;

		mask-image: url(../img/slide_btn-img.png);
		-webkit-mask-image: url(../img/slide_btn-img.png);
		mask-size: 100%;
		-webkit-mask-size: 100%;
		mask-repeat: no-repeat;
		-webkit-mask-repeat: no-repeat;
		mask-position: center;
		-webkit-mask-position: center;
		aspect-ratio: 11/19;
	}

	.swiper-button-next:after {
		transform: rotateY(180deg);
	}

	.voice-item h4.content-title strong , .voice-item h4.content-title strong span:nth-of-type(1) , .voice-item h4.content-title strong span:nth-of-type(2) {
		color: #ffffff;
	}

	.voice_scroll-pc {
		display: none;
	}

	.voice-wrapper {
		margin-bottom: 35px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	#voice .chapter_title {
		margin-bottom: 0;
		padding: 0 !important;
	}

	#voice .chapter_title-contents {
		align-items: flex-start;
	}
}



/*ul.slide-content li:nth-child(1) h4.content-title:before {
	background-image: url(../img/text_voice-img_01.png);
}

ul.slide-content li:nth-child(2) h4.content-title:before {
	background-image: url(../img/text_voice-img_02.png);
}

ul.slide-content li:nth-child(3) h4.content-title:before {
	background-image: url(../img/text_voice-img_03.png);
}*/

/*ul.slide-content li h4.content-title:before {
	display: inline-block;
	width: 1.956em;
	height: 1.695em;
	margin-right: 0.826em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}*/





/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：よくある質問
*******************************************************************************/

#q_a .chapter_title {
	margin-bottom: 30px;
}

.main-content.q_a-wrapper {
	margin-bottom: 85px;
}


.faq-list {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}

.list-contents_container {
	display: flex;
	padding: 20px 50px 15px;
	padding-right: 25px;
	border-radius: 10px;
	background-color: #ffffff;
	justify-content: space-between;
	align-items: center;
}

.list-contents_container.question_container {
	visibility: hidden;
	column-gap: 10px;
	cursor: pointer;
}

.list-contents_container.show_content {
	visibility: visible;
	border: 5px solid #ff9f40;
}

.list-contents_container.question_container:not(:nth-of-type(1)) {
	margin-top: 40px;
}

.list-contents_container.question_container:hover {
	opacity: 0.7;
}

.list-contents_container.answer_container {
	margin-top: -5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #efefef;
}



.flex_wrap {
	width: 100%;
}

.contents-change_wrap {
	display: flex;
	column-gap: 15px;
	align-items: center;
}

.icon_wrap {
	display: flex;
	position: relative;
	min-width: clamp(2.063rem, 0.884rem + 2.46vw, 2.5rem);
	padding-top: 2px;
	border-radius: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: clamp(1.188rem, 0.177rem + 2.11vw, 1.563rem);
	justify-content: center;

	aspect-ratio: 1/1;
}

.icon_wrap.q_icon {
	background-color: #ff9f40;
}

.question_container p.faq-text {
	font-weight: var(--Bold);
	font-size: clamp(0.875rem, -0.136rem + 2.11vw, 1.25rem);
}

.answer_container p.faq-text {
	font-weight: var(--Medium);
	font-size: clamp(0.875rem, 0.538rem + 0.7vw, 1rem);
	line-height: clamp(1.563rem, 0.72rem + 1.75vw, 1.875rem);
}

.one_i {
	display: block;
	position: relative;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform-origin: center center;
	width: clamp(1.563rem, 0.72rem + 1.75vw, 1.875rem);
	transition-duration: 0.2s;

	aspect-ratio: 1/1;
}

.list-contents_container.open .one_i {
	transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
}

.one_i::before , .one_i::after {
	display: flex;
	position: absolute;
	top: 15px;
	left: 0;
	transform: rotate(0deg);
	transform-origin: center center;
	width: 32px;
	height: 3px;
	background-color: #ff9f40;
	content: "";
}

.list-contents_container.open .one_i::before {
	content: none;
}

.one_i::before {
	top: 0;
	left: 15px;
	width: 3px;
	height: 32px;
}

.list-contents_container.open .one_i::after {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
	.main-content.q_a-wrapper {
		margin-bottom: 45px;
	}

	.faq-list {
		width: 100%;
		padding: 0 30px;
	}

	.one_i {
		width: 20px;
		height: 20px;
	}

	.one_i::before , .one_i::after {
		top: 9px;
		width: 20px;
		height: 2px;
	}

	.one_i::before {
		top: 0;
		left: 9px;
		width: 2px;
		height: 20px;
	}

	.list-contents_container.question_container:not(:nth-of-type(1)) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 600px) {
	.list-contents_container {
		padding: 15px 10px;
		border-radius: 8px;
	}

	p.faq-text {
		max-width: 100%;
	}
}



/*

.q_a_list_wrapper {
	display: flex;
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	margin-top: 1.837em;
	flex-direction: column;
	align-items: center;

	row-gap: 50px;
}








.accordion-wrapper {
	width: 100%;
}





.scription-wrapper , h4.content-title {
	border-radius: 0.5em;
}


.q_a_list_wrapper input[type=checkbox] {
	display: none;
}

.q_a_list_wrapper h4.content-title {
	display: flex;
	padding: 15px 70px 15px 54px;
	border: 5px solid #ff9f40;
	box-sizing: border-box;
	font-size: 20px;
	align-items: center;
}

h4.content-title.acordion-button {
	position: relative;
}

h4.content-title.acordion-button:before , h4.content-title.acordion-button:after {
	display: inline-block;
	position: absolute;
	right: 0px;

	width: 1.6em;
	height: 0.15em;
	margin-right: 1.35em;
	background-color: #ff9f40;
	content: "";
}

h4.content-title.acordion-button:after {
	transform: rotate(-90deg);
}

.q_a_list_wrapper h4.content-title span {
	display: flex;
	position: relative;
	column-gap: 15px;
	align-items: center;
}

.q_a_list_wrapper h4.content-title span:before {
	display: flex;
	position: relative;
	min-width: 40px;
	border-radius: 10px;
	background-color: #ff9f40;
	color: #ffffff;
	font-weight: var(--Bold);
	font-size: 25px;
	justify-content: center;
	align-items: center;
	content: "Q";

	aspect-ratio: 1/1;
}

ul.q_a_list .accordion-wrapper > * {
	width: 100%;
	box-sizing: border-box;
}

.accordion-wrapper label {
	display: inline-block;
}



ul.q_a_list .scription-wrapper {
	min-height: 90px;
	padding: 20px 50px 15px;
}


.q_a_list_wrapper h4.content-title {
	background-color: white;
}





.scription-wrapper {
	display: none;
	display: flex;
	visibility: hidden;
	position: relative;
	z-index: -1;
	transform: translateY(-50px);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #efefef;
	color: #000000;
	opacity: 0;
	align-items: center;
}




#accordion-item-1:checked ~ .scription-wrapper , #accordion-item-2:checked ~ .scription-wrapper , #accordion-item-3:checked ~ .scription-wrapper , #accordion-item-4:checked ~ .scription-wrapper , #accordion-item-5:checked ~ .scription-wrapper {
	visibility: visible;
	transform: translateY(0);
	margin-top: -5px;

	opacity: 1;
}

#accordion-item-1:checked + label h4:after , #accordion-item-2:checked + label h4:after , #accordion-item-3:checked + label h4:after , #accordion-item-4:checked + label h4:after , #accordion-item-5:checked + label h4:after {
	transform: rotate(0deg);
}

.accordion-wrapper .scription-wrapper , .accordion-wrapper h4.content-title:after , .accordion-wrapper h4.content-title:before {
	transition: all 0.5s ease;
}
*/




/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：お申し込みフォーム
*******************************************************************************/
#form .chapter_title {
	margin-bottom: 40px;
}

.main-content.form-wrapper .content-wrapper br {
	display: none;
}

.main-content.form-wrapper .content-header-wrapper {
	max-width: 1310px;
	width: 100%;
	margin: 0 auto;
	padding: 70px 0;
	border-radius: clamp(0rem, -7.579rem + 15.79vw, 2.813rem);
	box-sizing: border-box;
	background-color: #80d05d;
	color: white;
}

.main-content.form-wrapper .content-wrapper {
	/* 36px; */
	max-width: 1000px;
	width: 95%;
	margin: auto;
}

/*.content-wrapper form {
	margin-top: -100px;
	padding-top: 100px;
}*/

.contact-form {
	width: 100%;
	margin: auto;
	border-collapse: collapse;
	border-spacing: 0;
}

.contact-form tr {
	border-top: 1px solid #ffffff;
}

.contact-form th , .contact-form td {
	padding: 20px 0;
	border-color: #ffffff !important;
	border-right: none;
	border-left: none;
	background-color: transparent !important;
}

.contact_label {
	display: flex;
	text-align: left;
	justify-content: space-between;
	align-items: center;
}


span.text_name {
	font-weight: var(--Medium);
	font-size: clamp(1rem, 0.495rem + 1.05vw, 1.188rem);
}

span.text_required {
	display: flex;
	width: 50px;
	height: 30px;
	border-radius: 3px;
	background-color: #ff9f40;
	color: white;
	font-weight: var(--Bold);
	font-size: 13px;
	justify-content: center;
	align-items: center;
}

.contact_caution {
	margin-left: 2rem;
	padding-top: clamp(0.313rem, -0.193rem + 1.05vw, 0.5rem);
	font-size: clamp(0.875rem, 0.538rem + 0.7vw, 1rem);
}

.contact-form td a {
	padding-bottom: 3px;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}

span.wpcf7-form-control-wrap {
	font-size: 1.142em;
	/* 16px; */
}

/* .main-content.form-wrapper form label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
} */

.mwform-checkbox-field-text {
	display: none;
}

@media screen and (max-width: 767px) {
	.main-content.form-wrapper .content-wrapper {
		width: 100%;
		padding: 0 30px;
	}

	.contact-form th , .contact-form td {
		display: block;
		width: 100%;
	}

	.contact-form tr:not(:nth-last-of-type(1)) th {
		padding-bottom: 10px;
	}


	.contact-form tr:not(:nth-last-of-type(1)) td {
		padding-top: 0;
	}

	.contact_caution {
		margin-left: 0;
	}
}

.contact-form th {
	max-width: 255px;
	min-width: 200px;
	width: 25.5%;
}

@media screen and (min-width: 768px) {
	.contact-form td {
		padding-left: 4.5%;
	}

	.contact_label {
		margin-top: 11px;
	}
}

@media screen and (max-width: 767px) {
	.main-content.form-wrapper .content-header-wrapper {
		padding: 25px 0;
	}

	#form .chapter_title {
		margin-bottom: 20px;
	}
}

.contact-form tr:nth-last-of-type(1) td {
	padding-left: 0 !important;
}

.permission_check {
	position: relative;
	top: clamp(0.125rem, -0.043rem + 0.35vw, 0.188rem);
	width: 22px;
	height: 22px;
	margin-right: 6px !important;
}

.main-content.form-wrapper form input[type="text"] , input[type="tel"] , input[type="email"] {
	display: block;
	width: 100%;
	padding: 0.5em;
	padding: 17px 30px;
	border: none;
	border-radius: 3px;

/* border-color: #e6e6e6; */
	border-radius: 0;
	background-color: #ffffff;
	font-size: 1em;
	outline: none;
}

.contact_btn-container {
	text-align: center;
}

input.send-item {
	max-width: 300px;
	width: 100%;
	height: 60px;
	border: 2px solid #7e7e7e;

/* 19px; */
	border-radius: 0.157em;
	background-color: #7e7e7e;
	color: white;

/* 3px; */
	font-weight: var(--Medium);

/* 59px; */
	font-size: 1.357em;
	outline: unset;
	cursor: pointer;
	transition: all 0.6s;
}

input.send-item:hover {
	background-color: #ffffff;
	color: #7e7e7e;
}

.main-content.form-wrapper form label:has(input.send-item) {
	width: fit-content;
	margin: 0 auto;
	margin-top: 2.928em;
	/* 41px; */
}

.agreement_wrap {
	display: flex;
	position: relative;
}

.agreement_wrap > span {
	display: inline-block;
	font-size: clamp(0.875rem, 0.201rem + 1.4vw, 1.125rem);
	line-height: 27px;
}

label:has(span[data-name=recaptcha]) {
	/* 17px 19px; */
	width: fit-content;
	margin-top: 1.035em;
	padding: 1.214em 1.357em;
	background-color: white;
	;
	/* 14.5px; */
}

label:has(span[data-name=recaptcha]) {
	position: relative;
	box-sizing: border-box;
	/* width: 24.785em;
    height: 8.142em; */
}

span.wpcf7-spinner {
	display: none;
}

/* counterリセットを別で追加する */

label input.send-item:hover {
	border: solid 0.157em #7e7e7e;
	background-color: white;
	color: #7e7e7e;
}

.reset-counter {
	counter-reset: number 0;
}

.reset-counter li.count {
	counter-increment: number 1;
}

.send_btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.g-recaptcha {
	margin-top: 15px;
}

.mw_wp_form_error .agreement_wrap .error {
	position: absolute;
	top: 100%;
	line-height: 1.4;
}

.mw_wp_form_error .agreement_wrap {
	padding-bottom: 28px;
}

/* /後から修正する */


/* button */
/*ul.q_a_list h4.content-title , label input.send-item:hover {
	cursor: pointer;
	transition: 0.3s ease opacity,
	0.3s ease background-color,
	0.3s ease color,
	0.3s ease border;
}

.q_a_list_wrapper .accordion-wrapper:hover h4.content-title:before , .q_a_list_wrapper .accordion-wrapper:hover h4.content-title:after {
	background-color: white;
}

.q_a_list_wrapper .accordion-wrapper:hover h4.content-title {
	background-color: #ff9f40;
	color: white;
}*/

/* button */
