/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

/********************************
* カラー
********************************/

html {
	font-size: 16px;
	scroll-behavior: smooth;
	scroll-padding-top: 40px;
}

body {
	color: #595757;
	font-family: "Noto Sans JP", serif;
}

/* link */

/* ============================================ */

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

a,
button {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:focus,
button:focus {
	opacity: 0.8;
}

/* img */

/* ============================================ */

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

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

/* フェード設定 */

/* ============================================ */

.splide {
	position: relative;
}

.splide__arrows {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}

/* 矢印のクリック範囲など */

.button {
	background-color: transparent; /* ボタンの背景を透明にする */
	height: 2.5rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: 2.5rem;
}

/* 矢印共通のスタイル */

.button::before {
	aspect-ratio: 40/40;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: auto;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 2.5rem;
}

/* 前の矢印 */

.prev::before {
	background-image: url(../img/arrow-prev.png);
	left: -1.6875rem;
}

/* 次の矢印 */

.next::before {
	background-image: url(../img/arrow-next.png);
	left: auto;
	right: -1.6875rem;
}

.l-drawer-button {
	pointer-events: none;
	position: fixed;
	right: min(13.18767507px, 3.081232493vw);
	top: min(14.3865546218px, 3.3613445378vw);
	width: 100%;
	z-index: 999;
}

.l-drawer {
	bottom: 0;
	height: 100vh;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
}

.l-drawer.is-open {
	opacity: 1;
	visibility: visible;
	z-index: 990;
}

.l-drawer__container {
	bottom: 0;
	opacity: 1;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	visibility: visible;
	z-index: 100;
}

.l-drawer.is-open .l-drawer__container {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 478px;
	padding-inline: min(29.9719887955px, 7.0028011204vw);
	width: 100%;
}

.l-inner--drawer {
	padding-inline: 0;
	text-align: right;
}

.l-inner--agreement {
	max-width: 494px;
	padding-inline: min(39.5630252101px, 9.243697479vw);
}

.l-layer {
	margin-top: min(64.7394957983px, 15.1260504202vw);
}

.l-layer--introduction {
	margin-top: max(-68.3361344538px, -15.9663865546vw);
}

.l-layer--footer {
	margin-top: min(29.9719887955px, 7.0028011204vw);
}

.l-pcWrapper__left {
	display: none;
}

.l-pcWrapper__center {
	position: relative;
	z-index: 1;
}

.l-pcWrapper__right {
	display: none;
}

.l-scroll-top {
	display: none;
}

.l-scroll-top span {
	position: relative;
}

.l-scroll-top span::before {
	background-image: url(../img/to-top_icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: min(17.9831932773px, 4.2016806723vw);
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(calc(-100% - 5px), -50%);
	        transform: translate(calc(-100% - 5px), -50%);
	width: min(17.9831932773px, 4.2016806723vw);
}

.c-drawer-button {
	background-color: #fff;
	border-radius: 50%;
	display: block;
	display: inline-block;
	height: min(63.5406162465px, 14.8459383754vw);
	opacity: 0.8;
	pointer-events: visible;
	position: relative;
	width: min(63.5406162465px, 14.8459383754vw);
}

.c-drawer-button.is-open {
	background-color: #007CC3;
	opacity: 1;
}

.c-drawer-button span {
	background-color: #007CC3;
	border-radius: 10px;
	height: 2.2px;
	left: min(17.9831932773px, 4.2016806723vw);
	position: absolute;
	-webkit-transform-origin: left;
	        transform-origin: left;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	width: min(26.3753501401px, 6.162464986vw);
}

.c-drawer-button span:nth-of-type(1) {
	top: min(21.5798319328px, 5.0420168067vw);
}

.c-drawer-button span:nth-of-type(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.c-drawer-button span:nth-of-type(3) {
	bottom: min(21.5798319328px, 5.0420168067vw);
}

.c-drawer-button.is-open span {
	background-color: #fff;
}

.c-drawer-button.is-open span:nth-of-type(1) {
	top: min(21.5798319328px, 5.0420168067vw);
	-webkit-transform: translateX(4px) rotate(45deg);
	        transform: translateX(4px) rotate(45deg);
}

.c-drawer-button.is-open span:nth-of-type(2) {
	opacity: 0;
	top: 50%;
}

.c-drawer-button.is-open span:nth-of-type(3) {
	bottom: min(21.5798319328px, 5.0420168067vw);
	-webkit-transform: translateX(4px) rotate(-45deg);
	        transform: translateX(4px) rotate(-45deg);
}

.c-drawer {
	height: 100vh;
	width: 100vw;
}

.c-drawer__container {
	background-color: #007CC3;
	height: 100%;
	overflow: auto;
	padding-bottom: min(119.8879551821px, 28.0112044818vw);
	padding-top: min(155.8543417367px, 36.4145658263vw);
	width: 100%;
	z-index: 100;
}

.c-drawer__nav {
	margin-inline: auto;
	max-width: 428px;
}

.c-drawer__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	text-align: right;
}

.c-drawer__item a {
	color: #fff;
	font-size: clamp(14px, 4.4817927171vw, 19.1820728291px);
	font-weight: 600;
	padding-block: min(13.18767507px, 3.081232493vw);
	padding-left: min(23.9775910364px, 5.6022408964vw);
	padding-right: 31px;
	width: 100%;
}

.c-drawer__item--top a {
	font-size: clamp(11px, 3.9215686275vw, 16.7843137255px);
	font-weight: 800;
	letter-spacing: 0.05em;
	padding-bottom: min(50.3529411765px, 11.7647058824vw);
	padding-top: min(17.9831932773px, 4.2016806723vw);
}

.c-drawer__item--top span {
	font-size: clamp(16px, 5.6022408964vw, 23.9775910364px);
}

.c-drawer__btn {
	color: #fff;
	margin-top: min(41.9607843137px, 9.8039215686vw);
	padding-right: 31px;
	text-align: right;
}

.c-drawer__tel {
	font-size: clamp(11px, 3.3613445378vw, 14.3865546218px);
	font-weight: 600;
}

.c-drawer__number {
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: clamp(20px, 8.1232492997vw, 34.7675070028px);
	font-weight: 600;
	position: relative;
}

.c-drawer__number::before {
	background-image: url(../img/tel_icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(calc(-100% - 5px), -50%);
	        transform: translate(calc(-100% - 5px), -50%);
	width: 20px;
}

.c-ttl {
	font-size: clamp(16px, 5.3221288515vw, 22.7787114846px);
	font-weight: 600;
	padding-top: min(28.7731092437px, 6.7226890756vw);
	position: relative;
}

.c-ttl_en {
	color: #D4ECF3;
	font-family: "Oswald", sans-serif;
	font-size: clamp(28px, 10.0840336134vw, 43.1596638655px);
	left: 50%;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: -1;
}

.p-access {
	text-align: center;
}

.p-access__map {
	aspect-ratio: 306/200;
	margin-inline: auto;
	margin-top: min(11.9887955182px, 2.8011204482vw);
	position: relative;
	width: 100%;
}

.p-access__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-agreement {
	text-align: center;
}

.p-agreement__box {
	border: solid 1px #9fa0a0;
	height: min(495.137254902px, 115.6862745098vw);
	margin-top: min(17.9831932773px, 4.2016806723vw);
	overflow-y: scroll;
	padding: min(20.380952381px, 4.7619047619vw) min(17.3837535014px, 4.0616246499vw) min(13.18767507px, 3.081232493vw);
	text-align: left;
}

.p-agreement__box p,
.p-agreement__box li {
	font-size: clamp(10px, 3.081232493vw, 13.18767507px);
	font-weight: 400;
	line-height: 1.3636363636;
}

.p-agreement__txt-mt {
	margin-top: min(13.18767507px, 3.081232493vw);
}

.p-fixed {
	background-color: #007CC3;
	bottom: 0px;
	max-width: 428px;
	position: fixed;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 99;
}

.p-fixed.is-scroll {
	opacity: 1;
	pointer-events: visible;
}

.p-fixed__content {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #007CC3;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 38px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0.01em;
}

.p-fixed__content p {
	font-size: clamp(9px, 2.5210084034vw, 10.7899159664px);
	font-weight: 700;
	margin-right: min(5.9943977591px, 1.4005602241vw);
}

.p-fixed__content a {
	font-family: "Oswald", sans-serif;
	font-size: clamp(18px, 6.7226890756vw, 28.7731092437px);
	font-weight: 600;
	letter-spacing: 0.01em;
	padding-left: min(32.3697478992px, 7.5630252101vw);
	position: relative;
}

.p-fixed__content a::before {
	background-image: url(../img/tel_icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: min(23.9775910364px, 5.6022408964vw);
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(12%, -50%);
	        transform: translate(12%, -50%);
	width: min(23.9775910364px, 5.6022408964vw);
}

.p-footer {
	background-color: #007CC3;
	padding-bottom: min(63.5406162465px, 14.8459383754vw);
	padding-top: min(19.1820728291px, 4.4817927171vw);
}

.p-footer__contents {
	color: #fff;
	font-weight: 400;
	text-align: center;
}

.p-footer__ttl {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: clamp(11px, 3.3613445378vw, 14.3865546218px);
	font-weight: 700;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-footer__ttl span {
	font-size: clamp(11px, 4.7619047619vw, 20.380952381px);
}

.p-footer__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: clamp(11px, 3.081232493vw, 13.18767507px);
	gap: 10px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.3636363636;
	margin-top: min(4.7955182073px, 1.1204481793vw);
}

.p-footer__address {
	font-size: clamp(11px, 3.081232493vw, 13.18767507px);
	line-height: 1.3636363636;
	margin-top: min(3.5966386555px, 0.8403361345vw);
}

.p-footer__company {
	font-size: clamp(10px, 2.8011204482vw, 13.18767507px);
	line-height: 1.5;
	margin-top: min(15.5854341737px, 3.6414565826vw);
}

.p-footer__copy {
	font-size: 7px;
	margin-top: min(6.3540616246px, 1.4845938375vw);
}

.p-introduction__img {
	position: relative;
	z-index: -1;
}

.p-introduction__img img {
	left: 0;
	position: absolute;
	top: 0;
}

.p-introduction__ttl {
	color: #fff;
	display: inline-block;
	font-size: clamp(14px, 4.4817927171vw, 19.1820728291px);
	font-weight: 900;
	line-height: 1.5;
	margin-left: min(32.3697478992px, 7.5630252101vw);
	margin-top: min(113.893557423px, 26.6106442577vw);
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-introduction__ttl h2 {
	padding-bottom: min(47.9551820728px, 11.2044817927vw);
	padding-inline: min(13.18767507px, 3.081232493vw);
	padding-top: min(41.9607843137px, 9.8039215686vw);
}

.p-introduction__ttl::before {
	background-image: url(../img/speech_bubble.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: min(165.4453781513px, 38.6554621849vw);
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: min(160.649859944px, 37.5350140056vw);
	z-index: -1;
}

.p-introduction__list {
	margin-top: min(10.7899159664px, 2.5210084034vw);
	padding-inline: min(29.9719887955px, 7.0028011204vw);
}

.p-introduction__item {
	background-color: #FFFCD1;
	border-radius: 8.5px;
	-webkit-box-shadow: 2px 2px 2px #D3D3D3;
	        box-shadow: 2px 2px 2px #D3D3D3;
	padding: min(10.7899159664px, 2.5210084034vw) min(14.3865546218px, 3.3613445378vw) min(16.7843137255px, 3.9215686275vw) min(14.3865546218px, 3.3613445378vw);
}

.p-introduction__item + .p-introduction__item {
	margin-top: min(23.9775910364px, 5.6022408964vw);
}

.p-introduction__item-ttl {
	color: #E83833;
	font-size: clamp(14px, 4.4817927171vw, 19.1820728291px);
	font-weight: 800;
}

.p-introduction__item-head {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: min(10.7899159664px, 2.5210084034vw);
}

.p-introduction__item-head img {
	height: auto;
	width: min(40.7619047619px, 9.5238095238vw);
}

.p-introduction__item-txt {
	font-size: clamp(11px, 3.3613445378vw, 14.3865546218px);
	font-weight: 400;
	line-height: 1.5;
	margin-top: min(9.5910364146px, 2.2408963585vw);
}

.p-introduction__item-txt span {
	font-weight: 700;
}

.p-left {
	display: none;
}

.p-left__logo {
	display: none;
}

.p-mv {
	position: relative;
}

.p-mv::before {
	background-color: #BAE3F9;
	content: "";
	display: block;
	height: 600px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.p-mv__main-img {
	left: 0;
	position: absolute;
	top: min(59.943977591px, 14.0056022409vw);
	width: 100%;
	z-index: -1;
}

.p-mv__header {
	background-color: #007CC3;
	border-radius: 0 0 52px 52px;
	height: min(111.4957983193px, 26.0504201681vw);
	max-width: 428px;
	position: relative;
	width: 100%;
}

.p-mv__logo {
	padding-top: min(19.1820728291px, 4.4817927171vw);
	text-align: center;
}

.p-mv__logo img {
	height: auto;
	max-width: 177px;
	width: 49.5798319328%;
}

.p-mv__ttl {
	margin-top: min(17.9831932773px, 4.2016806723vw);
	padding-inline: min(23.9775910364px, 5.6022408964vw);
}

.p-mv__txt-wrap {
	display: inline-block;
	margin-top: min(21.5798319328px, 5.0420168067vw);
}

.p-mv__txt {
	font-size: clamp(12px, 3.9215686275vw, 16.7843137255px);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.9285714286;
	padding-left: min(33.568627451px, 7.8431372549vw);
}

.p-mv__txt span {
	position: relative;
}

.p-mv__point {
	font-style: italic;
}

.p-mv__txt span::after {
	background-color: #595757;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 2px;
	bottom: -4px;
	content: "";
	display: block;
	height: 0.5px;
	left: 0;
	position: absolute;
	width: 98%;
}

.p-mv__img {
	margin-inline: auto;
	margin-top: min(139.0700280112px, 32.4929971989vw);
	width: min(408.8179271709px, 95.5182072829vw);
}

.p-mv__txt-img {
	margin-left: min(27.5742296919px, 6.4425770308vw);
	margin-top: max(-39.5630252101px, -9.243697479vw);
}

.p-mv__txt-img img {
	width: min(224.1904761905px, 52.380952381vw);
}

.p-right {
	display: none;
}

.p-right__nav {
	display: none;
}

.p-right__list a {
	color: #3e3a39;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 2.0769230769;
	text-align: right;
}

.p-right__list a {
	position: relative;
	text-decoration: none;
}

.p-right__list a::after {
	background-color: #409AD6;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transform: scaleY(0.5);
	        transform: scaleY(0.5);
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
}

.p-right__list a:hover::after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
}

.p-spec {
	background-image: url(../img/back.png);
	background-position: center min(14.3865546218px, 3.3613445378vw);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	text-align: center;
}

.p-spec__sub-ttl {
	border-bottom: solid 1px #595757;
	display: inline-block;
	font-size: clamp(12px, 3.9215686275vw, 16.7843137255px);
	font-weight: 700;
	margin-top: min(16.7843137255px, 3.9215686275vw);
	padding-bottom: min(3.5966386555px, 0.8403361345vw);
	padding-inline: min(21.5798319328px, 5.0420168067vw);
}

.p-spec__txt {
	color: #E83833;
	font-size: clamp(20px, 7.0028011204vw, 29.9719887955px);
	font-weight: 800;
	letter-spacing: 0.03em;
	margin-top: min(5.9943977591px, 1.4005602241vw);
}

.p-spec__time {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
}

.p-spec__symbol {
	font-weight: 400;
}

.p-spec__point {
	font-family: "Oswald", sans-serif;
	font-size: clamp(30px, 9.8039215686vw, 41.9607843137px);
	font-weight: 500;
}

.p-spec__price {
	color: #E83833;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: clamp(50px, 17.0868347339vw, 73.1316526611px);
	font-weight: 500;
	letter-spacing: -0.03em;
	position: relative;
}

.p-spec__tax {
	font-family: "Noto Sans JP", serif;
	font-size: clamp(11px, 3.6414565826vw, 15.5854341737px);
	font-weight: 400;
	letter-spacing: 0;
	position: absolute;
	right: 0;
	top: min(17.9831932773px, 4.2016806723vw);
}

.p-spec__en {
	font-family: "Noto Sans JP", serif;
	font-size: clamp(28px, 9.243697479vw, 39.5630252101px);
	font-weight: 800;
}

.p-spec__addition {
	border: solid 1px #595757;
	display: inline-block;
	margin-top: min(21.5798319328px, 5.0420168067vw);
	padding: min(7.1932773109px, 1.6806722689vw) min(14.3865546218px, 3.3613445378vw) min(8.3921568627px, 1.9607843137vw);
}

.p-spec__addition-ttl {
	font-size: clamp(12px, 3.9215686275vw, 16.7843137255px);
	font-weight: 700;
}

.p-spec__addition-price {
	color: #E83833;
	font-size: clamp(14px, 4.4817927171vw, 19.1820728291px);
	font-weight: 900;
	margin-top: min(2.3977591036px, 0.5602240896vw);
}

.p-spec__plus {
	font-size: clamp(18px, 6.4425770308vw, 27.5742296919px);
	font-weight: 900;
}

.p-spec__1100 {
	font-family: "Oswald", sans-serif;
	font-size: clamp(28px, 8.9635854342vw, 38.3641456583px);
	font-weight: 500;
}

.p-spec__insurance {
	color: #595757;
	font-size: 10px;
	font-weight: 400;
}

.p-spec__spec-content {
	margin-top: min(45.5574229692px, 10.6442577031vw);
}

.p-spec__spec {
	font-size: 12px;
	font-weight: 600;
	position: relative;
}

.p-spec__spec::after {
	background-image: url(../img/arrow1.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: min(57.5462184874px, 13.4453781513vw);
	left: min(15.5854341737px, 3.6414565826vw);
	position: absolute;
	top: min(45.5574229692px, 10.6442577031vw);
	width: min(33.568627451px, 7.8431372549vw);
}

.p-spec__tag {
	background-color: #007CC3;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: clamp(10px, 3.3613445378vw, 14.3865546218px);
	padding: min(5.9943977591px, 1.4005602241vw) min(7.1932773109px, 1.6806722689vw);
}

.p-spec__italic {
	font-style: italic;
}

.p-spec__line-break {
	display: block;
	height: min(5.9943977591px, 1.4005602241vw);
}

.p-spec__img {
	aspect-ratio: 277/181;
	height: auto;
	margin-inline: auto;
	margin-top: min(21.5798319328px, 5.0420168067vw);
	width: min(332.0896358543px, 77.5910364146vw);
}

.p-spec__movie {
	aspect-ratio: 16/9;
	margin-inline: auto;
	margin-top: min(23.9775910364px, 5.6022408964vw);
	position: relative;
	width: 100%;
}

.p-spec__movie iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.u-hidden-pc {
	display: none;
}

.u-hidden-sp {
	display: block;
}

.u-md {
	display: none;
}

@media (any-hover: hover) {

a:hover,
button:hover {
	opacity: 0.8;
}

.c-button:hover {
	opacity: 0.7;
}

}

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

.l-inner--drawer {
	max-width: 418px;
}

.l-pcWrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.l-pcWrapper__left {
	background-color: #BAE3F9;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
	height: 100vh;
	left: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.l-pcWrapper__center {
	max-width: 428px;
	width: 100%;
}

.l-pcWrapper__right {
	background-color: #BAE3F9;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
	height: 100vh;
	left: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.p-left {
	background: url(../img/pc_back-l.jpg) center center no-repeat;
	background-size: cover;
	display: block;
	overflow-y: auto;
}

.p-right {
	background: url(../img/pc_back-r.jpg) center center no-repeat;
	background-size: cover;
	display: block;
	overflow-y: auto;
	position: -webkit-sticky;
	position: sticky;
	text-align: center;
}

}

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

html {
	font-size: 1.2213740458vw;
}

a {
	opacity: 1;
	opacity: initial;
}

.l-scroll-top {
	color: #409AD6;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: clamp(14px, 5.0420168067vw, 21.5798319328px);
	font-weight: 600;
	margin-top: min(33.568627451px, 7.8431372549vw);
	text-align: right;
}

.c-drawer-button {
	display: none;
}

.p-left__logo {
	display: inline-block;
	margin-right: min(17.9831932773px, 4.2016806723vw);
}

.p-left__logo img {
	height: auto;
	width: min(170.2408963585px, 39.7759103641vw);
}

.p-left__wrap {
	margin-left: min(28.7731092437px, 6.7226890756vw);
	margin-top: min(41.9607843137px, 9.8039215686vw);
}

.p-mv__main-img {
	top: 0;
}

.p-mv__header {
	display: none;
}

.p-mv__ttl {
	margin-top: 0;
	padding-top: min(41.9607843137px, 9.8039215686vw);
}

.p-mv__img {
	margin-top: min(161.8487394958px, 37.8151260504vw);
}

.p-right__wrap {
	bottom: 31px;
	position: absolute;
	width: 100%;
}

.p-right__nav {
	display: block;
	padding-right: min(11.9887955182px, 2.8011204482vw);
	text-align: right;
	width: 100%;
}

.u-hidden-pc {
	display: block;
}

.u-hidden-sp {
	display: none;
}

.u-md {
	display: block;
}

}

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

.p-right__nav {
	padding-right: min(35.9663865546px, 8.4033613445vw);
}

.p-right__list a {
	font-size: 13px;
}

}

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

html {
	font-size: 16px;
}

.u-md {
	display: none;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes emphasis_btn {

0% {
	-webkit-transform: scale(0.95);
	        transform: scale(0.95);
}

50% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

100% {
	-webkit-transform: scale(0.95);
	        transform: scale(0.95);
}

}

@keyframes emphasis_btn {

0% {
	-webkit-transform: scale(0.95);
	        transform: scale(0.95);
}

50% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

100% {
	-webkit-transform: scale(0.95);
	        transform: scale(0.95);
}

}

@-webkit-keyframes shiny_btn {

0% {
	opacity: 0;
	-webkit-transform: scale(0) rotate(45deg);
	        transform: scale(0) rotate(45deg);
}

80% {
	opacity: 0.5;
	-webkit-transform: scale(0) rotate(45deg);
	        transform: scale(0) rotate(45deg);
}

81% {
	opacity: 1;
	-webkit-transform: scale(4) rotate(45deg);
	        transform: scale(4) rotate(45deg);
}

100% {
	opacity: 0;
	-webkit-transform: scale(50) rotate(45deg);
	        transform: scale(50) rotate(45deg);
}

}

@keyframes shiny_btn {

0% {
	opacity: 0;
	-webkit-transform: scale(0) rotate(45deg);
	        transform: scale(0) rotate(45deg);
}

80% {
	opacity: 0.5;
	-webkit-transform: scale(0) rotate(45deg);
	        transform: scale(0) rotate(45deg);
}

81% {
	opacity: 1;
	-webkit-transform: scale(4) rotate(45deg);
	        transform: scale(4) rotate(45deg);
}

100% {
	opacity: 0;
	-webkit-transform: scale(50) rotate(45deg);
	        transform: scale(50) rotate(45deg);
}

}

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