@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Barlow+Condensed:ital,wght@0,400;0,600;1,400;1,600;1,700&display=swap';
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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%;
     -moz-text-size-adjust: 100%;
          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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: pxtorem(1);
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: pxtorem(-2); /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #070707;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #070707;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* font */
/* icon */
.com-icon {
  --wrap-size: 2rem;
  --icon-size: 100%;
  --icon-url: "";
  --icon-color: #000;
  position: relative;
  display: inline-block;
  width: var(--wrap-w, var(--wrap-size));
  height: var(--wrap-h, var(--wrap-size));
}
.com-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--icon-w, var(--icon-size));
  height: var(--icon-h, var(--icon-size));
  content: "";
  background: var(--icon-color);
  -webkit-mask-image: var(--icon-url);
          mask-image: var(--icon-url);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translate(-50%, -50%);
}
.com-icon.--radio {
  --wrap-size: 1.25rem;
  --icon-color: #fff;
}
.com-icon.--radio::before {
  border: 0.0625rem solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.com-icon.--radio::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  aspect-ratio: 1/1;
  content: "";
  background-color: #204659;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translate(-50%, -50%);
}
.com-icon.--checkbox {
  --icon-color: #fff;
  --wrap-size: 1.5625rem;
}
.com-icon.--checkbox::before {
  border: 0.0625rem solid rgba(0, 0, 0, 0.5);
  border-radius: 0.1875rem;
}
.com-icon.--checkbox::after {
  position: absolute;
  inset: 0;
  width: 60%;
  aspect-ratio: 1/1;
  margin: auto;
  content: "";
  background-color: #204659;
  opacity: 0;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.5L5.5 11.5L13.5 1.5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.5L5.5 11.5L13.5 1.5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: opacity 0.3s;
}
.com-icon.--circle-arrow {
  --icon-url: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.27 15.14'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23f2f2f2;stroke-miterlimit:10;stroke-width:1.8px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='6.07 .64 13 7.57 6.07 14.5'/%3E%3Cline class='cls-1' x1='12.37' y1='7.57' y2='7.57'/%3E%3C/svg%3E");
  --icon-color: linear-gradient(93deg, #5daaab 0%, #54a1a3 33.23%, #3a878d 88.31%, #348188 100%);
  --icon-size: 0.9375rem;
}
.com-icon.--circle-arrow::before {
  z-index: 1;
}
.com-icon.--circle-arrow::after {
  position: absolute;
  inset: 0;
  content: "";
  background-color: #f2f2f2;
  border-radius: 50%;
}

input[type=radio]:checked + * .com-icon.--radio::before {
  border-color: #204659;
}
input[type=radio]:checked + * .com-icon.--radio::after {
  opacity: 1;
}

input[type=checkbox]:checked + * .com-icon.--checkbox::before {
  border-color: #204659;
}
input[type=checkbox]:checked + * .com-icon.--checkbox::after {
  opacity: 1;
}

/* anime */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.l-header__inner {
  padding-right: 17.5rem;
  padding-left: min(2.9166666667%, 3.5rem);
}
.l-header__container {
  display: flex;
  gap: min(2.03125%, 2.4375rem);
  align-items: center;
  min-height: 11.6875rem;
}
.l-header__logo {
  display: flex;
  align-items: center;
  width: clamp(11.25rem, 27.375vw, 27.375rem);
  margin-top: 0.5rem;
}
.l-header__menu {
  margin-left: auto;
}
.l-header__nav-list {
  display: flex;
  gap: min(2.3958333333vw, 3.5rem);
  align-items: center;
}
.l-header__nav-item:nth-child(2) {
  margin-right: min(0.6770833333vw, 0.8125rem);
}
.l-header__nav-item:nth-child(1) {
  margin-right: min(0.5208333333vw, 0.625rem);
}
.l-header__nav-item:nth-child(3) {
  margin-right: min(0.15625vw, 0.1875rem);
}
.l-header__nav-link {
  font-size: clamp(0.75rem, 1.125vw, 1.125rem);
  font-weight: bold;
  color: #fff;
}
@media (hover: hover) {
  .l-header__nav-link {
    transition: opacity 0.3s;
  }
  .l-header__nav-link:hover {
    opacity: 0.7;
  }
}
.l-header__menu-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  background: #39a3bc;
}
.l-header__menu-popup .l-hum {
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem;
  width: 11.875rem;
  background-color: transparent;
  border: 0.0625rem solid #fff;
}
.l-header__nav-popup-container {
  display: flex;
  width: 100%;
  min-height: 100%;
  height: 100vh;
  padding: 1.25rem 0 3.75rem;
  overflow-y: scroll;
}
.l-header__nav-popup {
  width: 61.25rem;
  max-width: calc(100% - 2.5rem);
  margin: 8.75rem auto 6.25rem;
}
.l-header__nav-popup-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem 2.5rem;
  align-items: center;
}
.l-header__nav-popup-item {
  width: calc((100% - 5rem) / 3);
}
.l-header__nav-popup-item.--contact {
  width: 100%;
}
.l-header__nav-popup-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5rem;
  padding: 0.5rem;
  font-size: 1.375rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 0.0625rem solid #fff;
  border-radius: 0.375rem;
}
@media (hover: hover) {
  .l-header__nav-popup-link {
    transition: background-color 0.3s;
  }
  .l-header__nav-popup-link:hover {
    background-color: #7cc1bf;
  }
}
.l-header__nav-popup-list02 {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  margin-top: 3.75rem;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.l-header__nav-popup-list02-item:not(:last-child)::after {
  content: "　｜　";
}
@media (hover: hover) {
  .l-header__nav-popup-list02-link {
    transition: opacity 0.3s;
  }
  .l-header__nav-popup-list02-link:hover {
    opacity: 0.7;
  }
}
.l-header__side {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  align-items: stretch;
  width: 14.375rem;
  padding: 1.75rem 1.25rem;
  overflow: hidden;
  border-bottom-left-radius: 0.625rem;
}
.l-header__side::before {
  position: absolute;
  top: -1.625rem;
  right: -1.625rem;
  z-index: 0;
  width: 131.875rem;
  height: 56.25rem;
  overflow: hidden;
  content: "";
  background: #000 url("../images/index/bg-mv-01.jpg") no-repeat center/cover;
  filter: blur(26px);
}

.l-hum {
  position: relative;
  height: 3.4375rem;
  background: #39a3bc;
  border: 0.0625rem solid rgba(255, 255, 255, 0.67);
  border-radius: 0.3125rem;
}
.l-hum span {
  position: absolute;
  left: 50%;
  display: block;
  width: 5.375rem;
  height: 0.0625rem;
  background-color: #fff;
  border-radius: 62.4375rem;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-hum span:nth-child(1) {
  top: calc(50% - 0.3125rem);
}
.l-hum span:nth-child(2) {
  top: calc(50% + 0.3125rem);
}
.l-hum.is-active {
  z-index: 1001;
}
.l-hum.is-active span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-12deg);
}
.l-hum.is-active span:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(12deg);
}
@media (hover: hover) {
  .l-hum {
    transition: opacity 0.3s;
  }
  .l-hum:hover {
    opacity: 0.7;
  }
}

@media all and (min-width: 1281px), print {
  .l-header__menu {
    display: block !important;
  }
}
@media only screen and (max-width: 1280px) {
  .l-hum {
    flex-shrink: 0;
    width: 4.1875rem;
    height: 3.25rem;
    background: #6d6d6d;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .l-hum span {
    width: 1.75rem;
  }
  .l-hum.is-active span:nth-child(1) {
    transform: translateX(-50%) translateY(-50%) rotate(-24deg);
  }
  .l-hum.is-active span:nth-child(2) {
    transform: translateX(-50%) translateY(-50%) rotate(24deg);
  }
  .l-header__menu {
    display: none !important;
  }
  .l-header__menu-popup .l-hum {
    top: unset;
    bottom: 0;
    left: 2.5rem;
    width: 4.1875rem;
  }
  .l-header__nav-popup {
    width: 100%;
    max-width: calc(100% - 5rem);
    margin: 0 auto;
  }
  .l-header__nav-popup__container {
    padding: 1.25rem 0;
  }
  .l-header__nav-popup-list {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  .l-header__nav-popup-item {
    width: 100%;
  }
  .l-header__nav-list {
    gap: min(1.0416666667vw, 2.625rem);
  }
  .l-header__side {
    top: unset;
    bottom: 0;
    left: 0;
    flex-direction: row;
    gap: 0.25rem;
    justify-content: center;
    width: auto;
    padding: 0 2.5rem;
    padding-right: 2.875rem;
    margin-right: auto;
    margin-left: auto;
    background: none;
    border-radius: 0;
  }
  .l-header__side::before {
    content: none;
  }
  .l-header__side .c-button {
    flex-grow: 1;
    width: auto;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .l-header__inner {
    padding: 1.875rem 1.25rem;
  }
  .l-header__container {
    min-height: unset;
  }
  .l-header__nav-link {
    font-size: clamp(1rem, 2.0833333333vw, 1.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    width: 19.5rem;
    margin-top: 0;
  }
  .l-header__logo a {
    display: block;
    width: 100%;
  }
  .l-header__nav-popup-link {
    min-height: 3.75rem;
    font-size: 1.25rem;
  }
  .l-header__nav-popup-list02 {
    margin-top: 2rem;
    font-size: 0.9375rem;
  }
  .l-header__nav-popup-container {
    align-items: flex-start;
    padding-bottom: 5rem;
    height: 100dvh;
  }
  .l-header__inner {
    padding: 3.75rem 1.875rem 0;
  }
  .l-header__container {
    justify-content: flex-start;
    height: auto;
    margin-left: 0;
  }
}
/* footer */
.l-footer {
  padding-bottom: 3.25rem;
  background-color: #232323;
}
.l-footer .l-inner {
  width: 115.25rem;
  padding-top: 3.75rem;
}
.l-footer__container {
  max-width: 112rem;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}
.l-footer__left {
  margin-top: 0.875rem;
}
.l-footer__offices {
  margin-top: 2rem;
  font-size: 0.75rem;
  color: #ddd;
}
.l-footer__offices-item-name {
  display: block;
  line-height: 0.8;
}
.l-footer__offices-item:not(:first-child) {
  margin-top: 0.75rem;
}
.l-footer__offices-item-address {
  display: block;
  margin-top: 0.375rem;
  line-height: 1.3;
}
.l-footer__copyright {
  margin-top: 1.5625rem;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
.l-footer__reser {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.l-footer__reser-logo {
  display: flex;
  align-items: center;
  width: clamp(14.6875rem, 22.25vw, 22.25rem);
  margin-bottom: 0.9375rem;
}
.l-footer__reser-desc {
  margin-top: 0.9375rem;
  font-size: 0.6875rem;
  line-height: 1.6;
  color: #ddd;
}
.l-footer__reser-link {
  text-decoration: underline;
}
@media (hover: hover) {
  .l-footer__reser-link {
    transition: opacity 0.3s;
  }
  .l-footer__reser-link:hover {
    opacity: 0.7;
  }
}
.l-footer__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3.375rem;
  margin-right: 0.875rem;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
.l-footer__nav li {
  flex-shrink: 0;
}
.l-footer__nav li:not(:last-child) {
  display: flex;
  align-items: center;
}
.l-footer__nav li:not(:last-child)::after {
  flex-shrink: 0;
  content: "　｜　";
}
.l-footer__nav li a {
  text-decoration: underline;
}
@media (hover: hover) {
  .l-footer__nav li a {
    transition: opacity 0.3s;
  }
  .l-footer__nav li a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 1280px) {
  .l-footer {
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer .l-inner {
    padding-top: 3.0625rem;
  }
  .l-footer__logo {
    max-width: 9.375rem;
    margin-right: auto;
    margin-left: auto;
  }
  .l-footer__container {
    flex-direction: column-reverse;
    gap: 0;
  }
  .l-footer__left {
    padding-top: 2.375rem;
    margin-top: 0;
    text-align: center;
  }
  .l-footer__right {
    padding-bottom: 2.8125rem;
    text-align: center;
    border-bottom: 0.0625rem solid #0c0c0c;
  }
  .l-footer__nav {
    justify-content: center;
    margin-top: 1.875rem;
    margin-right: 0;
  }
  .l-footer__reser {
    align-items: center;
  }
  .l-footer__reser-title {
    padding-left: 0.5rem;
    font-size: 1rem;
  }
  .l-footer__reser-title small {
    margin-left: -0.125rem;
    font-size: 0.59375rem;
  }
  .l-footer__reser-logo {
    width: 20.3125rem;
    margin: 0 auto 1.25rem;
  }
  .l-footer__reser-desc {
    margin-top: 0.625rem;
    font-size: 0.6875rem;
    line-height: 1.8;
  }
  .l-footer__offices {
    margin-top: 1.4375rem;
    font-size: 0.6875rem;
  }
  .l-footer__offices-item:not(:first-child) {
    margin-top: 0.9375rem;
  }
  .l-footer__copyright {
    margin-top: 2.25rem;
    font-size: 0.75rem;
  }
}
/* main */
.l-inner {
  width: 77.5rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 62.5rem;
}

.l-section-first {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.125rem 0 1.0625rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.p-form__table {
  width: 100%;
  border-collapse: collapse;
}
.p-form__table.--vertical {
  display: block;
  width: 100%;
}
.p-form__table.--vertical thead,
.p-form__table.--vertical tbody,
.p-form__table.--vertical tr,
.p-form__table.--vertical th,
.p-form__table.--vertical td {
  display: block;
  width: 100%;
}
.p-form__table.--vertical th {
  margin-bottom: 0.875rem;
}
.p-form__table.--vertical tr:not(:first-child) {
  margin-top: 2.375rem;
}
.p-form__table.--vertical tr:last-child {
  margin-top: 3.5rem;
}
.p-form__table.--vertical .p-form__table-tr.--mt-lg {
  margin-top: 3.9375rem;
}
.p-form__buttons {
  margin-top: 2.3125rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-form__table.--vertical th {
    margin-bottom: 0.25rem;
  }
  .p-form__table.--vertical tr:not(:first-child) {
    margin-top: 1.375rem;
  }
  .p-form__table.--vertical .p-form__table-tr.--mt-lg {
    margin-top: 1rem;
  }
  .p-form__table.--vertical .p-form__table-tr.--mt-lg-sp {
    margin-top: 3.125rem;
  }
  .p-form__buttons {
    margin-top: 2.8125rem;
  }
}
.c-heading-01__en {
  display: block;
  padding: 0 0.25rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.0625rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.75;
  color: #63bbd6;
  letter-spacing: 0.08em;
}
.c-heading-01__en.--white {
  color: #fff;
}
.c-heading-01__jp {
  display: block;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.75;
  color: #1e1e1e;
}
.c-heading-01.--underline-left {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding-right: 1.625rem;
  padding-bottom: 0.9375rem;
  padding-left: 0.25rem;
}
.c-heading-01.--underline-left::before {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 15.5rem;
  height: 0.3125rem;
  content: "";
  background: linear-gradient(90deg, #388bc0 0%, #00638e 100%);
}
.c-heading-01.--underline-left .c-heading-01__jp {
  display: inline-block;
}
.c-heading-01.--underline-left .c-heading-01__text {
  display: inline-block;
  margin-left: 1.125rem;
  font-size: 0.9375rem;
  color: #1e1e1e;
}
.c-heading-01.--center {
  text-align: center;
}
.c-heading-01.--center .c-heading-01__jp {
  margin-top: -0.5rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-01__jp {
    font-size: 1.625rem;
  }
  .c-heading-01__en {
    font-size: 0.75rem;
  }
  .c-heading-01.--center .c-heading-01__jp {
    margin-top: 0;
  }
  .c-heading-01.--underline-left {
    padding-right: 0;
    padding-bottom: 0.9375rem;
    padding-left: 0;
  }
  .c-heading-01.--underline-left::before {
    max-width: 9.625rem;
  }
  .c-heading-01.--underline-left .c-heading-01__jp {
    margin-top: -0.3125rem;
  }
  .c-heading-01.--underline-left .c-heading-01__text {
    margin-top: 0.1875rem;
    margin-left: 0;
    font-size: 0.8125rem;
  }
}
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 3.4375rem;
  padding: 0.5rem 1.5625rem 0.5rem 0.5rem;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #070707;
  text-align: center;
  letter-spacing: 0.04em;
  background: #d8c800;
  border: 0.0625rem solid #d8c800;
  border-radius: 0.3125rem;
}
.c-button .com-icon.--circle-arrow {
  position: absolute;
  top: 0;
  right: 0.75rem;
  bottom: 0;
  margin: auto;
  content: "";
  --icon-color: #070707;
  --wrap-size: 1.25rem;
  --icon-size: 50%;
}
.c-button:disabled {
  pointer-events: none;
  background: #d3d3d3;
}
.c-button:disabled .com-icon.--circle-arrow {
  --icon-color: #b2b2b2;
}
.c-button.--submit {
  width: 100%;
  min-height: 5.625rem;
  padding: 0.5rem 5rem;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.06em;
  background: linear-gradient(90deg, #388bc0 0%, #00638e 100%);
  border: none;
}
.c-button.--submit .com-icon.--circle-arrow {
  right: 1.875rem;
  --icon-color: #00638e;
  --wrap-size: 1.875rem;
}
.c-button.--submit:disabled {
  pointer-events: none;
  background: #d3d3d3;
}
.c-button.--submit:disabled .com-icon.--circle-arrow {
  --icon-color: #d3d3d3;
}
.c-button.--submit:not(:disabled) {
  background: linear-gradient(90deg, #388bc0 0%, #00638e 100%);
}
.c-button.--submit:not(:disabled) .com-icon.--circle-arrow {
  --icon-color: #00638e;
}
.c-button.--lg {
  min-height: 5rem;
  padding-right: 0.5rem;
  font-size: 1.375rem;
  border-radius: 0.375rem;
}
.c-button.--lg .com-icon.--circle-arrow {
  right: 1.5625rem;
}
@media (hover: hover) {
  .c-button {
    transition: opacity 0.3s;
  }
  .c-button:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    min-height: 3.25rem;
    font-size: 1.3125rem;
    border-radius: 0.25rem;
  }
  .c-button.--submit {
    min-height: 5rem;
    padding: 0.5rem 3.125rem 0.5rem 2.4375rem;
    font-size: 1.25rem;
    border-radius: 0.25rem;
  }
  .c-button.--submit .com-icon.--circle-arrow {
    right: 1.25rem;
  }
  .c-button.--lg {
    min-height: 3.75rem;
    padding-right: 3.125rem;
    padding-left: 2rem;
    font-size: 1.25rem;
    letter-spacing: 0;
  }
  .c-button.--lg .com-icon.--circle-arrow {
    right: 1.375rem;
  }
}

.c-heading {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading-lv1 {
  font-size: 2rem;
}

.c-heading-lv2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #00638e;
}

@media only screen and (max-width: 767px) {
  .c-heading-lv2 {
    font-size: 1.25rem;
  }
}
.c-heading-lv3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00638e;
}

@media only screen and (max-width: 767px) {
  .c-heading-lv3 {
    font-size: 1.125rem;
  }
}
.c-heading-lv4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #204659;
}

.c-heading-lv5 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #204659;
}

.c-heading-lv6 {
  font-size: 1rem;
  font-weight: bold;
  color: #204659;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1em;
  color: #070707;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.625em;
  left: 0.5em;
  display: block;
  width: 0.25em;
  height: 0.25em;
  content: "";
  background: #333;
  border-radius: 50%;
}

.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #00638e;
  text-decoration: underline;
}
.c-text-link.--blank::after {
  display: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-text-link.--pdf::after {
  display: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}

.c-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #070707;
}
.c-text.--lg {
  font-size: 1.125rem;
}
.c-text.--sm {
  font-size: 0.875rem;
}

.c-input__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #00638e;
}
.c-input__optional {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1.875rem;
  height: 0.875rem;
  font-size: 0;
  color: #fff;
  background-color: #ef0f3a;
  border-radius: 0.125rem;
}
.c-input__optional::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 1.3125rem;
  aspect-ratio: 21/9;
  margin: auto;
  content: "";
  background: url("../images/common/txt-optional-requried.svg") no-repeat center/contain;
  transform: translateY(-50%);
}
.c-input__optional.--required {
  color: #fff;
  background-color: #ef0f3a;
}
.c-input__support-text {
  padding-left: 1em;
  margin-top: 0.5rem;
  text-indent: -1em;
}
.c-input__error-text {
  margin-top: 0.5rem;
  color: #ef0f3a;
}
.c-input__input-container {
  width: 100%;
  min-height: 3.75rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}
.c-input__input-container.error {
  border-color: #ef0f3a;
}
.c-input__radio-wrap {
  display: flex;
  flex-direction: column;
}
.c-input__radio-wrap.--horizontal {
  flex-flow: row wrap;
  gap: 1rem 1.5rem;
}
.c-input__radio {
  display: none;
}
.c-input__radio-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 500;
  color: #161616;
  cursor: pointer;
}
.c-input__radio-container .com-icon {
  flex-shrink: 0;
  margin-top: 0.125rem;
  margin-right: 0.5rem;
  margin-left: 0.1875rem;
}
.c-input__checkbox {
  display: none;
}
.c-input__checkbox-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #00638e;
  cursor: pointer;
}
.c-input__checkbox-container a {
  text-decoration: underline;
}
@media (hover: hover) {
  .c-input__checkbox-container a {
    transition: opacity 0.3s;
  }
  .c-input__checkbox-container a:hover {
    opacity: 0.7;
  }
}
.c-input__checkbox-container .com-icon {
  flex-shrink: 0;
  margin-right: 0.625rem;
}

@media only screen and (max-width: 767px) {
  .c-input__checkbox-container {
    font-size: 0.9375rem;
  }
  .c-input__input-container {
    min-height: 3.125rem;
  }
  .c-input__label {
    font-size: 0.9375rem;
  }
  .c-input__optional {
    width: 1.5625rem;
    height: 0.75rem;
  }
  .c-input__optional::before {
    width: 1.0625rem;
  }
  .c-input__radio-wrap {
    margin-top: 0.9375rem;
  }
  .c-input__radio-wrap.--horizontal {
    gap: 0.8125rem 1.25rem;
  }
  .c-input__radio-wrap.--ver-sp {
    flex-direction: column;
    gap: 0.8125rem 1.25rem;
  }
  .c-input__radio-container {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  .c-input__checkbox-container .com-icon.--checkbox {
    --wrap-size: 1.25rem;
  }
}
.c-swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 0.5rem;
  --swiper-pagination-bullet-size: 0.5rem;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #bababa;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-color: #00638e;
  display: flex;
}
.c-swiper-pagination.--block {
  position: static;
  inset: unset;
}

.c-swiper-button {
  --swiper-navigation-size: 4.375rem;
  --swiper-navigation-color: #00638e;
  position: relative;
  width: auto;
  aspect-ratio: 1/1;
  background: currentcolor;
  border-radius: 50%;
  transition: all 0.3s;
}
.c-swiper-button .swiper-navigation-icon {
  display: none;
}
.c-swiper-button::after {
  position: absolute;
  inset: 0;
  width: 0.9375rem;
  aspect-ratio: 1/1;
  margin: auto;
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.27 15.14'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23f2f2f2;stroke-miterlimit:10;stroke-width:1.8px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='6.07 .64 13 7.57 6.07 14.5'/%3E%3Cline class='cls-1' x1='12.37' y1='7.57' y2='7.57'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.27 15.14'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23f2f2f2;stroke-miterlimit:10;stroke-width:1.8px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='6.07 .64 13 7.57 6.07 14.5'/%3E%3Cline class='cls-1' x1='12.37' y1='7.57' y2='7.57'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-swiper-button.--prev::after {
  transform: rotate(180deg);
}
.c-swiper-button.swiper-button-disabled {
  opacity: 1;
  --swiper-navigation-color: #dbdbdb;
}
@media (hover: hover) {
  .c-swiper-button {
    transition: opacity 0.3s;
  }
  .c-swiper-button:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .c-swiper-button {
    --swiper-navigation-size: 3.75rem;
  }
  .c-swiper-pagination {
    --swiper-pagination-bullet-horizontal-gap: 0.375rem;
    --swiper-pagination-bullet-size: 0.375rem;
  }
}
/* project */
.p-balloon {
  display: flex;
  gap: 3.75rem;
  align-items: center;
}
.p-balloon.--reverse {
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
}
.p-balloon.--reverse .p-balloon__img {
  width: 22.8125rem;
}
.p-balloon.--reverse .p-balloon__list {
  align-items: flex-end;
  padding-top: 0.1875rem;
}
.p-balloon.--reverse .p-balloon__item {
  padding: 0.25rem 2.375rem 0.25rem 1.5rem;
  border-color: #ffce00;
}
.p-balloon.--reverse .p-balloon__item::after {
  right: -0.625rem;
  left: unset;
  background: #fff url("../images/index/icon-arrow-yellow.png") no-repeat center/cover;
}
.p-balloon + .p-balloon {
  margin-top: 10.75rem;
}
.p-balloon__img {
  width: 25.375rem;
}
.p-balloon__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
.p-balloon__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  padding: 0.25rem 1.5rem 0.25rem 2.375rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.38;
  text-align: left;
  background-color: #fff;
  border: 0.1875rem solid #63bbd6;
  border-radius: 2.5rem;
}
.p-balloon__item::after {
  position: absolute;
  top: 50%;
  left: -0.625rem;
  width: 2.5rem;
  height: 3.75rem;
  content: "";
  background: #fff url("../images/index/icon-arrow-blue.png") no-repeat center/cover;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1280px) {
  .p-balloon.--reverse .p-balloon__item {
    padding: 0.25rem 3rem 0.25rem 1.75rem;
    border-width: 0.125rem;
  }
  .p-balloon.--reverse .p-balloon__item::after {
    right: -0.1875rem;
    background-image: url("../images/index/icon-arrow-yellow-sp.png");
  }
  .p-balloon__item {
    height: 4.25rem;
    padding: 0.25rem 1.75rem 0.25rem 3rem;
    font-size: 0.9375rem;
    border-width: 0.1875rem;
  }
  .p-balloon__item::after {
    left: -0.1875rem;
    width: 3.125rem;
    height: 4.25rem;
    background-image: url("../images/index/icon-arrow-blue-sp.png");
  }
}
@media only screen and (max-width: 767px) {
  .p-balloon {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .p-balloon + .p-balloon {
    margin-top: 4rem;
  }
  .p-balloon.--reverse {
    flex-direction: column;
    align-items: center;
  }
  .p-balloon.--reverse .p-balloon__img {
    width: 18.375rem;
    margin-left: -0.6875rem;
  }
  .p-balloon.--reverse .p-balloon__list {
    align-items: flex-end;
    padding-top: 0.1875rem;
  }
  .p-balloon__list {
    gap: 0.625rem;
  }
  .p-balloon__img {
    width: 100%;
    max-width: 20.375rem;
    margin-left: -1.6875rem;
  }
}
.p-breadline {
  margin-top: 0.5rem;
}
.p-breadline__list {
  display: flex;
  align-items: center;
}
.p-breadline__item {
  font-size: 0.875rem;
  font-weight: 500;
  color: #070707;
  white-space: nowrap;
}
.p-breadline__item a {
  margin-right: 0.75rem;
  color: #070707;
}
.p-breadline__item.--active {
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-breadline__divider {
  margin-right: 0.75rem;
  font-size: 1rem;
}

.p-card-01__image {
  aspect-ratio: 560/300;
  overflow: hidden;
  border-radius: 0.375rem;
}
.p-card-01__image picture,
.p-card-01__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-card-01__content {
  margin-top: 1.5rem;
}
.p-card-01__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.75;
  color: #00638e;
}
.p-card-01__text {
  margin-top: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.53;
  color: #070707;
}

@media only screen and (max-width: 767px) {
  .p-card-01__text {
    margin-top: 0.4375rem;
    font-size: 0.8125rem;
  }
  .p-card-01__image {
    aspect-ratio: 310/270;
    border-radius: 0.25rem;
  }
  .p-card-01__title {
    font-size: 1.125rem;
    line-height: 1.38;
  }
  .p-card-01__text {
    margin-top: 0.875rem;
    line-height: 1.47;
  }
  .p-card-01__content {
    margin-top: 1.125rem;
  }
}
.p-box {
  padding: 2rem 2.5rem;
  background-color: #ededed;
  border-radius: 0.625rem;
}
.p-box.--bg-blue {
  background-color: #edf6f9;
}
.p-box__title {
  font-size: 1rem;
  font-weight: bold;
}
.p-box__text {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.p-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-grid__texts {
  margin-top: 1rem;
}
.p-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed pxtorem(1) #c2c2c2; */
}

.p-table__th {
  padding: 0.75rem 1rem;
  font-weight: bold;
  vertical-align: middle;
  background-color: #ededed;
  border: 0.0625rem solid #ccc;
}
.p-table__td {
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #ccc;
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__th {
    padding: 0.5rem 0.75rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__td {
    padding: 0.5rem 0.75rem;
  }
}
.p-mainvisual {
  position: relative;
  display: flex;
  padding-top: 11.75rem;
  padding-bottom: 4rem;
}
.p-mainvisual__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-mainvisual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-mainvisual__container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 97.5rem;
  max-width: 100%;
  height: auto;
  padding: 0 2.5rem 2.25rem;
  margin-right: auto;
  margin-left: auto;
}
.p-mainvisual__img-01 {
  width: 68.5526315789%;
}
.p-mainvisual__text {
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  display: inline-block;
  width: 25.1973684211%;
}
.p-mainvisual__text img {
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .p-mainvisual {
    padding-top: 11.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainvisual {
    padding-top: 10rem;
    padding-bottom: 5.625rem;
    overflow: hidden;
  }
  .p-mainvisual__container {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    padding: 0 0.5rem 14rem;
  }
  .p-mainvisual__img-01 {
    width: 100%;
    margin-top: 0.5rem;
    margin-left: 0;
  }
  .p-mainvisual__img-01 img {
    position: relative;
    left: 50%;
    width: 100%;
    max-width: 22.25rem;
    transform: translateX(-50%);
  }
  .p-mainvisual__text {
    left: 2.3125rem;
    width: 89.8876404494%;
    max-width: 20rem;
  }
}
.p-pagetitle {
  position: relative;
  padding-top: 12.5rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25);
}
.p-pagetitle__title {
  width: 77.5rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto -0.1875rem;
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    padding-top: 10rem;
  }
}
.p-point {
  display: flex;
  flex-wrap: wrap;
  gap: 2.3125rem 1.875rem;
}
.p-point__item {
  position: relative;
  width: calc((100% - 3.75rem) / 3);
  padding: 3.5rem 2.25rem 2.875rem;
  background: url("../images/common/bg-point01.png") repeat-y center/100% 320px;
  border-radius: 0.375rem;
}
@media all and (min-width: 768px), print {
  .p-point__item.--wide {
    width: 100%;
    min-height: 12.5rem;
    padding: 2.5rem 3rem 1.75rem 2.5rem;
    background: url("../images/common/bg-point02.png") repeat-y center/100% 200px;
  }
  .p-point__item.--wide .p-point__item-inner {
    display: flex;
    gap: 3rem;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .p-point__item.--wide .p-point__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-point__item.--wide .p-point__title {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    width: 21rem;
    padding: 0 1.875rem;
    margin: 0;
    border-right: 0.0625rem solid #1e1e1e;
    border-bottom: none;
  }
  .p-point__item.--point03 .p-point__title strong {
    display: block;
    margin-right: -0.5rem;
  }
}
.p-point__item-inner {
  max-width: 43.1875rem;
}
.p-point__title {
  padding-bottom: 2rem;
  margin-bottom: 1.75rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #00638e;
  border-bottom: 0.0625rem solid #1e1e1e;
}
.p-point__title-no {
  position: absolute;
  top: -1.5rem;
  left: 2.5rem;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.488125rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  color: #070707;
  letter-spacing: 0.08em;
}
.p-point__title-no small {
  margin-right: 0.375rem;
  font-size: 1.289375rem;
  font-weight: 500;
  letter-spacing: 0;
}
.p-point__text {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1e1e1e;
}

@media only screen and (max-width: 767px) {
  .p-point {
    gap: 2.5rem;
  }
  .p-point__item {
    width: 100%;
    min-height: 10.25rem;
    padding: 2.5rem 1.25rem 1.875rem;
  }
  .p-point__text {
    font-size: 0.875rem;
    line-height: 1.72;
  }
  .p-point__title {
    padding-bottom: 1.375rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
  .p-point__title + .p-point__item {
    margin-top: 0.375rem;
  }
  .p-point__title-no {
    top: -1.25rem;
    left: 1.375rem;
    font-size: 2.089375rem;
  }
  .p-point__title-no small {
    font-size: 1.0825rem;
  }
}
.p-pricing {
  max-width: 68.75rem;
  margin: 0 auto;
}
.p-pricing__box {
  display: flex;
  margin-bottom: 1.375rem;
  background: #fff;
  border: 0.125rem solid var(--color-pricing, #00638e);
  border-radius: 0.375rem;
}
.p-pricing__box.--web {
  --color-pricing: #474a4c;
}
.p-pricing__box.--web .p-pricing__row {
  padding: 0.625rem 2.5rem 1.25rem;
}
.p-pricing__box.--basic .p-pricing__body {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 3.5rem 2rem;
}
.p-pricing__box.--basic .p-pricing__price {
  flex-shrink: 0;
  font-size: 1.724375rem;
  line-height: 1;
}
.p-pricing__box.--basic .p-pricing__price-text {
  padding: 0.25rem 0;
  margin-left: 0.5rem;
  letter-spacing: 0.12em;
}
.p-pricing__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.9375rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  background: var(--color-pricing, #00638e);
}
.p-pricing__body {
  flex: 1;
}
.p-pricing__price {
  position: relative;
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--color-pricing, #00638e);
}
.p-pricing__price-text {
  position: relative;
}
.p-pricing__price-sup {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
}
.p-pricing__num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.515rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.p-pricing__desc {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.49;
}
.p-pricing__title {
  display: inline-block;
  margin-right: 2rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--color-pricing, #00638e);
}
.p-pricing__price-sub {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.799375rem;
  font-style: italic;
  font-weight: bold;
  color: var(--color-pricing, #00638e);
}
.p-pricing__price-sub-text {
  margin-left: 0.25rem;
  font-size: 0.875rem;
  font-style: normal;
}
.p-pricing__price-sub-text span {
  font-size: 0.625rem;
}
.p-pricing__price-sub-text em {
  font-size: 1.25rem;
}
.p-pricing__text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.p-pricing__row {
  padding: 1.125rem 2.5rem 1.5rem;
  border-top: 0.0625rem dashed var(--color-pricing, #00638e);
}
.p-pricing__row:first-child {
  border-top: none;
}

@media only screen and (max-width: 1280px) {
  .p-pricing__box.--basic .p-pricing__body {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    padding: 0.9375rem 1.5rem 1.75rem;
  }
  .p-pricing__box.--basic .p-pricing__price {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-pricing__box {
    flex-direction: column;
    margin-bottom: 1.25rem;
  }
  .p-pricing__box.--web .p-pricing__head {
    line-height: 1.29;
    text-align: center;
  }
  .p-pricing__box.--web .p-pricing__row {
    padding: 1.125rem 1.25rem;
  }
  .p-pricing__head {
    width: 100%;
    padding: 0.75rem 0;
    font-size: 1.375rem;
    line-height: 1.75;
  }
  .p-pricing__body {
    flex: inherit;
    width: 100%;
  }
  .p-pricing__desc {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.37;
  }
  .p-pricing__title {
    padding-left: 1em;
    margin-right: 0;
    font-size: 1.125rem;
    text-indent: -1em;
  }
  .p-pricing__price-sub {
    display: block;
    margin-left: 3rem;
  }
  .p-pricing__row {
    padding: 1.125rem 1.25rem;
  }
}
.p-qa__item + .p-qa__item {
  margin-top: 4.0625rem;
}
.p-qa__head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3.75rem;
  padding: 0.5rem 1.25rem 0.5rem 0;
  background: linear-gradient(90deg, #388bc0 0%, #00638e 100%);
  border-radius: 1.875rem;
}
.p-qa__head::after {
  position: absolute;
  top: calc(100% - 0.125rem);
  left: 0;
  width: 100%;
  height: 1.25rem;
  content: "";
  background: inherit;
  -webkit-mask-image: url("../images/common/icon-arrow-down-01.png");
          mask-image: url("../images/common/icon-arrow-down-01.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 5% top;
          mask-position: 5% top;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-qa__body {
  min-height: 4.0625rem;
  padding: 0.875rem 1.25rem 1.125rem;
  margin-top: 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875;
  color: #161616;
  background-color: #efefef;
  border-radius: 0.4375rem;
}
.p-qa__body.--pd-lg {
  padding: 1.875rem 2.1875rem 3.25rem;
}
.p-qa__head-text {
  position: relative;
  padding-left: 5.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: white;
}
.p-qa__head-text::before {
  position: absolute;
  top: 0.45em;
  left: 2.875rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.08em;
  content: "Q.";
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .p-qa__item + .p-qa__item {
    margin-top: 1.875rem;
  }
  .p-qa__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 5.25rem;
    padding: 0.875rem 1.75rem 1.5rem 0;
    border-radius: 1.625rem;
  }
  .p-qa__head::after {
    height: 1rem;
    -webkit-mask-position: 13% top;
            mask-position: 13% top;
  }
  .p-qa__head-text {
    display: flex;
    align-items: center;
    min-height: 1.875rem;
    padding-left: 3.1875rem;
    font-size: 0.9375rem;
  }
  .p-qa__head-text::before {
    top: 0.8em;
    left: 1.25rem;
    font-size: 1.75rem;
  }
  .p-qa__body {
    padding: 1.25rem 1.125rem 1.125rem;
    margin-top: 1.125rem;
    font-size: 0.9375rem;
    line-height: 1.48;
  }
  .p-qa__body.--pd-lg {
    padding: 1.875rem 1.25rem 1.875rem 0.875rem;
  }
}
.p-section-title-h1 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h2 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-swiper-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.875rem;
}
.p-swiper-control .c-swiper-button {
  position: relative;
  inset: auto;
  margin: unset;
  transform: none;
}
.p-swiper-control .c-swiper-pagination {
  position: relative;
  inset: auto;
  width: auto;
  margin: unset;
  transform: none;
}

@media only screen and (max-width: 767px) {
  .p-swiper-control {
    gap: 1rem;
    margin-top: 2rem;
  }
  .p-swiper-control.--center-sp {
    justify-content: center;
  }
}
.p-voice-card {
  display: flex;
  gap: 3.8333333333%;
  padding: 5.625rem 7.5% 5.25rem;
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.15);
}
.p-voice-card + .p-voice-card {
  margin-top: 3.75rem;
}
.p-voice-card__media {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: clamp(17.5rem, 28.3333333333vw, 21.25rem);
}
.p-voice-card__img {
  width: 100%;
  aspect-ratio: 340/360;
  overflow: hidden;
  border-radius: 0.375rem;
}
.p-voice-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice-card__headline {
  margin-top: 1.25rem;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.75;
  color: #00638e;
}
.p-voice-card__meta {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  color: #1e1e1e;
}
.p-voice-card__body {
  flex-grow: 1;
}
.p-voice-card__item {
  padding: 0.875rem 1rem 1.125rem;
  border-top: 0.0625rem solid #000;
}
.p-voice-card__item:last-child {
  border-bottom: 0.0625rem solid #000;
}
.p-voice-card__question {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  color: #00638e;
}
.p-voice-card__answer {
  margin-top: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.75;
  color: #1e1e1e;
}

@media only screen and (max-width: 767px) {
  .p-voice-card {
    flex-direction: column;
    align-items: center;
    padding: 2.25rem 1.25rem 1.75rem;
  }
  .p-voice-card + .p-voice-card {
    margin-top: 2rem;
  }
  .p-voice-card__media {
    width: 100%;
    padding: 0 0.625rem;
  }
  .p-voice-card__body {
    width: 100%;
  }
  .p-voice-card__headline {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.55;
  }
  .p-voice-card__meta {
    margin-top: 0.75rem;
    font-size: 0.8125rem;
  }
  .p-voice-card__item {
    padding: 0.875rem 0.5rem 1.625rem;
  }
  .p-voice-card__question {
    font-size: 0.875rem;
  }
  .p-voice-card__answer {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.46;
  }
}
.p-works-card {
  max-width: 100%;
}
.p-works-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 340/300;
  overflow: hidden;
  border-radius: 0.3125rem;
}
.p-works-card__image picture,
.p-works-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works-card__content {
  margin-top: 1.25rem;
}
.p-works-card__title-name {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #00638e;
}
.p-works-card__title-cat {
  display: inline-block;
  padding: 0 0.3125rem;
  margin-right: 0.375rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #fff;
  background-color: #00638e;
}
.p-works-card__title-date {
  font-size: 0.875rem;
  font-weight: 500;
  color: #00638e;
}

@media only screen and (max-width: 767px) {
  .p-works-card__title-name {
    font-size: 1.125rem;
  }
  .p-works-card__content {
    margin-top: 1rem;
    margin-left: 0.5rem;
  }
}
/* pages */
body.complete .l-header__nav-link {
  color: #070707;
}
body.complete section {
  background-color: #f2f2f2;
  padding-top: 5rem;
  padding-bottom: 8.875rem;
}
body.complete .contact__form {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
}
body.complete .contact__form .p-form {
  margin-top: 3.75rem;
}

@media only screen and (max-width: 767px) {
  body.complete section {
    padding-top: 3.125rem;
    padding-bottom: 7.5rem;
  }
}
body.confirm .l-header__nav-link {
  color: #070707;
}
body.confirm section {
  background-color: #f2f2f2;
  padding-top: 5rem;
  padding-bottom: 8.875rem;
}
body.confirm .contact__form {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
}
body.confirm .contact__form .p-form {
  margin-top: 3.75rem;
}
body.confirm .contact__form .p-form .c-text-link {
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  body.confirm section {
    padding-top: 3.125rem;
    padding-bottom: 7.5rem;
  }
}
body.index .l-all {
  overflow: hidden;
}
body.index .index-features {
  position: relative;
  padding-top: 12.5rem;
  padding-bottom: 13rem;
  overflow: hidden;
}
body.index .index-features__path {
  position: absolute;
}
body.index .index-features__path img {
  width: 100%;
}
body.index .index-features__path.--01 {
  top: 4.5rem;
  right: 80.3645833333vw;
  width: 29.1666666667vw;
}
body.index .index-features__path.--02 {
  right: calc(50vw + 547px);
  bottom: 11.25rem;
  z-index: 2;
  width: 19.7916666667vw;
}
body.index .index-features__path.--03 {
  top: -5.25rem;
  left: 69.1666666667vw;
  width: 28.125vw;
}
body.index .index-features__path.--04 {
  bottom: -0.5rem;
  left: 66.6666666667vw;
  width: 40.625vw;
}
body.index .index-problem__head {
  margin-bottom: 3.75rem;
  font-size: 3rem;
  font-weight: bold;
  color: #070707;
  text-align: center;
}
body.index .index-problem__head span {
  position: relative;
  color: #00638e;
}
body.index .index-problem__head span::before {
  position: absolute;
  top: -0.15em;
  left: 42%;
  width: 0.625rem;
  aspect-ratio: 1/1;
  content: "";
  background-color: currentcolor;
  border-radius: 50%;
  transform: translateX(-50%);
}
body.index .index-merit {
  padding: 5rem 0 13rem;
  margin-top: 10.25rem;
  background: url("../images/index/bg-merit.png") no-repeat center/cover;
}
body.index .index-merit__swiper-outer {
  margin-top: 6.375rem;
}
@media all and (min-width: 768px), print {
  body.index .index-merit__swiper-outer .swiper-wrapper {
    flex-wrap: wrap;
    gap: 4.5rem 0;
    justify-content: space-between;
  }
  body.index .index-merit__swiper-outer .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    width: 46.6666666667%;
  }
  body.index .index-merit__swiper-outer .p-swiper-control {
    display: none;
  }
}
body.index .index-price {
  margin-top: 9.375rem;
}
body.index .index-price .p-pricing {
  margin-top: 2.625rem;
}
body.index .index-faq {
  margin-top: 15rem;
}
body.index .index-faq .c-heading-01__en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  color: #00638e;
}
body.index .index-faq .p-qa {
  max-width: 68.75rem;
  margin: 3.125rem auto 0;
}
body.index .index-works {
  position: relative;
  z-index: 1;
  padding-bottom: 12.5rem;
  margin-top: 17rem;
}
body.index .index-works .l-inner {
  width: 100%;
  padding: 0;
}
body.index .index-works .p-swiper-control {
  margin-top: 3.5rem;
  margin-left: 0.4375rem;
}
body.index .index-works .c-heading-01 {
  margin-top: 1.75rem;
}
body.index .index-works .c-heading-01__jp {
  margin-top: -0.5rem;
}
body.index .index-works__column {
  display: flex;
  align-items: space-between;
  justify-content: space-between;
}
body.index .index-works__banner {
  flex-shrink: 0;
  width: 27.34375%;
  aspect-ratio: 525/810;
  overflow: hidden;
  border-radius: 0 0.75rem 0.75rem 0;
}
body.index .index-works__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.index .index-works__cont {
  flex-shrink: 0;
  width: 61.71875%;
}
body.index .index-works__swiper-outer {
  margin-top: 4.375rem;
  margin-left: 0.25rem;
  overflow: hidden;
}
body.index .index-works__swiper-outer .swiper {
  width: 21.25rem;
  margin-left: 0;
  overflow: visible;
}
body.index .index-works__path {
  position: absolute;
  bottom: -7.5rem;
  left: 70.0520833333vw;
  width: 53.125vw;
}
body.index .index-works__path img {
  width: 100%;
  height: auto;
}
body.index .index-voice {
  margin-top: 5.5rem;
}
body.index .index-voice .c-heading-01 {
  margin-bottom: 2.1875rem;
}
body.index .index-contact {
  position: relative;
  z-index: 1;
  margin-top: 16rem;
}
body.index .index-contact__head {
  margin-bottom: -0.25rem;
}
body.index .index-contact__cont {
  padding-top: 8rem;
  padding-bottom: 8.875rem;
  background-color: #f2f2f2;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.25);
}
body.index .index-contact__form {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  body.index .index-merit {
    padding: 4.5rem 0 4.1875rem;
    margin-top: 7.8125rem;
  }
  body.index .index-merit .c-heading-01__jp {
    margin-top: -0.3125rem;
  }
  body.index .index-merit__swiper-outer {
    margin-top: 1.375rem;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  body.index .index-features {
    padding-top: 4.875rem;
    padding-bottom: 21.25rem;
  }
  body.index .index-features .p-point {
    margin-top: 2rem;
  }
  body.index .index-features__path.--01, body.index .index-features__path.--04 {
    display: none;
  }
  body.index .index-features__path.--02 {
    bottom: 0rem;
    left: 0.1875rem;
    width: 16.375rem;
  }
  body.index .index-features__path.--03 {
    top: unset;
    bottom: 1.25rem;
    left: calc(100vw - 200px);
    width: 22.5rem;
  }
  body.index .index-problem {
    margin-top: 10.25rem;
  }
  body.index .index-problem__head {
    margin-bottom: 1.6875rem;
    font-size: 1.5425rem;
  }
  body.index .index-problem__head span::before {
    width: 0.3125rem;
  }
  body.index .index-price {
    margin-top: 9rem;
  }
  body.index .index-price .c-heading-01__jp {
    margin-top: -0.3125rem;
  }
  body.index .index-price .p-pricing {
    padding: 0 0.75rem 0 1.125rem;
    margin-top: 1.75rem;
  }
  body.index .index-faq {
    margin-top: 7.375rem;
  }
  body.index .index-faq .c-heading-01__en {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.75rem;
    font-style: italic;
  }
  body.index .index-faq .c-heading-01__jp {
    margin-top: -0.3125rem;
  }
  body.index .index-faq .p-qa {
    padding: 0 0.75rem 0 0.625rem;
    margin-top: 1.375rem;
  }
  body.index .index-faq .p-qa__item:first-child .p-qa__body {
    margin-top: 1.875rem;
  }
  body.index .index-faq .p-qa__item:nth-child(2) {
    margin-top: 1.5rem;
  }
  body.index .index-faq .p-qa__item:nth-child(2) .p-qa__body {
    padding-bottom: 1.5rem;
  }
  body.index .index-faq .p-qa__item:nth-child(3) {
    margin-top: 1.625rem;
  }
  body.index .index-faq .p-qa__item:nth-child(3) .p-qa__body {
    padding-bottom: 1.625rem;
  }
  body.index .index-works {
    padding-bottom: 21.5625rem;
    margin-top: 3.75rem;
  }
  body.index .index-works .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  body.index .index-works .p-swiper-control {
    justify-content: center;
    margin-top: 2.5rem;
    margin-left: 0;
  }
  body.index .index-works .c-heading-01 {
    text-align: center;
  }
  body.index .index-works .c-heading-01__jp {
    margin-top: -0.125rem;
  }
  body.index .index-works__banner {
    display: none;
  }
  body.index .index-works__swiper-outer {
    margin-top: 2.0625rem;
    margin-right: 0.75rem;
    margin-left: 0;
    margin-left: 0.75rem;
  }
  body.index .index-works__swiper-outer .swiper {
    width: 100%;
  }
  body.index .index-works__cont {
    width: 100%;
  }
  body.index .index-works__path {
    bottom: 0;
    left: 13.0666666667vw;
    width: 146.6666666667vw;
  }
  body.index .index-voice {
    margin-top: 3.625rem;
  }
  body.index .index-voice .c-heading-01 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  body.index .index-voice .c-heading-01__jp {
    margin-top: -0.125rem;
  }
  body.index .index-contact {
    margin-top: 6.25rem;
  }
  body.index .index-contact .c-heading-01 {
    margin-left: 0.375rem;
  }
  body.index .index-contact .c-heading-01__jp {
    margin-top: -0.5rem;
  }
  body.index .index-contact__head {
    margin-bottom: -0.0625rem;
  }
  body.index .index-contact__cont {
    padding: 3.125rem 0.5rem 7.5rem;
  }
  body.index .index-contact__cont .c-input__text-label:nth-child(3) {
    margin-right: -0.5rem;
  }
}
body.privacy section {
  padding-top: 5rem;
  padding-bottom: 8.875rem;
}
body.privacy .c-heading-lv3 {
  margin-top: 2.5rem;
}
body.privacy .c-heading-lv3:first-child {
  margin-top: 0;
}
body.privacy .c-heading-lv3 + .c-text {
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  body.privacy section {
    padding-top: 3.125rem;
    padding-bottom: 7.5rem;
  }
  body.privacy .c-heading-lv3 {
    margin-top: 1.5rem;
  }
  body.privacy .c-heading-lv3 + .c-text {
    margin-top: 0.5rem;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}
/* recaptcha */
.grecaptcha-badge {
  bottom: 90px !important;
  z-index: 99;
}