body {
	font-family: "Noto Sans JP", 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;
}

.about {
	background-image: url(../images/common/intro-bg.webp);
	background-size: cover;
	padding-top: 6.625rem;
}

.about__importance {
	display: flex;
	justify-content: center;
	padding-bottom: 1.9375rem;
}

.about__card {
	background: #1e4e16;
	box-shadow: 5px 5px 30px 0px rgba(51, 51, 51, 0.5);
	color: #fff;
	font-weight: 400;
	max-width: 31.25rem;
	padding: 4.875rem 0.625rem 2.5rem;
	position: relative;
	width: 100%;
}

.about__card-logo-wrapper {
	align-items: center;
	background: #1e4e16;
	border-radius: 50%;
	display: flex;
	height: 7.5rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 2.25rem;
	top: -3.75rem;
	transform: translateX(-50%);
	width: 7.5rem;
}

.about__card-logo {
	width: 5rem;
}

.about__card-important {
	left: 50%;
	position: absolute;
	top: 2.875rem;
	transform: translateX(-50%);
	width: 4.5rem;
}

.about__card-header {
	text-align: center;
}

.about__card-title {
	display: inline-block;
	font-size: 1.75rem;
	font-weight: normal;
	margin-bottom: 1.25rem;
	padding: 0.375rem 1.5rem 0.625rem;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.about__card-title::before,
.about__card-title::after {
	content: "";
	height: 100%;
	position: absolute;
	width: 15px;
}

.about__card-title::before {
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
	left: 0;
	top: 0;
}

.about__card-title::after {
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	right: 0;
	top: 0;
}

.about__card-main {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.about__text {
	font-size: 1rem;
	line-height: 1.4285714286;
	text-align: center;
}

.about__text .bold {
	font-weight: bold;
}

.about__info {
	background-image: url(../images/common/about-bg.webp);
	background-size: cover;
	padding-bottom: 1.875rem;
	padding-top: 5.625rem;
}

.about__info-title {
	font-size: 1.5rem;
	margin-bottom: 2.125rem;
	text-align: center;
}

.about__info-data-wrapper {
	display: flex;
	justify-content: center;
}

.about__info-data {
	font-size: 1rem;
	max-width: 31.25rem;
	width: 100%;
}

.about__info-list {
	display: flex;
}

.about__info-name {
	border-bottom: solid 1px #000;
	flex-shrink: 0;
	padding-bottom: 0.9375rem;
	padding-top: 1rem;
	width: 25%;
}

.about__info-list-data {
	border-bottom: dashed 1px #000;
	padding-bottom: 0.9375rem;
	padding-top: 1rem;
	width: 75%;
}

.about__info-list:first-child .about__info-name {
	border-top: solid 1px #000;
}

.about__info-list:first-child .about__info-list-data {
	border-top: dashed 1px #000;
}

.access {
	background: #093e00;
	color: #fff;
	padding-bottom: 3rem;
	padding-top: 2.8125rem;
}

.access__title {
	line-height: 1;
	margin-bottom: 1.375rem;
	text-align: center;
}

.access__title span {
	display: block;
}

.access__eng-title {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
	margin-bottom: 0.75rem;
}

.access__main-title {
	font-size: 1.5rem;
	font-weight: 500;
}

.access__address {
	line-height: 1;
	margin-bottom: 2.375rem;
	text-align: center;
}

.access__address-first {
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.access__address-second {
	font-size: 1.125rem;
}

.access__box-wrapper {
	display: flex;
	justify-content: center;
}

.access__box {
	border: #fff solid 3px;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	gap: 1rem;
	max-width: 31.25rem;
	padding: 1.6875rem 0.625rem 1.5625rem;
	text-align: center;
	width: 100%;
}

.area {
	background-image: url(../images/common/area-bg.webp);
	background-size: cover;
	margin-bottom: 2.8125rem;
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
}

.area__title {
	font-size: 1.5rem;
	margin-bottom: 1.875rem;
}

.area__wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.area__map-board {
	box-shadow: 6.66px 6.428px 30px 0px rgba(51, 51, 51, 0.5);
	max-width: 31.25rem;
	position: relative;
	width: 100%;
}

.area__img {
	width: 100%;
}

.area__text {
	bottom: 10%;
	font-size: 1rem;
	left: 1.75rem;
	line-height: 1.4285714286;
	position: absolute;
}

.area__pres {
	aspect-ratio: 269/587;
	bottom: -2.5rem;
	position: absolute;
	right: -0.625rem;
	width: 7.5rem;
}

.big-card {
	aspect-ratio: 510/332.9;
	box-shadow: 1.66px 1.428px 10px 0px rgba(51, 51, 51, 0.3);
	display: flex;
	gap: 0;
	overflow: hidden;
	position: relative;
}

.big-card__header {
	background: rgba(9, 62, 0, 0.8);
	left: 0;
	padding-bottom: 0.75rem;
	padding-top: 0.9375rem;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.big-card__header-text {
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
}

.big-card__img {
	flex: 1;
	height: inherit;
	height: 100%;
	overflow: hidden;
}

.card {
	aspect-ratio: 310/430;
	box-shadow: 1.66px 1.428px 10px 0px rgba(51, 51, 51, 0.3);
	position: relative;
	z-index: 1;
}

.card__header {
	background: rgba(9, 62, 0, 0.8);
	padding-bottom: 0.75rem;
	padding-top: 0.9375rem;
	text-align: center;
}

.card__header-text {
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
}

.card__img {
	aspect-ratio: 310/430;
	position: absolute;
	top: 0;
	z-index: -1;
}

.contact-box {
	background: #2c5924;
	box-shadow: 7.66px 6.428px 30px 0px rgba(51, 51, 51, 0.5);
	max-width: 31.25rem;
	padding: 1.875rem 2.25rem;
	width: 100%;
}

.contact-break {
	background-image: url(../images/common/contact-green-bg.webp);
	background-position: center;
	background-size: cover;
	padding: 2.625rem 0.9375rem;
}

.contact {
	color: #fff;
	text-align: center;
}

.contact__header {
	font-size: 1rem;
	font-weight: thin;
	line-height: 1.3333333333;
	margin-bottom: 1rem;
}

.contact__tel-wrapper {
	align-items: end;
	display: flex;
	font-family: "Barlow Semi Condensed", sans-serif;
	gap: 0.5rem;
	justify-content: center;
	margin-bottom: 0.625rem;
}

.contact__tel {
	font-size: 1.5rem;
	font-weight: regular;
	line-height: 1;
}

.contact__tel-number {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.contact__tel-time {
	font-size: 0.875rem;
	font-weight: thin;
	line-height: 1;
	margin-bottom: 1.5rem;
}

.contact__line-wrapper {
	display: flex;
	justify-content: center;
}

.contact__header.contact__header--break {
	margin-bottom: 0.75rem;
}

.contact__tel-wrapper.contact__tel-wrapper--break {
	margin-bottom: 0.5rem;
}

.contact__tel-time.contact__tel-time--break {
	margin-bottom: 1rem;
}

.ex-card {
	background: #eae9db;
	box-shadow: 1.66px 1.428px 10px 0px rgba(51, 51, 51, 0.5);
	max-width: 31.25rem;
	padding: 1.5rem 2rem 2rem 2rem;
	width: 100%;
}

.ex-card__title {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	text-align: center;
}

.ex-card__title-marker {
	background: linear-gradient(transparent 65%, #ffff00 65%);
}

.ex-card__swiper-container {
	margin-bottom: 1.25rem;
	position: relative;
}

.ex-card__img {
	aspect-ratio: 55/38;
	width: 100%;
}

.ex-card__list-item {
	border-bottom: 1px dashed #000;
	display: flex;
	font-size: 0.875rem;
	justify-content: space-between;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
}

.ex-card__list-item:last-child {
	margin-bottom: 0;
}

.ex-card__item-name {
	color: #093e00;
	font-weight: bold;
	width: 27%;
}

.ex-card__item-data {
	line-height: 1.5;
	width: 69.2167577413%;
}

.example {
	background-image: url(../images/common/wood-bg.webp);
	background-position: center;
	background-size: cover;
	padding: 4.1875rem 0.9375rem 6.125rem;
}

.example__title {
	color: #fff;
	font-size: 1.75rem;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 2rem;
	text-align: center;
}

.example__cards-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.faq-card {
	background: #fff;
	border: 5px solid #000;
	box-shadow: 10px 10px 0px 0px #000;
	max-width: 28.125rem;
	padding: 1.25rem 1.25rem 1.5625rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.faq-card__header {
	border-bottom: dotted 1px #000;
	display: flex;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
}

.faq-card__q {
	aspect-ratio: 1/1;
	background: #093e00;
	border-radius: 100%;
	color: #fff;
	flex-shrink: 0;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1.125rem;
	height: 1.5625rem;
	line-height: 1.375rem;
	text-align: center;
	width: 1.5625rem;
}

.faq-card__question {
	-webkit-text-decoration: underline;
	-webkit-text-decoration: underline;
	color: #093e00;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3571428571;
	text-decoration: underline;
	text-decoration-color: #ffff00;
	text-decoration-thickness: 6px;
	text-underline-offset: -0.1875rem;
}

.faq-card__main {
	display: flex;
	gap: 0.75rem;
}

.faq-card__a {
	aspect-ratio: 1/1;
	background: #000;
	border-radius: 100%;
	color: #fff;
	flex-shrink: 0;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1rem;
	height: 1.5625rem;
	line-height: 1.375rem;
	text-align: center;
	width: 1.5625rem;
}

.faq-card__answer {
	font-size: 1rem;
	line-height: 1.3571428571;
}

.faq {
	margin-bottom: 5.625rem;
}

.faq__title {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 2.375rem;
	text-align: center;
}

.faq__cards {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
}

.flow {
	background-image: url(../images/common/flow-bg.webp);
	background-size: cover;
	padding-bottom: 5.625rem;
	padding-top: 2.8125rem;
}

.flow__wrapper.inner {
	max-width: 31.25rem;
}

.flow__title {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 1.375rem;
	text-align: center;
}

.flow__top {
	margin-bottom: 2.5rem;
}

.flow__top-text {
	font-size: 1rem;
	max-width: 43.75rem;
}

.flow__step {
	margin-bottom: 1rem;
}

.flow__step-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 1.125rem;
}

.flow__step-title-pre {
	align-items: center;
	display: flex;
	gap: 0.3125rem;
	position: relative;
	z-index: 1;
}

.flow__step-title-pre::before {
	background: #ffff00;
	bottom: 0.75rem;
	content: "";
	height: 0.625rem;
	left: -0.25rem;
	position: absolute;
	width: 105%;
	z-index: -1;
}

.flow__title-step {
	width: 3.5rem;
}

.flow__title-number {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 2rem;
	font-style: italic;
	line-height: 1;
	margin-bottom: 1rem;
}

.flow__step:last-child {
	margin-bottom: 0;
}

.flow__step-main-title {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
}

.flow__step-text-wrapper {
	display: flex;
	justify-content: center;
}

.flow__text {
	font-size: 1rem;
	margin-bottom: 1.5rem;
}

.flow__text.flow__text--width {
	max-width: 25rem;
}

.flow__text.flow__text--margin {
	margin-bottom: 1.25rem;
}

.flow__line-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 2.25rem;
}

.flow__contact {
	border: 3px solid #000;
	border-top: none;
	margin-bottom: 1.625rem;
	max-width: 31.25rem;
	padding: 1.875rem 1.25rem;
	position: relative;
	width: 100%;
}

.flow__contact-text {
	font-size: 1rem;
	left: 50%;
	position: absolute;
	top: -0.5rem;
	transform: translateX(-50%);
	white-space: nowrap;
}

.flow__contact::after,
.flow__contact::before {
	background: #000;
	content: "";
	height: 3px;
	position: absolute;
	top: 0;
	width: 1.5625rem;
}

.flow__contact::before {
	left: 0;
}

.flow__contact::after {
	right: 0;
}

.flow__contact-tel-wrapper.contact__tel-wrapper {
	color: #093e00;
	margin-bottom: 0.75rem;
}

.flow__contact-tel-number.contact__tel-number {
	letter-spacing: 0;
}

.flow__contact-append {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.flow__contact-append-left {
	background: #093e00;
	border-radius: 16px;
	color: #fff;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.25rem 0.75rem;
}

.flow__contact-append-right {
	font-size: 0.875rem;
}

.flow__img {
	aspect-ratio: 650/450;
	margin-bottom: 3.125rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.flow__img::after {
	aspect-ratio: 570/345;
	background-color: #093e00;
	bottom: -1.25rem;
	box-shadow: 1.66px 1.428px 30px 0px rgba(51, 51, 51, 0.5);
	content: "";
	position: absolute;
	right: -0.625rem;
	width: 87.7%;
	z-index: -1;
}

.flow__img.flow__img--left::after {
	left: -0.625rem;
}

.flow__arrow-wrapper {
	display: flex;
	justify-content: center;
}

.flow__arrow {
	aspect-ratio: 32/52;
	width: 1.5rem;
}

.flow__ex {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.3125;
	margin-bottom: 1.5rem;
	text-align: center;
}

.flow__list {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	margin-bottom: 2.25rem;
}

.flow__list-item {
	display: flex;
	gap: 0.75rem;
}

.flow__bubble {
	flex-shrink: 0;
	margin-top: 0.25rem;
	width: 1.25rem;
}

.flow__list-text {
	font-size: 1rem;
}

.flow__marker {
	background: linear-gradient(transparent 65%, #ffff00 65%);
	font-weight: bold;
}

.footer {
	background: #093e00;
	padding: 1.5625rem;
}

.footer__copy {
	color: #fff;
	font-size: 0.75rem;
	text-align: center;
}

.greeting {
	background-image: url(../images/common/next-bg.webp);
	background-position: right;
	background-size: cover;
	margin-top: -2rem;
	padding-bottom: 5.4375rem;
	position: relative;
}

.greeting__wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
	padding-top: 3.75rem;
	width: 100%;
}

.greeting__main {
	display: flex;
	flex-direction: column;
	gap: 1.428125rem;
	max-width: 31.25rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.greeting__main::before {
	aspect-ratio: 253/239;
	background-image: url(../images/common/logo.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 1rem;
	transform: translateX(-50%);
	width: 9.375rem;
	z-index: -1;
}

.greeting__text {
	font-size: 1rem;
	font-weight: thin;
	line-height: 1.4285714286;
}

.greeting__text span {
	font-weight: bold;
}

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

.intro {
	background-image: url(../images/common/intro-bg.webp);
	background-size: cover;
	padding-bottom: 4.5rem;
}

.intro__header {
	background-image: url(../images/common/intro-header-bg.webp);
	background-size: cover;
	display: flex;
	flex-direction: column;
	font-weight: bold;
	gap: 1rem;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-bottom: 2rem;
	padding: 2.625rem 0.9375rem;
	text-align: center;
}

.intro__header-text {
	font-size: 1rem;
}

.intro__header-text span {
	font-size: 1.375rem;
}

.intro__wrapper {
	max-width: 31.25rem;
	width: 100%;
}

.intro__cards-wrapper {
	margin-bottom: 1.75rem;
}

.intro__cards-wrapper:last-child {
	margin-bottom: 0;
}

.intro__cards {
	align-items: start;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-bottom: 1.75rem;
}

.intro__cards:last-child {
	margin-bottom: 0;
}

.intro__card-wrapper {
	flex: 1;
}

.intro__card {
	margin-bottom: 0.5rem;
}

.intro__card-text {
	font-size: 0.875rem;
	line-height: 1.5833333333;
}

.intro__big-card {
	margin-bottom: 0.5rem;
}

.intro__big-card-wrapper {
	margin-bottom: 1.75rem;
}

.line-link {
	background: #63c04a;
	border-radius: 3px;
	box-shadow: 1.66px 1.428px 10px 0px rgba(51, 51, 51, 0.3);
	color: #fff;
	display: block;
	font-weight: thin;
	line-height: 1;
	max-width: 16.58625rem;
	padding: 1rem 1.625rem 1rem 2.8125rem;
	position: relative;
	transition: 0.3s;
	white-space: nowrap;
}

.line-link:hover {
	filter: brightness(80%);
}

.line-link__img {
	left: 1.375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.5rem;
}

.map-btn {
	margin-bottom: 1.875rem;
}

.map-btn__wrapper {
	display: flex;
	justify-content: center;
}

.map-btn__btn {
	border: 3px solid #000;
	display: block;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1.75rem;
	line-height: 1;
	max-width: 25rem;
	padding: 1.125rem 1.25rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

.map-btn__btn:hover {
	background: rgba(220, 220, 220, 0.8);
	filter: brightness(0.8);
}

.map-btn__arrow,
.map-btn__icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.map-btn__arrow {
	left: 4.5rem;
	width: 0.75rem;
}

.map-btn__icon {
	right: 4.625rem;
	width: 1rem;
}

.map {
	height: 0;
	margin-bottom: 2.125rem;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.point {
	background-image: url(../images/common/intro-bg.webp);
	background-size: cover;
	padding-bottom: 4.75rem;
	padding-top: 3.4375rem;
}

.point__title-wrapper {
	display: flex;
	justify-content: center;
}

.point__title {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 1.25rem;
	padding: 0.375rem 1.125rem 1rem;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.point__title span {
	display: block;
}

.point__title::before,
.point__title::after {
	content: "";
	height: 100%;
	position: absolute;
	width: 15px;
}

.point__title::before {
	border-bottom: solid 2px #000000;
	border-left: solid 2px #000000;
	border-top: solid 2px #000000;
	left: 0;
	top: 0;
}

.point__title::after {
	border-bottom: solid 2px #000000;
	border-right: solid 2px #000000;
	border-top: solid 2px #000000;
	right: 0;
	top: 0;
}

.point__title-eng {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 500;
	line-height: 1;
}

.point__main-title {
	background: linear-gradient(transparent 65%, #ffff00 65%);
	font-size: 1.5rem;
}

.point__content-wrapper--bg {
	background-image: url(../images/common/point-2-bg.webp);
	background-size: cover;
	padding-bottom: 4rem;
	padding-top: 5rem;
}

.point__content-inner.inner {
	max-width: 31.25rem;
}

.point__content-inner {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.point__content-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 1.125rem;
}

.point__content-title-pre {
	align-items: center;
	display: flex;
	gap: 0.3125rem;
	position: relative;
	z-index: 1;
}

.point__content-title-pre::before {
	background: #ffff00;
	bottom: 0.875rem;
	content: "";
	height: 0.5rem;
	left: -0.25rem;
	position: absolute;
	width: 105%;
	z-index: -1;
}

.point__title-step {
	width: 4.375rem;
}

.point__title-number {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 2rem;
	font-style: italic;
	line-height: 1;
	margin-bottom: 1rem;
}

.point__content-main-title {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.point__text {
	font-size: 1rem;
	line-height: 1.4285714286;
}

.point__img {
	aspect-ratio: 650/450;
	position: relative;
	width: 100%;
	z-index: 0;
}

.point__img::after {
	aspect-ratio: 570/345;
	background-color: #093e00;
	bottom: -1.25rem;
	box-shadow: 1.66px 1.428px 10px 0px rgba(51, 51, 51, 0.5);
	content: "";
	position: absolute;
	right: -0.625rem;
	width: 87.7%;
	z-index: -1;
}

.point__img.point__img--left::after {
	left: -0.625rem;
}

.slider-wrapper {
	display: none;
}

.slider {
	align-items: center;
	animation: scroll-left 60s infinite linear 0.5s both;
	display: flex;
}

.slider__item {
	width: 18.75rem;
}

.slider__img {
	display: block;
	width: 100%;
}

.ex-card__swiper-container .swiper-button-next::after,
.swiper-button-prev::after {
	color: #093e00;
	font-size: 1.125rem;
	font-weight: bold;
}

.swiper-button-prev {
	left: -1.875rem;
}

.swiper-button-next {
	right: -1.875rem;
}

.swiper-pagination-bullet {
	background-color: #093e00;
	height: 8px;
	width: 8px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.5rem;
}

.top-text-item {
	background: #093e00;
	box-shadow: 1.66px 1.428px 10px 0px rgba(51, 51, 51, 0.5);
	color: #fff;
	font-size: 0.875rem;
	font-weight: medium;
	line-height: 1;
	padding: 0.5rem 0;
	text-align: center;
}

.top {
	background-image: url(../images/common/top-bg.webp);
	background-size: cover;
	overflow: hidden;
	padding-bottom: 6.25rem;
	position: relative;
	z-index: -3;
}

.top__img-wrapper.top__img-wrapper--upper {
	padding-bottom: 15rem;
}

.top__img-wrapper {
	width: 100%;
}

.top__img-wrapper--upper .top__upper-image {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: -2;
}

.top__upper-image {
	width: 30rem;
}

.top__catchphrase {
	left: calc(50% - min(46%, 12rem));
	position: absolute;
	top: 6.125rem;
	width: 17.5rem;
	z-index: -2;
}

.top__items {
	grid-gap: 0.25rem 0.3125rem;
	display: grid;
	gap: 0.25rem 0.3125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 1.875rem;
	margin-left: calc(50% - min(48%, 11rem));
	position: relative;
	position: relative;
	width: 13.125rem;
}

.top__etc {
	bottom: -0.5rem;
	position: absolute;
	right: -1.625rem;
	width: 2.5rem;
}

.top__president-image {
	position: absolute;
	right: calc(50% - min(48%, 15em));
	top: 10.164375rem;
	width: 12.5rem;
	z-index: -1;
}

.top__bottom-image {
	width: 30rem;
}

.top__img-wrapper--bottom .top__bottom-image {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 0;
}

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

.area__text {
	font-size: 1.25rem;
}

.area__pres {
	width: 10.625rem;
}

.flow__contact::after,
.flow__contact::before {
	width: 3.75rem;
}

.flow__contact-tel.contact__tel {
	font-size: 2rem;
}

.flow__contact-tel-number.contact__tel-number {
	font-size: 2.5rem;
}

.greeting {
	margin-top: -2.25rem;
}

.top__img-wrapper.top__img-wrapper--upper {
	padding-bottom: 16.875rem;
}

.top__catchphrase {
	top: 5.5rem;
	width: 22.375rem;
}

.top__items {
	width: 15.625rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.about {
	padding-top: 9.375rem;
}

.about__card {
	max-width: 40.625rem;
	padding: 8.875rem 0.9375rem 5rem;
}

.about__card-logo-wrapper {
	height: 11.25rem;
	top: -5.625rem;
	width: 11.25rem;
}

.about__card-logo {
	width: 8.125rem;
}

.about__card-important {
	top: 4.4375rem;
	width: 9rem;
}

.about__card-title {
	font-size: 2rem;
	margin-bottom: 3.375rem;
	padding: 0.375rem 4.25rem 0.6875rem;
}

.about__card-title::before {
	border-bottom: solid 4px #fff;
	border-left: solid 4px #fff;
	border-top: solid 4px #fff;
}

.about__card-title::after {
	border-bottom: solid 4px #fff;
	border-right: solid 4px #fff;
	border-top: solid 4px #fff;
}

.about__card-main {
	gap: 1.75rem;
}

.about__text {
	font-size: 1.25rem;
}

.about__info {
	padding-bottom: 3.5625rem;
	padding-top: 11.5625rem;
}

.about__info-title {
	font-size: 2.375rem;
	margin-bottom: 4.25rem;
}

.about__info-data {
	max-width: 40.625rem;
}

.about__info-name {
	padding-bottom: 1.25rem;
	padding-top: 1.375rem;
}

.about__info-list-data {
	padding-bottom: 1.25rem;
	padding-top: 1.375rem;
}

.access {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.access__title {
	margin-bottom: 3.4375rem;
}

.access__eng-title {
	font-size: 1.5rem;
	margin-bottom: 1.125rem;
}

.access__main-title {
	font-size: 2.375rem;
}

.access__address {
	margin-bottom: 3.125rem;
}

.access__address-first {
	font-size: 1.375rem;
	margin-bottom: 1rem;
}

.access__address-second {
	font-size: 1.5rem;
}

.access__box {
	border: #fff solid 5px;
	font-size: 1.125rem;
	gap: 28;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.area {
	margin-bottom: 5.625rem;
	padding-bottom: 6.625rem;
	padding-top: 5.25rem;
}

.area__title {
	font-size: 2.375rem;
	margin-bottom: 4rem;
}

.area__map-board {
	max-width: 40.625rem;
}

.area__text {
	font-size: 1.375rem;
	left: 2rem;
}

.area__pres {
	bottom: -8.75rem;
	right: -2.0625rem;
	width: 16.8125rem;
}

.big-card__header {
	padding: 1rem 0;
}

.big-card__header-text {
	font-size: 1.25rem;
}

.card__header {
	padding: 1rem 0;
}

.card__header-text {
	font-size: 1.25rem;
}

.contact-box {
	max-width: 54.375rem;
	padding: 2.75rem 3.75rem;
}

.contact-break {
	padding: 3.25rem 0;
}

.contact__header {
	font-size: 1.5rem;
	margin-bottom: 1.875rem;
}

.contact__tel-wrapper {
	gap: 0.9375rem;
	margin-bottom: 1.5625rem;
}

.contact__tel {
	font-size: 2.625rem;
}

.contact__tel-number {
	font-size: 3.5rem;
}

.contact__tel-time {
	font-size: 1.375rem;
	margin-bottom: 2.5rem;
}

.contact__header.contact__header--break {
	margin-bottom: 1.5rem;
}

.contact__tel-wrapper.contact__tel-wrapper--break {
	margin-bottom: 0.9375rem;
}

.contact__tel-time.contact__tel-time--break {
	margin-bottom: 1.875rem;
}

.ex-card {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-row: span 3;
	grid-template-rows: subgrid;
	max-width: none;
	padding: 2.625rem 3.125rem 3.125rem 3.125rem;
	width: auto;
}

.ex-card__title {
	font-size: 2rem;
	margin-bottom: 1.875rem;
}

.ex-card__swiper-container {
	margin-bottom: 2.5rem;
	max-width: 25rem;
}

.ex-card__swiper {
	max-width: 25rem;
}

.ex-card__list-items {
	grid-gap: 0;
	display: grid;
	gap: 0;
}

.ex-card__list-item {
	font-size: 1rem;
	margin-bottom: 1.375rem;
	padding-bottom: 1rem;
}

.example {
	padding: 4.1875rem 0.9375rem 6.125rem;
}

.example__title {
	font-size: 2.5rem;
	margin-bottom: 4rem;
}

.example__cards-wrapper {
	grid-gap: 3rem 1.875rem;
	display: grid;
	gap: 3rem 1.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.faq-card {
	grid-gap: 0;
	box-shadow: 20px 20px 0px 0px #000;
	display: grid;
	gap: 0;
	grid-row: span 2;
	grid-template-rows: subgrid;
	max-width: 40.625rem;
	padding: 2.5rem 2.5rem 3.125rem;
}

.faq-card__header {
	border-bottom: dotted 2px #000;
	gap: 1.4375rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
}

.faq-card__q {
	font-size: 1.375rem;
	height: 3.125rem;
	line-height: 2.8125rem;
	width: 3.125rem;
}

.faq-card__question {
	font-size: 1.375rem;
	text-decoration-thickness: 12px;
	text-underline-offset: -0.5625rem;
}

.faq-card__main {
	gap: 1.4375rem;
}

.faq-card__a {
	font-size: 1.375rem;
	height: 3.125rem;
	line-height: 2.8125rem;
	width: 3.125rem;
}

.faq-card__answer {
	font-size: 1.375rem;
}

.faq {
	margin-bottom: 11.375rem;
}

.faq__title {
	font-size: 2.375rem;
	margin-bottom: 4.8125rem;
}

.faq__cards {
	grid-gap: 4.25rem 3.75rem;
	display: grid;
	gap: 4.25rem 3.75rem;
	grid-template-columns: repeat(2, 1fr);
}

.flow {
	padding-bottom: 5rem;
	padding-top: 5.6875rem;
}

.flow__wrapper.inner {
	max-width: 68.75rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.flow__title {
	font-size: 2.5rem;
	margin-bottom: 0;
}

.flow__top {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-bottom: 5.25rem;
}

.flow__top-text {
	font-size: 1.25rem;
	margin-bottom: 0;
	max-width: 56.25rem;
}

.flow__step {
	margin-bottom: 3.125rem;
}

.flow__step-content {
	align-items: center;
	display: flex;
	gap: 3.125rem;
	margin-bottom: 4.375rem;
}

.flow__step-content.flow__step-content--reverse {
	flex-direction: row-reverse;
}

.flow__step-main {
	width: 50%;
}

.flow__step-title {
	flex-direction: row;
	gap: 1.25rem;
	justify-content: center;
	margin-bottom: 1.75rem;
}

.flow__step-title-pre {
	gap: 0.5rem;
}

.flow__step-title-pre::before {
	bottom: 1.5rem;
	height: 0.875rem;
}

.flow__title-step {
	width: 6.25rem;
}

.flow__title-number {
	font-size: 3.125rem;
	margin-bottom: 1.75rem;
}

.flow__step-main-title {
	font-size: 1.75rem;
}

.flow__text {
	font-size: 1.125rem;
	margin-bottom: 0;
}

.flow__text.flow__text--width {
	max-width: none;
}

.flow__text.flow__text--margin {
	margin-bottom: 1.5rem;
}

.flow__line-wrapper {
	margin-bottom: 3.5rem;
}

.flow__contact {
	border-top: none;
	margin-bottom: 0;
	max-width: 100%;
}

.flow__contact-text {
	font-size: 1.125rem;
	top: -1rem;
}

.flow__contact::after,
.flow__contact::before {
	width: 4.375rem;
}

.flow__contact-tel-wrapper.contact__tel-wrapper {
	margin-bottom: 1.5rem;
}

.flow__contact-tel.contact__tel {
	font-size: 2.25rem;
}

.flow__contact-tel-number.contact__tel-number {
	font-size: 3.5rem;
}

.flow__contact-append {
	gap: 1rem;
}

.flow__contact-append-left {
	font-size: 1.125rem;
	padding: 0.375rem 1.375rem 0.5rem;
}

.flow__contact-append-right {
	font-size: 1.5rem;
}

.flow__img {
	margin-bottom: 0;
	width: 50%;
}

.flow__img::after {
	bottom: -1.875rem;
	right: -1.5625rem;
}

.flow__img.flow__img--left::after {
	left: -1.5625rem;
}

.flow__arrow {
	width: 2rem;
}

.flow__ex {
	font-size: 1.375rem;
}

.flow__list {
	gap: 0.625rem;
	margin-bottom: 0;
	padding-left: 1.875rem;
}

.flow__list-text {
	font-size: 1.125rem;
}

.footer {
	padding: 1.875rem 1.5625rem;
}

.footer__copy {
	font-size: 0.875rem;
}

.greeting {
	background-position: center;
	margin-top: -7rem;
}

.greeting__wrapper {
	gap: 5.625rem;
	padding-top: 11.25rem;
}

.greeting__main {
	gap: 2.5rem;
	max-width: 57.5rem;
	padding: 0 1.5625rem;
	text-align: center;
}

.greeting__main::before {
	top: 0.625rem;
	width: 13.75rem;
}

.greeting__text {
	font-size: 1.375rem;
}

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

.intro {
	padding-bottom: 4.5rem;
}

.intro__header {
	gap: 1.5rem;
	margin-bottom: 4rem;
	padding: 5.1875rem 0;
}

.intro__header-text {
	font-size: 1.5rem;
}

.intro__header-text span {
	font-size: 2.25rem;
}

.intro__wrapper {
	width: 68.75rem;
}

.intro__cards-wrapper {
	display: flex;
	gap: 1.875rem;
	margin-bottom: 2.25rem;
}

.intro__cards {
	gap: 1.875rem;
	margin-bottom: 0;
	width: 50%;
}

.intro__card {
	margin-bottom: 1rem;
}

.intro__card-text {
	font-size: 1rem;
}

.intro__big-card {
	margin-bottom: 1rem;
}

.intro__big-card-wrapper {
	margin-bottom: 3.5rem;
	width: 50%;
}

.line-link {
	font-size: 1.5rem;
	max-width: 35.625rem;
	padding: 1.375rem 2.5rem 1.375rem 3.625rem;
}

.line-link__img {
	left: 1.75rem;
	top: 52%;
	width: 0.875rem;
}

.map-btn {
	margin-bottom: 3.6875rem;
}

.map-btn__btn {
	border: 5px solid #000;
	font-size: 2.8125rem;
	max-width: 31.25rem;
}

.map-btn__arrow {
	left: 4.75rem;
	width: 1.125rem;
}

.map-btn__icon {
	right: 6rem;
	width: 1.375rem;
}

.map {
	margin-bottom: 4.1875rem;
}

.point {
	padding-bottom: 5rem;
}

.point__title {
	margin-bottom: 7.125rem;
	padding: 0.5625rem 3.4375rem 1.25rem;
}

.point__title-eng {
	font-size: 1.875rem;
	margin-bottom: 0.75rem;
}

.point__main-title {
	font-size: 2.5rem;
}

.point__content-wrapper--bg {
	margin-bottom: 13.125rem;
	padding-bottom: 0;
	padding-top: 9.375rem;
	position: relative;
	z-index: 0;
}

.point__content-wrapper--bg::after {
	background-image: url(../images/common/point-2-bg-bottom.webp);
	background-repeat: no-repeat;
	background-size: 100% 105px;
	bottom: -13.125rem;
	content: "";
	display: block;
	height: 13.125rem;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.point__content-inner.inner {
	margin-bottom: 5.0625rem;
	max-width: 68.75rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	width: 100%;
}

.point__content-inner {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 2.5rem;
	justify-content: space-between;
}

.point__content-inner.point__content-inner--reverse {
	flex-direction: row-reverse;
}

.point__content-main {
	width: 50%;
}

.point__content-title {
	flex-direction: row;
	gap: 1.625rem;
	margin-bottom: 1.75rem;
}

.point__content-title-pre {
	gap: 0.5rem;
}

.point__content-title-pre::before {
	bottom: 1.5rem;
	height: 0.875rem;
}

.point__title-step {
	width: 7.1875rem;
}

.point__title-number {
	font-size: 3.125rem;
	margin-bottom: 1.75rem;
}

.point__content-main-title {
	font-size: 1.75rem;
	line-height: 1.5;
}

.point__img {
	width: 50%;
}

.point__img::after {
	bottom: -1.875rem;
	right: -1.5625rem;
}

.point__img.point__img--left::after {
	left: -1.5625rem;
}

.swiper-button-prev {
	left: -2.625rem;
}

.swiper-button-next {
	right: -2.625rem;
}

.swiper-pagination-bullet {
	height: 10px;
	width: 10px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.9375rem;
}

.top-text-item {
	font-size: 1.5rem;
	padding: 1.125rem 0;
}

.top {
	padding-bottom: 15.625rem;
}

.top__img-wrapper.top__img-wrapper--upper {
	padding-bottom: 32.0625rem;
}

.top__img-wrapper {
	display: flex;
	justify-content: center;
}

.top__upper-image {
	max-width: 57rem;
	width: 100%;
}

.top__catchphrase {
	left: calc(50% - min(48%, 23em));
	top: 11rem;
	width: 40.8125rem;
}

.top__items {
	gap: 0.5625rem 0.625rem;
	margin-bottom: 3.375rem;
	margin-left: calc(50% - min(47%, 21rem));
	max-width: 26.875rem;
	width: 100%;
}

.top__etc {
	bottom: -0.875rem;
	right: -3.0625rem;
	width: 5.0625rem;
}

.top__president-image {
	right: calc(50% - min(48%, 28em));
	top: 19.3125rem;
	width: 26.125rem;
}

.top__bottom-image {
	max-width: 57rem;
	width: 100%;
}

}

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

.greeting {
	background-image: url(../images/common/gr-bg.webp);
	margin-top: 0;
}

.greeting::after {
	background-image: url(../images/common/gr-bg-top.webp);
	background-repeat: no-repeat;
	background-size: 100% 90px;
	content: "";
	display: block;
	height: 5.625rem;
	position: absolute;
	top: -5.5rem;
	width: 100%;
	z-index: -1;
}

.greeting__wrapper {
	padding-top: 6.25rem;
}

.point__content-wrapper--bg::after {
	background-size: 100% 130px;
}

.slider-wrapper {
	bottom: 1.25rem;
	display: flex;
	overflow: hidden;
	position: absolute;
}

.top {
	padding-bottom: 12.5rem;
}

.top__img-wrapper.top__img-wrapper--upper {
	padding-bottom: 23.125rem;
}

.top__upper-image {
	display: none;
}

.top__catchphrase {
	top: 2.5rem;
}

.top__president-image {
	top: 11.25rem;
}

.top__bottom-image {
	display: none;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

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

.point__content-wrapper--bg::after {
	background-size: 100% 210px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes scroll-left {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}

}


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