@charset "UTF-8";

/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  color: inherit;
  /* 2 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
  scroll-padding-top: 90px;
}

body {
  line-height: 2;
  font-weight: 400;
  color: #232F3E;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.9375rem;
}

#wrapper {
  overflow: clip;
  padding-top: 70px;
}

#main {
  position: relative;
  z-index: 0;
}

.full {
  width: 100%;
}

:where(img:not([src$=".svg"])) {
  width: 100%;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}

:where(a:hover, .h_opacity:hover) {
  opacity: 1;
}

.js_according {
  cursor: pointer;
}

:where(.inview) {
  visibility: hidden;
}

:where(.inview.inview_opacity) {
  opacity: 0;
}

.fadeUp,
.fadeUpright,
.fadeUpleft,
.fadeIn {
  animation-duration: 1s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadeup;
  animation-fill-mode: forwards;
}

.fadeUpright {
  transform-origin: top right;
  animation-name: ani_uptopright;
}

.fadeUpleft {
  transform-origin: top left;
  animation-name: ani_uptopleft;
}

.fadeIn {
  animation-name: ani_fadein;
  animation-fill-mode: forwards;
}

.waveUp {
  animation-name: ani_waveup;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-timing-function: ease;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes ani_uptopright {
  0% {
    transform: translateY(50px) rotate(-25deg);
    opacity: 0;
  }

  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
}

@keyframes ani_uptopleft {
  0% {
    transform: translateY(50px) rotate(25deg);
    opacity: 0;
  }

  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
}

@keyframes ani_fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ani_waveup {
  0% {
    background-position-x: 50%;
    background-position-y: -90%;
    opacity: 0;
  }

  25% {
    background-position-x: 100%;
    opacity: 1;
  }

  50% {
    background-position-x: 50%;
  }

  70% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: 50%;
    background-position-y: 20%;
  }
}

.h_zoom {
  opacity: 1;
  cursor: pointer;
}

.h_zoom__img {
  overflow: clip;
  position: relative;
  z-index: 1;
}

.h_zoom__img img {
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}

/*!
layout > container
------------------------------
*/
.l-container {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

.l-container__sm {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

.no_transition #gnav {
  transition: none !important;
}

.c-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.c-header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.c-header__inner {
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-inline: 20px 0;
}

.c-header__logo {
  max-width: 160px;
}

.c-header__nav {
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #fff;
  z-index: -1;
  padding-inline: 20px;
  padding-block: 100px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  transition: 0.5s;
  transition-property: opacity, visibility;
  visibility: hidden;
  opacity: 0;
  color: #333;
}

.c-header__nav.is-open {
  visibility: visible;
  opacity: 1;
}

.c-header__nav__link {
  display: block;
  position: relative;
  opacity: 1;
}

.c-header__nav__link::after {
  content: "";
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #74C432;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.c-header__hamburger {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-header__hamburger>* {
  position: absolute;
  height: 2px;
  border-radius: 2px;
  width: 30px;
  background-color: #232F3E;
  transition: 0.5s;
  transition-property: opacity, transform;
}

.c-header__hamburger>*:first-child {
  transform: translateY(-10px);
}

.c-header__hamburger>*:last-child {
  transform: translateY(10px);
}

.c-header__hamburger.is-open>* {
  transform: translateY(0) rotate(45deg);
}

.c-header__hamburger.is-open>*:nth-child(2) {
  opacity: 0;
}

.c-header__hamburger.is-open>*:last-child {
  transform: translateY(0) rotate(135deg);
}

.c-footer {
  font-family: "Source Sans Pro", "Source Sans 3", sans-serif;
  background-color: #005EB1;
  color: #fff;
  margin-top: 60px;
}

.c-footer__inner {
  padding-block: 20px;
}

.c-footer__policy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-footer__policy a {
  line-height: 1;
}

.c-footer__policy a:not(:last-child) {
  border-right: 1px solid currentColor;
  padding-right: 10px;
  margin-right: 10px;
}

.c-footer__copyright {
  text-align: center;
  font-size: 0.75rem;
  margin-top: 10px;
}

.c-totop {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: -50px;
  z-index: 50;
  display: flex;
  align-items: flex-end;
}

.c-totop__back {
  aspect-ratio: 1;
  border-radius: 8px;
  border: 1px solid #00A6E9;
  background-color: #fff;
  width: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  font-family: "Source Sans Pro", "Source Sans 3", sans-serif;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: sticky;
  bottom: 20px;
}

.c-totop__back::before {
  content: "";
  aspect-ratio: 16/10;
  width: 16px;
  background: url(../images/common/icon_totop.svg) center/contain no-repeat;
}

.c-mv {
  padding-block: 20px 40px;
}

.c-mv__ttl {
  font-size: 1.5rem;
}

.c-mv__ttl {
  display: table;
  margin-inline: auto;
  font-weight: 700;
}

.c-mv__ttl::after {
  content: "";
  border-radius: 2px;
  display: table;
  margin-inline: auto;
  background-color: #00A6E9;
  margin-top: 5px;
  height: 2px;
  width: 120px;
}

.c-breadcrumb {
  font-size: 0.8125rem;
}

.c-breadcrumb {
  padding-bottom: 10px;
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.c-breadcrumb__item:first-child {
  font-family: "Source Sans Pro", "Source Sans 3", sans-serif;
}

.c-breadcrumb__item:first-child a {
  color: #005EB1;
  display: flex;
  align-items: center;
  gap: 6px;
}

.c-breadcrumb__item:first-child a::before {
  aspect-ratio: 16/14;
  width: 14px;
  content: "";
  background: url(../images/common/icon_home.svg) center/contain no-repeat;
}

.c-breadcrumb__item:not(:last-child) {
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-breadcrumb__item:not(:last-child)::after {
  aspect-ratio: 8/12;
  content: "";
  background: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  width: 6px;
}

.c-ttl01 {
  line-height: 1;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  gap: 15px;
  padding-left: 15px;
}

.c-ttl01::after,
.c-ttl01::before {
  content: "";
  position: absolute;
  left: 0;
  height: calc(50% + 1px);
  width: 3px;
}

.c-ttl01::before {
  top: -2px;
  background-color: #00A6E9;
}

.c-ttl01::after {
  bottom: -2px;
  background-color: #005EB1;
}

.c-ttl01__jp {
  font-weight: 700;
  font-size: 1.375rem;
}

.c-ttl01__en {
  font-size: 1rem;
}

.c-ttl01__en {
  color: #706D65;
}

.c-ttl02 {
  font-weight: 700;
  font-size: 1.125rem;
}

.c-ttl02 {
  line-height: 1.6;
  border-bottom: 2px solid #00A6E9;
  padding-bottom: 4px;
}

.c-ttl02+p {
  margin-top: 20px;
}

.c-ttl02~.c-ttl02 {
  margin-top: 40px;
}

.u_fw_400 {
  font-weight: 400;
}

.u_fw_500 {
  font-weight: 500;
}

.u_fw_600 {
  font-weight: 600;
}

.u_fw_700 {
  font-weight: 700;
}

.u_inline_block {
  display: inline-block;
}

.u_txt_center {
  text-align: center;
}

.u_txt_right {
  text-align: right;
}

.c-tbl__row {
  padding-block: 15px;
  border-bottom: 1px solid #D6D3D0;
}

.c-tbl__lead {
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.c-tbl__content {
  width: 100%;
}

.c-tbl__content a {
  text-decoration: underline;
  color: #005EB1;
}

.c-tbl__map:not(:first-child) {
  margin-top: 10px;
}

.c-tbl__map img,
.c-tbl__map iframe {
  line-height: 1;
  display: block;
  width: 100%;
  height: 200px;
}

.c-tbl__map img {
  -o-object-fit: cover;
  object-fit: cover;
}

.c-tbl__list {
  padding-left: 8px;
}

.c-tbl__list li {
  text-indent: -8px;
  padding-left: 16px;
}

.c-tbl__list li::before {
  flex-shrink: 0;
  content: "・";
  margin-right: 8px;
  display: inline-block;
}

.c-tbl__block+.c-tbl__block {
  margin-top: 15px;
}

.c-service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.c-service__item {
  border: 1px solid #D6D3D0;
  background-color: #fff;
  width: 100%;
  width: clamp(50% - 10px, (600px - 100vw) * 1000, 100%);
  padding: 20px;
  border-radius: 8px;
}

.c-service__item__img {
  margin-inline: auto;
  max-width: 320px;
}

.c-service__item__ttl {
  font-weight: 700;
  font-size: 1rem;
}

.c-service__item__ttl {
  line-height: 1.7777777778;
  text-align: center;
  margin-block: 10px;
}

.c-content {
  margin-inline: auto;
  max-width: 720px;
  padding-bottom: 20px;
}

.c-content .c-ttl02:not(:first-child) {
  margin-top: 30px;
}

.c-content .c-ttl02~.c-ttl02 {
  margin-top: 40px;
}

.c-content ul {
  padding-left: 8px;
}

.c-content ul li {
  text-indent: -8px;
  padding-left: 16px;
}

.c-content ul li::before {
  flex-shrink: 0;
  content: "・";
  margin-right: 8px;
  display: inline-block;
}

.c-content a {
  text-decoration: underline;
  color: #005EB1;
}

html.is-loading .c-loading {
  opacity: 1;
  pointer-events: all;
}

html.is-loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.c-loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.c-loading_body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}

.c-loading_body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}

.c-loading_body__dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #232F3E;
  border-radius: 50%;
}

.c-loading_body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}

.c-loading_body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}

.c-loading_body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}

.c-loading_body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}

.c-loading_body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}

.c-loading_body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes wobble1 {

  0%,
  100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}

@keyframes wobble2 {

  0%,
  100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}

.p-top__mv {
  position: relative;
  z-index: 0;
}

.p-top__mv__gallery .splide__slide {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.75rem;
}

.p-top__mv__gallery .gallery01 {
  width: 9.35em;
}

.p-top__mv__gallery .gallery02 {
  width: 21em;
}

.p-top__mv__gallery .gallery03 {
  width: 18.9em;
}

.p-top__mv__inner {
  z-index: 1;
  position: relative;
  margin-top: -20px;
  padding-inline: 20px;
  max-width: 700px;
  margin-inline: auto;
}

.p-top__mv__box {
  width: 100%;
  color: #fff;
  background-image: linear-gradient(to bottom, #00A6E9, #005EB1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
  padding-inline: 20px;
  padding-block: 20px;
}

.p-top__mv__box::after {
  content: "";
  position: absolute;
  background: url(../images/top/img_pattern.webp) center/cover no-repeat;
  aspect-ratio: 385/514;
  z-index: -1;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  right: 0;
}

.p-top__mv__brand {
  width: 70%;
  margin-inline: auto;
  max-width: 240px;
}

.p-top__mv__lead {
  font-size: 1.125rem;
}

.p-top__mv__lead {
  font-family: "BIZ UDPMincho", serif;
  margin-top: 10px;
}

.p-top__mv__desc {
  font-size: 0.75rem;
  margin-top: 10px;
}

.p-top__profile {
  padding-block: 50px;
  margin-top: 0;
}

.p-top__profile .c-tbl {
  margin-inline: auto;
  max-width: 648px;
  margin-top: 30px;
}

.p-top__message {
  background-color: #F1FBFF;
  padding-block: 50px;
  margin-top: 0;
}

.p-top__message__inner {
  margin-inline: auto;
  max-width: 648px;
  background-color: #fff;
  margin-top: 30px;
}

.p-top__message__cap {
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  padding-inline: 20px;
}

.p-top__message__ttl {
  font-weight: 700;
  font-size: 1.125rem;
}

.p-top__message__ttl {
  margin-bottom: 10px;
}

.p-top__message__content {
  padding: 20px;
}

.p-top__mission {
  padding-block: 50px;
  margin-top: 0;
}

.p-top__mission__img {
  margin-bottom: 20px;
}

.p-top__mission__inner {
  max-width: 768px;
  margin-inline: auto;
  margin-top: 30px;
}

.p-top__service {
  background-color: #F1FBFF;
  padding-block: 50px;
  margin-top: 0;
}

.p-top__service .c-service {
  margin-top: 30px;
}

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

@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 120px;
  }

  body {
    font-size: 1rem;
  }

  #wrapper {
    padding-top: 96px;
  }

  :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }

  .sp {
    display: none !important;
  }

  a[href^=tel] {
    pointer-events: none;
  }

  .l-container {
    max-width: 1104px;
    padding-inline: 40px;
  }

  .l-container__sm {
    padding-inline: 40px;
    max-width: 728px;
  }

  .c-header {
    padding-inline: 20px;
  }

  .c-header__inner {
    padding-inline: 0;
    max-width: 1028px;
    height: 96px;
  }

  .c-header__logo {
    max-width: 194px;
  }

  .c-header__nav {
    flex-direction: row;
    background-color: transparent;
    position: relative;
    z-index: 1;
    height: auto;
    width: auto;
    gap: 24px;
    padding-inline: 0 5px;
    padding-block: 0;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .c-header__hamburger {
    display: none;
  }

  .c-footer {
    margin-top: 79px;
  }

  .c-footer__inner {
    padding-block: 13px 7px;
  }

  .c-footer__policy a:not(:last-child) {
    padding-right: 7px;
    margin-right: 7px;
  }

  .c-footer__copyright {
    margin-top: 25px;
  }

  .c-totop {
    bottom: -100px;
  }

  .c-mv {
    padding-block: 30px 56px;
  }

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

  .c-mv__ttl::after {
    width: 144px;
    height: 4px;
    margin-top: 12px;
  }

  .c-breadcrumb {
    font-size: 0.875rem;
  }

  .c-breadcrumb__list {
    gap: 16px;
  }

  .c-breadcrumb__item:first-child a {
    gap: 8px;
  }

  .c-breadcrumb__item:first-child a::before {
    width: 16px;
  }

  .c-breadcrumb__item:not(:last-child) {
    gap: 16px;
  }

  .c-breadcrumb__item:not(:last-child)::after {
    width: 8px;
  }

  .c-ttl01 {
    gap: 17px;
    padding-left: 20px;
  }

  .c-ttl01::after,
  .c-ttl01::before {
    height: calc(50% + 3px);
    width: 4px;
  }

  .c-ttl01::before {
    top: -4px;
  }

  .c-ttl01::after {
    bottom: -5px;
  }

  .c-ttl01__jp {
    font-size: 1.5rem;
  }

  .c-ttl01__en {
    font-size: 1.125rem;
  }

  .c-ttl02 {
    font-size: 1.25rem;
  }

  .c-ttl02 {
    padding-bottom: 1px;
  }

  .c-ttl02+p {
    margin-top: 24px;
  }

  .c-ttl02~.c-ttl02 {
    margin-top: 63px;
  }

  .c-tbl__row {
    border: none;
    padding-block: 0;
    display: flex;
    gap: 8px;
  }

  .c-tbl__row:not(:first-child) {
    margin-top: 7px;
  }

  .c-tbl__lead {
    margin-bottom: 0;
    padding-block: 4px;
    border-bottom: 1px solid #D6D3D0;
    flex-shrink: 0;
    width: 240px;
  }

  .c-tbl__content {
    padding-block: 4px;
    border-bottom: 1px solid #D6D3D0;
  }

  .c-tbl__map:not(:first-child) {
    margin-top: 8px;
  }

  .c-tbl__map:last-child {
    padding-bottom: 10px;
  }

  .c-tbl__map img,
  .c-tbl__map iframe {
    max-width: 400px;
    height: 301px;
  }

  .c-tbl__block {
    padding-bottom: 18px;
  }

  .c-tbl__block+.c-tbl__block {
    margin-top: 14px;
  }

  .c-service__list {
    gap: 32px;
  }

  .c-service__item {
    max-width: calc(50% - 16px);
    padding-inline: 16px;
    padding-block: 24px;
    flex: 290px;
  }

  .c-service__item__img {
    margin-bottom: 10px;
  }

  .c-service__item__ttl {
    font-size: 1.125rem;
  }

  .c-service__item__ttl {
    margin-block: 16px 15px;
  }

  .c-content {
    padding-bottom: 45px;
  }

  .c-content .c-ttl02:not(:first-child) {
    margin-top: 36px;
  }

  .c-content .c-ttl02~.c-ttl02 {
    margin-top: 69px;
  }

  .p-top__mv__gallery .splide__slide {
    font-size: 1.25rem;
  }

  .p-top__mv__inner {
    margin-inline: 0;
    max-width: unset;
    padding-inline: 0;
    margin-top: 0;
    position: absolute;
    inset: 0;
  }

  .p-top__mv__box {
    width: 47%;
    padding-inline: 24px;
    height: 100%;
    max-width: 480px;
    margin-left: max(40px, 50% - 511px);
    padding-block: 21px 30px;
  }

  .p-top__mv__box::after {
    background-size: contain;
    width: calc(100% - 20px);
    max-height: calc(100% - 40px);
    max-width: 385px;
    right: 10px;
    bottom: 19px;
  }

  .p-top__mv__brand {
    width: 85%;
    max-width: 324px;
    margin-inline: 2px 0;
  }

  .p-top__mv__lead {
    font-size: 1.25rem;
  }

  .p-top__mv__lead {
    margin-top: 34px;
  }

  .p-top__mv__desc {
    margin-top: 27px;
    padding-left: 2px;
  }

  .p-top__profile {
    padding-block: 61px 77px;
    margin-top: 0;
  }

  .p-top__profile .c-tbl {
    margin-top: 45px;
  }

  .p-top__message {
    padding-block: 68px 64px;
    margin-top: 0;
  }

  .p-top__message__inner {
    margin-top: 45px;
  }

  .p-top__message__cap {
    margin-top: 12px;
  }

  .p-top__message__ttl {
    font-size: 1.25rem;
  }

  .p-top__message__ttl {
    margin-bottom: 14px;
  }

  .p-top__message__content {
    padding-inline: 24px;
    padding-block: 32px 18px;
  }

  .p-top__mission {
    padding-block: 68px;
    margin-top: 0;
  }

  .p-top__mission__img {
    margin-bottom: 42px;
  }

  .p-top__mission__inner {
    margin-top: 45px;
  }

  .p-top__mission__content {
    padding-inline: 24px;
  }

  .p-top__service {
    padding-block: 68px 87px;
    margin-top: 0;
  }

  .p-top__service .c-service {
    margin-top: 45px;
  }
}

@media (any-hover: hover) and (pointer: fine) {
  .h_zoom:hover .h_zoom__img img {
    transform: scale(1.1);
  }

  .h_zoom:hover .c_btn01__arrow::after {
    transform: rotate(-30deg);
  }

  .h_zoom:hover .c_btn01__arrow::before {
    transform: rotate(30deg);
  }

  .h_zoom:hover .c_btn01__txt {
    color: #005EB1;
  }

  .c-header__nav__link:hover::after {
    transform: scaleX(1);
  }

  .c-tbl__content a:hover {
    text-decoration: none;
  }

  .c-content a:hover {
    text-decoration: none;
  }
}

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

/* お問い合わせセクション */
.contact-section {
  background: #fff;
  padding: 50px 0;
  margin-top: 0;
}

.contact-section .container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-lead {
  margin: 30px 0 24px;
  color: #232F3E;
  line-height: 1.8;
  font-size: 0.9375rem;
}

.contact-note {
  margin-top: 16px;
  font-size: 0.75rem;
  color: #706D65;
  text-align: center;
}

.contact-note a {
  color: #005EB1;
  text-decoration: underline;
}

.contact-note a:hover {
  text-decoration: none;
}

/* フォームスタイル */
.contact-form {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
  margin-top: 24px;
}

.contact-form__field {
  margin-bottom: 20px;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  padding: 12px 16px !important;
  border: 1px solid #D6D3D0 !important;
  border-radius: 6px !important;
  font-size: 0.9375rem;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #232F3E !important;
  background-color: #fff !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  display: block;
  box-sizing: border-box;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  outline: none;
  border-color: #00A6E9;
  box-shadow: 0 0 0 3px rgba(0, 166, 233, 0.1);
}

.contact-form__textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}

.contact-form__submit {
  margin-top: 24px;
  text-align: center;
}

.contact-form__button {
  background: linear-gradient(to bottom, #00A6E9, #005EB1);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 14px 48px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "BIZ UDPGothic", sans-serif;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 94, 177, 0.2);
}

.contact-form__button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 94, 177, 0.3);
}

.contact-form__button:active {
  transform: translateY(0);
}

/* スマホ最適化 */
@media (max-width: 768px) {
  .contact-section {
    padding: 50px 0;
    margin-top: 0;
  }

  .contact-form {
    padding: 24px 16px;
  }

  .contact-form__field {
    margin-bottom: 16px;
  }

  .contact-form__button {
    width: 100%;
    padding: 16px;
  }
}

@media screen and (min-width: 768px) {
  .contact-section {
    padding: 68px 0;
    margin-top: 0;
  }

  .contact-section .container {
    padding: 0 40px;
    max-width: 700px;
  }

  .contact-lead {
    font-size: 1rem;
    margin-bottom: 32px;
    margin-top: 45px;
  }

  .contact-form {
    padding: 40px 32px;
  }

  .contact-form__field {
    margin-bottom: 24px;
  }

  .contact-note {
    margin-top: 20px;
    font-size: 0.8125rem;
  }
}

/* お問い合わせ完了（サイトの雰囲気に合わせた白カード） */
.c-thanks-box {
  margin-top: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  padding: 28px;
}

.c-thanks-box__lead {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.c-thanks-box__desc {
  margin: 0 0 18px;
  line-height: 1.9;
  color: #334;
}

.c-thanks-box__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.c-thanks-box__btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #1c78c0;
  color: #1c78c0;
  background: #fff;
  font-weight: 700;
}

.c-thanks-box__btn.is-sub {
  border-color: rgba(0, 0, 0, .18);
  color: #334;
}

.c-thanks-box__note {
  margin-top: 16px;
  font-size: 12px;
  color: #667;
}

/* お問い合わせフォーム エラーメッセージ */
.contact-form__error {
  color: #d32f2f;
  font-size: 0.875rem;
  margin-top: 6px;
  padding-left: 4px;
  line-height: 1.5;
}

.contact-form__input--error,
.contact-form__textarea--error {
  border-color: #d32f2f !important;
  background-color: #fff5f5 !important;
}

.contact-form__input--error:focus,
.contact-form__textarea--error:focus {
  border-color: #d32f2f !important;
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.1) !important;
}

/* お問い合わせフォーム ローディング */
.contact-form__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.contact-form__loading__spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #00A6E9;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 16px;
}

.contact-form__loading__text {
  font-size: 1rem;
  color: #232F3E;
  font-family: "BIZ UDPGothic", sans-serif;
  margin: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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