@charset "utf-8";
/* CSS Document */

/* topContent
-------------------------------------------------- */
.topContent {
}
.topContent .topContent_inn {
	margin-right: auto;
	margin-left: auto;
}
.topContent .topContent_title {
	margin-right: auto;
	margin-left: auto;
}
.topContent .topContent_title_jp {
	font-family: var(--font-mincho);
	text-align: center;
}
.topContent .topContent_title_en {
	font-family: var(--font-mincho);
	color: var(--main-color);
	text-align: center;
}
.topContent .topContent_body {
	margin-right: auto;
	margin-left: auto;
}

/* topKv
-------------------------------------------------- */
#topKv {
}
#topKv .topKv_inn {
}
#topKv .kv_image {
	display: block;
	width: 100%;
}

/* topCatch
-------------------------------------------------- */
#topCatch {
}
#topCatch .topCatch_bigtext {
	text-align: center;
}
#topCatch .topCatch_smalltext {
	text-align: center;
}

/* topSlider
-------------------------------------------------- */
.topSlider {
}
.topSlider .topSlider_items {
}
.topSlider .topSlider_item {
}
.topSlider .topSlider_link {
	display: block;
	aspect-ratio: 1300/600;
	overflow: hidden;
	position: relative;
}
.topSlider .topSlider_image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* casestudy
-------------------------------------------------- */
#casestudy {
}
#casestudy .casestudy_items {
}
#casestudy .casestudy_item {
	border: 1px solid var(--main-color_02);
	background: var(--main-color_01);
}
#casestudy .casestudy_thumbnail {
	display: block;
	aspect-ratio: 3/4;
	overflow: hidden;
	position: relative;
}
#casestudy .casestudy_image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#casestudy .casestudy_data {
}
#casestudy .casestudy_data_day {
}
#casestudy .casestudy_data_name {
}
#casestudy .casestudy_data_items {
}
#casestudy .casestudy_data_item {
}
#casestudy .casestudy_data_item:last-child {
	margin-bottom: 0;
}
#casestudy .casestudy_data_title {
}
#casestudy .casestudy_data_salary {
}

/* treatment
-------------------------------------------------- */
#treatment {
}
#treatment .topContent_inn {
	background: var(--main-color_01);
}
#treatment .treatment_items {
}
#treatment .treatment_item {
	line-height: 1;
	background-color: #fff;
	border-radius: 5px;
}
#treatment .treatment_text {
	text-align: center;
}

/* preparation
-------------------------------------------------- */
#preparation {
}
#preparation .topContent_inn {
	background: var(--main-color_01);
}
#preparation .preparation_items {
}
#preparation .preparation_item {
	line-height: 1;
	background-color: #fff;
	border-radius: 5px;
}
#preparation .preparation_text {
	text-align: center;
}

/* flow
-------------------------------------------------- */
#flow {
}
#flow .flow_items {
}
#flow .flow_item {
	border: 1px #ECF0F4 solid;
	border-radius: 8px;
}
#flow .flow_item:last-child {
	margin-bottom: 0;
}
#flow .flow_item_number {
}
#flow .flow_item_title {
}
#flow .flow_item_text {
}

/* access
-------------------------------------------------- */
#access {
}
#access iframe {
	display: block;
	width: 100%;
}

/* qa
-------------------------------------------------- */
#qa {
}
#qa .qa_items {
}
#qa .qa_item {
	background: #fff;
}
#qa .qa_item:last-child {
	margin-bottom: 0;
}
#qa .qa_question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
#qa .qa_question:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f107";
	transition: transform 400ms;
}
.accordion_header.open:after {
	transform: rotate(180deg);
}
#qa .qa_question_inn {
	display: flex;
}
#qa .qa_question_inn:before {
	display: flex;
	align-items: center;
	justify-content: center;
	content: 'Q';
	color: var(--main-color);
}
#qa .qa_question_text {
}
#qa .qa_question_strong {
	display: block;
	color: var(--main-color);
}
#qa .qa_answer {
	display: none;
	border-top: 1px solid #ccc;
}
#qa .qa_answer_text {
	display: flex;
}
#qa .qa_answer_text:before {
	content: 'A';
	color: var(--main-color);
	font-weight: bold;
}

/* contact
-------------------------------------------------- */
#contact {
}
#contact .contact_items {
}
#contact .contact_item {
}
#contact .contact_link {
}
#contact .contact_link_title {
}
#contact .contact_link_text {
}
#contact .contact_tel {
	color: var(--secondary-color);
}
#contact .contact_tel:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f2a0";
}
#contact .contact_line {
	color: var(--line-color);
}
#contact .contact_line:before {
	font-family: "Font Awesome 6 Brands";
	font-weight: normal;
	content: "\f3c0";
}

/* --------------------------------------------------
PC
-------------------------------------------------- */
@media screen and (min-width: 768px) {

	/* topContent
	-------------------------------------------------- */
	.topContent {
		padding: 50px 0 75px;
	}
	.topContent .topContent_inn {
		width: var(--pc_main-width);
	}
	.topContent .topContent_title {
		width: var(--pc_main-width);
		margin-bottom: 35px;
	}
	.topContent .topContent_body {
		width: var(--pc_main-width);
	}

	/* topCatch
	-------------------------------------------------- */
	#topCatch {
		padding: 80px 0;
	}
	#topCatch .topCatch_bigtext {
		font-size: 36px;
		margin-bottom: 30px;
	}
	#topCatch .topCatch_smalltext {
		font-size: 17px;
		line-height: 1.7;
	}

	/* topSlider
	-------------------------------------------------- */
	.topSlider {
	}
	.topSlider .topSlider_items {
	}
	.topSlider .topSlider_item {
		margin: 0 15vw;
	}
	.topSlider .topSlider_link {
	}
	.topSlider .topSlider_image {
	}

	/* casestudy
	-------------------------------------------------- */
	#casestudy {
	}
	#casestudy .casestudy_items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 20px;
	}
	#casestudy .casestudy_item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: calc(50% - 10px);
		padding: 40px;
	}
	#casestudy .casestudy_thumbnail {
		width: 25%;
	}
	#casestudy .casestudy_image {
	}
	#casestudy .casestudy_data {
		width: calc(75% - 20px);
	}
	#casestudy .casestudy_data_day {
	}
	#casestudy .casestudy_data_name {
		font-size: 32px;
		margin-bottom: 10px;
	}
	#casestudy .casestudy_data_items {
	}
	#casestudy .casestudy_data_item {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	#casestudy .casestudy_data_title {
		width: 100px;
		text-align: center;
		background: #fff;
		border-radius: 100px;
		margin-right: 10px;
	}
	#casestudy .casestudy_data_salary {
	}

	/* treatment
	-------------------------------------------------- */
	#treatment {
	}
	#treatment .topContent_inn {
		padding: 40px;
	}
	#treatment .topContent_title,
	#treatment .topContent_body {
		width: 100%;
	}
	#treatment .treatment_items {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 25px;
	}
	#treatment .treatment_item {
		width: calc(20% - 10px);
		font-size: 14px;
		text-align: center;
		margin: 5px;
		padding: 10px 20px;
	}
	#treatment .treatment_text {
		font-size: 16px;
	}

	/* preparation
	-------------------------------------------------- */
	#preparation {
	}
	#preparation .topContent_inn {
		padding: 40px;
	}
	#preparation .topContent_title,
	#preparation .topContent_body {
		width: 100%;
	}
	#preparation .preparation_items {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 25px;
	}
	#preparation .preparation_item {
		width: calc(20% - 10px);
		font-size: 14px;
		text-align: center;
		margin: 5px;
		padding: 10px 20px;
	}
	#preparation .preparation_text {
		font-size: 16px;
	}

	/* flow
	-------------------------------------------------- */
	#flow {
	}
	#flow .flow_items {
	}
	#flow .flow_item {
		display: grid;
		grid-template-columns: 50px 1fr;
		column-gap: 40px;
		row-gap: 10px;
		margin-bottom: 20px;
		padding: 40px;
	}
	#flow .flow_item_number {
		grid-column: 1/2;
		grid-row: 1/2;
		font-size: 40px;
	}
	#flow .flow_item_title {
		grid-column: 2/3;
		grid-row: 1/2;
		display: flex;
		align-items: center;
		font-size: 24px;
	}
	#flow .flow_item_text {
		grid-column: 2/3;
		grid-row: 2/3;
		font-size: 16px;
	}

	/* access
	-------------------------------------------------- */
	#access {
	}
	#access iframe {
		display: block;
		width: 100%;
	}

	/* qa
	-------------------------------------------------- */
	#qa {
	}
	#qa .qa_items {
	}
	#qa .qa_item {
		border: 1px solid #ddd;
		margin-bottom: 20px;
	}
	#qa .qa_question {
		padding: 20px 24px;
	}
	#qa .qa_question:after {
	}
	#qa .qa_question_inn {
		align-items: first baseline;
	}
	#qa .qa_question_inn:before {
		font-size: 20px;
		margin-right: 10px;
	}
	#qa .qa_question_text {
		font-size: 16px;
	}
	#qa .qa_question_strong {
		font-size: 20px;
		margin-bottom: 5px;
	}
	#qa .qa_answer {
		margin: 0 20px;
		padding: 16px 36px 16px 24px;
	}
	#qa .qa_answer_text {
		font-size: 16px;
		line-height: 1.6;
	}
	#qa .qa_answer_text:before {
		font-size: 36px;
		margin: -15px 20px 0 0;
	}

	/* contact
	-------------------------------------------------- */
	#contact {
	}
	#contact .contact_items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 200px;
	}
	#contact .contact_item {
		width: 48%;
	}
	#contact .contact_link {
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: var(--font-gothic);
		font-size: 15px;
		line-height: 1;
		padding: 32px 0;
	}
	#contact .contact_link_title {
		display: block;
	}
	#contact .contact_link_text {
	}
	#contact .contact_tel {
		border: 1px solid var(--secondary-color);
	}
	#contact .contact_tel:before {
		font-size: 16px;
		margin-right: 4px;
	}
	#contact .contact_line {
		border: 1px solid var(--line-color);
	}
	#contact .contact_line:before {
		font-size: 16px;
		margin-right: 4px;
	}
}


/* --------------------------------------------------
スマホ
-------------------------------------------------- */
@media all and (max-width: 767px) {

	/* topContent
	-------------------------------------------------- */
	.topContent {
		margin: 0 5vw;
		padding: 7.5vw 0;
	}
	.topContent .topContent_inn {
	}
	.topContent .topContent_title {
		margin-bottom: 35px;
	}
	.topContent .topContent_body {
	}

	/* topCatch
	-------------------------------------------------- */
	#topCatch {
		padding: 15vw 5vw;
	}
	#topCatch .topCatch_bigtext {
		font-size: 7.5vw;
		margin-bottom: 6vw;
	}
	#topCatch .topCatch_smalltext {
		font-size: 3.5vw;
		line-height: 1.7;
	}

	/* topSlider
	-------------------------------------------------- */
	.topSlider {
	}
	.topSlider .topSlider_items {
	}
	.topSlider .topSlider_item {
		margin: 0 5vw;
	}
	.topSlider .topSlider_link {
	}
	.topSlider .topSlider_image {
	}

	/* casestudy
	-------------------------------------------------- */
	#casestudy {
	}
	#casestudy .casestudy_items {
	}
	#casestudy .casestudy_item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 5vw;
		padding: 2.5vw;
	}
	#casestudy .casestudy_item:last-child {
		margin-bottom: 0;
	}
	#casestudy .casestudy_thumbnail {
		width: 30%;
	}
	#casestudy .casestudy_image {
	}
	#casestudy .casestudy_data {
		width: calc(70% - 3.5%);
	}
	#casestudy .casestudy_data_day {
		font-size: 3.5vw;
	}
	#casestudy .casestudy_data_name {
		font-size: 5vw;
		margin-bottom: 2vw;
	}
	#casestudy .casestudy_data_items {
	}
	#casestudy .casestudy_data_item {
		display: flex;
		align-items: center;
		margin-bottom: 2vw;
	}
	#casestudy .casestudy_data_title {
		width: 20vw;
		text-align: center;
		background: #fff;
		border-radius: 100px;
		margin-right: 2vw;
	}
	#casestudy .casestudy_data_salary {
	}

	/* treatment
	-------------------------------------------------- */
	#treatment {
	}
	#treatment .topContent_inn {
		padding: 5vw;
	}
	#treatment .treatment_items {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 3.5vw;
	}
	#treatment .treatment_item {
		width: calc(50% - 2vw);
		font-size: 3.5vw;
		text-align: center;
		margin: 1vw;
		padding: 2vw 0;
	}
	#treatment .treatment_text {
		font-size: 3.5vw;
	}

	/* preparation
	-------------------------------------------------- */
	#preparation {
	}
	#preparation .topContent_inn {
		padding: 5vw;
	}
	#preparation .preparation_items {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 3.5vw;
	}
	#preparation .preparation_item {
		width: calc(50% - 2vw);
		font-size: 3.5vw;
		text-align: center;
		margin: 1vw;
		padding: 2vw 0;
	}
	#preparation .preparation_text {
		font-size: 3.5vw;
	}

	/* flow
	-------------------------------------------------- */
	#flow {
	}
	#flow .flow_items {
	}
	#flow .flow_item {
		display: grid;
		grid-template-columns: 10vw 1fr;
		column-gap: 0;
		row-gap: 2vw;
		margin-bottom: 5vw;
		padding: 6vw;
	}
	#flow .flow_item_number {
		grid-column: 1/2;
		grid-row: 1/2;
		font-size: 5.5vw;
	}
	#flow .flow_item_title {
		grid-column: 2/3;
		grid-row: 1/2;
		display: flex;
		align-items: center;
		font-size: 5.5vw;
	}
	#flow .flow_item_text {
		grid-column: 1/3;
		grid-row: 2/3;
		font-size: 3.5vw;
	}

	/* access
	-------------------------------------------------- */
	#access {
	}
	#access iframe {
		display: block;
		width: 100%;
	}

	/* qa
	-------------------------------------------------- */
	#qa {
	}
	#qa .qa_items {
	}
	#qa .qa_item {
		border-bottom: 1px solid #ddd;
	}
	#qa .qa_question {
		padding: 4.25vw 4.5vw;
	}
	#qa .qa_question:after {
		font-size: 2.5vw;
	}
	#qa .qa_question_inn {
		align-items: first baseline;
	}
	#qa .qa_question_inn:before {
		margin-right: 2vw;
	}
	#qa .qa_question_text {
		font-size: 3.5vw;
	}
	#qa .qa_question_strong {
		font-size: 4vw;
	}
	#qa .qa_answer {
		margin: 0 4.25vw;
		padding: 4vw 2vw;
	}
	#qa .qa_answer_text {
		font-size: 3.5vw;
		line-height: 1.6;
	}
	#qa .qa_answer_text:before {
		font-size: 4.0vw;
		margin: 0 4vw 0 0;
	}

	/* contact
	-------------------------------------------------- */
	#contact {
	}
	#contact .contact_items {
	}
	#contact .contact_item {
	}
	#contact .contact_link {
		display: flex;
		align-items: center;
		font-size: 3.5vw;
		line-height: 1;
		padding: 4.25vw 4.5vw;
	}
	#contact .contact_link_title {
		display: block;
	}
	#contact .contact_link_text {
	}
	#contact .contact_tel {
		border-bottom: 1px solid var(--secondary-color);
	}
	#contact .contact_tel:before {
		font-size: 3.5vw;
		margin-right: 2vw;
	}
	#contact .contact_line {
		border-bottom: 1px solid var(--line-color);
	}
	#contact .contact_line:before {
		font-size: 3.5vw;
		margin-right: 2vw;
	}
}
