/*
Theme Name: miraido
Theme URI:
Author: 
Author URI:
Description: none
Version: 1
License: 
*/

* {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	font-size: calc((10 / 430) * 100vw);
	min-height: 100%;
}

body {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	/*font-feature-settings: "palt";*/
	color: #140F48;
}

main {
	min-height: 100vh;
	overflow: hidden;
}

.body__left,
.body__right {
	display: none;
}

input,
select,
textarea {
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
}

a {
	color: #140F48;
	transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-weight: normal;
}

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

.inner {
	width: 100%;
	padding: 0 1.3rem;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
}

.header__inner {
	height: 5.5rem;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 99;
}

.header__logo{
	width: 11.1rem;
	height: 4.6rem;
	background-color: #fff;
	border-bottom-right-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}
.header__logo a{
	width: 6.8rem;
	display: block;
}

.header__btn{
	width: 5.5rem;
	height: 5.5rem;
	background-color: #140F48;
	border-bottom-left-radius: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.9rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}
.header__btn div{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
}
.header__btn span{
	width: 2.3rem;
	height: 0.2rem;
	background-color: #fff;
	transition: all 0.3s ease-out;
}
.header__btn p{
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
}
.header__btn.is-opened {
	
}

.header__btn.is-opened span:nth-of-type(1) {
	rotate: 30deg;
	translate: 0 0.5rem;
}

.header__btn.is-opened span:nth-of-type(2) {
	rotate: -30deg;
	translate: 0 -0.5rem;
}
.header__sp {
	display: block;
	opacity: 0;
	visibility: hidden;
	width: 31.3rem;
	padding: 6rem 1.6rem 7.8rem 1.6rem;
	background: #B9E6FF;
	border-bottom-left-radius: 3rem;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 50;
	transition: all 0.3s ease-out;
}
.header__sp.is-active {
	opacity: 1;
	visibility: visible;
	right: 0;
}
.header__nav ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4rem;
	margin-left: 3.6rem;
	margin-bottom: 3.5rem;
}
.header__nav a {
	font-size: 1.6rem;
	font-weight: 900;
}
.header .cta__list{
	gap: 1rem 0.6rem;
}
.header .cta__list p {
	font-size: 1.4rem;
	gap: 0.5rem;
}
.header .cta__list span{
	font-size: 1.1rem;
}
.header .cta__tel a{
	gap: 0.4rem;
	height: 8.5rem;
	box-shadow: 0 0.4rem 0 0 #2E76A2;
	border-radius: 1.2rem;
}
.header .cta__tel p{
	font-size: 1.2rem;
}
.header .cta__tel p.num{
	font-family: "Roboto", sans-serif;
	font-size: 2.8rem;
}
.header .cta__tel img{
	width: 1.8rem;
}
.header .cta__tel span{
	width: 12.8rem;
	height: 1.8rem;
}
.header .cta__line,
.header .cta__mail{
	width: calc((100% - 0.6rem) / 2);
}
.header .cta__line a,
.header .cta__mail a{
	gap: 1rem;
	height: 6.2rem;
	border-radius: 1rem;
}
.header .cta__line a{
	box-shadow: 0 0.4rem 0 0 #19A33E;
}
.header .cta__mail a{
	box-shadow: 0 0.4rem 0 0 #CE5611;
}


.footer {
	padding: 2.5rem 0 3.2rem;
	background: #202020;
}

.footer__copyright {
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}


.inquiry {
	width: 100%;
	position: sticky;
	bottom: 0;
	padding: 1.1rem 0 1.4rem;
	background-color: #fff;
	box-shadow: 0 -0.1rem 0.8rem 0 rgba(0, 0, 0, 0.2);
	z-index: 99;
}
.inquiry__ttl{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 0.9rem;
}
.inquiry__list {
	display: flex;
	justify-content: center;
	gap: 0.6rem;
}

.inquiry__list li {}

.inquiry__list a {
	width: 100%;
	height: 5.8rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 0.6rem;
	border-radius: 0.8rem;
}

.inquiry__list p {
	font-size: 1.6rem;
	font-weight: 900;
	text-align: center;
	color: #fff;
	height: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding-top: 0.6rem;
}
.inquiry__list span{
	font-size: 1.2rem;
	font-weight: 900;
	text-align: center;
	color: #fff;
}

.inquiry__tel{
	width: 17.5rem;
	flex-shrink: 0;
}
.inquiry__tel a{
	background-color: #2899DF;
	box-shadow: 0 0.4rem 0 0 #2E76A2;
}
.inquiry__tel p{
	font-family: "Roboto", sans-serif;
	font-size: 1.9rem;
}
.inquiry__tel img {
	width: 1.3rem;
	flex-shrink: 0;
}

.inquiry__line {
	width: 11.7rem;
	flex-shrink: 0;
}

.inquiry__line a {
	background-color: #1ABC45;
	box-shadow: 0 0.4rem 0 0 #19A33E;
}

.inquiry__mail {
	width: 11.7rem;
	flex-shrink: 0;
}

.inquiry__mail a {
	background-color: #F06413;
	box-shadow: 0 0.4rem 0 0 #CE5611;
}


.cta{

}
.cta__inner{
	padding: 0.9rem 0 3.1rem;
	background-color: #FFF792;
	background-image: url(img/bg__cta.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.cta__box{
	padding: 0 2.4rem 1.8rem;
	background-color: #fff;
	border: 0.3rem solid #140F48;
	border-radius: 1.2rem;
	margin: -3rem 1.3rem 0;
}
.cta__catch{
	margin: -1.5rem 0 0.8rem;
}
.cta__list{
	display: flex;
	flex-wrap: wrap;
	gap: 1.3rem 0.8rem;
}
.cta__list a {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.cta__list p {
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}
.cta__list span{
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
	color: #fff;
}
.cta__tel{
	width: 100%;
}
.cta__tel a{
	gap: 0.5rem;
	height: 11.2rem;
	background-color: #2899DF;
	box-shadow: 0 0.5rem 0 0 #2E76A2;
	border-radius: 1.5rem;
}
.cta__tel p{
	font-size: 1.6rem;
}
.cta__tel p.num{
	font-family: "Roboto", sans-serif;
	font-size: 3.6rem;
}
.cta__tel img{
	width: 2.5rem;
}
.cta__tel span{
	color: #233237;
	width: 16.8rem;
	height: 2.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 0.3rem;
}
.cta__line,
.cta__mail{
	width: calc((100% - 0.8rem) / 2);
}
.cta__line a,
.cta__mail a{
	gap: 1rem;
	height: 8.1rem;
	border-radius: 1.2rem;
}
.cta__line a{
	background-color: #1ABC45;
	box-shadow: 0 0.5rem 0 0 #19A33E;
}
.cta__mail a{
	background-color: #F06413;
	box-shadow: 0 0.5rem 0 0 #CE5611;
}

.mv {
	position: relative;
}

.campaign__list {
	margin-top: -0.9rem;
}

.seasonal {
	padding: 3.9rem 0 6.4rem;
	background-color: #fff;
}

.seasonal__h2 {
	width: 29.3rem;
	margin: 0 auto 2.4rem;
}

.seasonal__list {
	display: flex;
}

.seasonal__list li {
	width: 21.8rem;
	margin: 0 0.8rem;
}

.seasonal__img {
	width: 100%;
	aspect-ratio: 218/138;
	border-radius: 2rem;
	overflow: hidden;
	margin-bottom: 1rem;
	background-color: #fff;
}

.seasonal__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2rem;
}

.seasonal__txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.8rem;
}

.seasonal__txt span {
	font-size: 1.4rem;
	font-weight: 500;
}

.seasonal__txt p {
	font-size: 2rem;
	font-weight: 700;
	color: #EF4746;
}


.voice {
	padding: 0 0 4.8rem;
	background-color: #F78F8E;
	background-image: url(img/bg__red.png);
	background-size: 27.3rem 14.4rem;
	background-repeat: repeat;
}

.voice__h2 {
	width: 21.6rem;
	margin: 0 auto calc(0.2rem - 2rem);
	translate: 0 -2rem;
}

.voice__nav{
	margin-top: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.4rem;
}
.voice__nav .swiper-button-prev,
.voice__nav .swiper-button-next{
	position: static;
	margin: 0;
	width: 5.7rem;
	height: 5.7rem;
	background-color: #fff;
	border-radius: 50%;
	border: 0.4rem solid #140F48;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.voice__nav .swiper-button-next svg,
.voice__nav .swiper-button-prev svg{
	display: none;
}
.voice__nav .swiper-button-prev::before,
.voice__nav .swiper-button-next::before{
	content: "";
	width: 1.3rem;
	height: 2.2rem;
	background-image: url(img/icon__arrow.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.voice__nav .swiper-button-next::before{
	scale: -1 1;
}
.voice__nav .swiper-pagination{
	width: unset;
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.4rem;
}
.voice__nav .swiper-pagination span.swiper-pagination-bullet{
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
	margin: 0!important;
	background-color: #fff;
	opacity: 1;
}
.voice__nav .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #140F48;
}

.voice__list {
	display: flex;
}

.voice__list li {
	width: 34rem;
	height: unset;
	padding: 1.3rem 1.8rem 3rem;
	background-color: #fff;
	border-radius: 2rem;
	flex-shrink: 0;
	margin: 0 1rem;
}

.voice__info {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 1.1rem;
}
.voice__img{
	width: 7.8rem;
	flex-shrink: 0;
}
/*
.voice__img {
	width: 7.8rem;
	border-radius: 50%;
	background-image: url(img/bg__red.png);
	background-size: 27.3rem 14.4rem;
	background-repeat: repeat;
	position: relative;
}
.voice__img::before{
	content: "";
	width: calc(100% - 0.4rem);
	height: calc(100% - 0.4rem);
	border-radius: 50%;
	border: 0.2rem solid #140F48;
	position: absolute;
	top: 0;
	left: 0;
}
.voice__img img{
	position: relative;
	z-index: 2;
}
*/

.voice__name {
	font-size: 1.8rem;
	line-height: 1.42;
	font-weight: 700;
}

.voice__desc {
	font-size: 1.4rem;
	line-height: 1.82;
}


.items {
	padding: 3.3rem 0 4.8rem;
	background-color: #B9E6FF;
}

.items__h2 {
	width: 28.8rem;
	margin: 0 auto 2.4rem;
}

.items__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: 1.6rem;
}

.items__list li {
	font-size: 1.6rem;
	font-weight: 700;
	width: calc((100% - 1.2rem) / 3);
	height: 4.8rem;
	padding: 0 0 0 0.6rem;
	background-color: #fff;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.items__list li span{
	width: 1.8rem;
	height: 1.8rem;
	background-image: url(img/icon__check.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.items__ok{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 2.4rem;
}
.items__ok li{
	width: 11.5rem;
}

.sonota{
	padding: 0 0 3.2rem;
	position: relative;
	z-index: 2;
	margin-bottom: 2.4rem;
}
.sonota::before{
	content: "";
	width: 100%;
	height: calc(100% - 2.2rem);
	background-color: #FFF9B0;
	border-radius: 2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.sonota__h3{
	width: 28.5rem;
	margin: 0 auto 0.2rem;
}
.sonota__catch{
	width: 33rem;
	margin: 0 auto 0.7rem;
}
.sonota__lead{
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 1.9rem;
}
.sonota__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.6rem 1rem;
}
.sonota__list li{
	width: 16.7rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}
.sonota__list img{
	border-radius: 2rem;
}
.sonota__list p{
	font-size: 1.4rem;
	font-weight: 700;
}

.area{
	padding: 0 1.8rem 2.7rem;
	position: relative;
	z-index: 2;
}
.area::before{
	content: "";
	width: 100%;
	height: calc(100% - 2.2rem);
	background-color: #fff;
	border-radius: 2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.area__h3{
	width: 23.8rem;
	margin: 0 auto 0.7rem;
}
.area__osaka{
	width: 15.8rem;
	margin: 0 auto 0.6rem;
}
.area__list{
	font-size: 1.4rem;
	line-height: 1.82;
}

.worries {
	padding: 3.2rem 0 8.8rem;
	background-color: #D9BCFE;
	background-image: url(img/bg__purple.png);
	background-size: 27.9rem 15.0rem;
	background-repeat: repeat;
	position: relative;
    --height: 10px;
    mask-image:
        url(img/wave.svg),
        linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
    mask-size: 192px;
    margin-top: calc(-1 * var(--height));
	z-index: 4;
}
.worries__h2{
	width: 40.2rem;
	margin: 0 0 1.2rem auto;
}
.worries__list{
	display: flex;
	flex-direction: column;
	gap: 5.8rem;
}
.worries__ttl{
	width: 25.3rem;
	height: 9.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.worries__ttl::before{
	content: "";
	width: 29.7rem;
	height: 10.8rem;
	background-image: url(img/worries__ttl.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: -1.3rem;
	left: -2.5rem;
	z-index: -1;
}
.worries__ttl p{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 900;
	text-align: center;
	translate: 0 -0.3rem;
}
.worries__ttl span{
	color: #2899DF;
}
.worries__img{
	width: 37rem;
	position: relative;
	margin: -4.3rem auto 0;
}
.worries__img img{
	border-radius: 1rem;
}
.worries__img div{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
}
.worries__img div::before{
	content: "";
	background-size: cover;
	position: absolute;
	z-index: -1;
}
.worries__img p{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.6rem;
	line-height: 1.375;
	font-weight: 900;
	text-align: center;
}
.worries__img span{
	color: #2899DF;
}
.worries__fukidashi-1{
	width: 15.6rem;
	height: 7.4rem;
	top: 5.4rem;
	left: -1.8rem;
}
.worries__fukidashi-1::before{
	width: 100%;
	height: 9.15rem;
	background-image: url(img/worries__fukidashi-1.png);
	top: 0;
	left: 0;
}
.worries__fukidashi-2{
	width: 14.7rem;
	height: 7rem;
	top: 6.8rem;
	right: -3.6rem;
}
.worries__fukidashi-2::before{
	width: 100%;
	height: 8.6rem;
	background-image: url(img/worries__fukidashi-2.png);
	top: 0;
	left: 0;
}
.worries__fukidashi-3{
	width: 18.8rem;
	height: 6.8rem;
	bottom: -2.1rem;
	left: -2.6rem;
}
.worries__fukidashi-3::before{
	width: 100%;
	height: 8.7rem;
	background-image: url(img/worries__fukidashi-3.png);
	bottom: 0;
	left: 0;
}
.worries__fukidashi-4{
	width: 18.5rem;
	height: 6.6rem;
	bottom: -2.1rem;
	right: -1.2rem;
}
.worries__fukidashi-4::before{
	width: 100%;
	height: 8.6rem;
	background-image: url(img/worries__fukidashi-4.png);
	bottom: 0;
	left: 0;
}

.point {
	padding: 2.7rem 0 4.8rem;
	background-color: #B9E6FF;
	position: relative;
	z-index: 5;
}
.point::before,
.point::after{
	content: "";
	width: 50%;
	height: 3rem;
	background-color: #B9E6FF;
	position: absolute;
	bottom: 100%;
}
.point::before{
	left: 0;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.point::after{
	right: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.point__box{
	padding: 0 1.8rem 4.8rem;
	position: relative;
	z-index: 2;
}
.point__box::before{
	content: "";
	width: 100%;
	height: calc(100% - 2.2rem);
	background-color: #fff;
	border-radius: 2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.point__h2{
	width: 37.8rem;
	margin: 0 auto 0.6rem;
}
.point__list {
	display: flex;
	flex-direction: column;
	gap: 4.2rem;
}
.point__ttl {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	position: relative;
	margin-left: -1rem;
	margin-bottom: 1rem;
}
.point__num {
	width: 6.2rem;
	flex-shrink: 0;
}
.point__catch {
	font-size: 2.2rem;
	line-height: 1.52;
	font-weight: 900;
	white-space: nowrap;
	position: absolute;
	left: 7rem;
	top: 50%;
	translate: 0 -50%;
}
.point__catch span{
	color: #EF4746;
}

.point__img {
	border-radius: 1rem;
	overflow: hidden;
	margin-bottom: 1rem;
}

.point__desc {
	font-size: 1.6rem;
	line-height: 1.78;
	font-weight: 500;
}
.point__02,
.point__04{
	display: flex;
	align-items: flex-end;
	gap: 0.5rem;
}
.point__02 .point__img{
	width: 14.4rem;
	flex-shrink: 0;
	margin: 0;
}
.point__04 .point__img{
	width: 13.4rem;
	flex-shrink: 0;
	margin: 0 1.8rem 0 0;
}


.relief{
	padding-bottom: 6.7rem;
	position: relative;
	z-index: 2;
	margin-top: -3.2rem;
}
.relief::before{
	content: "";
	width: 100%;
	height: calc(100% - 3.2rem);
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.relief__inner{
	padding: 0 2.6rem;
}
.relief__h2{
	width: 36.5rem;
	margin: 0 auto 3.4rem;
}
.relief__catch{
	font-size: 2.2rem;
	line-height: 1.52;
	font-weight: 900;
	white-space: nowrap;
	margin-bottom: 1.2rem;
}
.relief__catch span{
	color: #EF4746;
}
.relief__desc{
	font-size: 1.6rem;
	line-height: 1.78;
	font-weight: 500;
}
.relief .voice{
	margin: 3.4rem 0 2.5rem;
}
.relief .voice__man{
	display: none;
}
.relief__point{
	display: flex;
	gap: 0.7rem;
	margin-top: 1.9rem;
}
.relief__point li{
	width: calc((100% - 1.4rem) / 3);
}


.promise {
	padding: 0 0 4.8rem;
	position: relative;
	z-index: 2;
	margin-top: -1.8rem;
}
.promise::before{
	content: "";
	width: 100%;
	height: calc(100% - 1.8rem);
	background-color: #B9E6FF;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.promise__h2{
	width: 33rem;
	margin: 0 auto 1.2rem;
}
.promise__lead{
	font-size: 1.6rem;
	line-height: 1.68;
	font-weight: 500;
	margin: 0 1.8rem 2.2rem;
}
.promise__box{
	padding: 2.4rem 1.8rem 4.8rem;
	background-color: #fff;
	border-radius: 2rem;
}
.promise__list {
	display: flex;
	flex-direction: column;
	gap: 2.8rem;
}
.promise__ttl {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	position: relative;
	margin-bottom: 1rem;
}
.promise__num {
	width: 6.2rem;
	flex-shrink: 0;
}
.promise__catch {
	font-size: 2.2rem;
	line-height: 1.52;
	font-weight: 900;
}
.promise__catch span{
	color: #EF4746;
}
.promise__desc {
	font-size: 1.6rem;
	line-height: 1.78;
	font-weight: 500;
}
.promise__03 .promise__img{
	width: 27.2rem;
	margin: 1.8rem auto 0;
}


.reason{
	padding: 2.4rem 0 4.8rem;
	background-color: #FFF792;
	background-image: url(img/bg__yellow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	z-index: 6;
}
.reason__h2{
	width: 35.7rem;
	margin: 0 auto 2.4rem;
	position: relative;
	z-index: 2;
}
.reason__illust-1{
	width: 16.5rem;
	position: absolute;
	top: -2rem;
	left: -0.5rem;
}
.reason__illust-2{
	width: 26.1rem;
	position: absolute;
	top: -2.6rem;
	right: -1.1rem;
}
.reason__lead{
	font-size: 1.4rem;
	line-height: 1.68;
	font-weight: 500;
	margin: 0 1.8rem 2.2rem;
}
.reason__list {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}
.reason__list li{
	padding: 3.2rem 1.8rem;
	background-color: #fff;
	border-radius: 2rem;
}
.reason__ttl {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	position: relative;
	margin-bottom: 1rem;
}
.reason__num {
	width: 6.2rem;
	flex-shrink: 0;
}
.reason__catch {
	font-size: 2.2rem;
	line-height: 1.52;
	font-weight: 900;
}
.reason__catch span{
	color: #EF4746;
}
.reason__desc {
	font-size: 1.6rem;
	line-height: 1.68;
	font-weight: 500;
}
.reason__img{
	margin: 1.8rem auto 0;
	border-radius: 1rem;
	overflow: hidden;
}


.flow{
	padding: 3.9rem 0 4.8rem;
	background-color: #F78F8E;
	background-image: url(img/bg__red.png);
	background-size: 27.3rem 14.4rem;
	background-repeat: repeat;
}
.flow__h2{
	width: 37.1rem;
	margin: 0 auto 1.8rem;
}
.flow__list{
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}
.flow__list li{
	padding: 1.8rem 1.8rem 1.8rem 2.5rem;
	background-color: #fff;
	border-radius: 2rem;
	display: flex;
	align-items: center;
	gap: 1.8rem;
}
.flow__num{
	width: 9.9rem;
	flex-shrink: 0;
}
.flow__catch {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: 0.8rem;
}
.flow__desc {
	font-size: 1.4rem;
	line-height: 1.68;
	font-weight: 500;
	margin-bottom: 0.2rem;
}
.flow__note {
	font-size: 1rem;
	line-height: 1.66;
	font-weight: 500;
}


.schedule{
	padding: 4.8rem 0 4.2rem;
	background-color: #FFF1F1;
}
.schedule__h2{

}
.schedule__box{
	padding: 1.2rem 1.8rem 1.2rem;
	background-color: #fff;
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
	position: relative;
	z-index: 2;
}
.schedule__time{
	width: 4.4rem;
	position: absolute;
	top: 26.6rem;
	right: 1.8rem;
}
.schedule__list{

}
.schedule__list li{
	padding: 1.4rem 0 2rem;
	border-bottom: 0.1rem solid #140F48;
	position: relative;
}
.schedule__list li:last-of-type{
	border: 0;
}
.schedule__ttl{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 2rem;
	line-height: 1.68;
	font-weight: 900;
	margin-bottom: 0.6rem;
	position: relative;
	z-index: 2;
}
.schedule__desc{
	font-size: 1.6rem;
	line-height: 1.475;
	font-weight: 500;
}
.schedule__list li.label{
	padding-top: 2.2rem;
}
.schedule__list li.label .schedule__ttl{
	color: #EF4746;
}
.schedule__list li.label .schedule__ttl::before{
	content: "";
	width: 16.6rem;
	height: 5.2rem;
	background-image: url(img/schedule__label.png);
	background-size: cover;
	position: absolute;
	left: 4.8rem;
	top: -1.2rem;
	z-index: -1;
}
.schedule__list li:nth-of-type(3),
.schedule__list li:nth-of-type(4){
	width: 30.6rem;
}
.schedule__note{
	margin-top: 2.4rem;
}
.schedule__note li{
	font-size: 1.4rem;
	line-height: 1.68;
	font-weight: 500;
	padding-left: 1em;
	text-indent: -1em;
}
.schedule__note li::before{
	content: "・";
}

.faq {
	padding: 4.5rem 0 4.8rem;
	background-color: #B9E6FF;
}
.faq__h2{
	width: 28.1rem;
	margin: 0 auto 1.9rem;
}
.faq__list {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

.faq__list li {
	border-radius: 2rem;
	overflow: hidden;
}

.faq__dl dt {
	padding: 1.6rem 1.6rem 1.6rem 6.8rem;
	background-color: #36A4E3;
	background-image: url(img/bg__blue.png);
	background-size: 47rem 16.4rem;
	background-repeat: repeat;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.6rem;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.faq__dl dt::before {
	content: "";
	width: 3.2rem;
	height: 3.8rem;
	background-image: url(img/icon__question.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 2rem;
	top: 50%;
	translate: 0 -50%;
}

.faq__dl dt p {
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 900;
	color: #fff;
}

.faq__dl dt span {
	width: 2.9rem;
	height: 2.9rem;
	position: relative;
	transition: all 0.3s ease-in-out;
	flex-shrink: 0;
}

.faq__dl dt span::before,
.faq__dl dt span::after {
	content: "";
	background-color: #fff;
	border-radius: 0.2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	transition: all 0.3s ease-in-out;
}

.faq__dl dt span::before {
	width: 0.4rem;
	height: 100%;
}

.faq__dl dt span::after {
	width: 100%;
	height: 0.4rem;
}

.faq__dl dd {
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 1.4rem 1.8rem 2rem 6.3rem;
	background-color: #fff;
	display: none;
	position: relative;
}

.faq__dl dd::before{
	content: "";
	width: 3.1rem;
	height: 3.4rem;
	background-image: url(img/icon__answer.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 1.7rem;
	left: 1.9rem;
}

.faq__dl.is-active dt span {
	rotate: 180deg;
}

.faq__dl.is-active dt span::before {
	opacity: 0;
}

.contact {
	padding: 4.4rem 0 4.8rem;
	background-color: #FFCFAB;
}

.contact__h2 {
	width: 36.4rem;
	margin: 0 auto 2.4rem;
}

.contact__form{
	padding: 1.2rem 1.8rem 2.9rem;
	background-color: #fff;
	border-radius: 2rem;
}

.contact__item {
	margin-top: 2.4rem;
}

.contact__label {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.contact__label .required {
	font-weight: 500;
	color: #EF4746;
}

.contact__input,
.contact__textarea {
	font-size: 1.6rem;
	line-height: 1.6;
	width: 100%;
	padding: 1rem 1.6rem;
	background-color: #fff;
	border: 0.1rem solid #B3AFB2;
	border-radius: 1rem;
	margin-top: 1.2rem;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
	color: #AFB5B8;
}

.contact__textarea {
	height: 13.4rem;
}

.contact__policy {
	margin-top: 3.2rem;
	background-color: #fff;
	padding: 1.6rem 0.8rem 1.6rem 2.0rem;
	border: 0.1rem solid #B3AFB2;
	height: 13.4rem;
	border-radius: 1rem;
}

.contact__policy__txt {
	height: 100%;
	overflow-y: scroll;
	padding-right: 1.6rem;
}

.contact__policy__txt p {
	font-size: 1.6rem;
	line-height: 1.6;
}

.contact__btn {
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	width: 25rem;
	height: 5.4rem;
	background-color: #F06413;
	border-radius: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
	margin: 1.6rem auto 0;
	transition: all 0.3s ease-in-out;
}

.contact__item--policy .wpcf7-form-control-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact__item--policy .wpcf7-list-item-label {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1.1rem;
}

.contact__item--policy .wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	border: 0.1rem solid #B3AFB2;
	background-color: #fff;
	border-radius: 0.6rem;
}
.contact__item--policy .wpcf7-list-item-label::after{
	position: absolute;
}

.contact__item--policy input {
	display: none;
}

.contact__item--policy input:checked+.wpcf7-list-item-label::before {
	background-color: #F06413;
	border: 0.1rem solid #F06413;
}

.contact__item--policy input:checked+.wpcf7-list-item-label::after {
	content: "";
	width: 1.2rem;
	height: 1.3rem;
	display: block;
	background-image: url(img/contact__check.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 0.7rem;
	translate: 0 -50%;
}

.contact__item .wpcf7-not-valid-tip {
	margin-top: 0.5rem;
	color: #EF4746;
}

#contact .wpcf7-response-output {
	color: #dc3232;
	border-color: #dc3232;
}

#contact .sent .wpcf7-response-output {
	color: #46b450;
	border-color: #46b450;
}

.company {
	padding: 4.3rem 0 2.7rem;
	background-color: #36A4E3;
	background-image: url(img/bg__blue.png);
	background-size: 47rem 16.4rem;
	background-repeat: repeat;
}
.company__h2{
	width: 18.1rem;
	margin: 0 auto 1.4rem;
}
.company__box{
	padding: 0.6rem 1.8rem 1.6rem;
	background-color: #fff;
	border-radius: 2rem;
}
.company__dl {

}

.company__dl>div {
	padding: 2.4rem 0 1.6rem;
	border-bottom: 0.1rem solid #140F48;
}
.company__dl>div:last-of-type{
	border: 0;
}

.company__dl dt {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	margin-bottom: 0.8rem;
}

.company__dl dd {
	font-size: 1.4rem;
	line-height: 1.82;
	letter-spacing: 0.1em;
	font-weight: 500;
}



.post {
	padding-top: 5rem;
}

.post__inner {
	padding-top: 3rem;
	padding-bottom: 3.2rem;
}

.post__ttl {
	font-size: 1.6rem;
	line-height: 1.18;
	letter-spacing: 0.03em;
	font-weight: 700;
	color: #fff;
	padding: 1.4rem 2rem;
	background-color: #2899DF;
}

.post__h2 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.2rem;
}

.post__h2 img {
	width: 3.2rem;
}

.post__date {
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: 0.03em;
	font-weight: 500;
	text-align: right;
	margin-top: 1.7rem;
}

.post__link {
	margin-top: 4.0rem;
}

.post__link a {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	color: #F06413;
	width: 100%;
	height: 4.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.2rem solid;
	border-radius: 1rem;
}

.post__link a.blank {
	color: #fff;
	background-color: #F06413;
	border: 0;
}

.post__link.sticky {
	position: sticky;
	bottom: 0;
	padding: 0.8rem 1.5rem;
	background-color: #fff;
	box-shadow: 0 -0.1rem 0.3rem 0 rgba(0, 0, 0, 0.2);
	z-index: 99;
	margin-top: 0;
}

.page {
	padding-top: 5rem;
}

.page__inner {
	padding-top: 2.4rem;
	padding-bottom: 8rem;
}

.page__ttl {
	font-size: 1.6rem;
	line-height: 1.18;
	letter-spacing: 0.03em;
	font-weight: 700;
	color: #fff;
	padding: 1.4rem 2rem;
	background-color: #2899DF;
}

.page__content h2 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	color: #549555;
	margin-top: 5.4rem;
	margin-bottom: 1rem;
}

.page__content h2:first-of-type {
	margin-top: 0;
}

.page__content h3 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.page__content h4 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

.page__content p {
	font-size: 1.6rem;
	line-height: 1.6;
}

.page__content p+p {
	margin-top: 1.2rem;
}

.page__content p.author {
	font-weight: 500;
	text-align: right;
	margin-top: 1.8rem;
}

.page__content p.mail {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.page__content p.mail img {
	width: 1.9rem;
}

.page__content ol {
	margin-left: 1em;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.page__content ol li {
	font-size: 1.6rem;
	line-height: 1.6;
	padding-left: 0.5rem;
}

.page__content ol li a {
	color: inherit;
	text-decoration: underline;
}

.page__content dl {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.page__content dl>div {
	padding-bottom: 1.1rem;
	border-bottom: 0.1rem solid #EAEAEA;
}

.page__content dl dt {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
	font-weight: 700;
	color: #549555;
}

.page__content dl dd {
	font-size: 1.6rem;
	line-height: 1.6;
}

.page__content a {
	color: #3580D6;
	text-decoration: underline;
}

.page__link {
	margin-top: 3.6rem;
}

.page__link a {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	color: #F06413;
	width: 100%;
	height: 4.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.2rem solid;
	border-radius: 1rem;
}

/* 背景オーバーレイ */
.menu-overlay {
	position: fixed;
	inset: 0;
	background: #140F4899;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
	z-index: 50;
}

/* メニューOPEN時 */
.menu-open .menu-overlay {
	opacity: 1;
	pointer-events: auto;
}

/* inquiry 非表示 */
.menu-open .inquiry {
	display: none;
}

@media screen and (min-width: 768px) {
	html {
		font-size: 10px;
	}

	body {

	}

	.body__left,
	.body__right {
		width: calc((100% - 43rem) / 2);
		height: 100vh;
		position: fixed;
		top: 0;
		display: block;
	}

	.body__left {
		left: 0;
		background-color: #B9E6FF;
	}

	.body__right {
		right: 0;
		background-color: #B9E6FF;
	}
	.miraido,
	.items-r{
		width: 40.4rem;
		position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	}
	.items-r .items__h2,
	.items-r .items__list{
		display: none;
	}
	.miraido__logo{
		width: 19rem;
		margin: 0 auto;
	}
	.miraido__box{
		display: none;
	}
	main {
		width: 43rem;
		margin: 0 auto;
		background-color: #fff;
		box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.25);
		position: relative;
		z-index: 2;
	}

	.header{
		width: 43rem;
		left: 50%;
		translate: -50% 0;
	}
	.header__btn{
		display: none;
	}

	.footer {
		width: 43rem;
		margin: 0 auto;
		box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.25);
		position: relative;
		z-index: 1;
	}

	.inquiry {
		width: 43rem;
		margin: 0 auto;
	}

	.mv {}

	a[href^="tel:"] {
		pointer-events: none;
	}
	a:hover {
		opacity: 0.8;
	}
	.voice__nav .swiper-button-prev:hover,
	.voice__nav .swiper-button-next:hover{
		opacity: 0.8;
	}
	.faq__dl dt:hover{
		opacity: 0.8;
	}
	.contact__btn:hover{
		opacity: 0.8;
	}
}

@media screen and (min-width: 1280px) {
	.miraido,
	.items-r{
		
	}
	.items-r .items__h2{
		display: block;
	}
	.items-r .items__list{
		display: flex;
	}
	.miraido__logo{
		width: 19rem;
		margin: 0 auto 3.1rem;
	}
	.miraido__box{
		display: block;
		padding: 4.4rem 2.2rem 2.4rem;
		background-color: #fff;
		border: 0.3rem solid #140F48;
		border-radius: 1.2rem;
		position: relative;
		z-index: 2;
	}
	.miraido__catch{
		width: 32.8rem;
		position: absolute;
		top: -2.5rem;
		left: 50%;
		translate: -50% 0;
	}
	.miraido .cta__list{
		gap: 1.3rem;
	}
	.miraido .cta__list p{
		font-size: 2rem;
	}
	.miraido .cta__list span{
		font-size: 1.4rem;
	}
	.miraido .cta__tel a{
		background-color: unset;
		box-shadow: unset;
	}
	.miraido .cta__tel p{
		color: #2899DF;
	}
	.miraido .cta__tel p.num{
		font-size: 4.6rem;
	}
	.miraido .cta__tel img{
		width: 3.2rem;
	}
	.miraido .cta__tel span{
		font-size: 1.8rem;
		color: #2899DF;
		width: 21.8rem;
		height: 3.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		border: 0.1rem solid;
		border-radius: 0.3rem;
	}
	.miraido .cta__line{
		width: 9rem;
	}
	.miraido .cta__line a{
		box-shadow: unset;
	}
	.miraido .cta__mail{
		width: 25rem;
	}

	.inquiry {
		display: none;
	}


}

