/*$breakpoints: (
    "sp2": "screen and (max-width: 375px)",
    "sp": "screen and (max-width: 599px)",
    "tb2": "screen and (max-width: 768px)",
    "bp1024": "screen and (max-width: 1024px)",
    "bp1280": "screen and (max-width: 1280px)",
    "bp1400": "screen and (max-width: 1400px)",
    "bp1600": "screen and (max-width: 1600px)",
    "bp1700": "screen and (max-width: 1700px)",
    "bp1850": "screen and (max-width: 1850px)",
    "pc2": "screen and (min-width: 1920px)",
);*/

html,
body {
	color: #151515;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1; /*overflow-x: hidden;*/
	position: relative;
}

img {
	display: block;
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

a {
	color: inherit;
	text-decoration: none;
}

li {
	list-style: none;
}

main {
	position: relative;
}

/* resset.dev • v5.0.2 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
	word-break: normal;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

*,
::before,
::after {
	background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

* {
	margin: 0;
	padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */

hr {
	color: inherit; /* Correct border color in Firefox. */
	height: 0; /* Add the correct box sizing in Firefox */
	overflow: visible; /* Show the overflow in Edge and IE */
}

details,
main {
	display: block; /* Render the `main` element consistently in IE. */
}

summary {
	display: list-item; /* Add the correct display in all browsers */
}

small {
	font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
	display: none; /* Add the correct display in IE */
}

abbr[title] {
	border-bottom: none; /* Remove the bottom border in Chrome 57 */ /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

a {
	background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
	outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
	font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
	font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
	text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
	border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
	border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
	-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
	overflow: auto; /* Internet Explorer 11+ */
	resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
	overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
	text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
	cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-width: 0;
}

/* Style select like a standard input */

select {
	-moz-appearance: none; /* Firefox 36+ */
	-webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
	display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor; /* Internet Explorer 11+ */
}

legend {
	border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
	display: table; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
	white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button { /* Correct the inability to style clickable types in iOS and Safari */
	-webkit-appearance: button;
	color: inherit;
	font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */

[disabled] {
	cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
	border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
	vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Specify the progress cursor of updating elements */

[aria-busy=true] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled=true] {
	cursor: default;
}

.footer {
	position: relative;
	z-index: 0;
}

.footer__space {
	background-color: #FFFFFF;
	display: block;
	display: none;
}

.footer__inner {
	background-color: #eaeaea;
	padding-bottom: 10px;
	padding-top: 32px;
}

.footer__nav-list {
	align-items: center;
	display: flex;
	gap: 90px;
	justify-content: center;
	margin-left: 17px;
}

.footer__nav-link { /*値:min12px max20px 画面幅:min480 max1850*/
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 11px;
	transition: 0.3s;
}

.footer__nav-link:hover {
	opacity: 0.7;
}

.footer__copyright {
	font-size: 18px;
	font-weight: 400;
	margin-top: 32px;
	text-align: center;
}

.pc {
	background-color: #e1f6ff;
	display: flex;
	flex-direction: column;
	height: 100%;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.pc__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: start;
	margin-top: 120px;
	max-width: 750px;
	text-align: center;
	width: 100%; /*margin-top: 159px;*/
}

.pc__title {
	color: #087bb2;
	font-size: 66px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
}

.pc__title span {
	display: block;
	font-size: 27px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.pc__message {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 70px;
	text-align: center;
}

.pc__message span {
	color: #d83a2f;
}

.pc__tel-button {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 23px;
}

.pc__tel-button-link {
	align-items: center;
	background-image: linear-gradient(0deg, #d7392f 0%, #ff493d 100%);
	border: 1px solid #9c1b12;
	border-radius: 10px;
	box-shadow: 0px 10px 0px #a5271e;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	font-size: 49px;
	font-weight: bold;
	height: 121px;
	justify-content: center;
	letter-spacing: 3px;
	max-width: 483px;
	overflow: hidden;
	position: relative;
	transition: all 0.2s ease-in-out;
	width: 100%;
	width: 483px;
}

.pc__tel-button-link:hover {
	opacity: 0.7;
}

.pc__tel-button-link:active {
	box-shadow: 0px 4px 0px #6c6c6c;
	transform: translateY(6px);
}

.pc__tel-button-link::before {
	background-color: #A01C16;
	border-radius: 50%;
	bottom: -113px;
	content: "";
	height: 159px;
	left: 50%;
	opacity: 0.2;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: 624px;
}

.pc__tel-button-text {
	align-items: center;
	background-color: #FFFFFF;
	color: #d83a2f;
	display: flex;
	font-size: 21px;
	font-weight: 500;
	height: 30px;
	justify-content: center;
	letter-spacing: 1px;
	margin-bottom: 5px;
	width: 114px;
}

.pc__tel-button-number {
	position: relative;
	z-index: 2;
}

.pc__document-button {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.pc__document-button-link {
	align-items: center;
	background-image: linear-gradient(0deg, #e6e6e6 0%, #efefef 100%);
	border: 1px solid #151515;
	border-radius: 10px;
	box-shadow: 0px 10px 0px #6c6c6c;
	display: flex;
	flex-direction: column;
	font-size: 37px;
	font-weight: bold;
	height: 119px;
	letter-spacing: 1px;
	max-width: 483px;
	overflow: hidden;
	padding: 18px 0 10px 0;
	position: relative;
	transition: all 0.2s ease-in-out;
	width: 100%;
	width: 483px;
}

.pc__document-button-link span:first-child {
	align-items: center;
	background-color: #525252;
	color: #FFFFFF;
	display: flex;
	font-size: 21px;
	height: 30px;
	justify-content: center;
	letter-spacing: 1px;
	margin-bottom: 10px;
	width: 114px;
}

.pc__document-button-link span:last-child {
	transform: translateX(3px);
}

.pc__document-button-link::after {
	background: url(../img/black_arrow_right.png) no-repeat center center/contain;
	content: "";
	height: 24px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 15px;
}

.pc__document-button-link:hover {
	opacity: 0.7;
}

.pc__document-button-link:hover::after {
	transform: translateY(-50%) translateX(3px);
}

.pc__document-button-link:active {
	box-shadow: 0px 4px 0px #6c6c6c;
	transform: translateY(6px);
}

.pc__document-button-link::before {
	background-color: #B2B2B2;
	border-radius: 50%;
	bottom: -113px;
	content: "";
	height: 159px;
	left: 50%;
	opacity: 0.2;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: 624px;
}

.pc__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	margin-top: 48px;
	-moz-column-gap: 7px;
	column-gap: 7px;
	margin-left: 67px;
	margin-right: 64px;
	row-gap: 32px;
}

.pc__item {
	display: flex;
	font-feature-settings: "palt";
	font-size: 28px;
	font-weight: bold;
	gap: 14px;
	letter-spacing: 1px;
	position: relative;
	text-align: center;
}

.pc__item-check {
	border: 1px solid #151515;
	border-radius: 2px;
	display: inline-block;
	height: 30px;
	position: relative;
	width: 30px;
}

.pc__item-check::before {
	background: url(../img/check_blue.png) no-repeat center center/contain;
	content: "";
	height: 34px;
	left: -1px;
	position: absolute;
	top: -8px;
	width: 46px;
}

.pc__nav {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 154px;
}

.pc__nav-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.pc__nav-link {
	align-items: center;
	color: #087bb2;
	display: flex;
	font-size: 30px;
	font-weight: 500;
	gap: 10px;
	letter-spacing: 2.4px;
	line-height: 40px;
	position: relative;
	transition: 0.3s;
}

.pc__nav-link:hover {
	opacity: 0.7;
}

.pc__nav-link::before {
	align-items: center;
	background-color: #087bb2;
	border-radius: 50%;
	color: #FFFFFF;
	content: "\f078";
	display: flex;
	font-family: "Font Awesome 6 Free";
	font-size: 16px;
	font-weight: 900;
	height: 32px;
	justify-content: center;
	min-width: 32px;
	padding-left: 2px;
}

.pc__message-contact {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 73px;
	text-align: center;
}

.pc__message-contact span {
	color: #d83a2f;
	font-size: 41px;
}

.sp {
	filter: drop-shadow(0 0 31px #c3cfd4);
	margin-left: 39.0625%;
	max-width: 750px; /*overflow: hidden;*/
	position: relative;
	width: 100%;
	z-index: 2;
}

.section__title {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-bottom: 26px;
	position: relative;
	text-align: center;
}

.section__title::before {
	background-color: #087bb2;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100px;
}

.section__title--small {
	color: #087bb2;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 37px;
	text-align: center;
}

.cta {
	background-color: #FFFFFF;
	padding: 40px 0 87px 0;
}

.cta--bottom {
	padding: 36px 0 87px 0;
}

.cta--bottom .cta__consult {
	margin-top: 42px;
}

.cta__message {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 56px;
	text-align: center;
}

.cta__message span {
	color: #d83a2f;
	display: inline-block;
	font-size: 41px;
	transform: translateY(1px);
}

.cta__consult {
	margin-top: 18px;
	padding: 0 40px;
}

.cta__consult-message {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 2px;
	text-align: center;
}

.cta__consult-message span {
	color: #d83a2f;
}

.cta__consult-list {
	background-color: #f9e25e;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	margin-top: 32px; /*padding clampジェネレータを使用 topからleft
  値:min18px max47px 画面幅:min480 max1920
  値:min13px max5px 画面幅:min480 max1920
  値:min46px max18px 画面幅:min480 max1920
  値:min5px max28px 画面幅:min480 max1920*/
	padding: clamp(1.125rem, 0.521rem + 2.01vw, 2.938rem) clamp(0.313rem, 0.146rem + 0.56vw, 0.813rem) clamp(1.125rem, 0.542rem + 1.94vw, 2.875rem) clamp(0.313rem, -0.167rem + 1.6vw, 1.75rem);
	position: relative;
	row-gap: 30px;
}

.cta__consult-list::before {
	border-bottom: 0;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-style: solid;
	border-top: 31px solid #f9e25e;
	bottom: -30px;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.cta__consult-item {
	display: flex;
	font-feature-settings: "palt";
	font-size: 28px;
	font-weight: bold;
	gap: 14px;
	letter-spacing: 2px;
}

.cta__consult-item-check {
	border: 1px solid #151515;
	border-radius: 2px;
	display: inline-block; /*値:min14px max40px 画面幅:min480 max1920*/
	height: clamp(0.875rem, 0.542rem + 1.11vw, 1.875rem);
	position: relative; /*値:min14px max40px 画面幅:min480 max1920*/
	width: clamp(0.875rem, 0.542rem + 1.11vw, 1.875rem);
}

.cta__consult-item-check::before {
	background: url(../img/check_yellow.png) no-repeat center center/contain;
	content: ""; /*値:min16px max34px 画面幅:min480 max1920*/
	height: clamp(1rem, 0.625rem + 1.25vw, 2.125rem);
	left: -1px;
	position: absolute;
	top: -8px; /*値:min19px max46px 画面幅:min480 max1920*/
	width: clamp(1.188rem, 0.625rem + 1.88vw, 2.875rem);
}

.cta__tel-button {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	padding: 0 30px;
}

.cta__tel-button-link {
	align-items: center;
	align-items: center;
	background-image: linear-gradient(0deg, #d7392f 0%, #ff493d 100%);
	border: 1px solid #9c1b12;
	border-radius: 10px;
	box-shadow: 0px 10px 0px #a5271e;
	color: #FFFFFF;
	display: flex;
	display: flex;
	flex-direction: column;
	font-size: 49px;
	font-weight: bold;
	height: 121px;
	height: 170px;
	justify-content: center;
	justify-content: start;
	letter-spacing: 3px;
	max-width: 483px;
	max-width: 100%;
	overflow: hidden;
	padding-top: 26px;
	position: relative;
	transition: 0.3s;
	width: 100%;
}

.cta__tel-button-link:hover {
	opacity: 0.7;
}

.cta__tel-button-link:active {
	box-shadow: 0px 4px 0px #6c6c6c;
	transform: translateY(6px);
}

.cta__tel-button-link::before {
	background-color: #A01C16;
	border-radius: 50%;
	bottom: -163px;
	content: "";
	height: 227px;
	left: 50%;
	opacity: 0.2;
	position: absolute;
	transform: translateX(-50%);
	width: 891px;
}

.cta__tel-button-text {
	align-items: center;
	background-color: #FFFFFF;
	color: #d83a2f;
	display: flex;
	font-size: 30px;
	font-weight: 500;
	height: 42px;
	justify-content: center;
	letter-spacing: 1px;
	width: 164px;
}

.cta__tel-button-number {
	display: inline-block;
	font-size: 71px;
	letter-spacing: 4px;
	margin-top: 7px;
	position: relative;
	z-index: 2;
}

.cta__document-button {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	padding: 0 30px;
}

.cta__document-button-link {
	align-items: center;
	background-image: linear-gradient(0deg, #e6e6e6 0%, #efefef 100%);
	border: 1px solid #151515;
	border-radius: 10px;
	box-shadow: 0px 10px 0px #6c6c6c;
	display: flex;
	flex-direction: column;
	font-size: 37px;
	font-weight: bold;
	height: 119px;
	height: 173px;
	letter-spacing: 1px;
	max-width: 483px;
	max-width: 100%;
	overflow: hidden;
	padding: 18px 0 10px 0;
	padding-top: 27px;
	position: relative;
	position: relative;
	transition: 0.3s;
	width: 100%;
}

.cta__document-button-link span:first-child {
	align-items: center;
	background-color: #525252;
	color: #FFFFFF;
	display: flex;
	font-size: 21px;
	height: 30px;
	justify-content: center;
	letter-spacing: 1px;
	margin-bottom: 10px;
	width: 114px;
}

.cta__document-button-link span:last-child {
	transform: translateX(3px);
}

.cta__document-button-link::after {
	background: url(../img/black_arrow_right.png) no-repeat center center/contain;
	content: "";
	height: 24px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 15px;
}

.cta__document-button-link:hover {
	opacity: 0.7;
}

.cta__document-button-link:hover::after {
	transform: translateY(-50%) translateX(3px);
}

.cta__document-button-link:active {
	box-shadow: 0px 4px 0px #6c6c6c;
	transform: translateY(6px);
}

.cta__document-button-link::after {
	height: 40px;
	right: 21px;
	transition: 0.3s;
	width: 21px;
}

.cta__document-button-link::before {
	background-color: #B2B2B2;
	border-radius: 50%;
	bottom: -163px;
	content: "";
	height: 227px;
	left: 50%;
	opacity: 0.2;
	position: absolute;
	transform: translateX(-50%);
	width: 891px;
}

.cta__document-button-link span:first-child {
	align-items: center;
	background-color: #525252;
	color: #FFFFFF;
	display: flex;
	font-size: 30px;
	font-weight: 500;
	height: 42px;
	justify-content: center;
	letter-spacing: 1px;
	padding-left: 2px;
	width: 162px;
}

.cta__document-button-link span:last-child {
	font-size: 54px;
	margin-top: 4px;
	transform: translateX(3px);
}

.cta-footer {
	background-color: #f9e25e;
	bottom: 0;
	display: flex;
	gap: 22px;
	left: 39.0625%;
	opacity: 0;
	padding: 20px 30px;
	position: fixed;
	transition: 0.3s;
	visibility: hidden;
	width: 100%; /*bottom: 112px;*/
	z-index: 30; /*
      @media(max-width: 1600px) {
          bottom: 130px;
      }

      @media(max-width: 1400px) {
          bottom: 117px;
      }

      @media(max-width: 375px) {
          bottom: 65px;
      }*/
}

.cta-footer.is-show {
	opacity: 1;
	visibility: visible;
}

.cta-footer__tel-button {
	position: relative;
	width: 100%;
}

.cta-footer__tel-button::before {
	background-image: linear-gradient(0deg, #e14b43 0%, #ff6860 100%);
	content: "";
	height: 100%;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: 3;
}

.cta-footer__tel-button:hover::before {
	opacity: 0.3;
}

.cta-footer__tel-button-link {
	align-items: center;
	background-image: linear-gradient(0deg, #d7392f 0%, #ff493d 100%);
	border: 1px solid #9c1b12;
	border-radius: 10px;
	box-shadow: 0px 10px 0px #a5271e;
	color: #FFFFFF;
	display: flex;
	flex: 1;
	flex-direction: column;
	font-size: 49px;
	font-weight: bold;
	height: 101px;
	letter-spacing: 3px;
	overflow: hidden;
	padding-top: 11px;
	position: relative;
	transition: 0.3s;
	width: 400px;
	width: 100%;
}

.cta-footer__tel-button-link:hover {
	opacity: 0.9;
}

.cta-footer__tel-button-link:active {
	box-shadow: 0px 4px 0px #6c6c6c; /* 影を小さくする */
	transform: translateY(6px);
}

.cta-footer__tel-button-link::before {
	background-color: #A01C16;
	border-radius: 50%;
	bottom: -50px;
	content: "";
	height: 100px;
	left: 50%;
	opacity: 0.2;
	position: absolute;
	transform: translateX(-50%);
	width: 392px;
	z-index: 1;
}

.cta-footer__tel-button-text {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
}

.cta-footer__tel-button-text span {
	display: inline-block;
	font-size: 26px;
	transform: translateY(2px);
}

.cta-footer__tel-button-number {
	color: #FFFFFF;
	display: block;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 12px;
	text-align: center;
	z-index: 2;
}

.cta-footer__document-button {
	position: relative;
	width: 100%;
}

.cta-footer__document-button::before {
	background: linear-gradient(0deg, #f5f5f5 0%, #fafafa 100%);
	content: "";
	height: 100%;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: 3;
}

.cta-footer__document-button:hover::before {
	opacity: 0.3;
}

.cta-footer__document-button:hover .cta-footer__document-button-link::after {
	transform: translateY(-50%) translateX(3px);
}

.cta-footer__document-button-link {
	align-items: center;
	background-image: linear-gradient(0deg, #e6e6e6 0%, #efefef 100%);
	border: 1px solid #151515;
	border-radius: 10px;
	box-shadow: 0px 10px 0px #6c6c6c;
	display: flex;
	flex-direction: column;
	font-size: 36px;
	font-weight: bold;
	height: 101px;
	letter-spacing: 1px;
	overflow: hidden;
	padding: 16px 0 10px 0;
	position: relative;
	transition: all 0.3s;
	width: 100%;
}

.cta-footer__document-button-link:active {
	box-shadow: 0px 4px 0px #6c6c6c; /* 影を小さくする */
	transform: translateY(6px);
}

.cta-footer__document-button-link span:first-child {
	align-items: center;
	display: flex;
	font-size: 21px;
	justify-content: center;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.cta-footer__document-button-link span:last-child {
	transform: translateX(3px);
}

.cta-footer__document-button-link::after {
	background: url(../img/black_arrow_right.png) no-repeat center center/contain;
	content: "";
	height: 24px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 15px;
}

.cta-footer__document-button-link::before {
	background-color: #B2B2B2;
	border-radius: 50%;
	bottom: -50px;
	content: "";
	height: 100px;
	left: 50%;
	opacity: 0.2;
	position: absolute;
	transform: translateX(-50%);
	width: 392px;
}

.flow {
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 74px;
}

.flow .flow__content { /*値:min30px max72px 画面幅:min375 max1920*/
	margin-top: clamp(1.875rem, 1rem + 2.92vw, 4.5rem);
}

.info {
	background-color: #e1f6ff;
	padding: 77px 30px;
}

.info__description {
	font-feature-settings: "palt";
	font-size: 27px;
	font-weight: 500;
	letter-spacing: 1.9px;
	line-height: 40px;
	margin-top: 14px;
	text-align: center;
}

.info__appearance {
	margin-top: 49px;
	position: relative;
}

.info__swiper-slide {
	border-radius: 10px;
	cursor: pointer;
	height: 373px;
	overflow: hidden;
	position: relative;
}

.info__swiper-slide::before {
	align-items: center;
	background-color: #FFFFFF;
	content: "外観";
	display: flex;
	font-size: 27px;
	font-weight: 500;
	height: 50px;
	justify-content: center;
	left: 7px;
	letter-spacing: 1px;
	line-height: 40px;
	position: absolute;
	top: 12px;
	width: 106px;
	z-index: 10;
}

.info__swiper-slide img {
	height: 100%;
	-o-object-fit: cover;
	border-radius: 10px;
	object-fit: cover;
	transform: scale(1.05);
	-o-object-position: right -34px top 6px;
	object-position: right -34px top 6px;
}

.info__swiper-pagination {
	margin-left: -13px;
	margin-top: 30px;
	text-align: center;
}

.info__swiper-pagination .swiper-pagination-bullet {
	background: #9a9a9a !important;
	border-radius: 8px !important;
	height: 16px !important;
	margin: 0 0 0 24px !important;
	opacity: 1 !important;
	width: 16px !important;
}

.info__swiper-pagination .swiper-pagination-bullet-active {
	background: #087bb2 !important;
}

.info__map {
	margin-top: 60px;
	padding-top: 46.6666666667%;
	position: relative;
	width: 100%;
}

.info__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.info__place {
	margin-top: 58px;
}

.info__place-row {
	border-bottom: 1px solid #151515;
	display: flex;
}

.info__place-row:first-child {
	border-top: 1px solid #151515;
}

.info__place-row:nth-child(2) .info__place-term {
	padding: 28px 0 30px 0;
}

.info__place-row:nth-child(2) .info__place-description {
	line-height: 30px;
	padding: 10px 10px 0 27px;
}

.info__place-row:last-child .info__place-description {
	padding: 24px 0 27px 26px;
}

.info__place-term {
	border-right: 1px solid #151515;
	color: #087bb2;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 34px;
	padding: 23px 0 28px 0;
	text-align: center;
	width: 140px;
}

.info__place-description {
	font-size: 27px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 34px;
	padding: 24px 10px 0 26px;
	width: calc(100% - 140px);
}

.info__place-description span {
	display: block;
	font-feature-settings: "palt";
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.4px;
	line-height: 34px;
}

.info__place-bus-title {
	font-size: 29px;
}

.info__place-bus-name,
.info__place-bus-route-list {
	font-feature-settings: "palt";
	font-size: 27px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 41px;
	margin-left: -5px;
	margin-top: 5px;
}

.info__place-taxy {
	margin-top: 27px;
}

.info__place-taxy-route-list {
	margin-top: 10px;
}

.info__place-taxy-route-item {
	font-feature-settings: "palt";
	font-weight: 400;
	line-height: 1.45;
	padding-left: 1.7em;
	text-indent: -1.7em;
}

.info__group,
.info__service {
	margin-top: 56px;
	padding: 0 74px;
}

.info__service {
	margin-top: 33px;
}

.info__group-list,
.info__service-list {
	align-items: center;
	align-items: stretch;
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	margin-top: 18px;
}

.info__group-item,
.info__service-item {
	align-items: center;
	aspect-ratio: 1;
	background-color: #FFFFFF;
	border: 1px solid #151515;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	font-size: 24px;
	font-weight: 500;
	height: 165px;
	letter-spacing: 1px;
	line-height: 29px;
	max-width: 165px;
	padding: 15px 0 10px 0;
	text-align: center;
	width: 100%;
}

.info__group-item:first-child {
	padding-top: 23px;
}

.info__group-item:first-child .info__group-icon {
	aspect-ratio: 47/55;
	background: url(../img/icon_human.svg) no-repeat center center/contain;
	margin-bottom: 18px;
	max-width: 47px;
	padding: 24px 0 10px 0;
	width: 100%;
}

.info__group-item:nth-child(2) {
	padding-top: 18px;
}

.info__group-item:nth-child(2) .info__group-icon {
	aspect-ratio: 113/61;
	background: url(../img/icon_human3.png) no-repeat center center/contain;
	margin-bottom: 9px;
	max-width: 127px;
	padding: 22px 0 10px 0;
	width: 100%;
}

.info__group-item:last-child .info__group-icon {
	aspect-ratio: 113/75;
	background: url(../img/icon_human5.png) no-repeat center center/contain;
	margin-bottom: 3px;
	max-width: 117px;
	padding: 15px 0 10px 0;
	width: 100%;
}

.info__service-item:first-child .info__service-icon {
	aspect-ratio: 75/98;
	background: url(../img/icon_low_price.png) no-repeat center center/contain;
	margin-bottom: 8px;
	max-width: 75px;
	padding: 15px 0 10px 0;
	width: 100%;
}

.info__service-item:nth-child(2) {
	padding-top: 26px;
}

.info__service-item:nth-child(2) .info__service-icon {
	aspect-ratio: 96/75;
	background: url(../img/icon_car.png) no-repeat center center/contain;
	margin-bottom: 20px;
	max-width: 96px;
	padding: 15px 0 10px 0;
	width: 100%;
}

.info__service-item:nth-child(3) {
	padding-top: 7px;
}

.info__service-item:nth-child(3) .info__service-icon {
	aspect-ratio: 91/103;
	background: url(../img/icon_facility.png) no-repeat center center/contain;
	margin-bottom: 11px;
	max-width: 91px;
	padding: 15px 0 10px 0;
	width: 100%;
}

.info__service-item:nth-child(4) {
	padding-top: 48px;
}

.info__service-item:nth-child(4) .info__service-icon {
	aspect-ratio: 133/48;
	background: url(../img/icon_mortuary.png) no-repeat center center/contain;
	margin-bottom: 25px;
	max-width: 133px;
	padding: 15px 0 10px 0;
	width: 100%;
}

.info__service-item:nth-child(5) {
	padding-top: 9px;
}

.info__service-item:nth-child(5) .info__service-icon {
	aspect-ratio: 57/108;
	background: url(../img/icon_viewing.png) no-repeat center center/contain;
	margin-bottom: 5px;
	max-width: 57px;
	padding: 15px 0 10px 0;
	width: 100%;
}

.info__service-item:nth-child(6) {
	padding-top: 16px;
}

.info__service-item:nth-child(6) .info__service-icon {
	aspect-ratio: 105/95;
	background: url(../img/icon_stay.png) no-repeat center center/contain;
	margin-bottom: 11px;
	max-width: 105px;
	padding: 15px 0 10px 0;
	width: 100%;
}

.info__service-item:last-child .info__service-icon {
	aspect-ratio: 65/99;
	background: url(../img/icon_sound.png) no-repeat center center/contain;
	margin-bottom: 10px;
	max-width: 65px;
	padding: 15px 0 10px 0;
	width: 100%;
}

.mv {
	position: relative;
}

.mv__title {
	display: block;
	left: 50%;
	position: absolute;
	top: 114px;
	transform: translateX(-50%);
	z-index: 20;
}

.mv__title-text {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
	display: block;
	display: flex;
	font-size: 66px;
	font-weight: bold;
	justify-content: center;
	letter-spacing: 3px;
	padding: 9px 24px 16px 27px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	z-index: 20;
}

.mv__title-text::before {
	content: "公営斎場";
	display: block;
	font-size: 27px;
	font-weight: 500;
	left: 50%;
	letter-spacing: 1px;
	position: absolute;
	text-align: center;
	top: -43px;
	transform: translateX(-50%);
}

.mv__list {
	align-items: center;
	bottom: 30px;
	display: flex;
	gap: 30px;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 20;
}

.mv__item1,
.mv__item2,
.mv__item3 {
	background-color: rgba(8, 123, 178, 0.8);
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	height: 180px;
	justify-content: center;
	text-align: center;
	width: 180px;
}

.mv__item1-accent,
.mv__item2-accent,
.mv__item3-accent {
	color: #f9e25e;
	font-weight: bold;
	letter-spacing: 2px;
}

.mv__item1 {
	font-size: 32px;
	padding-top: 32px;
}

.mv__item1-accent {
	font-size: 43px;
	line-height: 44px;
}

.mv__item2 {
	font-size: 39px;
	letter-spacing: 4px;
	line-height: 46px;
	padding-top: 43px;
}

.mv__item2-accent {
	display: block;
	margin-top: 2px;
	margin-top: 11px;
}

.mv__item3 {
	font-size: 32px;
	padding-top: 45px;
}

.mv__item3-accent {
	font-size: 39px;
	letter-spacing: 2px;
	line-height: 46px;
	margin-bottom: 4px;
}

.mv__item3-text {
	display: block;
	font-size: 34px;
	letter-spacing: 1px;
	margin-left: 2px;
	margin-top: 4px;
}

.mv__swiper-slide {
	cursor: pointer;
	height: 100%;
}

.mv__swiper-slide img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.mv__swiper-pagination {
	position: static;
	text-align: center !important;
}

.price {
	background-color: #FFFFFF;
	padding: 83px 30px 0 30px;
}

.price__table1,
.price__table2,
.price__table3 {
	border-collapse: collapse;
	margin-top: 20px;
	width: 100%;
}

.price__table1 th,
.price__table2 th,
.price__table3 th {
	border: 1px solid #000;
	text-align: center;
}

.price__table1 {
	margin-top: 39px;
}

.price__table2,
.price__table3 {
	margin-top: 44px;
}

.price__table1-title,
.price__table2-title,
.price__table3-title {
	background-color: #e1f6ff;
	border: 1px solid #151515;
	border-bottom: none;
	color: #087bb2;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 34px;
	padding: 16px 0 21px 0;
}

.price__table1-head {
	background-color: #eaeaea;
	font-size: 29px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 34px;
	padding: 16px 0 16px 0;
	text-align: center;
}

.price__table1-head:first-child {
	width: 28.8405797101%;
}

.price__table1-head:nth-child(2) {
	width: 30.2898550725%;
}

.price__table1-row1 .price__table1-data {
	border-bottom: 1px solid #151515;
}

.price__table1-row2 .price__table1-data {
	border-top: none;
	padding: 13px 0 12px 0;
}

.price__table1-data {
	border: 1px solid #151515;
	font-size: 29px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 34px;
	padding: 18px 0;
	text-align: center;
}

.price__table1-data span {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 34px;
	margin-right: 7px;
	text-align: center;
}

.price__table2-row2 .price__table2-head {
	border-top: none;
	padding: 19px 0 10px 0;
}

.price__table2-row2 .price__table2-data {
	border-top: none;
	padding: 19px 0 17px 0;
}

.price__table2-head {
	background-color: #FFFFFF;
	border-bottom: none;
	font-size: 29px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 34px;
	padding: 15px 0;
	text-align: center;
	width: 38.8405797101%;
}

.price__table2-data {
	border: 1px solid #151515;
	font-size: 29px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 34px;
	padding: 15px 0 15px 0;
	text-align: center;
}

.price__table3-head {
	background-color: #FFFFFF;
	border-bottom: none;
	font-size: 29px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 34px;
	padding: 16px 0;
	text-align: center;
	width: 38.8405797101%;
}

.price__table3-data {
	border: 1px solid #151515;
	font-size: 29px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 34px;
	padding: 16px 0 15px 0;
	text-align: center;
}

.price__table3-data span {
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 34px;
	margin-right: 20px;
	text-align: center;
}

.price__note {
	margin-left: -2px;
	margin-top: 14px;
}

.price__note-text {
	display: block;
	font-feature-settings: "palt";
	font-size: 21px;
	font-weight: 400;
	line-height: 29px;
	padding-left: 1em;
	position: relative;
	text-indent: -1em;
}

.price__benefit {
	background-color: #087bb2;
	margin-top: 56px;
	padding: 20px;
	padding: 29px 26px 60px 19px;
}

.price__benefit-title {
	align-items: center;
	background-color: #FFFFFF;
	color: #087bb2;
	display: flex;
	font-size: 37px;
	font-weight: bold;
	height: 55px;
	justify-content: center;
	left: 50%;
	letter-spacing: 2px;
	line-height: 34px;
	margin: 0 auto;
	max-width: 296px;
	top: 50%;
	transform: translate(3px);
	width: 100%;
}

.price__benefit-description {
	color: #FFFFFF;
	font-feature-settings: "palt";
	font-size: 27px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 40px;
	margin-top: 23px;
}

.price__benefit-description span {
	color: #f9e25e;
}

.price__benefit-content {
	background-color: #fff;
	border: 1px solid #151515;
	border-radius: 10px;
	margin: 0 0 0 7px;
	margin-top: 51px;
	overflow: hidden;
}

.price__benefit-content:last-of-type {
	margin-top: 58px;
}

.price__benefit-content:last-of-type .price__benefit-content-title {
	padding: 16px 0 14px 0;
}

.price__benefit-content-title {
	background-color: #eaeaea;
	cursor: pointer;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 41px;
	padding: 12px 0 17px 0;
	position: relative;
	text-align: center;
}

.price__benefit-content-title i {
	display: inline-block;
	display: block;
	font-size: 24px;
	font-weight: bold;
	height: 26px;
	position: absolute;
	right: 14px;
	top: 32px;
	transform-origin: center;
	transition: 0.3s;
	width: 26px;
}

.price__benefit-content-title i.is-close {
	transform: rotate(180deg);
}

.price__benefit-content-title span {
	font-size: 29px;
}

.price__benefit-content-title.is-second i {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	right: 14px;
	top: 21px;
	transform-origin: center;
}

.price__benefit-content-description {
	font-feature-settings: "palt";
	font-size: 27px;
	letter-spacing: 1.4px;
	line-height: 41px;
	padding: 22px 18px 17px 19px;
}

.price__benefit-content-description span {
	font-weight: bold;
}

.price__benefit-content-note {
	font-size: 21px;
	font-weight: 400;
	line-height: 29px;
	margin-left: 15px;
	margin-top: 2px;
	padding: 0 18px 0 1em;
	text-indent: -1em;
}

.price__benefit-content-table-wrapper {
	padding: 0 23px 24px 23px;
}

.price__benefit-content-table {
	border-collapse: collapse;
	margin-top: 23px;
	padding: 0 23px 10px 23px;
	width: 100%;
}

.price__benefit-content-table th,
.price__benefit-content-table td {
	border: 1px solid #151515;
	border-top: none;
	color: #151515;
	font-size: 29px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 34px;
	text-align: center;
}

.price__benefit-content-table th {
	padding: 17px 0 16px 10px;
	width: 41%;
}

.price__benefit-content-table td {
	transform: translateX(13px);
	width: 56%;
}

.price__benefit-content-table-title {
	background-color: #eaeaea;
	border: 1px solid #151515;
	color: #087bb2;
	font-size: 31px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 34px;
	padding: 18px 0 19px 0;
	text-align: center;
}

.price__benefit-content-dl {
	margin-top: 17px;
	padding: 0 23px 10px 16px;
}

.price__benefit-content-dl-row {
	align-items: center;
	border-bottom: 1px solid #151515;
	display: flex;
	padding-bottom: 21px;
}

.price__benefit-content-dl-row:nth-child(2),
.price__benefit-content-dl-row:last-child {
	padding-top: 23px;
}

.price__benefit-content-dl-row:last-child {
	border-bottom: none;
}

.price__benefit-content-dl-term {
	color: #087bb2;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 34px;
	padding-left: 0;
	text-align: center;
	width: 128px;
}

.price__benefit-content-dl-description {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 32px;
	width: calc(100% - 120px);
}

.review {
	background-color: #e1f6ff;
	padding: 75px 0 80px 0;
}

.review__description {
	font-size: 27px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 40px;
	margin-top: 14px;
	text-align: center;
}

.review__title {
	letter-spacing: 1.6px;
}

.review__content {
	margin-top: 54px;
}

.review__swiper { /*transform: translateX(-10px);*/
	cursor: pointer;
}

.review__swiper-slide {
	background-color: #FFFFFF;
	border: 1px solid #151515;
	border-radius: 6px;
	box-sizing: border-box;
	min-height: 416px;
	padding: 16px;
	width: 375px; /*@media (max-width: 1400px) {
      width: 90vw;
      max-width: 340px;
      min-height: 180px;
      padding: 6px;
      border-radius: 4px;
  }*/
}

.review__swiper-slide-top {
	align-items: center;
	border-bottom: 1px solid #151515;
	display: flex;
	justify-content: space-between;
}

.review__swiper-slide-human {
	aspect-ratio: 1;
	background: url(../img/man.png) no-repeat center center/contain;
	max-width: 97px;
	transform: translateX(2px) translateY(-5px);
	width: 100%;
}

.review__swiper-slide-star {
	color: #dcb500;
	font-size: 34px;
	font-weight: 500;
	line-height: 88px;
	text-align: right;
	transform: translateY(-12px);
}

.review__swiper-slide-data {
	margin-bottom: 3px;
	padding-top: 3px;
	width: calc(100% - 97px);
}

.review__swiper-slide-date,
.review__swiper-slide-personal {
	color: #151515;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 28px;
	margin-right: 9px;
	text-align: right;
	transform: translateY(-20px);
}

.review__swiper-slide-data {
	margin-bottom: 3px;
	padding-top: 3px;
	width: calc(100% - 97px);
}

.review__swiper-slide-data span {
	color: #151515;
	font-size: 42px;
	font-weight: 700;
	line-height: 41px;
	margin-left: 4px;
}

.review__swiper-slide-text {
	font-size: 29px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 49px;
	margin-top: 24px;
}

.review__swiper-pagination {
	margin-top: 30px;
	position: static !important;
	text-align: center !important;
}

.review__swiper-pagination .swiper-pagination-bullet {
	background: #9a9a9a !important;
	border-radius: 8px !important;
	height: 16px !important;
	margin: 0 0 0 24px !important;
	opacity: 1 !important;
	width: 16px !important;
}

.review__swiper-pagination .swiper-pagination-bullet-active {
	background: #087bb2 !important;
}

.support {
	background-color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 81px;
	padding-top: 76px;
}

.support__description {
	font-size: 27px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 40px;
	margin-top: 14px;
	text-align: center;
}

.support__list {
	display: flex;
	flex-direction: column;
	gap: 69px;
	margin-top: 53px;
}

.support__item:first-child {
	padding-right: 19px;
}

.support__item:nth-child(2) {
	padding-left: 42px;
}

.support__item:last-child {
	padding-right: 42px;
}

@media (min-width: 2000px) {

.pc__nav {
	right: 3%;
}

}

@media (min-width: 2100px) {

.pc__nav {
	right: 8%;
}

}

@media (max-width: 1850px) {

.pc__content {
	max-width: 625px;
}

.pc__title {
	font-size: 56px;
}

.pc__title span {
	font-size: 24px;
}

.pc__message {
	font-size: 36px;
	margin-top: 55px;
}

.pc__list { /*display: flex;
    flex-direction: column;*/
	margin-left: 28px;
	margin-right: 32px;
}

.pc__item {
	font-size: 24px;
}

.pc__item-check {
	height: 24px;
	width: 24px;
}

.pc__item-check::before {
	height: 25px;
	left: -3px;
	top: -5px;
	width: 40px;
}

.pc__message-contact {
	font-size: 29px;
	margin-top: 65px;
}

.pc__message-contact span {
	font-size: 39px;
}

.sp {
	max-width: 650px;
}

.cta__consult-item { /*値:min14px max23px 画面幅:min480 max1850*/
	font-size: clamp(0.875rem, 0.678rem + 0.66vw, 1.438rem);
}

.cta__tel-button-link {
	height: 150px;
	padding-top: 16px;
}

.cta__tel-button-text {
	font-size: 24px;
	height: 40px;
	width: 138px;
}

.cta__tel-button-number {
	font-size: 65px;
}

.cta__document-button-link span:first-child {
	font-size: 24px;
	height: 36px;
	width: 138px;
}

.cta__document-button-link span:last-child {
	font-size: 44px;
}

.cta__document-button-link {
	height: 150px;
	padding-top: 16px;
}

.cta-footer__document-button-link span:last-child {
	font-size: 29px;
}

.cta-footer__tel-button-number {
	font-size: 29px;
	margin-top: 10px;
}

}

@media (max-width: 1700px) {

.pc__nav-list {
	gap: 13px;
}

.pc__nav-link {
	align-items: center;
	color: #087bb2;
	display: flex;
	font-size: 26px;
	font-weight: 500;
	gap: 10px;
	letter-spacing: 2.4px;
	line-height: 40px;
	padding-left: 41px;
	position: relative;
}

.pc__nav-link::before {
	align-items: center;
	background-color: #087bb2;
	border-radius: 50%;
	color: #FFFFFF;
	content: "\f078";
	display: flex;
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
	font-weight: 900;
	height: 25px;
	justify-content: center;
	min-width: 25px;
	padding-left: 2px;
}

}

@media (max-width: 1600px) {

.pc__content {
	justify-content: start;
	margin-top: 110px;
	max-width: 550px;
}

.pc__title {
	font-size: 48px;
}

.pc__message {
	font-size: 28px;
	margin-top: 40px; /*transform: scale(0.5) translateX(5px); /* 70%の大きさに縮小 */ /* transform-origin: center center;  */
}

.pc__tel-button-link {
	height: 112px;
	width: 380px;
}

.pc__tel-button-text {
	margin-bottom: 8px;
}

.pc__tel-button-number {
	font-size: 40px;
}

.pc__document-button-link {
	height: 112px;
	width: 380px;
}

.pc__document-button-link span:last-child {
	font-size: 28px;
}

.pc__item {
	font-size: 22px;
	gap: 10px;
}

.pc__item-check {
	height: 22px;
	width: 22px;
}

.pc__item-check::before {
	height: 24px;
	left: -3px;
	top: -5px;
	width: 36px;
}

.sp {
	max-width: 550px;
}

.section__title {
	font-size: 30px;
	padding-bottom: 18px;
}

.section__title::before {
	width: 42px;
}

.section__title--small {
	font-size: 24px;
}

.cta-footer {
	gap: 10px;
	padding: 15px 10px 18px 10px;
}

.cta-footer__tel-button-link {
	border-radius: 6px;
	font-size: 18px;
	height: 54px;
	padding-top: 4px;
}

.cta-footer__tel-button-link::before {
	bottom: -132px;
	height: 159px;
	width: 891px;
}

.cta-footer__tel-button-text {
	font-size: 12px;
}

.cta-footer__tel-button-text span {
	font-size: 14px;
}

.cta-footer__tel-button-number {
	font-size: 18px;
	margin-top: 6px;
}

.cta-footer__document-button-link {
	border-radius: 6px;
	font-size: 14px;
	height: 54px;
	padding: 6px 0 4px 0;
}

.cta-footer__document-button-link span:first-child {
	font-size: 12px;
	margin-bottom: 5px;
}

.cta-footer__document-button-link span:last-child {
	font-size: 18px;
}

.cta-footer__document-button-link::after {
	height: 12px;
	right: 14px;
	width: 8px;
}

.cta-footer__document-button-link::before {
	bottom: -132px;
	height: 159px;
	width: 891px;
}

.info__swiper-slide::before {
	font-size: 16px;
	height: 22px;
	left: 8px;
	top: 8px;
	width: 46px;
}

.mv__item1,
.mv__item2,
.mv__item3 {
	font-size: 16px;
	height: 135px;
	padding-top: 8px;
	width: 135px;
}

.mv__item1 {
	font-size: 25px;
	padding-top: 31px;
}

.mv__item1-accent {
	font-size: 31px;
	line-height: 26px;
}

.mv__item2 {
	font-size: 29px;
	letter-spacing: 1px;
	line-height: 23px;
	padding-top: 38px;
}

.mv__item3 {
	font-size: 27px;
	padding-top: 36px;
}

.mv__item3-accent {
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 32px;
	margin-bottom: 2px;
}

.mv__item3-text {
	font-size: 25px;
	letter-spacing: 0.5px;
	margin-left: 1px;
	margin-top: 4px;
}

.price__benefit-content-title i {
	font-size: 19px;
	top: 26px;
}

.price__benefit-content-title.is-second i {
	font-size: 16px;
}

}

@media (max-width: 1600px), (max-width: 1400px) {

.cta__message {
	font-size: 20px;
	margin-top: 34px;
}

.cta__message span {
	font-size: 24px;
}

.cta__consult {
	margin-top: 10px;
	padding: 0 10px;
}

.cta__consult-message {
	font-size: 22px;
	margin-left: 0;
}

.cta__consult-list {
	margin-top: 20px;
	row-gap: 12px;
}

.cta__consult-list::before {
	bottom: -20px;
}

.cta__consult-item {
	gap: 8px;
}

.cta__consult-item-check::before {
	left: -1px;
	top: -4px;
}

.cta__tel-button {
	margin-top: 12px;
	padding: 0 10px;
}

.cta__tel-button-link {
	height: 92px;
	padding-top: 8px;
}

.cta__tel-button-link::before {
	bottom: -195px;
}

.cta__tel-button-text {
	font-size: 16px;
	height: 24px;
	width: 90px;
}

.cta__tel-button-number {
	font-size: 34px;
	margin-top: 6px;
}

.cta__document-button {
	margin-top: 24px;
	padding: 0 10px;
}

.cta__document-button-link span:first-child {
	font-size: 16px;
	height: 24px;
	margin-bottom: 7px;
	padding-left: 0;
	width: 90px;
}

.cta__document-button-link span:last-child {
	font-size: 26px;
	margin-top: 4px;
}

.cta__document-button-link {
	height: 92px;
	padding-top: 8px;
}

.cta__document-button-link::before {
	bottom: -196px;
}

.cta__document-button-link::after {
	height: 18px;
	right: 10px;
	width: 14px;
}

.info {
	padding: 36px 14px;
}

.info__description {
	font-size: 17px;
	line-height: 24px;
	margin-top: 14px;
}

.info__appearance {
	margin-top: 20px;
}

.info__appearance::before {
	font-size: 15px;
	height: 28px;
	left: 8px;
	line-height: 24px;
	top: 5px;
	width: 60px;
}

.info__swiper-slide {
	height: 160px;
}

.info__swiper-slide img {
	-o-object-position: right -10px top 2px;
	object-position: right -10px top 2px;
}

.info__swiper-pagination {
	margin-left: 0;
	margin-top: 10px;
}

.info__swiper-pagination .swiper-pagination-bullet {
	border-radius: 4px !important;
	height: 8px !important;
	margin-left: 8px !important;
	width: 8px !important;
}

.info__place {
	margin-top: 20px;
}

.info__place-row {
	border-bottom-width: 1px;
	flex-direction: column;
}

.info__place-row:first-child {
	border-top: none;
}

.info__place-row:nth-child(2) .info__place-term {
	padding: 18px 0 6px 0;
}

.info__place-row:nth-child(2) .info__place-description {
	padding: 6px 0 6px 0;
}

.info__place-row:last-child .info__place-term {
	padding: 18px 0 6px 0;
}

.info__place-row:last-child .info__place-description {
	padding: 6px 0 14px 0;
}

.info__place-term {
	border-right: none;
	font-size: 19px;
	line-height: 20px;
	padding: 6px 0 6px 0;
	text-align: left;
	width: 100%;
}

.info__place-description {
	font-size: 18px;
	line-height: 20px;
	padding: 6px 0 6px 0;
	width: 100%;
}

.info__place-description span {
	font-size: 15px;
	line-height: 18px;
}

.info__place-bus-name,
.info__place-bus-route-list {
	font-size: 16px;
	line-height: 20px;
	margin-left: 0;
	margin-top: 4px;
}

.info__place-taxy {
	margin-top: 16px;
}

.info__place-taxy-route-list {
	margin-top: 0;
}

.info__place-taxy-route-item {
	font-size: 16px;
	line-height: 20px;
	margin-left: 0;
	margin-top: 4px;
}

.info__group,
.info__service {
	margin-top: 28px;
	padding: 0;
}

.info__group-list,
.info__service-list {
	gap: 8px;
	margin-top: 8px;
}

.info__group-item,
.info__service-item {
	aspect-ratio: initial;
	display: flex;
	font-size: 17px;
	height: auto;
	line-height: 18px;
	max-width: auto;
	padding: 5px 0 5px 0;
	width: auto;
}

.info__group-item:first-child .info__group-icon {
	margin-bottom: 7px;
	max-width: 40px;
}

.info__group-item:nth-child(2) .info__group-icon {
	margin-bottom: 7px;
	max-width: 77px;
}

.info__group-item:last-child .info__group-icon {
	margin-bottom: 6px;
	max-width: 74px;
}

.info__group-item:last-child {
	padding-top: 9px;
}

.info__group-item {
	line-height: 16px !important;
}

.info__group-item:first-child {
	padding: 10px 0;
}

.info__group-item:nth-child(2) {
	padding-top: 15px;
}

.info__service-item:first-child .info__service-icon {
	margin-bottom: 7px;
	max-width: 42px;
}

.info__service-item:first-child {
	padding: 10px 0;
}

.info__service-item:nth-child(2) .info__service-icon {
	margin-bottom: 7px;
	max-width: 42px;
}

.info__service-item:nth-child(2) {
	padding: 32px 0 10px 0;
}

.info__service-item:nth-child(3) .info__service-icon {
	margin-bottom: 9px;
	max-width: 50px;
}

.info__service-item:nth-child(3) {
	padding: 7px 0 10px 0;
}

.info__service-item:nth-child(4) .info__service-icon {
	margin-bottom: 7px;
	max-width: 68px;
}

.info__service-item:nth-child(4) {
	padding: 40px 0 10px 0;
}

.info__service-item:nth-child(5) .info__service-icon {
	margin-bottom: 7px;
	max-width: 29px;
}

.info__service-item:nth-child(5) {
	padding: 10px 0;
}

.info__service-item:nth-child(6) .info__service-icon {
	margin-bottom: 7px;
	max-width: 42px;
}

.info__service-item:nth-child(6) {
	padding: 26px 0 10px 0;
}

.info__service-item:last-child .info__service-icon {
	margin-bottom: 7px;
	max-width: 28px;
}

.info__service-item:last-child {
	padding: 10px 0;
}

.mv__title-text {
	font-size: 46px;
	padding: 3px 8px 6px 10px;
}

.mv__title-text::before {
	font-size: 21px;
	top: -34px;
}

.mv__list {
	bottom: 24px;
	gap: 18px;
	padding: 0 5px;
}

.price__table2,
.price__table3 {
	margin-top: 18px;
}

.price__table1-title,
.price__table2-title,
.price__table3-title {
	font-size: 18px;
	line-height: 20px;
	padding: 10px 0 12px 0;
}

.price__table1-head {
	font-size: 17px;
	line-height: 16px;
	padding: 10px 0;
}

.price__table1-data {
	font-size: 16px;
	line-height: 16px;
	padding: 8px 0 8px 0;
}

.price__table1-data span {
	font-size: 15px;
	margin-right: 3px;
}

.price__table2-head {
	font-size: 17px;
	line-height: 16px;
	padding: 10px 0;
}

.price__table2-data {
	font-size: 16px;
	line-height: 16px;
	padding: 8px 0 8px 0;
}

.price__table2-data span {
	font-size: 15px;
	margin-right: 3px;
}

.price__table3-head {
	font-size: 17px;
	line-height: 16px;
	padding: 10px 0;
}

.price__table3-data {
	font-size: 16px;
	line-height: 16px;
	padding: 8px 0 8px 0;
}

.price__table3-data span {
	font-size: 15px;
	margin-right: 3px;
}

.price__note-text {
	font-size: 15px;
	line-height: 16px;
	padding-left: 14px;
}

.price__note {
	margin-left: 0;
	margin-top: 8px;
}

.price__benefit {
	margin-top: 33px;
	padding: 30px 5px 20px 5px;
}

.price__benefit-title {
	font-size: 22px;
	height: 30px;
	line-height: 20px;
	max-width: 195px;
	padding: 0;
}

.price__benefit-description {
	font-size: 17px;
	line-height: 19px;
	margin-top: 10px;
}

.price__benefit-description span {
	font-size: 17px;
}

.price__benefit-content {
	border-radius: 6px;
	margin-left: 0;
	margin-top: 20px;
}

.price__benefit-content-title {
	font-size: 18px;
	line-height: 22px;
	padding: 10px 0 12px 0;
}

.price__benefit-content-title::before {
	font-size: 15px;
	right: 6px;
	top: 21px;
}

.price__benefit-content-title.is-second::before {
	top: 26px;
}

.price__benefit-content-title span {
	font-size: 15px;
}

.price__benefit-content-description {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 5px 8px 5px;
}

.price__benefit-content-description span {
	font-size: 16px;
}

.price__benefit-content-note {
	font-size: 12px;
	line-height: 14px;
	margin-left: 0;
	padding: 0 5px 0 17px;
}

.price__benefit-content-table-wrapper {
	padding: 0 5px 10px 5px;
}

.price__benefit-content-table {
	margin-top: 10px;
	padding: 0 5px 5px 5px;
}

.price__benefit-content-table th,
.price__benefit-content-table td {
	font-size: 15px;
	line-height: 24px;
	padding: 6px 0 6px 0;
}

.price__benefit-content-table th {
	padding-left: 2px;
	width: 40%;
}

.price__benefit-content-table td {
	transform: none;
	width: 60%;
}

.price__benefit-content-table-title {
	font-size: 17px;
	line-height: 21px;
	padding: 9px 0 9px 0;
}

.price__benefit-content-dl {
	margin-top: 8px;
	padding: 0 5px 5px 5px;
}

.price__benefit-content-dl-row {
	align-items: flex-start;
	flex-direction: column;
	padding-bottom: 8px;
}

.price__benefit-content-dl-row:nth-child(2),
.price__benefit-content-dl-row:last-child {
	padding-top: 8px;
}

.price__benefit-content-dl-term {
	font-size: 19px;
	line-height: 16px;
	padding-left: 0;
	text-align: left;
	width: 100%;
}

.price__benefit-content-dl-term br {
	display: none;
}

.price__benefit-content-dl-description {
	font-size: 15px;
	line-height: 18px;
	margin-top: 4px;
	padding-left: 0;
	width: 100%;
}

.review__description {
	font-size: 17px;
	line-height: 20px;
	margin-top: 17px;
	padding: 0 15px;
}

}

@media (max-width: 1600px), (max-width: 1400px), (max-width: 375px) {

.mv__title {
	left: 50%;
	padding: 0 5px;
	position: absolute;
	top: 32px;
	top: 21%;
	transform: translateX(-50%);
}

.price {
	padding: 60px 10px 0 10px;
}

.price__table1,
.price__table2,
.price__table3 {
	font-size: 12px;
	margin-top: 30px;
}

.price__table1 {
	margin-top: 30px;
}

.price__table1-row1 .price__table1-data {
	border-bottom: 1px solid #151515;
}

.price__table2-row2 .price__table2-head {
	padding: 11px 0 10px 0;
}

.support__description {
	font-size: 17px;
	line-height: 20px;
	margin-top: 14px;
}

.support__list {
	gap: 40px;
	margin-top: 40px;
}

.support {
	padding: 60px 10px 30px 10px;
}

}

@media (max-width: 1500px) {

/*max-width: 300px;
  width: 100%;*/

.pc__nav-link {
	align-items: center;
	color: #087bb2;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	gap: 10px;
	letter-spacing: 2.4px;
	line-height: 40px;
	padding-left: 41px;
	position: relative;
}

.pc__nav-link::before {
	align-items: center;
	background-color: #087bb2;
	border-radius: 50%;
	color: #FFFFFF;
	content: "\f078";
	display: flex;
	font-family: "Font Awesome 6 Free";
	font-size: 16px;
	font-weight: 900;
	height: 32px;
	justify-content: center;
	min-width: 32px;
	padding-left: 2px;
	padding-top: 3px;
}

}

@media (max-width: 1400px) {

.footer__inner {
	padding-top: 20px;
}

.footer__nav-list {
	gap: 75px;
}

.footer__nav-link {
	font-size: 17px;
}

.footer__copyright {
	font-size: 16px;
	line-height: 1.2;
}

.pc__content {
	max-width: 500px;
}

.pc__list {
	margin-left: 0;
	margin-right: 0;
	margin-top: 35px;
	row-gap: 24px;
}

.sp {
	max-width: 482px;
}

.flow {
	padding-left: 15px;
	padding-right: 15px;
}

.mv__item1,
.mv__item2,
.mv__item3 {
	font-size: 16px;
	height: 106px;
	padding-top: 8px;
	width: 106px;
}

.mv__item1 {
	font-size: 18px;
	padding-top: 19px;
}

.mv__item1-accent {
	font-size: 28px;
	line-height: 23px;
}

.mv__item2 {
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 27px;
}

.mv__item3 {
	font-size: 22px;
	padding-top: 28px;
}

.mv__item3-accent {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 26px;
	margin-bottom: 2px;
}

.mv__item3-text {
	font-size: 20px;
	letter-spacing: 0.5px;
	margin-left: 1px;
	margin-top: 4px;
}

.review__content {
	margin-top: 18px;
}

.review__swiper {
	transform: none;
}

.review__swiper-slide {
	border-radius: 4px;
	max-width: 340px;
	min-height: 345px;
	padding: 16px;
	width: 100%;
}

.review__swiper-slide-top {
	border-bottom-width: 1px;
	padding-bottom: 6px;
}

.review__swiper-slide-star {
	font-size: 28px;
}

.review__swiper-slide-text {
	font-size: 25px;
}

.review__swiper-pagination {
	margin-top: 10px;
}

.review__swiper-pagination .swiper-pagination-bullet {
	border-radius: 4px !important;
	height: 8px !important;
	margin-left: 6px !important;
	width: 8px !important;
}

.review {
	padding: 60px 0 30px 0;
}

}

@media (max-width: 1400px), (max-width: 1600px) {

.info__place-bus-title {
	font-size: 19px;
}

}

@media (max-width: 1300px) {

.pc__nav {
	right: 34px;
}

}

@media (max-width: 1280px) {

.pc__content {
	margin-left: 10px;
	margin-top: 130px;
	max-width: 320px;
}

.pc__message {
	font-size: 23px;
}

.pc__tel-button-link {
	height: 95px;
	max-width: 320px;
}

.pc__tel-button-text {
	font-size: 16px;
	height: 23px;
}

.pc__tel-button-number {
	font-size: 34px;
}

.pc__document-button-link::after {
	height: 17px;
	right: 8px;
	width: 24px;
}

.pc__document-button-link {
	height: 95px;
	max-width: 320px;
	padding-top: 17px;
}

.pc__document-button-link span:first-child {
	font-size: 16px;
	height: 23px;
}

.pc__document-button-link span:last-child {
	font-size: 24px;
}

.pc__list {
	display: flex;
	flex-direction: column;
	margin-left: 0;
	margin-right: 0;
	margin-top: 35px;
	row-gap: 24px;
}

.pc__item {
	font-size: 18px;
}

.pc__message-contact {
	font-size: 23px;
	margin-top: 50px;
}

.pc__message-contact span {
	font-size: 25px;
}

.sp {
	margin-left: auto !important;
	margin-right: auto !important;
}

.cta__document-button-link::after {
	height: 17px;
	right: 8px;
	width: 24px;
}

.cta-footer {
	left: 50%;
	transform: translateX(-50%);
}

}

@media (max-width: 1100px) {

.pc__content {
	display: none;
}

.pc__list {
	margin-top: 20px;
}

.pc__item {
	font-size: 14px;
	gap: 4px;
}

.pc__item-check {
	height: 12px;
	width: 12px;
}

.pc__item-check::before {
	height: 12px;
	top: -2px;
	width: 15px;
}

.pc__nav {
	display: none;
}

}

@media (max-width: 482px) {

.pc {
	display: none;
}

.sp {
	max-width: 100%;
	width: 100%;
}

.review__swiper-slide {
	border-radius: 4px;
	max-width: 340px;
	min-height: 345px;
	padding: 16px;
	width: 100%;
}

.review__swiper-slide-human {
	aspect-ratio: 1;
	background-size: contain;
	max-width: 97px;
	transform: none;
}

.review__swiper-slide-data {
	margin-bottom: 0;
	width: calc(100% - 70px);
}

}

@media (max-width: 480px) {

.cta__consult-list {
	margin-top: 16px;
}

.cta__consult-list::before {
	bottom: -20px;
}

.cta__consult-item {
	gap: 5px;
}

.cta__consult-item-check::before {
	left: 0;
	top: -4px;
}

}

@media (max-width: 375px) {

.footer__inner {
	padding-top: 10px;
}

.footer {
	padding: 0 0 6px 0;
}

.footer__nav-list {
	gap: 18px;
	margin-left: 0;
}

.footer__nav-link {
	font-size: 12px;
	text-underline-offset: 4px;
}

.footer__copyright {
	font-size: 10px;
	margin-top: 12px;
}

.sp {
	max-width: 100%;
	width: 100%;
}

.section__title {
	font-size: 22px;
	padding-bottom: 15px;
}

.section__title::before {
	width: 34px;
}

.section__title--small {
	font-size: 20px;
	padding-bottom: 15px;
}

.cta__message {
	font-size: 18px;
	margin-top: 24px;
}

.cta__message span {
	font-size: 22px;
}

.cta__consult {
	margin-top: 10px;
	padding: 0 5px;
}

.cta__consult-message {
	font-size: 18px;
	margin-left: 0;
}

.cta__tel-button {
	margin-top: 12px;
	padding: 0 10px;
}

.cta__tel-button-link {
	height: 84px;
	padding-top: 8px;
}

.cta__tel-button-link::before {
	bottom: -195px;
}

.cta__tel-button-text {
	font-size: 16px;
	height: 24px;
	width: 90px;
}

.cta__tel-button-number {
	font-size: 28px;
	margin-top: 6px;
}

.cta__document-button {
	margin-top: 20px;
	padding: 0 10px;
}

.cta__document-button-link span:first-child {
	font-size: 16px;
	height: 24px;
	margin-bottom: 7px;
	padding-left: 0;
	width: 90px;
}

.cta__document-button-link span:last-child {
	font-size: 20px;
	margin-top: 2px;
}

.cta__document-button-link {
	height: 84px;
	padding-top: 8px;
}

.cta__document-button-link::after {
	height: 18px;
	right: 10px;
	width: 14px;
}

.cta-footer {
	gap: 10px;
	padding: 15px 10px;
}

.cta-footer__tel-button-link {
	border-radius: 6px;
	font-size: 18px;
	height: 54px;
	padding-top: 4px;
}

.cta-footer__tel-button-link::before {
	bottom: -15px;
	height: 30px;
	width: 120px;
}

.cta-footer__tel-button-text {
	font-size: 10px;
}

.cta-footer__tel-button-text span {
	font-size: 14px;
}

.cta-footer__tel-button-number {
	font-size: 18px;
	margin-top: 6px;
}

.cta-footer__document-button-link {
	border-radius: 6px;
	font-size: 14px;
	height: 54px;
	padding: 6px 0 4px 0;
}

.cta-footer__document-button-link span:first-child {
	font-size: 12px;
	margin-bottom: 5px;
}

.cta-footer__document-button-link span:last-child {
	font-size: 18px;
}

.cta-footer__document-button-link::after {
	height: 12px;
	right: 6px;
	width: 8px;
}

.cta-footer__document-button-link::before {
	bottom: -15px;
	height: 30px;
	width: 120px;
}

.info {
	padding: 30px 10px;
}

.info__description {
	font-size: 15px;
	line-height: 24px;
	margin-top: 11px;
}

.info__appearance {
	margin-top: 20px;
}

.info__appearance::before {
	font-size: 15px;
	height: 28px;
	left: 4px;
	line-height: 24px;
	top: 2px;
	width: 60px;
}

.info__swiper-slide {
	height: 160px;
}

.info__swiper-slide img {
	-o-object-position: right -10px top 2px;
	object-position: right -10px top 2px;
}

.info__swiper-pagination {
	margin-left: 0;
	margin-top: 10px;
}

.info__swiper-pagination .swiper-pagination-bullet {
	border-radius: 4px !important;
	height: 8px !important;
	margin-left: 8px !important;
	width: 8px !important;
}

.info__place {
	margin-top: 20px;
}

.info__place-row {
	border-bottom-width: 1px;
	flex-direction: column;
}

.info__place-row:first-child {
	border-top: none;
}

.info__place-row:nth-child(2) .info__place-term {
	padding: 18px 0 6px 0;
}

.info__place-row:nth-child(2) .info__place-description {
	padding: 6px 0 6px 0;
}

.info__place-row:last-child .info__place-term {
	padding: 18px 0 6px 0;
}

.info__place-row:last-child .info__place-description {
	padding: 6px 0 15px 0;
}

.info__place-term {
	border-right: none;
	font-size: 15px;
	line-height: 20px;
	padding: 6px 0 6px 0;
	text-align: left;
	width: 100%;
}

.info__place-description {
	font-size: 15px;
	line-height: 20px;
	padding: 6px 0 10px 0;
	width: 100%;
}

.info__place-description span {
	font-size: 12px;
	line-height: 18px;
}

.info__place-bus-name,
.info__place-bus-route-list {
	font-size: 13px;
	line-height: 18px;
	margin-left: 0;
	margin-top: 4px;
}

.info__place-taxy {
	margin-top: 14px;
}

.info__place-taxy-route-list {
	margin-top: 0;
}

.info__place-taxy-route-item {
	font-size: 13px;
	line-height: 18px;
	margin-left: 0;
	margin-top: 4px;
}

.info__group,
.info__service {
	margin-top: 20px;
	padding: 0;
}

.info__group-list,
.info__service-list {
	gap: 8px;
	margin-top: 8px;
}

.info__group-item,
.info__service-item {
	aspect-ratio: initial;
	display: flex;
	font-size: 14px;
	height: auto;
	line-height: 13px;
	max-width: auto;
	padding: 5px 0 5px 0;
	width: auto;
}

.info__group-item:first-child .info__group-icon {
	margin-bottom: 7px;
	max-width: 40px;
}

.info__group-item:nth-child(2) .info__group-icon {
	margin-bottom: 7px;
	max-width: 77px;
}

.info__group-item:last-child .info__group-icon {
	margin-bottom: 6px;
	max-width: 74px;
}

.info__group-item:last-child {
	padding-top: 9px;
}

.info__group-item:first-child {
	padding: 10px 0;
}

.info__group-item:nth-child(2) {
	padding-top: 15px;
}

.info__service-item:first-child .info__service-icon {
	margin-bottom: 7px;
	max-width: 42px;
}

.info__service-item:first-child {
	padding: 10px 0;
}

.info__service-item:nth-child(2) .info__service-icon {
	margin-bottom: 7px;
	max-width: 42px;
}

.info__service-item:nth-child(2) {
	padding: 32px 0 10px 0;
}

.info__service-item:nth-child(3) .info__service-icon {
	margin-bottom: 9px;
	max-width: 50px;
}

.info__service-item:nth-child(3) {
	padding: 7px 0 10px 0;
}

.info__service-item:nth-child(4) .info__service-icon {
	margin-bottom: 7px;
	max-width: 68px;
}

.info__service-item:nth-child(4) {
	padding: 40px 0 10px 0;
}

.info__service-item:nth-child(5) .info__service-icon {
	margin-bottom: 7px;
	max-width: 29px;
}

.info__service-item:nth-child(5) {
	padding: 10px 0;
}

.info__service-item:nth-child(6) .info__service-icon {
	margin-bottom: 7px;
	max-width: 42px;
}

.info__service-item:nth-child(6) {
	padding: 26px 0 10px 0;
}

.info__service-item:last-child .info__service-icon {
	margin-bottom: 7px;
	max-width: 28px;
}

.info__service-item:last-child {
	padding: 10px 0;
}

.mv__title-text {
	font-size: 42px;
	max-width: 100%;
	padding: 3px 8px 6px 10px;
	width: 100%;
}

.mv__title-text::before {
	font-size: 19px;
	top: -31px;
}

.mv__list {
	bottom: 18px;
	gap: 18px;
	padding: 0 5px;
}

.mv__item1,
.mv__item2,
.mv__item3 {
	font-size: 16px;
	height: 92px;
	padding-top: 8px;
	width: 92px;
}

.mv__item1-accent,
.mv__item2-accent,
.mv__item3-accent {
	font-size: 23pxpx;
	letter-spacing: 1px;
}

.mv__item1 {
	font-size: 16px;
	padding-top: 18px;
}

.mv__item1-accent {
	font-size: 22px;
	line-height: 18px;
}

.mv__item2 {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 14px;
	padding-top: 24px;
}

.mv__item3 {
	font-size: 10px;
	padding-top: 28px;
}

.mv__item3-accent {
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 14px;
	margin-bottom: 2px;
}

.mv__item3-text {
	font-size: 18px;
	letter-spacing: 0.5px;
	margin-left: 1px;
	margin-top: 4px;
}

.price__table2,
.price__table3 {
	margin-top: 15px;
}

.price__table1-title,
.price__table2-title,
.price__table3-title {
	font-size: 16px;
	line-height: 20px;
	padding: 8px 0 10px 0;
}

.price__table1-head {
	font-size: 14px;
	line-height: 16px;
	padding: 8px 0 8px 0;
}

.price__table1-data {
	font-size: 13px;
	line-height: 16px;
	padding: 8px 0 8px 0;
}

.price__table1-data span {
	font-size: 12px;
	margin-right: 3px;
}

.price__table2-head {
	font-size: 14px;
	line-height: 16px;
	padding: 8px 0 8px 0;
}

.price__table2-data {
	font-size: 13px;
	line-height: 16px;
	padding: 8px 0 8px 0;
}

.price__table2-data span {
	font-size: 12px;
	margin-right: 3px;
}

.price__table3-head {
	font-size: 14px;
	line-height: 16px;
	padding: 8px 0 8px 0;
}

.price__table3-data {
	font-size: 13px;
	line-height: 16px;
	padding: 8px 0 8px 0;
}

.price__table3-data span {
	font-size: 12px;
	margin-right: 3px;
}

.price__note-text {
	font-size: 12px;
	line-height: 14px;
	padding-left: 11px;
}

.price__note {
	margin-left: 0;
	margin-top: 8px;
}

.price__benefit {
	margin-top: 30px;
	padding: 30px 5px 20px 5px;
}

.price__benefit-title {
	font-size: 18px;
	height: 28px;
	line-height: 20px;
	max-width: 150px;
	padding: 0;
}

.price__benefit-description {
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
}

.price__benefit-description span {
	font-size: 14px;
}

.price__benefit-content {
	border-radius: 6px;
	margin-left: 0;
	margin-top: 20px;
}

.price__benefit-content-title i {
	font-size: 15px;
}

.price__benefit-content-title {
	font-size: 16px;
	line-height: 20px;
	padding: 8px 0 10px 0;
}

.price__benefit-content-title::before {
	font-size: 12px;
	right: 6px;
	top: 21px;
}

.price__benefit-content-title.is-second::before {
	top: 26px;
}

.price__benefit-content-title span {
	font-size: 12px;
}

.price__benefit-content-description {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 5px 8px 5px;
}

.price__benefit-content-description span {
	font-size: 14px;
}

.price__benefit-content-note {
	font-size: 12px;
	line-height: 14px;
	margin-left: 0;
}

.price__benefit-content-table-wrapper {
	padding: 0 5px 10px 5px;
}

.price__benefit-content-table {
	margin-top: 10px;
	padding: 0 5px 5px 5px;
}

.price__benefit-content-table th,
.price__benefit-content-table td {
	font-size: 12px;
	line-height: 16px;
	padding: 6px 0 6px 0;
}

.price__benefit-content-table th {
	padding-left: 2px;
	width: 40%;
}

.price__benefit-content-table td {
	transform: none;
	width: 60%;
}

.price__benefit-content-table-title {
	font-size: 14px;
	line-height: 18px;
	padding: 8px 0 8px 0;
}

.price__benefit-content-dl {
	margin-top: 8px;
	padding: 0 5px 5px 5px;
}

.price__benefit-content-dl-row {
	align-items: flex-start;
	flex-direction: column;
	padding-bottom: 8px;
}

.price__benefit-content-dl-row:nth-child(2),
.price__benefit-content-dl-row:last-child {
	padding-top: 8px;
}

.price__benefit-content-dl-term {
	font-size: 15px;
	line-height: 16px;
	padding-left: 0;
	text-align: left;
	width: 100%;
}

.price__benefit-content-dl-description {
	font-size: 12px;
	line-height: 14px;
	margin-top: 4px;
	padding-left: 0;
	width: 100%;
}

.review__swiper-slide {
	max-width: 240px;
	min-height: auto;
}

.review__swiper-slide-top {
	padding-bottom: 0;
}

.review__swiper-slide-star {
	font-size: 20px;
	line-height: 1;
}

.review__swiper-slide-star span {
	font-size: 22px;
}

.review__swiper-slide-date,
.review__swiper-slide-personal {
	font-size: 14px;
	line-height: 19px;
	margin-right: 3px;
	transform: translateY(-10px);
}

.review__swiper-slide-date {
	margin-top: 10px;
}

.review__swiper-slide-text {
	font-size: 18px;
	line-height: 21px;
	margin-top: 12px;
}

.support__description {
	margin-top: 11px;
}

}



/*追記*/
.cta__document-button,#review,.info__swiper-pagination,.cta-footer__document-button {
	display: none !important;
}