body {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

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

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

.layout-contact-from {
	margin-top: 3rem;
	padding-bottom: 4.25rem;
	padding-top: 5.625rem;
}

.layout-contact {
	margin-top: 2.9375rem;
	padding-bottom: 4.375rem;
	padding-top: 5.625rem;
}

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

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

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

.layout-footer {
	margin-top: 3rem;
	padding-top: 2.1875rem;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.layout-lower-contact {
	margin-top: 3rem;
	padding-bottom: 4.375rem;
	padding-top: 5.625rem;
}

.layout-lower-footer {
	margin-top: 3rem;
	padding-top: 2.1875rem;
}

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

.layout-reason {
	margin-top: 3.75rem;
	padding-bottom: 7rem;
	padding-top: 4.25rem;
}

.layout-service {
	padding-bottom: 3rem;
	padding-top: 4.375rem;
}

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

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

.button {
	background: #fff;
	border: 1px solid #328778;
	border: 1px solid var(--main, #328778);
	border-radius: 4px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	color: #328778;
	color: var(--main, #328778);
	display: inline-block;
	font-family: Poppins;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.875rem 3.75rem;
	padding: 14px 65px 14px 53px;
	position: relative;
}

.button::before {
	background: url(./../images/common/icon-dott.svg) no-repeat center center/contain;
	content: "";
	height: 0.375rem;
	position: absolute;
	right: 3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.375rem;
}

.company-profile__list {
	border-bottom: 1px solid #d2eae5;
	border-radius: 4px;
	display: flex;
	font-size: 0.8125rem;
	gap: 1.5rem;
	letter-spacing: 0.08em;
	line-height: 1.3;
	padding-bottom: 1.25rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 1.25rem;
}

.company-profile__list + .company-profile__list {
	margin-top: 0.625rem;
}

.company-profile__term {
	text-wrap: nowrap;
	color: #328778;
	flex-shrink: 0;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 6rem;
	text-align: center;
	width: 100%;
}

.company-profile__description {
	color: #2f2f2f;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.company__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.company__profile {
	margin-top: 4.375rem;
}

.company__map {
	height: 26.25rem;
	margin-top: 2.625rem;
	overflow: hidden;
}

.company__map iframe {
	-o-object-fit: cover;
	height: 37.5rem;
	margin-top: -170px;
	object-fit: cover;
	width: 100%;
}

.contact-button {
	background: #328778;
	background: var(--main, #328778);
	border-radius: 4px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.75rem 3rem;
	transition: 0.3s;
}

.contact-form {
	margin-top: 1.5625rem;
}

.contact-form__wrap + .contact-form__wrap {
	margin-top: 1.0625rem;
}

.contact-form__label {
	color: #B5B5B6;
	font-size: 1.25rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-left: 1rem;
}

.contact-form__label span {
	color: #ff3f02;
	display: inline-block;
	margin-left: 0.1875rem;
}

.contact-form__input {
	margin-top: 0.375rem;
}

.contact-form__input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border-radius: 0;
	color: #2F2F2F;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	padding: 0.625rem;
	width: 100%;
}

.contact-form__input input:focus {
	outline: none;
}

.contact-form__input input::-moz-placeholder {
	color: #B5B5B6;
	font-weight: 300;
}

.contact-form__input input::placeholder {
	color: #B5B5B6;
	font-weight: 300;
}

.contact-form__radio {
	margin-top: 0.625rem;
}

.contact-form__radio label:not(:first-of-type) {
	margin-left: 0.9375rem;
}

.contact-form__radio input {
	display: none;
}

.contact-form__radio input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1.125rem;
	line-height: 1;
	padding: 0 0 0 1.5625rem;
	position: relative;
}

.contact-form__radio input + span::before {
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.contact-form__radio input + span::after {
	background: #333;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	left: 0.25rem;
	opacity: 0;
	padding: 0.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.625rem;
}

.contact-form__radio input:checked + span::after {
	opacity: 1;
}

.contact-form__textarea {
	margin-top: 0.625rem;
}

.contact-form__textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	background-image: none;
	border-radius: 0;
	color: #2F2F2F;
	font-size: 1rem;
	height: 6.875rem;
	padding: 0.625rem;
	resize: none;
	width: 100%;
}

.contact-form__textarea textarea:focus {
	box-shadow: none;
	outline: none;
}

.contact-form__textarea textarea::-moz-placeholder {
	color: #B5B5B6;
	font-weight: 300;
}

.contact-form__textarea textarea::placeholder {
	color: #B5B5B6;
	font-weight: 300;
}

.contact-form__submit {
	margin-top: 0.3125rem;
	text-align: center;
}

.contact-form__submit input {
	-webkit-text-decoration: none;
	background: #328778;
	background: var(--main, #328778);
	background-image: none;
	border: none;
	border-radius: 4px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	font-weight: 700;
	line-height: 1;
	padding: 0.9375rem 2.8125rem;
	text-decoration: none;
	transition: 0.3s;
}

.contact-form__submit input:hover,
.contact-form__submit input:focus {
	outline: none;
}

.contact-form__submit input::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.contact-thanks__text {
	color: #2F2F2F;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

.contact-thanks__text + .contact-thanks__text {
	margin-top: 1.5rem;
}

.contact {
	background: linear-gradient(84deg, rgba(210, 234, 229, 0.3) 15.85%, rgba(76, 213, 255, 0.15) 91.81%);
	position: relative;
}

.contact__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 0.625rem;
	width: 100%;
}

.contact__wrap {
	margin-top: 4.6875rem;
}

.contact__text {
	color: #2f2f2f;
	color: #2f2f2f; /* type@16 - 本文 */
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 2.625rem;
}

.difference-card {
	grid-gap: 1.5rem;
	background: #fff;
	border: 1px solid #328778;
	border: 1px solid var(--main, #328778);
	border-radius: 4px;
	display: grid;
	gap: 1.5rem;
	grid-template-rows: auto auto;
	padding: 1.25rem 1rem;
}

.difference-card__number {
	color: #328778;
	font-family: Jost;
	font-size: 2.625rem;
	font-style: italic;
	font-weight: 400;
	text-align: center;
}

.difference-card__text {
	color: #2F2F2F;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.difference-card__text--center {
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
	text-align: center;
}

.difference__items {
	grid-gap: 0.6875rem;
	display: grid;
	gap: 0.6875rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.6875rem;
	max-width: 22.1875rem;
	width: 100%;
}

.faq-list__item {
	border-top: 1px solid #328778;
	border-top: 1px solid var(--main, #328778);
}

.faq-list__item:last-of-type {
	border-bottom: 1px solid #328778;
	border-bottom: 1px solid var(--main, #328778);
}

.faq-list__item + .faq-list__item {
	margin-top: 0.75rem;
}

.faq-list__item-question {
	color: #328778;
	color: var(--main, #328778);
	cursor: pointer;
	font-family: "Zen Kaku Gothic New";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 1.125rem 4.8125rem 0rem 0;
	position: relative;
}

.faq-list__item-question--last {
	padding-bottom: 1.125rem;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
	background: #b5b5b6;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transition: 0.3s;
	width: 1.125rem;
}

.faq-list__item-question::after {
	transform: rotate(90deg);
}

.faq-list__item-question.is-open::after {
	transform: rotate(0deg);
}

.faq-list__item-answer {
	background: rgba(210, 234, 229, 0.4);
	border-radius: 4px;
	color: #2f2f2f;
	display: none; /* type@16 - 本文(日本語) */
	font-family: "Zen Kaku Gothic New";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 1.0625rem;
	padding: 0.75rem;
}

.faq__inner {
	margin: auto;
	max-width: prem(600);
	width: 100%;
}

.faq__list {
	margin-top: 4.6875rem;
}

.faq__button {
	margin-top: 2.625rem;
	text-align: center;
}

.flow-list__item {
	display: flex;
	gap: 1.5rem;
	justify-content: space-around;
}

.flow-list__item + .flow-list__item {
	margin-top: 1.4375rem;
}

.flow-list__item-img {
	height: 6.5rem;
	width: 6.5rem;
}

.flow-list__item-img--border {
	position: relative;
}

.flow-list__item-img--border::after {
	background: #d2eae5;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 6.375rem;
	transform: translateX(-50%);
	width: 0.1875rem;
	z-index: -1;
}

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

.flow-list__item-img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.flow-list__item-content {
	width: 60%;
}

.flow-list__item-title {
	color: #328778;
	color: var(--main, #328778);
	font-family: "Zen Kaku Gothic New";
	font-size: 1rem;
	font-weight: 700;
}

.flow-list__item-text {
	color: #2f2f2f; /* type@16 - 本文(日本語) */
	font-family: "Zen Kaku Gothic New";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.flow__inner {
	max-width: 37.5rem;
	width: 100%;
}

.flow__list {
	margin-top: 4.375rem;
}

.flow__button {
	margin-top: 2.625rem;
	text-align: center;
}

.footer {
	background-color: #fbfbfc;
}

.footer__inner.inner {
	margin: auto;
	max-width: 16.25rem;
	width: 100%;
}

.footer__wrap {
	display: flex;
	flex-direction: column;
}

.footer__nav-items {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.875rem;
}

.footer__nav-item a {
	color: #328778;
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	line-height: 125%;
	padding: 0.625rem 0 0.625rem;
	position: relative;
	transition: 0.3s;
}

.footer__nav-item a:hover {
	color: #d2eae5;
}

.footer__left {
	margin-top: 1.875rem;
}

.footer__logo {
	max-width: 10rem;
	width: 100%;
}

.footer__logo a {
	display: block;
	padding: 0.625rem 0;
}

.footer__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__company {
	color: #328778;
	color: var(--main, #328778);
	font-family: "Zen Kaku Gothic New";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 131.25%; /* 131.25% */
	margin-top: 1.0625rem;
}

.footer__address {
	color: #328778;
	color: var(--main, #328778);
	font-family: "Zen Kaku Gothic New";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 131.25%; /* 131.25% */
	margin-top: 1rem;
}

.footer__copyright {
	color: #b5b5b6;
	display: block;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	margin-top: 2.8125rem;
	position: relative;
	text-align: center;
}

.footer__copyright::before {
	background: linear-gradient(90deg, rgba(50, 135, 120, 0) 0%, #eeeef0 50%, rgba(50, 135, 120, 0) 100%);
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: -1.0625rem;
	transform: translateX(-50%);
	width: 100%;
}

.fv {
	height: 650px;
}

.fv__inner {
	height: inherit;
}

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

.fv__img {
	display: block;
	height: inherit;
}

.fv__img source {
	aspect-ratio: 375/650;
	overflow: hidden;
}

.fv__img img {
	height: inherit;
}

.fv__img source {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__content {
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.fv__title {
	color: #fff;
	font-family: Zen Old Mincho;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.fv__logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5625rem;
	width: min(100%, 17.8125rem);
}

.fv__lead {
	color: #fff;
	font-family: Zen Old Mincho;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 175%; /* 175% */
	margin-top: 3.25rem;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.14);
}

.fv__button {
	margin-top: 2rem;
	text-align: center;
}

.header {
	background-color: #fff;
	height: 3.4375rem;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 0.9375rem;
}

.header__logo {
	height: inherit;
	max-width: 6.75rem;
	width: 100%;
}

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

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__nav {
	display: none;
	height: inherit;
}

.header__nav-list {
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__nav-item.header__nav-item--contact {
	align-items: center;
	display: flex;
	margin-left: 1.6875rem;
}

.header__nav-item a {
	align-items: center;
	color: #2f2f2f;
	display: flex;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	height: inherit;
	padding: 0 1.625rem;
	transition: 0.3s;
}

.header__nav-item a:hover {
	color: #328778;
}

.header__nav-item.header__nav-item--contact a {
	background: #328778;
	background: var(--main, #328778);
	border-radius: 4px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-family: "Rubik";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	height: auto;
	height: initial;
	padding: 0.75rem 3rem;
	position: relative;
	transition: 0.3s;
}

.header__hamburger {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: inherit;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 1.5625rem;
	z-index: 999;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #2f2f2f;
	display: block;
	height: 2px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 1.0625rem;
}

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

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

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

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0.125rem;
	transform: translateX(-50%) rotate(45deg);
}

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

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background: linear-gradient(134deg, rgba(210, 234, 229, 0.4) 12.7%, rgba(76, 213, 255, 0.4) 83.99%), #fff;
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 3.75rem 0;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-item a {
	color: #fff;
	color: #2f2f2f;
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	padding: 1rem 0;
	text-align: center;
}

.header__drawer-item a:hover {
	color: #328778;
}

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

.lower-common-block {
	margin-top: 4.6875rem;
}

.lower-common-block__lead {
	color: #2f2f2f;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 2.625rem;
	text-align: center;
}

.lower-contact {
	background: linear-gradient(84deg, rgba(210, 234, 229, 0.3) 15.85%, rgba(76, 213, 255, 0.15) 91.81%);
	position: relative;
}

.lower-contact__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 0.625rem;
	width: 100%;
}

.lower-contact__form {
	margin-top: 1.875rem;
}

.lower-contact__box-text {
	color: #2f2f2f;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 2.625rem;
	text-align: center;
}

.lower-flow__inner {
	max-width: 37.5rem;
	width: 100%;
}

.lower-reason__inner {
	max-width: 37.5rem;
	width: 100%;
}

.lower-reason__items {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 1fr;
}

.lower-reason__item {
	align-items: center;
	display: flex;
	gap: 0.25rem;
}

.lower-reason__icon {
	aspect-ratio: 1/1;
	height: 2.0625rem;
	overflow: hidden;
	width: 2.0625rem;
}

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

.lower-reason__text {
	color: #2f2f2f;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 19.875rem;
}

.lower-service__inner {
	max-width: 37.5rem;
	width: 100%;
}

.lower-service__wrap {
	margin-top: 4.6875rem;
}

.lower-service__lead {
	color: #2f2f2f;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.lower-service__lead + .lower-service__lead {
	margin-top: 1.25rem;
}

.lower-service__items {
	display: flex;
	flex-direction: column;
	gap: 2.5625rem;
	margin-top: 2.5rem;
}

.lower-service__item {
	background: linear-gradient(136deg, rgba(210, 234, 229, 0.3) 15.13%, rgba(76, 213, 255, 0.15) 87.66%);
	border-radius: 4px;
	padding: 2.5rem 1.25rem;
}

.lower-service__item-title {
	color: #328778;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.lower-service__item-img {
	aspect-ratio: 315/198;
	margin-top: 1.5rem;
	overflow: hidden;
}

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

.lower-service__item-text {
	margin-top: 23px;
}

.lower-service__item-description {
	color: #2f2f2f;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.lower-service__item-description + .lower-service__item-description {
	margin-top: 0.625rem;
}

.lower-top__img {
	display: block;
	height: inherit;
}

.lower-top__img source {
	aspect-ratio: 375/209;
	overflow: hidden;
}

.lower-top__img img {
	height: inherit;
}

.lower-top__img source {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.philosophy-block {
	background: linear-gradient(99deg, rgba(210, 234, 229, 0.3) 13.39%, rgba(76, 213, 255, 0.15) 96.18%);
	border-radius: 4px;
	padding: 1.75rem 1.25rem;
	position: relative;
}

.philosophy-block__content {
	position: relative;
	transform: skewX(13deg);
}

.philosophy-block__heading {
	color: #328778;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}

.philosophy-block__description {
	color: #2f2f2f;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 1.25rem;
}

.philosophy__inner {
	max-width: 37.5rem;
	width: 100%;
}

.philosophy__lead {
	text-align: center;
}

.philosophy__items {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.privacy__wrap {
	margin-top: 4.6875rem;
}

.privacy__inner {
	max-width: 37.5rem;
	width: 100%;
}

.privacy__introduction {
	color: #2f2f2f;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
}

.privacy__items {
	margin-top: 1.25rem;
}

.privacy__item + .privacy__item {
	margin-top: 1.25rem;
}

.privacy__term {
	color: #2f2f2f;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.privacy__description {
	color: #2f2f2f;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	margin-top: 1.4375rem;
}

.privacy__description-numbers {
	counter-reset: number;
}

.privacy__description-text + .privacy__description-numbers,
.privacy__description-text + .privacy__description-items {
	margin-top: 1.25rem;
}

.privacy__description-number {
	padding-left: 1.5em;
	text-indent: -1em;
}

.privacy__description-items {
	list-style: disc;
	padding-left: 1.25rem;
}

.reason-card {
	background: #fff;
	padding: 1.25rem 0.9375rem;
}

.reason-card__img {
	aspect-ratio: 324/178;
	overflow: hidden;
}

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

.reason-card__title {
	color: #2f2f2f;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 1.75rem;
	text-align: center;
}

.reason-card__description {
	color: #2f2f2f;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 1.125rem;
}

.reason {
	position: relative;
}

.reason::after {
	background: linear-gradient(90deg, rgba(210, 234, 229, 0.3) 32%, rgba(76, 213, 255, 0.16) 100%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: skewY(-5deg);
	z-index: -1;
}

.reason__inner {
	max-width: 37.5rem;
	width: 100%;
}

.reason__items {
	grid-row-gap: 0.8125rem;
	display: grid;
	margin-top: 4.6875rem;
	row-gap: 0.8125rem;
}

.reason__button {
	margin-top: 2.625rem;
	text-align: center;
}

.section-title-wrap {
	position: relative;
	text-align: center;
}

.section-title-wrap::before {
	background: linear-gradient(90deg, rgb(50, 135, 120) 0%, rgb(76, 213, 255) 100%);
	bottom: -2.0625rem;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 4rem;
}

.section-title__ja {
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

.section-title__ja {
	background: linear-gradient(90deg, rgb(50, 135, 120) 0%, rgb(76, 213, 255) 100%);
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 1.25rem;
	text-align: center;
	z-index: 0;
}

.section-title__en {
	color: rgba(210, 234, 229, 0.5);
	font-family: "Jost";
	font-size: 100px;
	font-style: italic;
	font-weight: 400;
	left: 50%;
	position: absolute;
	top: 17px;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.section-title__en--lower-reason {
	text-wrap: nowrap;
	font-size: 2.9375rem;
}

.section-title__en--difference {
	text-wrap: nowrap;
	font-size: 5.125rem;
}

.section-title__en--philosophy {
	text-wrap: nowrap;
	font-size: 4.9375rem;
}

.section-title__en--company {
	text-wrap: nowrap;
	font-size: 5.625rem;
}

.section-title__en--privacy {
	text-wrap: nowrap;
	font-size: 4.9375rem;
}

.service__inner {
	max-width: 37.5rem;
	width: 100%;
}

.service__wrap {
	margin-top: 4.6875rem;
}

.service__lead {
	color: #2f2f2f;
	font-family: "Zen Kaku Gothic New";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%;
	text-align: center;
}

.service__lead + .service__lead {
	margin-top: 1.25rem;
}

.service__images {
	display: flex;
	justify-content: space-around;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 22.1875rem;
	padding: 0 0.625rem;
	width: 100%;
}

.service__img {
	background: rgba(210, 234, 229, 0.69);
	border-radius: 50%;
	height: 10.375rem;
	position: relative;
	width: 10.375rem;
}

.service__img--right {
	margin-top: 3.4375rem;
}

.service__img::after {
	border: 1px dashed #328778;
	border-radius: 50%;
	content: "";
	height: 11.75rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 11.75rem;
}

.service__img-text {
	text-wrap: nowrap;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.service__img-lead {
	color: #328778;
	color: var(--main, #328778);
	font-family: Poppins;
	font-size: 0.75rem;
	font-style: italic;
	font-weight: 300;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}

.service__img-title {
	color: #328778;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	text-align: center;
}

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

.splide__slide {
	align-content: center;
	aspect-ratio: 1/1;
	display: grid;
	justify-content: center;
	place-content: center;
}

.u-highlight {
	display: inline-block;
	max-width: 19.5rem;
	padding-right: 0.625rem;
	position: relative;
}

.u-highlight__img {
	aspect-ratio: 312/36;
	overflow: hidden;
}

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

.u-highlight::after {
	background: rgba(50, 135, 120, 0.3);
	bottom: -0.0625rem;
	content: "";
	height: 0.25rem;
	left: 49%;
	position: absolute;
	transform: translateX(-50%) skewX(-15deg);
	width: 100%;
	z-index: -1;
}

.voice-card {
	border: 1px solid #328778;
	border: 1px solid var(--main, #328778);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	justify-content: space-between;
	padding: 1.25rem;
}

.voice-card__text {
	color: #2f2f2f;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 143%;
}

.voice-card__meta {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.voice-card__meta-icon {
	aspect-ratio: 1/1;
	height: 2.1875rem;
	overflow: hidden;
	width: 2.1875rem;
}

.voice-card__meta-icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.voice-card__meta-text {
	color: #2f2f2f; /* type@16 - 本文(日本語) */
	font-family: "Zen Kaku Gothic New";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.voice__inner {
	max-width: 37.5rem;
	width: 100%;
}

.voice__items {
	grid-gap: 0.6875rem;
	display: grid;
	gap: 0.6875rem;
	grid-template-columns: 1fr;
	margin-top: 4.6875rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

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

.layout-contact-from {
	margin-top: 7.5rem;
	padding: 0;
	padding: initial;
}

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

.layout-difference {
	margin-top: 7.5rem;
}

.layout-faq {
	margin-top: 8.125rem;
}

.layout-flow {
	margin-top: 7.5rem;
}

.layout-footer {
	margin-top: 1.875rem;
	padding-top: 4.0625rem;
}

.layout-lower-contact {
	margin-top: 0.75rem;
	padding-bottom: 0;
	padding-bottom: initial;
}

.layout-lower-footer {
	margin-top: 5.9375rem;
	padding-top: 4.0625rem;
}

.layout-lower {
	margin-top: 7.5rem;
}

.layout-reason {
	margin-top: 8.125rem;
	padding-bottom: 4.0625rem;
	padding-top: 4.8125rem;
}

.layout-service {
	padding-top: 6rem;
}

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

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

.button:hover::before {
	filter: brightness(0) invert(1);
}

.button:hover {
	background-color: #328778;
	background-color: var(--main, #328778);
	color: #fff;
	opacity: 1;
}

.company-profile__list {
	font-size: 1rem;
	padding-bottom: 1.5625rem;
}

.company-profile__list + .company-profile__list {
	margin-top: 0.3125rem;
}

.company-profile__term {
	max-width: 10.8125rem;
}

.company__inner {
	padding: 0 1.5625rem;
}

.company__profile {
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	width: 100%;
}

.company__map iframe {
	height: 42.5rem;
	margin-top: -245px;
}

.contact-button:hover {
	background-color: #fff;
	color: #328778;
	color: var(--main, #328778);
}

.contact-form {
	margin-top: 0;
	margin-top: initial;
	max-width: 35rem;
	width: 100%;
}

.contact-form__submit input:hover {
	opacity: 0.8;
}

.contact {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	position: static;
	position: initial;
}

.contact__inner {
	background: linear-gradient(84deg, rgba(210, 234, 229, 0.3) 15.85%, rgba(76, 213, 255, 0.15) 91.81%);
	border-radius: 4px;
	position: relative;
}

.contact__inner.inner {
	max-width: 75rem;
	padding: 3.25rem 2.5rem;
}

.contact__inner::after {
	background: url(./../images/common/deco_contact.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 9.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.contact__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	margin-top: initial;
}

.contact__text-wrap {
	margin-top: 1.25rem;
	width: 100%;
}

.contact__text {
	margin-top: 4.0625rem;
	text-align: center;
}

.difference-card {
	padding: 1.25rem;
}

.difference-card__text--center {
	padding: 0;
	padding: initial;
}

.difference__items {
	gap: 0.9375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.25rem;
	max-width: none;
	max-width: initial;
}

.faq-list__item + .faq-list__item {
	margin-top: 0.3125rem;
}

.faq-list__item-question {
	font-size: 1.5rem;
	padding: 1.5rem;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
	top: 2.0625rem;
	width: 1.25rem;
}

.faq-list__item-answer {
	font-size: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 0.5rem;
	padding: 0.75rem;
}

.faq-list__item-answer--bottom {
	margin-bottom: 0.3125rem;
}

.faq__inner {
	max-width: prem(1200);
	padding: 0 prem(25);
}

.flow-list {
	max-width: 47.0625rem;
}

.flow-list__item {
	justify-content: center;
}

.flow-list__item + .flow-list__item {
	margin-top: 1.25rem;
}

.flow-list__item-content {
	margin-top: 1.5rem;
}

.flow__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 65.625rem;
}

.footer__inner.inner {
	max-width: 54rem;
	padding: 0;
}

.footer__wrap {
	flex-direction: row;
	justify-content: space-between;
}

.footer__right {
	margin-top: 0.3125rem;
	max-width: 34.375rem;
	width: 100%;
}

.footer__nav-items {
	grid-auto-flow: column;
	grid-template-rows: repeat(4, 1fr);
	margin-left: auto;
	margin-top: 0;
	margin-top: initial;
	max-width: 25.5rem;
}

.footer__nav-item a {
	font-size: 1rem;
	font-weight: 700;
}

.footer__left {
	margin-top: 0;
}

.footer__logo a {
	padding: 0.9375rem 0;
}

.footer__company {
	margin-top: 0.625rem;
}

.footer__address {
	margin-top: 0.9375rem;
}

.footer__copyright {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8.1875rem;
	max-width: 74rem;
}

.fv {
	height: auto;
	height: initial;
}

.fv__img img {
	aspect-ratio: 1920/909;
}

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

.fv__content {
	left: 36%;
	top: 51%;
}

.fv__title {
	font-size: 2rem;
}

.fv__logo {
	width: min(100%, 27.8125rem);
}

.fv__lead {
	font-size: 1.375rem;
	line-height: 163.636%; /* 163.636% */
	margin-top: 0.75rem;
	text-align: center;
}

.header {
	height: 4.375rem;
}

.header__inner {
	padding: 0 3.125rem;
}

.header__nav {
	display: block;
}

.header__nav-item.header__nav-item--contact:hover a {
	background-color: #fff;
	color: #328778;
	color: var(--main, #328778);
}

.header__hamburger {
	display: none;
}

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

.lower-common-block {
	margin-top: 4.375rem;
}

.lower-contact {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	position: static;
	position: initial;
}

.lower-contact__inner.inner {
	max-width: 75rem;
	padding: 0 0;
}

.lower-contact__bg {
	background: linear-gradient(84deg, rgba(210, 234, 229, 0.3) 15.85%, rgba(76, 213, 255, 0.15) 91.81%);
	border-radius: 4px;
	padding: 3.25rem 2.5rem;
	position: relative;
}

.lower-contact__bg::after {
	background: url(./../images/common/deco_contact.png) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 9.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.lower-contact__form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-top: initial;
	max-width: 35rem;
	width: 100%;
}

.lower-flow__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 49.5625rem;
}

.lower-reason__items {
	gap: 1.25rem 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	padding: 0 1.5625rem;
}

.lower-reason__item {
	gap: 1.5rem;
}

.lower-reason__text {
	max-width: none;
	max-width: initial;
}

.lower-service__wrap {
	margin-top: 4.375rem;
}

.lower-service__lead {
	text-align: center;
}

.lower-service__items {
	flex-direction: row;
	gap: initial;
	justify-content: space-between;
}

.lower-service__item {
	max-width: 33.8125rem;
}

.lower-service__item-img {
	aspect-ratio: 508/198;
}

.lower-top__img img {
	aspect-ratio: 1920/386;
}

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

.philosophy-block {
	align-items: center;
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	display: flex;
	flex-basis: 130px;
	gap: 0.3125rem;
	justify-content: space-between;
	padding: 1rem;
}

.philosophy-block::before {
	background: linear-gradient(99deg, rgba(210, 234, 229, 0.3) 13.39%, rgba(76, 213, 255, 0.15) 96.18%);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	transform: skewX(-13deg) translateX(-50%);
	width: 100%;
	z-index: -1;
}

.philosophy-block__heading {
	font-weight: 700;
	max-width: 27.625rem;
	width: 100%;
}

.philosophy-block__description {
	margin-top: 0;
	margin-top: initial;
	max-width: 43.375rem;
	width: 100%;
}

.philosophy__items {
	gap: 0.375rem;
}

.privacy__wrap {
	margin-top: 4.25rem;
}

.privacy__item + .privacy__item {
	margin-top: 1.375rem;
}

.reason-card {
	padding: 1.25rem;
}

.reason-card__title {
	color: #2f2f2f;
	text-align: center;
}

.reason__items {
	gap: 0.9375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.375rem;
}

.reason__button {
	margin-top: 2.1875rem;
}

.section-title-wrap::before {
	bottom: -1.75rem;
}

.section-title__ja {
	font-size: 2rem;
	padding-bottom: 1.5625rem;
}

.section-title__en {
	font-size: 100px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
}

.section-title__en--lower-reason {
	font-size: 6.25rem;
}

.section-title__en--difference {
	font-size: 6.25rem;
}

.section-title__en--philosophy {
	font-size: 6.25rem;
}

.section-title__en--company {
	font-size: 6.25rem;
}

.section-title__en--privacy {
	font-size: 6.25rem;
}

.service__title {
	margin-top: 1.4375rem;
}

.service__wrap {
	display: flex;
	margin-top: 4.375rem;
}

.service__content {
	max-width: 41.125rem;
}

.service__lead {
	font-size: 1.5rem;
	text-align: left;
}

.service__lead + .service__lead {
	margin-top: 2.625rem;
}

.service__images {
	margin-top: 0.9375rem;
	max-width: 30.625rem;
}

.service__img {
	height: 14.0625rem;
	width: 14.0625rem;
}

.service__img::after {
	height: 15.9375rem;
	width: 15.9375rem;
}

.service__img-title {
	font-size: 1.5rem;
}

.service__button {
	margin-top: 2.625rem;
}

.u-highlight {
	max-width: 35.75rem;
	padding-right: 1.375rem;
}

.u-highlight__img {
	aspect-ratio: 572/41;
}

.u-highlight::after {
	height: 0.625rem;
	left: 48%;
}

.voice__items {
	gap: 0.9375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.25rem;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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