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

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

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

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

body {
	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 */

html {
	margin: 0 !important;
}

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

a:hover {
	opacity: 0.7;
}

.layout-about {
	margin-top: 60px;
}

.layout-company {
	margin-top: 7.8125rem;
}

.layout-contact-thanks {
	margin-top: 12.5rem;
}

.layout-contact {
	margin-top: 12.4375rem;
}

.layout-footer {
	margin-top: 6.25rem;
	padding-bottom: 1.875rem;
	padding-top: 1.9375rem;
}

.layout-footer.layout-footer--sub {
	margin-top: 10.625rem;
}

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

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

.layout-message {
	margin-top: 6.25rem;
}

.layout-plan {
	margin-top: 5.9375rem;
	padding-bottom: 6.3125rem;
}

.layout-recommend {
	margin-top: 4.6875rem;
	padding-bottom: 6.1875rem;
	padding-top: 6.25rem;
}

.layout-voice {
	margin-top: 6.25rem;
}

.about__inner.inner {
	max-width: 65.625rem;
}

.about__head {
	border: 3px solid #103B78;
	border-radius: 11px;
	padding: 2.375rem 2.5rem;
	position: relative;
	text-align: center;
}

.about__head::before,
.about__head::after {
	content: "";
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
}

.about__head::before {
	border: 20px solid transparent;
	border-top: 35px solid #103B78;
}

.about__head::after {
	border: 20px solid transparent;
	border-top: 35px solid #fff;
	margin-top: -0.375rem;
}

.about__head-title {
	font-size: 1.875rem;
	font-weight: 500;
}

.about__head-lists {
	grid-row-gap: 1.1875rem;
	display: grid;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.0625rem;
	row-gap: 1.1875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.about__head-list {
	font-size: 1.25rem;
	padding-left: 3.125rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.about__head-list::before {
	background-image: url(../images/common/icon-check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.15625rem;
	left: 0;
	position: absolute;
	top: 0.5rem;
	width: 1.65625rem;
}

.about__head-list span {
	color: #4C7ABA;
}

.about__bottom {
	margin-top: 5.875rem;
}

.about__bottom-title-wrap {
	align-items: center;
	background: linear-gradient(to bottom, #fff 85%, #FFFF00, 86%, #FFFF00 100%);
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.about__bottom-title-wrap > img {
	-o-object-fit: contain;
	aspect-ratio: 175/60;
	height: 100%;
	object-fit: contain;
	width: 10.9375rem;
}

.about__bottom-title-wrap > span {
	display: inline-block;
	font-size: 2.625rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.about__bottom-title-wrap span strong {
	color: #E2683D;
}

.about__bottom-texts {
	text-align: center;
}

.about__bottom-texts > span:nth-of-type(1) {
	align-items: center;
	display: flex;
	justify-content: center;
}

.about__bottom-texts > span:nth-of-type(1) img {
	-o-object-fit: contain;
	aspect-ratio: 101/34;
	height: 100%;
	object-fit: contain;
	width: 6.3125rem;
}

.about__bottom-texts span {
	background: linear-gradient(to bottom, #fff 70%, #FFFF00, 86%, transparent 87%, transparent 100%);
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.about__bottom-texts span:nth-of-type(3) {
	display: block;
}

.about__bottom-items {
	grid-row-gap: 3.6875rem;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 2.3125rem;
	row-gap: 3.6875rem;
}

.about__bottom-sub-title {
	color: #134A96;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}

.about__bottom-text {
	border-top: 1px solid #103B78;
	font-size: 1.25rem;
	line-height: 1.7;
	margin-top: 1.625rem;
	padding-top: 1.25rem;
}

.button {
	border-radius: 7px;
	color: #fff;
	display: inline-block;
	padding: 0.453125rem;
	position: relative;
	text-align: center;
}

.button.button--blue,
.button.button--orange {
	padding: 0.46875rem 1.25rem 0.46875rem 0.625rem;
}

.button::after {
	background-image: url(../images/common/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.875rem;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.button p {
	position: relative;
}

.button p span {
	font-family: "Inter", sans-serif;
	font-weight: 700;
}

.button p span:nth-of-type(1) {
	display: inline-block;
	font-size: 1.375rem;
	line-height: 1;
}

.button p span:nth-of-type(2) {
	display: block;
	font-size: 0.875rem;
}

.button--green {
	background: #5DB9C5;
}

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

.button.button--tel p {
	padding-left: 1.4375rem;
}

.button.button--tel p::before {
	background-image: url(../images/common/icon-tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.0625rem;
	left: 0.5625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.0625rem;
}

.button.button--blue p span:nth-of-type(1),
.button.button--orange p span:nth-of-type(1) {
	font-size: 1.25rem;
}

.button--blue {
	background: #47A1E1;
	width: 17.9375rem;
}

.button.button--blue2 {
	background: #4AA0D9;
}

.button--orange {
	background: #E2683D;
	width: 14.375rem;
}

.button.button--lg {
	border-radius: 7px;
	padding: 1.75rem;
	width: 28.125rem;
}

.button.button--lg::after {
	right: 2.5rem;
}

.recommend__button .button::after {
	right: 3.875rem;
}

.button.button--lg p span:nth-of-type(1) {
	display: inline-block;
	font-size: 1.25rem;
}

.company__title {
	text-align: center;
}

.company__info {
	margin: 3rem auto 0;
	max-width: 48.75rem;
	width: 100%;
}

.company__info-row {
	align-items: flex-start;
	display: flex;
}

.company__info-row:not(:first-child) {
	border-top: 1px solid #D9D9D9;
	padding-top: 1.25rem;
}

.company__info-row:not(:last-child) {
	padding-bottom: 1.125rem;
}

.company__info-titie,
.company__info-text {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}

.company__info-titie {
	flex-shrink: 0;
	font-weight: 700;
	width: 19.375rem;
}

.company__info-text {
	width: calc(100% - 19.375rem);
}

.contact-form__items {
	grid-row-gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 3.625rem;
	row-gap: 2.5rem;
}

.contact-form__button {
	margin-top: 3.4375rem;
	text-align: center;
}

.contact-thanks__inner.inner {
	max-width: 55.625rem;
}

.contact-thanks__title {
	color: #030303;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
}

.contact-thanks__text {
	color: #030303;
	font-size: 1.25rem;
	letter-spacing: 0.02em;
	margin-top: 1.125rem;
	text-align: center;
}

.contact-thanks__text:nth-of-type(2) {
	font-weight: 500;
	margin-top: 3.625rem;
	text-align: center;
}

.contact-thanks__link {
	margin-top: 3.6875rem;
	text-align: center;
}

.contact-thanks__link a {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.contact__inner.inner {
	max-width: 55.625rem;
}

.contact__title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
}

.contact__text {
	font-size: 1.25rem;
	letter-spacing: 0.02em;
	margin-top: 1.1875rem;
	text-align: center;
}

.floating-button {
	border-radius: 7px;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	padding: 0.90625rem;
	position: relative;
	text-align: center;
	width: 21.25rem;
}

.floating-button::after {
	background-image: url(../images/common/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.3125rem;
}

.floating-button--green {
	background: #5DB9C5;
}

.floating-button--orange {
	background: #E2683D;
}

.floating {
	display: none;
}

.floating__wrap {
	height: inherit;
}

.floating__button {
	-moz-column-gap: 0.25rem;
	align-items: center;
	column-gap: 0.25rem;
	display: flex;
	display: none;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	max-width: 21.25rem;
	width: 100%;
}

.footer {
	background: #F7F9FF;
}

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

.footer__logo a img {
	-o-object-fit: contain;
	aspect-ratio: 188/65;
	height: 100%;
	object-fit: contain;
}

.footer__texts {
	grid-row-gap: 0.5rem;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
	row-gap: 0.5rem;
	text-align: center;
}

.form-item__label {
	align-items: center;
	display: flex;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.form-item__require {
	color: #E2683D;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-left: 0.875rem;
}

.form-item__input {
	margin-top: 0.5625rem;
}

.form-item__input [type=text],
.form-item__input [type=tel],
.form-item__input [type=email],
.form-item__input textarea {
	border: 1px solid #030303;
	border-radius: 7px;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	padding: 13.5px 20px;
	width: 100%;
}

.form-item__input [type=text]::-moz-placeholder,
.form-item__input [type=tel]::-moz-placeholder,
.form-item__input [type=email]::-moz-placeholder,
.form-item__input textarea::-moz-placeholder {
	color: #A9A9A9;
}

.form-item__input [type=text]::placeholder,
.form-item__input [type=tel]::placeholder,
.form-item__input [type=email]::placeholder,
.form-item__input textarea::placeholder {
	color: #A9A9A9;
}

.form-item__input textarea {
	max-height: 12.5rem !important;
}

.form-item__input textarea {
	min-height: 12.5rem;
	resize: none;
}

.fv {
	height: 37.0625rem;
	position: relative;
}

.fv::before {
	background-image: url(../images/common/fv-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.fv__inner {
	height: inherit;
	position: relative;
}

.fv__inner.inner {
	max-width: 75rem;
}

.fv__message {
	left: calc(50% - min(47vw, 35.9375rem));
	position: absolute;
	top: 2.5rem;
}

.fv__text {
	display: inline-block;
	font-size: 2.25rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-left: 3.0625rem;
	position: relative;
}

.fv__text strong {
	font-weight: 400;
	position: relative;
}

.fv__text strong::before {
	background-image: url(../images/common/fv-circle.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: -10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}

.fv__text::after {
	background-image: url(../images/common/fv-border.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.375rem;
	content: "";
	height: 1.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.fv__title {
	font-size: 3.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.9375rem;
}

.fv__title span {
	display: inline-block;
	font-size: 3rem;
}

.fv__sub-title {
	background: #fff;
	border-radius: 10px;
	margin-top: 0.3125rem;
	padding: 0.875rem 2.625rem 0.875rem 2.1875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__sub-title-wrap {
	-moz-column-gap: 14px;
	align-items: center;
	column-gap: 14px;
	display: flex;
}

.fv__sub-title-wrap p {
	font-size: 2rem;
	font-weight: 400;
}

.fv__sub-title-wrap img {
	-o-object-fit: contain;
	aspect-ratio: 204/70;
	height: 100%;
	object-fit: contain;
	width: 12.75rem;
}

.fv__buttons {
	display: flex;
	flex-direction: column;
	margin-top: 2.25rem;
	row-gap: 10px;
}

.fv__button {
	margin-left: 2.1875rem;
}

.fv__message .fv__button:nth-child(2) {
	margin-top: 0;
}

.fv__image {
	bottom: 0;
	max-width: 38.8125rem;
	position: absolute;
	right: calc(50% - min(45vw, 35.625rem));
	width: 100%;
}

.fv__image img {
	-o-object-fit: cover;
	aspect-ratio: 621/600;
	height: 100%;
	object-fit: cover;
}

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

.fv__button .button.button--tel {
	border-radius: 7px;
}

.header {
	background: #134A96;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__inner.inner {
	max-width: 85.625rem;
}

.header__left {
	-moz-column-gap: 0.625rem;
	align-items: center;
	column-gap: 0.625rem;
	display: flex;
	height: inherit;
}

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

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

.header__logo a img {
	-o-object-fit: contain;
	aspect-ratio: 60/20;
	height: 1.25rem;
	object-fit: contain;
	width: 100%;
}

.header__text {
	color: #F5F5F5;
	font-size: 0.875rem;
}

.header__right {
	height: inherit;
}

.header__buttons {
	-moz-column-gap: 1.25rem;
	align-items: center;
	column-gap: 1.25rem;
	display: flex;
	height: inherit;
}

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

.message__inner.inner {
	max-width: 70.625rem;
}

.message__title {
	text-align: center;
}

.message__container {
	-moz-column-gap: 4.5rem;
	align-items: flex-start;
	column-gap: 4.5rem;
	display: flex;
	margin-top: 3.125rem;
}

.message__image {
	flex-shrink: 0;
	max-width: 26.875rem;
	width: 100%;
}

.message__image img {
	-o-object-fit: cover;
	aspect-ratio: 430/480;
	height: 100%;
	object-fit: cover;
}

.message__texts {
	width: calc(100% - 26.875rem);
}

.message__sub-title {
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.7;
}

.message__text {
	font-size: 1.125rem;
	margin-top: 2.375rem;
}

.message__name {
	display: flex;
	flex-direction: column;
	margin-top: 3.8125rem;
	text-align: right;
}

.message__name p {
	font-size: 1.25rem;
}

.plan {
	background: #D9F1FF;
	overflow: hidden;
}

.plan__inner.inner {
	max-width: 70.625rem;
}

.plan__top {
	height: 23.75rem;
	height: 26.3888888889vw;
	position: relative;
}

.plan__top::before {
	background-image: url(../images/common/plan-head.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
}

.plan__title {
	left: 50%;
	position: absolute;
	top: 8.5625rem;
	transform: translateX(-50%);
	z-index: 5;
}

.plan__lists {
	grid-row-gap: 5.5625rem;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 5.6875rem;
	row-gap: 5.5625rem;
}

.plan__list {
	background: #fff;
	position: relative;
}

.plan__list:nth-child(1) {
	padding: 2.4375rem 7.5rem 2.5rem;
}

.plan__list:nth-child(2) {
	padding: 2.4375rem 2.5rem 3.5625rem;
}

.plan__category {
	background: #5DB9C5;
	border-radius: 27px;
	color: #fff;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	left: 50%;
	padding: 0.375rem;
	position: absolute;
	text-align: center;
	top: -1.875rem;
	transform: translateX(-50%);
	width: 26.25rem;
}

.plan__category span {
	display: inline-block;
}

.plan__sub-title {
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 1.875rem;
	text-align: center;
}

.plan__head {
	-moz-column-gap: 3.625rem;
	align-items: flex-start;
	column-gap: 3.625rem;
	display: flex;
	justify-content: center;
	margin-top: 1.875rem;
}

.plan__head-text-wrap {
	position: relative;
}

.plan__head-text-wrap::before {
	background-image: url(../images/common/plan-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.4375rem;
	left: -2.5625rem;
	position: absolute;
	top: 1.4375rem;
	width: 2.5625rem;
}

.plan__list:nth-child(1) .plan__head-image {
	max-width: 22.75rem;
	width: 100%;
}

.plan__list:nth-child(1) .plan__head-image img {
	-o-object-fit: cover;
	aspect-ratio: 364/233;
	height: 100%;
	object-fit: cover;
}

.plan__list:nth-child(2) .plan__head-image {
	max-width: 26.25rem;
	width: 100%;
}

.plan__list:nth-child(2) .plan__head-image img {
	-o-object-fit: cover;
	aspect-ratio: 420/230;
	height: 100%;
	object-fit: cover;
}

.plan__list:nth-child(1) .plan__head-message {
	margin-top: 2.5625rem;
	width: calc(100% - 22.75rem);
}

.plan__list:nth-child(2) .plan__head-message {
	width: calc(100% - 26.25rem);
}

.plan__head-message {
	text-align: center;
}

.plan__head-message > span {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 1.25rem;
	text-align: center;
}

.plan__head-message > span strong {
	color: #E2683D;
}

.plan__head-text-wrap {
	background: linear-gradient(90deg, #EEEEEE, transparent);
	border: 1px solid #fff;
	border-radius: 15px;
	box-shadow: 0 10px 10px rgba(34, 34, 34, 0.1);
	padding: 1.875rem 1.125rem 1.875rem 2.0625rem;
	position: relative;
}

.plan__head-text-wrap::before {
	background-image: url(../images/common/plan-hukidasi.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2.25rem;
	left: -2.875rem;
	position: absolute;
	top: 1.4375rem;
	width: 3.375rem;
}

.plan__head-text-wrap::after {
	background: #EEE;
	content: "";
	height: 0.75rem;
	left: -0.0625rem;
	position: absolute;
	top: 1.9375rem;
	width: 1px;
}

.plan__head-text-wrap p {
	font-size: 1.25rem;
	text-align: center;
}

.plan__head-text-wrap p strong {
	font-weight: 600;
}

.plan__button {
	margin-top: 1.875rem;
	text-align: center;
}

.recommend-list {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	padding: 2.5rem 1.25rem;
}

.recommend-list__head-wrap {
	-moz-column-gap: 2.5rem;
	align-items: flex-start;
	column-gap: 2.5rem;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 52.5rem;
	width: 100%;
}

.recommend-list__head-wrap span {
	align-items: center;
	background: linear-gradient(180deg, #515590, #5DB9C5);
	border-radius: 15px;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 3rem;
	font-weight: 900;
	height: 5.625rem;
	justify-content: center;
	width: 5.625rem;
}

.recommend-list__head-texts {
	width: calc(100% - 5.625rem);
}

.recommend-list__head-title {
	color: #134A96;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.46;
}

.recommend-list:nth-child(2) .recommend-list__head-title {
	margin-top: 1.4375rem;
}

.recommend-list:nth-child(3) .recommend-list__head-title {
	margin-top: 1.5rem;
}

.recommend-list__head-text {
	font-size: 1.25rem;
	line-height: 1.47;
	margin-top: 1.25rem;
}

.recommend-list__bottoms {
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
	row-gap: 2.5rem;
}

.recommend-list__bottom {
	border: 9px solid #103B78;
	padding: 4.4375rem 2.5rem 1.25rem;
	position: relative;
}

.recommend-list__bottoms .recommend-list__bottom:nth-child(2) img {
	-o-object-fit: contain;
	aspect-ratio: 967/570;
	height: 100%;
	object-fit: contain;
	width: 60.4375rem;
}

.recommend-list__category {
	background: #103B78;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	left: -1px;
	padding: 0.1875rem 2.0625rem 0.625rem;
	position: absolute;
	text-align: center;
	top: -1px;
	z-index: 5;
}

.recommend-list__bottom-images {
	-moz-column-gap: 3.75rem;
	align-items: center;
	column-gap: 3.75rem;
	display: flex;
	justify-content: center;
}

.recommend-list__bottom-images img {
	-o-object-fit: cover;
	aspect-ratio: 390/260;
	height: 100%;
	object-fit: cover;
	width: 24.375rem;
}

.recommend-list__bottom-items {
	grid-column-gap: 1.625rem;
	-moz-column-gap: 1.625rem;
	column-gap: 1.625rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 54.375rem;
	max-width: 850px;
	width: 100%;
}

.recommend-list__bottom-item {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.recommend-list__bottom-item img,
.recommend-list__bottom-item-image {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 15.0625rem;
	object-fit: contain;
	width: 15.0625rem;
}

.recommend-list__bottom-item-image {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.recommend-list__bottom-item:last-child .recommend-list__bottom-item-image::before {
	background-image: url(../images/common/kirakira.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.875rem;
	position: absolute;
	right: 2.5rem;
	top: -2.375rem;
	width: 1.8125rem;
}

.recommend-list__bottom-item p {
	font-size: 0.75rem;
	margin: 1.3125rem auto 0;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.recommend-list__bottom-image img {
	-o-object-fit: cover;
	aspect-ratio: 919/350;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
	width: 57.4375rem;
}

.recommend__button {
	margin-top: 3.9375rem;
	text-align: center;
}

.recommend-list__table {
	padding-top: 1.75rem;
}

.recommend-list__table::-webkit-scrollbar {
	display: none;
}

.recommend-list__bottom.recommend-list__bottom--mt {
	margin-top: 2.5rem;
}

.recommend {
	background: #134A96;
}

.recommend__inner.inner {
	max-width: 70.625rem;
}

.recommend__title {
	background: #fff;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 52.5rem;
	padding: 2.4375rem;
	position: relative;
	width: 100%;
}

.recommend__title::before {
	border: 23px solid transparent;
	border-top: 36px solid #fff;
	content: "";
	left: 50%;
	position: absolute;
	top: 99%;
	transform: translateX(-50%);
}

.recommend__title-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
}

.recommend__title-wrap > img {
	-o-object-fit: contain;
	aspect-ratio: 175/60;
	height: 100%;
	object-fit: contain;
	width: 10.9375rem;
}

.recommend__title-wrap > span {
	display: inline-block;
	font-size: 2.625rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.recommend__title-wrap span strong {
	color: #E2683D;
}

.recommend__lists {
	grid-row-gap: 2.5625rem;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 76px;
	row-gap: 2.5625rem;
}

.recommend__wrap {
	text-align: center;
}

.recommend__wrap span:nth-of-type(1) {
	align-items: center;
	display: flex;
}

.recommend__wrap span:nth-of-type(1) img {
	-o-object-fit: contain;
	aspect-ratio: 111/40;
	height: 100%;
	object-fit: contain;
	width: 6.9375rem;
}

.recommend__wrap span {
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.recommend__wrap span strong {
	color: #E2683D;
}

.section-title__main {
	font-size: 2.625rem;
	letter-spacing: 0.02em;
}

.section-title.section-title--white .section-title__main {
	color: #fff;
}

.submit-button {
	background: #E2683D;
	border-radius: 7px;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 1.25rem;
	width: 28.125rem;
}

.table {
	overflow-x: scroll;
}

.table__lists {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.table .is-row {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	text-align: center;
}

.table .table__row:nth-child(2) .is-row {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.table__row .is-column {
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	text-align: center;
}

.table__row .is-column2 {
	padding-top: 1.375rem;
}

.table .table__row:nth-child(2) .is-column {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.table__container {
	display: flex;
}

.table__left {
	align-items: center;
	background: #4DBAC7;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	display: flex;
	justify-content: center;
	width: 3.75rem;
}

.table__left span {
	color: #fff;
	writing-mode: vertical-lr;
}

.table__row {
	display: flex;
	width: 100%;
}

.table__row:nth-child(1) span:nth-of-type(1),
.table__row:nth-child(2) > span:nth-of-type(1) {
	width: 15.75rem;
}

.table__row:nth-child(1) span:nth-of-type(2),
.table__wrap span:nth-of-type(2),
.table__row:nth-child(2) span:nth-of-type(2) {
	width: 15.4375rem;
}

.table__row:nth-child(1) span:nth-of-type(3),
.table__row:nth-child(2) span:nth-of-type(3),
.table__wrap span:nth-of-type(3) {
	width: 21.375rem;
}

.table__row:nth-child(1) span:nth-of-type(3) img {
	-o-object-fit: contain;
	aspect-ratio: 134/45;
	height: 100%;
	object-fit: contain;
	width: 8.375rem;
}

.is-orange {
	color: #FCA167;
	font-weight: 700;
}

.is-gray {
	background: #F4F4F4;
}

.is-border1 {
	border-left: 5px solid #5DB9C5;
	border-right: 5px solid #5DB9C5;
	border-top: 5px solid #5DB9C5;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.table__row:nth-child(1) .is-border1 {
	margin-top: -1.75rem;
}

.is-border2 {
	border-left: 5px solid #5DB9C5;
	border-right: 5px solid #5DB9C5;
}

.is-border3 {
	border-bottom: 5px solid #5DB9C5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left: 5px solid #5DB9C5;
	border-right: 5px solid #5DB9C5;
}

.is-green {
	background: #4DBAC7;
	border-top: 1px solid #fff;
	color: #fff;
}

.is-right-green {
	background: #E0FBFF;
}

.table__wrap {
	display: flex;
}

.table__wrap span:nth-of-type(1) {
	width: 12rem;
}

.is-row.is-row--last {
	border-bottom: 1px solid #F4F4F4;
}

.voice__inner.inner {
	max-width: 70.625rem;
}

.voice__title {
	text-align: center;
}

.voice__video {
	margin-top: 3.625rem;
}

.voice__video iframe {
	-o-object-fit: cover;
	aspect-ratio: 1080/605;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

.plan__title {
	top: 50%;
	transform: translate(-50%, -50%);
}

}

@media (max-width: 1440px) {

html {
	font-size: 1.1111111111vw;
}

}

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

.plan__list:nth-child(1) {
	padding: 2.4375rem 4.375rem 2.5rem;
}

.recommend__lists {
	margin-top: 50px;
	row-gap: 1.625rem;
}

}

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

.md-none {
	display: none;
}

.md-show {
	display: block;
}

html {
	font-size: 16px;
}

.layout-company {
	margin-top: 3.75rem;
}

.layout-contact-thanks {
	margin-top: 6.875rem;
}

.layout-contact {
	margin-top: 6.875rem;
}

.layout-footer {
	margin-top: 3.75rem;
	padding-bottom: 6.25rem;
	padding-top: 2.5rem;
}

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

.layout-header {
	height: 3.125rem;
}

.layout-message {
	margin-top: 4.375rem;
}

.layout-plan {
	margin-top: 60px;
	padding-bottom: 60px;
}

.layout-recommend {
	margin-top: 3.75rem;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.layout-voice {
	margin-top: 3.125rem;
}

.about__inner.inner {
	max-width: 43.125rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.about__head {
	border: 2px solid #103B78;
	padding: 1.6875rem 1rem;
}

.about__head::after {
	margin-top: -0.3125rem;
}

.about__head-title {
	font-size: 1.25rem;
}

.about__head-lists {
	margin-top: 1.1875rem;
	row-gap: 0.75rem;
}

.about__head-list {
	font-size: 1rem;
	padding-left: 2.3125rem;
	text-align: left;
}

.about__head-list::before {
	top: 0.125rem;
}

.about__bottom {
	margin-top: 3.4375rem;
}

.about__bottom-title-wrap {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
}

.about__bottom-title-wrap > img {
	aspect-ratio: 101/34;
	height: 2.125rem;
	width: 6.3125rem;
}

.about__bottom-title-wrap > span {
	display: none;
	font-size: 1.625rem;
}

.about__bottom-items {
	margin-top: 1.625rem;
	row-gap: 1.125rem;
}

.about__bottom-sub-title {
	font-size: 1.25rem;
}

.about__bottom-text {
	font-size: 1rem;
	margin-top: 0.8125rem;
	padding-top: 0.875rem;
}

.button--tel {
	width: 18.4375rem;
}

.button.button--tel p::before {
	left: 1.1875rem;
}

.button.button--lg {
	padding: 1.125rem;
	width: 18.4375rem;
}

.button.button--lg::after {
	right: 0.9375rem;
}

.button.button--lg p span:nth-of-type(1) {
	font-size: 1.125rem;
}

.company__info {
	margin-top: 1.875rem;
}

.company__info-row {
	flex-direction: column;
}

.company__info-titie,
.company__info-text {
	font-size: 1rem;
}

.company__info-titie {
	width: 100%;
}

.company__info-text {
	margin-top: 0.625rem;
	width: 100%;
}

.contact-form__items {
	margin-top: 2.4375rem;
	row-gap: 1.875rem;
}

.contact-form__button {
	margin-top: 2.1875rem;
}

.contact-thanks__inner.inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.contact-thanks__title {
	font-size: 1.375rem;
}

.contact-thanks__text {
	font-size: 1rem;
	margin-top: 0.75rem;
}

.contact-thanks__text:nth-of-type(2) {
	margin-top: 2.375rem;
}

.contact-thanks__link {
	margin-top: 2.25rem;
}

.contact-thanks__link a {
	font-size: 0.875rem;
}

.contact__inner.inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.contact__title {
	font-size: 1.375rem;
}

.contact__text {
	font-size: 1rem;
	margin-top: 0.75rem;
}

.floating {
	align-items: center;
	background: rgba(136, 136, 136, 0.5);
	bottom: 0;
	display: flex;
	display: none;
	height: 5rem;
	justify-content: center;
	left: 50%;
	position: fixed;
	transform: translateX(-50%);
	width: 100vw;
	z-index: 1000;
}

.floating__button {
	display: flex;
}

.footer__logo {
	width: 9.375rem;
}

.footer__logo a img {
	aspect-ratio: 150/51;
}

.footer__texts {
	margin-top: 1.25rem;
}

.form-item__label {
	font-size: 0.875rem;
}

.form-item__require {
	font-size: 0.75rem;
	margin-left: 0.25rem;
}

.fv {
	height: 48.375rem;
}

.fv::before {
	background-image: url(../images/common/fv-bg-sp.png);
}

.fv__message {
	left: 50%;
	max-width: 19.6875rem;
	top: 1.875rem;
	transform: translateX(-50%);
	width: 100%;
}

.fv__text {
	font-size: 1.625rem;
	letter-spacing: 0.04em;
	margin-left: 0;
}

.fv__text strong::before {
	left: -0.5rem;
}

.fv__text::after {
	bottom: -1.9375rem;
	height: 22px;
}

.fv__title {
	font-size: 1.75rem;
	margin: 2.1875rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__title span {
	font-size: 1.5rem;
}

.fv__sub-title {
	margin-top: 0.625rem;
	padding: 1.34375rem 1.40625rem;
}

.fv__sub-title-wrap {
	-moz-column-gap: 1px;
	column-gap: 1px;
}

.fv__sub-title-wrap p {
	font-size: 1.5rem;
}

.fv__sub-title-wrap img {
	aspect-ratio: 100/34;
	width: 6.25rem;
}

.fv__buttons {
	margin-top: 1.375rem;
}

.fv__button {
	margin-left: 0;
	text-align: center;
}

.fv__image {
	left: 50%;
	max-width: 19.6875rem;
	right: auto;
	right: initial;
	transform: translateX(-50%);
}

.fv__image img {
	aspect-ratio: 315/292;
}

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

.header__inner {
	justify-content: center;
}

.header__left {
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.header__logo {
	width: 3.75rem;
}

.header__text {
	font-size: 0.75rem;
}

.inner {
	max-width: 39.375rem;
	padding-left: 15px;
	padding-right: 15px;
}

.message__inner.inner {
	max-width: 39.375rem;
}

.message__container {
	flex-direction: column;
	margin-top: 30px;
}

.message__image {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.message__image img {
	aspect-ratio: 345/371;
}

.message__texts {
	margin-top: 30px;
	width: 100%;
}

.message__sub-title {
	font-size: 1.125rem;
}

.message__text {
	font-size: 1rem;
	margin-top: 20px;
}

.message__name {
	margin-top: 40px;
}

.message__name p {
	font-size: 1rem;
}

.plan__inner.inner {
	max-width: 39.375rem;
}

.plan__top {
	height: 40vw;
}

.plan__top::before {
	background-image: url(../images/common/plan-head-sp.png);
}

.plan__title {
	text-align: center;
	top: 3.25rem;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.plan__lists {
	margin-top: 3.4375rem;
}

.plan__list:nth-child(1) {
	padding: 1.875rem 0.9375rem 2.5rem;
}

.plan__category {
	border-radius: 10px;
	font-size: 1.125rem;
	padding: 0.40625rem;
	top: -1.25rem;
	width: 17.1875rem;
}

.plan__category span {
	display: none;
}

.plan__sub-title {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.plan__head {
	flex-direction: column-reverse;
	margin-top: 1.5625rem;
}

.plan__list:nth-child(1) .plan__head-image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 19.6875rem;
	max-width: 84vw;
}

.plan__list:nth-child(1) .plan__head-image img {
	-o-object-fit: contain;
	aspect-ratio: 315/157;
	object-fit: contain;
}

.plan__list:nth-child(2) .plan__head-image {
	max-width: 19.6875rem;
}

.plan__list:nth-child(1) .plan__head-message {
	margin-top: 0;
	width: 100%;
}

.plan__list:nth-child(2) .plan__head-message {
	width: 100%;
}

.plan__head-text-wrap::before {
	background-image: url(../images/common/plan-hukidasi2.svg);
	bottom: -1.875rem;
	height: 1.9375rem;
	left: 5.0625rem;
	top: auto;
	top: initial;
}

.plan__head-text-wrap::after {
	bottom: -0.0625rem;
	height: 1.5px;
	left: 6rem;
	top: auto;
	top: initial;
	width: 0.9375rem;
}

.plan__head-text-wrap p {
	font-size: 0.875rem;
}

.recommend-list {
	padding: 1.875rem 1rem 30px;
}

.recommend-list__head-wrap {
	flex-direction: column;
}

.recommend-list__head-wrap span {
	font-size: 1.875rem;
	height: 3.125rem;
	width: 3.125rem;
}

.recommend-list__head-texts {
	margin-top: 1rem;
	width: 100%;
}

.recommend-list__head-title {
	font-size: 1.25rem;
}

.recommend-list:nth-child(2) .recommend-list__head-title {
	margin-top: 1rem;
}

.recommend-list:nth-child(3) .recommend-list__head-title {
	margin-top: 0;
}

.recommend-list__head-text {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0.5625rem;
}

.recommend-list__bottoms {
	display: flex;
	flex-direction: column;
	margin-top: 1.25rem;
	row-gap: 1.25rem;
}

.recommend-list__bottom {
	border: 5px solid #103B78;
	padding: 2.8125rem 0.875rem 0.9375rem;
}

.recommend-list__bottoms .recommend-list__bottom:nth-child(2) img {
	aspect-ratio: 286/200;
}

.recommend-list__category {
	font-size: 0.875rem;
	padding: 0 0.875rem 0.25rem;
}

.recommend-list__bottom-images {
	flex-direction: column;
	row-gap: 0.9375rem;
}

.recommend-list__bottom-images img {
	aspect-ratio: 275/183;
}

.recommend-list__bottom-items {
	grid-template-columns: 1fr;
	row-gap: 1.25rem;
}

.recommend-list__bottom-item:last-child .recommend-list__bottom-item-image::before {
	right: 1.875rem;
	top: -0.625rem;
}

.recommend-list__bottom-item p {
	margin-top: 0.625rem;
}

.recommend-list__bottom-image img {
	aspect-ratio: 296/604;
}

.recommend__button {
	margin-top: 2.8125rem;
}

.recommend-list__table {
	-ms-overflow-style: none;
	overflow-x: scroll;
	scrollbar-width: none;
}

.recommend-list__bottom.recommend-list__bottom--mt {
	margin-top: 1.25rem;
}

.recommend__inner.inner {
	max-width: 39.375rem;
}

.recommend__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 18.4375rem;
	padding: 1.25rem 1.46875rem;
}

.recommend__title::before {
	border: 16px solid transparent;
	border-top: 17px solid #fff;
}

.recommend__title-wrap > span {
	display: none;
}

.section-title__main {
	font-size: 1.5rem;
}

.submit-button {
	font-size: 1.125rem;
	padding: 1.03125rem;
	width: 19.6875rem;
}

.table__lists {
	min-width: 52.5625rem;
	width: 52.5625rem;
}

.voice__video {
	margin-top: 30px;
}

.voice__video iframe {
	aspect-ratio: 345/193;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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