@charset "UTF-8";
/*
@include mq(sp){}
@include mq(tb){}
@include mq(pc){}
@include mq(pcxw){}
*/
/* =======================================================================
normalize
======================================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
		font-family: sans-serif; /* 1 */
		-ms-text-size-adjust: 100%; /* 2 */
		-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
		margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
		display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
		display: inline-block; /* 1 */
		vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
		display: none;
		height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
		display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
		background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
		outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
		border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
		font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
		font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
		font-size: 2em;
		margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
		background: #ff0;
		color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
		font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
}

sup {
		top: -0.5em;
}

sub {
		bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
		border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
		overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
		margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
		overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
		font-family: monospace, monospace;
		font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
		color: inherit; /* 1 */
		font: inherit; /* 2 */
		margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
		overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
		text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
		-webkit-appearance: button; /* 2 */
		cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
		cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
		border: 0;
		padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
		line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
		box-sizing: border-box; /* 1 */
		padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
		height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
		-webkit-appearance: textfield; /* 1 */
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box; /* 2 */
		box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
		-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
		border: 1px solid #c0c0c0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
		border: 0; /* 1 */
		padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
		overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
		font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
		border-collapse: collapse;
		border-spacing: 0;
}

td,
th {
		padding: 0;
}

/* =======================================================================
reset
======================================================================= */
img {
		vertical-align: top;
		font-size: 0;
		line-height: 0;
		max-width: 100%;
		height: auto;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
		margin: 0;
		padding: 0;
}

h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		font-size: 100%;
}

ol, ul {
		list-style: none;
}

i {
		font-style: normal;
}

label {
		cursor: pointer;
}

th, td {
		vertical-align: middle;
}

th {
		font-weight: normal;
		text-align: left;
}

em {
		font-weight: bold;
		font-style: normal;
}

figcaption {
		line-height: normal;
}

button,
input[type=reset],
input[type=submit] {
		display: inline-block;
		appearance: none;
		-webkit-appearance: none;
		border: 0;
		background: none;
		outline: none;
		vertical-align: top;
		margin: 0;
		padding: 0;
}

hr {
		margin: 0;
}

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

@media screen and (max-width: 767px) {
		img {
				width: 100%;
				max-width: inherit;
		}
}
/* =======================================================================
header
======================================================================= */
.l-header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background-color: #ffffff;
		z-index: 5010;
		display: grid;
		justify-content: space-between;
}
@media screen and (min-width: 768px) {
		.l-header {
				column-gap: 20px;
				height: 200px;
		}
}
@media screen and (min-width: 1200px) {
		.l-header {
				column-gap: 40px;
		}
}
@media screen and (max-width: 767px) {
		.l-header {
				grid-auto-flow: column;
		}
}
@media screen and (min-width: 768px) {
		.l-header__heading {
				grid-column: 1/2;
				grid-row: 1/3;
				padding-left: 50px;
				padding-bottom: 20px;
				align-self: end;
		}
}
@media screen and (max-width: 767px) {
		.l-header__heading {
				display: flex;
				align-items: center;
				height: 70px;
				padding: 0 10px 0 20px;
				align-items: center;
				z-index: 2;
		}
}
.l-header__sub {
		display: grid;
		grid-auto-flow: column;
		justify-content: end;
}
@media screen and (min-width: 768px) {
		.l-header__sub {
				grid-column: 2/3;
				grid-row: 1/2;
				align-self: start;
				justify-self: end;
				align-items: center;
		}
}
@media screen and (max-width: 767px) {
		.l-header__sub {
				z-index: 2;
		}
}
@media screen and (min-width: 768px) {
		.l-header__nav {
				grid-column: 2/3;
				grid-row: 2/3;
				padding-right: 20px;
				justify-self: end;
				align-self: end;
		}
}
@media screen and (min-width: 1024px) {
		.l-header__nav {
				margin-top: 30px;
		}
}
@media screen and (max-width: 767px) {
		.l-header__nav {
				position: fixed;
				left: 0;
				top: 70px;
				width: 100%;
				height: calc(100vh - 70px);
				overflow: auto;
				background-color: #f2f7f8;
				padding: 40px 20px 120px;
				transition: 0.3s;
				z-index: 1;
				opacity: 0;
				pointer-events: none;
		}
}
@media screen and (max-width: 767px) {
		.l-header__nav.is-on {
				opacity: 1;
				pointer-events: auto;
		}
}
.l-header__nav::-webkit-scrollbar {
		display: none;
}

.c-header-logo {
		display: inline-flex;
}
@media screen and (min-width: 768px) {
		.c-header-logo {
				transition: opacity 0.3s;
		}
		.c-header-logo:hover {
				opacity: 0.7;
				text-decoration: none;
		}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
		.c-header-logo {
				width: 240px;
		}
}
@media screen and (min-width: 1024px) {
		.c-header-logo {
				width: 270px;
		}
}
@media screen and (min-width: 1200px) {
		.c-header-logo {
				width: 312px;
		}
}
@media screen and (max-width: 767px) {
		.c-header-logo {
				width: 120px;
		}
}

.c-header-tel {
		display: grid;
		align-items: center;
		grid-auto-flow: column;
		gap: 10px;
		padding: 0 20px;
}
@media screen and (max-width: 767px) {
		.c-header-tel {
				grid-template-columns: 1fr auto;
				position: fixed;
				left: 0;
				bottom: 0;
				width: 100%;
				height: 60px;
				padding: 10px 20px;
				justify-content: start;
				background-color: #f2f7f8;
		}
}
.c-header-tel__title {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 10px;
		background-color: #5cafc5;
		color: #ffffff;
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
}
@media screen and (min-width: 768px) {
		.c-header-tel__title {
				min-height: 36px;
				padding: 2px 10px 2px 15px;
				font-size: 1rem;
		}
}
@media screen and (min-width: 1024px) {
		.c-header-tel__title {
				font-size: 1.25rem;
		}
}
@media screen and (max-width: 767px) {
		.c-header-tel__title {
				min-height: 36px;
				padding: 2px 5px 2px 10px;
				font-size: 0.875rem;
		}
}
.c-header-tel__title:before {
		content: "";
		border-left: solid 10px #5cafc5;
		border-top: solid 18px transparent;
		border-bottom: solid 18px transparent;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(100%, -50%);
}
.c-header-tel__main {
		display: grid;
		grid-auto-flow: column;
		align-items: center;
		gap: 10px;
}

@media screen and (min-width: 768px) {
		.c-header-tel-ico {
				width: 30px;
				height: 30px;
		}
}
@media screen and (min-width: 1024px) {
		.c-header-tel-ico {
				width: 32px;
				height: 32px;
		}
}
@media screen and (max-width: 767px) {
		.c-header-tel-ico {
				width: 30px;
				height: 30px;
		}
}

.c-header-tel-num {
		font-weight: 700;
		font-family: "Roboto Condensed", sans-serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		line-height: 1.1;
}
@media screen and (min-width: 768px) {
		.c-header-tel-num {
				font-size: 1.5rem;
		}
}
@media screen and (min-width: 1024px) {
		.c-header-tel-num {
				font-size: 1.875rem;
		}
}
@media screen and (max-width: 767px) {
		.c-header-tel-num {
				font-size: 1.5rem;
		}
}

@media screen and (min-width: 768px) {
		.c-header-tel-txt {
				font-size: 0.625rem;
		}
}
@media screen and (min-width: 1024px) {
		.c-header-tel-txt {
				font-size: 0.8125rem;
		}
}
@media screen and (max-width: 767px) {
		.c-header-tel-txt {
				font-size: 0.625rem;
		}
}

.c-header-contact {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #5cafc5;
		color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
		.c-header-contact {
				min-height: 60px;
				min-width: 60px;
		}
}
@media screen and (min-width: 1024px) {
		.c-header-contact {
				gap: 20px;
				min-height: 60px;
				min-width: 200px;
				transition: opacity 0.3s;
		}
		.c-header-contact:hover {
				opacity: 0.7;
				text-decoration: none;
		}
}
@media screen and (max-width: 767px) {
		.c-header-contact {
				width: 70px;
				height: 70px;
		}
}
.c-header-contact .ico {
		flex-shrink: 0;
}
@media screen and (min-width: 768px) {
		.c-header-contact .ico {
				width: 28px;
				height: 28px;
		}
}
@media screen and (max-width: 767px) {
		.c-header-contact .ico {
				width: 24px;
				height: 24px;
		}
}
.c-header-contact .txt {
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
		.c-header-contact .txt {
				display: none;
		}
}
@media screen and (min-width: 1024px) {
		.c-header-contact .txt {
				font-size: 1rem;
		}
}
@media screen and (max-width: 767px) {
		.c-header-contact .txt {
				display: none;
		}
}

@media screen and (min-width: 768px) {
		.c-header-menu {
				display: none;
		}
}
@media screen and (max-width: 767px) {
		.c-header-menu {
				position: relative;
				display: flex;
				width: 70px;
				height: 70px;
				background-color: #f2f7f8;
		}
}
@media screen and (max-width: 767px) {
		.c-header-menu .line {
				position: absolute;
				left: 50%;
				width: 24px;
				height: 2px;
				background-color: #5cafc5;
				transform: translate(-50%, 0);
				transition: 0.3s;
		}
		.c-header-menu .line:nth-of-type(1) {
				top: 50%;
				margin-top: -8px;
		}
		.c-header-menu .line:nth-of-type(2) {
				top: 50%;
				margin-top: -1px;
		}
		.c-header-menu .line:nth-of-type(3) {
				bottom: 50%;
				margin-bottom: -8px;
		}
}
@media screen and (max-width: 767px) {
		.c-header-menu.is-on .line:nth-of-type(1) {
				transform: translate(-50%, 7px) rotate(45deg);
		}
		.c-header-menu.is-on .line:nth-of-type(2) {
				height: 0;
				opacity: 0;
		}
		.c-header-menu.is-on .line:nth-of-type(3) {
				transform: translate(-50%, -7px) rotate(-45deg);
		}
}

.c-gnav-list {
		display: grid;
}
@media screen and (min-width: 768px) {
		.c-gnav-list {
				grid-auto-flow: column;
				justify-content: end;
		}
}
@media screen and (max-width: 767px) {
		.c-gnav-list {
				gap: 40px;
		}
}
.c-gnav-list__item a {
		display: grid;
		align-items: center;
		transition: 0.3s;
}
@media screen and (min-width: 768px) {
		.c-gnav-list__item a {
				gap: 10px;
				padding: 24px 10px;
				justify-content: center;
		}
}
@media screen and (min-width: 1200px) {
		.c-gnav-list__item a {
				padding: 24px 20px;
		}
}
@media screen and (max-width: 767px) {
		.c-gnav-list__item a {
				gap: 15px;
				justify-content: start;
				grid-auto-flow: column;
		}
}
.c-gnav-list__item a:hover {
		text-decoration: none;
}
@media screen and (min-width: 768px) {
		.c-gnav-list__item a:hover {
				color: #5cafc5;
		}
}
.c-gnav-list__item .ico {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		width: 32px;
		height: 32px;
}
.c-gnav-list__item .txt {
		line-height: 1.5;
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
		.c-gnav-list__item .txt {
				font-size: 1.3671875vw;
		}
}
@media screen and (min-width: 1024px) {
		.c-gnav-list__item .txt {
				font-size: 0.9375rem;
		}
}
@media screen and (min-width: 1200px) {
		.c-gnav-list__item .txt {
				font-size: 1rem;
		}
}
@media screen and (max-width: 767px) {
		.c-gnav-list__item .txt {
				font-size: 1rem;
		}
}

/* =======================================================================
footer
======================================================================= */
@media screen and (min-width: 768px) {
		.l-footer__heading {
				padding: 80px 50px 30px;
		}
}
@media screen and (max-width: 767px) {
		.l-footer__heading {
				padding: 60px 20px 20px;
		}
}
.l-footer__contact {
		display: grid;
		align-items: center;
		background-color: #5cafc5;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
		.l-footer__contact {
				justify-content: center;
				gap: 20px;
				padding: 40px 50px;
		}
}
@media screen and (min-width: 1024px) {
		.l-footer__contact {
				justify-content: center;
				grid-auto-flow: column;
				gap: 40px;
				padding: 40px 50px;
		}
}
@media screen and (max-width: 767px) {
		.l-footer__contact {
				gap: 20px;
				padding: 20px 20px;
		}
}
@media screen and (min-width: 768px) {
		.l-footer__nav {
				padding-left: 50px;
				padding-right: 50px;
		}
}
@media screen and (max-width: 767px) {
		.l-footer__nav {
				padding-left: 20px;
				padding-right: 20px;
		}
}
.l-footer__main {
		background-color: #fafafa;
}
@media screen and (min-width: 768px) {
		.l-footer__main {
				padding-left: 50px;
				padding-right: 50px;
		}
}
@media screen and (max-width: 767px) {
		.l-footer__main {
				padding-left: 20px;
				padding-right: 20px;
		}
}
.l-footer__sub {
		background-color: #5cafc5;
		color: #ffffff;
}
@media screen and (min-width: 768px) {
		.l-footer__sub {
				padding: 20px 50px;
		}
}
@media screen and (max-width: 767px) {
		.l-footer__sub {
				padding: 10px 20px;
		}
}

.c-footer-logo {
		margin-inline: auto;
}
@media screen and (min-width: 768px) {
		.c-footer-logo {
				width: 312px;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-logo {
				width: 156px;
		}
}

.c-footer-tel {
		display: grid;
		align-items: center;
}
@media screen and (min-width: 768px) {
		.c-footer-tel {
				grid-auto-flow: column;
				gap: 20px;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-tel {
				grid-template-columns: 1fr auto;
				gap: 10px;
				justify-content: start;
		}
}
.c-footer-tel__title {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 10px;
		background-color: #ffffff;
		color: #5cafc5;
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
}
@media screen and (min-width: 768px) {
		.c-footer-tel__title {
				min-height: 48px;
				padding: 2px 15px 2px 20px;
				font-size: 1.625rem;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-tel__title {
				min-height: 36px;
				padding: 2px 5px 2px 10px;
				font-size: 0.75rem;
		}
}
.c-footer-tel__title:before {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(100%, -50%);
}
@media screen and (min-width: 768px) {
		.c-footer-tel__title:before {
				border-left: solid 14px #ffffff;
				border-top: solid 24px transparent;
				border-bottom: solid 24px transparent;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-tel__title:before {
				border-left: solid 10px #ffffff;
				border-top: solid 18px transparent;
				border-bottom: solid 18px transparent;
		}
}
.c-footer-tel__main {
		display: grid;
		grid-auto-flow: column;
		align-items: center;
}
@media screen and (min-width: 768px) {
		.c-footer-tel__main {
				gap: 15px;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-tel__main {
				gap: 10px;
		}
}

@media screen and (min-width: 768px) {
		.c-footer-tel-ico {
				width: 40px;
				height: 40px;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-tel-ico {
				width: 24px;
				height: 24px;
		}
}

.c-footer-tel-num {
		font-weight: 700;
		color: #ffffff;
		font-family: "Roboto Condensed", sans-serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		line-height: 1.1;
}
@media screen and (min-width: 768px) {
		.c-footer-tel-num {
				font-size: 2rem;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-tel-num {
				font-size: 1.25rem;
		}
}

.c-footer-tel-txt {
		color: #ffffff;
}
@media screen and (min-width: 768px) {
		.c-footer-tel-txt {
				font-size: 0.875rem;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-tel-txt {
				font-size: 0.625rem;
		}
}

.c-footer-contact {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #ffffff;
		color: #5cafc5;
}
@media screen and (min-width: 768px) {
		.c-footer-contact {
				gap: 20px;
				min-height: 60px;
				min-width: 240px;
				transition: opacity 0.3s;
		}
		.c-footer-contact:hover {
				opacity: 0.7;
				text-decoration: none;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-contact {
				gap: 10px;
				min-height: 50px;
		}
}
.c-footer-contact .ico {
		width: 28px;
		height: 28px;
		flex-shrink: 0;
}
.c-footer-contact .txt {
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
}
@media screen and (min-width: 768px) {
		.c-footer-contact .txt {
				font-size: 1.25rem;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-contact .txt {
				font-size: 1rem;
		}
}

.c-footer-nav {
		display: grid;
		padding-top: 30px;
		padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
		.c-footer-nav {
				justify-content: center;
				grid-auto-flow: column;
				gap: 40px;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-nav {
				gap: 20px;
		}
}
.c-footer-nav__item {
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
		line-height: 1.5;
}
@media screen and (min-width: 768px) {
		.c-footer-nav__item {
				font-size: 1rem;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-nav__item {
				font-size: 0.875rem;
		}
}

.c-footer-company {
		display: grid;
		gap: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
		.c-footer-company {
				grid-auto-flow: column;
				justify-content: center;
		}
}
@media screen and (min-width: 768px) {
		.c-footer-company-logo {
				max-width: 200px;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-company-logo {
				max-width: 160px;
				margin-inline: auto;
		}
}

.c-footer-company-title {
		font-weight: 700;
		line-height: 1.75;
}
@media screen and (min-width: 768px) {
		.c-footer-company-title {
				font-size: 1rem;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-company-title {
				font-size: 0.875rem;
		}
}

.c-footer-company-txt {
		line-height: 1.75;
}
@media screen and (min-width: 768px) {
		.c-footer-company-txt {
				font-size: 1rem;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-company-txt {
				font-size: 0.875rem;
		}
}

.c-footer-cr {
		display: block;
		text-align: center;
}
@media screen and (min-width: 768px) {
		.c-footer-cr {
				font-size: 0.875rem;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-cr {
				font-size: 0.75rem;
		}
}

/* =======================================================================
main
======================================================================= */
html {
		font-size: 100%;
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
}

body {
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 300;
		font-size: 1.6rem;
		line-height: 1.231;
		color: #555555;
}

.l-wrapper {
		position: relative;
		margin-inline: auto;
		overflow: hidden;
}
@media screen and (min-width: 768px) {
		.l-wrapper {
				padding-top: 200px;
		}
}
@media screen and (max-width: 767px) {
		.l-wrapper {
				padding-top: 70px;
				padding-bottom: 60px;
		}
}

.l-container {
		background-color: #f2f7f8;
}

.l-inner {
		position: relative;
		margin-inline: auto;
}
@media screen and (min-width: 768px) {
		.l-inner {
				padding-left: 50px;
				padding-right: 50px;
		}
}
@media screen and (max-width: 767px) {
		.l-inner {
				padding-left: 20px;
				padding-right: 20px;
		}
}
@media screen and (min-width: 768px) {
		.l-inner--top {
				padding-top: 60px;
				padding-bottom: 60px;
		}
}
@media screen and (max-width: 767px) {
		.l-inner--top {
				padding-top: 40px;
				padding-bottom: 40px;
		}
}
@media screen and (min-width: 768px) {
		.l-inner--m {
				max-width: 1200px;
				padding-top: 80px;
				padding-bottom: 100px;
		}
}
@media screen and (max-width: 767px) {
		.l-inner--m {
				padding-top: 40px;
				padding-bottom: 50px;
		}
}

@media screen and (min-width: 768px) {
		.l-sec01 + .l-sec01 {
				margin-top: 100px;
		}
}
@media screen and (max-width: 767px) {
		.l-sec01 + .l-sec01 {
				margin-top: 60px;
		}
}

@media screen and (min-width: 768px) {
		.l-sec02 + .l-sec02 {
				margin-top: 40px;
		}
}
@media screen and (max-width: 767px) {
		.l-sec02 + .l-sec02 {
				margin-top: 30px;
		}
}

.u-align-c {
		text-align: center;
}
@media screen and (max-width: 767px) {
		.u-align-c--pc {
				text-align: unset;
		}
}

.u-align-l {
		text-align: left;
}

.u-align-r {
		text-align: right;
}

.u-valign-t {
		vertical-align: top;
}

.u-valign-m {
		vertical-align: middle;
}

.u-valign-b {
		vertical-align: bottom;
}

.u-bg-primary {
		background-color: #f2f7f8;
}

@media screen and (min-width: 768px) {
		.u-round {
				border-radius: 30px;
		}
}
@media screen and (max-width: 767px) {
		.u-round {
				border-radius: 20px;
		}
}

.u-c-primary {
		color: #555555;
}
.u-c-primary a {
		color: #555555;
}

.u-c-secondary {
		color: #5cafc5;
}
.u-c-secondary a {
		color: #5cafc5;
}

.u-c-clear {
		color: #ffffff;
}
.u-c-clear a {
		color: #ffffff;
}

.u-c-alert {
		color: #c33203;
}
.u-c-alert a {
		color: #c33203;
}

@media screen and (min-width: 768px) {
		.u-sp-only {
				display: none;
		}
}

@media screen and (max-width: 767px) {
		.u-pc-only {
				display: none;
		}
}

.u-ff-primary {
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 300;
}

.u-ff-secondary {
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
}

a {
		color: #555555;
		text-decoration: none;
		outline: none;
}
@media screen and (min-width: 768px) {
		a:hover {
				text-decoration: underline;
		}
}
@media screen and (max-width: 767px) {
		a:hover {
				text-decoration: none;
		}
}

.u-uline {
		text-decoration: underline;
}

.u-uline:hover {
		text-decoration: none;
}

@media screen and (min-width: 768px) {
		.u-hline:hover {
				text-decoration: underline;
		}
}

@media screen and (min-width: 768px) {
		.u-op {
				display: block;
				transition: opacity 0.3s;
		}
		.u-op:hover {
				opacity: 0.7;
				text-decoration: none;
		}
}

.u-list-dot > * {
		position: relative;
		padding-left: 1.5em;
}
.u-list-dot > *:before {
		content: "・";
		position: absolute;
		left: 0;
		top: 0;
}

.u-list-circle > * {
		position: relative;
}
.u-list-circle > *:before {
		content: "●";
		position: absolute;
		left: 0;
		top: 0;
}

.u-list-square > * {
		position: relative;
}
.u-list-square > *:before {
		content: "■";
		position: absolute;
		left: 0;
		top: 0;
}

.u-list-decimal {
		counter-reset: number 0;
}
.u-list-decimal > * {
		position: relative;
		padding-left: 1.5em;
}
.u-list-decimal > *:before {
		position: absolute;
		left: 0;
		top: 0;
		counter-increment: number 1;
		content: counter(number) ".";
}

.u-list-remarks > * {
		position: relative;
		padding-left: 3em;
}
.u-list-remarks > *:before {
		position: absolute;
		left: 0;
		top: 0;
		content: "※" attr(data-num);
		color: #5cafc5;
}

/* =======================================================================
margin
padding
======================================================================= */
.u-mt-xs {
		margin-top: 10px;
}

.u-mt-s {
		margin-top: 20px;
}

.u-mt-m {
		margin-top: 30px;
}

.u-mt-l {
		margin-top: 40px;
}

.u-mt-xl {
		margin-top: 60px;
}

.u-mt-2xl {
		margin-top: 80px;
}

.u-mt-3xl {
		margin-top: 100px;
}

.u-mb-xs {
		margin-bottom: 10px;
}

.u-mb-s {
		margin-bottom: 20px;
}

.u-mb-m {
		margin-bottom: 30px;
}

.u-mb-l {
		margin-bottom: 40px;
}

.u-mb-xl {
		margin-bottom: 60px;
}

.u-mb-2xl {
		margin-bottom: 80px;
}

.u-mb-3xl {
		margin-bottom: 100px;
}

.u-m-xs {
		margin: 10px;
}

.u-m-s {
		margin: 20px;
}

.u-m-m {
		margin: 30px;
}

.u-m-l {
		margin: 40px;
}

.u-m-xl {
		margin: 60px;
}

.u-m-2xl {
		margin: 80px;
}

.u-m-3xl {
		margin: 100px;
}

.u-pt-xs {
		padding-top: 10px;
}

.u-pt-s {
		padding-top: 20px;
}

.u-pt-m {
		padding-top: 30px;
}

.u-pt-l {
		padding-top: 40px;
}

.u-pt-xl {
		padding-top: 60px;
}

.u-pt-2xl {
		padding-top: 80px;
}

.u-pt-3xl {
		padding-top: 100px;
}

.u-pb-xs {
		padding-bottom: 10px;
}

.u-pb-s {
		padding-bottom: 20px;
}

.u-pb-m {
		padding-bottom: 30px;
}

.u-pb-l {
		padding-bottom: 40px;
}

.u-pb-xl {
		padding-bottom: 60px;
}

.u-pb-2xl {
		padding-bottom: 80px;
}

.u-pb-3xl {
		padding-bottom: 100px;
}

.u-p-xs {
		padding: 10px;
}

.u-p-s {
		padding: 20px;
}

.u-p-m {
		padding: 30px;
}

.u-p-l {
		padding: 40px;
}

.u-p-xl {
		padding: 60px;
}

.u-p-2xl {
		padding: 80px;
}

.u-p-3xl {
		padding: 100px;
}

@media screen and (max-width: 767px) {
		.u-mt-xs {
				margin-top: 5px;
		}
		.u-mt-s {
				margin-top: 10px;
		}
		.u-mt-m {
				margin-top: 15px;
		}
		.u-mt-l {
				margin-top: 20px;
		}
		.u-mt-xl {
				margin-top: 30px;
		}
		.u-mt-2xl {
				margin-top: 40px;
		}
		.u-mt-3xl {
				margin-top: 60px;
		}
		.u-mb-xs {
				margin-bottom: 5px;
		}
		.u-mb-s {
				margin-bottom: 10px;
		}
		.u-mb-m {
				margin-bottom: 15px;
		}
		.u-mb-l {
				margin-bottom: 20px;
		}
		.u-mb-xl {
				margin-bottom: 30px;
		}
		.u-mb-2xl {
				margin-bottom: 40px;
		}
		.u-mb-3xl {
				margin-bottom: 60px;
		}
		.u-m-xs {
				margin: 5px;
		}
		.u-m-s {
				margin: 10px;
		}
		.u-m-m {
				margin: 15px;
		}
		.u-m-l {
				margin: 20px;
		}
		.u-m-xl {
				margin: 30px;
		}
		.u-m-2xl {
				margin: 40px;
		}
		.u-m-3xl {
				margin: 60px;
		}
		.u-pt-xs {
				padding-top: 5px;
		}
		.u-pt-s {
				padding-top: 10px;
		}
		.u-pt-m {
				padding-top: 15px;
		}
		.u-pt-l {
				padding-top: 20px;
		}
		.u-pt-xl {
				padding-top: 30px;
		}
		.u-pt-2xl {
				padding-top: 40px;
		}
		.u-pt-3xl {
				padding-top: 60px;
		}
		.u-pb-xs {
				padding-bottom: 5px;
		}
		.u-pb-s {
				padding-bottom: 10px;
		}
		.u-pb-m {
				padding-bottom: 15px;
		}
		.u-pb-l {
				padding-bottom: 20px;
		}
		.u-pb-xl {
				padding-bottom: 30px;
		}
		.u-pb-2xl {
				padding-bottom: 40px;
		}
		.u-pb-3xl {
				padding-bottom: 60px;
		}
		.u-p-xs {
				padding: 5px;
		}
		.u-p-s {
				padding: 10px;
		}
		.u-p-m {
				padding: 15px;
		}
		.u-p-l {
				padding: 20px;
		}
		.u-p-xl {
				padding: 30px;
		}
		.u-p-2xl {
				padding: 40px;
		}
		.u-p-3xl {
				padding: 60px;
		}
}
.u-fw-n {
		font-weight: 300;
}

.u-fw-b {
		font-weight: 700;
}

@media screen and (min-width: 768px) {
		.u-fs-10 {
				font-size: 0.625rem;
				line-height: 1.75;
		}
		.u-fs-11 {
				font-size: 0.6875rem;
				line-height: 1.75;
		}
		.u-fs-12 {
				font-size: 0.75rem;
				line-height: 1.75;
		}
		.u-fs-13 {
				font-size: 0.8125rem;
				line-height: 1.75;
		}
		.u-fs-14 {
				font-size: 0.875rem;
				line-height: 2;
		}
		.u-fs-16 {
				font-size: 1rem;
				line-height: 2;
		}
		.u-fs-18 {
				font-size: 1.125rem;
				line-height: 1.75;
		}
		.u-fs-20 {
				font-size: 1.25rem;
				line-height: 1.5;
		}
		.u-fs-24 {
				font-size: 1.5rem;
				line-height: 1.5;
		}
		.u-fs-32 {
				font-size: 2rem;
				line-height: 1.5;
		}
		.u-fs-36 {
				font-size: 2.25rem;
				line-height: 1.5;
		}
		.u-fs-40 {
				font-size: 2.5rem;
				line-height: 1.5;
		}
}
@media screen and (max-width: 767px) {
		.u-fs-10 {
				font-size: 0.625rem;
				line-height: 1.75;
		}
		.u-fs-11 {
				font-size: 0.625rem;
				line-height: 1.75;
		}
		.u-fs-12 {
				font-size: 0.6875rem;
				line-height: 1.75;
		}
		.u-fs-13 {
				font-size: 0.6875rem;
				line-height: 1.75;
		}
		.u-fs-14 {
				font-size: 0.75rem;
				line-height: 2;
		}
		.u-fs-16 {
				font-size: 0.875rem;
				line-height: 2;
		}
		.u-fs-18 {
				font-size: 1rem;
				line-height: 1.75;
		}
		.u-fs-20 {
				font-size: 1.125rem;
				line-height: 1.5;
		}
		.u-fs-24 {
				font-size: 1.25rem;
				line-height: 1.5;
		}
		.u-fs-32 {
				font-size: 1.5rem;
				line-height: 1.5;
		}
		.u-fs-36 {
				font-size: 1.75rem;
				line-height: 1.5;
		}
		.u-fs-40 {
				font-size: 1.875rem;
				line-height: 1.5;
		}
}
.u-lh-l {
		line-height: 2.5;
}

.u-lh-m {
		line-height: 2;
}

.u-lh-s {
		line-height: 1.75;
}

.u-ls-m {
		letter-spacing: 0.1em;
}

.u-ls-l {
		letter-spacing: 0.2em;
}

.u-ti-1em {
		text-indent: 1em;
}

.c-breadcrumb-wrap {
		background-color: #5cafc5;
		color: #ffffff;
}
.c-breadcrumb-wrap a {
		color: #ffffff;
}
@media screen and (min-width: 768px) {
		.c-breadcrumb-wrap {
				padding: 20px 50px;
		}
}
@media screen and (max-width: 767px) {
		.c-breadcrumb-wrap {
				padding: 10px 20px;
		}
}

.c-breadcrumb {
		display: flex;
		flex-wrap: wrap;
		column-gap: 3em;
		row-gap: 0.5em;
}
@media screen and (min-width: 768px) {
		.c-breadcrumb {
				font-size: 0.875rem;
		}
}
@media screen and (max-width: 767px) {
		.c-breadcrumb {
				font-size: 0.625rem;
		}
}
.c-breadcrumb__item {
		position: relative;
		flex-shrink: 0;
}
.c-breadcrumb__item:before {
		content: "＞";
		position: absolute;
		right: -2em;
		top: 0;
}
@media screen and (min-width: 768px) {
		.c-breadcrumb__item:before {
				font-size: 0.875rem;
		}
}
@media screen and (max-width: 767px) {
		.c-breadcrumb__item:before {
				font-size: 0.625rem;
		}
}
.c-breadcrumb__item:nth-of-type(1) a {
		position: relative;
		display: inline-flex;
		align-items: center;
		gap: 15px;
}
@media screen and (min-width: 768px) {
		.c-breadcrumb__item:nth-of-type(1) a:before {
				content: "";
				width: 40px;
				height: 18px;
				background-image: url("../images/common/ico_title_wh.svg");
				background-size: 100%;
		}
}
.c-breadcrumb__item:nth-last-of-type(1):before {
		display: none;
}
@media screen and (min-width: 768px) {
		.c-breadcrumb__item a:hover {
				text-decoration: underline;
		}
}

.c-btn01 {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 5px 20px;
		border: solid 2px #5cafc5;
		box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
		transition: 0.3s;
		font-weight: 700;
		background-color: #ffffff;
		color: #5cafc5;
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
		gap: 20px;
}
@media screen and (min-width: 768px) {
		.c-btn01 {
				height: 60px;
				width: 320px;
				border-radius: 8px;
				font-size: 1.125rem;
		}
}
@media screen and (max-width: 767px) {
		.c-btn01 {
				height: 50px;
				width: 100%;
				border-radius: 8px;
				font-size: 0.875rem;
		}
}
@media screen and (min-width: 768px) {
		.c-btn01 .ico {
				width: 48px;
				height: 48px;
		}
}
@media screen and (max-width: 767px) {
		.c-btn01 .ico {
				width: 40px;
				height: 40px;
		}
}
.c-btn01:hover {
		text-decoration: none;
}
@media screen and (min-width: 768px) {
		.c-btn01:hover {
				background-color: #5cafc5;
				color: #ffffff;
		}
}
.c-btn01--back {
		border-color: #aaaaaa;
		color: #aaaaaa;
}
@media screen and (min-width: 768px) {
		.c-btn01--back:hover {
				background-color: #aaaaaa;
		}
}
.c-btn01--rd {
		border-color: #de958c;
		color: #de958c;
}
@media screen and (min-width: 768px) {
		.c-btn01--rd:hover {
				background-color: #de958c;
		}
}
.c-btn01--gr {
		border-color: #83bdb0;
		color: #83bdb0;
}
@media screen and (min-width: 768px) {
		.c-btn01--gr:hover {
				background-color: #83bdb0;
		}
}
.c-btn01--smile {
		border-color: #f26a2e;
		color: #f26a2e;
}
@media screen and (min-width: 768px) {
		.c-btn01--smile:hover {
				background-color: #f26a2e;
		}
}
.c-btn01--gh {
		border-color: #c33203;
		color: #c33203;
}
@media screen and (min-width: 768px) {
		.c-btn01--gh:hover {
				background-color: #c33203;
		}
}
.c-btn01--center {
		margin-inline: auto;
}

input[type=text].c-input-text,
textarea.c-textarea {
		transition: 0.3s;
		appearance: none;
		-webkit-appearance: none;
		border: solid 1px transparent;
		box-shadow: none;
		padding: 20px;
		border-radius: 10px;
		width: 100%;
		background-color: #f2f7f8;
		outline: none;
		font-size: 1rem;
}
input[type=text].c-input-text:focus,
textarea.c-textarea:focus {
		border-color: #5cafc5;
}

textarea.c-textarea {
		resize: none;
		line-height: 1.875;
}

input[type=radio].c-input-radio,
input[type=checkbox].c-input-checkbox {
		position: relative;
		appearance: none;
		-webkit-appearance: none;
		border: solid 1px #5cafc5;
		box-shadow: none;
		background-color: #f2f7f8;
		outline: none;
		width: 20px;
		height: 20px;
		vertical-align: middle;
}

input[type=radio].c-input-radio:after {
		content: "";
		width: 10px;
		height: 10px;
		background-color: #5cafc5;
		position: absolute;
		left: 50%;
		top: 50%;
		border-radius: 100%;
		display: none;
		transform: translate(-50%, -50%);
}
input[type=radio].c-input-radio:checked:after {
		display: block;
}

input[type=checkbox].c-input-checkbox:after {
		content: "";
		width: 6px;
		height: 12px;
		position: absolute;
		left: 50%;
		top: 50%;
		border-bottom: solid 2px #5cafc5;
		border-right: solid 2px #5cafc5;
		margin-top: -8px;
		margin-left: -3px;
		display: none;
		transform: rotate(45deg);
}
input[type=checkbox].c-input-checkbox:checked:after {
		display: block;
}

input[type=radio].c-input-radio {
		border-radius: 100%;
}

input[type=checkbox].c-input-checkbox {
		border-radius: 0;
}

label.c-label-set {
		display: flex;
		align-items: flex-start;
}
label.c-label-set input[type=radio].c-input-radio,
label.c-label-set input[type=checkbox].c-input-checkbox {
		flex-shrink: 0;
		margin-right: 10px;
		display: block;
		transform: translateY(5px);
}

select.c-select {
		position: relative;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		min-height: 40px;
		padding: 12px 45px 12px 15px;
		border: solid 2px #5cafc5;
		box-shadow: none;
		border-radius: 4px;
		background-color: #ffffff;
		background-repeat: no-repeat;
		background-size: 40px auto;
		background-image: url("../images/common/ico_select.svg");
		background-position: right 50%;
		cursor: pointer;
		font-size: 1rem;
		outline: none;
		line-height: 1.231;
		text-overflow: "";
}

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

input[type=submit].c-input-btn,
input[type=button].c-input-btn {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
		padding: 5px 20px;
		border-radius: 50px;
		background-color: #fafafa;
		border: solid 2px #5cafc5;
		transition: 0.3s;
		font-weight: 700;
		color: #5cafc5;
}
@media screen and (min-width: 768px) {
		input[type=submit].c-input-btn,
		input[type=button].c-input-btn {
				width: 240px;
				font-size: 1rem;
		}
}
@media screen and (max-width: 767px) {
		input[type=submit].c-input-btn,
		input[type=button].c-input-btn {
				width: 100%;
				font-size: 0.875rem;
		}
}
input[type=submit].c-input-btn:hover,
input[type=button].c-input-btn:hover {
		text-decoration: none;
		background-color: #ffffff;
}
input[type=submit].c-input-btn--back,
input[type=button].c-input-btn--back {
		border-color: #aaaaaa;
		color: #ffffff;
		background-color: #aaaaaa;
}
input[type=submit].c-input-btn--back:hover,
input[type=button].c-input-btn--back:hover {
		color: #aaaaaa;
}

.c-title {
		display: grid;
		justify-content: center;
		text-align: center;
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
		line-height: 1.5;
}
@media screen and (min-width: 768px) {
		.c-title {
				gap: 30px;
				font-size: 2rem;
		}
}
@media screen and (max-width: 767px) {
		.c-title {
				gap: 20px;
				font-size: 1.25rem;
		}
}
.c-title .ico {
		position: relative;
		margin-inline: auto;
		background-size: 100%;
		background-image: url("../images/common/ico_title.svg");
}
@media screen and (min-width: 768px) {
		.c-title .ico {
				width: 100px;
				height: 45px;
		}
}
@media screen and (max-width: 767px) {
		.c-title .ico {
				width: 80px;
				height: 36px;
		}
}
.c-title .ico .num {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
}
@media screen and (min-width: 768px) {
		.c-title .ico .num {
				font-size: 2rem;
		}
}
@media screen and (max-width: 767px) {
		.c-title .ico .num {
				font-size: 1.25rem;
		}
}
@media screen and (min-width: 768px) {
		.c-title + .c-box01 {
				margin-top: 40px;
		}
}
@media screen and (max-width: 767px) {
		.c-title + .c-box01 {
				margin-top: 20px;
		}
}
.c-title--bl {
		color: #5cafc5;
}
.c-title--bl .ico {
		background-image: url("../images/common/ico_title_bl.svg");
}

.c-title01 {
		display: inline-flex;
		background-color: #5cafc5;
		color: #ffffff;
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
		line-height: 1.75;
}
@media screen and (min-width: 768px) {
		.c-title01 {
				padding: 10px 20px;
				font-size: 1.5rem;
		}
}
@media screen and (max-width: 767px) {
		.c-title01 {
				padding: 10px 15px;
				font-size: 1.125rem;
		}
}

.c-title02 {
		display: flex;
		background-color: #ffffff;
		color: #5cafc5;
		line-height: 1.75;
		font-weight: 700;
}
@media screen and (min-width: 768px) {
		.c-title02 {
				padding: 10px 20px;
				font-size: 1.125rem;
		}
}
@media screen and (max-width: 767px) {
		.c-title02 {
				padding: 10px 15px;
				font-size: 1rem;
		}
}

.c-heading {
		display: flex;
		align-items: center;
		background-color: #ffffff;
}
@media screen and (min-width: 768px) {
		.c-heading {
				padding: 50px;
				min-height: 200px;
		}
}
@media screen and (max-width: 767px) {
		.c-heading {
				padding: 30px 20px;
				min-height: 120px;
		}
}

.c-heading-title {
		display: flex;
		align-items: center;
}
@media screen and (min-width: 768px) {
		.c-heading-title {
				gap: 20px;
		}
}
@media screen and (max-width: 767px) {
		.c-heading-title {
				gap: 15px;
		}
}

@media screen and (min-width: 768px) {
		.c-heading-title-ico {
				width: 54px;
				height: 54px;
		}
}
@media screen and (max-width: 767px) {
		.c-heading-title-ico {
				width: 40px;
				height: 40px;
		}
}

.c-heading-title-ja {
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
		color: #5cafc5;
		line-height: 1.5;
}
@media screen and (min-width: 768px) {
		.c-heading-title-ja {
				font-size: 2rem;
		}
}
@media screen and (max-width: 767px) {
		.c-heading-title-ja {
				font-size: 1.25rem;
		}
}

.c-heading-title-en {
		position: relative;
		display: inline-flex;
		align-items: center;
		gap: 0.5em;
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
		color: #5cafc5;
		letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
		.c-heading-title-en {
				font-size: 1.25rem;
		}
}
@media screen and (max-width: 767px) {
		.c-heading-title-en {
				font-size: 0.875rem;
		}
}
.c-heading-title-en:before, .c-heading-title-en:after {
		content: "-";
}

.c-box01 {
		background-color: #ffffff;
}
@media screen and (min-width: 768px) {
		.c-box01 {
				padding: 50px 50px 60px;
		}
}
@media screen and (max-width: 767px) {
		.c-box01 {
				padding: 20px 20px 30px;
		}
}
@media screen and (min-width: 768px) {
		.c-box01 + .c-box01 {
				margin-top: 50px;
		}
}
@media screen and (max-width: 767px) {
		.c-box01 + .c-box01 {
				margin-top: 30px;
		}
}
.c-box01--bl {
		background-color: #5cafc5;
		color: #ffffff;
}
.c-box01--bl a {
		color: #ffffff;
}

.c-box02 {
		background-color: #f2f7f8;
}
@media screen and (min-width: 768px) {
		.c-box02 {
				padding: 40px;
		}
}
@media screen and (max-width: 767px) {
		.c-box02 {
				padding: 20px;
		}
}

.c-box03 {
		border: solid 1px #5cafc5;
		background-color: #ffffff;
}
@media screen and (min-width: 768px) {
		.c-box03 {
				padding: 40px;
		}
}
@media screen and (max-width: 767px) {
		.c-box03 {
				padding: 20px;
		}
}

/* =======================================================================
top
======================================================================= */
/* common */
/* mv */
.p-top-mv {
		position: relative;
}
@media screen and (min-width: 768px) {
		.p-top-mv__img {
				aspect-ratio: 1400/640;
				min-height: 640px;
		}
}
@media screen and (max-width: 767px) {
		.p-top-mv__img {
				aspect-ratio: 1400/1400;
		}
}
.p-top-mv__img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
}
@media screen and (max-width: 767px) {
		.p-top-mv__img img {
				object-position: 85% 50%;
		}
}
.p-top-mv__main {
		position: absolute;
		width: 100%;
}
@media screen and (min-width: 768px) {
		.p-top-mv__main {
				top: 50%;
				transform: translateY(-50%);
				padding: 50px;
		}
}
@media screen and (max-width: 767px) {
		.p-top-mv__main {
				display: grid;
				grid-template-rows: max-content max-content auto;
				align-items: start;
				height: 100%;
				bottom: 0;
				padding: 20px;
		}
}

.p-top-mv-copy {
		align-self: start;
		position: relative;
		display: inline-flex;
		align-items: end;
		gap: 0.25em;
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
}
@media screen and (min-width: 768px) {
		.p-top-mv-copy {
				font-size: 3rem;
		}
}
@media screen and (max-width: 767px) {
		.p-top-mv-copy {
				font-size: 5.7291666667vw;
		}
}
.p-top-mv-copy:before {
		content: "\\\\";
		letter-spacing: -0.15em;
}
.p-top-mv-copy:after {
		content: "//";
		letter-spacing: -0.15em;
}

.p-top-mv-title {
		align-self: start;
		display: grid;
		width: fit-content;
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
}
@media screen and (min-width: 768px) {
		.p-top-mv-title {
				margin-top: 30px;
				font-size: 1.75rem;
		}
}
@media screen and (max-width: 767px) {
		.p-top-mv-title {
				margin-top: 15px;
				font-size: 3.125vw;
		}
}
.p-top-mv-title .line {
		width: fit-content;
		display: inline-flex;
		padding: 4px 8px;
		background-color: #ffffff;
}
@media screen and (min-width: 768px) {
		.p-top-mv-title .line + .line {
				margin-top: 10px;
		}
}
@media screen and (max-width: 767px) {
		.p-top-mv-title .line + .line {
				margin-top: 5px;
		}
}
.p-top-mv-title .em {
		letter-spacing: -0.05em;
		font-weight: 500;
}
@media screen and (min-width: 768px) {
		.p-top-mv-title .em {
				font-size: 2.25rem;
		}
}
@media screen and (max-width: 767px) {
		.p-top-mv-title .em {
				font-size: 3.90625vw;
		}
}
.p-top-mv-title .pm {
		letter-spacing: -0.5em;
}
.p-top-mv-title .bl {
		color: #5cafc5;
}
.p-top-mv-title .yl {
		color: #dfb263;
}
.p-top-mv-title .rd {
		color: #de958c;
}
.p-top-mv-title .gr {
		color: #83bdb0;
}

.p-top-mv-list {
		display: grid;
}
@media screen and (min-width: 768px) {
		.p-top-mv-list {
				grid-template-columns: repeat(3, 240px);
				gap: 20px;
				margin-top: 50px;
		}
}
@media screen and (max-width: 767px) {
		.p-top-mv-list {
				align-self: end;
				grid-template-columns: repeat(3, 1fr);
				gap: 10px;
		}
}
.p-top-mv-list__item {
		display: grid;
		justify-content: center;
		align-items: center;
		border-radius: 10px;
		border: solid 2px;
		background-color: #ffffff;
		box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
		.p-top-mv-list__item {
				transition: opacity 0.3s;
				padding: 20px;
				gap: 10px;
				min-height: 160px;
		}
		.p-top-mv-list__item:hover {
				opacity: 0.7;
				text-decoration: none;
		}
}
@media screen and (max-width: 767px) {
		.p-top-mv-list__item {
				padding: 10px;
				gap: 10px;
		}
}
.p-top-mv-list__item:nth-of-type(1) {
		border-color: #5cafc5;
		color: #5cafc5;
}
.p-top-mv-list__item:nth-of-type(2) {
		border-color: #de958c;
		color: #de958c;
}
.p-top-mv-list__item:nth-of-type(3) {
		border-color: #83bdb0;
		color: #83bdb0;
}

.p-top-mv-list-ico {
		margin-left: auto;
		margin-right: auto;
}
@media screen and (min-width: 768px) {
		.p-top-mv-list-ico {
				width: 64px;
				height: 64px;
		}
}
@media screen and (max-width: 767px) {
		.p-top-mv-list-ico {
				width: 8.3333333333vw;
				height: 8.3333333333vw;
		}
}

.p-top-mv-list-title {
		text-align: center;
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
}
@media screen and (min-width: 768px) {
		.p-top-mv-list-title {
				font-size: 1.125rem;
		}
}
@media screen and (max-width: 767px) {
		.p-top-mv-list-title {
				font-size: 2.34375vw;
		}
}

/* intro */
.p-top-intro-main {
		display: grid;
}
@media screen and (min-width: 768px) {
		.p-top-intro-main {
				grid-template-columns: repeat(2, 1fr);
		}
}
.p-top-intro-main__item {
		background-color: #ffffff;
}

.p-top-intro-main-heading {
		position: relative;
}

.p-top-intro-main-heading-img {
		aspect-ratio: 700/320;
}
.p-top-intro-main-heading-img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
}

.p-top-intro-main-heading-title {
		position: absolute;
		left: 0;
		top: 50%;
		display: inline-flex;
		align-items: end;
		gap: 0.5em;
		background-color: #ffffff;
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
		transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
		.p-top-intro-main-heading-title {
				padding: 12px 20px 12px 50px;
				font-size: 1.25rem;
		}
}
@media screen and (max-width: 767px) {
		.p-top-intro-main-heading-title {
				padding: 8px 20px 8px 20px;
				font-size: 1rem;
		}
}
.p-top-intro-main-heading-title .em {
		color: #5cafc5;
		font-weight: 500;
}
@media screen and (min-width: 768px) {
		.p-top-intro-main-heading-title .em {
				font-size: 1.75rem;
		}
}
@media screen and (max-width: 767px) {
		.p-top-intro-main-heading-title .em {
				font-size: 1.25rem;
		}
}

@media screen and (min-width: 768px) {
		.p-top-intro-main-content {
				padding: 30px 50px 40px;
		}
}
@media screen and (max-width: 767px) {
		.p-top-intro-main-content {
				padding: 20px 20px 30px;
		}
}

.p-top-intro-btns {
		gap: 20px;
}
@media screen and (min-width: 768px) {
		.p-top-intro-btns {
				display: grid;
				justify-content: center;
				grid-auto-flow: column;
		}
}
@media screen and (max-width: 767px) {
		.p-top-intro-btns {
				display: flex;
				align-items: center;
		}
}
@media screen and (max-width: 767px) {
		.p-top-intro-btns__item {
				flex: 1 1 0;
		}
}

/* smile */
.p-top-smile {
		display: grid;
		gap: 40px;
		justify-content: center;
		background-color: #fdf4f3;
}

/* company */
.p-top-company {
		display: grid;
		background-color: #fafafa;
}
@media screen and (min-width: 768px) {
		.p-top-company {
				grid-template-columns: repeat(2, 1fr);
		}
}
@media screen and (min-width: 768px) {
		.p-top-company__main {
				padding: 50px;
		}
}
@media screen and (max-width: 767px) {
		.p-top-company__main {
				padding: 30px 20px;
		}
}

@media screen and (min-width: 768px) {
		.p-top-company-logo {
				width: 240px;
		}
}
@media screen and (max-width: 767px) {
		.p-top-company-logo {
				width: 160px;
				margin-inline: auto;
		}
}

.p-top-company-map {
		position: relative;
		height: 100%;
}
@media screen and (min-width: 768px) {
		.p-top-company-map {
				min-height: 450px;
		}
}
@media screen and (max-width: 767px) {
		.p-top-company-map {
				aspect-ratio: 1920/1080;
		}
}
.p-top-company-map iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
}

/* =======================================================================
move
======================================================================= */
.p-move-support-list {
		display: grid;
		gap: 20px;
}
@media screen and (min-width: 768px) {
		.p-move-support-list {
				grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
		}
}
.p-move-support-list__item {
		display: grid;
		gap: 30px;
		font-weight: 700;
		line-height: 1.75;
}
@media screen and (min-width: 768px) {
		.p-move-support-list__item {
				grid-template-rows: subgrid;
				grid-row: span 2;
				font-size: 1rem;
		}
}
@media screen and (max-width: 767px) {
		.p-move-support-list__item {
				font-size: 0.875rem;
		}
}
.p-move-support-list__item__title {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #ffffff;
		border: solid 1px #5cafc5;
		color: #5cafc5;
		text-align: center;
}
@media screen and (min-width: 768px) {
		.p-move-support-list__item__title {
				padding: 30px 20px;
		}
}
@media screen and (max-width: 767px) {
		.p-move-support-list__item__title {
				padding: 20px 15px;
		}
}
.p-move-support-list__item__title + .p-move-support-list__item__content {
		position: relative;
}
.p-move-support-list__item__title + .p-move-support-list__item__content:before {
		content: "";
		position: absolute;
		left: 50%;
		top: -15px;
		border-top: solid 12px #5cafc5;
		border-left: solid 8px transparent;
		border-right: solid 8px transparent;
		transform: translate(-50%, -50%);
}
.p-move-support-list__item__content {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #5cafc5;
		color: #ffffff;
		text-align: center;
}
@media screen and (min-width: 768px) {
		.p-move-support-list__item__content {
				padding: 30px 20px;
		}
}
@media screen and (max-width: 767px) {
		.p-move-support-list__item__content {
				padding: 20px 15px;
		}
}

/* =======================================================================
room
======================================================================= */
.p-room-list {
		display: grid;
}
@media screen and (min-width: 768px) {
		.p-room-list {
				gap: 50px;
		}
}
@media screen and (max-width: 767px) {
		.p-room-list {
				gap: 30px;
		}
}
.p-room-list__item {
		position: relative;
}

.p-room-list-title {
		position: absolute;
		right: 0;
		top: 0;
		background-color: #5cafc5;
		color: #ffffff;
		display: inline-flex;
		justify-content: center;
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
		text-align: center;
}
@media screen and (min-width: 768px) {
		.p-room-list-title {
				padding: 10px 40px;
				min-width: 180px;
				font-size: 1.75rem;
		}
}
@media screen and (max-width: 767px) {
		.p-room-list-title {
				padding: 10px 20px;
				font-size: 1rem;
		}
}

.p-room-list-img {
		aspect-ratio: 1100/480;
}
.p-room-list-img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
}

/* =======================================================================
faq
======================================================================= */
.p-faq-list__item {
		background-color: #ffffff;
}
@media screen and (min-width: 768px) {
		.p-faq-list__item + .p-faq-list__item {
				margin-top: 50px;
		}
}
@media screen and (max-width: 767px) {
		.p-faq-list__item + .p-faq-list__item {
				margin-top: 20px;
		}
}
.p-faq-list__item__title {
		cursor: pointer;
		position: relative;
		font-weight: 700;
		color: #5cafc5;
		line-height: 2;
}
@media screen and (min-width: 768px) {
		.p-faq-list__item__title {
				min-height: 120px;
				font-size: 1.25rem;
				padding: 40px 110px 40px 95px;
		}
}
@media screen and (max-width: 767px) {
		.p-faq-list__item__title {
				min-height: 70px;
				font-size: 1rem;
				padding: 20px 65px 20px 55px;
		}
}
.p-faq-list__item__title:before {
		content: "Q.";
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
		position: absolute;
		line-height: 1;
}
@media screen and (min-width: 768px) {
		.p-faq-list__item__title:before {
				left: 50px;
				top: 42px;
				font-size: 2rem;
		}
}
@media screen and (max-width: 767px) {
		.p-faq-list__item__title:before {
				left: 20px;
				top: 22px;
				font-size: 1.5rem;
		}
}
.p-faq-list__item__title .ico {
		position: absolute;
		background-color: #5cafc5;
}
@media screen and (min-width: 768px) {
		.p-faq-list__item__title .ico {
				right: 50px;
				top: 40px;
				width: 40px;
				height: 40px;
		}
}
@media screen and (max-width: 767px) {
		.p-faq-list__item__title .ico {
				right: 20px;
				top: 20px;
				width: 30px;
				height: 30px;
		}
}
.p-faq-list__item__title .ico:before, .p-faq-list__item__title .ico:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		background-color: #ffffff;
		transform: translate(-50%, -50%);
}
.p-faq-list__item__title .ico:before {
		width: 50%;
		height: 2px;
}
.p-faq-list__item__title .ico:after {
		width: 2px;
		height: 50%;
		transition: 0.3s;
}
.p-faq-list__item__title.is-on .ico:after {
		height: 0;
		opacity: 0;
}
.p-faq-list__item__content {
		display: none;
}
@media screen and (min-width: 768px) {
		.p-faq-list__item__content {
				padding: 0 50px 40px;
		}
}
@media screen and (max-width: 767px) {
		.p-faq-list__item__content {
				padding: 0 20px 30px;
		}
}
.p-faq-list__item__content > * + * {
		margin-top: 1.5em;
}

/* =======================================================================
company
======================================================================= */
.p-company-logo {
		margin-inline: auto;
}
@media screen and (min-width: 768px) {
		.p-company-logo {
				width: 300px;
		}
}
@media screen and (max-width: 767px) {
		.p-company-logo {
				width: 200px;
		}
}

.p-company-list {
		border-top: solid 1px #555555;
}
@media screen and (min-width: 768px) {
		.p-company-list {
				display: flex;
				flex-wrap: wrap;
		}
}
@media screen and (min-width: 768px) {
		.p-company-list__title {
				border-bottom: solid 1px #555555;
				width: 280px;
				padding: 30px 0;
		}
}
@media screen and (max-width: 767px) {
		.p-company-list__title {
				padding: 20px 0;
		}
}
@media screen and (max-width: 767px) {
		.p-company-list__title + .p-company-list__content {
				margin-top: -30px;
		}
}
.p-company-list__content {
		border-bottom: solid 1px #555555;
}
@media screen and (min-width: 768px) {
		.p-company-list__content {
				width: calc(100% - 280px);
				padding: 30px 0;
		}
}
@media screen and (max-width: 767px) {
		.p-company-list__content {
				padding: 20px 0;
		}
}

/* =======================================================================
contact
======================================================================= */
.p-contact-tel {
		display: grid;
		align-items: center;
		background-color: #5cafc5;
}
@media screen and (min-width: 768px) {
		.p-contact-tel {
				justify-content: center;
				grid-auto-flow: column;
				padding: 40px;
				gap: 20px;
		}
}
@media screen and (max-width: 767px) {
		.p-contact-tel {
				grid-template-columns: 1fr auto;
				padding: 20px;
				gap: 10px;
		}
}
.p-contact-tel__title {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-right: 10px;
		background-color: #ffffff;
		color: #5cafc5;
		font-family: "Zen Maru Gothic", sans-serif;
		font-style: normal;
		font-weight: 500;
}
@media screen and (min-width: 768px) {
		.p-contact-tel__title {
				min-height: 48px;
				padding: 2px 15px 2px 20px;
				font-size: 1.625rem;
		}
}
@media screen and (max-width: 767px) {
		.p-contact-tel__title {
				min-height: 36px;
				padding: 2px 5px 2px 10px;
				font-size: 0.75rem;
		}
}
.p-contact-tel__title:before {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(100%, -50%);
}
@media screen and (min-width: 768px) {
		.p-contact-tel__title:before {
				border-left: solid 14px #ffffff;
				border-top: solid 24px transparent;
				border-bottom: solid 24px transparent;
		}
}
@media screen and (max-width: 767px) {
		.p-contact-tel__title:before {
				border-left: solid 10px #ffffff;
				border-top: solid 18px transparent;
				border-bottom: solid 18px transparent;
		}
}
.p-contact-tel__main {
		display: grid;
		grid-auto-flow: column;
		align-items: center;
}
@media screen and (min-width: 768px) {
		.p-contact-tel__main {
				gap: 15px;
		}
}
@media screen and (max-width: 767px) {
		.p-contact-tel__main {
				gap: 10px;
		}
}

@media screen and (min-width: 768px) {
		.p-contact-tel-ico {
				width: 40px;
				height: 40px;
		}
}
@media screen and (max-width: 767px) {
		.p-contact-tel-ico {
				width: 24px;
				height: 24px;
		}
}

@media screen and (min-width: 1024px) {
		.p-contact-tel-content {
				display: flex;
				align-items: center;
				gap: 20px;
		}
}

.p-contact-tel-num {
		font-weight: 700;
		color: #ffffff;
		font-family: "Roboto Condensed", sans-serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
}
@media screen and (min-width: 768px) {
		.p-contact-tel-num {
				font-size: 2.5rem;
		}
}
@media screen and (max-width: 767px) {
		.p-contact-tel-num {
				font-size: 1.25rem;
		}
}

.p-contact-tel-txt {
		color: #ffffff;
}
@media screen and (min-width: 768px) {
		.p-contact-tel-txt {
				font-size: 1.125rem;
		}
}
@media screen and (max-width: 767px) {
		.p-contact-tel-txt {
				font-size: 0.625rem;
		}
}

.p-contact-item {
		border-bottom: solid 1px #555555;
}
@media screen and (min-width: 768px) {
		.p-contact-item {
				display: flex;
		}
}
.p-contact-item:nth-of-type(1) {
		border-top: solid 1px #555555;
}
.p-contact-item__title {
		font-weight: 700;
		line-height: 2;
}
@media screen and (min-width: 768px) {
		.p-contact-item__title {
				flex-shrink: 0;
				width: 280px;
				padding: 30px 0;
				font-size: 1rem;
		}
}
@media screen and (max-width: 767px) {
		.p-contact-item__title {
				padding: 20px 0;
				font-size: 0.875rem;
		}
}
@media screen and (max-width: 767px) {
		.p-contact-item__title + .p-contact-item__content {
				margin-top: -30px;
		}
}
.p-contact-item__content {
		line-height: 2;
}
@media screen and (min-width: 768px) {
		.p-contact-item__content {
				flex: 1 1 0;
				padding: 30px 0;
				font-size: 1rem;
		}
}
@media screen and (max-width: 767px) {
		.p-contact-item__content {
				padding: 20px 0;
				font-size: 0.875rem;
		}
}
@media screen and (min-width: 768px) {
		.p-contact-item--privacy {
				flex-direction: column;
		}
}
@media screen and (min-width: 768px) {
		.p-contact-item--privacy .p-contact-item__content {
				padding-top: 0;
		}
}

@media screen and (min-width: 768px) {
		.p-contact-list {
				display: flex;
				flex-wrap: wrap;
				column-gap: 30px;
				row-gap: 10px;
		}
}
@media screen and (max-width: 767px) {
		.p-contact-list {
				display: grid;
				gap: 10px;
		}
}
.p-contact-list__item {
		display: flex;
		gap: 10px;
		align-items: center;
}

.p-contact-privacy-box {
		background-color: #fafafa;
		overflow: auto;
}
.p-contact-privacy-box::-webkit-scrollbar {
		display: none;
}
@media screen and (min-width: 768px) {
		.p-contact-privacy-box {
				height: 320px;
				padding: 40px;
		}
}
@media screen and (max-width: 767px) {
		.p-contact-privacy-box {
				height: 240px;
				padding: 20px;
		}
}

.p-contact-privacy-agree {
		display: flex;
		align-items: center;
		justify-content: center;
		width: fit-content;
		margin-inline: auto;
}
@media screen and (min-width: 768px) {
		.p-contact-privacy-agree {
				gap: 15px;
		}
}
@media screen and (max-width: 767px) {
		.p-contact-privacy-agree {
				gap: 10px;
		}
}

.p-contact-btns {
		gap: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
}
@media screen and (max-width: 767px) {
		.p-contact-btns {
				flex-direction: column;
		}
}

.slick-slider {
		position: relative;
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
}

.slick-list {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
}
.slick-list:focus {
		outline: none;
}
.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
}

.slick-track {
		position: relative;
		left: 0;
		top: 0;
		display: block;
}
.slick-track:before, .slick-track:after {
		content: "";
		display: table;
}
.slick-track:after {
		clear: both;
}
.slick-loading .slick-track {
		visibility: hidden;
}

.slick-slide {
		float: left;
		min-height: 1px;
		display: none;
		outline: none;
}
[dir=rtl] .slick-slide {
		float: right;
}
.slick-slide.slick-loading img {
		display: none;
}
.slick-slide.dragging img {
		pointer-events: none;
}
.slick-initialized .slick-slide {
		display: block;
}
.slick-loading .slick-slide {
		visibility: hidden;
}
.slick-vertical .slick-slide {
		display: block;
}

.slick-arrow.slick-disabled {
		display: none;
		opacity: 0;
}