@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: #161616;
  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: #161616;
  -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: 16.6875rem;
  padding-left: min(3.2291666667%, 3.875rem);
}
.l-header__container {
  display: flex;
  gap: min(2.03125%, 2.4375rem);
  align-items: center;
  min-height: 11.4375rem;
}
.l-header__logo {
  display: flex;
  align-items: center;
  width: clamp(11.25rem, 22vw, 18.375rem);
}
.l-header__menu {
  margin-left: auto;
}
.l-header__nav-list {
  display: flex;
  gap: min(2.1875vw, 2.625rem);
  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(1.125rem, 1vw, 1.125rem);
  font-weight: bold;
}
@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: #5ca9aa;
}
.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;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 2.5rem 0 10rem;
  overflow-y: auto;
}
.l-header__nav-popup {
  width: 61.25rem;
  max-width: calc(100% - 2.5rem);
  margin-right: auto;
  margin-left: auto;
}
.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-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.5625rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.36);
  border-radius: 0 0 0 0.625rem;
}

.l-hum {
  position: relative;
  height: 3.4375rem;
  background: rgba(92, 169, 170, 0.67);
  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: 768px), 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;
    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-popup .l-hum {
    top: unset;
    bottom: 0;
    left: 2.5rem;
    width: 4.1875rem;
  }
  .l-header__nav-popup {
    width: 100%;
    max-width: calc(100% - 5rem);
  }
  .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.1875rem;
    justify-content: center;
    width: auto;
    padding: 0 0.375rem;
    margin-right: auto;
    margin-left: auto;
    background: none;
    border-radius: 0;
  }
  .l-header__side .c-button {
    flex-grow: 1;
    width: auto;
    padding: 0.375rem 1.5625rem 0.375rem 0.375rem;
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .l-header__side .c-button .com-icon.--circle-arrow {
    right: 0.5rem;
    --wrap-size: 1.125rem;
    --icon-size: 43.3333333333%;
  }
  .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__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 {
    padding-bottom: 5rem;
  }
  .l-header__inner {
    padding: 3.3125rem 1.25rem 0;
  }
  .l-header__container {
    justify-content: center;
    height: auto;
  }
  .l-header__logo {
    width: 15.25rem;
    margin-left: 0.375rem;
  }
  .l-header__menu {
    display: none !important;
  }
}
/* 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__kasan-logo {
  display: flex;
  align-items: center;
  width: clamp(14.6875rem, 22vw, 17.125rem);
  margin-bottom: 1.25rem;
}
.l-footer__kasan-desc {
  margin-top: 0.9375rem;
  font-size: 0.6875rem;
  line-height: 1.6;
  color: #ddd;
}
.l-footer__kasan-link {
  text-decoration: underline;
}
@media (hover: hover) {
  .l-footer__kasan-link {
    transition: opacity 0.3s;
  }
  .l-footer__kasan-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__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__kasan-title {
    padding-left: 0.5rem;
    font-size: 1rem;
  }
  .l-footer__kasan-title small {
    margin-left: -0.125rem;
    font-size: 0.59375rem;
  }
  .l-footer__kasan-logo {
    width: 14.6875rem;
    margin: 0 auto 1.25rem;
  }
  .l-footer__kasan-desc {
    margin-top: 0.625rem;
    font-size: 0.625rem;
    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;
}

/* 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 .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: 3.375rem;
  }
  .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.76;
  color: #6ec7cc;
  letter-spacing: 0.08em;
}
.c-heading-01__en.--white {
  color: #fff;
}
.c-heading-01__jp {
  display: block;
  font-size: 2.25rem;
  font-weight: bold;
  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: 1.4375rem;
  padding-left: 0.25rem;
}
.c-heading-01.--underline-left::before {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  content: "";
  background: linear-gradient(93deg, #5daaab 0%, #54a1a3 33.23%, #3a878d 88.31%, #348188 100%);
}
.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 .c-heading-01__jp {
    margin-top: -0.3125rem;
  }
}
.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: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  background: #171d65;
  border: 0.0625rem solid #171d65;
  border-radius: 0.3125rem;
}
.c-button .com-icon.--circle-arrow {
  position: absolute;
  top: 0;
  right: 0.75rem;
  bottom: 0;
  margin: auto;
  content: "";
  --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;
  letter-spacing: 0.06em;
  background: linear-gradient(90deg, rgb(93, 170, 171) 0%, rgb(84, 161, 163) 33.23%, rgb(58, 135, 141) 88.31%, rgb(52, 129, 136) 100%);
  border: none;
}
.c-button.--submit .com-icon.--circle-arrow {
  right: 1.875rem;
  --wrap-size: 1.875rem;
}
.c-button.--submit:disabled {
  pointer-events: none;
  background: #d3d3d3;
}
.c-button.--submit:disabled .com-icon.--circle-arrow {
  --icon-color: #b2b2b2;
}
.c-button.--simulation {
  background-color: #31aa79;
  border: 0.0625rem solid #31aa79;
  line-height: 1.2;
}
.c-button.--lg {
  min-height: 5rem;
  padding-right: 1rem;
  font-size: 1.375rem;
  border-radius: 0.375rem;
}
.c-button.--lg .com-icon.--circle-arrow {
  right: 1.25rem;
}
.c-button.--lg.--fs-20 {
  font-size: 1.25rem;
}
@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: #204659;
}

@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: #204659;
}

@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: #161616;
}
.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: #204659;
  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: #161616;
}
.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: #204659;
}
.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 3.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: #204659;
  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-simplebar .simplebar-scrollbar::before {
  inset: 0;
  background: #37848b;
  opacity: 1 !important;
}
.c-simplebar .simplebar-track.simplebar-horizontal {
  height: 0.5625rem;
  background: #fff;
  border-radius: 0.25rem;
}

.c-swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 0.5rem;
  --swiper-pagination-bullet-size: 0.625rem;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #bababa;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-color: #204659;
  display: flex;
}
.c-swiper-pagination.--block {
  position: static;
  inset: unset;
}
.c-swiper-button {
  --swiper-navigation-size: 4.375rem;
  --swiper-navigation-color: #204659;
  position: relative;
  width: auto;
  aspect-ratio: 1/1;
  background: currentcolor;
  border-radius: 50%;
  transition: all 0.3s;
}
.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;
  }
}
/* project */
.p-balloon {
  max-width: 56rem;
  margin-right: auto;
  margin-left: auto;
}
.p-balloon + .p-balloon {
  margin-top: 2.25rem;
}
.p-balloon.--col3 {
  display: flex;
  flex-wrap: wrap;
  gap: 3.7946428571%;
  align-items: center;
  justify-content: center;
}
.p-balloon.--col3 .p-balloon__item {
  width: 30.8035714286%;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-balloon.--col3 {
    gap: 1.25rem;
  }
  .p-balloon.--col3 .p-balloon__item {
    width: calc((100% - 2.5rem) / 3);
  }
}
.p-balloon__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 0.5rem 0.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.38;
  color: white;
  text-align: center;
  background-color: #3f3f3f;
  filter: drop-shadow(0.3125rem 0.3125rem rgba(6, 56, 91, 0.17));
  border-radius: 2.5rem;
}
.p-balloon__item::after {
  position: absolute;
  right: 0;
  bottom: -1.125rem;
  left: 0;
  z-index: 0;
  height: 1.1875rem;
  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: top center;
          mask-position: top center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

@media only screen and (max-width: 767px) {
  .p-balloon + .p-balloon {
    margin-top: 2.0625rem;
  }
  .p-balloon__item {
    min-height: 4.25rem;
    filter: drop-shadow(0.3125rem 0.5rem rgba(6, 56, 91, 0.17));
  }
  .p-balloon.--col3 {
    flex-direction: column;
    gap: 1.9375rem;
  }
  .p-balloon.--col3 .p-balloon__item {
    width: 100%;
    max-width: 14.875rem;
    margin-right: auto;
    margin-left: unset;
    font-size: 0.9375rem;
  }
  .p-balloon.--col3 .p-balloon__item:nth-child(2n+1) {
    margin-right: unset;
    margin-left: auto;
  }
}
.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: #161616;
  white-space: nowrap;
}
.p-breadline__item a {
  margin-right: 0.75rem;
  color: #161616;
}
.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;
  color: #204659;
}
.p-card-01__text {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.53;
  color: #2d2d2d;
}
.p-card-01__note {
  font-size: 0.8125rem;
  font-weight: 400;
}

@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;
  }
  .p-card-01__content {
    margin-top: 0.875rem;
  }
}
.p-flow-01__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.5625rem;
  padding: 1rem 5rem;
  background: linear-gradient(90deg, rgb(171, 211, 211) 0%, rgb(93, 170, 171) 100%);
  border-radius: 2.75rem;
}
.p-flow-01__item + .p-flow-01__item {
  margin-top: 2.5rem;
}
.p-flow-01__item:not(:last-child)::after {
  position: absolute;
  top: calc(100% + 1.25rem);
  left: 50%;
  width: 1.375rem;
  height: 1.1875rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #6ec7cc;
  transform: translate(-50%, -50%);
}
.p-flow-01__item-number {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  left: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  aspect-ratio: 1/1;
  padding-bottom: 0.5rem;
  margin: auto;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8125rem;
  font-style: italic;
  font-weight: 600;
  color: #37848b;
  text-align: center;
  letter-spacing: 0.08em;
  background-color: #fff;
  border-radius: 50%;
}
.p-flow-01__item-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-flow-01__item {
    min-height: 3.625rem;
    padding: 0.5rem 0.5rem 0.5rem 0.9375rem;
  }
  .p-flow-01__item:not(:last-child)::after {
    top: calc(100% + 0.8125rem);
  }
  .p-flow-01__item + .p-flow-01__item {
    margin-top: 1.6875rem;
  }
  .p-flow-01__item-number {
    left: 0.5625rem;
    width: 2.5625rem;
    padding-bottom: 0;
    font-size: 1.1875rem;
  }
  .p-flow-01__item:not(:last-child)::after {
    width: 0.875rem;
    height: 0.75rem;
  }
  .p-flow-01__item-title {
    font-size: 0.9375rem;
  }
}
.p-flow {
  display: flex;
  gap: max(4.132231405%, 1.875rem);
  justify-content: space-between;
}
.p-flow__item {
  position: relative;
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.9375rem;
  align-items: center;
  max-width: 5.375rem;
  padding: 1.0625rem 0.5rem 2.125rem;
  background: #fff;
  border-radius: 2.6875rem;
}
.p-flow__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  left: 100%;
  content: "";
  transform: translate(-50%, -50%);
  --wrap-size: 2rem;
  --icon-size: 100%;
  --icon-color: #000;
  width: var(--wrap-size, var(--wrap-w));
  height: var(--wrap-size, var(--wrap-h));
  background: var(--icon-color);
  -webkit-mask-image: var(--icon-url, none);
          mask-image: var(--icon-url, none);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: var(--icon-size, contain);
          mask-size: var(--icon-size, contain);
  --icon-url: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_ãƒ‡ã‚¶ã‚¤ãƒ³' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.43 46.68'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M36.43,23.34C25.91,20.77,18.11,11.3,18.08,0,7.68,2.67,0,12.11,0,23.34s7.68,20.67,18.08,23.34c.03-11.3,7.84-20.77,18.35-23.34Z'/%3E%3C/svg%3E");
  --icon-color: #fff;
}
.p-flow__item-number {
  z-index: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 600;
  color: #6ec7cc;
  letter-spacing: 0.08em;
}
.p-flow__item-title {
  z-index: 1;
  font-size: 1.25rem;
  font-weight: bold;
  color: #161616;
  writing-mode: vertical-rl;
}
.p-flow__item-title small {
  font-size: 0.875rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .p-flow {
    gap: 1.875rem;
  }
  .p-flow__item-number {
    font-size: 1.0625rem;
  }
  .p-flow__item {
    gap: 0.6875rem;
    min-width: 4.125rem;
    padding-top: 0.75rem;
    padding-bottom: 1.8125rem;
  }
  .p-flow__item-title {
    font-size: 0.9375rem;
  }
}
.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: 16.25rem;
  padding-bottom: 4.875rem;
}
.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 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100.125rem;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.p-mainvisual__box {
  position: relative;
  width: 36.1875%;
  padding-top: 3.7%;
  padding-bottom: 2.8%;
  margin-top: -2.2%;
  text-align: center;
  background: rgba(255, 255, 255, 0.27);
  border: 0.0625rem solid #fff;
  border-radius: 0.4375rem;
}
.p-mainvisual__medal {
  position: absolute;
  right: -0.0625rem;
  bottom: 100%;
  left: -0.0625rem;
  display: flex;
  gap: 4%;
  align-items: center;
  justify-content: flex-end;
  transform: translateY(30.8333333333%);
}
.p-mainvisual__medal picture {
  width: 21.6637781629%;
}
.p-mainvisual__medal picture:last-child {
  margin-right: 3%;
}
.p-mainvisual__img-01 {
  width: 65.0436953808%;
  margin-left: -2.9962546816%;
}
.p-mainvisual__text {
  display: inline-block;
  width: 86.308492201%;
  margin-left: 1.5%;
}
.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: 10.5rem;
    padding-bottom: 4.375rem;
    overflow: hidden;
  }
  .p-mainvisual__container {
    position: relative;
    flex-direction: column;
    padding-top: 5.5625rem;
  }
  .p-mainvisual__box {
    position: static;
    width: 18.5625rem;
    padding-top: 1.5rem;
    padding-bottom: 1.625rem;
    margin-top: 2.5625rem;
  }
  .p-mainvisual__medal {
    top: 0;
    bottom: unset;
    gap: 0.625rem;
    justify-content: flex-start;
    max-width: 20.625rem;
    max-width: 88%;
    margin-right: auto;
    margin-left: auto;
    transform: none;
  }
  .p-mainvisual__medal picture {
    width: 5.5625rem;
  }
  .p-mainvisual__img-01 {
    width: 100%;
    margin-top: 0.5rem;
    margin-left: 0;
  }
  .p-mainvisual__img-01 img {
    position: relative;
    left: 50%;
    width: 100.5333333333%;
    max-width: 23.5625rem;
    max-width: unset;
    margin-left: 0.125rem;
    transform: translateX(-50%);
  }
  .p-mainvisual__text {
    width: 86.531986532%;
    margin-left: 0;
    margin-left: 0.5rem;
  }
}
.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__item {
  padding: 1rem 2.125rem 1.6875rem;
  background: url("../images/common/bg-gradient-green-efflect-02.png") repeat-y center/100% auto;
}
.p-point__item + .p-point__item {
  margin-top: 0.25rem;
}
@media all and (min-width: 768px), print {
  .p-point__item.--point02 {
    padding-top: 0.875rem;
    padding-bottom: 2.125rem;
  }
  .p-point__item.--point02 .p-point__title {
    padding-bottom: 0.8125rem;
  }
  .p-point__item.--point02 .p-point__title-no {
    margin-bottom: -0.375rem;
  }
  .p-point__item.--point03 {
    padding-top: 0.625rem;
    padding-bottom: 2.125rem;
  }
  .p-point__item.--point03 .p-point__title {
    padding-bottom: 0.8125rem;
  }
}
.p-point__item-inner {
  max-width: 43.1875rem;
}
.p-point__title {
  padding-bottom: 0.6875rem;
  margin-bottom: 0.75rem;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.7);
}
.p-point__title-no {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
}
.p-point__title-no small {
  margin-right: 0.25rem;
  font-size: 0.75rem;
  letter-spacing: 0;
}
.p-point__text {
  font-size: 0.9825rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .p-point__item {
    min-height: 10.25rem;
    padding: 0.75rem 1.375rem 1.375rem;
    background: url("../images/common/bg-gradient-green-efflect-02-sp.png") repeat-y left center/103.9393939394% auto;
  }
  .p-point__text {
    font-size: 0.875rem;
  }
  .p-point__title {
    padding-bottom: 0.4375rem;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
  }
  .p-point__title + .p-point__item {
    margin-top: 0.375rem;
  }
  .p-point__title-no {
    margin-bottom: -0.125rem;
    font-size: 1.125rem;
  }
  .p-point__title-no small {
    font-size: 0.5rem;
  }
}
.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, rgb(93, 170, 171) 0%, rgb(84, 161, 163) 33.23%, rgb(58, 135, 141) 88.31%, rgb(52, 129, 136) 100%);
  border-radius: 1.875rem;
}
.p-qa__head::after {
  position: absolute;
  top: calc(100% - 0.0625rem);
  left: 0;
  width: 100%;
  height: 1.1875rem;
  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.5625rem;
  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: 2rem;
  }
  .p-qa__head {
    min-height: 0;
    padding: 1.4375rem 1.75rem 0.9375rem 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 {
    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;
  margin-top: 2.1875rem;
}
.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: 1.5rem;
    margin-top: 2.6875rem;
  }
  .p-swiper-control.--center-sp {
    justify-content: center;
  }
}
.p-voice-card {
  max-width: 100%;
}
.p-voice-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 340/300;
  overflow: hidden;
  border-radius: 0.3125rem;
}
.p-voice-card__image picture,
.p-voice-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice-card__content {
  margin-top: 1.25rem;
}
.p-voice-card__title-name {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #204659;
}
.p-voice-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: #204659;
}
.p-voice-card__title-date {
  font-size: 0.875rem;
  font-weight: 500;
  color: #204659;
}
.p-voice-card__comment {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  color: #1e1e1e;
}

@media only screen and (max-width: 767px) {
  .p-voice-card__comment {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
  .p-voice-card__title-name {
    font-size: 1.125rem;
  }
  .p-voice-card__content {
    margin-top: 1rem;
    margin-left: 0.5rem;
  }
}
/* pages */
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 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-header {
  background: inherit;
}
body.index .l-all {
  overflow: hidden;
}
body.index .index-features {
  padding-bottom: 10.25rem;
}
body.index .index-features__cont-01 {
  position: relative;
  padding-top: 13.4375rem;
}
body.index .index-features__cont-01 .l-inner {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
body.index .index-features__bg {
  position: absolute;
  top: 11%;
  bottom: -8.559%;
  left: -3%;
  z-index: -1;
  width: 74.0625%;
}
body.index .index-features__bg-item {
  position: absolute;
  transform: translate(-50%, -50%);
}
body.index .index-features__bg-item picture {
  display: inline-block;
}
body.index .index-features__bg-item.--xxsm {
  width: 5.9375vw;
}
body.index .index-features__bg-item.--xsm {
  width: 7.3958333333vw;
}
body.index .index-features__bg-item.--sm {
  width: 9.1145833333vw;
}
body.index .index-features__bg-item.--md {
  width: 9.375vw;
}
body.index .index-features__bg-item.--lg {
  width: 10.2604166667vw;
}
body.index .index-features__bg-item.--xlg {
  width: 10.625vw;
}
body.index .index-features__bg-item.--xxlg {
  width: 13.5416666667vw;
}
body.index .index-features__bg-item.--item01 {
  top: 21%;
  left: 7%;
}
body.index .index-features__bg-item.--item02 {
  top: 12%;
  left: 32%;
}
body.index .index-features__bg-item.--item03 {
  top: 29%;
  left: 64%;
}
body.index .index-features__bg-item.--item04 {
  top: 10%;
  left: 92.5%;
}
body.index .index-features__bg-item.--item05 {
  top: 62.5%;
  left: 21.5%;
}
body.index .index-features__bg-item.--item06 {
  top: 72.5%;
  right: unset;
  left: 56.5%;
}
body.index .index-features__bg-item.--item07 {
  top: 78.5%;
  bottom: unset;
  left: 82.5%;
}
body.index .index-features__bg-item.--item08 {
  top: 88%;
  left: 10%;
}
body.index .index-features__column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 7.0625rem;
  padding-bottom: 10rem;
}
body.index .index-features__image-01, body.index .index-features__image-02 {
  position: absolute;
  top: 50%;
  left: 1.6666666667%;
  width: 42.0833333333%;
  aspect-ratio: 808/920;
  transform: translateY(-50%);
}
body.index .index-features__image-01-item {
  position: absolute;
  border-radius: 0.25rem;
}
body.index .index-features__image-01-item:nth-child(1) {
  top: 0;
  left: 51.6089108911%;
  width: 48.5148514851%;
}
body.index .index-features__image-01-picture {
  display: inline-block;
  overflow: hidden;
  border-radius: inherit;
}
body.index .index-features__image-01-picture img {
  width: 100%;
}
body.index .index-features__image-02-item {
  position: absolute;
  border-radius: 0.1875rem;
}
body.index .index-features__image-02-item:nth-child(01) {
  top: 17.9347826087%;
  left: 0%;
  width: 33.9108910891%;
}
body.index .index-features__image-02-item:nth-child(02) {
  bottom: 0;
  left: 33.9108910891%;
  width: 37.2524752475%;
}
body.index .index-features__image-02-picture {
  display: inline-block;
  overflow: hidden;
  border-radius: inherit;
}
body.index .index-features__image-02-picture img {
  width: 100%;
}
body.index .index-features__main {
  position: relative;
  z-index: 1;
  width: 50%;
  margin-left: auto;
}
body.index .index-features__main .p-point {
  margin-top: 2.125rem;
}
body.index .index-features__copy {
  position: relative;
  margin-top: 10.625rem;
}
body.index .index-features__copy-cont {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
body.index .index-features__copy-text {
  display: block;
  max-width: 56.25vw;
  margin-top: 1.125rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.75rem;
  font-weight: bold;
  color: #204659;
  text-align: center;
}
body.index .index-features__copy-text picture {
  display: inline-block;
  margin-left: -0.4375rem;
}
body.index .index-features__copy-swiper .swiper-slide {
  max-width: 98.6458333333vw;
  padding-right: 3.125vw;
}
body.index .index-features__copy-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
body.index .index-problem__top {
  position: relative;
  z-index: 1;
  padding-top: 4.625rem;
  overflow: hidden;
}
body.index .index-problem__top::after, body.index .index-problem__top::before {
  position: absolute;
  top: 0;
  bottom: 0;
  bottom: 4.875rem;
  left: 50%;
  z-index: -1;
  width: 100.5208333333vw;
  content: "";
  background: url("../images/common/bg-gradient-green-efflect-03.png") repeat-y center/100% auto;
  transform: translateX(-50%);
}
body.index .index-problem__top::after {
  top: auto;
  bottom: 3.625rem;
  height: 1.25rem;
  margin-bottom: 0.0625rem;
  -webkit-mask-image: url("../images/common/bg-wave-01.png");
          mask-image: url("../images/common/bg-wave-01.png");
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: contain;
          mask-size: contain;
}
body.index .index-problem__head {
  margin-bottom: 4.25rem;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
body.index .index-problem__head span {
  position: relative;
}
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-problem__top-img {
  margin-top: 4.75rem;
  text-align: center;
}
body.index .index-problem__box {
  position: relative;
  max-width: 74.1875rem;
  margin-top: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
body.index .index-problem__box-text-01 {
  margin-left: 1.0625rem;
  font-size: 2.0625rem;
  font-weight: bold;
  color: #171d65;
}
body.index .index-problem__box-text-02 {
  display: inline-block;
  padding: 0 1.25rem;
  margin-top: -0.375rem;
  margin-right: 1.1875rem;
  margin-bottom: -1.375rem;
}
body.index .index-problem__box-bg {
  position: relative;
  z-index: -1;
  display: block;
  height: 7.3125rem;
}
body.index .index-problem__box-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: calc(100% + 3.25rem);
  margin-bottom: 0.0625rem;
  content: "";
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 247, 251) 21.67%, rgb(131, 152, 208) 100%);
  -webkit-mask-image: url("../images/common/icon-arrow-down-02.png");
          mask-image: url("../images/common/icon-arrow-down-02.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: auto 3.25rem;
          mask-size: auto 3.25rem;
}
body.index .index-problem__box-bg-inner {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0 0 12.5rem 12.5rem;
}
body.index .index-problem__box-bg-inner::before {
  display: block;
  height: 10.5625rem;
  content: "";
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 247, 251) 21.67%, rgb(131, 152, 208) 100%);
}
body.index .index-merit {
  margin-top: 10.25rem;
}
body.index .index-merit .c-heading-01__jp {
  margin-top: -0.5rem;
}
body.index .index-merit__swiper-outer {
  margin-top: 2.625rem;
}
@media all and (min-width: 768px), print {
  body.index .index-merit__swiper-outer .swiper-wrapper {
    flex-wrap: wrap;
    gap: 6.125rem 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-simulator {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  margin-top: 6.25rem;
  background: linear-gradient(90deg, rgb(243, 253, 243) 0%, rgb(239, 252, 200) 100%);
}
body.index .index-simulator__panel {
  padding: 2.8125rem 3.125rem 3.625rem;
  margin-top: 3rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0.6875rem;
  box-shadow: 0 1.125rem 2.8125rem rgba(32, 70, 89, 0.08);
}
body.index .index-simulator__range {
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
}
body.index .index-simulator__range-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2857142857;
  color: #204659;
  text-align: center;
}
body.index .index-simulator__range-title strong {
  margin-left: 1.125rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.25rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  color: #37848b;
  letter-spacing: 0.08em;
}
body.index .index-simulator__range-title span {
  margin-left: 0.3125rem;
}
body.index .index-simulator__range-bar {
  margin-top: 1.875rem;
}
body.index .index-simulator__range-bar input {
  width: 100%;
  height: 0.375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #dbdbdb;
}
body.index .index-simulator__range-bar input::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #37848b;
  border-radius: 50%;
}
body.index .index-simulator__range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: -0.0625rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  color: #2d2d2d;
  letter-spacing: 0.08em;
}
body.index .index-simulator__range-labels .min {
  transform: translateX(-50%);
}
body.index .index-simulator__range-labels .max {
  transform: translateX(50%);
}
body.index .index-simulator__range-labels .unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
}
body.index .index-simulator__compare {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28.125rem, 1fr));
  gap: 1.25rem 2.9090909091%;
  margin-top: 2.8125rem;
}
body.index .index-simulator__card {
  padding: 1.5rem 2rem 2rem;
  background: #f2f2f2;
}
body.index .index-simulator__card.--accent {
  background: #fff;
  border: 0.1875rem solid #6ec7cc;
}
body.index .index-simulator__card.--accent .index-simulator__list-row:nth-child(2) dd {
  color: #204659;
}
body.index .index-simulator__card.--accent .index-simulator__list-row.--total dd {
  color: #ef0f3a;
}
body.index .index-simulator__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75;
  color: #2d2d2d;
}
body.index .index-simulator__card-title.--blue {
  color: #204659;
}
body.index .index-simulator__list {
  margin-top: 1rem;
}
body.index .index-simulator__list-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  align-items: baseline;
  padding: 0 0.5rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #2d2d2d;
}
body.index .index-simulator__list-row:not(:first-child) {
  margin-top: 0.375rem;
}
body.index .index-simulator__list-row + body.index .index-simulator__list-row {
  margin-top: 0.625rem;
}
body.index .index-simulator__list-row dt {
  font-weight: 500;
}
body.index .index-simulator__list-row dd {
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
body.index .index-simulator__list-row.--total {
  padding-top: 0.375rem;
  margin-top: 0.75rem;
  border-top: 0.0625rem solid #2d2d2d;
}
body.index .index-simulator__list-row.--total dt {
  font-weight: bold;
}
body.index .index-simulator__list-row.--total dd strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  vertical-align: text-bottom;
}
body.index .index-simulator__arrow {
  display: block;
  width: 1.375rem;
  height: 1.1875rem;
  margin: 1.5rem auto;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #37848b;
}
body.index .index-simulator__result {
  padding: 1.25rem 1.25rem 1.75rem;
  text-align: center;
  background: rgba(110, 199, 204, 0.15);
}
body.index .index-simulator__result-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  color: #204659;
}
body.index .index-simulator__result-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2.8125rem;
  justify-content: center;
  margin-top: 1.125rem;
  text-align: center;
}
body.index .index-simulator__result-text {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #2d2d2d;
}
body.index .index-simulator__result-text strong {
  margin: 0 0.125rem 0 0.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.25rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  color: #ef0f3a;
  letter-spacing: 0.08em;
}
body.index .index-submission {
  padding-top: 8.375rem;
  padding-bottom: 10.3125rem;
  background: url("../images/common/bg-gradient-grey-efflect-01.png") repeat-y center/max(101.6666666667%, 0rem) auto;
}
body.index .index-submission .p-flow-01 {
  max-width: 61.75rem;
  margin-top: 2.125rem;
  margin-right: auto;
  margin-left: auto;
}
body.index .index-submission__head {
  font-size: 1.75rem;
  font-weight: bold;
  color: #204659;
  text-align: center;
}
body.index .index-submission__desc {
  max-width: 49.5rem;
  margin-top: 1.625rem;
  margin-right: auto;
  margin-left: auto;
}
body.index .index-submission__desc-title {
  font-size: 1rem;
  font-weight: bold;
}
body.index .index-submission__desc-txt {
  position: relative;
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.53;
}
body.index .index-submission__desc-txt::after {
  display: flex;
  width: 2.5rem;
  height: 2.1875rem;
  margin: 0 auto;
  margin-top: 2.0625rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #37848b;
}
body.index .index-submission__box {
  max-width: 59.875rem;
  padding: 1.75rem 1.25rem 1.5625rem;
  margin-top: 1.375rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #37848b;
  border-radius: 0.625rem;
}
body.index .index-submission__box-text {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.67;
  color: #fff;
  text-align: center;
}
body.index .index-flow {
  padding-top: 3.125rem;
  padding-bottom: 4.8125rem;
  background: url("../images/common/bg-gradient-green-efflect-01.png") repeat-y center/max(101.6666666667%, 0rem) auto;
}
body.index .index-flow .p-flow__item:nth-child(5) small {
  margin-top: -0.8em;
}
body.index .index-flow__note {
  margin-top: 2.3125rem;
  margin-right: -0.6875rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: right;
}
body.index .index-flow__cont {
  max-width: 60.5rem;
  margin-top: 3.875rem;
  margin-right: auto;
  margin-left: auto;
}
body.index .index-flow__cont-inner {
  overflow: hidden;
}
body.index .index-faq {
  margin-top: 9.1875rem;
}
body.index .index-faq .c-heading-01.--center .c-heading-01__jp {
  margin-top: -0.25rem;
}
body.index .index-faq .p-qa {
  margin-top: 3.25rem;
}
body.index .index-faq .p-qa__item:nth-child(n+4) .p-qa__body {
  font-size: 1rem;
  line-height: 1.6;
}
body.index .index-faq .p-qa__item:nth-child(4) ~ .p-qa__item {
  margin-top: 3.4375rem;
}
body.index .index-voice {
  position: relative;
  z-index: 1;
  margin-top: 19.3125rem;
}
body.index .index-voice .l-inner {
  width: 100%;
  padding: 0;
}
body.index .index-voice .p-swiper-control {
  margin-left: 0.4375rem;
}
body.index .index-voice .c-heading-01__en {
  padding: 0 0.125rem;
}
body.index .index-voice .c-heading-01__jp {
  margin-top: -0.1875rem;
}
body.index .index-voice__bg {
  position: absolute;
  top: -17.8%;
  right: 0;
  bottom: -27%;
  z-index: -1;
  width: 80.2083333333%;
}
body.index .index-voice__bg-item {
  position: absolute;
  transform: translate(-50%, -50%);
}
body.index .index-voice__bg-item picture {
  display: inline-block;
}
body.index .index-voice__bg-item.--xxsm {
  width: 5.2083333333vw;
}
body.index .index-voice__bg-item.--xsm {
  width: 7.8125vw;
}
body.index .index-voice__bg-item.--sm {
  width: 9.8958333333vw;
}
body.index .index-voice__bg-item.--md {
  width: 10.3125vw;
}
body.index .index-voice__bg-item.--lg {
  width: 10.8333333333vw;
}
body.index .index-voice__bg-item.--xlg {
  width: 11.4583333333vw;
}
body.index .index-voice__bg-item.--xxlg {
  width: 13.5416666667vw;
}
body.index .index-voice__bg-item.--item01 {
  top: 12%;
  left: 8%;
}
body.index .index-voice__bg-item.--item02 {
  top: 9.5%;
  left: 57%;
}
body.index .index-voice__bg-item.--item03 {
  top: 18.5%;
  left: 89%;
}
body.index .index-voice__bg-item.--item04 {
  top: 29%;
  left: 40%;
}
body.index .index-voice__bg-item.--item05 {
  top: 53.2%;
  left: 11.8%;
}
body.index .index-voice__bg-item.--item06 {
  bottom: 29%;
  left: 99.8%;
}
body.index .index-voice__bg-item.--item07 {
  bottom: 5%;
  left: 36.5%;
}
body.index .index-voice__bg-item.--item08 {
  top: 87.2%;
  left: 68%;
}
body.index .index-voice__column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between;
}
body.index .index-voice__banner {
  flex-shrink: 0;
  width: 27.34375%;
  aspect-ratio: 525/810;
  overflow: hidden;
  border-radius: 0 0.75rem 0.75rem 0;
}
body.index .index-voice__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.index .index-voice__cont {
  flex-shrink: 0;
  width: 61.71875%;
  margin-bottom: 1.25rem;
}
body.index .index-voice__swiper-outer {
  margin-top: 4.5625rem;
  margin-left: 0.25rem;
  overflow: hidden;
}
body.index .index-voice__swiper-outer .swiper {
  width: 21.25rem;
  margin-left: 0;
  overflow: visible;
}
body.index .index-contact {
  position: relative;
  z-index: 1;
  margin-top: 17.25rem;
}
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: 1280px) {
  body.index .index-features__cont-01 {
    padding-top: min(2.6041666667vw, 13.4375rem);
  }
  body.index .index-features__copy {
    margin-top: 1.25rem;
  }
  body.index .index-simulator__compare {
    margin-top: 1.25rem;
  }
  body.index .index-simulator__arrow {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .index-merit {
    margin-top: 5.125rem;
  }
  body.index .index-merit .c-heading-01__jp {
    margin-top: unset;
  }
  body.index .index-merit__swiper-outer {
    margin-top: 1.5625rem;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  body.index .index-features {
    padding-bottom: 7.75rem;
  }
  body.index .index-features__bg {
    inset: 5rem 0 -1.25rem;
    width: unset;
  }
  body.index .index-features__bg-item.--md {
    width: 23.8933333333vw;
  }
  body.index .index-features__bg-item.--item01 {
    top: 9.5%;
    left: 0%;
  }
  body.index .index-features__bg-item.--xxlg {
    width: 8.1375rem;
  }
  body.index .index-features__bg-item.--xsm {
    width: 4.375rem;
  }
  body.index .index-features__bg-item.--xlg {
    width: 6.3875rem;
  }
  body.index .index-features__bg-item.--sm {
    width: 5.425rem;
  }
  body.index .index-features__bg-item.--xxsm {
    width: 3.5rem;
  }
  body.index .index-features__bg-item.--lg {
    width: 6.125rem;
  }
  body.index .index-features__bg-item.--item02 {
    top: 5%;
    left: 46%;
  }
  body.index .index-features__bg-item.--item03 {
    top: 13%;
    left: 100%;
  }
  body.index .index-features__bg-item.--item05 {
    top: 28%;
    left: 44%;
  }
  body.index .index-features__bg-item.--item08 {
    top: 40%;
    left: 4%;
  }
  body.index .index-features__bg-item.--item06 {
    top: 67%;
    left: 73%;
  }
  body.index .index-features__bg-item.--item07 {
    top: 75%;
    left: 39%;
  }
  body.index .index-features__bg-item.--item04 {
    top: 90%;
    left: 46%;
  }
  body.index .index-features .swiper-slide {
    width: auto;
    max-width: unset;
    padding-right: 1.25rem;
  }
  body.index .index-features .swiper-slide img {
    width: 41.25rem;
  }
  body.index .index-features__column {
    position: static;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  body.index .index-features__main {
    width: auto;
    margin-top: 0.625rem;
    margin-left: 2.75rem;
  }
  body.index .index-features__main .c-heading-01 {
    margin-left: -0.3125rem;
  }
  body.index .index-features__main .p-point {
    margin-top: 1.125rem;
  }
  body.index .index-features__image-01, body.index .index-features__image-02 {
    position: static;
    width: auto;
    aspect-ratio: unset;
    transform: none;
  }
  body.index .index-features__image-01-item {
    position: static;
    border-radius: 0.125rem;
  }
  body.index .index-features__image-01-item:nth-child(1) {
    width: 47.4666666667%;
    margin-left: 44.2666666667%;
  }
  body.index .index-features__image-02 {
    display: flex;
    margin-top: 0.5rem;
  }
  body.index .index-features__image-02-item {
    position: static;
    border-radius: 0.0625rem;
  }
  body.index .index-features__image-02-item:nth-child(01) {
    width: 38.9333333333%;
    margin-right: 10.4%;
  }
  body.index .index-features__image-02-item:nth-child(02) {
    width: 42.9333333333%;
    margin-top: 27.7333333333%;
    border-radius: 0.125rem;
  }
  body.index .index-features__cont-01 {
    padding-top: 9.3125rem;
  }
  body.index .index-features__copy {
    margin-top: 6.25rem;
  }
  body.index .index-features__copy-text {
    width: 19.375rem;
    max-width: 82.6666666667vw;
    max-width: 100%;
    margin-top: -3.5rem;
  }
  body.index .index-features__copy-cont {
    position: relative;
    inset: unset;
    transform: none;
  }
  body.index .index-simulator {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 5.125rem;
  }
  body.index .index-simulator__panel {
    padding: 2.125rem 1rem;
    margin-top: 1.75rem;
    border-radius: 0.5rem;
  }
  body.index .index-simulator__range-title {
    font-size: 1.25rem;
  }
  body.index .index-simulator__range-title strong {
    margin-left: 0.625rem;
    font-size: 1.875rem;
  }
  body.index .index-simulator__range-bar {
    margin-top: 1.375rem;
  }
  body.index .index-simulator__range-bar input {
    height: 0.25rem;
  }
  body.index .index-simulator__range-bar input::-webkit-slider-thumb {
    width: 1.25rem;
    height: 1.25rem;
  }
  body.index .index-simulator__range-labels {
    font-size: 0.9375rem;
  }
  body.index .index-simulator__range-labels .min,
  body.index .index-simulator__range-labels .max {
    transform: none;
  }
  body.index .index-simulator__compare {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
  body.index .index-simulator__card {
    padding: 0.9375rem;
  }
  body.index .index-simulator__card-title {
    font-size: 1.125rem;
  }
  body.index .index-simulator__list {
    margin-top: 0.25rem;
  }
  body.index .index-simulator__list-row {
    gap: 0rem;
    padding: 0;
    font-size: 0.875rem;
  }
  body.index .index-simulator__list-row:not(:first-child) {
    margin-top: 0.25rem;
  }
  body.index .index-simulator__list-row dt {
    font-size: 0.75rem;
  }
  body.index .index-simulator__list-row dd {
    text-align: left;
    white-space: normal;
  }
  body.index .index-simulator__list-row.--total {
    padding-top: 0.375rem;
    margin-top: 0.5rem;
  }
  body.index .index-simulator__list-row.--total dd {
    font-size: 1rem;
  }
  body.index .index-simulator__list-row.--total dd strong {
    font-size: 1.5rem;
  }
  body.index .index-simulator__arrow {
    width: 1.25rem;
    height: 1rem;
    margin: 1rem auto 0.75rem;
  }
  body.index .index-simulator__result {
    padding: 1.5rem 1rem;
  }
  body.index .index-simulator__result-title {
    font-size: 1rem;
  }
  body.index .index-simulator__result-grid {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    margin-top: 0.5rem;
  }
  body.index .index-simulator__result-grid p {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.875rem;
    margin-top: 0.375rem;
  }
  body.index .index-simulator__result-grid strong {
    margin-top: -0.25rem;
    margin-right: 0;
    margin-left: 0.25rem;
    font-size: 1.5rem;
    vertical-align: middle;
  }
  body.index .index-submission {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
    background: url("../images/common/bg-gradient-grey-efflect-01-sp.png") repeat-y center/max(109.8666666667%, 0rem) auto;
  }
  body.index .index-submission .p-flow-01__item:first-child {
    padding-left: 2.5rem;
  }
  body.index .index-submission__desc {
    margin-top: 1.25rem;
  }
  body.index .index-submission__desc-txt {
    margin-left: 0.125rem;
    font-size: 0.8125rem;
    line-height: 1.1538;
  }
  body.index .index-submission__desc-txt::after {
    width: 26;
    width: 1.625rem;
    height: 1.375rem;
    margin-top: 1.375rem;
  }
  body.index .index-submission__desc-txt p + p {
    margin-top: 0.5rem;
  }
  body.index .index-submission__desc-title {
    font-size: 0.8125rem;
  }
  body.index .index-submission__head {
    font-size: 1.0625rem;
  }
  body.index .index-submission__box {
    padding: 0.625rem 0.5rem 0.9375rem;
    margin-top: 1rem;
    border-radius: 0.3125rem;
  }
  body.index .index-submission__box-text {
    font-size: 1rem;
  }
  body.index .index-flow {
    padding-top: 3.25rem;
    padding-bottom: 5.25rem;
    background: url("../images/common/bg-gradient-green-efflect-01-sp.png") repeat-y center/max(110.4%, 0rem) auto;
  }
  body.index .index-flow .simplebar-track.simplebar-horizontal {
    margin-right: 2rem;
    margin-left: 0.375rem;
  }
  body.index .index-flow .c-heading-01 {
    margin-left: 1rem;
  }
  body.index .index-flow__cont {
    max-width: unset;
    margin-top: 2.75rem;
    margin-right: -1.25rem;
    margin-left: 0.375rem;
  }
  body.index .index-flow__cont-inner {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 1.25rem;
    padding-bottom: 1.625rem;
  }
  body.index .index-flow__note {
    margin-top: 1.5rem;
    margin-right: 0;
    font-size: 0.75rem;
  }
  body.index .index-faq {
    margin-top: 6.5rem;
  }
  body.index .index-faq .p-qa {
    margin-top: 1.4375rem;
    margin-right: 0.4375rem;
    margin-left: 0.5rem;
  }
  body.index .index-faq .p-qa__item:first-child .p-qa__head {
    padding-bottom: 1.375rem;
  }
  body.index .index-faq .p-qa__item:nth-child(4) {
    margin-top: 2.5rem;
  }
  body.index .index-faq .p-qa__item:nth-child(4) .p-qa__head {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  body.index .index-faq .p-qa__item:nth-child(n+4) .p-qa__body {
    font-size: 0.9375rem;
    line-height: 1.48;
  }
  body.index .index-faq .p-qa__item:nth-child(4) ~ .p-qa__item {
    margin-top: 2.25rem;
  }
  body.index .index-voice {
    margin-top: 9rem;
  }
  body.index .index-voice .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  body.index .index-voice .p-swiper-control {
    justify-content: center;
    margin-top: 2.0625rem;
    margin-left: 0;
  }
  body.index .index-voice .c-heading-01 {
    text-align: center;
  }
  body.index .index-voice .c-heading-01__jp {
    margin-top: 0.125rem;
  }
  body.index .index-voice__bg {
    inset: -7.5rem 0 -6.25rem;
    width: auto;
    overflow: unset;
  }
  body.index .index-voice__bg-item.--xxlg {
    width: 8.1375em;
  }
  body.index .index-voice__bg-item.--xsm {
    width: 4.4625em;
  }
  body.index .index-voice__bg-item.--md {
    width: 5.6em;
  }
  body.index .index-voice__bg-item.--lg {
    width: 6.125em;
  }
  body.index .index-voice__bg-item.--item03 {
    display: none;
  }
  body.index .index-voice__bg-item.--item06 {
    display: none;
  }
  body.index .index-voice__bg-item.--item08 {
    top: 93%;
    left: 59%;
    width: 7.2625em;
  }
  body.index .index-voice__bg-item.--item01 {
    top: 9%;
    left: 76%;
  }
  body.index .index-voice__bg-item.--item02 {
    top: 21%;
    left: 89%;
  }
  body.index .index-voice__bg-item.--item04 {
    top: 24%;
    left: 10%;
  }
  body.index .index-voice__bg-item.--item05 {
    display: none;
  }
  body.index .index-voice__bg-item.--item07 {
    top: 67%;
    left: 18%;
  }
  body.index .index-voice__banner {
    display: none;
  }
  body.index .index-voice__swiper-outer {
    margin-top: 2.0625rem;
    margin-right: 0.75rem;
    margin-left: 0;
    margin-left: 0.75rem;
  }
  body.index .index-voice__swiper-outer .swiper {
    width: 100%;
  }
  body.index .index-voice__cont {
    width: 100%;
  }
  body.index .index-problem .p-balloon {
    max-width: 20.9375rem;
    margin-right: auto;
    margin-left: auto;
  }
  body.index .index-problem .p-balloon:nth-child(2) .p-balloon__item:nth-child(1) {
    margin-right: -0.3125rem;
  }
  body.index .index-problem .p-balloon:nth-child(2) .p-balloon__item:nth-child(2) {
    margin-left: 0.625rem;
  }
  body.index .index-problem .p-balloon:nth-child(3) {
    gap: 2.25rem;
  }
  body.index .index-problem .p-balloon:nth-child(3) .p-balloon__item:nth-child(1) {
    margin-right: 0.25rem;
  }
  body.index .index-problem .p-balloon:nth-child(3) .p-balloon__item:nth-child(2) {
    margin-left: 0.3125rem;
  }
  body.index .index-problem .p-balloon:nth-child(3) .p-balloon__item:nth-child(3) {
    margin-right: -0.125rem;
  }
  body.index .index-problem__top {
    padding-top: 2.5rem;
  }
  body.index .index-problem__top::after, body.index .index-problem__top::before {
    bottom: 2.8125rem;
    background: url("../images/common/bg-gradient-green-efflect-03-sp.png") repeat-y center/110.6666666667% auto;
  }
  body.index .index-problem__top::after {
    bottom: 2.25rem;
    height: 0.5rem;
    -webkit-mask-position: 50% top;
            mask-position: 50% top;
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
  }
  body.index .index-problem__top-img {
    max-width: 20.9375rem;
    padding-right: 0.0625rem;
    margin-top: 3.4375rem;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
  }
  body.index .index-problem__top-img img {
    max-width: 19.75rem;
  }
  body.index .index-problem__head {
    margin-bottom: 1.6875rem;
    margin-left: 0.75rem;
    font-size: 1.5425rem;
  }
  body.index .index-problem__head span::before {
    width: 0.3125rem;
  }
  body.index .index-problem__box-bg {
    height: 3rem;
  }
  body.index .index-problem__box-bg::before {
    height: calc(100% + 1.375rem);
    -webkit-mask-size: auto 1.375rem;
            mask-size: auto 1.375rem;
  }
  body.index .index-problem__box-bg-inner::before {
    height: calc(100% + 1.375rem);
  }
  body.index .index-problem__box-text-01 {
    margin-left: 0.625rem;
    font-size: 1.1875rem;
  }
  body.index .index-problem__box {
    margin-top: 1rem;
    margin-right: -0.6875rem;
    margin-left: -0.6875rem;
  }
  body.index .index-problem__box-text-02 {
    margin-top: 0.5625rem;
    margin-right: 0.375rem;
    margin-bottom: 0.1875rem;
  }
  body.index .index-contact {
    margin-top: 9.625rem;
  }
  body.index .index-contact .c-heading-01 {
    margin-left: 0.375rem;
  }
  body.index .index-contact__head {
    margin-bottom: -0.0625rem;
  }
  body.index .index-contact__cont {
    padding: 3.125rem 0.5rem 7.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-palt {
  font-feature-settings: "palt" 1;
}

.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;
}