/*==================================================================
幅
==================================================================*/

/*==================================================================
余白
==================================================================*/

/*==================================================================
フォント
==================================================================*/

/*==================================================================
色
==================================================================*/

body {
	background: #1D95D4;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
}

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

.md-none {
	display: block;
}

.md-show {
	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 */

/* 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;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.3s;
}

.layout-cta {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.layout-footer {
	padding-bottom: 1.5rem;
	padding-top: 7rem;
}

.layout-fv {
	margin-top: 10.625rem;
}

.layout-header {
	height: 6.125rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.layout-recommend {
	padding-bottom: 1.875rem;
	padding-top: 9.875rem;
}

.layout-use {
	padding-bottom: 17.5rem;
	padding-top: 10.625rem;
}

.layout-voice {
	padding-bottom: 19.0625rem;
}

.button {
	border-radius: 8px;
	display: inline-block;
	position: relative;
	text-align: center;
	transition: all 0.2s ease;
	width: 11.4375rem;
}

.button:hover {
	opacity: 1;
}

.button > span {
	background: #FFE109;
	border: 2.5px solid #000;
	border-radius: 8px;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.625;
	padding: 0.59375rem;
	position: relative;
	transition: color 0.3s, background-color 0.3s, transform 0.3s;
	width: 11.4375rem;
	z-index: 2;
}

.button:before {
	background-color: #000;
	border-radius: 8px;
	content: "";
	height: 100%;
	left: 3px;
	position: absolute;
	top: 4px;
	width: 100%;
	z-index: 1;
}

.button:hover > span {
	transform: translate(3px, 4px);
}

.button.button--lg {
	width: 14.5625rem;
}

.button.button--lg span {
	border: 3px solid black;
	font-size: 1.25rem;
	line-height: 1.3;
	padding: 0.8125rem;
	width: 14.5625rem;
}

.button.button--line {
	width: 27.0625rem;
}

.button.button--line > span {
	-moz-column-gap: 0;
	align-items: center;
	background: #00C75D;
	column-gap: 0;
	display: flex;
	justify-content: center;
	width: 27.0625rem;
}

.button.button--line span img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 3.4375rem;
	object-fit: contain;
	width: 3.4375rem;
}

.button.button--line span span {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 1;
	width: calc(100% - 3.4375rem);
}

.button.button--sm {
	width: 16.875rem;
}

.button.button--sm > span {
	width: 16.875rem;
}

.button.button--sm span img {
	height: 2.5rem;
	width: 2.5rem;
}

.button.button--sm span span {
	font-size: 1rem;
	width: calc(100% - 2.5rem);
}

.cta {
	background: #FFE109;
}

.cta__container {
	text-align: center;
}

.cta__text {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 2.1666666667;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	position: relative;
}

.cta__text::before,
.cta__text::after {
	background: #000;
	content: "";
	height: 1.75rem;
	position: absolute;
	top: 50%;
	width: 4px;
}

.cta__text::before {
	left: 0;
	transform: translateY(-50%) rotate(-15deg);
}

.cta__text::after {
	right: 0;
	transform: translateY(-50%) rotate(15deg);
}

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

.drawer {
	background: rgba(255, 255, 255, 0.95);
	display: none;
}

.drawer__container {
	padding-bottom: 0.875rem;
	padding-top: 1.125rem;
}

.drawer__items {
	display: flex;
	flex-direction: column;
	row-gap: 1.75rem;
	text-align: center;
	width: 100%;
}

.drawer__item {
	width: 100%;
}

.drawer__item a {
	display: block;
	font-weight: 500;
	line-height: 2.25;
	width: 100%;
}

.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s, visibility 1s, transform 1s;
	visibility: hidden;
}

.fade.fade2 {
	transition-delay: 0.5s;
}

.fade.fade3 {
	transition-delay: 1s;
}

.fadeIn {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.floating {
	bottom: 0;
	position: fixed;
	right: calc(50% - min(46vw, 42.5rem));
	width: 19.375rem;
	z-index: 10000;
}

.floating__head {
	background: #FFE109;
	border: 3px solid #000;
	border-radius: 8px 8px 0 0;
	cursor: pointer;
	padding: 0.8125rem;
	position: relative;
	text-align: center;
}

.floating__head-text {
	font-size: 1rem;
	font-weight: 900;
}

.floating__bar {
	background-image: url(../images/common/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.375rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%);
	transform: rotate(180deg);
	transition: transform 0.3s;
	width: 0.75rem;
}

.floating__bar.is-active {
	transform: rotate(360deg);
}

.floating__body {
	background: #fff;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	border-radius: 0 0 8px 8px;
	border-right: 3px solid #000;
	display: none;
	padding: 1.5rem 0;
}

.floating__body-text {
	font-weight: 500;
	text-align: center;
}

.floating__button {
	margin: 1.4375rem auto 0;
	width: 16.875rem;
}

.footer {
	background: #FFE109;
	border-top: 4px solid #000;
}

.footer__inner {
	text-align: center;
}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
	width: 10.25rem;
}

.footer__items {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.footer__item a {
	display: block;
	line-height: 1.25;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.footer__copyright {
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.6666666667;
	margin-top: 8.625rem;
}

.fv {
	position: relative;
}

.fv::before {
	background-image: url(../images/common/asirai1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 25.4375rem;
	left: 0;
	left: calc(50% - min(60vw, 43.75rem));
	position: absolute;
	top: 0;
	width: 25.1875rem;
	z-index: -1;
}

.fv__container {
	-moz-column-gap: 3.875rem;
	align-items: flex-start;
	column-gap: 3.875rem;
	display: flex;
	max-width: 69.875rem;
	padding-left: 3.25rem;
	position: relative;
	width: 100%;
}

.fv__left {
	flex-shrink: 0;
	max-width: 33.875rem;
	width: 100%;
}

.fv__image img {
	-o-object-fit: cover;
	animation: poyon 10s linear infinite;
	aspect-ratio: 542/472;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__message {
	margin-top: 2.625rem;
	width: calc(100% - 33.875rem);
}

.fv__title {
	display: flex;
	flex-direction: column;
	left: calc(50% - min(19vw, 25rem));
	position: absolute;
	row-gap: 0.625rem;
	top: 27%;
}

.fv__title span {
	align-items: center;
	display: flex;
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 1.2142857143;
}

.fv__title span span:nth-of-type(2) {
	display: inline-block;
	margin-left: 0.5rem;
}

.is-white,
.is-yellow {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.is-white {
	background: #fff;
	border: 4px solid #000;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
	padding: 0.25rem;
	text-transform: uppercase;
}

.is-yellow {
	background: #FFE109;
	border: 4px solid #000;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
	padding: 0.25rem;
}

.fv__text {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 2.5454545455;
}

.fv__bottom {
	padding-top: 8.4375rem;
	position: relative;
}

.fv__bottom::before {
	background-image: url(../images/common/sankaku.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.4375rem;
	left: 0;
	position: absolute;
	top: 1.5rem;
	width: 1.5rem;
}

.fv__sub-text {
	color: #fff;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.71875rem;
	padding-right: 1.71875rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__sub-text::before,
.fv__sub-text::after {
	background: #fff;
	content: "";
	height: 2.5rem;
	position: absolute;
	top: 50%;
	width: 2px;
}

.fv__sub-text::before {
	left: 0;
	transform: translateY(-50%) rotate(-20deg);
}

.fv__sub-text::after {
	right: 0;
	transform: translateY(-50%) rotate(20deg);
}

.fv__circles {
	display: flex;
	flex-direction: column;
	position: fixed;
	right: calc(50% - min(47vw, 37.5rem));
	row-gap: 1.125rem;
	top: 9.5rem;
}

.fv__circle {
	background: #fff;
	border: 1px solid #EFEFEF;
	border-radius: 50%;
	height: 1.125rem;
	transition: border 0.3s, background-color 0.3s;
	width: 1.125rem;
}

.fv__circle.is-active {
	background: #FFE109;
	border: 2px solid #000;
}

.hamburger span {
	background: #000;
	height: 4px;
	left: 0;
	position: absolute;
	transition: transform 0.3s, opacity 0.3s;
	width: 100%;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.hamburger span:nth-child(3) {
	bottom: 0;
}

.hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
	bottom: auto;
	bottom: initial;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.head-text {
	color: #FFE109;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.625;
	text-align: center;
}

.header-nav__items {
	align-items: center;
	display: flex;
	height: inherit;
}

.header-nav__item {
	height: inherit;
}

.header-nav__item a {
	align-items: center;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: inherit;
	letter-spacing: 0.01em;
	padding-left: 1.1875rem;
	padding-right: 1.1875rem;
}

.header {
	background: #FFE109;
	border-bottom: 4px solid #000;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

.header__logo {
	height: inherit;
	width: 5.4375rem;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__right {
	height: inherit;
}

.header__right-wrap {
	-moz-column-gap: 1.875rem;
	align-items: center;
	column-gap: 1.875rem;
	display: flex;
	height: inherit;
}

.header__nav {
	height: inherit;
}

.header__hamburger {
	height: 1.375rem;
	position: relative;
	width: 1.5rem;
	z-index: 1000;
}

.header__drawer {
	height: 59.8130841121vw;
	left: 0;
	position: fixed;
	top: 4rem;
	width: 100%;
}

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

.recommend-item__title {
	color: #FFE109;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 0.5rem;
	text-align: center;
}

.recommend-item__image {
	margin: 2.5625rem auto 0;
	max-width: 13.875rem;
	width: 100%;
}

.recommend-item__image img {
	-o-object-fit: cover;
	aspect-ratio: 222/206;
	height: 100%;
	object-fit: cover;
}

.recommend-item__text {
	color: #fff;
	font-weight: 500;
	margin-top: 1.9375rem;
	text-align: center;
}

.recommend {
	overflow-x: hidden;
	position: relative;
}

.recommend::before {
	background-image: url(../images/common/asirai2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 27.8125rem;
	position: absolute;
	right: calc(50% - min(65vw, 50.15625rem));
	top: -2.5625rem;
	width: 29.9375rem;
	z-index: -1;
}

.recommend__inner {
	padding-top: 0.9375rem;
}

.recommend__title {
	text-align: center;
}

.recommend__items {
	grid-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 6.5rem;
}

.section-title__main {
	background: #FFE109;
	border-bottom: 4px solid #000;
	border-left: 4px solid #000;
	border-radius: 40px;
	border-right: 4px solid #000;
	border-top: 4px solid #000;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1.0833333333;
	padding: 1.125rem 2rem;
	text-align: center;
}

.use-item__title {
	color: #FFE109;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 0.75rem;
	text-align: center;
}

.use-item__image {
	margin: 1rem auto 0;
	max-width: 21.5rem;
	width: 100%;
}

.use-item__image img {
	-o-object-fit: cover;
	aspect-ratio: 344/638;
	height: 100%;
	object-fit: cover;
}

.use {
	overflow: hidden;
	position: relative;
}

.use::before {
	background-image: url(../images/common/asirai3.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 20.8125rem;
	left: calc(50% - min(70vw, 48.125rem));
	position: absolute;
	top: 6.3125rem;
	width: 28.875rem;
	z-index: -1;
}

.use__inner {
	padding-top: 0.9375rem;
	position: relative;
}

.use__inner::before,
.use__inner::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	z-index: -1;
}

.use__inner-wrap {
	position: relative;
}

.use__inner-wrap::before,
.use__inner-wrap::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	z-index: -1;
}

.use__container {
	position: relative;
}

.use__container::before,
.use__container::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	z-index: -1;
}

.use__container-wrap {
	position: relative;
}

.use__container-wrap::before,
.use__container-wrap::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	z-index: -1;
}

.use__title {
	text-align: center;
}

.use__items {
	grid-column-gap: 1.125rem;
	-moz-column-gap: 1.125rem;
	column-gap: 1.125rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.8125rem;
	position: relative;
}

.use__items::after {
	background-image: url(../images/common/asirai4.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -20.3125rem;
	content: "";
	height: 31.875rem;
	position: absolute;
	right: calc(50% - min(70vw, 45.625rem));
	width: 31.875rem;
	z-index: -1;
}

.voice-item__head {
	text-align: center;
}

.voice-item__head-text {
	color: #FFE109;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.4444444444;
	padding-left: 1.9375rem;
	padding-right: 1.9375rem;
	position: relative;
}

.voice-item__head-text::before,
.voice-item__head-text::after {
	background: #FFE109;
	content: "";
	height: 1.375rem;
	position: absolute;
	top: 50%;
	width: 3px;
}

.voice-item__head-text::before {
	left: 0;
	transform: translateY(-50%) rotate(-15deg);
}

.voice-item__head-text::after {
	right: 0;
	transform: translateY(-50%) rotate(15deg);
}

.voice-item__image {
	margin: 3.125rem auto 0;
	max-width: 9.75rem;
	width: 100%;
}

.voice-item__image img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
}

.voice-item__body {
	background: rgba(255, 255, 255, 0.65);
	margin-top: 3rem;
	padding: 1.5rem 1.375rem;
	position: relative;
}

.voice-item__body::before,
.voice-item__body::after,
.voice-item__body-wrap::before,
.voice-item__body-wrap::after {
	background-image: url(../images/common/voice-border.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.875rem;
	position: absolute;
	width: 1.875rem;
}

.voice-item__body::before {
	left: 0;
	top: 0;
}

.voice-item__body::after {
	right: 0;
	top: 0;
	transform: rotate(90deg);
}

.voice-item__body-wrap::before {
	bottom: 0;
	left: 0;
	transform: rotate(270deg);
}

.voice-item__body-wrap::after {
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}

.voice-item__text {
	color: #252525;
	font-weight: 700;
	line-height: 1.75;
}

.voice {
	overflow-x: hidden;
	padding-top: 0.9375rem;
	position: relative;
}

.voice::after {
	background-image: url(../images/common/asirai5.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 34.4375rem;
	left: calc(50% - min(60vw, 45rem));
	position: absolute;
	width: 31.1875rem;
	z-index: -1;
}

.voice__title {
	text-align: center;
}

.voice__items {
	grid-gap: 5rem 2rem;
	display: grid;
	gap: 5rem 2rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.5rem;
}

.voice__items.voice__items--2cl {
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.125rem;
	max-width: 46.6875rem;
	width: 100%;
}

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

.fv__container {
	margin-left: auto;
	margin-right: auto;
}

}

@media (max-width: 1140px) {

html {
	font-size: 1.4035087719vw;
}

}

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

.fv__title {
	left: calc(50% - min(24vw, 25rem));
}

}

@media screen and (max-width: 767px) {

.md-none {
	display: none;
}

.md-show {
	display: block;
}

html {
	font-size: 16px;
}

.layout-cta {
	padding-bottom: 2.5625rem;
	padding-top: 2.5rem;
}

.layout-footer {
	padding-bottom: 5.625rem;
}

.layout-fv {
	margin-top: 9rem;
}

.layout-header {
	height: 4rem;
}

.layout-recommend {
	padding-top: 9.0625rem;
}

.layout-use {
	padding-bottom: 12.625rem;
	padding-top: 9.0625rem;
}

.layout-voice {
	padding-bottom: 10.6875rem;
	padding-top: 0;
}

.button:before {
	left: 2px;
	top: 3px;
}

.button:hover > span {
	transform: translate(2px, 3px);
}

.button.button--lg {
	width: 16.125rem;
}

.button.button--lg span {
	border: 2.5px solid black;
	padding: 0.84375rem;
	width: 16.125rem;
}

.button.button--line {
	width: 18.75rem;
}

.button.button--line > span {
	width: 18.75rem;
}

.button.button--line span img {
	height: 2.8125rem;
	width: 2.8125rem;
}

.button.button--line span span {
	font-size: 1.0625rem;
	width: calc(100% - 2.8125rem);
}

.button.button--sm {
	width: 15.625rem;
}

.button.button--sm > span {
	width: 15.625rem;
}

.button.button--sm span img {
	height: 1.875rem;
	width: 1.875rem;
}

.button.button--sm span span {
	font-size: 0.875rem;
	width: calc(100% - 1.875rem);
}

.cta__text {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1875;
}

.fade {
	transform: translateY(10px);
}

.fade.fade2 {
	transition-delay: 0s;
	transition-delay: initial;
}

.fade.fade3 {
	transition-delay: 0s;
	transition-delay: initial;
}

.floating {
	right: 0;
	width: 100%;
}

.floating__button {
	width: 15.625rem;
}

.footer__logo {
	width: 12.25rem;
}

.footer__items {
	flex-direction: column;
	margin-top: 3.6875rem;
	row-gap: 1.5rem;
}

.footer__item {
	width: 100%;
}

.footer__item a {
	font-weight: 500;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.footer__copyright {
	margin-top: 5rem;
}

.fv::before {
	left: calc(50% - min(90vw, 31.25rem));
	top: -4.375rem;
}

.fv__container {
	flex-direction: column;
	padding-left: 0;
}

.fv__left {
	flex-shrink: initial;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	max-width: initial;
	width: 92.523364486%;
}

.fv__image img {
	aspect-ratio: 396/345;
}

.fv__message {
	margin-top: 2.6875rem;
	width: 100%;
}

.fv__title {
	left: 43%;
	row-gap: 0.84375rem;
	top: 11.5%;
}

.fv__title span {
	font-size: 1.125rem;
	line-height: 1.8888888889;
}

.is-white {
	border: 3px solid #000;
	font-size: 1.5rem;
	padding: 0.375rem 0.375rem;
}

.is-yellow {
	border: 3px solid #000;
	font-size: 1.5rem;
}

.fv__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.25;
	text-align: center;
}

.fv__bottom {
	text-align: center;
}

.fv__bottom::before {
	left: 50%;
	transform: translateX(-50%);
}

.fv__button {
	margin-top: 1.5rem;
}

.fv__circles {
	right: calc(50% - min(50vw, 11.625rem));
	row-gap: 0.625rem;
	top: 5.125rem;
}

.fv__circle {
	height: 0.625rem;
	width: 0.625rem;
}

.fv__circle.is-active {
	border: 1.5px solid #000;
}

.header__logo {
	width: 4rem;
}

.inner {
	padding-left: 0;
	padding-right: 0;
}

.recommend-item__image {
	margin-top: 1.9375rem;
}

.recommend-item__text {
	margin-top: 2rem;
}

.recommend::before {
	display: none;
}

.recommend__title {
	text-align: left;
}

.recommend__items {
	grid-template-columns: 1fr;
	margin-top: 4.5rem;
	row-gap: 8rem;
	row-gap: 120px;
}

.section-title__main {
	border-left: none;
	border-radius: 0 40px 40px 0;
	padding: 1.25rem;
	width: 90.6542056075%;
}

.use::before {
	height: 9.0625rem;
	left: calc(50% - min(54vw, 31.25rem));
	top: 65rem;
	width: 12.5625rem;
}

.use::after {
	background-image: url(../images/common/asirai6.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 11.1875rem;
	position: absolute;
	right: calc(50% - min(55vw, 31.25rem));
	top: 21.875rem;
	width: 7.5rem;
	z-index: -1;
}

.use__inner::before {
	background-image: url(../images/common/asirai1.svg);
	height: 11.0625rem;
	left: calc(50% - min(59vw, 31.25rem));
	top: 26.25rem;
	width: 11rem;
}

.use__inner::after {
	background-image: url(../images/common/asirai2.svg);
	height: 12.125rem;
	right: calc(50% - min(64vw, 31.25rem));
	top: 43.75rem;
	width: 13rem;
}

.use__inner-wrap::before {
	background-image: url(../images/common/asirai4.svg);
	height: 10.3125rem;
	right: calc(50% - min(57vw, 31.25rem));
	top: 68.75rem;
	width: 10.3125rem;
}

.use__inner-wrap::after {
	background-image: url(../images/common/asirai5.svg);
	height: 11.75rem;
	left: calc(50% - min(59vw, 31.25rem));
	top: 86.25rem;
	width: 11.875rem;
}

.use__container::before {
	background-image: url(../images/common/asirai7.svg);
	height: 11.8125rem;
	right: calc(50% - min(67vw, 31.25rem));
	top: 102.5rem;
	width: 11.8125rem;
}

.use__container::after {
	background-image: url(../images/common/asirai8.svg);
	height: 10.4375rem;
	left: calc(50% - min(58vw, 31.25rem));
	top: 126.25rem;
	width: 10.4375rem;
}

.use__container-wrap::before {
	background-image: url(../images/common/asirai9.svg);
	height: 9.0625rem;
	right: calc(50% - min(63vw, 31.25rem));
	top: 141.5625rem;
	width: 9rem;
}

.use__container-wrap::after {
	background-image: url(../images/common/asirai10.svg);
	height: 9.6875rem;
	left: calc(50% - min(56vw, 31.25rem));
	top: 154.6875rem;
	width: 9.625rem;
}

.use__title {
	text-align: left;
}

.use__items {
	grid-template-columns: 1fr;
	row-gap: 5rem;
}

.use__items::after {
	display: none;
}

.voice-item__image {
	margin-top: 2.5rem;
}

.voice-item__body {
	margin: 2.5rem auto 0;
	width: 88.785046729%;
}

.voice::after {
	display: none;
}

.voice__title {
	text-align: left;
}

.voice__items {
	grid-template-columns: 1fr;
}

.voice__items.voice__items--2cl {
	grid-template-columns: 1fr;
}

}

@media (max-width: 428px) {

html {
	font-size: 3.738317757vw;
}

}

@keyframes poyon {

0% {
	transform: translateY(0);
}

50% {
	transform: translateY(-27px);
}

100% {
	transform: translateY(0);
}

}


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