body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	scroll-padding-top: 120px;
}

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

*,
*::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;
}

.p-business__box {
	margin-top: 3.125rem;
}

.c-text__underline {
	-webkit-text-decoration: underline;
	font-size: clamp(
    1.125rem,
    1.0643203883rem + 0.2588996764vw,
    1.375rem
  );
	line-height: 160%;
	margin-top: 3.125rem;
	text-decoration: underline;
}

.p-business__box .c-btn__link {
	margin-top: 3.125rem;
}

.p-business__box p {
	font-weight: 500;
	line-height: 180%;
	margin-top: 0.9375rem;
}

.business .c-menu {
	flex-direction: row;
	flex-wrap: wrap;
	gap: clamp(
    0.3125rem,
    -0.3138575152rem + 1.303214596vw,
    1.25rem
  );
	justify-content: center;
	margin-top: 5.625rem;
}

.business .c-menu__link a {
	min-width: clamp(
    9.0625rem,
    6.0977410947rem + 6.1685490877vw,
    13.5rem
  );
	padding: clamp(
    0.5rem,
    0.3786407767rem + 0.5177993528vw,
    1rem
  ) clamp(
    0.625rem,
    -0.0013575152rem + 1.303214596vw,
    1.5625rem
  );
}

.business .c-menu__link .name {
	font-size: clamp(
    0.875rem,
    0.7839805825rem + 0.3883495146vw,
    1.25rem
  );
}

.business .c-menu__link .icon img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-business__menu {
	display: flex;
	flex-direction: column;
	gap: 4.375rem;
}

.p-business__menu-item {
	background-color: #e8f4f6;
	padding: clamp(
    2.5rem,
    2.3483009709rem + 0.6472491909vw,
    3.125rem
  ) clamp(
    1.5625rem,
    0.8798543689rem + 2.9126213592vw,
    4.375rem
  );
}

.p-business__menu-item-title {
	color: #126975;
	display: flex;
	font-size: clamp(
    1.625rem,
    1.4884708738rem + 0.5825242718vw,
    2.1875rem
  );
	gap: 0.5em;
	justify-content: center;
	left: -0.5em;
	line-height: 120%;
	position: relative;
}

.p-business__menu-item-title span:nth-of-type(1) {
	width: clamp(
    1.875rem,
    1.7233009709rem + 0.6472491909vw,
    2.5rem
  );
}

.p-business__menu-item-text {
	line-height: 180%;
	margin-top: 3.125rem;
}

.p-business__menu-item-btn {
	display: flex;
	gap: clamp(
    1.25rem,
    0.7949029126rem + 1.9417475728vw,
    3.125rem
  );
	justify-content: center;
	margin-top: clamp(
    1.25rem,
    0.9466019417rem + 1.2944983819vw,
    2.5rem
  );
}

.c-page__title2 {
	align-items: center;
	aspect-ratio: 1920/478;
	background-image: url(../images/business-img-heading-pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	position: relative;
	width: 100%;
}

.c-page__title2 .l-inner {
	width: 80%;
}

.c-page__title2 h1 {
	color: #fff;
	font-size: clamp(
    1.4375rem,
    -0.1041666667rem + 3.2118055556vw,
    3.75rem
  );
	font-weight: 500;
	line-height: 1.1;
	padding-left: clamp(
    0.75rem,
    0.25rem + 1.0416666667vw,
    1.5rem
  );
	position: relative;
}

.c-page__title2 h1:before {
	background: #efc334;
	border-radius: 5px;
	bottom: -7px;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: clamp(
    0.1875rem,
    0.1041666667rem + 0.1736111111vw,
    0.3125rem
  );
}

.p-mv {
	position: relative;
}

.p-mv__menu.c-menu {
	bottom: 4.1666666667vw;
	gap: 1.0416666667vw;
	position: absolute;
	right: 0.8333333333vw;
}

.p-mv .c-menu__link {
	width: 10.7291666667vw;
}

.p-mv .c-menu__link .name {
	font-size: 1.0416666667vw;
}

.p-mv .c-menu__link a img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.c-section__heading + .p-about__intro {
	font-size: clamp(
    1rem,
    0.9393203883rem + 0.2588996764vw,
    1.25rem
  );
	line-height: 180%;
	margin-top: clamp(
    1.875rem,
    1.4957524272rem + 1.6181229773vw,
    3.4375rem
  );
}

.p-about__intro span {
	color: #31adc8;
	font-weight: 600;
}

.p-about__menu {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(
    5rem,
    4.5449029126rem + 1.9417475728vw,
    6.875rem
  ) 1.875rem;
	justify-content: center;
	margin-top: 6.875rem;
}

.p-about__item {
	background-color: #e8f4f6;
	border-radius: 20px;
	padding: 0 clamp(
    1.25rem,
    0.9466019417rem + 1.2944983819vw,
    2.5rem
  ) clamp(
    2.5rem,
    2.1207524272rem + 1.6181229773vw,
    4.0625rem
  );
	text-align: center;
	width: 31.6%;
}

.p-about__item a {
	position: relative;
	transition: all 0.3s ease 0s;
}

.p-about__item-title {
	color: #126975;
	font-size: clamp(
    1.625rem,
    1.4126213592rem + 0.9061488673vw,
    2.5rem
  );
	font-weight: 600;
	line-height: 120%;
	margin-top: 0.9375rem;
}

.p-about__item-icon {
	margin-top: -50px;
}

.p-about__item-icon img {
	-o-object-fit: contain;
	margin: 0 auto;
	max-width: 35%;
	object-fit: contain;
	width: -moz-fit-content;
	width: fit-content;
}

.p-about__item-text {
	font-weight: 500;
	margin-top: 1.25rem;
}

.p-about__item-text p {
	line-height: 160%;
}

.p-about__item-text p + p {
	margin-top: 0.625rem;
}

.p-about__item:nth-of-type(4) .p-about__item-title {
	margin-top: 3.75rem;
}

.p-about__item:nth-of-type(5) .p-about__item-title {
	margin-top: 5rem;
}

.c-btn__link a {
	border: 2px solid #000;
	border-radius: 40px;
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 100%;
	padding: clamp(
    1.0625rem,
    1.0169902913rem + 0.1941747573vw,
    1.25rem
  ) clamp(
    1.875rem,
    1.5716019417rem + 1.2944983819vw,
    3.125rem
  );
	position: relative;
	transition: all 0.3s ease 0s;
}

.c-btn__link--white a {
	border: 2px solid #fff;
}

.c-btn__link--green a {
	background-color: #fff;
	border: 2px solid #126975;
	color: #126975;
}

.c-btn__link a::after {
	aspect-ratio: 1/1;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	width: 8px;
}

.c-btn__link--white a::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

.c-btn__link--green a::after {
	border-right: 2px solid #126975;
	border-top: 2px solid #126975;
}

.c-btn__link--green.c-btn__link--contact a {
	align-items: center;
	gap: 10px;
}

.c-btn__link--green.c-btn__link--contact a:before {
	aspect-ratio: 1/1;
	background-image: url(../images/common/icon-mail-green.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.25em;
}

.c-contact__bg {
	position: relative;
}

.c-contact__bg:before {
	background-image: url(../images/contact-bg-01-pc.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0px clamp(
    3.125rem,
    -13.5416666667rem + 34.7222222222vw,
    28.125rem
  ) clamp(
    3.125rem,
    -13.5416666667rem + 34.7222222222vw,
    28.125rem
  ) 0px;
	border-radius: 0 450px 450px 0;
	content: "";
	display: block;
	height: 100%;
	left: -4.5%;
	position: absolute;
	width: 100%;
}

.c-contact {
	margin-top: clamp(
    3.75rem,
    1.9296116505rem + 7.7669902913vw,
    11.25rem
  );
}

.c-contact__inner {
	padding: clamp(
    6.25rem,
    5.4915048544rem + 3.2362459547vw,
    9.375rem
  ) 0;
}

.c-contact__contents {
	background-color: #fff;
	border-radius: clamp(
    4.375rem,
    3.4648058252rem + 3.8834951456vw,
    8.125rem
  ) 0 clamp(
    4.375rem,
    3.4648058252rem + 3.8834951456vw,
    8.125rem
  ) clamp(
    4.375rem,
    3.4648058252rem + 3.8834951456vw,
    8.125rem
  );
	margin: 0 auto;
	max-width: 63.4375rem;
	padding: clamp(
    5rem,
    4.8483009709rem + 0.6472491909vw,
    5.625rem
  ) clamp(
    1.25rem,
    0.1122572816rem + 4.854368932vw,
    5.9375rem
  ) clamp(
    5rem,
    4.8483009709rem + 0.6472491909vw,
    5.625rem
  );
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 10;
}

.c-section__heading + .c-contact__intro {
	font-size: clamp(
    1.125rem,
    1.0339805825rem + 0.3883495146vw,
    1.5rem
  );
	line-height: 100%;
	margin-top: 2.5rem;
	text-align: center;
}

.c-contact__way {
	align-items: center;
	display: flex;
	gap: 3.125rem;
	justify-content: center;
	margin: 2.8125rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.c-contact__way-tel a {
	align-items: center;
	background: linear-gradient(180deg, #ffdc6c -0.44%, #f0be1b 56.89%);
	border-radius: 2.875rem;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	color: #fff;
	display: flex;
	font-size: clamp(
    1.25rem,
    1.0224514563rem + 0.9708737864vw,
    2.1875rem
  );
	gap: 0.9375rem;
	justify-content: center;
	letter-spacing: 0.11em;
	line-height: 100%;
	padding: 1.3125rem 2.75rem;
	position: relative;
}

.c-contact__way-tel a:before {
	aspect-ratio: 1/1;
	background-image: url(../images/common/icon-tel.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: relative;
	top: 4px;
	width: 28px;
}

.c-contact__way-mail a {
	align-items: center;
	background: linear-gradient(180deg, rgb(87, 183, 221) 0%, rgb(63, 149, 186) 100%);
	border-radius: 46px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	color: #fff;
	display: inline-flex;
	font-size: clamp(
    0.875rem,
    0.7536407767rem + 0.5177993528vw,
    1.375rem
  );
	gap: 0.625rem;
	justify-content: center;
	letter-spacing: 2px;
	line-height: 100%;
	padding: 1.26em 2.72em;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-contact__way-mail a:before {
	aspect-ratio: 1/1;
	background-image: url(../images/common/icon-mail.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	width: 24px;
}

.c-contact__way-mail a::after {
	aspect-ratio: 1/1;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	content: "";
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	width: 12px;
	width: 0.5em;
}

.c-contact__text {
	font-size: clamp(
    0.875rem,
    0.7233009709rem + 0.6472491909vw,
    1.5rem
  );
	font-weight: 500;
	line-height: 150%;
	margin: clamp(
    1.25rem,
    1.0983009709rem + 0.6472491909vw,
    1.875rem
  ) auto 0;
	text-align: center;
}

.c-flex {
	display: flex;
}

.c-flex__50 {
	width: 50%;
}

.c-flex img {
	-o-object-fit: contain;
	object-fit: contain;
}

.c-flow__inner.l-inner {
	max-width: 1580px;
}

.c-flow__intro {
	font-size: clamp(
    1rem,
    0.9393203883rem + 0.2588996764vw,
    1.25rem
  );
	font-weight: bold;
	margin-top: 2.5rem;
	text-align: center;
	word-break: keep-all;
}

.c-flow__list {
	grid-gap: clamp(
    4.375rem,
    1.368483927rem + 6.2554300608vw,
    8.875rem
  );
	display: grid;
	gap: clamp(
    4.375rem,
    1.368483927rem + 6.2554300608vw,
    8.875rem
  );
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	margin-top: clamp(
    2.5rem,
    1.802184466rem + 2.9773462783vw,
    5.375rem
  );
}

.c-flow__list li:nth-of-type(1) .c-flow__item-img {
	position: relative;
	top: 3%;
	width: 32%;
}

.c-flow__list li:nth-of-type(2) .c-flow__item-img {
	position: relative;
	top: 16%;
	width: 72%;
}

.c-flow__list li:nth-of-type(3) .c-flow__item-img {
	position: relative;
	top: 10%;
	width: 50%;
}

.c-flow__item {
	grid-gap: 0;
	box-shadow: 0 0 30px 0 rgba(176, 223, 243, 0.3019607843);
	display: grid;
	gap: 0;
	grid-row: span 2;
	grid-template-rows: subgrid;
	padding: clamp(
    2.5rem,
    2.0824283232rem + 0.8688097307vw,
    3.125rem
  ) clamp(
    0.625rem,
    -1.0452867072rem + 3.4752389227vw,
    3.125rem
  ) clamp(
    1.875rem,
    1.0398566464rem + 1.7376194613vw,
    3.125rem
  );
	position: relative;
}

.c-flow__item:not(:last-of-type):after {
	aspect-ratio: 52/57;
	background: url(../images/common/icon-arrow-01.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	position: absolute;
	right: -24%;
	top: 50%;
	transform: translateY(-50%);
	width: clamp(
    1.25rem,
    0.7645631068rem + 2.071197411vw,
    3.25rem
  );
}

.c-flow__item-num {
	color: #0192ab;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: clamp(
    3.125rem,
    2.5182038835rem + 2.5889967638vw,
    5.625rem
  );
	left: clamp(
    0.625rem,
    0.1699029126rem + 1.9417475728vw,
    2.5rem
  );
	line-height: 100%;
	position: absolute;
	top: clamp(
    -1.875rem,
    -1.5716019417rem + -1.2944983819vw,
    -3.125rem
  );
}

.c-flow__item-img {
	-o-object-fit: contain;
	margin: 0 auto;
	object-fit: contain;
	width: -moz-fit-content;
	width: fit-content;
}

.c-flow__item-img img {
	-o-object-fit: contain;
	height: -moz-fit-content;
	height: fit-content;
	object-fit: contain;
	width: 100%;
}

.c-flow__item-title {
	align-content: center;
	display: grid;
	font-size: clamp(
    1.25rem,
    0.6236424848rem + 1.303214596vw,
    2.1875rem
  );
	font-weight: bold;
	line-height: 120%;
	margin-top: 1.875rem;
	text-align: center;
}

.c-heading__blue {
	color: #31adc8;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 160%;
}

.c-menu {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.c-menu__link a {
	align-items: center;
	background-color: #efc334;
	border-radius: 35px 35px 35px 0;
	color: #fff;
	display: flex;
	justify-content: center;
	line-height: 150%;
	outline: 3px solid #efc334;
	outline-offset: -3px;
	padding: 0.8333333333vw 1.3020833333vw;
	transition: all 0.3s ease 0s;
}

.c-menu__link .icon {
	width: 30%;
}

.c-menu__link a img {
	-o-object-fit: contain;
	margin: 0 auto;
	object-fit: contain;
	width: -moz-fit-content;
	width: fit-content;
}

.c-menu__link .name {
	font-size: 1.0416666667vw;
	text-align: center;
	width: 70%;
}

.c-menu__link .icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 2.0833333333vw;
}

.c-menu__link--souzoku .icon {
	aspect-ratio: 38/40;
	background-image: url(../images/common/icon-01-white.svg);
}

.c-menu__link--kazoku .icon {
	aspect-ratio: 24/40;
	background-image: url(../images/common/icon-02-white.svg);
}

.c-menu__link--isan .icon {
	aspect-ratio: 40/40;
	background-image: url(../images/common/icon-03-white.svg);
}

.c-menu__link--hudousan .icon {
	aspect-ratio: 40/40;
	background-image: url(../images/common/icon-04-white.svg);
}

.c-menu__link--kigyou .icon {
	aspect-ratio: 25/40;
	background-image: url(../images/common/icon-05-white.svg);
}

.c-pgae__title-bg {
	background: linear-gradient(45deg, rgb(68, 173, 192) 0%, rgb(138, 208, 238) 100%);
	border-radius: 300px 0 0 300px;
	margin-left: 70px;
	padding: clamp(
    2.5rem,
    1.7415048544rem + 3.2362459547vw,
    5.625rem
  ) 0;
	width: calc(100% - 70px);
}

.c-page__title h1 {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: clamp(
    1.375rem,
    1.0824468085rem + 1.7021276596vw,
    3.125rem
  );
	gap: 0.5em;
	justify-content: center;
	line-height: 150%;
}

.c-page__title img {
	-o-object-fit: contain;
	height: 1em;
	object-fit: contain;
	width: -moz-fit-content;
	width: fit-content;
}

.c-section__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: clamp(
    1.375rem,
    1.026092233rem + 1.4886731392vw,
    2.8125rem
  );
	font-weight: 600;
	gap: clamp(
    0.625rem,
    0.5491504854rem + 0.3236245955vw,
    0.9375rem
  );
	line-height: 1;
	position: relative;
	text-align: center;
}

.c-section__heading::after {
	background-color: #efc334;
	border-radius: 5px;
	content: "";
	display: block;
	height: clamp(
    0.1875rem,
    0.1571601942rem + 0.1294498382vw,
    0.3125rem
  );
	position: relative;
	width: 7.8125rem;
}

.c-section {
	padding-top: clamp(
    3.125rem,
    1.1529126214rem + 8.4142394822vw,
    11.25rem
  );
}

.c-title__bg {
	background-color: #207e98;
	border-radius: 30px;
	color: #fff;
	font-size: clamp(
    1.0625rem,
    0.8652912621rem + 0.8414239482vw,
    1.875rem
  );
	font-weight: normal;
	font-weight: initial;
	line-height: 120%;
	padding: 0.3em;
	text-align: center;
}

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

.l-footer {
	position: relative;
}

.l-footer__bg {
	background-color: #3c83a2;
	display: block;
	height: 100%;
	mix-blend-mode: multiply;
	position: absolute;
	width: 100%;
}

.l-footer__inner {
	padding: clamp(
    5rem,
    4.3932038835rem + 2.5889967638vw,
    7.5rem
  ) 0 4.375rem;
	position: relative;
	z-index: 1;
}

.l-footer * {
	color: #fff;
}

.l-footer__logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: clamp(
    20.625rem,
    18.6074029126rem + 8.6084142395vw,
    28.9375rem
  );
}

.l-footer__contents {
	display: flex;
	justify-content: space-between;
	padding: 0 1.5625rem;
}

.l-footer__info {
	display: flex;
	gap: 3.75rem;
	justify-content: space-between;
	margin-top: 1.5625rem;
}

.l-footer__info-address {
	font-size: clamp(
    1rem,
    0.9393203883rem + 0.2588996764vw,
    1.25rem
  );
}

.l-footer__copyright {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.5px;
	margin-top: 5.625rem;
}

.l-footer__menu {
	display: flex;
	gap: clamp(
    0.625rem,
    0.1699029126rem + 1.9417475728vw,
    2.5rem
  );
	margin-top: clamp(
    0.625rem,
    -0.2548543689rem + 3.7540453074vw,
    4.25rem
  );
}

.l-footer__menu a {
	-webkit-text-decoration: underline;
	font-size: clamp(
    1rem,
    0.9696601942rem + 0.1294498382vw,
    1.125rem
  );
	font-weight: bold;
	line-height: 150%;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
	transition: all 0.3s ease 0s;
}

.l-header {
	background-color: rgba(255, 255, 255, 0.9019607843);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.l-header__nav {
	align-items: center;
	display: flex;
	height: 5.625rem;
}

.l-header__nav-item a {
	font-size: clamp(
    0.75rem,
    0.4159426586rem + 0.6950477845vw,
    1.25rem
  );
	font-weight: bold;
	line-height: 150%;
	padding: 30px 0;
}

.l-header__content {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-left: clamp(
    1.25rem,
    -0.1152912621rem + 5.8252427184vw,
    6.875rem
  );
}

.l-header__logo img {
	-o-object-fit: contain;
	object-fit: contain;
	position: relative;
	width: clamp(
    6.25rem,
    5.2942961165rem + 4.0776699029vw,
    10.1875rem
  );
	z-index: 1;
}

.l-header__hamburger {
	display: none;
}

.l-header__nav-item {
	margin-right: clamp(
    1.25rem,
    0.9425697599rem + 1.2978585334vw,
    2.5rem
  );
}

.l-header__nav-item--tel {
	margin-right: 0;
}

.l-header__nav-item--tel a {
	align-items: center;
	aspect-ratio: 222/100;
	background: linear-gradient(196.08deg, #f9e08f 4%, #f0be1b 87.57%);
	border-radius: 0 0 0 40px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1019607843);
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: clamp(
    1rem,
    0.6659426586rem + 0.6950477845vw,
    1.5rem
  );
	gap: clamp(
    0.3125rem,
    0.0208333333rem + 0.6076388889vw,
    0.75rem
  );
	justify-content: center;
	line-height: 1;
	padding: 0;
	padding: initial;
	position: relative;
	width: 13.875rem;
}

.l-header__nav-item--tel a:before {
	background-image: url(../images/common/icon-tel.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 20px;
	width: 20px;
}

.l-header__nav-item--contact {
	margin-right: 0;
}

.l-header__nav-item--contact a {
	align-items: center;
	aspect-ratio: 140/100;
	background: linear-gradient(239.03deg, #57b7dd 1.34%, #18758e 93.96%);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1019607843);
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: clamp(
    0.875rem,
    0.6244569939rem + 0.5212858384vw,
    1.25rem
  );
	gap: clamp(
    0.3125rem,
    0.0208333333rem + 0.6076388889vw,
    0.75rem
  );
	justify-content: center;
	line-height: 1;
	padding: 0;
	padding: initial;
	position: relative;
	width: 8.75rem;
}

.l-header__nav-item--contact a:before {
	background-image: url(../images/common/icon-mail.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 18px;
	width: 20px;
}

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

@media (hover: hover) {

.p-about__item a:hover {
	opacity: 0.5;
}

.c-btn__link a:hover {
	background-color: #31adc8;
	border: 2px solid #31adc8;
	color: #fff;
}

.c-btn__link a:hover:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

.c-btn__link--green a:hover {
	background-color: #126975;
	border: 2px solid #126975;
	color: #fff;
}

.c-btn__link--green a:hover:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

.c-btn__link--green.c-btn__link--contact a:hover:before {
	background-image: url(../images/common/icon-mail.svg);
}

.c-contact__way-tel a:hover {
	background: #fff;
	box-shadow: none;
	color: #efc334;
	outline: 3px solid #efc334;
	outline-offset: -3px;
}

.c-contact__way-tel a:hover:before {
	background-image: url(../images/common/icon-tel-yellow.svg);
}

.c-contact__way-tel a:hover:after {
	border-right: 3px solid #efc334;
	border-top: 3px solid #efc334;
}

.c-contact__way-mail a:hover {
	background: #fff;
	box-shadow: none;
	color: #439ac0;
	outline: 3px solid #439ac0;
	outline-offset: -3px;
}

.c-contact__way-mail a:hover:before {
	background-image: url(../images/common/icon-mail-lightblue.svg);
}

.c-contact__way-mail a:hover:after {
	border-right: 3px solid #439ac0;
	border-top: 3px solid #439ac0;
}

.c-menu__link a:hover {
	background-color: #fff;
	color: #efc334;
}

.c-menu__link--souzoku a:hover .icon {
	background-image: url(../images/common/icon-01-yellow.svg);
}

.c-menu__link--kazoku a:hover .icon {
	background-image: url(../images/common/icon-02-yellow.svg);
}

.c-menu__link--isan a:hover .icon {
	background-image: url(../images/common/icon-03-yellow.svg);
}

.c-menu__link--hudousan a:hover .icon {
	background-image: url(../images/common/icon-04-yellow.svg);
}

.c-menu__link--kigyou a:hover .icon {
	background-image: url(../images/common/icon-05-yellow.svg);
}

.l-footer__menu a:hover {
	opacity: 0.7;
}

.l-footer__info-access .c-btn__link--white a:hover {
	background-color: #fff;
	color: #3c83a2;
}

.l-footer__info-access .c-btn__link--white a:hover::after {
	border-right: 2px solid #3c83a2;
	border-top: 2px solid #3c83a2;
}

.l-header__nav-item a:hover {
	opacity: 0.7;
}

.l-header__nav-item--tel a:hover {
	background: #fff;
	border: 3px solid #f0be1c;
	box-shadow: none;
	color: #f2c32c;
	opacity: 1;
}

.l-header__nav-item--tel a:hover:before {
	background-image: url(../images/common/icon-tel-yellow.svg);
}

.l-header__nav-item--contact a:hover {
	background: #fff;
	border: 3px solid #19768f;
	box-shadow: none;
	color: #19768f;
	opacity: 1;
}

.l-header__nav-item--contact a:hover:before {
	background-image: url(../images/common/icon-mail-blue.svg);
}

}

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

.l-header__hamburger {
	display: none;
}

.l-header__nav {
	align-items: flex-start;
	background-color: #fff;
	background-image: url(../img/header-bg-menu-01.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 0;
	bottom: 0;
	display: none;
	flex-direction: column;
	height: 100dvh;
	left: 0;
	padding: 100px 10.7vw 40px;
	position: fixed;
	right: 0;
	top: 0;
}

.l-header__nav.active-nav {
	display: flex;
	gap: 1em;
	justify-content: flex-start;
}

.l-header__nav li:first-of-type {
	display: block;
}

.l-header__nav-item {
	width: 100%;
}

.l-header__nav-item a {
	font-size: min(3.73vw, 20px);
	width: 100%;
}

.l-header__nav .p-cta__btn a {
	font-size: 18px;
	margin-top: 0.5em;
	width: 100%;
}

.l-header__nav .p-cta__btn span {
	font-size: 14px;
}

.l-header__nav-item--tel {
	padding-top: 6vh;
}

.l-header__nav-item--tel a {
	aspect-ratio: inherit;
	border-radius: 50px;
	flex-direction: row;
	font-size: 20px;
	gap: 1em;
	padding: 20px;
}

.l-header__nav-item--contact {
	margin-top: 1em;
}

.l-header__nav-item--contact a {
	aspect-ratio: inherit;
	border-radius: 50px;
	flex-direction: row;
	font-size: 20px;
	gap: 1em;
	padding: 20px;
}

.l-header__hamburger {
	display: flex !important;
}

.l-header__hamburger {
	flex-direction: column;
	gap: 6px;
	padding: 18px 16px;
	position: relative;
	z-index: 100;
}

.l-header__hamburger span {
	background-color: #3c83a2;
	border-radius: 35px;
	display: block;
	height: 2px;
	transition: 0.3s;
	width: 24px;
}

.l-header__hamburger.active span:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
}

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

.l-header__hamburger.active span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
}

}

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

.c-page__title2 {
	align-items: center;
	aspect-ratio: 375/185;
	background-image: url(../images/business-img-heading-sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	position: relative;
	width: 100%;
}

.c-page__title2 .l-inner {
	width: 95%;
}

.business .c-menu {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.1875rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 425px;
}

.business .c-menu__link:nth-of-type(2) {
	margin-right: 10px;
}

.business .c-menu__link a {
	border-radius: 20px 15px 15px 0;
	min-width: 0;
	min-width: initial;
	padding: 14px 11px;
}

.business .c-menu__link .icon {
	height: 22px;
}

.business .c-menu__link .name {
	font-size: 14px;
}

.business .c-menu__link {
	width: 32.8%;
}

.p-business__menu-item-btn {
	align-items: center;
	flex-direction: column;
}

.p-business__box .c-btn__link {
	text-align: center;
}

.p-about__menu {
	flex-direction: column;
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

.p-about__item {
	width: 100%;
}

.p-mv__menu.c-menu {
	bottom: 0;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.1875rem;
	justify-content: center;
	left: 0;
	margin-top: -50px;
	position: relative;
}

.p-mv .c-menu__link {
	width: 32.8%;
}

.p-mv .c-menu__link:nth-of-type(2) {
	margin-right: 10px;
}

.p-mv .c-menu__link a {
	border-radius: 20px 15px 15px 0;
	padding: 3.7333333333vw 2.9333333333vw;
}

.p-mv .c-menu__link .icon {
	height: 5.8666666667vw;
}

.p-mv .c-menu__link .name {
	font-size: 3.7333333333vw;
}

.p-about__item:nth-of-type(4) .p-about__item-title {
	margin-top: 1.25rem;
}

.p-about__item:nth-of-type(5) .p-about__item-title {
	margin-top: 1.25rem;
}

.p-about__item-icon img {
	max-width: 25%;
}

.p-about__item-text {
	word-break: keep-all;
}

.c-btn__link a {
	justify-content: center;
	min-width: 76vw;
}

.c-contact__heading {
	font-size: 1.75rem;
}

.c-contact__bg:before {
	border-radius: 0px 90px 90px 0;
	left: 0;
}

.c-contact__way {
	flex-direction: column-reverse;
	gap: 1.25rem;
	margin-top: 1.5625rem;
}

.c-contact__way-tel a {
	font-size: clamp(
    0.9375rem,
    -0.8806818182rem + 9.0909090909vw,
    1.25rem
  );
	gap: 0.625rem;
	min-width: 74vw;
	text-align: center;
}

.c-contact__way-tel a:before {
	top: 2px;
	width: 20px;
}

.c-contact__way-mail a {
	font-size: clamp(
    0.8125rem,
    0.4488636364rem + 1.8181818182vw,
    0.875rem
  );
	min-width: 74vw;
}

.c-contact__text {
	text-align: center;
	width: 100%;
}

.c-flex {
	flex-direction: column;
	gap: 10px;
}

.c-flex > * {
	width: 100%;
}

.c-flow__list {
	display: flex;
	flex-direction: column;
	margin: 3.75rem auto;
	max-width: 245px;
}

.c-flow__item:not(:last-of-type):after {
	left: 50%;
	top: 100%;
	transform: translate(-50%, 75%) rotate(90deg);
}

.c-flow__list .c-flow__item-img img {
	height: -moz-fit-content;
	height: fit-content;
}

.c-flow__list li:nth-of-type(1) .c-flow__item-img {
	position: relative;
	top: 0%;
	width: 4.875rem;
}

.c-flow__list li:nth-of-type(2) .c-flow__item-img {
	position: relative;
	top: 0%;
	width: 10.625rem;
}

.c-flow__list li:nth-of-type(3) .c-flow__item-img {
	position: relative;
	top: 0%;
	width: 7.375rem;
}

.c-flow__item-num {
	left: 25px;
}

.c-heading__blue {
	font-size: 1.375rem;
}

.c-pgae__title-bg {
	background: linear-gradient(45deg, rgb(68, 173, 192) 0%, rgb(138, 208, 238) 100%);
	border-radius: 100px 0 0 100px;
	margin-left: 10px;
	width: calc(100% - 10px);
}

.c-title__bg {
	line-height: 150%;
	padding: 1.125rem;
}

.l-footer__contents {
	flex-direction: column;
	gap: 3.125rem;
	padding: 0;
}

.l-footer__info {
	flex-direction: column;
}

.l-footer__menu {
	flex-wrap: wrap;
	gap: 1em 2em;
	justify-content: center;
	margin: 0.625rem auto 0;
	order: 3;
}

.l-footer__menu li {
	width: 40%;
}

.l-footer__menu li:nth-of-type(odd) {
	text-align: right;
}

.l-footer__info {
	gap: 0;
	margin-top: 0;
	order: 2;
}

.l-footer__copyright {
	margin-top: 0;
	order: 4;
	text-align: center;
}

.l-footer__main {
	display: contents;
	text-align: center;
}

.l-footer__logo {
	order: 1;
}

.l-footer__logo img {
	height: 100%;
	margin: 0 auto;
	width: 315px;
}

.l-footer__info-address {
	margin: 0 auto;
	text-align: left;
	width: -moz-fit-content;
	width: fit-content;
}

.l-footer__info-access .c-btn__link {
	margin-top: 2.5rem;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

}

.mt3125 {
	margin-top: 3.125rem;
}
.c-contact-list__contents {
	background: linear-gradient(70deg, #88CBE7, #2693BF);
	border-radius: clamp(
    4.375rem,
    3.4648058252rem + 3.8834951456vw,
    8.125rem
  ) 0 clamp(
    4.375rem,
    3.4648058252rem + 3.8834951456vw,
    8.125rem
  ) clamp(
    4.375rem,
    3.4648058252rem + 3.8834951456vw,
    8.125rem
  );
	margin-left: auto;
	margin-right: auto;
	max-width: 63.4375rem;
	padding: clamp(
    5rem,
    4.8483009709rem + 0.6472491909vw,
    5.625rem
  ) clamp(
    1.25rem,
    0.1122572816rem + 4.854368932vw,
    5.9375rem
  ) clamp(
    5rem,
    4.8483009709rem + 0.6472491909vw,
    5.625rem
  );
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 10;
}
.c-heading__white {
    color: #FFF;
	font-size: 1.75rem;
    font-weight: bold;
    line-height: 160%;
}
ul.sqList {
    color: #FFF;
	margin-top: 0.75rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}
ul.sqList li {
	list-style: square;
	line-height: 1.75rem;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
	ul.sqList {
	    margin-left: 20px;
	}
	.c-heading__white {
	    color: #FFF;
		font-size: 1.35rem;
	    font-weight: bold;
	    line-height: 160%;
	}
}
.c-page__title3 {
    align-items: center;
    aspect-ratio: 1920 / 478;
    background-image: url(../images/head-consultation.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    position: relative;
    width: 100%;
}
.c-page__title3 h1 {
    color: #fff;
    font-size: clamp(1.4375rem, -0.1041666667rem + 3.2118055556vw, 3.75rem);
    font-weight: 500;
    line-height: 1.1;
    padding-left: clamp(0.75rem, 0.25rem + 1.0416666667vw, 1.5rem);
    position: relative;
}
.c-page__title3 h1:before {
    background: #efc334;
    border-radius: 5px;
    bottom: -7px;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: clamp(0.1875rem, 0.1041666667rem + 0.1736111111vw, 0.3125rem);
}
.c-page__title3 .l-inner {
    width: 80%;
}
.c-page__title4 {
    align-items: center;
    aspect-ratio: 1920 / 478;
    background-image: url(../images/head-aboutus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    position: relative;
    width: 100%;
}
.c-page__title4 h1 {
    color: #fff;
    font-size: clamp(1.4375rem, -0.1041666667rem + 3.2118055556vw, 3.75rem);
    font-weight: 500;
    line-height: 1.1;
    padding-left: clamp(0.75rem, 0.25rem + 1.0416666667vw, 1.5rem);
    position: relative;
}
.c-page__title4 h1:before {
    background: #efc334;
    border-radius: 5px;
    bottom: -7px;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: clamp(0.1875rem, 0.1041666667rem + 0.1736111111vw, 0.3125rem);
}
.c-page__title4 .l-inner {
    width: 80%;
}
.c-aboutus__intro {
    font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
    font-weight: 400;
    margin-top: 2.5rem;
    text-align: left;
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.c-aboutus__heading {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: clamp(1.375rem, 1.026092233rem + 1.4886731392vw, 2.8125rem);
    font-weight: 600;
    gap: clamp(0.625rem, 0.5491504854rem + 0.3236245955vw, 0.9375rem);
    line-height: 1;
    position: relative;
    text-align: center;
}
.c-flex__50.profile01 {
	padding-top: 15%;
    padding-left: 10%;
    font-size: clamp(
    0.8125rem,
    0.4488636364rem + 1.8181818182vw,
    0.875rem
  );
}
.c-flex__50.profile02 {
	padding-top: 61%;
    padding-left: 15%;
    font-size: clamp(
    0.8125rem,
    0.4488636364rem + 1.8181818182vw,
    0.875rem
  );
}
.aboutus-inner {
	    display: flex;
	    max-width: 1180px;
	    width: 95%;
	    margin-left: auto;
	    margin-right: auto;
        background-image: url(../images/profile-img.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        aspect-ratio: 2360 / 1549;
		margin-top: 3.125rem;
}
.pc-item {
	display: block;
}
.sp-item {
	display: none;
}
/* Google Mapを囲う要素 */
.c-flex_access__70 {
  position: relative;
  width: 60%;
  height: 0;
  padding-top: 35%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.c-flex_access__70 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-flex_access__30 {
	width: 40%;
	text-align: center;
	position:relative;
}
.c-flex_access__30 div{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
}
.c-contact__way-map {
	margin-top: 3rem;
}
.c-contact__way-map a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 250px;
    padding: 10px 25px;
    color: #333;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #fff;
    border-radius: 9999px;
    border: solid 1px #333;
}
.c-contact__way-map a:hover {
    color: #fff;
    background: #999;
}
@media screen and (max-width: 768px) {
	.pc-item {
		display: none;
	}
	.sp-item {
		display: block;
	}
    .c-page__title3 {
        align-items: center;
        aspect-ratio: 375 / 185;
        background-image: url(../images/img-heading-sp01.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: grid;
        position: relative;
        width: 100%;
    }
    .c-page__title4 {
        align-items: center;
        aspect-ratio: 375 / 185;
        background-image: url(../images/img-heading-sp02.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: grid;
        position: relative;
        width: 100%;
    }
	.aboutus-inner {
		    display: flex;
            flex-direction: column-reverse;
            justify-content: flex-end;
		    width: 100%;
		    margin-left: auto;
		    margin-right: auto;
	        background-image: url(../images/profile-img-sp.png);
	        background-position: center;
	        background-repeat: no-repeat;
	        background-size: contain;
	        position: relative;
	        aspect-ratio: 1827 / 3000;
			margin-top: 3.125rem;
	}
	.c-flex__50.profile01 {
		padding-top: 12%;
	    padding-left: 10%;
	}
	.c-flex__50.profile02 {
		padding-top: 30%;
	    padding-left: 10%;
	}
	.c-page__title3 .l-inner {
	    width: 95%;
	}
	.c-page__title4 .l-inner {
	    width: 95%;
	}
	.c-flex_access__70 {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        padding-top: 10px;
	}
	.c-flex_access__70 iframe {
        position: relative;
        width: 100%;
	    height: 100%;
	}
	.c-flex_access__30 {
        width: 100%;
        height: auto;
        padding-top: 10px;
	}
	.c-flex_access__30 div {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
	}
	.c-contact__way-map {
		margin-top: 1.75rem;
	}

}
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #31ADC8;
  color: #fff;
  font-size: 14px;
  float: right;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #DDDDDD;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}
.Form-Item-Input2 {
  border: 1px solid #DDDDDD;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #ddd;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
  .Form-Item-Input2 {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea2 {
  border: 1px solid #ddd;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #ddd;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea2 {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.lineCenter {
	width: 100%;
	text-align: center;
}
input[type=submit].Form-Btn,.Form-Btn {
	border: 2px solid #000;
	border-radius: 40px;
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 100%;
	padding: clamp(
    1.0625rem,
    1.0169902913rem + 0.1941747573vw,
    1.25rem
  ) clamp(
    1.875rem,
    1.5716019417rem + 1.2944983819vw,
    3.125rem
  );
	position: relative;
	transition: all 0.3s ease 0s;
}
input[type=submit].Form-BtnG,.Form-BtnG {
	border: 2px solid #000;
	border-radius: 40px;
	background-color: #ddd;
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 100%;
	padding: clamp(
    1.0625rem,
    1.0169902913rem + 0.1941747573vw,
    1.25rem
  ) clamp(
    1.875rem,
    1.5716019417rem + 1.2944983819vw,
    3.125rem
  );
	position: relative;
	transition: all 0.3s ease 0s;
}
input[type=submit].Form-BtnG:hover, .Form-BtnG:hover {
	background-color: #eee;
	border: 2px solid #31adc8;
	color: #fff;
}

input[type=submit].Form-BtnG:hover:after, .Form-BtnG:hover:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}
input[type=submit].Form-Btn::after, .Form-Btn::after {
	aspect-ratio: 1/1;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	width: 8px;
}
input[type=submit].Form-Btn:hover, .Form-Btn:hover {
	background-color: #31adc8;
	border: 2px solid #31adc8;
	color: #fff;
}

input[type=submit].Form-Btn:hover:after, .Form-Btn:hover:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}



@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.Form-Item-Input-ro {
  border: 1px solid #DDDDDD;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input-ro {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea-ro {
  border: 1px solid #ddd;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea-ro {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

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