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

body {
	font-family: "";
}

.u-desktop {
	display: none;
}

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,
h5,
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;
}

.test {
	background-color: red;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.anxiety {
	background: #edf6d2;
	padding: 19px 0 40px 0;
	padding: 1.1875rem 0 2.5rem 0;
}

.anxiety-title {
	color: #08203e;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	text-align: center; /* 36.4px */
}

.anxiety-img {
	margin: 0 auto;
	margin-top: 11px;
	margin-top: 0.6875rem;
	max-width: 142px;
}

.anxiety-container {
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.anxiety-top {
	background: #fff;
	margin: 0 calc(50% - 50vw);
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding: 24px 8px;
	padding: 1.5rem 8px;
	text-align: center;
	width: 100vw;
}

.anxiety-top__title {
	background: #4F9D54;
	border-radius: 32px;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600; /* 16.8px */
	letter-spacing: 1.004px;
	line-height: 130%;
	padding: 16px 64px;
	padding: 1rem 4rem;
	text-align: center;
}

.fz14 {
	font-size: 14px;
}

.fz16 {
	font-size: 18px;
}

.fz23 {
	font-size: 26px;
}

.anxiety-top__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin: 0 auto;
	margin-top: 24px;
	margin-top: 1.5rem; /* 24px */
	max-width: 500px;
	max-width: 31.25rem;
	text-align: left;
}

.anxiety-grid {
	gap: 16px;
	gap: 1rem;
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 auto;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 348px;
}

.anxiety-grid-item {
	background: #fff;
	padding: 16px 8px;
	padding: 1rem 8px;
	text-align: center;
}

.anxiety-grid-item__title {
	background: #4f9d54;
	border-radius: 32px;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600; /* 19.2px */
	letter-spacing: 1.004px;
	line-height: 120%;
	padding: 9px 58px;
	padding: 0.5625rem 3.625rem;
	text-align: center;
}

.anxiety-grid-item__price {
	color: #b94343;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 100%;
	margin-top: 8px; /* 36px */
	text-align: center;
}

.anxiety-grid-item__price span {
	color: #b94343;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 100%; /* 36px */
	margin: 0 4px;
}

.anxiety-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 19.2px */
	margin: 0 auto;
	margin-top: 12px;
	margin-top: 0.75rem;
	max-width: 470px;
	max-width: 29.375rem;
}

.card {
	padding: 16px 0 24px 0;
	padding: 1rem 0 1.5rem 0;
}

.card-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 33.6px */
	text-align: center;
}

.card-flex {
	gap: 16px;
	gap: 1rem;
	display: block;
	margin: 0 auto;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 348px;
}

.card-item {
	background: #0C4891;
	margin-top: 16px;
	padding: 32px 8px;
	padding: 2rem 0.5rem;
	position: relative;
	width: 100%;
}

.card-item::before {
	background: url(/assets/images/check01.png) no-repeat center center/contain;
	content: "";
	height: 27px;
	height: 1.6875rem;
	left: 4%;
	position: absolute;
	top: 2%;
	width: 30px;
	width: 1.875rem;
}

.card-item_img {
	margin: 0 auto;
	margin-top: 16px;
	margin-top: 1rem;
	width: 150px;
	width: 9.375rem;
}

.card-item__title {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 30px */
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.card-item__text {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.004px;
	line-height: 150%; /* 24px */
	margin-top: 24px;
	margin-top: 1.5rem;
}

.card-text01 {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 24px */
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
	text-align: center;
}

.card-text01 span {
	color: #0C4891;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

.card-graph {
	margin: 0 auto;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 500px;
	max-width: 31.25rem;
}

.card-text02 {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 24px */
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.card-text03 {
	color: #B01515;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 29.5px; /* 105.357% */
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.card-text04 {
	color: #B01515;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 29.5px; /* 105.357% */
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.card-text03 span {
	color: #B01515;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 29.5px;
}

.card-text04 span {
	color: #B01515;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 29.5px;
}

.inner {
	padding: 0 8px;
	padding: 0 0.5rem;
}

.border-none {
	border: none;
}

.border-none::before {
	display: none;
}

.pc-none {
	display: block;
}

.sp-none {
	display: none;
}

.condition {
	padding: 40px 0;
	padding: 2.5rem 0;
}

.condition-title {
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #B94343;
	border-radius: 30px;
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; /* 134.091% */
	letter-spacing: 1.004px;
	line-height: 29.5px;
	margin: 0 auto;
	padding: 9px 56px;
	position: relative;
	text-align: center;
	width: 290px;
}

.condition-wrap {
	background: #FFF9DB;
	border-radius: 20px;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	margin-top: -30px;
	margin-top: -1.875rem;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 40px 11px;
	padding: 2.5rem 0.6875rem;
}

.condition-list {
	margin: 0 auto;
	max-width: 750px;
	max-width: 46.875rem;
}

.condition-list__item {
	color: #49200A;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600; /* 27px */
	letter-spacing: 1.004px;
	line-height: 150%;
}

.condition-list__item span {
	font-size: 11px;
}

.condition-text {
	color: #49200A;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.004px;
	line-height: 120%; /* 21.6px */
	margin-top: 16px;
	margin-top: 1rem;
	text-align: left;
}

.condition-cta {
	margin-top: 16px;
	margin-top: 1rem;
}

.span-margin {
	display: block;
	margin-top: -5px;
}

.cta {
	background: #9FD5EF;
	border-radius: 28px;
	margin: 0 auto;
	max-width: 1080px;
	padding: 24px 8px;
}

.cta-text {
	color: #195FA0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 27px */
	margin: 0 auto;
	text-align: center;
	width: 224px;
}

.cta-btn {
	display: block;
	margin: 0 auto;
	margin-top: 16px;
	max-width: 290px;
}

.cta-btn__line {
	width: 49%;
}

.cta-btn__movie {
	display: block;
	margin-top: 16px;
	margin-top: 1rem;
	width: 100%;
}

.faq {
	background: #FFF9DB;
	padding: 40px 0 150px 0;
	padding: 2.5rem 0 9.375rem 0;
}

.faq-title {
	color: #532309;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 120%; /* 36px */
	text-align: center;
}

.faq-contents {
	margin: 0 auto;
	margin-top: 23px;
	margin-top: 1.4375rem;
	max-width: 500px;
	max-width: 31.25rem;
}

.accordion-title-q {
	background: #FFA800;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 28.8px */
	margin-top: 1px;
	padding: 9px 44px 9px 36px;
	padding: 0.5625rem 2.75rem 0.5625rem 2.25rem;
	position: relative;
}

.accordion-title-q::before {
	color: #FFF;
	content: "▼";
	position: absolute;
	right: 4%;
	top: 30%;
}

.accordion-title-q::after {
	color: #fff;
	content: "Q.";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	left: 4%;
	position: absolute;
	top: 7px;
}

.title:hover {
	cursor: pointer;
}

.accordion-box-a {
	background: #FFF;
	color: #532309;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 28px */
	padding: 18px;
}

.faq-cta {
	margin-top: -95px;
	margin-top: -5.9375rem;
}

.title {
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.box {
	display: none; /*はじめは非表示*/
}

.figure {
	padding-top: 46px;
	padding-top: 2.875rem;
	text-align: center;
}

.figure-title {
	background: #0C4891;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 54.4px */
	margin: 0 auto;
	padding: 16px;
	width: 304px;
}

.figure-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.004px;
	line-height: 120%; /* 19.2px */
	margin-top: 24px;
	margin-top: 1.5rem;
}

.figure-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	margin-top: 28px;
	margin-top: 1.75rem;
	max-width: 500px;
	max-width: 31.25rem;
}

.figure-flex-left {
	text-align: center;
	width: 26%;
}

.figure-flex-left__01 {
	color: #000; /* 本文 */
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.312px;
	line-height: 120%; /* 19.2px */
}

.figure-flex-left__02 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #EDF6D2;
	color: #093E0D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: 49px;
	height: 3.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 1px;
	line-height: 120%; /* 24px */
	margin-top: 8px;
	margin-top: 0.5rem;
	padding-bottom: 13px;
	position: relative;
	text-align: center;
}

.figure-flex-left__02::before {
	background: #fff;
	bottom: 22%;
	content: "";
	height: 3px;
	left: 0%;
	position: absolute;
	width: 93%;
}

.figure-flex-left__02::after {
	bottom: 5%;
	color: #fff;
	content: "▶︎";
	font-size: 14px;
	font-size: 0.875rem;
	position: absolute;
	right: -1%;
}

.figure-flex-center {
	text-align: center;
	width: 45%;
}

.figure-flex-center__01 {
	color: #000; /* 本文 */
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.312px;
	line-height: 120%; /* 19.2px */
}

.figure-flex-center__02 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #9ACE9E;
	color: #093E0D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: 49px;
	height: 3.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 1px;
	line-height: 120%; /* 24px */
	margin-top: 8px;
	margin-top: 0.5rem;
	padding-bottom: 13px;
	position: relative;
	text-align: center;
}

.figure-flex-center__02::before {
	background: #fff;
	bottom: 22%;
	content: "";
	height: 3px;
	left: 0%;
	position: absolute;
	width: 93%;
}

.figure-flex-center__02::after {
	bottom: 5%;
	color: #fff;
	content: "▶︎";
	font-size: 14px;
	font-size: 0.875rem;
	position: absolute;
	right: -1%;
}

.figure-flex-center__03 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFE86D;
	color: #49200A;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	height: 20px;
	height: 1.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 1px;
	line-height: 120%; /* 19.2px */
	margin-top: 3px;
	margin-top: 0.1875rem;
	text-align: center;
}

.figure-flex-right {
	text-align: center;
	width: 28%;
}

.figure-flex-right__01 {
	color: #000; /* 本文 */
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.312px;
	line-height: 120%; /* 19.2px */
}

.figure-flex-right__02 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #4F9D54;
	color: #093E0D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	height: 49px;
	height: 3.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 1px;
	line-height: 120%; /* 24px */
	margin-top: 8px;
	margin-top: 0.5rem;
	padding-bottom: 13px;
	position: relative;
	text-align: center;
}

.figure-flex-right__02::before {
	background: #fff;
	bottom: 22%;
	content: "";
	height: 3px;
	left: 0%;
	position: absolute;
	width: 93%;
}

.figure-flex-right__02::after {
	bottom: 5%;
	color: #fff;
	content: "▶︎";
	font-size: 14px;
	font-size: 0.875rem;
	position: absolute;
	right: -1%;
}

.figure-flex-right__03 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFDD28;
	color: #49200A;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	height: 20px;
	height: 1.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.312px;
	line-height: 120%; /* 19.2px */
	margin-top: 3px;
	margin-top: 0.1875rem;
	text-align: center;
}

.flow {
	padding-bottom: 68px;
	padding-bottom: 1.25rem;
}

.flow-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 120%; /* 36px */
	text-align: center;
}

.flow-container {
	margin: 0 auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 1168px;
	max-width: 73rem;
}

.flow-box {
	padding-left: 25px;
	padding-left: 1.5625rem;
}

.flow-box__title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 1.004px;
	line-height: 120%; /* 36px */
	position: relative;
}

.flow-box__title::before {
	background: #68BD23;
	content: "";
	height: 20px;
	height: 1.25rem;
	left: -25px;
	position: absolute;
	top: 0%;
	width: 18px;
	width: 1.125rem;
}

.flow-box__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.004px;
	line-height: 120%; /* 19.2px */
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 8px;
	padding-top: 0.5rem;
	position: relative;
}

.flow-box__text::before {
	background: #68BD23;
	content: "";
	height: 120%;
	left: -17px;
	position: absolute;
	top: -8%;
	width: 2px;
	width: 0.125rem;
}

footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #0C4891;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	height: 3rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	position: relative;
}

.footer-text {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.004px;
	line-height: 29.5px; /* 210.714% */
	text-align: center;
}

.fresh {
	background: #EDF6D2;
	overflow: hidden;
	padding-bottom: 66px;
	padding-bottom: 4.125rem;
	padding-top: 22px;
	padding-top: 1.375rem;
	position: relative;
}

.fresh-title {
	color: #26354B;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 160%; /* 76.8px */
	text-align: center;
}

.fresh-title span {
	color: #26354B;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 160%; /* 38.4px */
	text-align: center;
}

.fresh-text01 {
	color: #26354B;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.004px;
	line-height: 160%; /* 25.6px */
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.fresh-list {
	background: #FFF;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 28px;
	margin-top: 1.75rem;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 40px 0;
	padding: 2.5rem 0;
	position: relative;
}

.fresh-list::before {
	background: url(../images/fresh01.png) no-repeat center center/contain;
	bottom: -33%;
	content: "";
	height: 134px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	width: 104px;
}

.fresh-list::after {
	background: url(../images/fresh02.png) no-repeat center center/contain;
	bottom: -36%;
	content: "";
	height: 134px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	width: 114px;
}

.fresh-item:first-child {
	margin-top: 0;
}

.fresh-item {
	color: #0C300E;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 148%; /* 20px */
	margin: 0 auto;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 750px;
	max-width: 46.875rem;
	padding-left: 28px;
	padding-left: 1.75rem;
	position: relative;
}

.fresh-item::before {
	color: #333;
	content: "✔️";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	left: 2%;
	position: absolute;
	top: 0%;
}

.fresh-text02 {
	color: #26354B;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 160%; /* 25.6px */
	margin-top: 108px;
	margin-top: 6.75rem;
	text-align: center;
}

header {
	background: #0C4891;
}

.header-flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 57px;
	margin: 0 auto;
	max-width: 1920px;
}

.header-nav {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding-left: 10%;
}

.header-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-nav__item {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(6px, 1.066vw, 16px);
	font-style: normal;
	font-weight: 300;
	letter-spacing: 1.004px;
	line-height: 29.5px; /* 184.375% */
	text-align: center;
}

.header-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.header-cta__line {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#20D96A), to(#0CA8A8));
	background: linear-gradient(180deg, #20D96A 0%, #0CA8A8 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 57px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 112px;
}

.header-cta__line::before {
	background: url(../images/line-logo.png) no-repeat center center/contain;
	content: "";
	height: 27px;
	height: 1.6875rem;
	left: 0%;
	margin: 0 auto;
	position: absolute;
	right: 0%;
	top: 6%;
	width: 24px;
	width: 1.5rem;
}

.header-cta__line span {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-top: 20px;
	text-align: center;
}

.header-cta__movie {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#FEAC4C), to(#F3742C));
	background: linear-gradient(180deg, #FEAC4C 0%, #F3742C 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 88px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 245px;
}

.header-cta__movie span {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.sp-menu-icon {
	display: block;
	height: 15px;
	position: relative;
	right: 25px;
	right: 1.5625rem;
	top: -5px;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	width: 20px;
	z-index: 9000;
	z-index: 3000;
}

.sp-menu-icon.is-active .sp-menu-icon__bar1 {
	background: #fff;
	top: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sp-menu-icon.is-active .sp-menu-icon__bar2 {
	display: none;
}

.sp-menu-icon.is-active .sp-menu-icon__bar3 {
	background: #fff;
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-menu-icon:hover {
	cursor: pointer;
}

.sp-menu-icon__bars {
	display: block;
	height: 15px;
	height: 0.9375rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 20px;
	width: 1.25rem;
	z-index: 1400;
}

.sp-menu-icon__bar1,
.sp-menu-icon__bar2,
.sp-menu-icon__bar3 {
	background: #fff;
	border-radius: 25px;
	height: 2px;
	height: 0.125rem;
	left: 0px;
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 30px;
	width: 1.875rem;
	z-index: 1200;
}

.sp-menu-icon__bar1 {
	top: 0;
}

.sp-menu-icon__bar2 {
	top: 10px;
	top: 0.625rem;
}

.sp-menu-icon__bar3 {
	top: 20px;
	top: 1.25rem;
}

.sp-menu-logo {
	margin-left: 5px;
	margin-left: 0.3125rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	max-width: 182px;
	max-width: 11.375rem;
	width: 100%;
}

.sp-menu-content {
	height: 100vh;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	text-align: left;
	top: 70px;
	top: 4.375rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.sp-menu-content.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 2000;
}

.sp-menu-content__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
	padding-top: 10px;
}

.sp-menu-bg {
	background-color: rgb(255, 255, 255);
	height: 100%;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 57px;
	top: 3.5625rem;
	width: 100%;
	z-index: 0;
}

.sp-menu-bg.is-active {
	opacity: 1;
}

.p-sp-nav {
	text-align: center;
}

.p-sp-nav__item {
	color: #0C4891;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 1.004px;
	line-height: 100%; /* 16px */
	margin-top: 18px;
	margin-top: 1.125rem;
	text-align: center;
	z-index: 1;
}

.p-sp-nav a {
	display: block;
	position: relative;
	z-index: 10;
}

.sp-btn {
	background: #FFFFFF;
	margin: 0 calc(50% - 50vw);
	margin-top: 43px;
	padding: 16px;
	position: relative;
	width: 100vw;
	z-index: 1;
}

.sp-btn button {
	display: block;
	margin: 0 auto;
	max-width: 287px;
}

.sp-btn button:last-child {
	margin-top: 16px;
}

body.fixed {
	height: 100%;
	position: fixed;
	width: 100%;
}

.lets-know {
	margin-top: 26px;
	margin-top: 1.625rem;
	padding-bottom: 28px;
	padding-bottom: 1.75rem;
	text-align: center;
}

.lets-know-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 33.6px */
	text-align: center;
}

.lets-know-text01 {
	background: #0C4891;
	border-radius: 25px;
	color: #FFF;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 33.6px */
	margin-top: 32px;
	margin-top: 2rem;
	padding: 16px 80px;
	padding: 1rem 5rem;
	text-align: center;
	position: relative;
}
.lets-know-text01::before {
	position: absolute;
	color: #0C4891;
	content: "▼";
	font-size: 18px;
	text-align: center;
	right: 0;
	left: 0;
	bottom: -1rem;
}

.lets-know-text02 {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 38.4px */
	margin-top: 32px;
	margin-top: 2rem;
	padding-left: 10px;
	text-align: left;
}

.lets-know-wrap {
	margin: 0 auto;
	margin-top: 26px;
	margin-top: 1.625rem;
	width: 100%;
}

.lets-know-wrap__left {
	background: #FFF9DB;
	border-radius: 24px;
	padding: 32px 8px;
	padding: 2rem 0.5rem;
	text-align: left;
	width: 302px;
	margin: 0 auto;
}

.lets-know-wrap__left img {
	margin: 0 auto;
	margin-top: 8px;
	width: 48px;
	width: 3rem;
}

.lets-know-wrap__title {
	color: #624332;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 38.4px */
	text-align: center;
}

.lets-know-wrap__list {
	padding-left: 29px;
	padding-left: 1.8125rem;
}

.lets-know-wrap__item {
	color: #624332;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 21.6px */
	margin-top: 16px;
	margin-top: 1rem;
	position: relative;
}

.lets-know-wrap__item::before {
	background: url(../images/check03.png) no-repeat center center/contain;
	content: "";
	height: 13px;
	height: 0.8125rem;
	left: -6%;
	position: absolute;
	top: 6%;
	width: 14px;
	width: 0.875rem;
}

.lets-know-wrap__center {
	margin: 0 auto;
	margin-top: 14px;
	margin-top: 0.875rem;
	width: 52px;
	width: 3.25rem;
}

.lets-know-wrap__center img {
	width: 100%;
}

.lets-know-wrap__right {
	background: #FFF9DB;
	border-radius: 24px;
	margin-top: 14px;
	padding: 32px 8px;
	padding: 2rem 8px;
	width: 302px;
	margin: 0 auto;
}

.lets-know-wrap__text {
	color: #624432;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 190%; /* 27px */
	margin-top: 48px;
	margin-top: 2rem;
	text-align: left;
}

.message {
	background: #FFF9DB;
	margin-top: 32px;
	margin-top: 2rem;
}

.message-container {
	padding: 40px 0;
}

.message-01 {
	color: #B74D00;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 27px */
	text-align: center;
}

.message-02 {
	color: #624332;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	margin-top: 16px;
	text-align: left;
}

.mv {
	background: url(../images/fv-bg-sp.png) no-repeat top center/cover;
	height: 530px;
	position: relative;
}
.mv::before{
	content: "";
	background: url(../images/fv-home-bg-sp.png) no-repeat top center/cover;
	height: 30%;
	width: 100%;
	position:absolute;
	bottom: -17%;
}

.mv-img {
	left: 0;
	margin: 0 auto;
	max-width: 320px;
	position: absolute;
	right: 0;
	top: 0px;
}

.mv-cta {
	margin-top: -32px;
	margin-top: -1rem;
	position: relative;
}

.point {
	margin-top: 56px;
	margin-top: 3.5rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.point-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; /* 54.4px */
	background: #0C4891;
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 140%;
	margin: 0 auto;
	max-width: 307px;
	padding: 16px 32px;
}

.point-img {
	margin: 0 auto;
	margin-top: 28px;
	margin-top: 1.75rem;
	max-width: 500px;
	max-width: 31.25rem;
}

.point-container {
	margin-top: trm(96);
}

.point-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFF9DB;
	border-radius: 20px;
	display: block;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 16px 6px 40px 6px;
	padding: 1rem 0.375rem 2.5rem 0.375rem;
}

.point-item:first-child {
	margin-top: 32px;
	margin-top: 2rem;
}

.point-item__img {
	margin: 0 auto;
	margin-top: 16px;
	max-width: 168px;
}

.point-item-body__title {
	background: #532309; /* 41.6px */
	border-radius: 10px;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	padding: 8px 0;
	padding: 0.5rem 0;
	text-align: center;
}

.point-item-body__text {
	color: #532309;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
	margin-top: 16px;
	margin-top: 1rem;
}

.point-item-body__list {
	margin-top: 16px;
	margin-top: 1rem;
}

.point-item-body__list-item {
	color: #E01616;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	padding-left: 28px;
	padding-left: 1.75rem;
	position: relative;
}

.point-item-body__list-item::before {
	color: #333;
	content: "✔️";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	left: 0%;
	position: absolute;
	top: 0%;
}

.point-item-body__list-item span {
	color: #E01616;
	display: block;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.point-bottom {
	margin: 0 auto;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 1130px;
	max-width: 70.625rem;
}

.point-bottom__span {
	color: #532309;
	display: block;
	font-family: "Noto Sans JP";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	text-align: center;
	text-align: center; /* 62.4px */
}

.point-bottom__text {
	color: #D96A19;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 41.6px */
	margin-top: 16px;
	margin-top: 1rem;
	padding-left: 40px;
	padding-left: 1.7rem;
	position: relative;
	text-align: left;
}

.point-bottom__text::before {
	color: #333;
	content: "✔️";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	left: 0%;
	position: absolute;
	top: 0%;
}

.point-item01 {
	position: relative;
}

.point-item01::before {
	color: #532309;
	content: "01";
	font-family: "futura-pt", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	left: 2%;
	line-height: 160%; /* 124.8px */
	position: absolute;
	top: -4%;
}

.point-item02 {
	position: relative;
}

.point-item02::before {
	color: #532309;
	content: "02";
	font-family: "futura-pt", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-style: normal;
	font-weight: 400;
	font-weight: 500;
	left: 2%;
	line-height: 160%; /* 124.8px */
	position: absolute;
	top: -4%;
}

.point-item03 {
	position: relative;
}

.point-item03::before {
	color: #532309;
	content: "03";
	font-family: "futura-pt", sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	left: 2%;
	line-height: 160%; /* 124.8px */
	position: absolute;
	top: -4%;
}
.privacy{
	margin-top: 24px;
	text-align: center;
}
.privacy-wrap a{
	color: #000;
	text-align: center;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 12px */
	letter-spacing: 1.004px;
	text-decoration-line: underline;

}



.solution {
	background: #E7F3F9;
	padding: 44px 0 64px 0;
	padding: 2.75rem 0 4rem 0;
}

.solution-title span {
	color: #08203E;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 22.4px */
	text-align: center;
}

.solution-title {
	color: #08203E;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 36.4px */
	text-align: center;
}

.solution-container {
	background: #FFF;
	margin: 0 auto;
	margin-top: 13px;
	margin-top: 0.8125rem;
	margin-top: 42px;
	margin-top: 2.625rem;
	max-width: 1312px;
	max-width: 82rem;
	padding: 24px 0;
	padding: 2.5rem 0;
}

.solution-appeal {
	margin: 0 auto;
	max-width: 286px;
	max-width: 17.875rem;
}

.solution-body {
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 0 10px;
}

.solution-body p {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 auto;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 830px;
	max-width: 51.875rem;
}

.solution-body__list {
	margin: 0 auto;
	max-width: 830px;
	max-width: 51.875rem;
}

.solution-body__item {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	margin-top: 24px;
	margin-top: 1.5rem;
}

.solution-body__item span {
	color: #C23131;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.solution-cta {
	margin-top: -32px;
	margin-top: -2rem;
}

.staff {
	padding: 54px 0;
	padding: 3.375rem 0;
}

.staff-title {
	color: #26354B;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 100%; /* 133.333% */
	text-align: center;
}

.staff-title span {
	color: #26354B;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 38.4px */
	margin-top: 10px;
	text-align: center;
}

.staff-container {
	margin-bottom: 10px;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding-left: 7px;
}

.slider {
	gap: 9px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: scroll;
	position: relative;
}

.slider-item__flex {
	gap: 20px;
	background: #E7F3F9;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 10px;
	padding: 24px 13px 40px 13px;
	width: 284px;
}

.slider-item__left {
	width: 100%;
}

.slider-item__title {
	color: #0C8701;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 120%; /* 28.8px */
}

.slider-item__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 180%; /* 32.4px */
	margin-top: 16px;
	margin-top: 1rem;
}

.slider-item__img img {
	margin: 0 auto;
	width: 126px;
}

.slider-item__img {
	margin: 0 auto;
	width: 126px;
}

.slider-item__name {
	background: #0C4891;
	border-radius: 20px;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 120%; /* 38.4px */
	margin: 0 auto;
	margin-top: 12px;
	margin-top: 0.75rem;
	padding: 8px 0;
	padding: 0.5rem 0;
	text-align: center;
	width: 152px;
}

/* スライダー */

.slider {
	position: relative;
	z-index: 1; /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
}

/*画像設定*/

.slider-item {
	margin: 0 auto;
	width: 100%;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/

.slick-prev { /*戻る矢印の位置と形状*/
}

.slick-prev::before {
	background: url(/assets/images/arrow-prev.png) no-repeat center center/contain;
	content: "";
	height: 48px;
	left: 0%; /*戻る矢印の位置と形状*/
	position: absolute;
	-webkit-transform: translateY(370%);
	transform: translateY(370%);
	width: 48px;
	z-index: 1;
}

.slick-slide {
	margin: 0 44px;
	margin: 0 2.75rem;
}

.slick-next { /*次へ矢印の位置と形状*/
}

.slick-next::before {
	background: url(/assets/images/arrow-next.png) no-repeat center center/contain;
	content: "";
	height: 48px; /*戻る矢印の位置と形状*/
	position: absolute;
	right: 0%;
	-webkit-transform: translateY(-500%);
	transform: translateY(-500%);
	width: 48px;
	z-index: 1;
}

.strong {
	background: #FFF9DB;
	padding-top: 60px;
	padding-top: 1.75rem;
}

.strong-title {
	color: #532309;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
	position: relative;
	text-align: center;
}

.strong-title::before {
	background: url(/assets/images/crown.png) no-repeat center center/contain;
	content: "";
	height: 23px;
	left: 0%;
	margin: 0 auto;
	position: absolute;
	right: 0%;
	top: -11%;
	width: 32px;
}

.strong-title span {
	color: #532309;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 24px */
	margin: 16px 0;
	text-align: center;
}

.strong-container {
	height: 630px;
	margin: 0 auto;
	margin-top: 48px;
	margin-top: 0.5rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	position: relative;
	width: 600px;
}

.border-y {
	position: relative;
}

.border-y::before {
	background: url(/assets/images/border-sp.png) no-repeat center center/contain;
	content: "";
	height: 658px;
	position: absolute;
	position: absolute;
	top: -90%;
	width: 238px;
	z-index: 1;
}

.strong-scroll {
	overflow: scroll;
	position: relative;
}

.row02-top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #0C8701;
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	height: 66px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; /* 32px */
	letter-spacing: 1.004px;
	line-height: 100%;
	width: 226px;
}

.row03-top {
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #AFB6AB;
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	height: 65px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; /* 21px */
	letter-spacing: 1.004px;
	line-height: 100%;
	width: 226px;
}

.column01 {
	background: #0C8701;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	height: 104px; /* 24px */
	letter-spacing: 1.004px;
	line-height: 120%;
	text-align: center;
	width: 134px;
}

.column02 {
	gap: 8px;
	background: #EDF6D2;
	color: #0C300E;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	height: 104px; /* 24px */
	letter-spacing: 1.004px;
	line-height: 120%;
	margin-top: 16px;
	margin-top: 1rem;
	padding-left: 50px;
	width: 226px;
}

.column02 span {
	border: none !important;
	color: #0C300E;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 120%;
	text-align: center;
}

.column03 {
	background: #E7E9DF;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400; /* 19.2px */
	letter-spacing: 1.004px;
	line-height: 120%;
	padding-left: 50px;
}

table {
	border-collapse: separate;
	border-spacing: 6px 14px;
}

.circle01 {
	position: relative;
}

.circle01::before {
	color: #D96A19;
	content: "◯";
	font-family: "Noto Sans JP";
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	left: 6%;
	line-height: 100%;
	position: absolute;
	text-align: center;
	top: 34%; /* 52px */
}

.circle02 {
	position: relative;
}

.circle02::before {
	color: #D96A19;
	content: "◎";
	font-family: "Noto Sans JP";
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	left: 6%;
	line-height: 100%;
	position: absolute;
	text-align: center;
	top: 34%; /* 52px */
}

.circle03 {
	position: relative;
}

.circle03::before {
	color: #D96A19;
	content: "◯";
	font-family: "Noto Sans JP";
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	left: 6%;
	line-height: 100%;
	position: absolute;
	text-align: center;
	top: 34%; /* 52px */
}

.cross {
	position: relative;
}

.cross::before {
	background: url(../images/cross.svg) no-repeat center center/contain;
	content: "";
	height: 27px;
	height: 1.6875rem;
	left: 6%;
	position: absolute;
	top: 40%;
	width: 35px;
	width: 2.1875rem;
}

.thats-why {
	background: #E7F3F9;
	margin-top: -2px;
	padding-bottom: 48px;
	padding-bottom: 3rem;
	padding-top: 14px;
	padding-top: 0.875rem;
}

.thats-why-title {
	color: #0C4891;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 138%; /* 60.72px */
	text-align: center;
}

.thats-why-text {
	color: #0C4891;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.733px;
	line-height: 133%; /* 18.62px */
	margin: 0 auto;
	margin-top: 8px;
	margin-top: 0.5rem;
	max-width: 1001px;
	max-width: 62.5625rem;
	text-align: center;
}

.thats-why-img {
	margin: 0 auto;
	margin-top: 9px;
	margin-top: 0.5625rem;
	max-width: 263px;
	position: relative;
}

.thats-why-img__text {
	bottom: -16px;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	left: 0;
	line-height: 130%; /* 38.4px */
	position: absolute;
	right: 0;
	text-align: center;
}

.thats-why-flex {
	margin: 0 auto;
	margin-top: 22px;
	margin-top: 1.375rem;
	max-width: 348px;
}

.thats-why-flex__box {
	background: #FFF9DB;
	border-radius: 24px;
	margin-top: 48px;
	margin-top: 3rem;
	padding: 16px 12px 32px 12px;
	padding: 2rem 12px 32px 12px;
	width: 100%;
}

.thats-why-flex__box:last-child {
	background: #FFF9DB;
	border-radius: 24px;
	margin-top: 0px;
	margin-top: 0rem;
	padding: 16px 12px 32px 12px;
	padding: 2rem 12px 32px 12px;
	width: 100%;
}

.thats-why-flex__title {
	color: #624332;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 38.4px */
	text-align: center;
}

.thats-why-flex__listtitle {
	color: #624332;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 24px */
	margin-top: 16px;
	margin-top: 1rem;
}

.thats-why-flex__item {
	color: #624332;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.thats-why-flex__item span {
	color: #624332;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.thats-why-flex__img {
	margin: 0 auto;
	margin-bottom: 16px;
	margin-top: 16px;
	width: 56px;
	width: 3.5rem;
}

.voice {
	background: #FFE1A7;
	padding: 40px 0 164px 0;
	padding: 2.5rem 0 10.25rem 0;
}

.voice-title {
	color: #532309;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 130%; /* 31.2px */
	text-align: center;
}

.voice-grid {
	gap: 16px;
	gap: 1rem;
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 1100px;
	max-width: 68.75rem;
}

.voice-grid-item {
	background: #FFF9DB;
	border-radius: 20px;
	padding: 28px 8px;
	padding: 1.75rem 0.5rem;
}

.voice-grid-item__img {
	margin: 0 auto;
	max-width: 163px;
	max-width: 10.1875rem;
	text-align: center;
}

.voice-grid-item__img-name {
	color: #532309;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 130%; /* 19.2px */
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.voice-grid-item__text {
	color: #DA2F2F;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	line-height: 120%; /* 21.6px */
	margin-top: 16px;
	margin-top: 1rem;
}

.voice-grid-item__boby {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.voice-grid-item__boby p {
	color: #532309;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	text-align: justify;
}

.voice-grid-item__boby span {
	color: #532309;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.004px;
	line-height: 180%; /* 28.8px */
	margin-left: 1%;
}

.voice-grid-item__boby dt {
	color: #532309;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.004px;
	text-align: justify;
}

.voice-grid-item__boby dd {
	color: #532309;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.004px;
	line-height: 180%; /* 28.8px */
	margin-left: 1%;
}

.voice-grid-item__boby span {
	color: #532309;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.004px;
	line-height: 180%; /* 28.8px */
	margin-left: 1%;
}

.voice-cta {
	margin-top: -128px;
	margin-top: -8rem;
}

dt,
dd {
	white-space: normal;
}

.accordion-btn {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #E7F3F9;
	border-radius: 27.5px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 1.004px;
	line-height: 100%; /* 14px */
	margin: 0 auto;
	margin-top: 18px;
	padding: 14px 0px;
	width: 151px;
}

.accordion-box {
	margin-top: 32px;
	margin-top: 2rem;
}

.accordion-box .voice-grid-item {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.work {
	padding: 56px 0 48px 0;
	padding: 3.5rem 0 3rem 0;
}

.work-title {
	color: #532309;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 32px */
	position: relative;
	text-align: center;
}

.work-title::before {
	background: url(/assets/images/crown.png) no-repeat center center/contain;
	content: "";
	height: 27px;
	left: 0%;
	margin: 0 auto;
	position: absolute;
	right: 0%;
	top: -165%;
	width: 32px;
}

.work-container {
	gap: 48px;
	gap: 3rem;
	margin: 0 auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 306px;
}

.work-img:last-child {
	margin-top: 24px;
}

.worrise {
	padding: 32px 0 51px 0;
	position: relative;
}
.worrise::before{
	position: absolute;
	content: "";
	bottom: -3%;
	right: 0;
	left: 0;
	width:40px ;
	height: 25px;
	background: url(/assets/images/polygon20.png) no-repeat center center/contain;
	margin: 0 auto;
	
}



.worrise-title {
	color: #08203E;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}

.worrise-title span {
	color: #08203E;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}

.worrise-flex {
	margin: 0 auto;
	max-width: 306px;
}

.worrise-left {
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.worrise-left__item {
	background: #08203E;
	border-radius: 100px;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	margin-top: 4px;
	padding: 24px;
	padding: 1.5rem;
	width: 306px;
}

.worrise-right__item {
	background: #08203E;
	border-radius: 100px;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	margin-top: 4px;
	padding: 16px;
	padding: 1rem;
	width: 306px;
}

.worrise-left__item:nth-child(1) {
	padding: 8px 0 8px 39px;
}

.worrise-right__item:nth-child(1) {
	padding: 8px 8px 8px 26px;
}

.worrise-left__item:nth-child(2) {
	padding: 16px;
	text-align: center;
}

.worrise-right__item:nth-child(2) {
	font-size: 13px;
	padding: 8px 8px 8px 26px;
}

.worrise-left__item:nth-child(3) {
	padding: 16px;
	text-align: center;
}

.worrise-right__item:nth-child(3) {
	padding: 16px 13px;
}

.worrise-center {
	margin: 0 auto;
	margin-top: 24px;
	max-width: 125px;
	max-width: 7.8125rem;
}

.worrise-center img {
	max-width: 300px;
	max-width: 18.75rem;
	width: 100%;
}


@media (min-width: 767px) {

.sp-menu-content__inner {
	padding-top: 60px;
}

.sp-menu-bg {
	background-color: rgb(255, 255, 255);
	height: 100%;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 88px;
	width: 100%;
	z-index: 0;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

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

a:hover {
	opacity: 0.8;
}

.anxiety {
	padding: 3rem 0 8rem 0;
}

.anxiety-title {
	font-size: 26px;
}

.anxiety-img {
	margin-top: 1.5rem;
	max-width: 20.625rem;
}

.anxiety-container {
	margin-top: 1.5rem;
}

.anxiety-top {
	margin: 0 auto;
	margin-bottom: 1.5rem;
	max-width: 82rem;
	padding: 2.5rem;
	width: 100%;
}

.anxiety-top__title {
	font-size: 14px;
}

.fz14 {
	font-size: 16px;
}

.fz16 {
	font-size: 16px;
}

.fz23 {
	font-size: 23px;
}

.anxiety-top__text {
	font-size: 16px;
}

.anxiety-grid {
	gap: 1.5rem;
	grid-template-columns: 1fr 1fr;
	max-width: 82rem;
}

.anxiety-grid-item {
	padding: 2.5rem;
}

.anxiety-grid-item__title {
	padding: 1rem 4rem;
}

.anxiety-grid-item__price {
	line-height: 150%;
	margin-top: 1rem;
}

.anxiety-grid-item__price span {
	line-height: 150%;
}

.anxiety-text {
	font-size: 16px;
	letter-spacing: 1.004px;
	margin-top: 1.5rem;
}

.card {
	padding: 2.5rem 0;
}

.card-title {
	font-size: 24px;
}

.card-flex {
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.875rem;
	max-width: 69.375rem;
}

.card-item {
	margin-top: 0;
	padding: 2rem 1.5rem;
	width: 32%;
}

.card-item::before {
	background: url(/assets/images/check01.png) no-repeat center center/contain;
	content: "";
	height: 2.4375rem;
	left: 5%;
	position: absolute;
	top: 2%;
	width: 3rem;
}

.card-item_img {
	margin-top: 3rem;
	width: 11.4375rem;
}

.card-item__title {
	letter-spacing: 1.004px;
}

.card-item__text {
	font-size: 16px;
}

.card-text01 {
	font-size: 16px;
	margin-top: 2.625rem;
}

.card-text01 span {
	font-size: 16px;
}

.card-graph {
	margin-top: 2.625rem;
	max-width: 66.0625rem;
}

.card-text02 {
	font-size: 16px;
	margin-top: 2.625rem;
}

.card-text03 {
	font-size: 28px;
}

.card-text04 span {
	font-size: 48px;
}

.polygon-bg {
	width: 100%;
}

.inner {
	padding: 0 1.25rem;
}

.pc-none {
	display: none;
}

.sp-none {
	display: block;
}

.condition {
	padding: 6.75rem 0;
}

.condition-title {
	width: 312px;
}

.condition-wrap {
	max-width: 67.5rem;
	padding: 5rem 0;
}

.condition-list__item {
	font-size: 18px;
}

.condition-list__item span {
	font-size: 18px;
}

.condition-text {
	font-size: 18px;
	text-align: center;
}

.condition-cta {
	margin-top: 2.5rem;
}

.span-margin {
	display: inline;
}

.cta {
	padding: 59.899px 20px;
}

.cta-text {
	font-size: 18px;
	margin: 0;
	width: 100%;
}

.cta-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
	max-width: 960px;
}

.cta-btn__movie {
	display: inline;
	margin-top: 0;
	width: 49%;
}

.faq {
	padding: 5rem 0 12.5rem 0;
}

.faq-title {
	font-size: 30px;
}

.faq-contents {
	margin-top: 2.5rem;
	max-width: 67.75rem;
}

.accordion-title-q {
	font-size: 24px;
	line-height: 120%; /* 28.8px */
	padding: 2rem 5.5rem;
	position: relative;
}

.accordion-title-q::after {
	content: "Q.";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	left: 4%;
	position: absolute;
	top: 30px;
}

.accordion-box-a {
	font-size: 20px;
	line-height: 140%; /* 28px */
	padding: 2.5rem 5.5rem;
}

.faq-cta {
	margin-top: -9.0625rem;
}

.figure {
	padding-top: 5rem;
}

.figure-title {
	display: inline-block;
	font-size: 34px;
	margin-top: 1.75rem;
	max-width: 61.1875rem;
	padding: 12px 24px;
	width: 100%;
}

.figure-text {
	margin-top: 1.75rem;
}

.figure-flex {
	max-width: 61.25rem;
}

.figure-flex-left__01 {
	font-size: 16px;
	letter-spacing: 1px;
}

.figure-flex-left__02 {
	font-size: 20px;
	height: 9.875rem;
	padding-bottom: 20px;
}

.figure-flex-left__02::before {
	background: #fff;
	bottom: 22%;
	content: "";
	height: 0.625rem;
	left: 0%;
	position: absolute;
	width: 93%;
}

.figure-flex-left__02::after {
	bottom: 19%;
	color: #fff;
	content: "▶︎";
	font-size: 3.125rem;
	position: absolute;
	right: -1%;
}

.figure-flex-center__01 {
	font-size: 16px;
	letter-spacing: 1px;
}

.figure-flex-center__02 {
	font-size: 20px;
	height: 9.875rem;
	padding-bottom: 20px;
}

.figure-flex-center__02::before {
	background: #fff;
	bottom: 22%;
	content: "";
	height: 0.625rem;
	left: 0%;
	position: absolute;
	width: 93%;
}

.figure-flex-center__02::after {
	bottom: 19%;
	color: #fff;
	content: "▶︎";
	font-size: 3.125rem;
	position: absolute;
	right: -1%;
}

.figure-flex-center__03 {
	font-size: 16px;
	height: 2.3125rem;
	margin-top: 0.5rem;
}

.figure-flex-right__01 {
	font-size: 16px;
	letter-spacing: 1px;
}

.figure-flex-right__02 {
	font-size: 20px;
	height: 9.875rem;
	padding-bottom: 20px;
}

.figure-flex-right__02::before {
	background: #fff;
	bottom: 22%;
	content: "";
	height: 0.625rem;
	left: 0%;
	position: absolute;
	width: 93%;
}

.figure-flex-right__02::after {
	bottom: 19%;
	color: #fff;
	content: "▶︎";
	font-size: 3.125rem;
	position: absolute;
	right: -1%;
}

.figure-flex-right__03 {
	font-size: 16px;
	height: 2.3125rem;
	letter-spacing: 1px;
	margin-top: 0.5rem;
}

.flow {
	padding-bottom: 6.5rem;
}

.flow-title {
	font-size: 30px;
}

.flow-container {
	margin-top: 3.5rem;
}

.flow-box {
	padding-left: 5.375rem;
}

.flow-box__title {
	font-size: 30px;
}

.flow-box__title::before {
	background: #68BD23;
	content: "";
	height: 3rem;
	left: -8%;
	position: absolute;
	top: 0%;
	width: 1.875rem;
}

.flow-box__text {
	font-size: 16px;
	padding-top: 1.125rem;
}

.flow-box__text::before {
	background: #68BD23;
	content: "";
	height: 130%;
	left: -6.7%;
	position: absolute;
	top: -8%;
	width: 0.125rem;
}

footer {
	height: 7.0625rem;
	margin-top: 24px;
}

.footer-text {
	font-size: 14px;
}

.fresh {
	padding-top: 5rem;
}

.fresh-title {
	font-size: 48px;
}

.fresh-title span {
	font-size: 24px;
}

.fresh-text01 {
	font-size: 16px;
}

.fresh-list {
	max-width: 71.6875rem;
}

.fresh-list::before {
	background: url(../images/fresh01.png) no-repeat center center/contain;
	content: "";
	height: 33.875rem;
	left: -18%;
	margin: 0;
	max-width: 19.125rem;
	position: absolute;
	top: -137%;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	width: 100%;
}

.fresh-list::after {
	background: url(../images/fresh02.png) no-repeat center center/contain;
	content: "";
	height: 22.4375rem;
	left: unset;
	margin: 0;
	position: absolute;
	right: -17%;
	top: -13%;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	width: 19rem;
}

.fresh-item {
	font-size: 20px;
}

.fresh-item::before {
	color: #333;
	content: "✔️";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	left: 0%;
	position: absolute;
	top: 0%;
}

.fresh-text02 {
	font-size: 16px;
	margin-top: 1.75rem;
}

.header-flex {
	height: 88px;
}

.header-cta__line {
	height: 88px;
	width: 245px;
}

.header-cta__line::before {
	background: url(../images/line-logo.png) no-repeat center center/contain;
	content: "";
	height: 3.5rem;
	left: 7%;
	margin: 0;
	position: absolute;
	top: 17%;
	width: 3.5rem;
}

.header-cta__line span {
	font-size: 21px;
	padding-left: 20%;
	padding-top: 0;
}

.lets-know {
	margin-top: 3.625rem;
	padding-bottom: 3.375rem;
}

.lets-know-title {
	font-size: 24px;
}

.lets-know-text01 {
	font-size: 24px;
	padding: 1.5rem 2.625rem;
}

.lets-know-text02 {
	font-size: 24px;
	padding-left: 0;
	text-align: center;
}

.lets-know-wrap {
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5rem;
	width: 67.5rem;
	max-width: 100%;
}

.lets-know-wrap__left {
	padding: 2rem;
	width: 43%;
}

.lets-know-wrap__left img {
	width: 4.625rem;
}

.lets-know-wrap__title {
	font-size: 24px;
}

.lets-know-wrap__item {
	font-size: 18px;
}

.lets-know-wrap__item::before {
	height: 1.25rem;
	left: -9%;
	top: 0%;
	width: 1.25rem;
}

.lets-know-wrap__center {
	margin: 0 auto;
	margin-top: 0;
	width: 5.875rem;
}

.lets-know-wrap__right {
	margin-top: 0;
	padding: 2rem;
	width: 43%;
}

.lets-know-wrap__text {
	font-size: 18px;
	line-height: 180%; /* 27px */
	padding: 0 2rem;
}

.lets-know-text01::before {
	position: absolute;
	color: #0C4891;
	content: "▼";
	font-size: 24px;
	text-align: center;
	right: 0;
	left: 0;
	bottom: -1rem;
}

.message {
	margin-top: 5.5rem;
}

.message-container {
	padding: 88px 0;
}

.message-01 {
	color: #B74D00;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 36px */
	text-align: center;
}

.message-02 {
	color: #624332;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	margin-top: 10px;
	text-align: center;
}

.mv {
	background: url(../images/fv-bg02.png) no-repeat top center/cover;
	height: 800px;
	position: relative;
}
.mv::before{
	position: absolute;
	content: "";
	background: url(../images/fv-home-bg.png) no-repeat top center/cover;
	height: 30%;
	width: 100%;
	bottom: -5%;
	
}


.mv-img {
	max-width: 1080px;
	top: 5px;
	left: -30px;

}

.mv-cta {
	margin-top:-7rem;
}

.point-title {
	font-size: 34px;
	line-height: 160%;
	max-width: 61.125rem;
	padding: 8px 24px;
}

.point-img {
	max-width: 56.25rem;
}

.point-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 73.5rem;
	padding: 1.75rem 3rem;
}

.point-item:first-child {
	margin-top: 6rem;
}

.point-item__img {
	margin: 0;
	max-width: 23.5625rem;
}

.point-item-body {
	max-width: 39.375rem;
}

.point-item-body__title {
	font-size: 32px;
}

.point-item-body__list-item {
	font-size: 24px;
}
.point-item-body__list-item::before {
	color: #333;
	content: "✔️";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	left: 0%;
	position: absolute;
	top: 0%;
}

.point-bottom__text {
	font-size: 32px;
}

.point-bottom__text::before {
	color: #333;
	content: "✔️";
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	left: 0%;
	position: absolute;
	top: 0%;
}

.point-item01::before {
	color: #532309;
	content: "01";
	font-family: "futura-pt", sans-serif;
	font-size: 78px;
	font-style: normal;
	font-weight: 400;
	left: 2%;
	line-height: 160%; /* 124.8px */
	position: absolute;
	top: -4%;
}

.point-item02::before {
	color: #532309;
	content: "02";
	font-family: "futura-pt", sans-serif;
	font-size: 78px;
	font-style: normal;
	font-weight: 500;
	left: 2%;
	line-height: 160%; /* 124.8px */
	position: absolute;
	top: -4%;
}

.point-item03::before {
	color: #532309;
	content: "03";
	font-family: "futura-pt", sans-serif;
	font-size: 78px;
	font-style: normal;
	font-weight: 400;
	left: 2%;
	line-height: 160%; /* 124.8px */
	position: absolute;
	top: -4%;
}

.privacy{
	margin-top: 66px;
}
.privacy-wrap a{
	color: #000;
	text-align: center;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	letter-spacing: 1.004px;
	text-decoration-line: underline;
}
.solution {
	background: #E7F3F9;
	padding: 4.5625rem 0 8rem 0;
}

.solution-title {
	font-size: 26px;
}

.solution-container {
	margin-top: 2rem;
	padding: 3.875rem 0;
}

.solution-appeal {
	max-width: 51.875rem;
}

.solution-body {
	margin-top: 2.5rem;
	padding: 0;
}

.solution-body__item {
	font-size: 16px;
}

.solution-body__item span {
	font-size: 24px;
}

.solution-cta {
	margin-top: -6rem;
}

.staff {
	padding: 7.5rem 0;
}

.staff-title {
	font-size: 30px;
	line-height: 40px; /* 133.333% */
}

.staff-title span {
	font-size: 24px;
	line-height: 160%; /* 38.4px */
}

.staff-container {
	margin-top: 3.5rem;
	padding-left: 0;
}

.slider {
	margin-bottom: 0;
}

.slider-item__flex {
	padding: 5.5rem 6.5vw;
	width: 600px;
}
.slider-item{
	margin-left: 88px;
}

.slider-item__left {

}

.slider-item__title {
	font-size: 24px;
}

.slider-item__text {
	font-size: 18px;
	margin-top: 2.25rem;
}

.slider-item__img img {
	width: 16.5rem;
}

.slider-item__img {
	width: 16.5rem;
}

.slider-item__name {
	font-size: 32px;
	width: 100%;
}

.slick-prev::before {
	height: 60px;
	left: 13%;
	width: 60px;
}

.slick-next::before {
	height: 60px;
	right: 13.5%;
	width: 60px;
}

.strong {
	padding-bottom: 6rem;
	padding-top: 7.875rem;
}

.strong-title {
	font-size: 32px;
}

.strong-title::before {
	background: url(/assets/images/crown.png) no-repeat center center/contain;
	content: ""; /* 32px */
	height: 3.3125rem;
	left: 0%;
	line-height: 160%;
	margin: 0 auto;
	position: absolute;
	right: 0%;
	top: -35%;
	width: 4.5rem;
}

.strong-title span {
	display: inline;
	font-size: 24px;
}

.strong-container {
	height: 100%;
	width: 1016px;
}

.border-y::before {
	background: url(/assets/images/border.png) no-repeat center center/contain;
	content: "";
	height: 610px;
	position: absolute;
	position: absolute;
	position: absolute;
	top: -15%;
	width: 459px;
	z-index: 1;
}

.row02-top {
	font-size: 32px;
	height: 104px;
	width: 384px;
}

.row03-top {
	font-size: 21px;
	height: 104px;
	width: 384px;
}

.column01 {
	font-size: 20px;
	height: 104px;
	width: 216px;
}

.column02 {
	font-size: 20px;
	height: 104px;
	padding-left: 110px;
	width: 384px;
}

.column02 span {
	font-size: 16px;
}

.column03 {
	padding-left: 133px;
}

table {
	border-spacing: 14px;
	margin: 0 auto;
}

.circle01::before {
	color: #D96A19;
	content: "◯";
	font-family: "Noto Sans JP";
	font-size: 52px;
	font-style: normal;
	font-weight: 600;
	left: 13%;
	line-height: 100%;
	position: absolute;
	text-align: center;
	top: 23%; /* 52px */
}

.circle02::before {
	color: #D96A19;
	content: "◎";
	font-family: "Noto Sans JP";
	font-size: 52px;
	font-style: normal;
	font-weight: 600;
	left: 13%;
	line-height: 100%;
	position: absolute;
	text-align: center;
	top: 23%; /* 52px */
}

.circle03::before {
	color: #D96A19;
	content: "◯";
	font-family: "Noto Sans JP";
	font-size: 52px;
	font-style: normal;
	font-weight: 600;
	left: 18%;
	line-height: 100%;
	position: absolute;
	text-align: center;
	top: 23%; /* 52px */
}

.cross::before {
	background: url(../images/cross.svg) no-repeat center center/contain;
	content: "";
	height: 2.0625rem;
	left: 19%;
	position: absolute;
	top: 36%;
	width: 2.4375rem;
}

.thats-why {
	padding-bottom: 3.5rem;
	padding-top: 2.375rem;
}

.thats-why-title {
	font-size: 44px;
}

.thats-why-text {
	font-size: 24px;
	line-height: 45.214px; /* 161.71% */
	text-align: center;
}

.thats-why-img {
	margin-top: 1rem;
	max-width: 36.875rem;
}

.thats-why-img__text {
	bottom: 16px;
	font-size: 24px;
	left: 0;
	line-height: 160%; /* 38.4px */
	right: 0;
	-webkit-transform: translateX(-25px);
	transform: translateX(-25px);
}

.thats-why-flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 2.25rem;
	max-width: 58.75rem;
}

.thats-why-flex__box {
	margin-top: 0;
	padding: 2rem;
	width: 42%;
}

.thats-why-flex__box:last-child {
	margin-top: 0;
	padding: 2rem;
	width: 42%;
}

.thats-why-flex__title {
	font-size: 24px;
}

.thats-why-flex__img {
	margin: 0;
	width: 5.875rem;
}

.voice {
	padding: 5.5rem 0 10.25rem 0;
}

.voice-title {
	font-size: 26px;
	line-height: 120%; /* 31.2px */
}

.voice-grid {
	gap: 2.5rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 3.5rem;
}

.voice-grid-item {
	padding: 1.75rem 2rem;
}

.voice-grid-item__text {
	font-size: 18px;
	margin-top: 3rem;
}

.voice-grid-item__boby {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.voice-grid-item__boby p {
	font-size: 16px;
	width: 38%;
}

.voice-grid-item__boby span {
	font-size: 16px;
	width: 61%;
}

.voice-grid-item__boby dt {
	font-size: 16px;
	width: 38%;
}

.voice-grid-item__boby dd {
	font-size: 16px;
	width: 61%;
}

.voice-grid-item__boby span {
	font-size: 16px;
	width: 61%;
}

.work {
	padding: 8.8125rem 0 8rem;
}

.work-title {
	font-size: 32px;
}

.work-title::before {
	content: "";
	height: 3.3125rem;
	left: 0%;
	margin: 0 auto;
	position: absolute;
	right: 0%;
	top: -225%;
	width: 4.5rem;
}

.work-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3rem;
	max-width: 55.125rem;
}

.work-img:last-child {
	margin-top: 0;
}

.worrise {
	padding: 88px 0 128px 0;
}

.worrise-title {
	font-size: 32px;
}

.worrise-flex {
	gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 3rem;
	max-width: 70.625rem;
}

.worrise-left__item {
	font-size: clamp(10px, 1.33vw, 16px);
	margin-top: 0;
	padding: 1.5rem;
	width: 23.625rem;
}

.worrise-right__item {
	font-size: clamp(10px, 1.33vw, 16px);
	margin-top: 0;
	padding: 1.5rem;
	width: 23.625rem;
}

.worrise-left__item:nth-child(1) {
	padding: 1rem 0;
	padding-left: 5rem;
}

.worrise-right__item:nth-child(1) {
	padding: 1rem 0;
	padding-left: 2rem;
}

.worrise-left__item:nth-child(2) {
	margin: 2.5rem 0;
}

.worrise-right__item:nth-child(2) {
	font-size: clamp(10px, 1.33vw, 16px);
	margin: 1.75rem 0;
	padding: 1rem 0;
	padding-left: 4rem;
}

.worrise-left__item:nth-child(3) {
	-moz-text-align-last: center;
	text-align-last: center;
}

.worrise-right__item:nth-child(3) {
	text-align: center;
}

.worrise-center {
	margin: unset;
	max-width: 18.75rem;
}

.worrise::before{
	position: absolute;
	content: "";
	bottom: -2.5rem;
	right: 0;
	left: 0;
	width:80px ;
	height: 50px;
	background: url(/assets/images/polygon20.png) no-repeat center center/contain;
	margin: 0 auto;
	
}

}

@media (min-width: 1000px) {

.sp-menu-icon {
	display: none;
}

.slider-item__flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: unset;
	-webkit-box-direction: unset;
	-ms-flex-direction: unset;
	flex-direction: unset;
	height: 530px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 62.5rem;
	padding: 5.6875rem 6.5vw;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1920px) {

.slider-item__flex {
	padding: 5.6875rem 7.875rem;
}

}

@media (min-width: 2000px) {

.slick-prev::before {
	background: url(/assets/images/arrow-prev.png) no-repeat center center/contain;
	content: "";
	height: 60px;
	left: 19%; /*戻る矢印の位置と形状*/
	position: absolute;
	-webkit-transform: translateY(370%);
	transform: translateY(370%);
	width: 60px;
	z-index: 1;
}

.slick-next::before {
	background: url(/assets/images/arrow-next.png) no-repeat center center/contain;
	content: "";
	height: 48px;
	height: 60px; /*戻る矢印の位置と形状*/
	position: absolute;
	right: 19%;
	-webkit-transform: translateY(-500%);
	transform: translateY(-500%);
	width: 48px;
	width: 60px;
	z-index: 1;
}

}

@media (max-width: 1500px) {

.slick-prev::before {
	background: url(/assets/images/arrow-prev.png) no-repeat center center/contain;
	content: "";
	height: 60px;
	left: 0%;
	left: 11%; /*戻る矢印の位置と形状*/
	position: absolute;
	-webkit-transform: translateY(370%);
	transform: translateY(370%);
	width: 60px;
	z-index: 1;
}

.slick-next::before {
	background: url(/assets/images/arrow-next.png) no-repeat center center/contain;
	content: "";
	height: 48px;
	height: 60px; /*戻る矢印の位置と形状*/
	position: absolute;
	right: 11%;
	-webkit-transform: translateY(-500%);
	transform: translateY(-500%);
	width: 48px;
	width: 60px;
	z-index: 1;
}

}

@media (max-width: 1200px) {

.header-nav {
	padding-left: 5%;
}

}

@media (max-width: 1100px) {

.header-nav {
	padding-left: 1%;
}

.slick-prev::before {
	background: url(/assets/images/arrow-prev.png) no-repeat center center/contain;
	content: "";
	height: 60px;
	left: 0%;
	left: 11%; /*戻る矢印の位置と形状*/
	position: absolute;
	-webkit-transform: translateY(370%);
	transform: translateY(370%);
	width: 60px;
	z-index: 1;
}

.slick-next::before {
	background: url(/assets/images/arrow-next.png) no-repeat center center/contain;
	content: "";
	height: 48px;
	height: 60px; /*戻る矢印の位置と形状*/
	position: absolute;
	right: 11%;
	-webkit-transform: translateY(-500%);
	transform: translateY(-500%);
	width: 48px;
	width: 60px;
	z-index: 1;
}

}

@media (max-width: 1000px) {

.header-nav {
	display: none;
}

.header-cta__line {
	margin-right: 2.5rem;
}

.header-cta__movie {
	display: none;
}

.slider-item__name {
	background: #0C4891;
	border-radius: 20px;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 120%; /* 38.4px */
	margin: 0 auto;
	margin-top: 0.75rem;
	padding: 0.5rem 0;
	text-align: center;
	width: 152px;
}
.slider-item {
	margin-left: 0;
}

.slick-prev::before {
	background: url(/assets/images/arrow-prev.png) no-repeat center center/contain;
	content: "";
	height: 60px;
	left: 0%;
	left: 9%; /*戻る矢印の位置と形状*/
	position: absolute;
	-webkit-transform: translateY(500%);
	transform: translateY(500%);
	width: 60px;
	z-index: 1;
}

.slick-next::before {
	background: url(/assets/images/arrow-next.png) no-repeat center center/contain;
	content: "";
	height: 48px;
	height: 60px; /*戻る矢印の位置と形状*/
	position: absolute;
	right: 9%;
	-webkit-transform: translateY(-750%);
	transform: translateY(-750%);
	width: 48px;
	width: 60px;
	z-index: 1;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}
@media (min-width: 1200px) {

	.slider-item__flex {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-ms-flex-direction: unset;
		flex-direction: unset;
		height: 530px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 79.5rem;
		padding: 5.6875rem 6.5vw;
	}

}

.to-top{
	position: absolute;
	right: 2.9rem;
}
.to-top a{
	background: #E7F3F9;;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #195FA0;
font-family: "Yu Gothic",sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 14px */
border-radius: 50%;
position: relative;
padding-top: 12px;
}
.to-top a::before{
	content: '';
	position: absolute;
	width:12px ;
	height: 6px;
	left: 0;
	right: 0;
	top:25%;
	margin: 0 auto;
	background: url(/assets/images/to-top.svg) no-repeat center center /contain;
}

@media (max-width: 768px) {
	.to-top{
		position: absolute;
		right: 0.562rem;
		bottom: 10%;
	}

	.to-top a{
		background: #E7F3F9;;
		width: 49px;
		height: 49px;
		color: #195FA0;
font-family: "Yu Gothic",sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 10px */
padding-top: 5px !important;


	}
	.to-top a::before{
		content: '';
		position: absolute;
		width:12px ;
		height: 6px;
		left: 0;
		right: 0;
		top:25%;
		margin: 0 auto;
		background: url(/assets/images/to-top.svg) no-repeat center center /contain;
	}

}
.to-top{
	position: absolute;
	right: 2.9rem;
}
.to-top a{
	background: #E7F3F9;;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #195FA0;
font-family: "Yu Gothic",sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 14px */
border-radius: 50%;
position: relative;
padding-top: 12px;
}
.to-top a::before{
	content: '';
	position: absolute;
	width:12px ;
	height: 6px;
	left: 0;
	right: 0;
	top:25%;
	margin: 0 auto;
	background: url(/assets/images/to-top.svg) no-repeat center center /contain;
}

@media (max-width: 768px) {
	.to-top{
		position: absolute;
		right: 0.562rem;
		bottom: 10%;
	}

	.to-top a{
		background: #E7F3F9;;
		width: 49px;
		height: 49px;
		color: #195FA0;
font-family: "Yu Gothic",sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 10px */
padding-top: 5px !important;


	}
	.to-top a::before{
		content: '';
		position: absolute;
		width:12px ;
		height: 6px;
		left: 0;
		right: 0;
		top:25%;
		margin: 0 auto;
		background: url(/assets/images/to-top.svg) no-repeat center center /contain;
	}

}
/*# sourceMappingURL=styles.css.map */
