body {
	font-family: "";
}

p {
	color: #1F285C;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

/* 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: 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;
}

/* ホバー */

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

.access {
	background-color: #fff;
	margin-top: 2.1875rem;
	padding-bottom: 2.5rem;
}

.access__image {
	height: 11.5rem;
	margin-top: 2.25rem;
	width: 100%;
}

.access__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.access__address {
	margin-top: 1.5625rem;
	text-align: center;
}

.access__text-address p {
	color: #323232;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.access__text-tel a {
	color: #323232;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 1.5625rem;
}

.access__table {
	margin-top: 1.5625rem;
}

.access__table table {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	width: 100%;
}

.access__table table .top-row {
	background: #1F285C;
	color: #fff;
}

.access__table table .top-row .head {
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
	padding-left: 0.375rem;
	width: 6.875rem;
}

.access__table table .top-row .day {
	font-size: 0.875rem;
	text-align: center;
}

.access__table table .top-bottom {
	height: 2.625rem;
}

.access__table table .top-bottom .time {
	color: #323232;
	padding-left: 0.375rem;
}

.access__table table .top-bottom .open {
	color: #1F285C;
	font-size: 0.875rem;
	text-align: center;
}

.access__table table {
	border-bottom: 0.0625rem solid #BBBBBB;
	border-collapse: collapse;
}

.access__table td,
th {
	height: 1.5625rem;
	padding: 0.5rem 0;
	width: 1.875rem;
}

.access__table-text {
	color: #323232;
	font-size: 0.9375rem;
	font-weight: 400;
	margin-top: 0.375rem;
}

.access__table-text p {
	color: #323232;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.7;
}

.access__map {
	aspect-ratio: 4/3;
	height: auto;
	margin-top: 1.25rem;
	width: 100%;
}

.access__map iframe {
	height: 100%;
	width: 100%;
}

.accordion {
	border-top: 0.125rem solid #dddddd;
	margin-top: 1.5625rem;
}

.accordion-001 {
	border-bottom: 0.125rem solid #dddddd;
	margin-bottom: 0.4375rem;
	max-width: 31.25rem;
	position: relative;
}

.accordion-001 summary {
	align-items: center;
	color: #3d3d3d;
	cursor: pointer;
	display: flex;
	font-weight: 600;
	justify-content: space-between;
	padding: 1.75rem 0.875rem 1.75rem 3rem;
	position: relative;
}

.accordion-001 summary::-webkit-details-marker {
	display: none;
}

.accordion-001 summary::after {
	border-bottom: 0.1875rem solid rgba(61, 61, 61, 0.7019607843);
	border-right: 0.1875rem solid rgba(61, 61, 61, 0.7019607843);
	content: "";
	height: 0.4375rem;
	margin-left: 0.625rem;
	transform: translateY(-25%) rotate(45deg);
	transition: transform 0.3s;
	width: 0.4375rem;
}

.accordion-001[open] summary::after {
	transform: rotate(225deg);
}

.accordion-001 p {
	color: #3d3d3d;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.7;
	margin: 0;
	opacity: 0;
	padding: 0.3em 2em 1.5em;
	transform: translateY(-0.625rem);
	transition: transform 0.5s, opacity 0.5s;
}

.accordion-001[open] p {
	opacity: 1;
	transform: none;
}

.accordion-001::before {
	background-image: url(../images/common/q_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.75rem;
	left: 0.5625rem;
	position: absolute;
	top: 1.5rem;
	width: 1.75rem;
}

.concept {
	background-image: url(../images/common/bg_white.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 4.375rem;
}

.concept__contents {
	padding-bottom: 3.125rem;
	text-align: center;
}

.concept__contents h2 {
	color: #1F285C;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 600;
}

.concept__sub-title {
	margin-top: 2.5rem;
}

.concept__sub-title p {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.9;
}

.concept__text {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.2;
	margin-top: 3.125rem;
}

.concept__catch {
	padding-top: 2rem;
}

.concept__catch p {
	color: #675809;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 600;
}

.concept__catch p span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
}

.concept__image {
	height: 12.8125rem;
	margin-top: 3.125rem;
	position: relative;
	width: 100%;
}

.concept__image-inner {
	height: 100%;
	margin-left: 1.875rem;
	width: 100%;
}

.concept__image-inner img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.concept__image p {
	color: #fff;
	font-family: "Didot", "Cambria", sans-serif;
	font-size: 2.625rem;
	left: -1.875rem;
	position: absolute;
	top: 4.375rem;
	transform: rotate(90deg);
}

.container {
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.container__menu {
	display: none;
}

.container__lp {
	max-width: 28.5rem;
	overflow: hidden;
	width: 100%;
}

.cta-02 {
	background-image: url(../images/common/bg_cta-02.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5rem 0 1.875rem;
	position: relative;
	width: 100%;
}

.cta-02::before {
	background-color: #ffffff;
	content: "";
	height: 100%;
	left: 0;
	padding-bottom: 0.3125rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.cta-02__image img {
	opacity: 0.8;
}

.cta-02__box {
	background: #FFFDF1;
	border: 0.25rem solid #B49806;
	border-radius: 0.25rem 0.25rem 1.875rem 0.25rem;
	margin-top: 1.875rem;
	padding: 2.5rem 1.25rem 3.375rem 1.25rem;
}

.cta-02__text {
	text-align: center;
}

.cta-02__text P {
	color: #3D3D3D;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
}

.cta-02__button {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	margin-top: 1.875rem;
}

.cta p {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}

.cta__wrap {
	background: #1F285C;
	padding: 1.875rem 0 2.5rem;
	position: relative;
}

.cta__title {
	text-align: center;
}

.cta__title h2 {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.14em;
}

.cta__contents {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}

.cta__label {
	height: auto;
}

.cta__label p {
	background: #fff;
	border-radius: 1.5rem;
	font-size: 1.3125rem;
	letter-spacing: 0.1em;
	padding: 0.3125rem 1.875rem 0.4375rem;
}

.cta__image {
	height: 260px;
	margin: 0 calc(50% - 50vw);
	margin-top: 30px;
	position: relative;
}

.cta__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cta__bubble p {
	color: #1F285C;
	font-family: "fot-tsukuardgothic-std", "Yu Gothic", sans-serif;
	font-size: 1rem;
	left: 2.5rem;
	letter-spacing: 0.06em;
	position: absolute;
	top: 5rem;
	transform: rotate(-13deg);
}

.cta__bubble img {
	aspect-ratio: 142/83;
	height: 5.1875rem;
	left: 1.5rem;
	position: absolute;
	top: 6rem;
	transform: rotate(-4deg);
	width: 8.875rem;
}

.cta__box {
	background: #fff;
	border-radius: 0.625rem;
	margin-top: 2.25rem;
	padding: 1.875rem 1.25rem 2.75rem 1.25rem;
	text-align: center;
	width: 100%;
}

.cta__box p {
	color: #3D3D3D;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
}

.cta__contact {
	margin-top: 2.5rem;
}

.cta__contact-title {
	margin: 0 -1.25rem;
	text-align: center;
}

.cta__contact-title p {
	color: #1F285C;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0;
}

.cta__contact-button {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	margin-top: 2.375rem;
}

.cta-button__link {
	align-items: center;
	border-radius: 0.25rem;
	display: inline-block;
	display: flex;
	font-family: "fot-tsukuardgothic-std", "Yu Gothic", sans-serif;
	height: 4.125rem;
	justify-content: center;
	justify-items: center;
	letter-spacing: 0.06em;
	place-items: center;
	width: 100%;
}

.cta-button__link img {
	height: 2.75rem;
	width: 2.75rem;
}

.cta-button__link--tel {
	-webkit-text-stroke: 0.0125rem #FFF;
	background: #FDD600;
	border: 0.125rem solid #F2CD00;
	color: #1F285C;
	font-size: 1.3125rem;
	font-weight: bold;
}

.cta-button__link--site {
	background: #E46B8A;
	border: 0.125rem solid #D36783;
	color: #fff;
	font-size: 1.375rem;
}

.floating-banner {
	bottom: 0;
	height: 4.8125rem;
	opacity: 0;
	position: fixed;
	right: 0;
	visibility: hidden;
	width: 100%;
}

/*このクラスが付与されると表示する*/

.floating-banner.active {
	opacity: 1;
	visibility: visible;
}

.floating-banner__inner {
	display: flex;
	height: 100%;
	width: 100%;
}

.floating-button {
	height: 100%;
}

.floating-button__link {
	align-items: center;
	display: inline-block;
	display: flex;
	justify-content: center;
}

.floating-button__link--hotpepper {
	background: #E46B8A;
	color: #fff;
	font-family: "fot-tsukuardgothic-std", "Yu Gothic", sans-serif;
	font-size: 1.125rem;
	height: 100%;
	width: 65%;
}

.floating-button__link--hotpepper img {
	height: 2.375rem;
	width: 2.375rem;
}

.floating-button__link--line {
	background: #03C754;
	width: 15%;
}

.floating-button__link--line img {
	height: 1.9375rem;
	width: 2rem;
}

.floating-button__link--tel {
	background: #FDD600;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	gap: 0.25rem;
	width: 20%;
}

.floating-button__link--tel img {
	height: 1.125rem;
	width: 0.875rem;
}

.flow {
	margin-top: 1.5625rem;
	padding-bottom: 1.875rem;
}

.flow-slider {
	position: relative;
}

.flow-slider__items {
	display: flex;
	margin-top: 4.5rem;
	padding-right: 1.5rem;
	position: relative;
}

.flow-slider__item {
	border: 0.125rem solid rgba(0, 26, 51, 0.7);
	border-radius: 0.625rem;
	height: 29.625rem;
	padding: 2.25rem 1.5rem 4.375rem 1.5rem;
	width: 100%;
}

.flow-slider__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.flow-slider__image {
	position: relative;
}

.flow-slider__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.flow-slider__title {
	color: #1F285C;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	margin-top: 1.125rem;
	text-align: center;
}

.flow-slider__text {
	color: #3D3D3D;
	flex-grow: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-top: 0.75rem;
}

.flow-slider__number {
	align-items: center;
	background-color: #1F285C;
	bottom: -0.25rem;
	display: grid;
	height: 3.4375rem;
	justify-items: center;
	left: 0;
	place-items: center;
	position: absolute;
	width: 3.4375rem;
}

.flow-slider__number p {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
}

.flow-slider__label {
	align-items: center;
	background-color: #C7A805;
	display: grid;
	height: 2.5rem;
	justify-items: center;
	left: 50%;
	place-items: center;
	position: absolute;
	top: 3rem;
	transform: translateX(-50%) rotate(-2deg);
	width: 14.75rem;
	z-index: 100;
}

.flow-slider__label p {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.flow-slider__arrow {
	height: 5rem;
	position: absolute;
	right: -1.875rem;
	top: 50%;
	width: 2.8125rem;
	z-index: 100;
}

.flow-slider__arrow img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.header {
	box-sizing: border-box;
	height: 4.375rem;
	margin: 0 auto;
	max-width: 34.375rem;
	padding: 0rem 1.25rem;
	position: fixed;
	top: 0rem;
	width: 100%;
	z-index: 999;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: flex-end;
}

.header__hamburger {
	background: #1F285C;
	border-radius: 50%;
	cursor: pointer;
	height: 2.6875rem;
	position: relative;
	width: 2.6875rem;
	z-index: 999;
}

.header__hamburger span {
	background-color: #fff;
	border-radius: 0.0625rem;
	height: 0.0625rem;
	left: 0.75rem;
	position: absolute;
	width: 1.25rem;
}

.header__hamburger,
.header__hamburger span {
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.5s;
}

.header__hamburger span:nth-of-type(1) {
	top: 1rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 1.375rem;
}

.header__hamburger span:nth-of-type(3) {
	top: 1.75rem;
}

/*=============================
btnが開いたとき
=============================*/

.header__hamburger.active span:nth-of-type(1) {
	top: 0rem;
	transform: translateY(1.25rem) rotate(37deg);
}

.header__hamburger.active span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.active span:nth-of-type(3) {
	top: 2.5rem;
	transform: translateY(-1.25rem) rotate(-37deg);
}

.header__sp-nav {
	background-color: #ceefe9;
	color: #fff;
	display: none;
	display: none;
	height: 100vh;
	left: 0;
	padding-top: 6.25rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.header__sp-nav.is-open {
	display: block;
	right: 0;
	transition: 0.3s;
	visibility: visible;
}

.sp-nav__container {
	padding: 0 1.25rem;
}

.main {
	background-color: #fff;
}

.mainvisual {
	background-image: url(../images/common/main-visual.jpg);
	background-position: 62% 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	max-height: 50rem;
	position: relative;
	width: 100%;
}

.mainvisual__inner {
	padding-top: 50%;
}

.mainvisual__logo {
	height: 5rem;
	width: 12.5rem;
}

.mainvisual__logo img {
	aspect-ratio: 200/80;
	height: auto;
	width: 100%;
}

.mainvisual-text {
	color: #fff;
	position: relative;
	text-align: center;
}

.mainvisual-text h1 {
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	top: 1rem;
}

.mainvisual-text__sub-title {
	display: none;
}

.mainvisual-text__main-title {
	color: #fff;
	display: none;
	font-family: "Didot", "Cambria", sans-serif;
	font-size: 6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.mainvisual-text__main-subtitle {
	color: #fff;
	font-family: "American Typewriter", serif;
	font-size: 1.3125rem;
	font-weight: 700;
	position: relative;
	top: -1rem;
}

.mainvisual-text__main-subtitle span {
	font-weight: 300;
	margin-left: 0.875rem;
	margin-right: 0.4375rem;
}

.mainvisual__image {
	height: 6.3125rem;
	left: 0;
	position: absolute;
	top: -6.25rem;
	transform: rotate(8deg);
	width: 5.875rem;
}

.mainvisual__image img {
	aspect-ratio: 94/101;
	height: 100%;
	width: 100%;
}

.menu-items {
	grid-gap: 1.5625rem;
	display: grid;
	gap: 1.5625rem;
	margin-top: 3.125rem;
}

.menu {
	background-image: url(../images/common/bg_universe.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.75rem 0;
	width: 100%;
}

.menu__title {
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	text-align: center;
}

.menu__title h2,
.menu__title p {
	color: #fff;
}

.menu__title h2 {
	font-size: 1.875rem;
	position: relative;
}

.menu__title h2::after {
	background: #fff;
	bottom: -0.375rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3.25rem;
}

.menu__title p {
	font-family: "kokonor", serif;
	letter-spacing: 0.01em;
	line-height: 2;
	margin-top: 2.75rem;
}

/* .pc-menu {} */

.pc-menu__nav {
	margin-top: 7.5rem;
}

.pc-menu__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.pc-menu__list li a {
	color: #fff;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
}

.pc-nav__button {
	align-items: center;
	border: 0.0625rem solid #09ABA0;
	border-radius: 1.125rem;
	color: #09ABA0;
	display: inline-block;
	display: grid;
	height: 2.25rem;
	justify-content: center;
	width: 100%;
}

.pc-nav__button--contact {
	margin-top: 1.5rem;
}

.pc-nav__button--tel {
	background: #09ABA0;
	color: #fff;
}

.pc-nav__button--line {
	background: #09ABA0;
	color: #fff;
}

.group-table table tr:nth-of-type(3) td {
	padding-left: 2.625rem;
}

.question {
	margin-top: 5rem;
	padding-bottom: 3.75rem;
}

.question__title {
	text-align: center;
}

.question__title h2 {
	color: #1F285C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.reason {
	background-color: #fff;
	padding: 3rem 0 2.5rem;
}

.reason-title__image {
	margin: 0 calc(50% - 50vw);
	position: relative;
}

.reason-title__image-wrap {
	height: 12.875rem;
	margin-right: 1.875rem;
}

.reason-title__image-wrap img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.reason-title__image p {
	color: #fff;
	font-family: "Didot", "Cambria", sans-serif;
	font-size: 5.25rem;
	position: absolute;
	right: -2rem;
	top: 2.5rem;
	transform: rotate(270deg);
}

.reason-title__text {
	margin-top: 3.5rem;
	position: relative;
	text-align: center;
}

.reason-title__bubble-wrap {
	left: 50%;
	position: absolute;
	top: -5rem;
	transform: translateX(-50%);
}

.reason-title__bubble {
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	align-items: center;
	background: #C7A805;
	border-radius: 0.25rem;
	display: grid;
	font-size: 1.25rem;
	height: 2.625rem;
	justify-items: center;
	place-items: center;
	position: relative;
	width: 10.875rem;
}

.reason-title__bubble p {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.reason-title__bubble:after {
	border: solid transparent;
	border-bottom-width: 0.625rem;
	border-color: rgba(199, 168, 5, 0);
	border-left-width: 0.625rem;
	border-right-width: 0.625rem;
	border-top-color: #C7A805;
	border-top-width: 0.625rem;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -0.625rem;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}

.reason-title__text .small {
	color: #3D3D3D;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.06em;
}

.reason-title__heading {
	align-items: center;
	display: grid;
	justify-items: center;
	margin-top: 0.75rem;
	place-items: center;
}

.reason-title__heading-inner {
	align-items: center;
	display: flex;
	height: 5rem;
	justify-content: center;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.reason-title__heading-inner p {
	color: #3D3D3D;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 600;
}

.reason-title__heading-inner p span {
	color: #1F285C;
	display: inline-block;
	font-size: 4.1875rem;
	margin: 0 0.375rem 0.75rem 0.375rem;
}

.reason-title__heading-inner::before,
.reason-title__heading-inner::after {
	background-color: #C7A805;
	content: "";
	display: inline-block; /* 線の太さ */
	height: 0.125rem;
	position: absolute;
	top: 50%; /* 線の幅 */
	width: 3.4375rem;
}

/* 線の角度 */

.reason-title__heading-inner::before {
	transform: rotate(66deg);
}

.reason-title__heading-inner::after {
	transform: rotate(-66deg);
}

/* 線の位置 */

.reason-title__heading-inner:before {
	left: -3.125rem;
}

.reason-title__heading-inner:after {
	right: -3.125rem;
}

.reason__items {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
}

.slider-section {
	display: flex;
	flex-direction: row;
	width: 39.375rem;
}

.slider-section__image {
	display: flex;
	height: 10rem;
	margin-left: -19%;
}

.slider-section__image li {
	flex-shrink: 0;
	height: 100%;
	width: 13.125rem;
}

.slider-section__image li img {
	-o-object-fit: cover;
	aspect-ratio: 210/160;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.solution {
	position: relative;
}

.solution__text {
	background-color: #fff;
	padding: 1.875rem 0 0.625rem;
	text-align: center;
}

.solution__text p {
	color: #1F285C;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.6;
}

.solution::before {
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 0 0 2.75rem 13.75rem;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	top: -2.75rem;
	width: 0;
}

.solution::after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 2.75rem 0 0 13.75rem;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: -2.75rem;
	width: 0;
}

.sp-nav {
	overflow-y: scroll;
}

.sp-nav-bottom {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	margin-top: 3.125rem;
	padding-bottom: 5rem;
}

.sp-nav__container {
	height: calc(100vh - 5rem);
	height: 100%;
	overflow-y: scroll;
}

.sp-nav__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	text-align: center;
}

.sp-nav__list li {
	color: #1F285C;
	font-size: 1.25rem;
}

.sp-nav__button {
	align-items: center;
	border-radius: 1.125rem;
	color: #1F285C;
	display: inline-block;
	display: grid;
	height: 2.25rem;
	justify-content: center;
	margin: 0 auto;
	width: 15rem;
}

.sp-nav {
	background-color: #fff;
	height: 100vh;
	left: 0;
	padding: 5rem 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.sp-nav.active {
	display: block;
	right: 0;
	visibility: visible;
}

.sp-nav__container {
	padding: 0 1.25rem;
}

.worry {
	background-color: hsl(232, 100%, 17%);
	position: relative;
}

.worry__title {
	margin: 0 calc(50% - 50vw);
	padding-top: 3.125rem;
	text-align: center;
}

.worry__title p {
	color: #fff;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.worry__contents {
	margin-top: 2.75rem;
	padding-bottom: 5.375rem;
}

.worry__1st {
	display: flex;
	justify-content: center;
}

.worry__text {
	display: inline-block;
	padding: 0.75rem 2.875rem;
	width: auto;
}

.worry__text p {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-align: center;
}

.worry__text--1st,
.worry__text--3rd {
	background-color: #C7A803;
	border-radius: 2.5rem;
}

.worry__text--1st p {
	color: #fff;
}

.worry__text--2nd,
.worry__text--4th,
.worry__text--5th {
	background-color: #fff;
	border-radius: 2.5rem;
	color: #000;
	margin-top: 1.25rem;
}

.worry__text--2nd p,
.worry__text--4th p,
.worry__text--5th p {
	color: #000F6C;
}

.worry__3rd {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.25rem;
	position: relative;
}

.worry__text--3rd p {
	color: #fff;
}

.worry__image {
	bottom: 0.9375rem;
	height: 14.125rem;
	position: absolute;
	right: 0;
	width: 9.5rem;
}

.worry__text--3rd {
	position: relative;
}

.worry__text--3rd::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #C7A805;
	bottom: -0.9375rem;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 1.25rem;
	position: absolute;
	right: 30%;
	transform: rotate(-20deg);
	width: 0.875rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.menu-item__text {
	background: #fff;
	font-family: "kokonor", serif;
	padding: 1.5rem 0 2.125rem;
	text-align: center;
}

.menu-item__text h3 {
	color: #1F285C;
}

.menu-item__text p {
	line-height: 1.5;
	margin-top: 1.25rem;
}

.reason-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 1.25rem;
}

.reason-item__title {
	height: 2.5rem;
	width: 6.75rem;
}

.reason-item__title img {
	height: 100%;
	width: 100%;
}

.reason-item__image {
	height: 11.25rem;
	margin-top: 0.625rem;
	width: 100%;
}

.reason-item__image img {
	-o-object-fit: cover;
	border-radius: 5.625rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.reason-item__inner {
	margin-top: 1.25rem;
}

.reason-item__heading {
	font-family: "hiragino-mincho-pron", sans-serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-align: center;
}

.reason-item__text {
	color: #3D3D3D;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.7;
	margin-top: 1.25rem;
}

.reason-item__heading--odd {
	color: #C7A805;
}

.reason-item__heading--even {
	color: #000C55;
}

.section-title {
	text-align: center;
}

.section-title p {
	color: #1F285C;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-size: 2.1875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.section-title h2 {
	color: #1F285C;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

body {
	background: url(../images/common/bg_body_01.jpeg) repeat-x;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.container__menu {
	background: linear-gradient(359deg, #40388c, #071541);
	display: block;
	height: 100vh;
	padding: 0 1.375rem;
	position: sticky;
	top: 0;
	width: 22.5rem;
}

.floating-banner {
	display: none;
}

.header__hamburger {
	display: none;
}

.header__sp-nav {
	display: none;
}

.header__sp-nav.is-open {
	display: none;
}

.mainvisual {
	height: 100%;
	min-height: 50rem;
}

.mainvisual__inner {
	padding-top: 60%;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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