body {
	font-family: "fot-tsukuardgothic-std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

@font-face {
	src: url("../fonts/FOT-TsukuARdGothicStd-L.otf") format("opentype");
	font-family: "fot-tsukuardgothic-std";
	font-weight: 300;
}

@font-face {
	src: url("../fonts/FOT-TsukuARdGothicStd-R.otf") format("opentype");
	font-family: "fot-tsukuardgothic-std";
	font-weight: 400;
}

@font-face {
	src: url("../fonts/FOT-TsukuARdGothicStd-M.otf") format("opentype");
	font-family: "fot-tsukuardgothic-std";
	font-weight: 500;
}

@font-face {
	src: url("../fonts/FOT-TsukuARdGothicStd-D.otf") format("opentype");
	font-family: "fot-tsukuardgothic-std";
	font-weight: 600;
}

@font-face {
	src: url("../fonts/FOT-TsukuARdGothicStd-E.otf") format("opentype");
	font-family: "fot-tsukuardgothic-std";
	font-weight: 700;
}

::-moz-placeholder {
	font-family: "fot-tsukuardgothic-std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

::-webkit-input-placeholder {
	font-family: "fot-tsukuardgothic-std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

::-ms-input-placeholder {
	font-family: "fot-tsukuardgothic-std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

::placeholder {
	font-family: "fot-tsukuardgothic-std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

.c-head {
	font-family: "din-condensed", sans-serif;
	font-size: clamp(36px, 6.6666666667vw, 128px);
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.1;
	margin-left: 0;
	position: relative;
	white-space: nowrap;
}

.c-head--red {
	color: #a72126;
}

.c-head--green {
	color: #006c3b;
}

.c-head--red::before,
.c-head--green::before {
	content: "";
	height: 12.03125vw;
	left: -4.7916666667vw;
	min-width: 20px;
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5.2604166667vw;
}

.c-head--red::before {
	background: url(../images/sectiontitle-red.png) no-repeat center center/contain;
}

.c-head--green::before {
	background: url(../images/sectiontitle-green.png) no-repeat center center/contain;
}

.c-text {
	font-size: clamp(14px, 1.6666666667vw, 40px);
	font-weight: 600;
	letter-spacing: -0.07em;
	line-height: 1.75;
	margin-top: 2.3958333333vw;
	text-align: justify;
	z-index: 10;
}

.c-title {
	font-size: clamp(20px, 2.1875vw, 48px);
	font-weight: bold;
	letter-spacing: -0.1em;
	margin-top: 3.2291666667vw;
}

.l-back-top {
	font-size: 0;
	margin-top: 10px;
	text-align: center;
}

.l-back-top__link {
	background: rgba(167, 33, 38, .8);
	color: #fff;
	display: inline-block;
	font-size: clamp(20px, 1.875vw, 36px);
	margin-top: 4.1666666667vw;
	padding: 0.5208333333vw 4.1666666667vw;
	text-align: center;
}

.l-drawer-menu {
	background-color: rgba(28, 40, 65, .9);
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	width: 60%;
	z-index: 70;
}

.l-drawer-menu__container {
	padding: 8px 10px 10px 16px;
	padding: 0.5rem 0.625rem 0.625rem 1rem;
}

.l-drawer-menu.is-active {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.l-drawer-menu__logo {
	max-width: 68px;
	max-width: 4.25rem;
	width: 100%;
}

.l-drawer-menu__items {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.l-drawer-menu__item {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: "din-condensed", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	padding: 6px 0;
	padding: 0.375rem 0;
}

.l-drawer-menu__item:not(:first-child) {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.l-drawer-menu__item:not(:first-child),
.l-drawer-menu__item:not(:nth-child(2)),
.l-drawer-menu__item:not(:nth-child(3)),
.l-drawer-menu__item:not(:last-child) {
	font-style: italic;
}

.l-footer {
	background: #a72126;
	color: #fff;
	margin-top: 6.7708333333vw;
}

.l-footer__container {
	padding: 3.75vw 0 6.25vw;
	position: relative;
}

.l-footer__sns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer__sns-head {
	font-family: "din-condensed", sans-serif;
	font-size: clamp(24px, 2.5vw, 48px);
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-right: 2.8645833333vw;
	padding: 0 1.71875vw;
	position: relative;
	white-space: nowrap;
}

.l-footer__sns-head::before {
	content: "[";
	font-size: clamp(24px, 3.4375vw, 66px);
	font-weight: 300;
	height: 3.0729166667vw;
	left: -0.2604166667vw;
	min-height: 18px;
	min-width: 3px;
	position: absolute;
	top: -0.5208333333vw;
	width: 0.625vw;
}

.l-footer__sns-head::after {
	content: "]";
	font-size: clamp(24px, 3.4375vw, 66px);
	font-weight: 300;
	height: 3.0729166667vw;
	min-height: 18px;
	min-width: 3px;
	position: absolute;
	right: 0;
	top: -0.5208333333vw;
	width: 0.625vw;
}

.l-footer__sns-link-facebook {
	height: 2.7083333333vw;
	margin-right: 2.0833333333vw;
	min-height: 24px;
	min-width: 24px;
	width: 2.7083333333vw;
}

.l-footer__sns-link-instagram {
	height: 2.7083333333vw;
	min-height: 24px;
	min-width: 24px;
	width: 2.7083333333vw;
}

.l-footer__logo-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0.4166666667vw;
}

.l-footer__logo {
	height: 7.8125vw;
	margin-right: 2.0833333333vw;
	min-height: 70px;
	min-width: 56px;
	width: 6.1458333333vw;
}

.l-footer__service-name {
	height: 8.0208333333vw;
	min-height: 66px;
	min-width: 182px;
	width: 22.0833333333vw;
}

.l-footer__tel {
	margin-top: 6.7708333333vw;
	text-align: center;
}

.l-footer__tel-head {
	display: inline-block;
	font-family: "a-otf-gothic-mb101-pr6n";
}

.l-footer__tel-head-first {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	color: #a72126;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: clamp(16px, 1.6666666667vw, 32px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.6;
	padding: 0.46875vw 0 0.5729166667vw;
	width: 222px;
}

.l-footer__tel-head-second {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: clamp(16px, 2.2395833333vw, 43px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.3020833333vw;
}

.l-footer__tel-head-second-img {
	margin-right: 0.7291666667vw;
	min-width: 16px;
	width: 2.9166666667vw;
}

.l-footer__tel-num {
	font-family: "a-otf-gothic-mb101-pr6n";
	font-size: clamp(16px, 1.7708333333vw, 34px);
	font-weight: bold;
	letter-spacing: 0.095em;
	line-height: 1.75;
	margin: 0 auto;
	text-align: center;
}

.l-footer__reception {
	font-family: "a-otf-gothic-mb101-pr6n";
	font-size: clamp(16px, 1.5625vw, 30px);
	margin-top: 6.25vw;
	text-align: center;
}

.l-footer__reception-head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0.0520833333vw solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 184px;
	padding: 0 0 0.3125vw;
	width: 104px;
}

.l-footer__reception-time {
	letter-spacing: 0.04em;
	margin-top: 1.25vw;
}

.l-footer__address {
	font-family: "a-otf-gothic-mb101-pr6n";
	font-size: clamp(12px, 0.9375vw, 24px);
	letter-spacing: 0.13em;
	margin-top: 5.7291666667vw;
	text-align: center;
}

.l-footer__copyright {
	color: #fff;
	font-size: clamp(10px, 1.25vw, 32px);
	padding-bottom: 1.6666666667vw;
	text-align: center;
}

.l-form {
	margin-top: 5.8854166667vw;
}

.l-form__container {
	margin: 0 auto;
	max-width: 1600px;
	padding-bottom: 6.5104166667vw;
	width: 83.3333333333vw;
}

.l-form__title {
	border-bottom: 5px solid #a72126;
	color: #a72126;
	font-size: clamp(32px, 3.3333333333vw, 64px);
	font-weight: bold;
	letter-spacing: 0.09em;
	line-height: 1.4;
	padding-bottom: 1.0416666667vw;
}

.l-form__lead {
	font-size: clamp(20px, 2.1875vw, 42px);
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top: 1.1979166667vw;
}

/*==================================
//# form
===================================*/

.l-form__form {
	margin-top: 3.8020833333vw;
}

.l-form__table {
	border-collapse: collapse;
	width: 100%;
}

.l-form__head,
.l-form__data {
	border: 1px #231815 solid;
	display: block;
	width: 100%;
}

.l-form__head {
	background: rgba(167, 33, 38, .3);
	font-size: clamp(22px, 2.5vw, 48px);
	font-weight: 600;
	padding: 1.09375vw 4.1666666667vw;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}

.l-form__must {
	background: #a72126;
	border-radius: 8px;
	color: #fff;
	font-size: clamp(16px, 1.9791666667vw, 40px);
	font-weight: 600;
	margin-left: 1.5625vw;
	padding: 0 1.3020833333vw 0.3125vw;
	position: relative;
	top: -0.5208333333vw;
}

.l-form__data {
	font-size: clamp(22px, 2.5vw, 48px);
	font-weight: 600;
	padding: 1.7708333333vw 1.71875vw 1.5625vw;
	text-align: left;
	width: 100%;
}

.l-form__input-text,
.l-form__input-email,
.l-form__input-tel,
.l-form__textarea {
	background: #d3d3d4;
	border-radius: 10px;
	height: 5.3125vw;
	min-height: 40px;
	padding: 0 3.8020833333vw;
	text-align: left;
	width: 100%;
}

.l-form__radio:not(:last-child) {
	margin-right: 0.7291666667vw;
}

.l-form__radio {
	cursor: pointer;
	padding-left: 5.7291666667vw;
	position: relative;
}

.l-form__radio::before,
.l-form__radio::after {
	border-radius: 50%;
	content: "";
	position: absolute;
}

.l-form__radio::before {
	background-color: #fff;
	border: 1px solid #111;
	height: 1.5625vw;
	left: 2.1875vw;
	min-height: 12px;
	min-width: 12px;
	top: calc(50% - 1.5625vw);
	width: 1.5625vw;
}

.l-form__radio::after {
	background-color: rgba(167, 33, 38, .8);
	height: 1.1458333333vw;
	left: 3.0208333333vw;
	min-height: 6px;
	min-width: 6px;
	opacity: 0;
	top: calc(50% - 0.83333vw);
	-webkit-transform: scale(0);
	transform: scale(0);
	width: 1.1458333333vw;
}

.l-form__input-radio:checked + .l-form__radio::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.l-form__textarea-address::-moz-placeholder {
	letter-spacing: 0.07em;
	text-align: left;
}

.l-form__textarea-address::-webkit-input-placeholder {
	letter-spacing: 0.07em;
	text-align: left;
}

.l-form__textarea-address::-ms-input-placeholder {
	letter-spacing: 0.07em;
	text-align: left;
}

.l-form__textarea-address::placeholder {
	letter-spacing: 0.07em;
	text-align: left;
}

.l-form__textarea-address {
	height: 9.3229166667vw;
	min-height: 80px;
	padding-top: 0.625vw;
}

.l-form__textarea-message {
	height: 46.4583333333vw;
	padding-top: 0.625vw;
}

.l-form ::-moz-placeholder {
	color: #9fa0a0;
}

.l-form ::-webkit-input-placeholder {
	color: #9fa0a0;
}

.l-form ::-ms-input-placeholder {
	color: #9fa0a0;
}

.l-form ::placeholder {
	color: #9fa0a0;
}

/*==================================
//# privacy-policy
===================================*/

.l-form__privacy-policy-check {
	font-size: 0;
	margin-top: 3.75vw;
	text-align: center;
}

.l-form__plivacy-policy-text {
	font-size: clamp(20px, 2.1875vw, 42px);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.6;
	padding-bottom: 1.40625vw;
}

.l-form__plivacy-policy-link {
	text-decoration: underline;
}

.l-form__privacypolicy-check-wrapper {
	cursor: pointer;
	font-size: clamp(22px, 2.5vw, 48px);
	font-weight: 600;
	position: relative;
	right: -1.4583333333vw;
}

.l-form__privacypolicy-check-wrapper::before,
.l-form__privacypolicy-check-wrapper::after {
	content: "";
	position: absolute;
}

.l-form__privacypolicy-check-wrapper::before {
	background-color: #fff;
	border: 1px solid #111;
	height: 1.71875vw;
	left: -3.9583333333vw;
	min-height: 12px;
	min-width: 12px;
	top: calc(50% - 0.78125vw);
	width: 1.71875vw;
}

.l-form__privacypolicy-check-wrapper::after {
	border-right: solid 0.2604166667vw #000;
	border-top: solid 0.2604166667vw #000;
	height: 0.78125vw;
	left: -3.5416666667vw;
	min-height: 6px;
	min-width: 10px;
	opacity: 0;
	top: calc(50% + 0.26042vw);
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
	width: 1.5625vw;
}

.l-form__privacypolicy-check-input:checked + .l-form__privacypolicy-check-wrapper::after {
	opacity: 1;
}

.l-form__submit {
	background: #a72126;
	color: #fff;
	display: block;
	font-size: clamp(32px, 3.3333333333vw, 64px);
	font-weight: bold;
	margin: 2.0833333333vw auto 0;
	padding: 0.9895833333vw 8.8541666667vw;
	text-align: center;
}

.l-form__alert {
	font-size: clamp(20px, 2.1875vw, 42px);
	font-weight: 600;
	margin-top: 2.1875vw;
	text-align: center;
}

.l-form__title-thanks {
	letter-spacing: -0.05em;
}

.l-hamburger-drawer {
	height: 25px;
	height: 1.5625rem;
	margin-left: auto;
	padding: 0.5208333333vw;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 40px;
	width: 2.5rem;
	z-index: 100;
}

.l-hamburger {
	height: 25px;
	height: 1.5625rem;
	margin-left: auto;
	padding: 0.5208333333vw;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 40px;
	width: 2.5rem;
	z-index: 100;
}

.l-hamburger.is-active {
	opacity: 0;
}

.l-hamburger-line {
	background: #111;
	display: block;
	height: 3px;
	height: 0.1875rem;
	max-width: 40px;
	max-width: 2.5rem;
	-webkit-transition: all 0.01s ease-in-out;
	transition: all 0.01s ease-in-out;
	width: 100%;
}

.l-hamburger-line02,
.l-hamburger-line03 {
	margin-top: 6px;
	margin-top: 0.375rem;
}

.l-hamburger.is-active .l-hamburger-line01,
.l-hamburger-drawer.is-active .l-hamburger-line01 {
	-webkit-transform: translate(0px, 0.625rem) rotate(45deg);
	transform: translate(0px, 0.625rem) rotate(45deg);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.l-hamburger.is-active .l-hamburger-line02,
.l-hamburger-drawer.is-active .l-hamburger-line02 {
	display: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.l-hamburger.is-active .l-hamburger-line03,
.l-hamburger-drawer.is-active .l-hamburger-line03 {
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
	transform: translate(0px, 0px) rotate(-45deg);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.l-inner-day-flow {
	height: inherit;
	margin: 0 auto;
	max-width: 27.0833333333vw;
	padding-left: 7.8125vw;
	padding-right: 7.8125vw;
	width: 100%;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 650px;
	max-width: 40.625rem;
	padding-left: 7.8125vw;
	padding-right: 7.8125vw;
	width: 100%;
}

.l-lower-fv {
	background: url(../images/lower/lower-fv.jpg) no-repeat center center/cover;
	height: 31.40625vw;
	min-height: 150px;
	width: 100%;
}

.l-lower-fv__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.l-lower-fv__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	color: #a72126;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: clamp(28px, 4.1666666667vw, 80px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.4;
	min-height: 50px;
	padding: 0.2604166667vw 1.0416666667vw;
	text-align: center;
}

.l-top-whats-slash {
	margin-top: 7.8125vw;
}

.l-top-network {
	margin-top: 7.8125vw;
}

.l-top-support {
	margin-top: 6.25vw;
}

.l-top-challenge {
	margin-top: 7.8125vw;
}

.l-top-counceling {
	margin-top: 6.25vw;
}

.l-top-day-flow {
	margin-top: 7.8125vw;
}

.p-plivacy-policy {
	margin-top: 5.9895833333vw;
}

.p-plivacy-policy__container {
	margin: 0 auto;
	max-width: 1600px;
	padding-bottom: 6.5104166667vw;
	width: 83.3333333333vw;
}

.p-plivacy-policy__title {
	letter-spacing: 0.1em;
}

.p-plivacy-policy__table {
	border-collapse: separate;
	border-spacing: 0 4.6875vw;
	width: 100%;
}

.p-plivacy-policy__head,
.p-plivacy-policy__data {
	display: block;
	width: 100%;
}

.p-plivacy-policy__head {
	font-size: clamp(22px, 2.5vw, 48px);
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.4;
	padding-right: 3.90625vw;
	text-align: justify;
	vertical-align: top;
}

.p-plivacy-policy__data {
	font-size: clamp(16px, 1.4583333333vw, 36px);
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.71;
	margin-top: 1.0416666667vw;
	text-align: left;
}

.p-challenge__container {
	position: relative;
}

.p-counceling__container {
	padding-bottom: 6.8229166667vw;
}

.p-day-flow-time-table {
	margin: 0 auto;
	min-width: 280px;
	text-align: center;
	width: 64.3229166667vw;
}

.p-day-flow-time-table tr:nth-child(even) {
	background: rgba(167, 33, 38, .3);
}

.p-day-flow-time-table__head {
	font-size: clamp(12px, 2.0833333333vw, 40px);
	font-weight: bold;
	line-height: 1.75;
}

.p-day-flow-time-table__data {
	font-weight: bold;
	padding: 0.96875vw 0;
	text-indent: 0.625vw;
}

.p-day-flow-time-table__row1 {
	font-family: "din-condensed", sans-serif;
	font-size: clamp(14px, 2.0833333333vw, 40px);
	width: 23.1182%;
}

.p-day-flow-time-table__head2,
.p-day-flow-time-table__row2 {
	width: 37.8494%;
}

.p-day-flow-time-table__head3,
.p-day-flow-time-table__row3 {
	width: 37.8494%;
}

.p-day-flow-time-table__row2,
.p-day-flow-time-table__row3 {
	font-size: clamp(13px, 1.6666666667vw, 40px);
	letter-spacing: -0.05em;
}

.p-day-flow-time-table__row2 {
	position: relative;
}

.p-day-flow-time-table__row2::before {
	background-image: linear-gradient(to bottom, #000, #000 5px, transparent 5px, transparent 10px);
	background-position: left bottom;
	background-repeat: repeat-y;
	background-size: 5px 10px;
	content: "";
	height: 100%;
	left: -0.0520833333vw;
	min-height: 30px;
	min-width: 1px;
	position: absolute;
	top: 0;
	width: 0.1041666667vw;
}

.p-day-flow-time-table__row2::after {
	background-image: linear-gradient(to bottom, #000, #000 5px, transparent 5px, transparent 10px);
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 5px 10px;
	content: "";
	height: 100%;
	min-height: 30px;
	min-width: 1px;
	position: absolute;
	right: -0.0520833333vw;
	top: 0;
	width: 0.1041666667vw;
}

.p-day-flow {
	position: relative;
}

.p-day-flow__container {
	padding-bottom: 6.7708333333vw;
}

.p-day-flow__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #a72126;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: clamp(24px, 3.3333333333vw, 64px);
	font-weight: bold;
	letter-spacing: -0.01em;
	line-height: 2;
	padding-left: 3.125vw;
}

.p-day-flow__head-img {
	height: 5vw;
	margin-right: 1.6145833333vw;
	min-height: 24px;
	min-width: 24px;
	width: 5vw;
}

.p-day-flow__table {
	border-collapse: collapse;
	margin: 0.4166666667vw auto 0;
}

.p-day-flow__qa {
	display: inline-block;
	margin: 6.3020833333vw auto 0;
	padding-left: 3.125vw;
}

.p-day-flow__qa-title {
	font-size: clamp(14px, 2.0833333333vw, 48px);
	font-weight: bold;
}

.p-day-flow__qa-lists {
	margin-top: 0.9375vw;
}

.p-day-flow__qa-item {
	font-size: clamp(12px, 1.6666666667vw, 36px);
	font-weight: 500;
	position: relative;
	text-indent: 1.9270833333vw;
}

.p-day-flow__qa-item::before {
	background: #111;
	border-radius: 50%;
	content: "";
	height: 1.3541666667vw;
	left: 0.1%;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
	width: 1.3541666667vw;
}

.p-day-flow__features {
	grid-column-gap: 0.2604166667vw;
	grid-row-gap: 1.3020833333vw;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 4.6875vw auto 0;
	place-items: center;
}

.p-day-flow__feature {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #a72126;
	color: #a72126;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: clamp(14px, 1.6666666667vw, 48px);
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 120px;
	padding: 1.7708333333vw 0 1.875vw;
	white-space: nowrap;
	width: 18.2291666667vw;
}

.p-fv__content {
	background: url(../images/fv_img01.jpg) no-repeat center center/cover;
	padding: 2.7083333333vw 2.7083333333vw 41.3541666667vw 0.625vw;
	position: relative;
}

.p-fv__group01 {
	content: "";
	left: 5.9375vw;
	position: absolute;
	top: -6.7708333333vw;
	z-index: 50;
}

.p-fv__logo {
	height: 8.9583333333vw;
	min-width: 36px;
	width: 6.9791666667vw;
}

.p-fv__service-name {
	height: 6.25vw;
	margin: 20px 0 0 -3.1770833333vw;
	min-width: 46px;
	width: 13.2291666667vw;
}

.fv__caution {
	border: 1px solid #fff;
	color: #fff;
	font-size: clamp(10px, 1.0416666667vw, 24px);
	font-weight: 500;
	margin-left: auto;
	min-width: 146px;
	padding: 0.3125vw 0.1041666667vw;
	text-align: center;
	width: 26.8229166667vw;
}

.p-fv__copy {
	font-family: "a-otf-ryumin-pr6n", serif;
	font-size: clamp(22px, 3.3333333333vw, 64px);
	font-style: italic;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-left: 3.1770833333vw;
	padding: 1.7708333333vw 0;
	text-align: center;
}

.p-fv__footer-img-wrapper {
	width: 100%;
	z-index: -20;
}

.p-network__container {
	position: relative;
}

.p-separation {
	height: 37.03125vw;
}

.p-support__container {
	padding-bottom: 6.8229166667vw;
	position: relative;
}

.p-top-header-nav {
	display: none;
}

.p-top-header-nav__items {
	display: none;
}

.p-top-header-nav__item {
	color: #fff;
	font-size: clamp(16px, 1.5625vw, 36px);
	letter-spacing: 0.21em;
	text-align: center;
}

.p-top-header-nav__item-kengaku {
	background: #a72126;
	border-radius: 60px;
	margin-right: 1.6666666667vw;
	text-align: center;
	white-space: nowrap;
}

.p-top-header-nav__link-kengaku {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.01em;
	min-width: 132px;
	padding: 0.7291666667vw 0 0.8854166667vw 0;
	width: 14.3229166667vw;
}

.p-top-header-nav__item-contact {
	background: #c37055;
	border-radius: 60px;
	margin-right: 1.5104166667vw;
	text-align: center;
	white-space: nowrap;
}

.p-top-header-nav__link-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.01em;
	min-width: 120px;
	padding: 0.7291666667vw 0 0.8854166667vw 0;
	width: 14.3229166667vw;
}

.p-top-header-nav__item-tel {
	margin-right: 2.5520833333vw;
	white-space: nowrap;
}

.p-top-header-nav__link-tel {
	background: #fff;
	border: 0.0520833333vw solid #a72126;
	border-radius: 60px;
	color: #a72126;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.01em;
	min-width: 150px;
	padding: 0.7291666667vw 3.0729166667vw 0.8854166667vw 3.28125vw;
	width: 17.6041666667vw;
}

.p-top-header-nav__img-tel {
	height: 2.2916666667vw;
	width: 2.2916666667vw;
}

.p-top-header-nav__link-facebook,
.p-top-header-nav__link-instagram {
	height: 3.9583333333vw;
	width: 3.9583333333vw;
}

.p-top-header-nav__item-facebook {
	margin-right: 2.96875vw;
}

.p-top-header {
	background: #fff;
	height: 9.6875vw;
	padding: 2.0833333333vw 2.6041666667vw;
	position: relative;
	width: 100%;
}

.p-top-header::before {
	background: url(../images/fv_bg-left.png) no-repeat center center/contain;
	content: "";
	height: 71.71875vw;
	left: 0;
	position: absolute;
	top: -1px;
	width: 30.2604166667vw;
	z-index: 30;
}

.p-whats-slash__container {
	padding-bottom: 6.8229166667vw;
	position: relative;
	z-index: 0;
}

.p-whats-slash__container::after {
	display: none;
}

.u-br-form {
	display: block;
}

.u-color-fv-enji {
	color: #a72126;
	letter-spacing: 0.03em;
	margin: 0 -1.5625vw 0 -1.9270833333vw;
}

.u-text-whatsslash-head {
	display: inline-block;
	font-family: "a-otf-migomb1-std", "a-otf-gothic-mb101-pr6n", sans-serif;
	font-size: 2.1875vw;
	letter-spacing: -0.2em;
	line-height: 2;
	margin-left: 1.6666666667vw;
	padding-bottom: 0.8854166667vw;
	vertical-align: middle;
}

.u-text-fz-42 {
	font-size: clamp(20px, 2.1875vw, 46px);
	font-weight: bold;
}

.u-text-letter-spacing {
	letter-spacing: -0.18em;
}

@media (min-width: 93.2291666667vw) {

html {
	font-size: 16px;
}

}

@media (min-width: 500px) {

.p-fv__service-name {
	margin-top: 1.40625vw;
}

}

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

.u-mobile {
	display: none;
}

.l-form__must {
	top: 0;
}

.l-form__radio {
	padding-left: 4.4791666667vw;
}

.l-form__radio::before {
	top: calc(50% - 0.78125vw);
}

.l-form__radio::after {
	left: 2.3958333333vw;
	top: calc(50% - 0.57292vw);
}

.l-form__privacypolicy-check-wrapper::before {
	left: -2.65625vw;
}

.l-form__privacypolicy-check-wrapper::after {
	left: -2.5520833333vw;
	top: calc(50% - 0.26042vw);
}

.l-lower-fv__title {
	line-height: 1.9;
}

.p-plivacy-policy__title {
	letter-spacing: 0.09em;
}

.p-plivacy-policy__table {
	border-spacing: 0 3.4375vw;
}

.p-plivacy-policy__head,
.p-plivacy-policy__data {
	display: table-cell;
}

.p-plivacy-policy__head {
	letter-spacing: 0.05em;
	text-align: left;
	width: 35.5%;
}

.p-plivacy-policy__data {
	margin-top: 0;
	width: 64.5%;
}

.u-br-form {
	display: none;
}

}

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

.u-desktop {
	display: block;
}

html {
	font-size: 17.1620111732vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.c-head {
	line-height: 1.75;
	margin-left: -1.5625vw;
}

.c-head--red::before,
.c-head--green::before {
	left: -4.5833333333vw;
}

.c-text {
	letter-spacing: -0.02em;
	line-height: 1.64;
	margin-top: 0;
	width: 50.5208333333vw;
}

.c-title {
	letter-spacing: 0.065em;
	line-height: 1.7;
	margin-top: 0.46875vw;
}

.l-container {
	margin-top: 0.2604166667vw;
}

.l-drawer-menu {
	display: none;
}

.l-footer__container {
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer__left {
	margin-right: 3.3854166667vw;
	width: 35.7%;
}

.l-footer__sns {
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
}

.l-footer__sns-head {
	letter-spacing: 0.02em;
}

.l-footer__sns-head::before {
	left: 0;
	top: -1.0416666667vw;
}

.l-footer__sns-head::after {
	top: -1.0416666667vw;
}

.l-footer__logo-wrapper {
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	margin-top: 1.3020833333vw;
}

.l-footer__right {
	margin-top: 0.625vw;
	width: 49.5%;
}

.l-footer__tel {
	margin-top: 0;
	text-align: start;
}

.l-footer__tel-head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.l-footer__tel-head-first {
	line-height: 1.5;
	margin-right: 1.4583333333vw;
	max-width: 432px;
	min-width: 210px;
	width: 22.5vw;
}

.l-footer__tel-head-second {
	margin-top: 0;
}

.l-footer__tel-num {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: -0.03em;
}

.l-footer__tel-num-tel {
	margin-right: 1.0416666667vw;
}

.l-footer__reception {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0.3645833333vw;
}

.l-footer__reception-head {
	line-height: 1.5;
	margin: 0 0.9375vw 0 0;
	max-width: 184px;
	min-width: 89px;
	width: 9.5833333333vw;
}

.l-footer__reception-time {
	margin-top: 0;
}

.l-footer__address {
	margin-top: 0.78125vw;
	text-align: left;
}

.l-form__head,
.l-form__data {
	display: table-cell;
}

.l-form__head {
	padding: 2.65625vw 0;
	text-align: center;
	width: 34.3%;
}

.l-form__head-address {
	padding: 4.84375vw 0;
}

.l-form__head-message {
	padding: 1.5104166667vw 0 43.2291666667vw 0;
}

.l-form__data {
	width: 65.7%;
}

.l-form__radio::after {
	left: 2.34375vw;
	top: calc(50% - 0.67708vw);
}

.l-hamburger-drawer {
	display: none;
}

.l-hamburger {
	display: none;
}

.l-inner-day-flow {
	max-width: 733.625px;
	padding-left: 7.8125vw;
	padding-right: 7.8125vw;
}

.l-inner {
	max-width: 108.8541666667vw;
	max-width: 1790px;
	padding-left: 7.8125vw;
	padding-right: 7.8125vw;
}

.l-top-whats-slash {
	margin-top: 4.0625vw;
}

.l-top-network {
	margin-top: 4.0625vw;
}

.l-top-support {
	margin-top: 3.1770833333vw;
}

.l-top-challenge {
	margin-top: 4.2708333333vw;
}

.l-top-counceling {
	margin-top: 3.3333333333vw;
}

.l-top-day-flow {
	margin-top: 6.5104166667vw;
}

.p-challenge__container::after {
	background: url(../images/challenge_img01.jpg) no-repeat center center/contain;
	content: "";
	height: 71.1458333333vw;
	max-width: 646px;
	position: absolute;
	right: 0;
	top: 3.125vw;
	width: 33.6458333333vw;
}

.p-day-flow-time-table {
	margin-right: auto;
	width: 48.6979166667vw;
}

.p-day-flow-time-table__head {
	line-height: 1.25;
	padding: 1.3541666667vw 0 0.9895833333vw;
}

.p-day-flow-time-table__row2::before {
	background-image: linear-gradient(to bottom, #000, #000 10px, transparent 10px, transparent 20px);
	background-size: 10px 20px;
	left: -0.1041666667vw;
}

.p-day-flow-time-table__row2::after {
	background-image: linear-gradient(to bottom, #000, #000 10px, transparent 10px, transparent 20px);
	background-size: 10px 20px;
	right: -0.1041666667vw;
}

.p-day-flow::before {
	background: url(../images/day-flow_img01.jpg) no-repeat center center/contain;
	content: "";
	height: 33.6979166667vw;
	max-width: 300px;
	position: absolute;
	right: 0;
	top: 3.5416666667vw;
	width: 35.9375vw;
}

.p-day-flow::after {
	background: url(../images/day-flow_img02.jpg) no-repeat center center/contain;
	content: "";
	height: 48.3333333333vw;
	position: absolute;
	right: 0;
	top: 38%;
	width: 30.1041666667vw;
}

.p-day-flow__head {
	padding-left: 0.2083333333vw;
}

.p-day-flow__head-img {
	height: 3.8020833333vw;
	width: 3.8020833333vw;
}

.p-day-flow__table {
	margin: 0.5208333333vw auto 0 0;
}

.p-day-flow__qa {
	padding-left: 0;
}

.p-day-flow__qa-item {
	letter-spacing: -0.01em;
}

.p-day-flow__qa-item:not(:first-child) {
	margin-top: 0.2083333333vw;
}

.p-day-flow__features {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.5104166667vw;
}

.p-day-flow__feature {
	letter-spacing: 0.05em;
}

.p-network__container::after {
	background: url(../images/network_img01.jpg) no-repeat center center/contain;
	content: "";
	height: 42.2395833333vw;
	position: absolute;
	right: 0;
	top: 3.125vw;
	width: 29.4791666667vw;
}

.p-support__container::after {
	background: url(../images/support_img01.jpg) no-repeat center center/contain;
	content: "";
	height: 32.65625vw;
	max-width: 650px;
	position: absolute;
	right: 0;
	top: 2.5vw;
	width: 33.75vw;
	z-index: 10;
}

.p-top-header-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-header-nav__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.p-top-header-nav__item {
	font-weight: bold;
}

.p-top-header-nav__link {
	display: block;
}

.p-top-header {
	padding: 3.0208333333vw 2.6041666667vw;
}

.p-whats-slash__container::after {
	background: url(../images/whats-slash_bg-right.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	display: block;
	height: 57.8125vw;
	position: absolute;
	right: 0;
	width: 24.375vw;
	z-index: -10;
}

.p-whats-slash__text {
	margin-top: 0.78125vw;
}

.u-br-must {
	display: none;
}

.u-text-whatsslash-head {
	letter-spacing: -0.01em;
	margin-left: 2.7604166667vw;
}

.u-text-letter-spacing {
	letter-spacing: -0.05em;
}

}

@media (max-width: 850px) and (min-width: 768px) {

.u-br-form {
	display: block;
}

}

@media (min-width: 851px) {

.u-br-form {
	display: none;
}

}

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

.l-footer__tel-num {
	letter-spacing: 0.095em;
}

.l-inner-day-flow {
	max-width: 976px;
	padding-left: 40px;
	padding-right: 40px;
}

.p-day-flow::before {
	max-width: 430px;
}

.fv__caution {
	padding: 0.4166666667vw 1.25vw 0.4166666667vw 1.6145833333vw;
}

}

@media (min-width: 1024px) {

.u-br-reply {
	display: none;
}

}

@media (min-width: 1070px) {

.p-day-flow__features {
	grid-column-gap: 1.3020833333vw;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

}

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

.l-footer__container {
	right: -0.1041666667vw;
}

.l-inner-day-flow {
	max-width: 1320px;
	padding-left: 60px;
	padding-right: 60px;
}

.p-top-header-nav__link-kengaku {
	padding: 0.7291666667vw 0 0.8854166667vw 0;
}

.p-top-header-nav__link-contact {
	padding: 0.7291666667vw 0 0.8854166667vw 0;
}

}

@media (min-width: 1480px) {

.p-day-flow::before {
	max-width: 690px;
}

}

@media (min-width: 1850px) {

.c-head {
	margin-left: -3.6458333333vw;
}

}

@media (max-width: 420px) {

.p-fv__service-name {
	width: 5.2083333333vw;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
