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

ul,
ol {
	padding: 0;
}

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

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

ul,
ol {
	list-style: none;
}

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

a {
	text-decoration: none;
	color: inherit;
}

html {
	font-size: 16px;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	color: #000;
	line-height: 2;
}

a {
	transition: opacity 0.3s;
	cursor: pointer;
}

.heading01 {
	font-size: 1.75rem;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #030000;
}

.heading02 {
	font-size: 14px;
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	color: #014da0;
	width: -moz-fit-content;
	width: fit-content;
}

.heading03 {
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	color: #014da0;
}

.heading04 {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #030000;
}

.balloon {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-size: 10px;
	color: #014da0;
	background-color: #fff;
	line-height: 1;
	display: inline-block;
	position: relative;
	border-radius: 100px;
	min-width: 7.5rem;
	text-align: center;
	padding: 5px;
}

.balloon::before {
	content: "";
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.num {
	font-family: "futura-pt-bold", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	background-color: #014da0;
	color: #fff;
	width: 4.0625rem;
	height: 4.0625rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.arrow {
	position: relative;
}

.arrow::before {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}

.arrow::after {
	content: "";
	width: 0.625rem;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 75%;
	transform: translate(-60%, -50%);
}

.circle-arrow {
	width: 2.1875rem;
	height: 2.1875rem;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.circle-arrow--small {
	width: 1.25rem;
	height: 1.25rem;
}

.circle-arrow--small .arrow::before {
	width: 0.3125rem;
	height: 0.3125rem;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.circle-arrow--small .arrow::after {
	width: 0.4375rem;
	height: 1px;
}

.common-lead {
	text-align: center;
	line-height: 2;
}

body.is-drawerActive .sp-menu {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.5s, visibility 0.5s;
}

body.is-drawerActive .header__background {
	visibility: visible;
	opacity: 0.6;
	transition: 0.5s;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.header__hamburger {
	position: fixed;
	top: 0.4375rem;
	right: 0.9375rem;
	z-index: 5;
}

.header__background {
	position: fixed;
	z-index: 3;
	width: 100vw;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	height: 100vh;
	background-color: #000;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}

.hamburger {
	display: block;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
	width: 2.625rem;
	height: 2.5rem;
}

.hamburger__line {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 2.625rem;
	height: 3px;
	background-color: transparent;
}

.hamburger__line::before,
.hamburger__line::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	content: "";
	transition: transform 0.3s, top 0.3s;
}

.hamburger__line::before {
	top: -7.5px;
}

.hamburger__line::after {
	top: 7.5px;
}

.hamburger[aria-expanded=true] .hamburger__line {
	background-color: transparent;
}

.hamburger[aria-expanded=true] .hamburger__line::before,
.hamburger[aria-expanded=true] .hamburger__line::after {
	top: 0;
}

.hamburger[aria-expanded=true] .hamburger__line::before {
	transform: rotate(25deg);
}

.hamburger[aria-expanded=true] .hamburger__line::after {
	transform: rotate(-25deg);
}

.hamburger__text {
	font-size: 0.875rem;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
	position: absolute;
	top: 92%;
	left: 50%;
	transform: translateX(-50%);
	color: #000;
}

.sp-menu {
	position: fixed;
	z-index: 4;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: scroll;
	height: 100vh;
	background-color: #fff;
	color: #000;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
	padding-bottom: 6.875rem;
}

.sp-menu__inner {
	margin-top: 5rem;
}

.sp-menu__item a {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	display: block;
	padding: 1.875rem 0;
	text-align: center;
	border-top: 1px solid #e3e3e3;
	transition: opacity 0.3s;
}

.sp-menu__item:last-of-type a {
	border-bottom: 1px solid #e3e3e3;
}

.sp-menu__consult .cta01__list {
	padding-bottom: 40px;
}

.sp-menu__consultTitle {
	margin-top: 1.875rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.sp-menu__ctaList {
	margin-top: 1.5625rem;
}

.sp-menu__btn {
	margin-top: 1.875rem;
	text-align: center;
	padding: 0 10px;
}

.footer__logo {
	margin: 0 auto;
	width: 12.5rem;
	padding: 1.25rem 0;
}

.footer__copy {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
	padding: 0.75rem;
	border-top: 1px solid #e3e3e3;
}

.inner {
	width: min(540px, 100%);
	padding: 0 15px;
	margin: 0 auto;
}

.btn01 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #014da0;
	padding: 1em;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	position: relative;
	min-height: 4.875rem;
	line-height: 1.5714;
	transition: top 0.3s;
}

.btn01__balloon {
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn01::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #073567;
	border-radius: 5px;
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	transition: top 0.3s;
}

.btn01__inner {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	transform: translateY(0.3125rem);
}

.btn02 {
	display: inline-block;
	position: relative;
	background-color: #014da0;
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: min(360px, 100%);
	padding: 1.2857em;
	transition: opacity 0.3s;
}

.btn02__sub {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.25;
	position: relative;
}

.btn02__sub::before,
.btn02__sub::after {
	content: "";
	width: 1px;
	height: 120%;
	background-color: #fff;
	position: absolute;
	top: 50%;
}

.btn02__sub::before {
	left: -1.25em;
	transform: translateY(-50%) rotate(-28deg);
}

.btn02__sub::after {
	right: -1.25em;
	transform: translateY(-50%) rotate(28deg);
}

.btn02__main {
	margin-top: 0.3125rem;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
}

.btn02__circle-arrow {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%);
}

.btn02--large .btn02__sub {
	font-size: 0.875rem;
}

.btn02--large .btn02__main {
	font-size: 1.5rem;
}

.mv {
	padding: 9.5625rem 0 2.3125rem;
	position: relative;
	background-color: #fff8c6;
	overflow-x: hidden;
}

.mv::before {
	content: "";
	width: 100%;
	height: clamp(352px, 90.2564102564vw, 450px);
	background-image: url(../img/mv-half-circle.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

.mv__img {
	position: absolute;
	bottom: 0;
}

.mv__img--left {
	width: 4.625rem;
	left: calc(50% - 13.2em);
}

.mv__img--right {
	width: 5.25rem;
	right: calc(50% - 13.2em);
}

.mv__title {
	margin: 0 auto;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.59;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
}

.mv__title span {
	position: relative;
}

.mv__title span::before {
	content: "";
	width: 3px;
	height: 3px;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	top: -0.3em;
	left: 50%;
	transform: translateX(-50%);
}

.mv__title strong {
	margin-bottom: 0.25em;
	display: inline-block;
	font-size: 2.3125rem;
	color: #014da0;
	padding: 0 0.625rem 0.625rem 0;
	position: relative;
	line-height: 1.25;
}

.mv__title strong::before {
	content: "";
	width: 100%;
	height: 5px;
	background-image: url(../img/under-line-dash.png);
	background-repeat: repeat-x;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.mv__illustWrap {
	position: relative;
}

.mv__illust {
	position: absolute;
}

.mv__illust--01 {
	width: 4.625rem;
	transform: rotate(-15deg);
	top: -6em;
	left: calc(50% - 13.8em);
}

.mv__illust--02 {
	width: 4.5rem;
	transform: rotate(15deg);
	top: -9.6em;
	left: calc(50% - 9.7em);
}

.mv__illust--03 {
	width: 4.5rem;
	top: -8.7em;
	left: 47%;
	transform: translateX(-50%) rotate(-15deg);
}

.mv__illust--04 {
	width: 4.75rem;
	transform: rotate(2deg);
	top: -10.2em;
	right: calc(50% - 8.4em);
}

.mv__illust--05 {
	width: 4.5625rem;
	transform: rotate(6deg);
	top: -4.9em;
	right: calc(50% - 12.8em);
}

.cta01 {
	padding: 2.5rem 0 3rem;
	background-color: #d0e36c;
	position: relative;
	z-index: 5;
}

.cta01__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.0625rem 0.625rem;
}

.worry {
	background-color: #fff8c6;
	padding-top: 2.5625rem;
}

.worry__title {
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	position: relative;
}

.worry__title::before,
.worry__title::after {
	content: "";
	width: 2px;
	height: 92%;
	background-color: #000;
	position: absolute;
	top: 63%;
}

.worry__title::before {
	left: -1em;
	transform: translateY(-50%) rotate(-23deg);
}

.worry__title::after {
	right: -1em;
	transform: translateY(-50%) rotate(23deg);
}

.worry__title strong {
	font-size: 1.875rem;
	color: #014da0;
}

.worry__list {
	margin-top: 2.125rem;
}

.worry__item + .worry__item {
	margin-top: -0.3125rem;
}

.worry__bottom {
	background-color: #014da0;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	padding: 1.875rem 0 2.25rem;
	position: relative;
}

.worry__bottom::before {
	content: "";
	border-style: solid;
	border-width: 1.3125rem 1.75rem 0 1.75rem;
	border-color: #014da0 transparent transparent transparent;
	position: absolute;
	top: 99%;
	left: 50%;
	transform: translateX(-50%);
}

.merit {
	padding: 3.125rem 0 3.75rem;
	background-color: #d0e36c;
}

.merit__title {
	margin: 0 auto;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 1.25rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
}

.merit__title::before {
	content: "";
	width: 1.3125rem;
	height: 1.0625rem;
	background-image: url(../img/title-decoration.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.2em;
	right: -0.65em;
}

.merit__title strong {
	font-size: 1.875rem;
}

.merit__list {
	margin-top: 3.375rem;
	display: grid;
	gap: 3rem;
}

.card01 {
	background-color: #fff;
	border-radius: 10px;
	padding: 2.75rem 1em 1.875rem;
	text-align: center;
	position: relative;
}

.card01__num {
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
}

.card01__lead {
	font-size: 1.25rem;
	font-weight: 700;
	color: #014da0;
	line-height: 1.5;
}

.card01__img {
	margin: 0.1875rem auto 0;
	min-height: 6.25rem;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.card01:nth-of-type(1) .card01__img {
	width: 6.875rem;
}

.card01:nth-of-type(2) .card01__img {
	width: 6.375rem;
}

.card01:nth-of-type(3) .card01__img {
	width: 9.375rem;
}

.card01:nth-of-type(4) .card01__img {
	width: 6.25rem;
	transform: rotate(-20deg);
}

.card01__text {
	margin-top: 0.3125rem;
	line-height: 1.7143;
}

.case {
	padding-top: 2.6875rem;
	background-color: #fff8c6;
	overflow-x: hidden;
}

.case__title {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 1.75rem;
	text-align: center;
	line-height: 1.5;
}

.case__title strong {
	color: #014da0;
}

.case__lead {
	margin-top: 1rem;
}

.case__list {
	margin-top: 5.875rem;
	background-color: #fff;
	padding-bottom: 3.75rem;
	position: relative;
}

.case__list::before {
	content: "";
	width: 168.2051282051vw;
	height: 11.4375rem;
	background-image: url(../img/case-bg-ellipse.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	position: absolute;
	top: -3.5em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

.case__inner {
	display: grid;
	gap: 3.75rem;
	position: relative;
}

.case-item {
	display: flex;
	flex-direction: column-reverse;
}

.case-item__body {
	margin-top: 1.5625rem;
}

.case-item__en {
	margin: 1px auto 0;
}

.case-item__title {
	margin-top: 0.1875rem;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
}

.case-item__text {
	margin-top: 0.5625rem;
}

.case-item__btn {
	margin-top: 1.8125rem;
	text-align: center;
}

.case-item__img {
	margin: 0 auto;
	width: 75%;
}

.product {
	background-color: #d0e36c;
	padding: 2.625rem 0 3.75rem;
}

.product__lead {
	margin-top: 1rem;
}

.product__list {
	margin-top: 2.6875rem;
	display: grid;
	gap: 3.125rem;
}

.seivice__title {
	margin: 0 auto;
	width: 74.7922%;
}

.seivice__list {
	margin-top: 0.9375rem;
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}

.card02 {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
	padding: 1.5625rem 2.1875rem 1.25rem 1.25rem;
}

.card02__body {
	width: 59.2105%;
}

.card02__title {
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.35;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #e3e3e3;
}

.card02__title span {
	font-size: 0.875rem;
}

.card02__text {
	margin-top: 0.375rem;
	font-size: 10px;
	line-height: 1.7;
	text-align: center;
}

.card02__img {
	width: 32%;
}

.card02__img img {
	margin: 0 auto;
}

.product__item:nth-of-type(1) .card02:nth-of-type(1) .card02__img img {
	width: 4.5rem;
}

.product__item:nth-of-type(1) .card02:nth-of-type(2) .card02__img img {
	width: 4.4375rem;
}

.product__item:nth-of-type(2) .card02:nth-of-type(1) .card02__img img {
	width: 5.375rem;
}

.product__item:nth-of-type(2) .card02:nth-of-type(2) .card02__img img {
	width: 5.3125rem;
}

.product__item:nth-of-type(3) .card02:nth-of-type(1) .card02__img img {
	width: 6.4375rem;
}

.product__item:nth-of-type(3) .card02:nth-of-type(2) .card02__img img {
	width: 6.3125rem;
}

.cta02 {
	padding-top: 2.75rem;
	background-color: #fff8c6;
	overflow-x: hidden;
}

.cta02__bgArea {
	margin-top: 4rem;
	background-color: #fff;
	padding-bottom: 4.3125rem;
	position: relative;
	z-index: 5;
}

.cta02__bgArea::before {
	content: "";
	width: 168.2051282051vw;
	height: 11.4375rem;
	background-image: url(../img/case-bg-ellipse.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	position: absolute;
	top: -3.5em;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.voice {
	padding: 3.125rem 0 7.5rem;
	background-color: #d0e36c;
	overflow-x: hidden;
}

.voice__head {
	margin: 0 auto;
	width: 11.125rem;
}

.voice__title {
	margin-top: 0.5rem;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #030000;
}

.swiper__container {
	margin-top: 3.125rem;
	position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -4.25em;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
	margin: 0 10px;
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active {
	background-color: #014da0 !important;
}

.swiper {
	overflow: initial;
}

.swiper-slide {
	height: auto;
}

.card03 {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	padding: 3.3125rem 1.875rem 2.0625rem;
}

.card03__num {
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
}

.card03__illust {
	margin: 0 auto;
	width: 9.625rem;
}

.card03__name {
	margin-top: 0.8125rem;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.card03__lead {
	margin-top: 1.25rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: #014da0;
	line-height: 1.7222;
}

.card03__text {
	margin-top: 0.5625rem;
	line-height: 2.1429;
}

.qa {
	padding: 2.6875rem 0 3.75rem;
	background-color: #fff8c6;
}

.qa__list {
	margin-top: 1.5625rem;
	display: grid;
	gap: 0.9375rem;
}

.qa__term {
	border-radius: 8px 8px 8px 8px;
	background-color: #fff;
	color: #000;
	padding: 0.875rem 3.4375rem 1rem 1.25rem;
	position: relative;
	transition: background-color 0.3s, color 0.3s;
	min-height: 4.875rem;
	display: flex;
	align-items: center;
	font-weight: 700;
}

.qa__term.open {
	background-color: #014da0;
	color: #fff;
	border-radius: 8px;
}

.qa__term.open .qa__termInner::before {
	color: #fff;
}

.qa__termInner {
	line-height: 1.7143;
}

.qa__termInner,
.qa__descriptionInner {
	display: block;
	position: relative;
	padding-left: 2.5em;
}

.qa__termInner::before,
.qa__descriptionInner::before {
	display: inline-block;
	font-family: "futura-pt-bold", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	color: #014da0;
	line-height: 1;
	position: absolute;
	top: 0.35em;
	left: -0.1em;
}

.qa__termInner::before {
	content: "Q";
}

.qa__descriptionInner::before {
	content: "A";
	color: #014da0;
}

.qa__icon {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%);
}

.qa__iconInner {
	position: relative;
}

.qa__iconInner::before {
	content: "";
	width: 0.6875rem;
	height: 0.6875rem;
	position: absolute;
	top: 50%;
	right: 0;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: translateY(-50%) rotate(135deg);
	transition: transform 0.3s, border-top 0.3s, border-right 0.3s;
}

.qa__term.open .qa__iconInner::before {
	transform: translateY(-50%) rotate(45deg);
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.qa__description {
	border-radius: 0 0 8px 8px;
	background-color: #fff;
	padding: 0.75rem 1.375rem 0.875rem 1.25rem;
	display: none;
}

.qa__descriptionInner {
	line-height: 2;
}

.cta03 {
	background-color: #d0e36c;
	padding: 2.8125rem 0 4.3125rem;
	position: relative;
	z-index: 0;
}

.cta03__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.cta03__list {
	margin-top: 2.6875rem;
}

.u-desktop {
	display: none;
}

@media (hover: hover) and (pointer: fine) {

.sp-menu__item a:hover {
	opacity: 0.7;
}

.btn01:hover {
	top: 10px;
}

.btn01:hover::before {
	top: 0;
}

.btn02:hover {
	opacity: 0.7;
}

.seivice__title a:hover {
	opacity: 0.7;
}

}

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

html {
	font-size: 1.4545454545vw;
}

body {
	font-size: 1rem;
	line-height: 1.6875;
}

.heading01 {
	font-size: 2.25rem;
}

.heading02 {
	font-size: 1.125rem;
	padding-right: 4.5625rem;
	position: relative;
}

.heading02::after {
	content: "";
	width: 3.3125rem;
	height: 1px;
	background-color: #014da0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.heading04 {
	font-size: 2.25rem;
}

.balloon {
	font-size: 1rem;
	min-width: 11.25rem;
	padding: 0.75rem;
}

.balloon::before {
	border-width: 0.9375rem 0.5rem 0 0.5rem;
}

.num {
	font-size: 2.375rem;
	width: 4.6875rem;
	height: 4.6875rem;
}

.arrow::before {
	width: 0.625rem;
	height: 0.625rem;
}

.arrow::after {
	width: 0.8125rem;
	transform: translate(-50%, -50%);
}

.circle-arrow {
	border: 2px solid #fff;
}

.circle-arrow--small {
	width: 2.1875rem;
	height: 2.1875rem;
}

.circle-arrow--small .arrow::before {
	width: 0.625rem;
	height: 0.625rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.circle-arrow--small .arrow::after {
	width: 0.8125rem;
	height: 2px;
}

.common-lead {
	line-height: 1.6875;
}

.header__hamburger {
	top: 1.875rem;
	right: 2.1875rem;
}

.sp-menu {
	width: 400px;
}

.sp-menu__inner {
	margin-top: 6.6875rem;
}

.sp-menu__item a {
	padding: 1.875rem 2.5rem;
	text-align: left;
}

.sp-menu__consult .cta01__list {
	padding-bottom: 0;
}

.footer__logo {
	transform: translateX(-0.9375rem);
}

.inner {
	width: min(1150px, 100%);
	padding: 0 25px;
}

.btn01 {
	border-radius: 10px;
	min-height: 6.25rem;
	top: 0;
}

.btn01__balloon {
	top: -1.4em;
}

.btn01::before {
	top: 10px;
	border-radius: 10px;
}

.btn01__inner {
	font-size: 1.5rem;
	gap: 1.875rem;
}

.btn02 {
	width: min(330px, 100%);
	padding: 1.125em;
}

.btn02--large {
	width: min(340px, 100%);
	padding: 1.4219em;
}

.mv {
	padding: 13.625rem 0 2.375rem;
}

.mv::before {
	height: 100%;
	background-image: url(../img/mv-half-circle-pc.png);
}

.mv__img--left {
	width: 11.25rem;
	left: calc(50% - 24em);
}

.mv__img--right {
	width: 12.8125rem;
	right: calc(50% - 27em);
}

.mv__title {
	font-size: 2.5rem;
	line-height: 1.35;
	transform: translateX(1.25rem);
}

.mv__title span::before {
	width: 7px;
	height: 7px;
}

.mv__title strong {
	font-size: 4.375rem;
}

.mv__illust--01 {
	width: 8.25rem;
	top: -0.3em;
	left: calc(50% - 39em);
}

.mv__illust--02 {
	width: 8.5rem;
	left: calc(50% - 32.7em);
	transform: rotate(13deg);
	top: -10em;
}

.mv__illust--03 {
	width: 8.4375rem;
	top: -12.5em;
	left: calc(50% - 10.5em);
	transform: translateX(-50%) rotate(-21deg);
}

.mv__illust--04 {
	width: 9.375rem;
	right: calc(50% - 35.4em);
	top: -9.4em;
}

.mv__illust--05 {
	width: 8.5625rem;
	top: -10.8em;
	transform: rotate(-10deg);
}

.mv__illust--06 {
	width: 9.375rem;
	top: 9.2em;
	left: calc(50% - 35.4em);
}

.mv__illust--07 {
	width: 6.8125rem;
	top: 2.4em;
	right: calc(50% - 38em);
}

.mv__illust--08 {
	width: 5.25rem;
	top: 12.8em;
	right: calc(50% - 35em);
}

.cta01 {
	padding: 4.25rem 0 4.6875rem;
}

.cta01__inner {
	width: min(950px, 100%);
}

.cta01__list {
	gap: 3.5625rem 1.875rem;
}

.worry {
	padding-top: 3.75rem;
	position: relative;
}

.worry::before {
	content: "";
	width: 100%;
	height: clamp(450px, 60.234375vw, 964px);
	background-image: url(../img/worry-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

.worry_inner {
	position: relative;
	width: min(1170px, 100%);
}

.worry__title {
	font-size: 2.125rem;
	letter-spacing: 0.03em;
}

.worry__title::before,
.worry__title::after {
	width: 3px;
	height: 64%;
}

.worry__title::before {
	left: -1.1em;
	transform: translateY(-62%) rotate(-29deg);
}

.worry__title::after {
	right: -1.1em;
	transform: translateY(-62%) rotate(29deg);
}

.worry__title strong {
	font-size: 2.8125rem;
}

.worry__list {
	margin-top: 1.625rem;
	display: flex;
	gap: 3.75rem;
}

.worry__item + .worry__item {
	margin-top: 0;
}

.worry__bottom {
	font-size: 2.25rem;
	padding: 3.125rem 0 2.5rem;
}

.worry__bottom::before {
	border-width: 2.0625rem 3.1875rem 0 3.1875rem;
}

.merit {
	padding: 5.5625rem 0 6.25rem;
}

.merit__title {
	font-size: 2rem;
}

.merit__title::before {
	width: 1.8125rem;
	height: 1.5rem;
}

.merit__title strong {
	font-size: 2.875rem;
}

.merit__list {
	margin-top: 4.3125rem;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}

.card01 {
	padding: 3.375rem 1em 2.25rem;
	display: flex;
	flex-direction: column;
}

.card01__lead {
	min-height: 3.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card01__img {
	margin-top: 0.625rem;
	min-height: 7.5rem;
}

.card01__text {
	margin-top: 1rem;
	font-size: 0.875rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.case {
	padding-top: 4.5625rem;
}

.case__title {
	font-size: 2.375rem;
	line-height: 1.5253;
}

.case__lead {
	margin-top: 0.6875rem;
}

.case__list {
	margin-top: 7.5625rem;
	gap: 3.125rem;
	padding-bottom: 4.3125rem;
	background-color: initial;
	background: linear-gradient(to bottom, transparent, #fff 30%, #fff 60%, #fff);
}

.case__list::before {
	width: 110vw;
	height: 28rem;
	background-image: url(../img/case-bg-ellipse-pc.png);
	top: -4.4em;
}

.case__inner {
	width: min(992px, 100%);
	gap: 3.125rem;
}

.case-item {
	flex-direction: row;
	justify-content: space-between;
	gap: 1em;
}

.case-item:nth-of-type(odd) {
	padding-left: 1.375rem;
}

.case-item:nth-of-type(even) {
	flex-direction: row-reverse;
	padding-right: 1.375rem;
}

.case-item__body {
	margin-top: 0;
	padding-top: 2.5625rem;
	width: 52%;
}
.case-item__body1{
	width:55%;
}


.case-item__en {
	margin: initial;
}

.case-item__title {
	margin-top: 0.875rem;
	text-align: left;
	font-size: 1.5rem;
}

.case-item__text {
	margin-top: 0.75rem;
}

.case-item__btn {
	margin-top: 1.8125rem;
	text-align: left;
}

.case-item__img {
	margin: initial;
	width: 39.2166%;
}

.product {
	padding: 4.75rem 0 6.25rem;
}

.product__inner {
	width: min(960px, 100%);
}

.product__lead {
	margin-top: 0.625rem;
}

.product__list {
	margin-top: 2.1875rem;
}

.seivice__title {
	width: 23.3125rem;
	transition: opacity 0.3s;
}

.seivice__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
}

.card02 {
	border-radius: 10px;
	padding: 1.4375rem 2.8125rem 1.375rem 1.875rem;
}

.card02__title {
	font-size: 1.25rem;
	padding-bottom: 0.75rem;
}

.card02__title span {
	font-size: 1rem;
}

.card02__text {
	font-size: 12px;
	line-height: 1.6667;
}

.product__item:nth-of-type(1) .card02:nth-of-type(1) .card02__img img {
	width: 5.5625rem;
}

.product__item:nth-of-type(1) .card02:nth-of-type(2) .card02__img img {
	width: 5.1875rem;
}

.product__item:nth-of-type(2) .card02:nth-of-type(1) .card02__img img {
	width: 6.5rem;
}

.product__item:nth-of-type(2) .card02:nth-of-type(2) .card02__img img {
	width: 6.375rem;
}

.product__item:nth-of-type(3) .card02:nth-of-type(1) .card02__img img {
	width: 7.6875rem;
}

.product__item:nth-of-type(3) .card02:nth-of-type(2) .card02__img img {
	width: 7.625rem;
}

.cta02 {
	padding-top: 4.875rem;
	position: relative;
}

.cta02::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/cta02-bg-pc.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.cta02__inner {
	width: min(950px, 100%);
	position: relative;
	z-index: 2;
}

.cta02__title {
	position: relative;
	z-index: 2;
}

.cta02__bgArea {
	margin-top: 3.625rem;
	padding-bottom: 5.9375rem;
	background-color: #fff8c6;
	z-index: initial;
}

.cta02__bgArea::before {
	display: none;
}

.voice {
	padding: 5rem 0 6.25rem;
}

.voice__head {
	width: 15.125rem;
}

.voice__title {
	font-size: 2.25rem;
	line-height: 1.6111;
}

.swiper__container {
	margin-top: 3.625rem;
}

.voice__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.swiper-button-prev,
.swiper-button-next {
	display: none;
}

.swiper-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.swiper-pagination {
	display: none;
}

.card03 {
	padding: 3.375rem 1.875rem 2.0625rem;
}

.card03__num {
	top: -0.8em;
	display: inline-block;
	width: -moz-max-content;
	width: max-content;
}

.card03__text {
	font-size: 0.875rem;
}

.qa {
	padding: 4.8125rem 0 6.25rem;
}

.qa__list {
	margin-top: 1.75rem;
	gap: 1rem;
}

.qa__term {
	border-radius: 10px 10px 10px 10px;
	padding: 2.25rem 2.75rem;
	cursor: pointer;
}

.qa__term.open {
	border-radius: 10px;
}

.qa__termInner,
.qa__descriptionInner {
	padding-left: 3.375rem;
}

.qa__termInner::before,
.qa__descriptionInner::before {
	font-size: 1.875rem;
	top: 0;
}

.qa__icon {
	right: 2.5rem;
}

.qa__description {
	border-radius: 0 0 10px 10px;
	padding: 2rem 2.875rem;
}

.qa__descriptionInner {
	font-size: 0.875rem;
}

.cta03 {
	padding: 4.5rem 0 6.5rem;
}

.cta03__inner {
	width: min(950px, 100%);
}

.cta03__title {
	font-size: 2.375rem;
	line-height: 1.7105;
}

.cta03__list {
	margin-top: 3.4375rem;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

