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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type=radio] {
  appearance: radio;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

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

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

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type=radio] {
  appearance: radio;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

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

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


html {
  line-height: 1.5;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
}
html > body {
  position: relative;
}

a {
  cursor: pointer;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.8;
}
@media (hover: hover) {
  a:hover {
    transition: opacity 0.2s;
  }
}

@media screen and (max-width: 1024px) {
  .none-max-l {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .none-max-t {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .none-max-ml {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .none-max-1200 {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .none-min-l {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .none-min-t {
    display: none;
  }
}
@media screen and (min-width: 426px) {
  .none-min-ml {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .none-min-1200 {
    display: none;
  }
}

.header {
  padding: 8px 23px 11px 6px;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 3px #C1D9EF;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 6px 5px 6px 0;
  }
}
.header > .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header > .inner {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header > .inner > .logo {
    width: 41%;
  }
}
.header > .inner > .logo > a > img {
  max-width: 371px;
  width: 100%;
  min-width: 145px;
}
.header > .inner > .contact > .top {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.header > .inner > .contact > .top > .contact {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .header > .inner > .contact > .top > .contact {
    font-size: 13px;
    padding: 6px 15px;
  }
}
@media screen and (max-width: 425px) {
  .header > .inner > .contact > .top > .contact {
    font-size: 9px;
    padding: 6px 15px;
  }
}
.header > .inner > .contact > .top > .left {
  background-color: #00bd9f;
}
.header > .inner > .contact > .top > .right {
  background-color: #2383ad;
}
.header > .inner > .contact > .middle {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  gap: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header > .inner > .contact > .middle {
    display: none;
  }
}
.header > .inner > .contact > .bottom {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-left: auto;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .header > .inner > .contact > .bottom {
    font-size: 9px;
    margin-top: 3px;
  }
}

.main.index > .mv {
  background-color: #e3fff8;
  padding: 0;
}
.main.index > .mv > .img {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.main.index > .mv > .img > img {
  max-width: 1752px;
  width: 100%;
}
.main.index > .features {
  padding: 87px 0 140px;
  scroll-margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .main.index > .features {
    padding: 60px 0 100px;
  }
}
.main.index > .features > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.index > .features > .wrap {
    width: calc(100% - 30px);
  }
}
.main.index > .features > .wrap > .ttl {
  text-align: center;
}
.main.index > .features > .wrap > .ttl > .h2 {
  color: #26201A;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .main.index > .features > .wrap > .ttl > .h2 {
    font-size: 20px;
  }
}
.main.index > .features > .wrap > .ttl > .subttl {
  color: #3288B3;
  font-size: 16px;
  font-weight: 800;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .main.index > .features > .wrap > .ttl > .subttl {
    font-size: 14px;
  }
}
.main.index > .features > .wrap > .content {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 46px;
}
@media screen and (max-width: 1024px) {
  .main.index > .features > .wrap > .content {
    margin-top: 30px;
    justify-items: center;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.main.index > .features > .wrap > .content > .item {
  max-width: 370px;
  border-radius: 40px;
  padding: 30px 25px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .main.index > .features > .wrap > .content > .item {
    min-width: 315px;
    padding: 30px 13px;
  }
}
.main.index > .features > .wrap > .content > .item:first-of-type {
  background-color: #00bd9f;
}
.main.index > .features > .wrap > .content > .item:nth-of-type(2) {
  background-color: #15a7a7;
}
.main.index > .features > .wrap > .content > .item:nth-of-type(3) {
  background-color: #3288B3;
}
.main.index > .features > .wrap > .content > .item > .num {
  color: #FFFFFF;
  font-size: 56px;
  font-weight: 100;
  font-family: "nitalago-ruika", sans-serif;
  font-style: normal;
  line-height: 1;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .main.index > .features > .wrap > .content > .item > .num {
    font-size: 47px;
  }
}
.main.index > .features > .wrap > .content > .item > .img,
.main.index > .features > .wrap > .content > .item > .ttl {
  justify-self: center;
}
.main.index > .features > .wrap > .content > .item > .img {
  width: 198px;
  height: 198px;
  background-color: #FFFFFF;
  border-radius: 50%;
  align-content: center;
  text-align: center;
}
.main.index > .features > .wrap > .content > .item > .ttl {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  align-content: center;
  flex-grow: 1;
  word-break: keep-all;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .main.index > .features > .wrap > .content > .item > .ttl {
    font-size: 22px;
    margin-top: 16px;
  }
}
.main.index > .features > .wrap > .content > .item > .ttl > span {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .main.index > .features > .wrap > .content > .item > .ttl > span {
    font-size: 18px;
  }
}
.main.index > .features > .wrap > .img {
  margin: 65px 0 0 230px;
}
@media screen and (max-width: 768px) {
  .main.index > .features > .wrap > .img {
    margin: 50px auto 0px;
  }
  .main.index > .features > .wrap > .img > img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .main.index > .features > .wrap > .img > img {
    width: clamp(319px, 65vw, 603px);
    display: block;
    margin: 0 auto;
  }
}
.main.index > .achievements {
  background-color: #e7f3f6;
  padding: 0 0 100px;
  scroll-margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements {
    padding: 0 0 50px;
  }
}
.main.index > .achievements > .head {
  background-image: url(../images/wave.svg);
  background-size: contain;
  background-repeat: repeat-x;
  position: relative;
  top: -60px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .head {
    top: -23px;
    height: 50px;
  }
}
.main.index > .achievements > .wrap {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap {
    width: calc(100% - 30px);
  }
}
.main.index > .achievements > .wrap > .ttl {
  text-align: center;
}
.main.index > .achievements > .wrap > .ttl > .h2 {
  color: #26201A;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap > .ttl > .h2 {
    font-size: 20px;
  }
}
.main.index > .achievements > .wrap > .ttl > .subttl {
  color: #3288B3;
  font-size: 16px;
  font-weight: 800;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap > .ttl > .subttl {
    font-size: 14px;
  }
}
.main.index > .achievements > .wrap > .content {
  margin-top: 60px;
  padding: 50px 80px;
  background-color: #FFFFFF;
  border-radius: 60px;
}
@media screen and (max-width: 1024px) {
  .main.index > .achievements > .wrap > .content {
    padding: 50px clamp(1.25rem, -4.4044rem + 11.7647vw, 3.125rem);
  }
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap > .content {
    margin-top: 30px;
    padding: 23px 25px;
  }
}
.main.index > .achievements > .wrap > .content > .lead {
  text-align: center;
}
.main.index > .achievements > .wrap > .content > .lead > .txt {
  font-size: 16px;
  margin-top: 18px;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap > .content > .lead > .txt {
    font-size: 14px;
  }
}
.main.index > .achievements > .wrap > .content > .items {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr min(36px, 2vw));
  row-gap: 25px;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap > .content > .items {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 15px;
    column-gap: 15px;
  }
}
.main.index > .achievements > .wrap > .content > .items > .item {
  text-align: center;
  justify-self: center;
}
.main.index > .achievements > .wrap > .content > .items > .item:first-of-type {
  grid-column: 1/2;
}
.main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(2) {
  grid-column: 3/4;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(2) {
    grid-column: 2/3;
  }
}
.main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(3) {
  grid-column: 5/6;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(3) {
    grid-column: 3/4;
  }
}
.main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(4) {
  grid-column: 7/8;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(4) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(5) {
  grid-column: 9/10;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(5) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(6) {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(6) {
    grid-column: 3/4;
  }
}
.main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(7) {
  grid-column: 4/5;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(7) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(8) {
  grid-column: 6/7;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(8) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(9) {
  grid-column: 8/9;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap > .content > .items > .item:nth-of-type(9) {
    grid-column: 3/4;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 1024px) {
  .main.index > .achievements > .wrap > .content > .items > .item > .img > img {
    width: clamp(7.5rem, 5.6152rem + 3.9216vw, 8.125rem);
  }
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap > .content > .items > .item > .img > img {
    width: max(84px, 22vw);
  }
}
.main.index > .achievements > .wrap > .content > .items > .item > .txt {
  font-size: 18px;
  font-weight: 600;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .main.index > .achievements > .wrap > .content > .items > .item > .txt {
    font-size: 14px;
  }
}
.main.index > .case {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  scroll-margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main.index > .case {
    padding: 60px 0;
  }
}
.main.index > .case > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.index > .case > .wrap {
    width: calc(100% - 30px);
  }
}
.main.index > .case > .wrap > .ttl {
  text-align: center;
}
.main.index > .case > .wrap > .ttl > .h2 {
  color: #26201A;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .main.index > .case > .wrap > .ttl > .h2 {
    font-size: 20px;
  }
}
.main.index > .case > .wrap > .ttl > .subttl {
  color: #3288B3;
  font-size: 16px;
  font-weight: 800;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .main.index > .case > .wrap > .ttl > .subttl {
    font-size: 14px;
  }
}
.main.index > .case > .wrap > .content {
  background-color: #f2fcfa;
  border-radius: 20px;
  padding: 25px 45px 12px 45px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .main.index > .case > .wrap > .content {
    padding: 25px 30px 12px;
  }
}
@media screen and (max-width: 768px) {
  .main.index > .case > .wrap > .content {
    margin-top: 30px;
    padding: 30px 20px 25px;
  }
}
.main.index > .case > .wrap > .content > .row {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main.index > .case > .wrap > .content > .row {
    flex-direction: column;
    align-items: center;
  }
}
.main.index > .case > .wrap > .content > .row > .txts {
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .main.index > .case > .wrap > .content > .row > .txts {
    padding-left: 0;
  }
}
.main.index > .case > .wrap > .content > .row > .txts > .head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main.index > .case > .wrap > .content > .row > .txts > .head {
    flex-direction: column;
    gap: 10px;
  }
}
.main.index > .case > .wrap > .content > .row > .txts > .head > .ttl {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  border-radius: 23px;
  padding: 5px 32px;
  min-width: 160px;
  text-align: center;
}
.main.index > .case > .wrap > .content > .row > .txts > .head > .ttl.green {
  background-color: #00bd9f;
}
.main.index > .case > .wrap > .content > .row > .txts > .head > .ttl.yellow {
  background-color: #FF961C;
}
.main.index > .case > .wrap > .content > .row > .txts > .head > .ttl.blue {
  background-color: #0069a4;
}
.main.index > .case > .wrap > .content > .row > .txts > .head > .subttl {
  font-size: 20px;
  font-weight: 600;
  margin-left: 15px;
}
.main.index > .case > .wrap > .content > .row > .txts > .txt {
  font-size: 16px;
  margin-top: 15px;
}
.main.index > .case > .wrap > .content > .row + .row {
  margin-top: 15px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .main.index > .case > .wrap > .content > .row + .row {
    margin-top: 40px;
    flex-direction: column;
  }
}
.main.index > .case > .wrap > .content > .row + .row > .txts {
  padding-left: 0;
}
.main.index > .case > .wrap > .content > .row + .row > .txts > .txt {
  padding-inline: 40px;
}
@media screen and (max-width: 1024px) {
  .main.index > .case > .wrap > .content > .row + .row > .txts > .txt {
    padding-inline: 0;
  }
}
.main.index > .case > .wrap > .content.bottom {
  background-color: #f4f8fb;
  margin-top: 87px;
  padding: 25px 35px 16px 28px;
}
@media screen and (max-width: 1024px) {
  .main.index > .case > .wrap > .content.bottom {
    padding: 25px 30px 12px;
  }
}
@media screen and (max-width: 768px) {
  .main.index > .case > .wrap > .content.bottom {
    margin-top: 20px;
    padding: 30px 20px 25px;
  }
}
.main.index > .case > .wrap > .content.bottom > .row {
  padding-left: 12px;
}
@media screen and (max-width: 1024px) {
  .main.index > .case > .wrap > .content.bottom > .row {
    padding-left: 0;
  }
}
.main.index > .case > .wrap > .content.bottom > .row + .row {
  margin-top: 35px;
}
.main.index > .case > .wrap > .content.bottom > .row + .row > .txts > .txt .orange {
  color: #FF961C;
}
.main.index > .price {
  padding: 0;
  background-color: #e7f3f6;
}
.main.index > .price > .head {
  height: 160px;
  clip-path: ellipse(50% 70% at 50% 0%);
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .head {
    height: 60px;
    clip-path: ellipse(50% 50% at 50% 0%);
  }
}
.main.index > .price > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap {
    width: calc(100% - 30px);
  }
}
.main.index > .price > .wrap > .ttl {
  text-align: center;
}
.main.index > .price > .wrap > .ttl > .h2 {
  color: #26201A;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .ttl > .h2 {
    font-size: 20px;
  }
}
.main.index > .price > .wrap > .ttl > .subttl {
  color: #3288B3;
  font-size: 16px;
  font-weight: 800;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .ttl > .subttl {
    font-size: 14px;
  }
}
.main.index > .price > .wrap > .content {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content {
    margin-top: 30px;
  }
}
.main.index > .price > .wrap > .content > .tbox {
  overflow-x: auto;
  padding: 0 0 12px;
  scrollbar-width: thin;
  scrollbar-color: #B1B1B1 #E2E2E2;
}
.main.index > .price > .wrap > .content > .tbox > .table {
  width: 890px;
  margin: 0 auto;
  text-align: center;
  border-collapse: separate;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table {
    width: 100%;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .thead > tr > th.none {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table > .thead > tr > th.none {
    width: 107px;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .thead > tr > th.space {
  background-color: #e7f3f6;
  width: 13px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table > .thead > tr > th.space {
    width: 5px;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .thead > tr > th.menu {
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  padding: 20px 0 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table > .thead > tr > th.menu {
    padding: 7px 0 9px;
    width: 218px;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .thead > tr > th.menu.green {
  background-color: #00bd9f;
}
.main.index > .price > .wrap > .content > .tbox > .table > .thead > tr > th.menu.blue {
  background-color: #0069a4;
}
.main.index > .price > .wrap > .content > .tbox > .table > .thead > tr > th.menu > .type {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table > .thead > tr > th.menu > .type {
    font-size: 20px;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .thead > tr > th.menu > .price {
  font-weight: 600;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table > .thead > tr > th.menu > .price {
    font-size: 18px;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .thead > tr > th.menu > .price > span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table > .thead > tr > th.menu > .price > span {
    font-size: 14px;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > th.head {
  font-size: 18px;
  text-align: center;
  align-content: center;
  background-color: white;
  position: relative;
  z-index: 100;
  padding: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > th.head {
    font-size: 15px;
    padding: 17px 0;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > th.head::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > th.range {
  font-weight: 600;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 900;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > th.range::before {
  background-color: rgba(252, 175, 43, 0.1);
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > th.date {
  font-weight: 400;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > th.price {
  font-weight: 600;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > .orange {
  border-bottom: 1px solid #FF961C;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > th.green {
  border-bottom: 1px solid #00bd9f;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > th.green.head {
  width: 173px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > th.green.head {
    width: 109px;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > th.green.head:before {
  background-color: rgba(0, 189, 159, 0.1);
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > th.blue {
  border-bottom: 1px solid #3288B3;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > th.blue.head {
  width: 173px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > th.blue.head {
    width: 109px;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.head > th.blue.head::before {
  background-color: rgba(50, 136, 179, 0.1);
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td {
  background-color: #FFFFFF;
  align-content: center;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td {
    padding: 20px 0;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td ~ td:not(:last-of-type) {
  border-top: 1px solid #C4C4C4;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td:last-of-type {
  position: relative;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td:last-of-type::before {
  content: "";
  position: absolute;
  width: calc(100% - 13px);
  height: 100%;
  border-top: 1px solid #C4C4C4;
  top: 0;
  left: 0;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.range {
  color: #FF961C;
  font-size: 21px;
  font-weight: 600;
  border-top: none;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 900;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.range {
    font-size: 18px;
  }
  .main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.range > .unit {
    font-size: 14px;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.range::before {
  content: "";
  position: absolute;
  width: calc(100% - 13px);
  height: 100%;
  border-top: 1px solid #C4C4C4;
  top: 0;
  right: 0;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.space {
  background-color: #e7f3f6;
  width: 6px;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.date {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.date {
    font-size: 14px;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.price {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.price {
    font-size: 18px;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.price.green {
  color: #00bd9f;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.price.blue {
  color: #0069a4;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.price > .yen {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.price > .yen {
    font-size: 14px;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.price > .taxin {
  color: #26201A;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.price > .taxin {
    font-size: 12px;
  }
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body > td.range + td {
  position: sticky;
  top: 0;
  left: 0;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body:nth-of-type(2) > td ~ td {
  border-top: none;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body:nth-of-type(2) > td::before {
  border-top: none;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body:last-of-type > td:first-of-type, .main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body:last-of-type > td:nth-of-type(4), .main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body:last-of-type > td:nth-of-type(8) {
  border-bottom-left-radius: 20px;
}
.main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body:last-of-type > td:first-of-type, .main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body:last-of-type > td:nth-of-type(5), .main.index > .price > .wrap > .content > .tbox > .table > .tbody > tr.body:last-of-type > td:nth-of-type(9) {
  border-bottom-right-radius: 20px;
}
.main.index > .price > .wrap > .content > .box > .compare {
  border-radius: 60px;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1882352941));
  margin: 157px 0 0;
  background-color: white;
  padding: 55px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare {
    margin: 57px -15px 0;
    padding: 55px 0 55px 15px;
    border-radius: 30px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .ttl {
  font-weight: 600;
  position: relative;
}
.main.index > .price > .wrap > .content > .box > .compare > .ttl::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 120%;
  clip-path: polygon(calc(50% - 75px) 100%, 50% 0%, calc(50% + 75px) 100%);
  background-color: white;
  filter: drop-shadow(3px 3px 57px rgba(0, 0, 0, 0.1882352941));
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .ttl::before {
    clip-path: polygon(calc(50% - 50px) 100%, 50% 0%, calc(50% + 50px) 100%);
    top: -95px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .ttl > .green {
  display: inline-block;
  color: white;
  font-size: 35px;
  background-color: #00bd9f;
  padding: 0 5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .ttl > .green {
    font-size: 24px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .ttl .min {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .ttl .min {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .ttl .min.blk {
    font-size: 24px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox {
  margin: 20px auto;
  padding: 50px 20px 12px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #B1B1B1 #E2E2E2;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox {
    padding: 50px 0 12px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table {
  margin: 0 auto;
  border-collapse: separate;
  transform: translateX(-30px);
}
@media screen and (max-width: 1024px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table {
    min-width: 432px;
    width: 100%;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .thead > tr {
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 0 11px;
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .thead > tr > th {
  text-align: center;
  padding: 13px 0 11px;
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .thead > tr > th:not(.own) {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .thead > tr > .range {
  width: 170px;
  background-color: #FF961C;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .thead > tr > .range {
    font-size: 14px;
    width: 69px;
    min-width: 69px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .thead > tr > .own {
  font-size: 22px;
  width: 270px;
  background-color: #00bd9f;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .thead > tr > .own {
    font-size: 14px;
    width: 133px;
    min-width: 133px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .thead > tr > .own::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
  height: 21px;
  background-color: #00bd9f;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .thead > tr > .own::before {
    top: -13px;
    height: 13px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .thead > tr > .own::after {
  content: "";
  position: absolute;
  background-image: url(../images/table_own.webp);
  width: 72px;
  height: 50px;
  background-repeat: no-repeat;
  top: -53px;
  left: calc(50% - 36px);
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .thead > tr > .own::after {
    width: 49px;
    background-size: contain;
    aspect-ratio: 49/34;
    top: -34px;
    height: auto;
    left: calc(50% - 20px);
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .thead > tr > .other {
  font-weight: 600;
  width: 195px;
  background-color: #9A9A9A;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .thead > tr > .other {
    font-size: 12px;
    width: 155px;
    min-width: 155px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .thead > tr > .space {
  width: 10px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .thead > tr > .space {
    width: 2px;
    min-width: 2px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > td {
  padding: 24px 0 27px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > td {
    padding: 20px 0;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .range {
  color: #FF961C;
  font-size: 26px;
  font-weight: 700;
  border-top: 3px solid #FF961C;
  border-inline: 3px solid #FF961C;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .range {
    font-size: 18px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .range > .unit {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .range > .unit {
    font-size: 14px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .own {
  color: #00bd9f;
  font-size: 28px;
  font-weight: 700;
  border-top: 3px solid #00bd9f;
  border-inline: 3px solid #00bd9f;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .own {
    font-size: 18px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .own:has(.subbox) {
  border-inline: none;
  padding: 0;
  background-color: #00bd9f;
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .own .unit {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .own .unit {
    font-size: 14px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .own > .subbox {
  padding: 24px 0 27px;
  background-color: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 3px solid #00bd9f;
  border-inline: 3px solid #00bd9f;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .own > .subbox {
    padding: 20px 0 17px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .other {
  color: #9A9A9A;
  font-size: 24px;
  border-top: 3px solid #9A9A9A;
  border-inline: 3px solid #9A9A9A;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .other {
    font-size: 16px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .other > .unit {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .other > .unit {
    font-size: 12px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .space {
  width: 10px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .space {
    width: 2px;
    min-width: 2px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .bottom {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .bottom {
    padding: 20px 0 17px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .bottom.range {
  border-bottom: 3px solid #FF961C;
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .bottom.own {
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 6px;
  background-color: #00bd9f;
  border-bottom: 3px solid #00bd9f;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .bottom.own {
    font-size: 12px;
    padding: 8px 3px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .bottom.own > .white {
  color: #26201A;
  font-size: 24px;
  display: inline-block;
  background-color: white;
  padding: 0 3px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .bottom.own > .white {
    font-size: 15px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .bottom.own > .white > .num1 {
  letter-spacing: -0.2em;
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .bottom.own > .white > .num2 {
  letter-spacing: -0.05em;
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .bottom.own > .white > .min {
  letter-spacing: -0.3em;
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .bottom.own > .white > .min.taxin {
  letter-spacing: normal;
  display: inline-block;
  margin-left: -3px;
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .bottom.own .min {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .bottom.own .min {
    font-size: 10px;
  }
}
.main.index > .price > .wrap > .content > .box > .compare > .tbox > .table > .tbody > tr > .bottom.other {
  border-bottom: 3px solid #9A9A9A;
}
.main.index > .price > .foot {
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .main.index > .price > .foot {
    padding-top: 60px;
  }
}
.main.index > .price > .foot > .triangle {
  overflow-x: hidden;
  height: 100px;
  background-color: #e7f3f6;
  transform: translateY(98px);
  clip-path: polygon(0 0, 100% 0, 50% 74px);
}
@media screen and (max-width: 768px) {
  .main.index > .price > .foot > .triangle {
    height: 25px;
    transform: translateY(25px);
    clip-path: polygon(0 0, 100% 0, 50% 25px);
  }
}
.main.index > .flow {
  padding: 180px 0 100px;
}
@media screen and (max-width: 768px) {
  .main.index > .flow {
    padding: 85px 0 140px;
  }
}
.main.index > .flow > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.index > .flow > .wrap {
    width: calc(100% - 30px);
  }
}
.main.index > .flow > .wrap > .ttl {
  text-align: center;
}
.main.index > .flow > .wrap > .ttl > .h2 {
  color: #26201A;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .main.index > .flow > .wrap > .ttl > .h2 {
    font-size: 20px;
  }
}
.main.index > .flow > .wrap > .ttl > .subttl {
  color: #3288B3;
  font-size: 16px;
  font-weight: 800;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .main.index > .flow > .wrap > .ttl > .subttl {
    font-size: 14px;
  }
}
.main.index > .flow > .wrap > .content {
  display: grid;
  grid-template-columns: repeat(4, min(276px, 22vw));
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .main.index > .flow > .wrap > .content {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 60px;
  }
}
.main.index > .flow > .wrap > .content > .item {
  max-width: 276px;
  padding-block: 16px 41px;
  padding-inline: clamp(3.125rem, -1.8931rem + 10.4408vw, 5.9375rem) 5px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main.index > .flow > .wrap > .content > .item {
    max-width: 350px;
    width: 100%;
    padding-block: 90px 0;
    padding-inline: 30px;
  }
}
.main.index > .flow > .wrap > .content > .item::after {
  content: "";
  position: absolute;
  width: clamp(2.8125rem, -1.6481rem + 9.2807vw, 5.3125rem);
  height: 100%;
  top: 0;
  left: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .main.index > .flow > .wrap > .content > .item::after {
    width: 100%;
    height: 78px;
    top: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.main.index > .flow > .wrap > .content > .item:first-of-type {
  background-color: #FF961C;
  padding-inline: clamp(0.625rem, -2.8319rem + 7.1926vw, 2.5625rem) clamp(0.0625rem, -3.2829rem + 6.9606vw, 1.9375rem);
}
@media screen and (max-width: 768px) {
  .main.index > .flow > .wrap > .content > .item:first-of-type {
    padding-inline: 0;
    padding-block: 60px 50px;
  }
}
.main.index > .flow > .wrap > .content > .item:first-of-type::after {
  background-color: #FF961C;
}
.main.index > .flow > .wrap > .content > .item:nth-of-type(2) {
  background-color: #00bd9f;
}
.main.index > .flow > .wrap > .content > .item:nth-of-type(2)::after {
  background-color: #00bd9f;
}
.main.index > .flow > .wrap > .content > .item:nth-of-type(3) {
  background-color: #2ba3b9;
}
.main.index > .flow > .wrap > .content > .item:nth-of-type(3)::after {
  background-color: #2ba3b9;
}
.main.index > .flow > .wrap > .content > .item:nth-of-type(4) {
  background-color: #0069a4;
}
.main.index > .flow > .wrap > .content > .item:nth-of-type(4)::after {
  background-color: #0069a4;
}
.main.index > .flow > .wrap > .content > .item > .num {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  position: relative;
}
.main.index > .flow > .wrap > .content > .item > .img {
  width: 154px;
  height: 101px;
  margin: 0 auto;
}
.main.index > .flow > .wrap > .content > .item > .ttl {
  color: #FFFFFF;
  font-size: clamp(1.25rem, 0.6924rem + 1.1601vw, 1.5625rem);
  font-weight: 600;
  margin-top: 27px;
  white-space: nowrap;
  position: relative;
  z-index: 150;
}
@media screen and (max-width: 768px) {
  .main.index > .flow > .wrap > .content > .item > .ttl {
    font-size: 25px;
    margin-top: 10px;
  }
}
.main.index > .flow > .wrap > .content > .item > .txt {
  color: #FFFFFF;
  font-size: clamp(0.9375rem, 0.3799rem + 1.1601vw, 1.25rem);
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .main.index > .flow > .wrap > .content > .item > .txt {
    font-size: 20px;
    margin-top: 10px;
  }
}
.main.index > .contact {
  padding: 100px 0 410px;
  background-color: #e7f3f6;
  scroll-margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main.index > .contact {
    padding: 60px 0 550px;
  }
}
.main.index > .contact > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap {
    width: calc(100% - 30px);
  }
}
.main.index > .contact > .wrap > .ttl {
  text-align: center;
}
.main.index > .contact > .wrap > .ttl > .h2 {
  color: #26201A;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .ttl > .h2 {
    font-size: 20px;
  }
}
.main.index > .contact > .wrap > .ttl > .subttl {
  color: #3288B3;
  font-size: 16px;
  font-weight: 800;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .ttl > .subttl {
    font-size: 14px;
  }
}
.main.index > .contact > .wrap > .content {
  margin-top: 60px;
  padding: 50px 0;
  background-color: #FFFFFF;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content {
    margin-top: 30px;
    padding: 30px 0;
    border-radius: 30px;
  }
}
.main.index > .contact > .wrap > .content > .form {
  margin: 0 auto 50px;
  padding: 0 clamp(1.5625rem, -6.5801rem + 16.9418vw, 13.75rem);
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 11px;
  }
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .note {
  color: #FF0000;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .note {
    font-size: 14px;
  }
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row {
  display: grid;
  grid-template-columns: auto 440px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .row {
    grid-template-columns: 1fr;
    row-gap: 8px;
    padding: 0 8px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .row + .row {
    margin-top: 16px;
  }
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .label {
  font-size: 16px;
  font-weight: 600;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .row > .label {
    margin-top: 0;
  }
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .label > span {
  color: #FF0000;
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs .input {
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  padding: 8px 5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs .input {
    font-size: 16px;
  }
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs .input:not(textarea) {
  height: 40px;
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs > .input[name=time] {
  height: 40px;
  width: 60px;
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs > .input[type=date] {
  width: fit-content;
  min-width: 105px;
  position: relative;
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs > .input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
  cursor: pointer;
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs > .input[type=date]::after {
  content: "";
  background-image: url(../images/calender.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs > .input[type=date].filled::after {
  display: none;
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs > textarea {
  height: 90px;
  padding: 8px 5px;
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs > .label {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs > .label {
    font-size: 15px;
    display: flex;
    align-items: baseline;
  }
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs > .label > span {
  padding-left: 3px;
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs.time {
  display: grid;
  grid-template-columns: min-content auto;
  align-items: flex-end;
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs.time > .unit {
  font-size: 14px;
  font-weight: 600;
  margin-left: 7px;
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs.time > .unit {
    font-size: 15px;
  }
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs.time > .error-message {
  grid-column: 1/3;
  grid-row: 2/3;
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs .reg {
  font-weight: 400;
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs .reg.note {
  font-size: 13px;
  text-indent: -1rem;
  padding-left: 1rem;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs .reg.note {
    font-size: 14px;
    margin-left: -1rem;
  }
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs .reg.note.end {
  text-align: end;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .row > .inputs .reg.note.end {
    margin-left: 1rem;
  }
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .dotted {
  height: 1px;
  background-image: radial-gradient(circle, #000000 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 7px 2px;
  margin-top: 50px;
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .privacy > .row {
  display: grid;
  grid-template-columns: auto 440px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .privacy > .row {
    grid-template-columns: 1fr;
    row-gap: 8px;
    padding: 0 8px;
    margin-top: 30px;
  }
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .privacy > .row > .label {
  font-size: 16px;
  font-weight: 600;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .privacy > .row > .label {
    margin-top: 0;
  }
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .privacy > .row > .policies {
  font-size: 14px;
  padding: 8px 5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .privacy > .row > .policies {
    font-size: 16px;
  }
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .privacy > .row > .policies > .link {
  color: #0069a4;
  text-decoration: underline #0069a4 1px;
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .agree {
  margin: 58px auto;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .agree {
    margin: 40px auto;
  }
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .agree > .label {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .agree > .label {
    font-size: 15px;
  }
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .submit {
  transition: opacity 0.2s;
  color: #FFFFFF;
  font-size: 22px;
  padding: 14px 33px;
  background-color: #2bb9b0;
  border-radius: 30px;
  display: block;
  margin: 40px auto 0;
}
.main.index > .contact > .wrap > .content > .form > .input-screen > .submit:hover {
  opacity: 0.8;
}
@media (hover: hover) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .submit:hover {
    transition: opacity 0.2s;
  }
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .input-screen > .submit {
    font-size: 18px;
    padding: 10px 20px;
    margin: 48px auto 0;
  }
}
.main.index > .contact > .wrap > .content > .form > .input-screen .error-message {
  display: none;
  color: red;
  font-size: 14px;
  margin-top: 10px;
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen {
  display: none;
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .caution {
  color: #FF0000;
  font-size: 18px;
  text-align: center;
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .row {
  display: grid;
  grid-template-columns: auto 440px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .confirm-screen > .row {
    grid-template-columns: 1fr;
    row-gap: 8px;
    padding: 0 8px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .confirm-screen > .row + .row {
    margin-top: 16px;
  }
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .label {
  font-size: 16px;
  font-weight: 600;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .label {
    margin-top: 0;
  }
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .label > span {
  color: #FF0000;
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs > .input {
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  padding: 8px 5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs > .input {
    font-size: 16px;
  }
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs .input:not(#textarea-confirm) {
  height: 40px;
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs > .input#time-confirm {
  height: 40px;
  width: 60px;
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs > .input#date-confirm {
  width: fit-content;
  min-width: 85px;
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs > .input#textarea-confirm {
  height: 90px;
  padding: 8px 5px;
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs > .label {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs > .label {
    font-size: 15px;
    display: flex;
    align-items: baseline;
  }
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs > .label > span {
  padding-left: 3px;
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs.time {
  display: grid;
  grid-template-columns: min-content auto;
  align-items: flex-end;
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs.time > .unit {
  font-size: 14px;
  font-weight: 600;
  margin-left: 7px;
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs.time > .unit {
    font-size: 15px;
  }
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs .reg {
  font-weight: 400;
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs .reg.note {
  font-size: 13px;
  text-indent: -1rem;
  padding-left: 1rem;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs .reg.note {
    font-size: 14px;
    margin-left: -1rem;
  }
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs .reg.note.end {
  text-align: end;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .confirm-screen > .row > .inputs .reg.note.end {
    margin-left: 1rem;
  }
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .confirm-screen > .buttons {
    margin: 80px auto 0;
    gap: 15px;
  }
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .buttons > .btn {
  transition: opacity 0.2s;
  color: #FFFFFF;
  font-size: 22px;
  padding: 14px 33px;
  background-color: #2bb9b0;
  border-radius: 30px;
  display: block;
  width: 286px;
  text-align: center;
}
.main.index > .contact > .wrap > .content > .form > .confirm-screen > .buttons > .btn:hover {
  opacity: 0.8;
}
@media (hover: hover) {
  .main.index > .contact > .wrap > .content > .form > .confirm-screen > .buttons > .btn:hover {
    transition: opacity 0.2s;
  }
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .content > .form > .confirm-screen > .buttons > .btn {
    font-size: 18px;
    padding: 10px 20px;
  }
}
.main.index > .contact > .wrap > .complete {
  background-color: white;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .complete {
    padding: 30px 10px;
  }
}
.main.index > .contact > .wrap > .complete > .lead {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .complete > .lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 425px) {
  .main.index > .contact > .wrap > .complete > .lead {
    font-size: 16px;
  }
}
.main.index > .contact > .wrap > .complete > .btn {
  transition: opacity 0.2s;
  width: fit-content;
  color: #FFFFFF;
  font-size: 22px;
  padding: 14px 33px;
  background-color: #2bb9b0;
  border-radius: 30px;
  display: block;
  margin: 40px auto 0;
}
.main.index > .contact > .wrap > .complete > .btn:hover {
  opacity: 0.8;
}
@media (hover: hover) {
  .main.index > .contact > .wrap > .complete > .btn:hover {
    transition: opacity 0.2s;
  }
}
@media screen and (max-width: 768px) {
  .main.index > .contact > .wrap > .complete > .btn {
    font-size: 18px;
    padding: 10px 20px;
    margin: 60px auto 0;
  }
}

main.term {
  background-color: #e7f3f6;
  min-height: 100vh;
}
main.term > .content {
  padding: 60px 0 410px;
}
@media screen and (max-width: 768px) {
  main.term > .content {
    padding: 50px 0 530px;
  }
}
main.term > .content > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  min-height: 100%;
  padding: 50px 120px;
  border-radius: 60px;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 10px #C1D2D0;
}
@media screen and (max-width: 768px) {
  main.term > .content > .wrap {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  main.term > .content > .wrap {
    padding: 30px 10px;
    border-radius: 30px;
  }
}
main.term > .content > .wrap > .sec_ttl {
  color: #2bb9b0;
  font-size: 24px;
  font-weight: 600;
  border: 2px solid #2bb9b0;
  border-radius: 3px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  main.term > .content > .wrap > .sec_ttl {
    font-size: 20px;
  }
}
main.term > .content > .wrap > .sec_ttl::before {
  content: "";
  width: 3px;
  height: 23px;
  background-color: #2bb9b0;
  display: inline-block;
  margin: 0px 7px -2px;
}
main.term > .content > .wrap > .sec_lead {
  font-size: 14px;
  margin-top: 21px;
  padding: 0 45px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main.term > .content > .wrap > .sec_lead {
    padding: 0 15px;
  }
}
main.term > .content > .wrap > .row_ttl {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  background-color: #2bb9b0;
  border-radius: 2px;
  padding: 3px 0;
  margin-top: 32px;
}
main.term > .content > .wrap > .row_txt {
  font-size: 14px;
  margin-top: 22px;
  padding: 0 45px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main.term > .content > .wrap > .row_txt {
    padding: 0 15px;
  }
}
main.term > .content > .wrap > .row_txt > p {
  text-indent: -1em;
  padding-left: 1em;
}
main.term > .content > .wrap > .signature {
  display: grid;
  grid-template-columns: auto;
  justify-content: space-between;
  text-align: end;
  align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  main.term > .content > .wrap > .signature {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
}
main.term > .content > .wrap > .signature > .img {
  grid-column: 1/2;
}
@media screen and (max-width: 768px) {
  main.term > .content > .wrap > .signature > .img {
    align-self: flex-start;
    grid-row: 1/2;
  }
}
main.term > .content > .wrap > .signature > .sign {
  font-size: 14px;
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  main.term > .content > .wrap > .signature > .sign {
    align-self: flex-end;
    grid-row: 2/3;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: auto;
  background-color: #15a7a7;
  padding: 0 0 90px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 0 60px;
  }
}
.footer > .head {
  height: 160px;
  clip-path: ellipse(50% 70% at 50% 0%);
  background-color: #e7f3f6;
}
@media screen and (max-width: 768px) {
  .footer > .head {
    height: 60px;
    clip-path: ellipse(50% 50% at 50% 0%);
  }
}
.footer > .inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 89px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer > .inner {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .footer > .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer > .inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
    padding: 0;
  }
}
.footer > .inner > .logo > a > .img > img {
  width: 100%;
  min-width: 279px;
}
.footer > .inner > .logo > .contact {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}
.footer > .inner > .logo > .contact > .top {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer > .inner > .logo > .contact > .top {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer > .inner > .logo > .contact > .bottom {
    font-size: 14px;
  }
}
.footer > .inner > .menus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  column-gap: 38px;
  row-gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer > .inner > .menus {
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer > .inner > .menus {
    grid-template-columns: 1fr;
    justify-items: start;
    padding-left: 1.5em;
  }
}
.footer > .inner > .menus > .link {
  color: #FFFFFF;
  font-size: 15px;
  position: relative;
  white-space: nowrap;
}
.footer > .inner > .menus > .link:nth-of-type(n + 4) {
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  .footer > .inner > .menus > .link:nth-of-type(n + 4) {
    grid-row: auto;
  }
}
.footer > .inner > .menus > .link::before, .footer > .inner > .menus > .link::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -16px;
}
.footer > .inner > .menus > .link::before {
  border-top: 2px solid #FFFFFF;
  rotate: 60deg;
  top: 6px;
}
.footer > .inner > .menus > .link::after {
  border-right: 2px solid #FFFFFF;
  rotate: 30deg;
  bottom: 6px;
}/*# sourceMappingURL=main.css.map */