/*
Theme Name:BlankSlate Chlid
Template:blankslate
Version:1.0
*/

h1,h2,h3,h4,h5,h6 {
	line-height: 1.35;
}
p {
	line-height: 2;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #ca5084;
	text-decoration: none;
	transition: opacity 0.2s;
}
a:hover {
	opacity: 0.6;
}
address {
	font-style: normal;
}
.hidden,
.sp_br {
	display: none;
}
figure {
	margin: 0px;
	line-height: 0;
}
html {
	font-size: 17.5px;
}
.smooth {
	scroll-behavior: smooth;
}
body {
	color: #222;
	line-height: 1.5;
	word-warp: break-word;
	overflow-wrap: break-word;
}
body,
button,
input,
textarea,
select,
option {
	font-family: "Roboto", "Noto Sans JP", serif;
	font-optical-sizing: auto;
}
#wrapper {
	overflow: hidden;
	position: relative;
}
#header,
#container,
#footer {
	max-width: 1200px;
	width: calc(100% - 60px);
	margin: 0px auto;
	position: relative;
}
#header {
	padding-top: 90px;
}
#menu_button {
	display: none;
}
[for="menu_button"] {
	width: 36px;
	height: 32px;
	padding-left: 2px;
	color: #ee8198;
	font-size: 12px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0.1em;
	white-space: nowrap;
	position: fixed;
	top: 25px;
	right: 20px;
	cursor: pointer;
	justify-content: center;
	align-items: flex-end;
	display: none;
	z-index: 99;
}

[for="menu_button"]::before,
[for="menu_button"]::after {
	content: "";
	width: 100%;
	line-height: 0;
	border-bottom: #ee8198 solid 2.5px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	transition: top 0.3s, transform 0.3s;
}
[for="menu_button"]::after {
	top: 9px;
}

#menu_button:checked ~ [for="menu_button"]::before {
	top: 4.5px;
	transform: translate(-50%, -50%) rotate(-18deg);
}

#menu_button:checked ~ [for="menu_button"]::after {
	top: 4.5px;
	transform: translate(-50%, -50%) rotate(18deg);
}
.header_logos {
	max-width: 1200px;
	width: calc(100% - 60px);
	height: 90px;
	padding-top: 26px;
	position: fixed;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}
.header_logos::before {
	content: "";
	width: 100vw;
	height: 1000px;
	background-color: #6d6c6c;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0px);
	display: block;
	z-index: -1;
}
.header_logos::after {
	content: "";
	width: 100%;
	height: 100%;
	background: url("img/header_bg.svg") no-repeat top right / auto 100%;
	position: absolute;
	top: 0px;
	left: 62px;
	transform: translateX(-100%);
	display: none;
	z-index: -1;
}
.header_logo {
	margin: 0px;
}
.header_logo img {
	width: 220px;
	display: block;
}
.header_tel {
	position: absolute;
	top: 15px;
	right: 0px;
}
.header_tel::before,
.header_tel::after {
    content: "";
    width: 55px;
    height: 55px;
    background-color: #fcd9e3;
    position: absolute;
    top: -16px;
    left: -42px;
    transform: rotate(45deg);
    opacity: 0.35;
    display: block;
    z-index: -1;
}
.header_tel::before {
    margin-left: -8px;
}
.header_tel::after {
    margin-left: 8px;
}
.header_tel a {
	font-size: 31px;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
}
.header_tel a::before {
	content: "TEL.";
	font-size: 0.8em;
}
.header_navigation {
	position: absolute;
	top: 38px;
	right: 0px;
}
.header_navigation_list {
	margin: 0px;
	padding: 0px;
	display: flex;
	gap: 30px;
}
.header_navigation_list a {
	color: #fff;
	font-size: 18px;
	font-family: "Zen Old Mincho";
}
.header_images {
	height: 600px;
	margin-bottom: 100px;
	position: relative;
}
.header_image {
	max-width: 100vw;
	width: 100vw;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}
.header_catch1 {
	margin: 0px;
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	font-family: "Zen Old Mincho";
	line-height: 1;
	position: absolute;
	top: 200px;
	left: 30px;
	display: none;
}
.header_catch2 {
	margin: 0px;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	font-family: "Zen Old Mincho";
	line-height: 1.5;
	position: absolute;
	top: 180px;
	left: 30px;
	display: block;
}
#container {
	margin-bottom: 150px;
}
.front_problem_lead {
	max-width: 565px;
	margin: 0px auto 62px;
	color: #555;
	font-size: 31.5px;
	font-weight: 500;
	font-family: "Zen Old Mincho";
	line-height: 1.35;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.front_problem_lead::before {
	content: "";
	width: 200px;
	height: 1000px;
	background-color: #fdeff5;
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: -1;
}
.front_problem_lead::after {
	content: "";
	width: 100vw;
	border-bottom: #ca5084 solid 1px;
	position: absolute;
	bottom: -0.35em;
	right: 0px;
	display: block;
}
.front_problem_list {
	max-width: 520px;
	margin: 0px auto 55px;
	padding: 0px;
	list-style-type: none;
}
.front_problem_list li {
	padding-left: 2.2em;
	font-size: 20px;
	position: relative;
}
.front_problem_list li:nth-last-of-type(n + 2) {
	margin-bottom: 18px;
}
.front_problem_list li::before {
	content: "";
	width: 1.6em;
	height: 1.6em;
	background: url("img/asterisk.svg") no-repeat center / contain;
	opacity: 0.6;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0px, -50%);
	display: block;
	z-index: -1;
}
.front_problem_text1 {
	max-width: 520px;
	margin: 0px auto 100px;
	color: #000;
	font-weight: 500;
}
.front_lead {
	max-width: 820px;
	margin: 0px auto 36px;
	color: #000;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.5;
	position: relative;
}
.front_lead::before {
	content: "";
	width: 100vw;
	border-bottom: #669 solid 1px;
	position: absolute;
	bottom: -0.35em;
	left: 5px;
	display: block;
	z-index: -1;
}
.front_text1 {
	max-width: 815px;
	margin: 0px auto 90px;
}
.front_container1 {
	max-width: 900px;
	margin: -60px auto 45px;
	padding: 60px 0px;
	border-top: transparent solid 80px;
	position: relative;
}
.front_container1 img {
	max-width: 100vw;
	width: 100vw;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.front_text2 {
	color: #000;
	font-size: 23px;
	font-weight: 500;
	font-family: "Zen Old Mincho";
	line-height: 2.35;
	text-shadow: 0px 0px 5px #fff;
}
.front_text2_strong {
	color: #ca5084;
	font-size: 1.05em;
	font-weight: 700;
}
.front_text3 {
	margin: -5px auto 60px;
	display: flex;
	justify-content: center;
}
.heading_type1 {
	margin: -90px auto 50px;
	border-top: transparent solid 180px;
	font-size: 32px;
	font-weight: 500;
	font-family: "Zen Old Mincho";
	display: flex;
	justify-content: center;
	position: relative;
	z-index: -1;
}
.heading_type1::before,
.heading_type1::after {
	content: "";
	width: 55px;
	height: 55px;
	background-color: #fcd9e3;
	position: absolute;
	top: -35px;
	transform: rotate(45deg);
	opacity: 0.35;
	display: block;
	z-index: -1;
}
.heading_type1::before {
	margin-left: -16px;
}
.heading_type1::after {
	margin-left: 16px;
}
.front_text4 {
	white-space: nowrap;
}
.front_text5 {
	margin-bottom: 60px;
	text-align: center;
}
.front_profile {
	max-width: 735px;
	margin: 0px auto 45px;
	padding: 65px 0px 80px;
	position: relative;
}
.front_profile::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #eee;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0px);
	display: block;
	z-index: -1;
}
.front_profile_image {
	width: 180px;
	position: absolute;
	bottom: 0px;
	right: 110px;
	z-index: -1;
}
.front_profile_name {
	margin-bottom: 12px;
	font-size: 25px;
	font-weight: 500;
	font-family: "Zen Old Mincho";
}
.front_profile_name,
.front_profile_text1 {
	max-width: 505px;
	margin-left: auto;
	margin-right: auto;
}
.front_profile_en {
	margin-left: 0.2em;
	font-size: 0.72em;
	font-weight: 300;
	letter-spacing: 0.01em;
}
.front_profile_course {
	margin: 0px auto;
	padding: 45px 50px;
	position: relative;
	display: none;
}
.front_profile_course::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fbf8f5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}
.front_profile_text1 {
	margin: 0px auto;
	font-size: 16px;
	line-height: 1.7;
}
.front_profile_text2 {
	font-weight: 500;
}
.front_profile_list {
	margin: 20px auto;
	padding: 0px;
	list-style-type: none;
}
.front_profile_list li {
	padding: 0.3em 0px;
	font-size: 15px;
	line-height: 2;
	position: relative;
	display: inline;
}
.front_profile_list li:nth-of-type(n + 2)::before {
	content: "/";
	margin: 0px 0.3em 0px 0.1em;
}
.front_profile_text3 {
	font-weight: 500;
}
.front_content_list {
	max-width: 385px;
	margin: 0px auto 65px;
	padding: 0px;
	list-style-type: none;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
	gap: 15px 10px;
}
.front_content_list li {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	font-family: "Zen Old Mincho";
	white-space: nowrap;
	flex: 1;
}
.front_content_list li::before {
	content: "・";
}
.front_content_text1 {
	max-width: 485px;
	margin: 0px auto 30px;
	font-size: 18.5px;
}
.front_content_text1::before {
	content: "… ";
}
.front_content_block {
	max-width: 960px;
	margin: 0px auto 110px;
	padding: 50px 70px;
	position: relative;
}
.front_content_block::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #f3f3f3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}
.front_taio_list {
	margin: 0px auto;
	padding: 0px;
}
.front_taio_list {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}
.front_taio_list li {
	padding: 13px 18px 11px 2.5em;
	color: #333;
	position: relative;
}
.front_taio_list li::before {
	content: "";
	width: 1.6em;
	height: 1.6em;
	background: url("img/asterisk.svg") no-repeat center / contain;
	opacity: 0.6;
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translate(0px, -50%);
	display: block;
	z-index: -1;
}
.front_taio_list li:nth-last-of-type(n + 2)::after {
	content: "";
	width: calc(100% + 10px);
	border-bottom: #ccc solid 1px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}
.heading_type2,
.heading_type3 {
	width: calc(100% + 4px);
	margin: 0px auto 32px;
	margin-left: -2px;
	display: flex;
}
.heading_type3 {
	justify-content: flex-end;
}
.heading_type2 span,
.heading_type3 span {
	padding: 0.25em 0.6em;
	background-color: #f3abc6;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	font-family: "Zen Old Mincho";
	font-weight: 400;
	position: relative;
}
.heading_type2 span::before,
.heading_type3 span::before {
	content: "";
	width: 100vw;
	position: absolute;
	top: 50%;
	border-bottom: #fbe0ec solid 2.5px;
	display: block;
}
.heading_type2 span::before {
	left: 100%;
}
.heading_type3 span::before {
	right: 100%;
}
.front_content_block p {
	margin: 18px auto;
	line-height: 1.8;
}
.front_content_images2 {
	text-align: right;
}
.front_content_images img {
	max-width: 720px;
	width: 100%;
}
.front_flow_container {
	padding: 20px 0px 45px;
	background: url("img/flow.webp") no-repeat center / cover;
	position: relative;
}
.front_flow_container::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #fdeff5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}
.front_flow_container::after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #fdeff5, #fdeff5 30%, transparent 60%, transparent);
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	z-index: 1;
}
.front_flow_list {
	max-width: 1000px;
	margin: 0px auto 15px;
	padding: 35px 0px 35px 55px;
	list-style-type: none;
	position: relative;
}
.front_flow_list li {
	padding-left: 2.1em;
	color: #555;
	font-size: 22px;
	font-family: "Zen Old Mincho";
	font-weight: 700;
	position: relative;
	z-index: 2;
}
.front_flow_list li:nth-last-of-type(n + 2) {
	margin-bottom: 1em;
}
.front_flow_list li::before {
	content: "0";
	width: 1.5em;
	color: #f2a6c3;
	font-size: 1.3em;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	text-align: center;
	position: absolute;
	bottom: 0.15em;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.front_flow_list li:nth-of-type(1)::before {content: "1.";}
.front_flow_list li:nth-of-type(2)::before {content: "2.";}
.front_flow_list li:nth-of-type(3)::before {content: "3.";}
.front_flow_list li:nth-of-type(4)::before {content: "4.";}
.front_flow_list li:nth-of-type(5)::before {content: "5.";}
.front_flow_list li:nth-of-type(6)::before {content: "6.";}
.front_flow_list li:nth-of-type(7)::before {content: "7.";}
.front_flow_list li:nth-of-type(8)::before {content: "8.";}
.front_flow_list li:nth-of-type(9)::before {content: "9.";}
.front_flow_list li:nth-of-type(10)::before {content: "10.";}
.front_flow_list li:nth-of-type(11)::before {content: "11.";}
.front_flow_list li:nth-of-type(12)::before {content: "12.";}
.front_flow_list li:nth-of-type(13)::before {content: "13.";}
.front_flow_list li:nth-of-type(14)::before {content: "14.";}
.front_flow_list li:nth-of-type(15)::before {content: "15.";}
.front_flow_list li:nth-of-type(16)::before {content: "16.";}
.front_flow_list li:nth-of-type(17)::before {content: "17.";}
.front_flow_list li:nth-of-type(18)::before {content: "18.";}
.front_flow_list li:nth-of-type(19)::before {content: "19.";}
.front_flow_list li:nth-of-type(20)::before {content: "20.";}
.front_flow_text1,
.front_flow_text2 {
	max-width: 875px;
	margin: 8px auto;
	color: #333;
	font-size: 16.5px;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}
.front_flow_columns {
	max-width: 1000px;
	margin: 0px auto 80px;
	position: relative;
	display: flex;
	gap: 46px;
}
.front_flow_columns::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	z-index: -1;
}
.front_flow_columns1::before {
	border-left: #fbe0ec solid 3px;
}
.front_flow_columns2::before {
	border-right: #fbe0ec solid 3px;
}
.front_flow_columns img {
	width: 100%;
}
.front_flow_columns1 {
	padding-left: 50px;
}
.front_flow_columns1 ~ .front_flow_columns1 {
	margin-bottom: 20px;
}
.front_flow_columns2 {
	padding-right: 50px;
}
.front_flow_columns1 > div:nth-of-type(1),
.front_flow_columns2 > div:nth-of-type(2) {
	flex: 1;
}
.front_flow_columns1 > div:nth-of-type(2),
.front_flow_columns2 > div:nth-of-type(1) {
	width: 450px;
	flex: none;
}
.front_flow_title {
	margin: 0px auto 20px;
	padding: 0.3em 0.6em;
	color: #fff;
	font-size: 27px;
	font-weight: 500;
	font-family: "Zen Old Mincho";
	background-color: #f3abc6;
	position: relative;
	display: inline-block;
}
.front_request {
	max-width: 755px;
	margin: 80px auto 30px;
	padding: 30px 0px;
	position: relative;
}
.front_request::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #fbf8f5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}
.contact_form {
	max-width: 640px;
	width: 100%;
	margin: 0px auto;
}
.contact_form label {
	position: relative;
	display: flex;
}
.contact_form p:nth-last-of-type(n + 2) {
	margin-bottom: 18px;
}
.contact_form label > * {
	display: flex;
	align-items: center;
}
.contact_form_header {
	width: 190px;
	color: #000;
	font-size: 20px;
	font-weight: 300;
	flex: none;
}
.contact_form_buttons {
	text-align: center;
	display: block !important
}
.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-spinner {
	display: none !important;
}
.wpcf7-form-control-wrap,
.contact_form_block > div:nth-of-type(2) {
	flex: 1;
}
.contact_form [type="text"],
.contact_form [type="email"],
.contact_form [type="tel"],
.contact_form textarea {
	width: 100%;
	padding: 18px 16px;
	font-size: 18px;
	border: none;
	background-color: #eee;
}

.contact_form textarea {
	height: 280px;
}

.contact_form_buttons {
	margin-top: 55px;
	text-align: center;
}
.contact_form [type="submit"] {
	padding: 14px 38px 16px;
	color: #fff;
	font-size: 22px;
	font-family: "Zen Old Mincho";
	text-indent: 0.02em;
	letter-spacing: 0.02em;
	cursor: pointer;
	border: #f2a6c3 solid 1px;
	background-color: #f2a6c3;
	transition: background-color 0.2s, color 0.2s;
}
.contact_form [type="submit"]:hover {
	color: #f2a6c3;
	background-color: #fff;
}
#footer {
	padding: 42px 0px 20px;
}
footer::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #6d6c6c;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: -1;
}
.footer_logo {
	margin: 0px auto 25px;
	text-align: center;
}
.footer_logo img {
	max-width: 300px;
	width: 100%;
}
.footer_address {
	margin-bottom: 20px;
	font-family: "Zen Old Mincho";
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.footer_tel a {
	color: #000;
	font-size: 29px;
	font-weight: 300;
	font-family: "Zen Old Mincho";
	line-height: 1;
	white-space: nowrap;
}
.footer_tel_mark {
	position: relative;
	color: #ca5084;
}
.footer_tel_mark::before {
	content: "";
	width: 1em;
	height: 1em;
	margin: 0px 0.2em 0px 0.15em;
	background: url("img/asterisk.svg") no-repeat center / contain;
	display: inline-block;
	transform: scale(0.7) translateY(20%);
}
.copyright {
	color: #fff;
	font-size: 14.5px;
	font-weight: 500;
	font-family: "Zen Old Mincho";
	text-align: center;
}
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9;
}
.pagetop a {
	font-size: 22px;
	font-weight: 300;
	font-family: "Zen Old Mincho";
	line-height: 1;
	display: inline-block;
}
#thanks {
	max-width: 610px;
	width: calc(100% - 20px);
	padding: 21px 40px 18px 42px;
	color: #333;
	line-height: 1.8;
	background-color: #fff;
	border: #ddd solid 2px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}
@media(max-width: 1010px) {
	.header_navigation_list {
		gap: 22px;
	}
	.header_navigation_list a {
		font-size: 17px;
	}
	.front_flow_columns {
		gap: 35px;
	}
	.front_flow_columns1 {
		padding-left: 40px;
	}
	.front_flow_columns1 > div:nth-of-type(2),
	.front_flow_columns2 > div:nth-of-type(1) {
		width: 50%;
	}
	.front_flow_title {
		font-size: 30px;
	}
}
@media(max-width: 980px) {
	.header_catch2 {
		text-shadow: 0px 0px 5px #000;
	}
	.front_flow_columns {
		flex-direction: column;
	}
	.front_flow_columns2 {
		padding-left: 40px;
	}
	.front_flow_columns2::before {
		border-right: none;
		border-left: #fbe0ec solid 3px;
	}
	.front_flow_columns1 > div:nth-of-type(2),
	.front_flow_columns2 > div:nth-of-type(1) {
		max-width: 720px;
		width: 100%;
		margin-left: -2px;
	}
	.front_flow_columns2 > div:nth-of-type(2) {
		order: -1;
	}
	.front_flow_title {
		font-size: 32px;
	}
}
@media(max-width: 800px) {
	#header {
		padding: 0px;
	}
	[for="menu_button"] {
		display: flex;
	}
	.header_logos {
		width: 100%;
		height: 70px;
		padding-top: 18px;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
	.header_logo img {
		width: 180px;
	}
	.header_tels {
		width: 100%;
		height: 100%;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		top: 0px;
		left: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 22px;
		transition: opacity 0.2s;
	}
	#menu_button:checked ~ .header_logos .header_tels {
		opacity: 1;
		pointer-events: auto;
	}
	.header_tel {
		position: relative;
		top: auto;
		right: auto;
	}
	.header_tels::before {
		content: "";
		width: 100vw;
		height: 150%;
		background-color: #6d6c6c;
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		z-index: -1;
	}
	.header_navigation {
		position: relative;
		top: auto;
		right: auto;
	}
	.header_navigation li {
		white-space: nowrap;
	}
	.header_navigation_list a {
		color: #fff;
		font-size: 19px;
	}
	.header_catch1,
	.header_catch2 {
		left: 0px;
	}
	.header_catch1 {
		font-size: 50px;
		top: 210px;
	}
	.header_catch2 {
		font-size: 28px;
		top: 242px;
	}
	.front_text5 .sp_br {
		display: inline;
	}
	.front_profile_image {
		left: 50%;
		right: auto;
		transform: translateX(85px);
	}
	.front_profile_name,
	.front_profile_text1 {
		max-width: 485px;
	}
	.front_content_block {
		padding: 50px 30px;
	}
}

@media(max-width: 667px) {
	#header,
	#container,
	#footer {
		width: calc(100% - 30px);
	}
	.header_images {
		height: 500px;
	}
	.header_catch1 {
		top: 170px;
	}
	.header_catch2 {
		white-space: nowrap;
		top: 195px;
	}
	.header_catch2 .sp_br {
		display: inline;
	}
	.header_tels {
		padding-top: 130px;
		justify-content: flex-start;
	}
	.header_navigation_list {
		flex-direction: column;
		align-items: center;
	}
	.front_problem_lead {
		text-align: center;
		white-space: nowrap;
	}
	.front_problem_lead .sp_br {
		display: inline;
	}
	.front_problem_list li {
		font-size: 16px;
	}
	.front_problem_text1 {
		font-size: 16px;
		line-height: 1.5;
	}
	.front_text1 {
		font-size: 16px;
	}
	.front_text1 br {
		display: none;
	}
	.front_text2 {
		white-space: nowrap;
	}
	.front_container1 {
		margin-bottom: -5px;
	}
	.front_container1 img {
		opacity: 0.6;
	}
	.front_text3 {
		font-size: 16px;
	}
	.front_text5 {
		font-size: 16px;
		white-space: nowrap;
		transform: translateX(0.2em);
	}
	.heading_type1 {
		margin-top: 30px;
		border-top-width: 120px;
	}
	.front_profile_name {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
	}
	.front_profile_text1 {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
		font-size: 15px;
	}
	.front_profile_text2 {
		font-size: 17px;
	}
	.front_profile_text3 {
		font-size: 17px;
	}
	.front_content_list li {
		font-size: 20px;
	}
	.front_content_text1 {
		margin-bottom: 55px;
		font-size: 18px;
	}
	.heading_type2 span,
	.heading_type3 span {
		font-size: 28px;
	}
	.front_content_block {
		margin-bottom: 60px;
		padding: 50px 25px 40px;
	}
	.front_content_block p {
		font-size: 16px;
	}
	.front_taio_list li {
		padding-left: 6px;
		padding-right: 6px;
		font-size: 15px;
	}
	.front_flow_container {
		width: calc(100% + 30px);
		margin-left: -15px;
		background: url("img/flow.webp") no-repeat top left 62% / cover;
	}
	.front_flow_list {
		width: 100%;
		padding-left: 5%;
	}
	.front_flow_list li {
		padding-left: 2.2em;
		font-size: 20px;
	}
	.front_flow_text1,
	.front_flow_text2 {
		padding: 0px 20px;
		font-size: 15.5px;
	}
	.front_flow_columns {
		padding-left: 20px;
		padding-right: 0px;
		gap: 18px;
	}
	.front_flow_columns::before {
		margin-left: 0px;
	}
	.front_flow_columns p {
		font-size: 15px;
	}
	.front_flow_title {
		font-size: 24px;
	}
	.front_request {
		font-size: 16px;
	}
	.contact_form label {
		display: block;
	}
	.contact_form_header {
		font-size: 17px;
		font-weight: 400;
	}
	.contact_form [type="text"],
	.contact_form [type="email"],
	.contact_form [type="tel"] {
		font-size: 17px;
		padding: 16px 14px;
	}
	#thanks {
		padding-left: 20px;
		padding-right: 10px;
	}
	#thanks br {
		display: none;
	}
}
@media(max-width: 580px) {
	.front_profile_name,
	.front_profile_text1 {
		max-width: 435px;
	}
}
@media(max-width: 550px) {
	.front_profile_course {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact_form_block {
		display: block;
	}
	.contact_form_block > div:nth-of-type(1) {
		margin-bottom: 10px;
	}
}
@media(max-width: 500px) {
	.front_profile_course {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	.front_profile_image {
		left: 62%;
		transform: none;
	}
	.front_profile_name,
	.front_profile_text1 {
		max-width: 390px;
	}
	.front_profile_text1 .sp_br,
	.front_profile_text2 .sp_br{
		display: inline;
	}
}
@media(max-width: 440px) {
	.front_lead {
		font-size: 6.8vw;
		white-space: nowrap;
	}
}
@media(max-width: 400px) {
	.header_catch2 {
		font-size: 7vw;
	}
}
@media(max-width: 370px) {
	.front_problem_lead {
		font-size: 8.3vw;
	}
	.front_profile_en {
		font-size: 0.65em
	}
}
@media(max-width: 360px) {
	.front_profile_name {
		font-size: 5.7vw;
	}
	.front_profile_en {
		letter-spacing: 0px;
	}
	.front_profile_text1 {
		font-size: 4.3vw;
	}
}
@media(max-width: 340px) {
	.footer_tel a {
		font-size: 8.5vw;
	}
}