@charset 'UTF-8';
:root {
	--font-base: 'Noto Sans JP', sans-serif;
	--font-en: 'Josefin Sans', sans-serif;
	--base-font-size: 16px;
	--color-black: #000;
	--color-white: #fff;
	--color-gray: #494949;
	--color-gray2: #d9d9d9;
	--color-gray-light: #f5f5f5;
	--color-gray-light2: #f3f3f3;
	--color-gray-light3: #f1f1f1;
	--color-orange: #f08200;
}

/* =====================================================
* Base
* ================================================== */

/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/

/* Box sizing rules */

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

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

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

/* Set core root defaults */

html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	min-height: 100vh;
	line-height: 1.5;
	text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

html {
  position: relative;
  font-size: 62.5%;
}

body {
  color: var(--color-black);
  font-family: var(--font-base);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: anywhere;
  line-break: strict;
}

body.no-scroll {
  overflow: hidden;
}

body.-orange {
  background-color: var(--color-orange);
}

* {
  min-inline-size: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a.no-click {
  pointer-events: none;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

address {
  font-style: normal;
}

summary {
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

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

figure {
  margin: 0;
}

button {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
}

sup {
  font-size: 50%;
}

::-moz-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

main {
  overflow-x: clip;
}

/* =====================================================
 * Anchor Scroll Offset
 * ================================================== */

#interview,
[id] {
  scroll-margin-top: 15rem;
}

/* =====================================================
 * Flatpickr
 * ================================================== */

.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
  color: #25bdcf;
}

.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n+1),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n+1) {
  color: red;
}

/* =====================================================
 * Library
 * ================================================== */

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */

.leaflet-tile::-moz-selection {
  background: transparent;
}

.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  width: auto;
  max-width: none !important;
  max-height: none !important;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
touch-action: none;
}

.leaflet-container {
-webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
visibility: hidden;
filter: inherit;
}

.leaflet-tile-loaded {
visibility: inherit;
}

.leaflet-zoom-box {
z-index: 800;
box-sizing: border-box;
width: 0;
height: 0;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
-moz-user-select: none;
}

.leaflet-pane {
z-index: 400;
}

.leaflet-tile-pane {
z-index: 200;
}

.leaflet-overlay-pane {
z-index: 400;
}

.leaflet-shadow-pane {
z-index: 500;
}

.leaflet-marker-pane {
z-index: 600;
}

.leaflet-tooltip-pane {
z-index: 650;
}

.leaflet-popup-pane {
z-index: 700;
}

.leaflet-map-pane canvas {
z-index: 100;
}

.leaflet-map-pane svg {
z-index: 200;
}

.leaflet-vml-shape {
width: 1px;
height: 1px;
}

.lvml {
display: inline-block;
position: absolute;
behavior: url(#default#VML);
}

/* control positioning */

.leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
outline-offset: 1px;
background: #ddd;
}

.leaflet-container a {
color: #0078a8;
}

.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255, 255, 255, 0.5);
}

/* general typography */

.leaflet-container {
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
}

/* general toolbar styles */

.leaflet-bar {
border-radius: 4px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}

.leaflet-bar a {
display: block;
width: 26px;
height: 26px;
border-bottom: 1px solid #ccc;
background-color: #fff;
color: black;
line-height: 26px;
text-align: center;
text-decoration: none;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
display: block;
background-repeat: no-repeat;
background-position: 50% 50%;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
border-bottom: none;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}

.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
font-size: 22px;
}

/* layers control */

.leaflet-control-layers {
border-radius: 5px;
background: #fff;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.leaflet-control-layers-toggle {
width: 36px;
height: 36px;
background-image: url(images/layers.png);
}

.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(images/layers-2x.png);
background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}

.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
background: #fff;
color: #333;
}

.leaflet-control-layers-scrollbar {
overflow-x: hidden;
overflow-y: scroll;
padding-right: 5px;
}

.leaflet-control-layers-selector {
position: relative;
top: 1px;
margin-top: 2px;
}

.leaflet-control-layers label {
display: block;
font-size: 13px;
font-size: 1.08333em;
}

.leaflet-control-layers-separator {
height: 0;
margin: 5px -10px 5px -6px;
border-top: 1px solid #ddd;
}

/* Default icon URLs */

.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
margin: 0;
background: #fff;
background: rgba(255, 255, 255, 0.8);
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
line-height: 1.4;
}

.leaflet-control-attribution a {
text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
text-decoration: underline;
}

.leaflet-attribution-flag {
display: inline !important;
width: 1em;
height: 0.6669em;
vertical-align: baseline !important;
}

.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}

.leaflet-control-scale-line {
box-sizing: border-box;
padding: 2px 5px 1px;
border: 2px solid #777;
border-top: none;
background: rgba(255, 255, 255, 0.8);
line-height: 1.1;
white-space: nowrap;
text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
margin-top: -2px;
border-top: 2px solid #777;
border-bottom: none;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0, 0, 0, 0.2);
background-clip: padding-box;
}

/* popup */

.leaflet-popup {
position: absolute;
margin-bottom: 20px;
text-align: center;
}

.leaflet-popup-content-wrapper {
padding: 1px;
border-radius: 12px;
text-align: left;
}

.leaflet-popup-content {
min-height: 1px;
margin: 13px 24px 13px 20px;
font-size: 13px;
font-size: 1.08333em;
line-height: 1.3;
}

.leaflet-popup-content p {
margin: 17px 0;
margin: 1.3em 0;
}

.leaflet-popup-tip-container {
position: absolute;
left: 50%;
overflow: hidden;
width: 40px;
height: 20px;
margin-top: -1px;
margin-left: -20px;
pointer-events: none;
}

.leaflet-popup-tip {
width: 17px;
height: 17px;
margin: -10px auto 0;
padding: 1px;
transform: rotate(45deg);
pointer-events: auto;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
color: #333;
}

.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
width: 24px;
height: 24px;
border: none;
background: transparent;
color: #757575;
font: 16px/24px Tahoma, Verdana, sans-serif;
text-align: center;
text-decoration: none;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
color: #585858;
}

.leaflet-popup-scrolled {
overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)';
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
}

/* div icon */

.leaflet-div-icon {
border: 1px solid #666;
background: #fff;
}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
position: absolute;
padding: 6px;
border: 1px solid #fff;
border-radius: 3px;
background-color: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
pointer-events: none;
}

.leaflet-tooltip.leaflet-interactive {
cursor: pointer;
pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
content: '';
position: absolute;
border: 6px solid transparent;
background: transparent;
pointer-events: none;
}

/* Directions */

.leaflet-tooltip-bottom {
margin-top: 6px;
}

.leaflet-tooltip-top {
margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}

.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}

.leaflet-tooltip-left {
margin-left: -6px;
}

.leaflet-tooltip-right {
margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}

.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}

.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}

/* Printing */

@keyframes splide-loading {
0% {
	transform: rotate(0);
}

to {
	transform: rotate(1turn);
}
}

.splide__track--draggable {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	z-index: 0;
	margin: 0 !important;
	opacity: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	z-index: 1;
	opacity: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

.splide__container {
	position: relative;
	box-sizing: border-box;
}

.splide__list {
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	line-height: 1;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	visibility: hidden;
	position: relative;
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	position: relative;
	list-style-type: none !important;
	flex-shrink: 0;
	box-sizing: border-box;
	margin: 0;
	backface-visibility: hidden;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	animation: splide-loading 1s linear infinite;
	contain: strict;
}

.splide__sr {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	max-width: inherit;
	height: inherit;
	max-height: inherit;
}

.simplebar-mask {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	direction: inherit;
}

.simplebar-offset {
	resize: none !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: inherit !important;
	margin: 0;
	padding: 0;
	direction: inherit !important;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
	display: block;
	position: relative;
	overflow: auto;
	box-sizing: border-box !important;
	width: auto;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	direction: inherit;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.simplebar-content:after,
.simplebar-content:before {
	content: ' ';
	display: table;
}

.simplebar-placeholder {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	position: relative;
	z-index: -1;
	float: left;
	overflow: hidden;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
	box-sizing: inherit !important;
	width: 100%;
	max-width: 1px;
	height: 100%;
	max-height: 1px;
	margin: 0;
	padding: 0;
	pointer-events: none;
}

.simplebar-height-auto-observer {
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	overflow: hidden;
	box-sizing: inherit;
	width: 1000%;
	min-width: 1px;
	height: 1000%;
	min-height: 1px;
	opacity: 0;
	pointer-events: none;
}

.simplebar-track {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	overflow: hidden;
	pointer-events: none;
}

[data-simplebar].simplebar-dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-touch-callout: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-touch-callout: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	right: 0;
	left: 0;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	content: '';
	position: absolute;
	right: 2px;
	left: 2px;
	border-radius: 7px;
	background: #000;
	opacity: 0;
	transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: 0.5;
	transition-delay: 0s;
	transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px;
}

.simplebar-scrollbar:before {
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: auto;
	min-width: 10px;
	min-height: 0;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}

.simplebar-dummy-scrollbar-size {
	visibility: hidden;
	position: fixed;
	overflow-x: scroll;
	overflow-y: hidden;
	width: 500px;
	height: 500px;
	opacity: 0;
	direction: rtl;
	-ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
	width: 200%;
	height: 200%;
	margin: 10px 0;
}

.simplebar-hide-scrollbar {
	visibility: hidden;
	position: fixed;
	left: 0;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

/* =====================================================
 * Layout
 * ================================================== */

.l-footer {
	background-color: var(--color-black);
	color: var(--color-white);
}

.l-footer-inner {
	padding: 8.8rem 4.3rem 2.7rem;
}

.l-footer-logo {
	display: block;
	width: 100%;
	line-height: 1;
}

.l-footer ul {
	display: grid;
	margin-top: 8rem;
	gap: 3.6rem 4.8rem;
}

.l-footer ul li a {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	font-family: var(--font-en);
	font-size: 1.5rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.l-footer-copyright {
	margin-top: 8.8rem;
}

.l-footer-copyright small {
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
}

.l-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--color-white);
}

.l-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3rem 2.6rem;
}

.l-header-logo {
	position: relative;
	z-index: 100;
	width: 6.8rem;
	line-height: 1;
}

.l-header-logo a {
	display: block;
	position: relative;
}

.l-header-logo img {
	transition: opacity 0.3s ease;
}

.l-header-logo .logo-white {
	display: block;
	position: absolute;
	top: 0.3rem;
	left: 0;
	width: 6.8rem;
	height: 3.1rem;
	opacity: 0;
}

.l-header-logo .logo-default {
	opacity: 1;
}

.l-header.-on-dark .l-header-logo .logo-white {
	opacity: 1;
}

.l-header.-on-dark .l-header-logo .logo-default {
	opacity: 0;
}

.l-header button {
	display: block;
	position: relative;
	z-index: 100;
	width: 3.5rem;
	min-height: 0.7rem;
}

.l-header button::before,
.l-header button::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--color-black);
	transition: 0.3s ease;
}

.l-header button::before {
	top: 0;
}

.l-header button::after {
	top: 0.7rem;
}

.l-header button.-active::before {
	transform: translateY(0.35rem) rotate(11deg);
}

.l-header button.-active::after {
	transform: translateY(-0.35rem) rotate(-11deg);
}

.l-header nav.-active {
	visibility: visible;
	opacity: 1;
}

.l-header nav > div {
	margin-top: 0.5rem;
	padding: 4.2rem 2rem 2rem;
	background-color: var(--color-black);
	color: var(--color-white);
	text-align: center;
}

.l-header nav > div figure {
	width: 25.9rem;
	margin-inline: auto;
}

.l-header nav > div p {
	margin-top: 3.8rem;
}

.l-header nav > div p small {
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.l-main {
	position: relative;
}

/* =====================================================
 * Module
 * ================================================== */

.c-btn {
	display: flex;
	position: relative;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 7.1rem;
	border-width: 1px;
	border-style: solid;
	border-radius: 100vmax;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.08em;
	transition: ease 0.2s;
	gap: 0.8rem;
}

.c-btn::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100vmax;
	transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
	transform: scale(0, 0);
	transform-origin: center;
}

.c-btn.cl-green {
	border-color: #009437;
	color: #009437;
}

.c-btn.cl-green::before {
	background: #009437;
}

.c-btn.cl-red {
	border-color: #e73743;
	color: #e73743;
}

.c-btn.cl-red::before {
	background: #e73743;
}

.c-btn span {
	position: relative;
	z-index: 3;
	transition: color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}

.c-icon {
	display: inline-block;
	transition: background 0.3s ease;
}

.c-icon::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat 50% 50%/contain;
	transition: background 0.3s ease;
}

.c-icon.arrow-right {
	position: relative;
	overflow: hidden;
	width: 2.6rem;
	height: 2.6rem;
	border: 1px solid #ffb55d;
	border-radius: 50%;
	transition: ease 0.2s;
}

.c-icon.arrow-right::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100vmax;
	background: #ffb55d;
	transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
	transform: scale(0, 0);
	transform-origin: center;
}

.c-icon.arrow-right::after {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 55%;
	width: 0.7rem;
	height: 1.3rem;
	background: no-repeat 50% 50%/contain;
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'12\' fill=\'none\'%3E%3Cpath stroke=\'%23F08200\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'m1 11 5-5-5-5\'/%3E%3C/svg%3E');
	transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
	transform: translate(-50%, -50%);
}

.c-icon.arrow-btn {
	position: relative;
	z-index: 3;
	width: 1rem;
	height: 1rem;
}

.c-icon.arrow-btn.cl-green::before {
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' fill=\'none\'%3E%3Cpath stroke=\'%23009437\' stroke-width=\'2\' d=\'m.707 10.925 9.736-9.736M.433 1h9.821v10.082\'/%3E%3C/svg%3E');
}

.c-icon.arrow-btn.cl-red::before {
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' fill=\'none\'%3E%3Cpath stroke=\'%23E73743\' stroke-width=\'2\' d=\'m.707 10.925 9.736-9.736M.433 1h9.821v10.082\'/%3E%3C/svg%3E');
}

.p-about {
	position: relative;
	margin-top: 10rem;
	color: var(--color-gray);
}

.p-about-wrapper {
	position: relative;
	width: 100%;
	max-width: 144rem;
	margin-inline: auto;
}

.p-about-inner {
	padding-inline: 4.2rem;
}

.p-about-title {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.15em;
}

.p-about .text {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.7;
	letter-spacing: 0.03em;
}

.p-about-gray {
	position: relative;
	z-index: 1;
	overflow: visible;
	padding-bottom: 15.8rem;
	background: linear-gradient(to bottom, var(--color-white) 0%, var(--color-white) 2%, var(--color-gray-light3) 2%, var(--color-gray-light3) 100%);
}

.p-about-gray .p-about-title {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	padding-left: 2.9rem;
}

.p-about-gray .p-about-title::before,
.p-about-gray .p-about-title::after {
	content: '';
	display: block;
	position: absolute;
	width: 1.8rem;
	height: 4.5rem;
	background: url(../images/ico_quotation.svg) no-repeat center/contain;
}

.p-about-gray .p-about-title::before {
	top: -1.5rem;
	left: 0;
}

.p-about-gray .p-about-title::after {
	right: 0;
	bottom: -1.2rem;
	transform: rotate(180deg);
}

.p-about-gray .text {
	margin-top: 6.6rem;
}

.p-about-gray .shape-wrap {
	display: grid;
	position: absolute;
	z-index: -1;
	bottom: -25.5rem;
	left: 50%;
	overflow: visible;
	width: 17.2rem;
	transform: translateX(-50%);
	grid-template-columns: repeat(3, 1fr);
	gap: 7.1rem;
}

.p-about-gray .shape-wrap .shape-item {
	position: relative;
	z-index: 2;
}

.p-about-gray .shape-wrap .shape {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background-color: var(--color-gray2);
}

.p-about-gray .shape-wrap .shape.cl-black {
	background-color: var(--color-black);
}

.p-about-gray .shape-wrap .line {
	position: absolute;
	z-index: 1;
	bottom: 9.8rem;
	left: -3.4rem;
	overflow: visible;
	width: 12.3rem;
	height: 1.2rem;
	background-color: var(--color-orange);
	transform: rotate(-49deg);
	transform-origin: bottom right;
}

.p-about-white {
	position: relative;
	padding-top: 16.9rem;
	padding-bottom: 14.5rem;
}

.p-about-white .text {
	margin-top: 1.8rem;
}

.p-about-white .shape-wrap {
	display: grid;
	position: relative;
	z-index: 0;
	overflow: visible;
	width: 30.7rem;
	margin: 6rem auto 0;
	grid-template-columns: repeat(5, 1fr);
	gap: 6.4rem;
}

.p-about-white .shape-wrap .shape-item {
	position: relative;
	z-index: 2;
}

.p-about-white .shape-wrap .shape {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background-color: var(--color-gray2);
}

.p-about-white .shape-wrap .shape.cl-black {
	background-color: var(--color-black);
}

.p-about-white .shape-wrap .line {
	position: absolute;
	z-index: 1;
	overflow: visible;
	width: 11.5rem;
	height: 1.2rem;
	background-color: var(--color-orange);
	transform-origin: left center;
}

.p-about-white .shape-wrap .line.line1 {
	top: 17.7rem;
	left: 15.4rem;
	transform: rotate(-131deg);
}

.p-about-white .shape-wrap .line.line2 {
	top: 8.9rem;
	left: 15.3rem;
	transform: rotate(49deg);
}

.p-about-white .shape-wrap .line.line3 {
	top: 8.9rem;
	left: 15.4rem;
	transform: rotate(131deg);
}

.p-about-white .shape-wrap .line.line4 {
	top: 17.7rem;
	left: 15.3rem;
	transform: rotate(-49deg);
}

.p-about-white .shape-wrap .line.line5 {
	top: 25.9rem;
	left: 15.3rem;
	transform: rotate(-131deg);
}

.p-about-white .shape-wrap .line.line6 {
	top: 17.5rem;
	left: 15.3rem;
	transform: rotate(49deg);
}

.p-about-white .shape-wrap .line.line7 {
	top: 17.5rem;
	left: 15.3rem;
	transform: rotate(131deg);
}

.p-about-white .shape-wrap .line.line8 {
	top: 25.9rem;
	left: 15.3rem;
	transform: rotate(-49deg);
}

.p-about-orange {
	position: relative;
	overflow-x: clip;
	padding: 4rem 0 18.5rem;
	background-color: var(--color-orange);
	color: var(--color-white);
	text-align: center;
}

.p-about-orange::before {
	content: '';
	display: block;
	position: absolute;
	top: -5rem;
	left: 0;
	width: 100%;
	height: 5rem;
	background: url(../images/sp/fig_contact.svg) no-repeat center/cover;
}

.p-about-orange .p-about-inner {
	padding-inline: 3.8rem;
}

.p-about-orange .p-about-title {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	margin: 5.7rem auto 4.3rem;
	font-size: 2rem;
	transform: translateX(0.5rem);
}

.p-about-orange .p-about-title::before,
.p-about-orange .p-about-title::after {
	content: '';
	display: block;
	position: absolute;
	width: 1.8rem;
	height: 4.5rem;
	background: url(../images/ico_quotation_white.svg) no-repeat center/contain;
}

.p-about-orange .p-about-title::before {
	top: -1.5rem;
	left: -3rem;
}

.p-about-orange .p-about-title::after {
	right: -1rem;
	bottom: -1.2rem;
	transform: rotate(180deg);
}

.p-company {
	overflow-x: clip;
}

.p-company-title {
	margin-top: -2rem;
	text-align: center;
}

.p-company-title p {
	color: var(--color-orange);
	font-family: var(--font-en);
	font-size: 6.2rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

.p-company-title h2 {
	margin-top: -1.5rem;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.p-company .images {
	position: relative;
	min-height: 41rem;
	margin: 5.2rem 0 6.4rem;
}

.p-company .images .dot {
	position: absolute;
	top: 2.9rem;
	left: 5.1rem;
	width: 9.7rem;
}

.p-company .images .img1 {
	position: absolute;
	top: 0;
	right: 3.4rem;
	width: 14.2rem;
}

.p-company .images .img2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28.9rem;
}

.p-company-subtitle {
	margin-bottom: 6.6rem;
}

.p-company-subtitle p {
	color: var(--color-orange);
	font-family: var(--font-en);
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.p-company-subtitle h3 {
	color: var(--color-gray);
	font-size: 2.9rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.14em;
}

.p-company .text {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.8;
	letter-spacing: 0.05em;
}

.p-company-table {
	margin-top: 9.1rem;
	padding: 7.1rem 3.4rem 9.8rem;
	background-color: var(--color-gray-light2);
}

.p-company-table h3 {
	margin-bottom: 4rem;
	color: var(--color-gray);
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.12em;
}

.p-company-table dl > div {
	margin-bottom: 3rem;
	padding: 0 1rem 3rem;
	border-bottom: 1px solid #f9c08a;
}

.p-company-table dl > div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.p-company-table dl dt,
.p-company-table dl dd {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.p-company-table dl dt {
	font-weight: 700;
}

.p-company-table dl dd {
	font-weight: 500;
}

.p-company-table dl dd a {
	display: block;
	width: 100%;
	margin-top: 2rem;
	box-shadow: 2px 6px 8px rgba(98, 98, 98, 0.25);
}

.p-mission {
	position: relative;
	z-index: 2;
}

.p-vision {
	position: relative;
	z-index: 1;
	padding-top: 27.6rem;
}

.p-contact {
	position: relative;
	overflow-x: clip;
	margin-top: 12rem;
	padding: 8rem 0 7.5rem;
	background-color: var(--color-orange);
}

.p-contact::before {
	content: '';
	display: block;
	position: absolute;
	top: -5rem;
	left: 0;
	width: 100%;
	height: 5rem;
	background: url(../images/sp/fig_contact.svg) no-repeat center/cover;
}

.p-contact h2 {
	margin-bottom: 4rem;
	font-family: var(--font-en);
	font-size: 5.5rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.p-contact .lead {
	font-weight: 700;
	line-height: 2.3rem;
	letter-spacing: 0.03em;
	padding-inline: 0.9rem;
}

.p-contact-form {
	padding-top: 3rem;
}

.p-contact-form .error-message {
	visibility: hidden;
	margin-bottom: 2.5rem;
	padding: 1.5rem 0;
	border: 2px solid #de0d0d;
	background-color: #ffeee4;
	opacity: 0;
	color: #de0d0d;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
}

.p-contact-form form > p {
	margin-bottom: 2.5rem;
}

.p-contact-form .label {
	display: block;
	margin-bottom: 1rem;
}

.p-contact-form .label .title {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.p-contact-form .label .required {
	display: inline-block;
	margin-left: 1.1rem;
	padding: 0 0.5rem;
	background-color: var(--color-black);
	color: var(--color-white);
	font-size: 1.3rem;
	font-weight: 900;
}

.p-contact-form .col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.4rem;
}

.p-contact-form input[type=text],
.p-contact-form input[type=email],
.p-contact-form input[type=tel],
.p-contact-form textarea {
	width: 100%;
	padding: 1.2rem;
	border: none;
	border-radius: 0;
}

.p-contact-form textarea {
	height: 17.3rem;
}

.p-contact-form .wpcf7-checkbox {
	display: grid;
	margin-top: 1.6rem;
	gap: 1.5rem;
}

.p-contact-form .wpcf7-checkbox > span {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.p-contact-form .wpcf7-checkbox input[type=checkbox] {
	display: none;
}

.p-contact-form .wpcf7-checkbox input[type=checkbox]:checked + span::before {
	background-image: url('data:image/svg+xml,%0A%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'11\' height=\'11\' fill=\'none\'%3E%3Ccircle cx=\'5.5\' cy=\'5.5\' r=\'5.5\' fill=\'%23000\'/%3E%3C/svg%3E');
}

.p-contact-form .wpcf7-checkbox input[type=checkbox] + span {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
	gap: 0.8rem;
}

.p-contact-form .wpcf7-checkbox input[type=checkbox] + span::before {
	content: '';
	display: block;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	border: none;
	border-radius: 50%;
	background: #fff no-repeat 50% 50%;
	background-size: 1.1rem 1.1rem;
	transition: background 0.3s ease;
}

.p-contact-form .wpcf7-textarea {
	margin-top: 2rem;
}

.p-contact-form .privacy-box {
	margin: 8.4rem 0 3rem;
}

.p-contact-form .privacy-box .title {
	display: block;
	margin-bottom: 2.3rem;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.12em;
}

.p-contact-form .privacy-box .wrap {
	overflow-y: auto;
	height: 13.8rem;
	padding: 1.2rem 0.7rem;
	background-color: var(--color-white);
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 2;
}

.p-contact-form .privacy-box .privacy-title {
	font-family: var(--font-en);
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.p-contact-form .privacy-box .row {
	margin-top: 4rem;
}

.p-contact-form .privacy-box .row span {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
}

.p-contact-form .privacy-box .row ol {
	margin-left: 1em;
}

.p-contact-form .privacy-box .row ol li {
	list-style: decimal;
}

.p-contact-form .wpcf7-acceptance {
	display: block;
	margin-top: 3rem;
}

.p-contact-form .wpcf7-acceptance > span {
	margin: 0;
}

.p-contact-form .wpcf7-acceptance span {
	display: block;
}

.p-contact-form .wpcf7-acceptance input[type=checkbox] {
	display: none;
}

.p-contact-form .wpcf7-acceptance input[type=checkbox]:checked + span::before {
	background-color: #e5e5e5;
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'11\' height=\'11\' fill=\'none\'%3E%3Cpath stroke=\'%23000\' stroke-linecap=\'round\' stroke-width=\'2\' d=\'M1 6.255 4.938 9 10 1\'/%3E%3C/svg%3E');
}

.p-contact-form .wpcf7-acceptance input[type=checkbox] + span {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	gap: 0.7rem;
}

.p-contact-form .wpcf7-acceptance input[type=checkbox] + span::before {
	content: '';
	display: block;
	width: 1.7rem;
	min-width: 1.7rem;
	height: 1.7rem;
	border: 1px solid #000;
	background: #fff no-repeat 50% 50%;
	background-size: 1rem 0.9rem;
	transition: background 0.3s ease;
}

.p-contact-form .wpcf7-acceptance input[type=checkbox] + span::after {
	display: none;
}

.p-contact-form .submit {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-top: 4.7rem;
}

.p-contact-form .submit .submit {
	margin-top: 0;
}

.p-contact-form .submit::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	background-color: #4a4a4a;
	transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
	transform: scale(0, 0);
	transform-origin: center;
	pointer-events: none;
}

.p-contact-form .submit::after {
	content: '確認する';
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	color: var(--color-white);
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.p-contact-form input[type=submit] {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 8rem;
	border: none;
	border-radius: 0.5rem;
	background-color: var(--color-black);
	color: var(--color-white);
	font-size: 0;
}

.p-contact-form .wpcf7-spinner {
	display: none;
}

.p-contact-form .wpcf7-not-valid-tip {
	display: none;
}

.p-contact-form .wpcf7-response-output {
	display: none;
}

.p-contact-form.confirm .submit {
	width: 100%;
}

.p-contact-form.confirm .submit::before,
.p-contact-form.confirm .submit::after {
	display: none;
}

.p-contact-form .contact-confirm-buttons {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2rem 10rem;
}

.p-contact-form .contact-confirm-buttons .btn-wrap {
	position: relative;
	overflow: hidden;
}

.p-contact-form .contact-confirm-buttons .btn-wrap::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	background-color: #4a4a4a;
	transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
	transform: scale(0, 0);
	transform-origin: center;
	pointer-events: none;
}

.p-contact-form .contact-confirm-buttons .btn-wrap::after {
	content: '送信する';
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	color: var(--color-white);
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.p-contact-form .contact-confirm-buttons .btn-wrap:first-child::before {
	background-color: #ca3434;
}

.p-contact-form .contact-confirm-buttons .btn-wrap:first-child::after {
	content: '修正する';
}

.p-contact-form .contact-confirm-buttons button {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 8rem;
	border: none;
	border-radius: 0.5rem;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	transition: opacity 0.3s ease;
}

.p-contact-form .contact-confirm-buttons .contact-btn-edit {
	background-color: #c30808;
	color: var(--color-white);
}

.p-contact-form .contact-confirm-buttons .contact-btn-submit {
	background-color: var(--color-black);
	color: var(--color-white);
}

.p-contact-form .contact-complete-section {
	margin-top: 3.3rem;
}

.p-contact-form .contact-complete-message p {
	color: var(--color-white);
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.03em;
}

.p-contact-form .contact-complete-message p:first-child {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	font-weight: 700;
}

.p-kv {
	position: relative;
	overflow-x: clip;
	width: 100%;
	height: 100vh;
}

.p-kv-dot {
	position: absolute;
	top: 1.2rem;
	left: -33.2rem;
	width: 107.3rem;
	max-width: none;
}

.p-kv-title {
	position: absolute;
	top: 12.5rem;
	right: 4.1rem;
	width: 7.1rem;
}

.p-kv-title svg {
	width: 100%;
	height: auto;
}

.p-kv-title svg path {
	opacity: 0;
	transform: translateY(5%) translateZ(0);
}

.p-kv-title svg path:first-child,
.p-kv-title svg path:nth-child(8) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-kv-title svg path:nth-child(2),
.p-kv-title svg path:nth-child(9) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.p-kv-title svg path:nth-child(3),
.p-kv-title svg path:nth-child(10) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.p-kv-title svg path:nth-child(4),
.p-kv-title svg path:nth-child(11) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.p-kv-title svg path:nth-child(5),
.p-kv-title svg path:nth-child(12) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}

.p-kv-title svg path:nth-child(6),
.p-kv-title svg path:nth-child(13) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.p-kv-title svg path:nth-child(7),
.p-kv-title svg path:nth-child(14) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.p-kv-title.is-animated svg path {
	opacity: 1;
	transform: translateY(0) translateZ(0);
}

.p-kv-logo {
	position: absolute;
	bottom: 8rem;
	left: 50%;
	width: 30.7rem;
	transform: translateX(-50%);
}

.p-loading {
	position: absolute;
	top: 0;
	left: 0;
	overflow-x: clip;
	width: 100%;
	height: 100vh;
}

.p-loading-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 74.4vw;
	height: 78.1718963165vh;
	background-color: #f1f1f1;
	transition: transform 1.5s ease, background-color 1.5s ease;
	transform-origin: top left;
}

.p-loading-overlay.-orange {
	background-color: var(--color-orange);
	transform: scale(2);
}

.p-message {
	position: relative;
	padding-top: 6rem;
}

.p-message h2 {
	position: relative;
	z-index: 4;
	color: var(--color-gray);
	font-family: var(--font-en);
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.4;
	text-align: center;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

.p-message picture {
	position: relative;
	z-index: 2;
	margin-top: -3.3rem;
}

.p-message-box {
	position: relative;
	z-index: 3;
	margin-top: -8rem;
	padding: 4.5rem 3.8rem;
	border-radius: 1rem;
	background-color: var(--color-white);
}

.p-message-box .position {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.p-message-box .name {
	display: flex;
	align-items: center;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	gap: 1.8rem;
}

.p-message-box .name .en {
	display: inline-block;
	font-family: var(--font-en);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-transform: capitalize;
	transform: translateY(0.4rem);
}

.p-message-box .carrier {
	margin-top: 3.4rem;
}

.p-message-box .carrier .title {
	color: var(--color-orange);
	font-family: var(--font-en);
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: capitalize;
}

.p-message-box .carrier p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.5;
	letter-spacing: 0.04em;
}

.p-message-orange {
	min-height: 100vh;
	padding: 7.8rem 3.4rem;
	background-color: var(--color-orange);
	color: var(--color-white);
}

.p-message-orange h3 {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

.p-message-orange .text {
	margin-top: 16rem;
}

.p-message-orange .text p {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.5;
	letter-spacing: 0.06em;
}

.p-message-orange .text p + p {
	margin-top: 4rem;
}

.p-service {
	position: relative;
	padding: 17.4rem 0 3.3rem;
	background-color: var(--color-gray-light2);
}

.p-service-en {
	position: absolute;
	top: -2rem;
	left: 6.1rem;
	color: var(--color-orange);
	font-family: var(--font-en);
	font-size: 6.2rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

.p-service-col {
	display: grid;
	grid-template-columns: 4.3rem 1fr;
}

.p-service-title {
	display: flex;
	position: relative;
	justify-content: center;
}

.p-service-title-position {
	position: absolute;
	top: 50vh;
	height: calc(100% - 50vh);
}

.p-service-title-sticky {
	position: sticky;
	top: 50vh;
	left: 0;
	transform: translate(-0.3rem, -50%);
}

.p-service-title-sticky h2 {
	color: var(--color-gray);
	font-family: var(--font-en);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.p-service-title-sticky p {
	color: var(--color-gray);
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1.7;
	letter-spacing: 0.17em;
}

.p-service-title-sticky p.cl-green,
.p-service-title-sticky p.cl-red {
	position: relative;
	padding-left: 2rem;
	color: #b9b9b9;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.12em;
	transition: opacity 0.3s ease-in-out;
}

.p-service-title-sticky p.cl-green::before,
.p-service-title-sticky p.cl-red::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.3rem;
	height: 1.3rem;
	border: 1px solid #b9b9b9;
	border-radius: 50%;
	transform: translateY(-50%);
}

.p-service-title-sticky p.cl-green::after,
.p-service-title-sticky p.cl-red::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0.3rem;
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	background-color: #b9b9b9;
	opacity: 0;
	transform: translateY(-50%);
}

.p-service-title-sticky p.cl-green {
	margin-top: 4.2rem;
}

.p-service-title-sticky p.cl-green.is-active {
	color: #009437;
}

.p-service-title-sticky p.cl-green.is-active::before {
	border-color: #009437;
}

.p-service-title-sticky p.cl-green.is-active::after {
	background-color: #009437;
	opacity: 1;
}

.p-service-title-sticky p.cl-red {
	margin-top: 2rem;
}

.p-service-title-sticky p.cl-red.is-active {
	color: #e73743;
}

.p-service-title-sticky p.cl-red.is-active::before {
	border-color: #e73743;
}

.p-service-title-sticky p.cl-red.is-active::after {
	background-color: #e73743;
	opacity: 1;
}

.p-service-box {
	padding: 6.1rem 3.3rem;
	background-color: var(--color-white);
}

.p-service-box + .p-service-box {
	margin-top: 1rem;
}

.p-service-box .row + .row {
	margin-top: 11.5rem;
}

.p-service-box .copy {
	margin-bottom: 6rem;
	color: var(--color-gray);
	font-size: 2.3rem;
	font-weight: 900;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.p-service-box .copy.head {
	margin-bottom: 3rem;
	font-size: 3rem;
	letter-spacing: 0.08em;
}

.p-service-box .image {
	margin-bottom: 3rem;
}

.p-service-box .text {
	font-size: 1.4rem;
	line-height: 2.3;
	letter-spacing: -0.01em;
}

.p-service-box .text + .text {
	margin-top: 4rem;
}

.p-service-box .menu {
	display: grid;
	margin-top: 6.1rem;
	gap: 2.7rem;
}

.p-service-box .menu p {
	padding: 0.9rem;
	border-radius: 0.5rem;
	background-color: var(--color-gray);
	color: var(--color-white);
	font-family: var(--font-en);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.08em;
}

.p-service-box .menu ul li {
	counter-increment: mycounter;
}

.p-service-box .menu ul li:first-child a {
	border-top: 1px solid var(--color-orange);
}

.p-service-box .menu ul li a {
	display: flex;
	position: relative;
	align-items: center;
	padding: 2.8rem 1rem;
	border-bottom: 1px solid var(--color-orange);
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.04em;
	gap: 1.4rem;
}

.p-service-box .menu ul li a::before {
	content: counter(mycounter, decimal-leading-zero);
	color: var(--color-orange);
	font-family: var(--font-en);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	transform: translateY(0.1rem);
}

.p-service-box .menu ul li a .c-icon {
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
}

.p-service-box h3 {
	margin-bottom: 1.7rem;
	padding: 0.3rem 0 0.3rem 0.8rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
}

.p-service-box h3.cl-green {
	border-left: 1px solid #009437;
	color: #009437;
}

.p-service-box h3.cl-red {
	border-left: 1px solid #e73743;
	color: #e73743;
}

.p-service-box h3.cl-blue {
	border-left: 1px solid #00afec;
	color: #00afec;
}

.p-service-box h3.cl-orange {
	border-left: 1px solid #de5c00;
	color: #de5c00;
}

.p-service-box h3 span {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
}

.p-service-box h3 span.small {
	padding-bottom: 0.8rem;
	color: var(--color-black);
	font-size: 1.4rem;
}

.p-service-box .thmbnail {
	margin-bottom: 2rem;
}

.p-service-box .c-btn {
	margin-top: 4.1rem;
}

.js-fade {
	opacity: 0;
	transition: opacity 1s ease;
}

.js-fade.-fadein {
	opacity: 1;
}

.js-fade.-fadein-later {
	opacity: 1;
	transition-delay: 1s;
}

.js-fade-in {
	opacity: 0;
	transition: 1s;
	transform: translateY(10px);
}

.js-fade-in.is-active {
	opacity: 1;
	transform: translateY(0);
}

.js-text-effect span {
	display: inline-block;
	opacity: 0;
	transform: translateY(5%) translateZ(0);
}

.js-text-effect span:first-of-type {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-text-effect span:nth-of-type(2) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
}

.js-text-effect span:nth-of-type(3) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.js-text-effect span:nth-of-type(4) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.js-text-effect span:nth-of-type(5) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.js-text-effect span:nth-of-type(6) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}

.js-text-effect span:nth-of-type(7) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.js-text-effect span:nth-of-type(8) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
}

.js-text-effect span:nth-of-type(9) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}

.js-text-effect span:nth-of-type(10) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
}

.js-text-effect span:nth-of-type(11) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.js-text-effect span:nth-of-type(12) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
}

.js-text-effect span:nth-of-type(13) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.js-text-effect span:nth-of-type(14) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s;
}

.js-text-effect span:nth-of-type(15) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
}

.js-text-effect span:nth-of-type(16) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
}

.js-text-effect span:nth-of-type(17) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}

.js-text-effect span:nth-of-type(18) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s;
}

.js-text-effect span:nth-of-type(19) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}

.js-text-effect span:nth-of-type(20) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s;
}

.js-text-effect span:nth-of-type(21) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

.js-text-effect span:nth-of-type(22) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
}

.js-text-effect-long span {
	display: inline-block;
	opacity: 0;
	transform: translateY(5%) translateZ(0);
}

.js-text-effect-long span:first-of-type {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-text-effect-long span:nth-of-type(2) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.04s;
}

.js-text-effect-long span:nth-of-type(3) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
}

.js-text-effect-long span:nth-of-type(4) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.12s;
}

.js-text-effect-long span:nth-of-type(5) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.16s;
}

.js-text-effect-long span:nth-of-type(6) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.js-text-effect-long span:nth-of-type(7) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s;
}

.js-text-effect-long span:nth-of-type(8) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.28s;
}

.js-text-effect-long span:nth-of-type(9) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s;
}

.js-text-effect-long span:nth-of-type(10) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.36s;
}

.js-text-effect-long span:nth-of-type(11) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}

.js-text-effect-long span:nth-of-type(12) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s;
}

.js-text-effect-long span:nth-of-type(13) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.48s;
}

.js-text-effect-long span:nth-of-type(14) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.52s;
}

.js-text-effect-long span:nth-of-type(15) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s;
}

.js-text-effect-long span:nth-of-type(16) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.js-text-effect-long span:nth-of-type(17) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.64s;
}

.js-text-effect-long span:nth-of-type(18) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.68s;
}

.js-text-effect-long span:nth-of-type(19) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.72s;
}

.js-text-effect-long span:nth-of-type(20) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.76s;
}

.js-text-effect-long span:nth-of-type(21) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}

.js-text-effect-long span:nth-of-type(22) {
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s, opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.84s;
}

.js-text-effect-long.is-animated span {
	opacity: 1;
	transform: translateY(0) translateZ(0);
}

.js-text-effect.is-animated span {
	opacity: 1;
	transform: translateY(0) translateZ(0);
}

.js-image-effect {
	opacity: 0;
	transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(0.5) scaleY(0.5);
}

.js-image-effect.is-active {
	opacity: 1;
	transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.u-color-white {
	color: var(--color-white);
}

.u-color-black {
	color: var(--color-black);
}

.u-color-gray {
	color: var(--color-gray);
}

.u-color-red {
	color: var(--color-red);
}

.u-color-blue {
	color: var(--color-blue);
}

.u-color-green {
	color: var(--color-green);
}

.u-color-yellow {
	color: var(--color-yellow);
}

.u-color-orange {
	color: var(--color-orange);
}

.u-color-purple {
	color: var(--color-purple);
}

.u-color-pink {
	color: var(--color-pink);
}

.u-color-orenge {
	color: var(--color-orange);
}

.u-show-br-sp {
	display: none;
}

.u-show-br-pc {
	display: none;
}

.u-hide {
	display: none !important;
}

/* font-family
---------------------------------------- */

/* text-align
---------------------------------------- */

.u-al-left {
	text-align: left !important;
}

.u-al-left.sp-center {
	text-align: center !important;
}

.u-al-center {
	text-align: center !important;
}

.u-al-center.sp-left {
	text-align: left !important;
}

.u-al-right {
	text-align: right !important;
}

.u-al-right.sp-left {
	text-align: left !important;
}

/* letter spacing
---------------------------------------- */

/* writing-mode
---------------------------------------- */

.u-wm-rl {
	writing-mode: vertical-rl !important;
}

/* font-weight
---------------------------------------- */

.u-fw-regular {
	font-weight: 400 !important;
}

.u-fw-medium {
	font-weight: 500 !important;
}

.u-fw-semib {
	font-weight: 600 !important;
}

.u-fw-bold {
	font-weight: 700 !important;
}

/* text margin
---------------------------------------- */

.u-no-margin {
	margin: 0;
}

.u-link {
	color: var(--color-blue);
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	body {
		font-size: 1.6rem;
	}

	#interview,
  [id] {
		scroll-margin-top: 20rem;
	}

	.l-footer-inner {
		max-width: 133.4rem;
		padding: 10.9rem 3rem 2.6rem;
		margin-inline: auto;
	}

	.l-footer-content {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.l-footer-logo {
		width: 34.4rem;
	}

	.l-footer ul {
		display: flex;
		align-items: center;
		margin-top: 0;
	}

	.l-footer-copyright {
		margin-top: 7.2rem;
	}

	.l-footer-copyright small {
		text-align: center;
	}

	.l-header-inner {
		padding: 4rem 6.5rem 4rem 8rem;
	}

	.l-header-logo {
		width: 11rem;
	}

	.l-header-logo .logo-white {
		top: 0;
		width: 11rem;
		height: 5rem;
	}

	.l-header.-on-dark nav ul li:not(:last-child) a {
		color: var(--color-white);
	}

	.l-header button {
		display: none;
	}

	.l-header nav ul {
		display: flex;
		align-items: center;
		gap: 5rem;
	}

	.l-header nav ul li:not(:last-child) a span {
		display: block;
		text-align: center;
	}

	.l-header nav ul li:not(:last-child) a span.en {
		font-family: var(--font-en);
		font-size: 1.8rem;
		line-height: 1;
		letter-spacing: 0.07em;
		text-transform: uppercase;
		transition: 0.2s ease;
		transform: translateY(1rem);
	}

	.l-header nav ul li:not(:last-child) a span.jp {
		opacity: 0;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.15em;
		transition: opacity 0.2s ease;
	}

	.l-header nav ul li:last-child a {
		display: flex;
		position: relative;
		overflow: hidden;
		justify-content: center;
		align-items: center;
		width: 17rem;
		height: 4.6rem;
		border-radius: 100vmax;
		background-color: var(--color-black);
		color: var(--color-white);
		transition: ease 0.2s;
	}

	.l-header nav ul li:last-child a::before {
		content: '';
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 100vmax;
		background: #4a4a4a;
		transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
		transform: scale(0, 0);
		transform-origin: center;
	}

	.l-header nav ul li:last-child a span {
		position: relative;
		z-index: 3;
	}

	.l-header nav ul li:last-child a span.en {
		display: block;
		font-family: var(--font-en);
		font-size: 1.4rem;
		line-height: 1;
		letter-spacing: 0.07em;
		text-transform: uppercase;
		transform: translateY(0.2rem);
	}

	.l-header nav ul li:last-child a span.jp {
		display: none;
	}

	.l-header nav > div {
		display: none;
	}

	.c-btn {
		width: 25.3rem;
		height: 4.7rem;
	}

	.c-btn .c-icon {
		transform: translateY(0.1rem);
	}

	.p-about {
		margin-top: 20rem;
	}

	.p-about-inner {
		padding-inline: 17rem;
	}

	.p-about-title {
		font-size: 3.5rem;
		line-height: 2.3;
	}

	.p-about .text {
		font-size: 2rem;
		line-height: 2.5;
	}

	.p-about-gray {
		padding-bottom: 26.3rem;
		background: linear-gradient(to bottom, var(--color-white) 0%, var(--color-white) 6%, var(--color-gray-light3) 6%, var(--color-gray-light3) 100%);
	}

	.p-about-gray .p-about-title {
		padding-left: 0;
	}

	.p-about-gray .p-about-title::before,
  .p-about-gray .p-about-title::after {
		width: 2.6rem;
		height: 6.7rem;
	}

	.p-about-gray .p-about-title::before {
		top: 0;
		left: -3.6rem;
	}

	.p-about-gray .text {
		margin-top: 8.9rem;
	}

	.p-about-gray .shape-wrap {
		right: 30.5rem;
		bottom: -37rem;
		left: auto;
		width: 28.5rem;
		transform: translateX(0);
		gap: 11.8rem;
	}

	.p-about-gray .shape-wrap .shape {
		width: 1.6rem;
		height: 1.6rem;
	}

	.p-about-gray .shape-wrap .line {
		bottom: 15rem;
		left: -5rem;
		width: 19.9rem;
		height: 1.9rem;
		transform: rotate(-47deg);
	}

	.p-about-white {
		padding-top: 24.3rem;
		padding-bottom: 28.4rem;
	}

	.p-about-white .p-about-inner {
		display: flex;
		flex-direction: column;
		align-items: end;
	}

	.p-about-white .shape-wrap {
		position: absolute;
		top: 24.1rem;
		left: 17rem;
		width: 51rem;
		margin: 0;
		gap: 10.7rem;
	}

	.p-about-white .shape-wrap .shape {
		width: 1.6rem;
		height: 1.6rem;
	}

	.p-about-white .shape-wrap .line {
		width: 18.2rem;
		height: 1.9rem;
	}

	.p-about-white .shape-wrap .line.line1 {
		top: 26.5rem;
		left: 25.6rem;
		transform: rotate(-133deg);
	}

	.p-about-white .shape-wrap .line.line2 {
		top: 13rem;
		left: 25.3rem;
		transform: rotate(47deg);
	}

	.p-about-white .shape-wrap .line.line3 {
		top: 13rem;
		left: 25.6rem;
		transform: rotate(133deg);
	}

	.p-about-white .shape-wrap .line.line4 {
		top: 26.5rem;
		left: 25.5rem;
		transform: rotate(-47deg);
	}

	.p-about-white .shape-wrap .line.line5 {
		top: 39.6rem;
		left: 25.4rem;
		transform: rotate(-133deg);
	}

	.p-about-white .shape-wrap .line.line6 {
		top: 26.3rem;
		left: 25.4rem;
		transform: rotate(47deg);
	}

	.p-about-white .shape-wrap .line.line7 {
		top: 26.3rem;
		left: 25.4rem;
		transform: rotate(133deg);
	}

	.p-about-white .shape-wrap .line.line8 {
		top: 39.6rem;
		left: 25.4rem;
		transform: rotate(-47deg);
	}

	.p-about-orange {
		margin-top: 41.3rem;
		padding: 4rem 0 35.3rem;
	}

	.p-about-orange::before {
		top: -24.5rem;
		height: 24.6rem;
		background: url(../images/fig_contact.svg) no-repeat center/cover;
	}

	.p-about-orange .p-about-title {
		margin: 10.5rem auto 5.5rem;
		font-size: 4.5rem;
		transform: translateX(1rem);
	}

	.p-about-orange .p-about-title::before,
  .p-about-orange .p-about-title::after {
		width: 2.6rem;
		height: 6.7rem;
	}

	.p-about-orange .p-about-title::before {
		left: -7rem;
	}

	.p-about-orange .p-about-title::after {
		right: -2rem;
	}

	.p-company-title {
		margin-top: -4.5rem;
		text-align: left;
	}

	.p-company-title-inner {
		max-width: 133.6rem;
		margin-inline: auto;
		padding-inline: 3rem;
	}

	.p-company-title p {
		font-size: 16rem;
	}

	.p-company-title h2 {
		margin-top: -5rem;
		padding-left: 2.1rem;
		font-size: 1.7rem;
	}

	.p-company-wrap {
		max-width: 144rem;
		margin-inline: auto;
	}

	.p-company .images {
		min-width: 59rem;
		min-height: 72.2rem;
		margin: 0;
	}

	.p-company .images .dot {
		top: 5.2rem;
		left: 8rem;
		width: 17rem;
	}

	.p-company .images .img1 {
		right: 0;
		width: 24.9rem;
	}

	.p-company .images .img2 {
		width: 51rem;
	}

	.p-company-subtitle h3 {
		font-size: 4.5rem;
	}

	.p-company .text {
		font-size: 1.5rem;
	}

	.p-company-table {
		max-width: 128rem;
		margin: 19rem auto 0;
		padding: 8.4rem 16.8rem 10.8rem;
		border-radius: 2rem;
	}

	.p-company-table h3 {
		margin-bottom: 6rem;
		font-size: 3.5rem;
		text-align: left;
	}

	.p-company-table dl > div {
		display: grid;
		align-items: center;
		grid-template-columns: 17.5rem 1fr;
	}

	.p-company-table dl > div:last-child {
		align-items: start;
	}

	.p-company-table dl dd a {
		max-width: 30.3rem;
	}

	.p-mission {
		display: flex;
		align-items: flex-start;
		margin-top: 15rem;
		gap: 16.5rem;
	}

	.p-mission .p-company-inner {
		margin-top: 4rem;
	}

	.p-vision {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		padding-top: 15.8rem;
	}

	.p-vision .p-company-inner {
		z-index: 2;
		margin: 2.1rem -6.5rem 0 0;
	}

	.p-vision .p-company-subtitle {
		margin-bottom: 8.3rem;
	}

	.p-vision picture {
		order: 2;
		width: 91.5rem;
		margin-right: -3.4rem;
	}

	.p-contact {
		margin-top: 41.3rem;
		padding: 12rem 0 11.8rem;
	}

	.p-contact::before {
		top: -24.5rem;
		height: 24.6rem;
		background: url(../images/fig_contact.svg) no-repeat center/cover;
	}

	.p-contact h2 {
		font-size: 14rem;
	}

	.p-contact .lead {
		max-width: 60rem;
		line-height: 2.8;
		letter-spacing: 0.05em;
		margin-inline: auto;
		padding-inline: 0;
	}

	.p-contact-form {
		max-width: 76rem;
		padding-top: 6.6rem;
		margin-inline: auto;
	}

	.p-contact-form .error-message {
		margin-bottom: 3.8rem;
		padding: 1.5rem;
		font-size: 2rem;
	}

	.p-contact-form form > p {
		display: grid;
		align-items: center;
		margin-bottom: 1.4rem;
		grid-template-columns: 34.3rem 1fr;
	}

	.p-contact-form form > p:nth-of-type(8),
  .p-contact-form form > p:nth-of-type(9) {
		align-items: start;
	}

	.p-contact-form form > p:nth-of-type(8) .label,
  .p-contact-form form > p:nth-of-type(9) .label {
		transform: translateY(1.8rem);
	}

	.p-contact-form form > p:last-of-type {
		display: block;
	}

	.p-contact-form textarea {
		height: 15.1rem;
	}

	.p-contact-form .privacy-box {
		margin: 13.8rem 0 4.7rem;
	}

	.p-contact-form .privacy-box .wrap {
		height: 23.9rem;
		padding: 1.8rem 2.4rem;
	}

	.p-contact-form .wpcf7-acceptance input[type=checkbox] + span {
		font-size: 1.5rem;
	}

	.p-contact-form .submit {
		width: 32.9rem;
		margin: 5.3rem auto 0;
	}

	.p-contact-form input[type=submit] {
		width: 32.9rem;
		margin-inline: auto;
	}

	.p-contact-form .contact-confirm-buttons {
		flex-direction: row;
	}

	.p-contact-form .contact-confirm-buttons button {
		width: 32.9rem;
		margin-inline: auto;
	}

	.p-contact-form .contact-complete-section {
		width: 100vw;
		margin-inline: calc(50% - 50vw);
	}

	.p-contact-form .contact-complete-message p:first-child {
		margin-bottom: 2.6rem;
		font-size: 2rem;
	}

	.p-kv-dot {
		top: 2.4rem;
		left: 1.9rem;
		width: 132.2rem;
	}

	.p-kv-title {
		top: 19rem;
		right: 11rem;
		width: 11rem;
	}

	.p-kv-logo {
		bottom: 3.3rem;
		left: 10.4rem;
		width: 60.3rem;
		transform: translateX(0);
	}

	.p-loading-overlay {
		width: 53.6111111111vw;
		height: 77.6388888889vh;
	}

	.p-message {
		overflow-x: clip;
		padding-top: 8rem;
	}

	.p-message h2 {
		font-size: 6rem;
	}

	.p-message picture {
		overflow: hidden;
		width: 100vw;
		max-width: none;
		max-height: 74.9rem;
		margin-top: -7.2rem;
		margin-inline: calc(50% - 50vw);
	}

	.p-message picture img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.p-message-inner {
		position: relative;
		max-width: 115.6rem;
		margin-inline: auto;
		padding-inline: 3rem;
	}

	.p-message-box {
		position: absolute;
		bottom: -5.2rem;
		left: 0;
		max-width: 50.8rem;
		margin-top: 0;
		padding: 6rem 5.6rem;
	}

	.p-message-box .position {
		font-size: 2.1rem;
	}

	.p-message-box .name {
		font-size: 3.6rem;
	}

	.p-message-box .name .en {
		font-size: 1.6rem;
	}

	.p-message-box .carrier .title {
		font-size: 2rem;
	}

	.p-message-orange {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.p-message-orange-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 106.8rem;
		gap: 16rem;
		margin-inline: auto;
		padding-inline: 3rem;
	}

	.p-message-orange h3 {
		flex-shrink: 0;
		font-size: 4.5rem;
		line-height: 1.9;
	}

	.p-message-orange .text {
		overflow-y: hidden;
		max-height: 46rem;
		margin-top: 0;
	}

	.p-message-orange .text p {
		line-height: 2.7;
	}

	.p-service {
		padding: 28.7rem 0 9.4rem;
	}

	.p-service-en {
		top: -5rem;
		left: 9.2rem;
		font-size: 16rem;
		letter-spacing: 0.08em;
	}

	.p-service-col {
		grid-template-columns: 1fr 93rem;
		gap: 2.7rem;
	}

	.p-service-title {
		background: url(../images/ico_dot.svg) repeat top left/39px 39px;
	}

	.p-service-title-sticky h2 {
		font-size: 3.6rem;
		text-align: center;
	}

	.p-service-title-sticky h2 span {
		display: block;
	}

	.p-service-title-sticky .sticky2,
  .p-service-title-sticky .sticky3,
  .p-service-title-sticky .sticky4 {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		opacity: 0;
		pointer-events: none;
	}

	.p-service-title-sticky .sticky2.is-visible,
  .p-service-title-sticky .sticky3.is-visible,
  .p-service-title-sticky .sticky4.is-visible {
		position: relative;
		opacity: 1;
		pointer-events: auto;
	}

	.p-service-title-sticky .sticky1 {
		display: block;
		opacity: 0;
		pointer-events: none;
	}

	.p-service-title-sticky .sticky1:not(.is-hidden) {
		opacity: 1;
		pointer-events: auto;
	}

	.p-service-title-sticky .sticky1.is-hidden {
		opacity: 0;
		pointer-events: none;
	}

	.p-service-box {
		padding: 11.3rem 17rem 10rem;
	}

	.p-service-box + .p-service-box {
		margin-top: 1.7rem;
	}

	.p-service-box .row + .row {
		position: relative;
		margin-top: 6.5rem;
		padding-top: 6.5rem;
	}

	.p-service-box .row + .row::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 77rem;
		height: 1px;
		background-color: #f0f2f2;
		transform: translateX(-50%);
	}

	.p-service-box .copy {
		font-size: 3.2rem;
	}

	.p-service-box .copy.head {
		margin-bottom: 5rem;
		font-size: 3.8rem;
	}

	.p-service-box .text {
		font-size: 1.5rem;
		line-height: 2.6;
		letter-spacing: 0;
	}

	.p-service-box .text.head {
		font-size: 1.7rem;
		line-height: 2.5;
	}

	.p-service-box .menu {
		grid-template-columns: 13.9rem 1fr;
		gap: 3rem;
	}

	.p-service-box .menu p {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.p-service-box .menu ul li a {
		font-size: 1.5rem;
		gap: 2.4rem;
	}

	.p-service-box .menu ul li a::before {
		transform: translateY(0.3rem);
	}

	.p-service-box h3 {
		padding: 0.6rem 0 0.6rem 2rem;
		font-size: 2.5rem;
	}

	.p-service-box h3 span.small {
		padding-bottom: 1rem;
		font-size: 1.5rem;
	}

	.p-service-box .thmbnail {
		margin-bottom: 4.2rem;
	}

	.p-service-box .c-btn {
		margin: 3.2rem 0 0 auto;
	}

	.u-hide-pc {
		display: none !important;
	}

	.u-show-pc {
		display: block !important;
	}

	.u-show-br-pc {
		display: inline-block !important;
	}

	.u-al-left.sp-center {
		text-align: left !important;
	}

	.u-al-center.sp-left {
		text-align: center !important;
	}

	.u-al-right.sp-left {
		text-align: right !important;
	}
}

@media screen and (any-hover: hover) and (min-width: 768px) {
	a:hover {
		opacity: 1;
	}
}

@media screen and (min-width: 768px) and (any-hover: hover) {
	.l-header nav ul li:not(:last-child) a:hover {
		opacity: 1;
	}

	.l-header nav ul li:not(:last-child) a:hover span.en {
		transform: translateY(-0.2rem);
	}

	.l-header nav ul li:not(:last-child) a:hover span.jp {
		opacity: 1;
	}

	.l-header nav ul li:last-child a:hover {
		opacity: 1;
	}

	.l-header nav ul li:last-child a:hover::before {
		transform: scale(1, 1);
	}
}

@media screen and (min-width: 1440px) {
	.p-about-orange {
		margin-top: 28.6805555556vw;
	}

	.p-about-orange::before {
		top: -17.0138888889vw;
		height: 17.0833333333vw;
	}

	.p-contact {
		margin-top: 28.6805555556vw;
	}

	.p-contact::before {
		top: -17.0138888889vw;
		height: 17.0833333333vw;
	}

	.p-kv-dot {
		width: 91.8055555556vw;
	}

	.p-kv-title {
		width: 7.6388888889vw;
	}

	.p-kv-logo {
		width: 41.875vw;
	}
}

@media screen and (max-width: 767px) {
	html {
		font-size: 2.6666666667vw !important;
	}

	.l-header nav {
		visibility: hidden;
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		overflow-y: auto;
		width: 100vw;
		height: 100vh;
		padding: 14rem 0 0;
		background-color: var(--color-gray-light2);
		opacity: 0;
		transition: 0.3s ease;
	}

	.l-header nav ul {
		padding: 0 2.2rem 0 3.3rem;
	}

	.l-header nav ul li:last-child a {
		border-bottom: none;
	}

	.l-header nav ul li a {
		display: block;
		position: relative;
		margin-bottom: 2.5rem;
		padding-bottom: 2.5rem;
		border-bottom: 1px solid #dedede;
	}

	.l-header nav ul li a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 1.25rem);
		right: 3rem;
		width: 2.6rem;
		height: 2.6rem;
		background: no-repeat 50% 50%/contain;
		background-image: url('data:image/svg+xml,%0A%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'26\' height=\'26\' fill=\'none\'%3E%3Cpath stroke=\'%23F08200\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'m11.5 18 5-5-5-5\'/%3E%3Ccircle cx=\'13\' cy=\'13\' r=\'12.5\' stroke=\'%23FFB55D\'/%3E%3C/svg%3E');
		transform: translateY(-50%);
	}

	.l-header nav ul li a > span {
		display: block;
	}

	.l-header nav ul li a > span.en {
		font-family: var(--font-en);
		font-size: 2.5rem;
		font-weight: 700;
		line-height: 1.1;
		letter-spacing: 0.07em;
		text-transform: uppercase;
	}

	.l-header nav ul li a > span.jp {
		color: var(--color-orange);
		font-size: 1.1rem;
		font-weight: 700;
		letter-spacing: 0.15em;
	}

	.p-company-inner {
		padding-inline: 3.3rem;
	}

	.p-vision picture {
		position: absolute;
		z-index: -1;
		top: -40rem;
		right: -0.9rem;
		width: 34.1rem;
	}

	.p-contact-inner {
		padding-inline: 3.4rem;
	}

	.p-message-orange-inner {
		overflow: hidden;
		max-height: calc(100vh - 15.6rem);
		-webkit-overflow-scrolling: touch;
	}

	.p-service-title-sticky h2 {
		min-height: 20rem;
		writing-mode: vertical-rl;
	}

	.p-service-title-sticky .sticky2,
  .p-service-title-sticky .sticky3,
  .p-service-title-sticky .sticky4 {
		display: none;
	}

	.p-service-box h3.cl-blue {
		width: -moz-max-content;
		width: max-content;
		font-size: 1.9rem;
	}

	html.safari .p-service-title-sticky {
		transform: translate(-1rem, -50%);
	}

	.u-hide-sp {
		display: none !important;
	}

	.u-show-sp {
		display: block !important;
	}

	.u-show-br-sp {
		display: inline-block !important;
	}

	.u-ls-narrow-sp {
		letter-spacing: -0.05em;
	}
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
	html {
		font-size: 0.6944444444vw !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,
  *::before,
  *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
	}
}

@media (any-hover: hover) {
	a:hover {
		opacity: 0.8;
	}

	.c-btn:hover {
		opacity: 1;
	}

	.c-btn:hover span {
		color: var(--color-white);
	}

	.c-btn:hover::before {
		transform: scale(1, 1);
	}

	a:hover .c-icon.arrow-right::before {
		transform: scale(1, 1);
	}

	a:hover .c-icon.arrow-right::after {
		background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'12\' fill=\'none\'%3E%3Cpath stroke=\'%23FFF\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'m1 11 5-5-5-5\'/%3E%3C/svg%3E');
	}

	a:hover .c-icon.arrow-btn::before {
		background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' fill=\'none\'%3E%3Cpath stroke=\'%23FFF\' stroke-width=\'2\' d=\'m.707 10.925 9.736-9.736M.433 1h9.821v10.082\'/%3E%3C/svg%3E');
	}

	.p-contact-form .submit:hover::before {
		transform: scale(1, 1);
	}

	.p-contact-form .contact-confirm-buttons .btn-wrap:hover::before {
		transform: scale(1, 1);
	}

	.p-service-box .menu ul li a:hover {
		opacity: 1;
	}

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

@media print {
  /* Prevent printers from removing background-images of controls. */

	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
}