@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

:root {
  scroll-padding: 100px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1023px) {
  :root {
    scroll-padding: 80px;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
html.open,
body.open {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  display: block;
}

html {
  font-size: 16px;
  font-family: Inter, 遊ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, MS Pゴシック, MS PGothic, sans-serif;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: auto;
  transition: 0.3s ease background-color;
}
.l-header.scroll {
  background-color: #fff;
}
.l-header.open {
  background-color: #fff;
}
.l-footer {
  margin-top: auto;
}
.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.l-container {
  padding-top: 0;
  flex: 1 1 auto;
}
.l-inner {
  margin-inline: auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 24px;
  }
}
.l-inner.middle {
  max-width: 1080px;
}
.l-inner.wide {
  max-width: 1380px;
}
.l-content {
  margin-inline: auto;
  width: 100%;
  max-width: 900px;
}
.l-gradient {
  position: relative;
  padding-top: min(12.2778675283vw, 152px);
  padding-bottom: min(9.6930533118vw, 120px);
  width: 100%;
  height: auto;
  background-image: url("../img/bg/bg-fields-pc.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .l-gradient {
    padding-top: 80px;
    padding-bottom: 64px;
    background-image: url("../img/bg/bg-fields-sp.png");
  }
}
.l-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #E6F2F2 0%, #FFFFFF 100%);
}
.a-button {
  display: grid;
  place-content: center;
  width: 100%;
  height: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 48px;
  border-width: 1px;
  border-style: solid;
  border-color: #068F90;
  transition: 0.3s ease background;
}
@media screen and (max-width: 1023px) {
  .a-button {
    height: 42px;
  }
}
.a-button.white {
  color: #068F90;
  background-color: #fff;
}
.a-button.white:hover {
  color: #fff;
  background-color: #068F90;
}
.a-button.green {
  color: #fff;
  background-color: #068F90;
}
.a-button.green:hover {
  color: #068F90;
  background-color: #fff;
}
.a-button_download {
  position: relative;
  margin-inline: auto;
  margin-top: auto;
  display: grid;
  place-content: center;
  width: 100%;
  height: min(5.8158319871vw, 72px);
  font-size: min(1.4539579968vw, 18px);
  color: #056B6C;
  font-weight: 700;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #068F90;
  border-radius: 40px;
  transition: 0.3s ease opacity;
}
.a-button_download:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .a-button_download {
    height: 72px;
    font-size: 18px;
  }
}
.a-button_download::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(3.2310177706vw, 40px);
  z-index: 10;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/icon/icon-download-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .a-button_download::after {
    right: 15px;
  }
}
.a-button_angle {
  position: relative;
  margin-inline: auto;
  margin-top: auto;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 346px;
  height: min(6.0581583199vw, 75px);
  font-size: min(1.4539579968vw, 18px);
  color: #fff;
  font-weight: 700;
  background-color: #068F90;
  border-radius: 40px;
  transition: 0.3s ease opacity;
}
.a-button_angle:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .a-button_angle {
    height: 64px;
    font-size: 16px;
  }
}
.a-button_angle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 10;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/icon/icon-angle-right-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.a-button_angle.ltr::after {
  left: 16px;
  right: auto;
  transform: translate(0, -50%) scaleX(-1);
}
.a-button_angle-white {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 346px;
  height: min(5.6542810985vw, 70px);
  font-size: min(1.4539579968vw, 18px);
  color: #056B6C;
  font-weight: 500;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #068F90;
  border-radius: 40px;
  transition: 0.3s ease opacity;
}
.a-button_angle-white:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .a-button_angle-white {
    margin-inline: auto;
    height: 54px;
    font-size: 18px;
  }
}
.a-button_angle-white::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 10;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/icon/icon-angle-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.a-button_angle-white.ltr::after {
  left: 16px;
  right: auto;
  transform: translate(0, -50%) scaleX(-1);
}
.a-button_angle-white.bottom::after {
  transform: translate(0, -50%) rotate(90deg);
}
.a-buttonAngle {
  position: relative;
  margin-inline: auto;
  margin-top: auto;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 346px;
  height: min(6.0581583199vw, 75px);
  font-size: min(1.4539579968vw, 18px);
  color: #fff;
  font-weight: 700;
  background-color: #068F90;
  border-radius: 40px;
  transition: 0.3s ease opacity;
}
.a-buttonAngle:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .a-buttonAngle {
    height: 64px;
    font-size: 16px;
  }
}
.a-buttonAngle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 10;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/icon/icon-angle-right-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.a-buttonAngle_white {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 346px;
  height: min(5.6542810985vw, 70px);
  font-size: min(1.4539579968vw, 18px);
  color: #056B6C;
  font-weight: 500;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #068F90;
  border-radius: 40px;
  transition: 0.3s ease opacity;
}
.a-buttonAngle_white:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .a-buttonAngle_white {
    margin-inline: auto;
    height: 70px;
    font-size: 18px;
  }
}
.a-buttonAngle_white::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 10;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/icon/icon-angle-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.a-buttonAngle_white.bottom::after {
  transform: translate(0, -50%) rotate(90deg);
}
.a-buttonAngle_white.ltr::after {
  left: 16px;
  transform: translate(0, -50%) scaleX(-1);
}
.a-grayBox {
  padding: min(1.2924071082vw, 16px);
  background-color: #F8F8F8;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .a-grayBox {
    padding: 16px;
  }
}
.a-grayBox.box p {
  margin-top: 0;
}
.a-grayBox_title {
  padding-block: 4px;
  font-size: min(1.1308562197vw, 14px);
  color: #068F90;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .a-grayBox_title {
    font-size: 14px;
  }
}
.a-grayBox_text {
  margin-top: 8px;
  font-size: min(1.1308562197vw, 14px) !important;
}
@media screen and (max-width: 767px) {
  .a-grayBox_text {
    font-size: 14px !important;
  }
}
.c-contact {
  position: relative;
  padding-block: min(5.169628433vw, 64px);
  padding-inline: min(5.169628433vw, 64px);
  width: 100%;
  background: linear-gradient(281.2deg, #068F90 2.35%, #05C9CB 64.56%), #068F90;
}
@media screen and (max-width: 1023px) {
  .c-contact {
    padding-inline: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding-block: 56px;
  }
}
.c-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/block-contact/img-contact-bg-pc.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 767px) {
  .c-contact::before {
    background-image: url("../img/block-contact/img-contact-bg-sp.png");
  }
}
.c-contact_inner {
  position: relative;
  z-index: 10;
  margin-inline: auto;
  width: 100%;
  max-width: 1166px;
}
.c-contact_head {
  display: flex;
  flex-direction: column;
  gap: min(0.9693053312vw, 12px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-contact_head {
    gap: 12px;
  }
}
.c-contact_head small {
  font-family: "Inter", sans-serif;
  font-size: min(1.2924071082vw, 16px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-contact_head small {
    font-size: 14px;
  }
}
.c-contact_head span {
  font-size: min(3.2310177706vw, 40px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-contact_head span {
    font-size: 32px;
  }
}
.c-contact_text {
  margin-top: min(3.3925686591vw, 42px);
  font-size: min(1.6155088853vw, 20px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-contact_text {
    margin-top: 24px;
    font-size: 18px;
  }
}
.c-contact_buttons {
  position: relative;
  display: flex;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-contact_buttons {
    flex-direction: column-reverse;
    margin-top: 32px;
  }
}
.c-contact_buttons::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 10;
  width: 1px;
  height: calc(100% - 16px);
  background-color: #DDDDDD;
}
@media screen and (max-width: 767px) {
  .c-contact_buttons::before {
    top: 50%;
    left: 24px;
    width: calc(100% - 48px);
    height: 1px;
  }
}
.c-contact_buttons a {
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  gap: min(2vw, 24px);
  padding-block: min(3.957996769vw, 49px);
  color: #333;
  background-color: #fff;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-contact_buttons a {
    padding-block: 32px;
    gap: 0;
    flex-direction: column;
    width: 100%;
  }
}
.c-contact_buttons a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/icon/icon-angle-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}
.c-contact_buttons a:nth-child(1) {
  padding-inline: min(2vw, 32px) min(2.6vw, 40px);
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 767px) {
  .c-contact_buttons a:nth-child(1) {
    padding-inline: 45px;
    border-radius: 0 0 8px 8px;
  }
}
.c-contact_buttons a:nth-child(1)::after {
  right: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-contact_buttons a:nth-child(1)::after {
    right: 24px;
  }
}
.c-contact_buttons a:nth-child(2) {
  padding-inline: min(2.6vw, 40px) min(2vw, 32px);
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 767px) {
  .c-contact_buttons a:nth-child(2) {
    padding-inline: 45px;
    border-radius: 8px 8px 0 0;
  }
}
.c-contact_buttons a:nth-child(2)::after {
  right: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .c-contact_buttons a:nth-child(2)::after {
    right: 24px;
  }
}
.c-contact_buttons a:hover {
  background-color: #f8f8f8;
}
.c-contact_buttons a:hover::after {
  transform: translate(3px, -50%);
}
.c-contact_button-img {
  flex: 0 0 auto;
  width: 89px;
}
@media screen and (max-width: 767px) {
  .c-contact_button-img {
    width: 60px;
  }
}
.c-contact_button-img img {
  width: 100%;
  height: auto;
}
.c-contact_button-content {
  padding-right: min(4vw, 56px);
}
@media screen and (max-width: 767px) {
  .c-contact_button-content {
    margin-top: 24px;
    padding-right: 0;
  }
}
.c-contact_button-title {
  font-size: min(2vw, 20px);
}
@media screen and (max-width: 767px) {
  .c-contact_button-title {
    font-size: 18px;
    text-align: center;
  }
}
.c-contact_button-text {
  margin-top: 8px;
  font-size: min(1.5vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-contact_button-text {
    font-size: 14px;
    text-align: center;
  }
}
.c-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-head_title {
  display: grid;
  place-content: center;
  gap: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-head_title {
    text-align: center;
  }
}
.c-head_title small {
  font-family: "Inter", sans-serif;
  font-size: min(2vw, 16px);
  color: #068F90;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-head_title small {
    font-size: 14px;
  }
}
.c-head_title small.blue {
  color: #0746BB;
}
.c-head_title span {
  font-size: min(4.6vw, 40px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-head_title span {
    font-size: 32px;
  }
}
.c-head_title.white {
  color: #fff;
}
.c-head_title.white small {
  color: #fff;
}
.c-head_text {
  margin-top: 16px;
  width: 100%;
}
.c-head_text p {
  font-size: min(2vw, 18px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-head_text p {
    font-size: 16px;
    text-align: left;
  }
}
.c-head_text p.gray {
  color: #666666;
}
.c-head_text p.green {
  color: #056B6C;
}
.c-title {
  margin-top: min(3.8772213247vw, 48px);
  padding-bottom: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
.c-title h1 {
  position: relative;
  padding-bottom: clamp(24px, 2.9079159935vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: "Inter", sans-serif;
  color: #056B6C;
}
@media screen and (max-width: 767px) {
  .c-title h1 {
    align-items: center;
    text-align: center;
  }
}
.c-title h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(5.169628433vw, 64px);
  height: 3px;
  background-color: #83C7C8;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-title h1::after {
    left: 50%;
    transform: translate(-50%, 0);
    width: 64px;
  }
}
.c-title h1 small {
  font-size: clamp(16px, 1.4539579968vw, 18px);
  font-weight: 500;
}
.c-title h1 span {
  font-size: clamp(40px, 4.5234248788vw, 56px);
  font-weight: 600;
  line-height: 1;
}
.c-title h2 {
  margin-top: clamp(20px, 2.5848142165vw, 32px);
  font-size: 24px;
  font-weight: 700;
}
.c-title p {
  margin-top: clamp(24px, 2.5848142165vw, 32px);
  font-size: clamp(14px, 1.5vw, 16px);
}
.c-title h2 + p {
  margin-top: 8px;
}
.c-title .price {
  font-size: min(1.4539579968vw, 18px);
}
@media screen and (max-width: 767px) {
  .c-title .price {
    font-size: 18px;
    text-align: center;
  }
}
.c-bread {
  margin-top: 24px;
}
.c-bread span, .c-bread a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-bread span, .c-bread a {
    font-size: 12px;
  }
}
.c-bread .breadcrumb_last {
  flex: 1 1 auto;
}
.c-bread span {
  color: #666666;
}
.c-bread a {
  position: relative;
  margin-right: 28px;
  color: #056B6C;
}
.c-bread a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  z-index: 10;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/icon-angle-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-assign_container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding-block: min(3.8772213247vw, 48px);
  padding-inline: 24px;
  background-color: #F8F8F8;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  border-radius: min(1.9386106624vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-assign_container {
    padding-block: 32px 40px;
    border-radius: 24px;
  }
}
.c-assign_container::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: #F8F8F8;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #DDDDDD;
  border-radius: 6px 0 6px 0;
  transform: translate(-50%, 0) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-assign_container::after {
    bottom: -12px;
    width: 20px;
    height: 20px;
  }
}
.c-assign_title {
  font-size: min(4vw, 40px);
  color: #333;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-assign_title {
    font-size: 28px;
  }
}
.c-assign_textBox {
  margin-top: min(3.2310177706vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-assign_textBox {
    margin-top: 16px;
  }
}
.c-assign_textBox img {
  width: 100%;
  height: auto;
}
.c-assign_textBox-text {
  margin-top: min(3.8772213247vw, 48px);
}
@media screen and (max-width: 767px) {
  .c-assign_textBox-text {
    margin-top: 24px;
  }
}
.c-assign_textBox-text h3 {
  font-size: min(2.9079159935vw, 24px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-assign_textBox-text h3 {
    font-size: 20px;
  }
}
.c-assign_textBox-text p {
  margin-top: 8px;
  font-size: min(1.6155088853vw, 16px);
  color: #666666;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-assign_textBox-text p {
    font-size: 12px;
    text-align: left;
  }
}
.c-assign_textBox-img01 {
  max-width: 738px;
}
@media screen and (max-width: 767px) {
  .c-assign_textBox-img01 {
    width: 100%;
  }
}
.c-assign_textBox-img02 {
  margin-top: min(1.2924071082vw, 16px);
  max-width: 842px;
}
@media screen and (max-width: 767px) {
  .c-assign_textBox-img02 {
    margin-top: 16px;
  }
}
.c-assign_text {
  margin-top: 12px;
  font-size: min(1.4539579968vw, 18px);
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-assign_text {
    margin-top: 16px;
    font-size: 14px;
  }
}
.c-assign_list {
  margin-top: min(3.2310177706vw, 40px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(1.9386106624vw, 24px);
  width: 100%;
  max-width: 860px;
}
@media screen and (max-width: 767px) {
  .c-assign_list {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
  }
}
.c-assign_list.long {
  width: min(82vw, 882px);
  max-width: 882px;
}
@media screen and (max-width: 767px) {
  .c-assign_list.long {
    width: 100%;
  }
}
.c-assign_list.wide {
  max-width: 1000px;
}
.c-assign_list.col4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1070px;
}
@media screen and (max-width: 767px) {
  .c-assign_list.col4 {
    grid-template-columns: 1fr;
  }
}
.c-assign_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: min(1.6155088853vw, 20px) min(1.9386106624vw, 24px);
  padding-inline: min(2vw, 32px);
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .c-assign_item {
    padding-block: 20px;
    padding-inline: 0;
  }
}
.c-assign_item h3 {
  margin-inline: auto;
  padding-block: 4px;
  padding-inline: 16px;
  font-size: min(1.5vw, 14px);
  color: #068F90;
  background-color: #E6F2F2;
  border-width: 1px;
  border-style: solid;
  border-color: #83C7C8;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .c-assign_item h3 {
    padding-block: 2px;
    font-size: 12px;
  }
}
.c-assign_item h3.blue {
  color: #0746BB;
  background-color: #EEF8FF;
  border-color: #81A3F2;
}
.c-assign_item p {
  margin-top: 16px;
  font-size: min(1.6vw, 20px);
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .c-assign_item p {
    margin-top: 12px;
    font-size: 16px;
  }
}
.c-assign_item p span {
  color: #068F90;
}
.c-assign_item p span.blue {
  color: #0746BB;
}
.c-assign_item p.title {
  font-size: min(1.6vw, 20px);
  color: #056B6C;
}
@media screen and (max-width: 767px) {
  .c-assign_item p.title {
    font-size: 20px;
  }
}
.c-assign_item p.small {
  margin-top: 8px;
  font-size: min(1.4vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-assign_item p.small {
    font-size: 16px;
  }
}
.c-benefits {
  display: flex;
  flex-direction: column;
  gap: min(6.4620355412vw, 80px);
}
@media screen and (max-width: 767px) {
  .c-benefits {
    margin-top: 40px;
    gap: 56px;
  }
}
.c-benefits > li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-benefits > li:nth-child(2n) {
    flex-direction: column;
  }
}
.c-benefits > li:nth-child(2n) .c-benefits_content-left {
  padding-left: min(3.8772213247vw, 48px);
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .c-benefits > li:nth-child(2n) .c-benefits_content-left {
    padding-left: 0;
  }
}
.c-benefits li.blank {
  display: none;
}
.c-benefits_content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-benefits_content {
    flex-direction: column;
  }
}
.c-benefits_content-left {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: min(3.8772213247vw, 48px);
}
@media screen and (max-width: 767px) {
  .c-benefits_content-left {
    order: 2;
    margin-top: 24px;
    width: 100%;
  }
}
.c-benefits_content-left p {
  margin-top: 8px;
  font-size: min(1.4vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-benefits_content-left p {
    font-size: 14px;
  }
}
.c-benefits_content-left ol {
  margin-top: 8px;
  margin-inline: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: min(1.4vw, 16px);
  counter-reset: my-counter;
}
@media screen and (max-width: 767px) {
  .c-benefits_content-left ol {
    margin-top: 0;
    font-size: 14px;
  }
}
.c-benefits_content-left ol li {
  padding-left: 37px;
  position: relative;
}
.c-benefits_content-left ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #068F90;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  width: 29px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  top: -4px;
  left: 0;
}
.c-benefits_content-left ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.c-benefits_content-left .column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-benefits_content-left .column {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.c-benefits_content-left .column.mgt {
  margin-top: min(1.9386106624vw, 24px);
}
.c-benefits_content-left .box {
  margin-top: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-benefits_content-left .box {
    margin-top: 16px;
  }
}
.c-benefits_content-left .button {
  margin-top: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-benefits_content-left .button {
    margin-top: 16px;
  }
}
.c-benefits_content-right {
  flex: 0 0 auto;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-benefits_content-right {
    order: 1;
    width: 100%;
  }
}
.c-benefits_content-right img {
  width: 100%;
  height: auto;
}
.c-benefits_content-full {
  margin-top: min(6.4620355412vw, 80px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-benefits_content-full {
    order: 3;
    margin-top: 56px;
  }
}
.c-benefits_content-full.mgt72 {
  margin-top: min(5.8158319871vw, 72px);
}
@media screen and (max-width: 767px) {
  .c-benefits_content-full.mgt72 {
    margin-top: 32px;
  }
}
.c-benefits_content-full.mgt48 {
  margin-top: min(3.8772213247vw, 48px);
}
@media screen and (max-width: 767px) {
  .c-benefits_content-full.mgt48 {
    margin-top: 32px;
  }
}
.c-benefits_content-full.mgt40 {
  margin-top: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-benefits_content-full.mgt40 {
    margin-top: 32px;
  }
}
.c-benefits_content-head {
  margin-bottom: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-benefits_content-head {
    margin-bottom: 8px;
  }
}
.c-benefits_content-head .number {
  display: flex;
  gap: min(1.9386106624vw, 24px);
  font-family: "Inter", sans-serif;
  font-size: min(1.8vw, 20px);
  color: #068F90;
}
@media screen and (max-width: 767px) {
  .c-benefits_content-head .number {
    font-size: 16px;
    gap: 24px;
  }
}
.c-benefits_content-head .number.blue {
  color: #0746BB;
}
.c-benefits_content-head .number dt {
  position: relative;
}
.c-benefits_content-head .number dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translate(0, -50%);
  width: 1px;
  height: 12px;
  background-color: #068F90;
}
.c-benefits_content-head .sub {
  margin-top: min(1.9386106624vw, 24px);
  padding-block: 4px;
  padding-inline: 8px;
  width: fit-content;
  font-size: min(1.4vw, 16px);
  color: #fff;
  background-color: #068F90;
}
@media screen and (max-width: 767px) {
  .c-benefits_content-head .sub {
    margin-top: 16px;
    font-size: 14px;
  }
}
.c-benefits_content-head h2 {
  margin-top: 8px;
  font-size: min(3vw, 36px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-benefits_content-head h2 {
    margin-top: 12px;
    font-size: 26px;
    letter-spacing: -0.05em;
  }
}
.c-benefits_content-head h2 span {
  line-height: 1.5;
}
.c-benefits_content-head h2 small {
  font-size: min(2vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-benefits_content-head h2 small {
    font-size: 20px;
  }
}
.c-benefits_tags {
  margin-top: min(1.9386106624vw, 24px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-benefits_tags {
    margin-top: 16px;
  }
}
.c-benefits_tags span {
  padding-block: min(0.6462035541vw, 8px);
  padding-inline: min(0.9693053312vw, 12px);
  width: fit-content;
  font-size: 14px;
  line-height: 1.2;
  color: #053B9E;
  background-color: #EEF8FF;
  border-width: 1px;
  border-style: solid;
  border-color: #81A3F2;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .c-benefits_tags span {
    padding-block: 8px;
    padding-inline: 12px;
    font-size: 12px;
  }
}
.c-point {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(1.9386106624vw, 32px);
}
@media screen and (max-width: 767px) {
  .c-point {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.c-point_item {
  display: flex;
  flex-direction: column;
  gap: min(1.9386106624vw, 24px);
  padding: min(1.9386106624vw, 32px);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #EBF9F9;
  border-radius: 12px;
  box-shadow: 0px 0px 12px #EBF9F9;
}
@media screen and (max-width: 767px) {
  .c-point_item {
    gap: 16px;
    padding: 24px;
  }
}
.c-point_item img {
  width: min(5.8158319871vw, 72px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-point_item img {
    width: 48px;
  }
}
.c-point_item h4 {
  font-size: min(1.6vw, 20px);
}
@media screen and (max-width: 767px) {
  .c-point_item h4 {
    font-size: 18px;
  }
}
.c-point_item h4 span {
  color: #068F90;
}
.c-point_item p {
  font-size: min(1.4vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-point_item p {
    font-size: 14px;
  }
}
.c-point_col6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.2924071082vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-point_col6 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.c-point_col6.mgt {
  margin-top: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-point_col6.mgt {
    margin-top: 40px;
  }
}
.c-point_col6-item {
  display: flex;
  flex-direction: column;
  gap: min(1.2924071082vw, 16px);
  padding: min(1.9386106624vw, 32px);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #EBF9F9;
  border-radius: 8px;
  box-shadow: 0px 0px 12px #EBF9F9;
}
@media screen and (max-width: 767px) {
  .c-point_col6-item {
    gap: 16px;
    padding: 24px;
  }
}
.c-point_col6-item img {
  width: min(3.8772213247vw, 48px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-point_col6-item img {
    width: 48px;
  }
}
.c-point_col6-item h4 {
  font-size: min(1.6vw, 20px);
}
@media screen and (max-width: 767px) {
  .c-point_col6-item h4 {
    font-size: 18px;
  }
}
.c-point_col6-item h4 span {
  color: #068F90;
}
.c-point_col6-item p {
  padding: min(0.3231017771vw, 4px);
  font-size: min(1.4vw, 16px);
  background-color: #F8F8F8;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-point_col6-item p {
    padding: 8px;
    font-size: 16px;
  }
}
.c-point_col6-item p.box {
  padding: 8px;
}
.c-logoSlider_title {
  font-size: min(2vw, 20px);
  text-align: center;
  color: #333;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-logoSlider_title {
    font-size: 18px;
  }
}
.c-logoSlider_top {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-logoSlider_top {
    margin-top: 16px;
  }
}
.c-logoSlider_bottom {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-logoSlider_bottom {
    display: block;
    margin-top: 16px;
  }
}
.c-logoSlider_list {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-logoSlider_list {
    gap: 16px;
  }
}
.c-logoSlider_item img {
  width: 100%;
  height: auto;
}
.c-logoSlider_item.unext {
  width: 197px;
}
@media screen and (max-width: 767px) {
  .c-logoSlider_item.unext {
    width: 150px;
  }
}
.c-logoSlider_item.leaner {
  width: 121px;
}
@media screen and (max-width: 767px) {
  .c-logoSlider_item.leaner {
    width: 93px;
  }
}
.c-logoSlider_item.rocket {
  width: 155px;
}
@media screen and (max-width: 767px) {
  .c-logoSlider_item.rocket {
    width: 118px;
  }
}
.c-logoSlider_item.knt {
  width: 146px;
}
@media screen and (max-width: 767px) {
  .c-logoSlider_item.knt {
    width: 111px;
  }
}
.c-logoSlider_item.tech {
  width: 196px;
}
@media screen and (max-width: 767px) {
  .c-logoSlider_item.tech {
    width: 147px;
  }
}
.c-logoSlider_item.sora {
  width: 119px;
}
@media screen and (max-width: 767px) {
  .c-logoSlider_item.sora {
    width: 91px;
  }
}
.c-logoSlider_item.ensx {
  width: 195px;
}
@media screen and (max-width: 767px) {
  .c-logoSlider_item.ensx {
    width: 148px;
  }
}
.c-buttons {
  position: fixed;
  bottom: 16px;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: auto;
  transition: 0.6s ease opacity;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}
.c-buttons.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .c-buttons {
    display: block;
    bottom: 0;
    padding-block: 13px 12px;
    background-color: #fff;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #F8F8F8;
  }
}
.c-buttons_inner {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-inline: auto;
  padding-inline: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-buttons_inner {
    justify-content: center;
    gap: 12px;
  }
}
.c-buttons_button {
  position: relative;
  display: grid;
  place-content: center;
  width: min(22.2940226171vw, 276px);
  height: min(6vw, 72px);
  border-radius: 72px;
  border-width: 1px;
  border-style: solid;
  border-color: #068F90;
  transition: 0.3s ease background;
  transition: 0.3s ease opacity;
}
.c-buttons_button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-buttons_button {
    width: 168px;
    height: 40px;
  }
}
.c-buttons_button span {
  position: relative;
  display: block;
  padding-right: min(3vw, 40px);
  font-family: "Inter", sans-serif;
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .c-buttons_button span {
    padding-right: 24px;
    font-size: 12px;
  }
}
.c-buttons_button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: min(2vw, 24px);
  height: min(2vw, 24px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-buttons_button span::after {
    width: 16px;
    height: 16px;
  }
}
.c-buttons_button span.download::after {
  background-image: url("../img/icon/icon-download.svg");
}
.c-buttons_button span.account::after {
  background-image: url("../img/icon/icon-id card.svg");
}
.c-buttons_button.download {
  color: #fff;
  background-color: #068F90;
}
.c-buttons_button.download p {
  width: min(13.2vw, 154px);
}
@media screen and (max-width: 767px) {
  .c-buttons_button.download p {
    width: 154px;
  }
}
.c-buttons_button.account {
  color: #068F90;
  background-color: #fff;
}
.c-buttons_button.account p {
  width: min(12.5vw, 144px);
}
@media screen and (max-width: 767px) {
  .c-buttons_button.account p {
    width: 144px;
  }
}
.c-data {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 12px #EBF9F9;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .c-data {
    flex-direction: column;
    padding: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #E6F2F2;
  }
}
.c-data.white {
  background-color: #fff;
}
.c-data_head {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-inline: min(2.5848142165vw, 32px);
  height: 70px;
  font-size: min(1.4539579968vw, 18px);
  color: #068F90;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #C3E7E7;
}
@media screen and (max-width: 1023px) {
  .c-data_head {
    padding-block: 0 24px;
    padding-inline: 24px;
    width: 100%;
    height: auto;
    border-width: 0 0 1px;
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-data_head {
    padding-inline: 0;
  }
}
.c-data_content {
  padding: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 1023px) {
  .c-data_content {
    padding: 24px 0 0;
  }
}
.c-data_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-data_list.green span {
  color: #056B6C;
}
.c-data_list span {
  display: grid;
  place-content: center;
  width: fit-content;
  padding-inline: min(0.9693053312vw, 12px);
  min-width: 37px;
  height: min(2.9886914378vw, 37px);
  font-size: min(1.1308562197vw, 14px);
  background-color: #E6F2F2;
  border-width: 1px;
  border-style: solid;
  border-color: #83C7C8;
  border-radius: 37px;
}
@media screen and (max-width: 1023px) {
  .c-data_list span {
    padding-inline: 8px;
    min-width: 66px;
    height: 26px;
    font-size: 14px;
  }
}
.c-data_list span.current {
  color: #fff;
  background-color: #068F90;
  border-color: #068F90;
}
.c-data_list.white span {
  background-color: #fff;
  border-color: #DDDDDD;
}
.c-data_list.white span.current {
  color: #fff;
  background-color: #068F90;
  border-color: #068F90;
}
.c-data_list.white span.require {
  position: relative;
  padding-right: min(5.5vw, 60px);
}
@media screen and (max-width: 1023px) {
  .c-data_list.white span.require {
    padding-right: 60px;
  }
}
.c-data_list.white span.require::after {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  padding-inline: min(0.6462035541vw, 8px);
  font-size: min(10px, 0.9693053312vw, 12px);
  color: #068F90;
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 1023px) {
  .c-data_list.white span.require::after {
    right: 8px;
    padding-inline: 8px;
    font-size: 12px;
  }
}
.c-data_append {
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-data_append {
    font-size: 12px;
  }
}
.c-function {
  position: relative;
  height: calc(33vw + min(2.2617124394vw, 28px) + min(1.5vw, 16px) + 100px);
}
@media screen and (max-width: 1023px) {
  .c-function {
    height: calc(33vw + min(2.2617124394vw, 28px) + min(1.5vw, 16px) + 100px);
  }
}
@media screen and (max-width: 767px) {
  .c-function {
    height: calc(54vw + 28px + 16px + 100px);
  }
}
.c-function_item.is-active .c-function_container {
  transform-origin: center;
  z-index: 100;
  margin-inline: max(-1.6155088853vw, -20px);
}
.c-function_item:not(.is-active) .c-function_container {
  transform: scale(0.9);
  transform-origin: center;
}
.c-function_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-function_container {
    gap: 30px;
  }
}
.c-function_head {
  display: grid;
  place-content: center;
  gap: 8px;
}
.c-function_title {
  font-size: min(2.2617124394vw, 28px);
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-function_title {
    font-size: 28px;
  }
}
.c-function_text {
  font-family: "Inter", sans-serif;
  font-size: min(1.5vw, 16px);
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-function_text {
    font-size: 16px;
  }
}
.c-function_img {
  width: 100%;
}
.c-function_img img {
  width: 100%;
  height: auto;
}
.c-function .splide__track {
  padding-bottom: 100px;
}
.c-function .splide__arrow {
  margin-top: 2vw;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 1;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  .c-function .splide__arrow {
    margin-top: 3vw;
    width: 62px;
    height: 62px;
  }
}
@media screen and (max-width: 767px) {
  .c-function .splide__arrow {
    margin-top: 10vw;
  }
}
.c-function .splide__arrow svg {
  display: none;
}
.c-function .splide__arrow.splide__arrow--prev {
  left: 50%;
  margin-left: -28vw;
  background-image: url("../img/icon/icon-pagenation-prev.png");
}
@media screen and (max-width: 767px) {
  .c-function .splide__arrow.splide__arrow--prev {
    margin-left: -40.5vw;
  }
}
.c-function .splide__arrow.splide__arrow--next {
  left: 50%;
  margin-left: 28vw;
  background-image: url("../img/icon/icon-pagenation-next.png");
}
@media screen and (max-width: 767px) {
  .c-function .splide__arrow.splide__arrow--next {
    margin-left: 40.5vw;
  }
}
.c-function .splide {
  position: static;
}
.c-function .splide__pagination {
  bottom: 0;
  gap: 8px;
}
.c-function .splide__pagination__page {
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: #C3E7E7;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-function .splide__pagination__page {
    width: 6px;
    height: 6px;
  }
}
.c-function .splide__pagination__page.is-active {
  width: 9px;
  height: 9px;
  background-color: #068F90;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-function .splide__pagination__page.is-active {
    width: 7px;
    height: 7px;
  }
}
.c-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-faq_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-inline: min(1.9386106624vw, 24px);
  background-color: #fff;
  box-shadow: 0px 0px 12px #EBF9F9;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #E6F2F2;
}
@media screen and (max-width: 767px) {
  .c-faq_list {
    padding-inline: 24px;
  }
}
.c-faq_list dt, .c-faq_list dd {
  position: relative;
  padding-block: min(1.9386106624vw, 24px);
  padding-left: min(3.4vw, 40px);
  font-family: "Inter", sans-serif;
  font-size: min(1.8vw, 18px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-faq_list dt, .c-faq_list dd {
    padding-left: 37px;
    font-size: 14px;
  }
}
.c-faq_list dt::before, .c-faq_list dd::before {
  content: "";
  position: absolute;
  top: min(2vw, 24px);
  left: 0;
  font-family: "Inter", sans-serif;
  font-size: min(2.1vw, 24px);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-faq_list dt::before, .c-faq_list dd::before {
    top: 24px;
    font-size: 20px;
  }
}
.c-faq_list dt {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #C3E7E7;
}
@media screen and (max-width: 767px) {
  .c-faq_list dt {
    padding-block: 24px 20px;
  }
}
.c-faq_list dt::before {
  content: "Q.";
  color: #068F90;
}
.c-faq_list dd {
  color: #666666;
}
@media screen and (max-width: 767px) {
  .c-faq_list dd {
    padding-block: 20px 24px;
  }
}
.c-faq_list dd::before {
  content: "A.";
  color: #CC0621;
}
.c-list {
  padding: min(2.9079159935vw, 48px);
  background-color: #E6F2F2;
  border-radius: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-list {
    padding-block: 32px;
    padding-inline: 24px;
    border-radius: 16px;
  }
}
.c-list_title {
  font-size: min(3vw, 32px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-list_title {
    font-size: 24px;
  }
}
.c-list_list {
  margin-top: min(2.5848142165vw, 32px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-list_list {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.c-list_list.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .c-list_list.col3 {
    grid-template-columns: 1fr;
  }
}
.c-list_item {
  display: flex;
  align-items: center;
  gap: min(1.9386106624vw, 24px);
  padding: min(1.9386106624vw, 32px);
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-list_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
  }
}
.c-list_item.beegle {
  box-shadow: 0px 0px 12px #EBEEF9;
}
@media screen and (max-width: 767px) {
  .c-list_item.beegle {
    flex-direction: row;
    align-items: center;
  }
}
.c-list_item img {
  width: min(5.8158319871vw, 72px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-list_item img {
    width: 48px;
  }
}
.c-list_item p {
  font-size: min(1.4539579968vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-list_item p {
    font-size: 16px;
  }
}
.c-list_item p span {
  color: #068F90;
}
.c-list_item p span.blue {
  font-size: min(1.6155088853vw, 20px);
  color: #0746BB;
}
@media screen and (max-width: 767px) {
  .c-list_item p span.blue {
    font-size: 16px;
  }
}
.c-list_card {
  background-color: #fff;
  border-radius: min(1.2924071082vw, 16px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-list_card {
    border-radius: 16px;
  }
}
.c-list_card-title {
  padding-block: min(0.9693053312vw, 12px);
  font-size: min(1.6155088853vw, 20px);
  color: #fff;
  text-align: center;
  background-color: #068F90;
}
@media screen and (max-width: 767px) {
  .c-list_card-title {
    padding-block: 12px;
    font-size: 18px;
  }
}
.c-list_card-inner {
  display: flex;
  align-items: center;
  gap: min(1.4539579968vw, 24px);
  padding-block: min(1.4539579968vw, 24px);
  padding-inline: min(1.9386106624vw, 32px);
}
@media screen and (max-width: 767px) {
  .c-list_card-inner {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
}
.c-list_card-img {
  flex: 0 0 auto;
  width: min(11.6316639742vw, 144px);
}
@media screen and (max-width: 767px) {
  .c-list_card-img {
    width: 144px;
  }
}
.c-list_card-img img {
  width: 100%;
  height: auto;
}
.c-list_card-content {
  flex: 1 1 auto;
}
.c-list_card-content h5 {
  font-size: min(1.6vw, 16px);
  color: #068F90;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-list_card-content h5 {
    font-size: 16px;
  }
}
.c-list_card-content dl {
  margin-top: 8px;
  display: grid;
  grid-template-columns: min(9.0468497577vw, 112px) 1fr;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-list_card-content dl {
    grid-template-columns: 76px 1fr;
  }
  .c-list_card-content dl.long {
    grid-template-columns: 112px 1fr;
  }
}
.c-list_card-content dl dt {
  display: grid;
  place-items: center;
  padding-block: 2px;
  font-size: min(1vw, 12px);
  font-weight: 700;
  color: #068F90;
  text-align: center;
  background-color: #E6F2F2;
  border-width: 1px;
  border-style: solid;
  border-color: #C3E7E7;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-list_card-content dl dt {
    font-size: 12px;
  }
}
.c-list_card-content dl dd {
  display: flex;
  align-items: center;
  font-size: min(1.3vw, 14px);
}
@media screen and (max-width: 767px) {
  .c-list_card-content dl dd {
    font-size: 14px;
  }
}
.c-marketing_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4.5234248788vw, 56px);
}
@media screen and (max-width: 767px) {
  .c-marketing_list {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}
.c-marketing_list li:not(:last-child) {
  position: relative;
}
.c-marketing_list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: max(-2.2617124394vw - 12px, -40px);
  z-index: 10;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon/icon-cross.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-marketing_list li:not(:last-child)::after {
    top: auto;
    left: 50%;
    right: 0;
    transform: translate(-50%, 0);
    bottom: -40px;
  }
}
.c-marketing_item-title {
  position: relative;
  margin-inline: auto;
  width: fit-content;
  font-size: min(1.4539579968vw, 18px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-marketing_item-title {
    font-size: 18px;
  }
}
.c-marketing_item-title span {
  color: #068F90;
}
.c-marketing_item-title::before, .c-marketing_item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 1px;
  height: 16px;
  background-color: #068F90;
}
.c-marketing_item-title::before {
  left: -10px;
  transform: rotate(-30deg) translate(0, -50%);
}
.c-marketing_item-title::after {
  right: -10px;
  transform: rotate(30deg) translate(0, -50%);
}
.c-marketing_item-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 8px;
  padding: min(1.4539579968vw, 24px);
  height: min(8.8852988691vw, 120px);
  box-shadow: 0px 0px 12px #EBF9F9;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #E6F2F2;
}
@media screen and (max-width: 767px) {
  .c-marketing_item-box {
    padding: 24px;
    min-height: 120px;
  }
}
.c-marketing_tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(3.8772213247vw, 48px);
}
@media screen and (max-width: 767px) {
  .c-marketing_tags {
    gap: 48px;
  }
}
.c-marketing_tags div:first-child {
  position: relative;
}
.c-marketing_tags div:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -48px;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/icon/icon-cross.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-marketing_tag {
  padding-block: 2px;
  width: 100%;
  font-size: min(1.6155088853vw, 20px);
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #068F90;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .c-marketing_tag {
    margin-inline: auto;
    max-width: 280px;
    font-size: 20px;
  }
}
.c-marketing_text {
  margin-top: min(1.2924071082vw, 16px);
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-marketing_text {
    margin-top: 16px;
  }
}
.c-marketing_catch {
  margin-top: min(1.9386106624vw, 24px);
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .c-marketing_catch {
    margin-top: 24px;
  }
}
.c-marketing_catch p {
  font-size: min(1.6155088853vw, 20px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-marketing_catch p {
    font-size: 16px;
  }
}
.c-marketing_catch p span {
  font-size: min(2.2617124394vw, 28px);
  color: #068F90;
}
@media screen and (max-width: 767px) {
  .c-marketing_catch p span {
    font-size: 24px;
  }
}
.c-marketing_catch img {
  width: min(3.8772213247vw, 48px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-marketing_catch img {
    display: none;
  }
}
.c-marketing_sample {
  margin-top: min(1.2924071082vw, 16px);
  padding: min(3.8772213247vw, 48px);
  background-color: #E6F2F2;
  border-radius: min(1.9386106624vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-marketing_sample {
    margin-top: 40px;
    padding: 24px;
    border-radius: 16px;
  }
}
.c-marketing_sample-title {
  font-size: min(2.5848142165vw, 32px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-marketing_sample-title {
    font-size: 26px;
  }
}
.c-marketing_sample-container {
  margin-top: min(1.9386106624vw, 24px);
  padding-block: min(1.9386106624vw, 24px) min(0.9693053312vw, 12px);
  padding-inline: min(1.9386106624vw, 24px);
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .c-marketing_sample-container {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-marketing_sample-container {
    padding-block: 24px 12px;
    padding-inline: 24px;
  }
}
.c-marketing_sample-img {
  padding-bottom: 8px;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  overflow-x: auto;
  cursor: grab;
}
.c-marketing_sample-img::-webkit-scrollbar {
  height: 8px;
}
.c-marketing_sample-img::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 24px;
}
.c-marketing_sample-img img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .c-marketing_sample-img img {
    width: 1437px;
  }
}
.c-marketing_sample-data {
  margin-top: min(1.9386106624vw, 24px);
}
@media screen and (max-width: 1023px) {
  .c-marketing_sample-data {
    margin-top: 16px;
  }
}
.c-dept {
  display: flex;
  flex-direction: column;
  gap: min(6.4620355412vw, 80px);
}
@media screen and (max-width: 767px) {
  .c-dept {
    gap: 40px;
  }
}
.c-dept_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: min(6.4620355412vw, 80px);
  padding-block: min(4vw, 64px);
  padding-inline: min(3.5vw, 64px);
  background-image: url("../img/list/bg-dept-pc.png");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  border-radius: min(1.9386106624vw, 24px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-dept_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding-block: 32px;
    padding-inline: 24px;
    border-radius: 24px;
    background-image: url("../img/list/bg-dept-sp.png");
  }
}
.c-dept_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(281.2deg, #068F90 2.35%, #05C9CB 64.56%), #AAAAAA;
}
.c-dept_content {
  flex: 1;
}
.c-dept_head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
}
.c-dept_head small {
  font-family: "Inter", sans-serif;
  font-size: min(1.2924071082vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-dept_head small {
    font-size: 14px;
  }
}
.c-dept_head span {
  font-size: min(2.9079159935vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-dept_head span {
    font-size: 32px;
  }
}
.c-dept_text {
  margin-top: 16px;
  font-size: min(1.4539579968vw, 18px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-dept_text {
    font-size: 18px;
  }
}
.c-dept_text.plan strong {
  font-size: min(2.1001615509vw, 26px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-dept_text.plan {
    font-size: 14px;
    letter-spacing: -0.03em;
  }
  .c-dept_text.plan strong {
    font-size: 18px;
  }
}
.c-dept_button {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: min(1.9386106624vw, 24px);
  padding-block: min(3.2310177706vw, 40px);
  padding-inline: min(2.5848142165vw, 32px);
  width: min(37.3182552504vw, 462px);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: 8px;
  transition: 0.3s ease background-color;
}
@media screen and (max-width: 767px) {
  .c-dept_button {
    gap: 16px;
    padding-block: 24px;
    padding-inline: 16px;
    width: 100%;
  }
}
.c-dept_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  z-index: 10;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/icon/icon-angle-right.svg");
  background-size: cover;
  transition: 0.3s ease;
}
.c-dept_button:hover {
  background-color: #f8f8f8;
}
.c-dept_button:hover::after {
  transform: translate(3px, -50%);
}
.c-dept_button-img {
  width: min(5.8158319871vw, 72px);
}
@media screen and (max-width: 767px) {
  .c-dept_button-img {
    width: 56px;
  }
}
.c-dept_button-img img {
  width: 100%;
  height: auto;
}
.c-dept_button-img.plan {
  width: min(4.5234248788vw, 56px);
}
@media screen and (max-width: 767px) {
  .c-dept_button-img.plan {
    width: 56px;
  }
}
.c-dept_button-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-dept_button-text {
    gap: 4px;
  }
}
.c-dept_button-text span {
  font-size: min(1.6155088853vw, 20px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-dept_button-text span {
    font-size: 18px;
  }
}
.c-dept_button-text small {
  font-size: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-dept_button-text small {
    font-size: 14px;
  }
}
.c-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .c-cards {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.c-cards_item {
  display: flex;
  flex-direction: column;
  padding: min(3.2310177706vw, 40px);
  background-color: #E6F2F2;
  border-radius: min(1.9386106624vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-cards_item {
    padding: 24px;
    border-radius: 16px;
  }
}
.c-cards_title {
  display: grid;
  place-content: center;
  text-align: center;
}
.c-cards_title small {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: min(1.2924071082vw, 16px);
  color: #068F90;
}
@media screen and (max-width: 767px) {
  .c-cards_title small {
    font-size: 16px;
  }
}
.c-cards_title span {
  font-family: "Inter", sans-serif;
  font-size: min(2.2617124394vw, 28px);
}
@media screen and (max-width: 767px) {
  .c-cards_title span {
    font-size: 28px;
  }
}
.c-cards_desc {
  margin-top: 12px;
  font-weight: 700;
  text-align: center;
}
.c-cards_desc.green {
  font-size: min(2.5848142165vw, 32px);
  color: #068F90;
}
@media screen and (max-width: 767px) {
  .c-cards_desc.green {
    font-size: 24px;
  }
}
.c-cards_desc.green small {
  font-size: min(1.6155088853vw, 20px);
}
@media screen and (max-width: 767px) {
  .c-cards_desc.green small {
    font-size: 16px;
  }
}
.c-cards_desc.black {
  font-size: min(2.2617124394vw, 28px);
}
@media screen and (max-width: 767px) {
  .c-cards_desc.black {
    font-size: 28px;
  }
}
.c-cards_list {
  margin-top: 8px;
  margin-bottom: min(2.4232633279vw, 30px);
  padding: min(1.9386106624vw, 24px);
  display: flex;
  flex-direction: column;
  gap: min(1.2924071082vw, 16px);
  background-color: #fff;
  border-radius: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-cards_list {
    gap: 16px;
    margin-bottom: 24px;
    margin-inline: auto;
    max-width: 400px;
    padding: 16px;
  }
}
.c-cards_list li {
  padding-left: 1em;
  text-indent: -1.3em;
  font-size: min(1.2924071082vw, 16px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-cards_list li {
    font-size: 14px;
  }
}
.c-cards_box {
  display: flex;
  align-items: center;
  gap: min(1.9386106624vw, 24px);
  margin-top: 16px;
  margin-bottom: min(2.4232633279vw, 30px);
  padding: min(1.9386106624vw, 24px);
  background-color: #fff;
  border-radius: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-cards_box {
    flex-direction: column;
    gap: 16px;
    margin-inline: auto;
    margin-bottom: 24px;
    padding-block: 16px;
    padding-inline: 16px;
    max-width: 400px;
    border-radius: 12px;
  }
}
.c-cards_box-img {
  position: relative;
  flex: 0 0 auto;
  width: min(15.3473344103vw, 190px);
}
.c-cards_box-img::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -12px;
  z-index: 1;
  width: 43px;
  height: 64px;
  background-image: url(../img/list/bg-card-pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-cards_box-img::before {
    width: 55px;
    height: 60px;
    background-image: url(../img/list/bg-card-sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .c-cards_box-img {
    width: 100%;
  }
}
.c-cards_box-img img {
  width: 100%;
  height: auto;
  border-radius: min(1.9386106624vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-cards_box-img img {
    border-radius: 12px;
  }
}
.c-cards_box-content dt {
  padding-bottom: min(1.2924071082vw, 16px);
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #83C7C8;
}
@media screen and (max-width: 767px) {
  .c-cards_box-content dt {
    padding-bottom: 16px;
  }
}
.c-cards_box-content dt small {
  display: block;
  font-size: min(0.9693053312vw, 12px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-cards_box-content dt small {
    font-size: 12px;
  }
}
.c-cards_box-content dt span {
  display: block;
  margin-top: 5px;
  font-size: min(1.2924071082vw, 16px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-cards_box-content dt span {
    font-size: 16px;
  }
}
.c-cards_box-content dd {
  padding-top: min(1.2924071082vw, 16px);
  font-size: min(1.1308562197vw, 14px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-cards_box-content dd {
    padding-top: 16px;
    font-size: 14px;
  }
}
.c-cards_box2 {
  margin-top: 8px;
  margin-bottom: min(1.9386106624vw, 24px);
  padding: min(1.9386106624vw, 24px);
  background-color: #fff;
  border-radius: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .c-cards_box2 {
    margin-bottom: 24px;
    margin-inline: auto;
    max-width: 400px;
    padding: 16px;
  }
}
.c-cards_box2 p {
  margin-top: 8px;
  font-size: min(1.1308562197vw, 14px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-cards_box2 p {
    font-size: 14px;
  }
}
.c-cards_box2 p.green {
  margin-top: 0;
  color: #056B6C;
}
.c-cards_box2 ul {
  margin-top: min(1.2924071082vw, 16px);
  font-size: min(0.9693053312vw, 12px);
  color: #666666;
  font-weight: 700;
}
.c-cards_box2 ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
a.c-card {
  transition: 0.3s ease opacity;
}
a.c-card:hover {
  opacity: 0.6;
}

.c-card {
  display: block;
  padding: min(1.9386106624vw, 24px);
  height: 100%;
  color: #333;
  border-width: 1px;
  background-color: #fff;
  border-style: solid;
  border-color: #ddd;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-card {
    padding: 24px;
  }
}
.c-card.noBorder {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.c-card_img {
  position: relative;
  padding-top: 66.7%;
  border-radius: 8px;
  overflow: hidden;
}
.c-card_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-card_img.seminer {
  position: relative;
  padding-top: 52.42%;
  width: 100%;
  overflow: hidden;
}
.c-card_img.seminer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card_date {
  margin-top: min(1.9386106624vw, 24px);
  font-size: min(1.1308562197vw, 14px);
}
@media screen and (max-width: 767px) {
  .c-card_date {
    margin-top: 24px;
    font-size: 14px;
  }
}
.c-card_title {
  margin-top: min(0.9693053312vw, 12px);
  font-size: min(1.9386106624vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-card_title {
    margin-top: 24px;
    font-size: 20px;
  }
  .c-card_title br {
    display: none;
  }
}
.c-card_title.green {
  margin-top: min(1.9386106624vw, 24px);
  color: #056B6C;
}
.c-card_text {
  margin-top: min(0.9693053312vw, 12px);
  font-size: min(1.1308562197vw, 14px);
}
@media screen and (max-width: 767px) {
  .c-card_text {
    margin-top: 12px;
    font-size: 14px;
  }
}
.c-card_link {
  margin-top: min(0.9693053312vw, 12px);
}
@media screen and (max-width: 767px) {
  .c-card_link {
    margin-top: 20px;
  }
}
.c-card_link a {
  position: relative;
  display: inline-block;
  padding-right: min(1.6155088853vw, 20px);
  font-size: min(1.2924071082vw, 16px);
  color: #386EEC;
  line-height: min(1.6155088853vw, 20px);
}
@media screen and (max-width: 767px) {
  .c-card_link a {
    padding-right: 20px;
    font-size: 16px;
  }
}
.c-card_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translate(0, -50%);
  width: min(1.6155088853vw, 20px);
  height: min(1.6155088853vw, 20px);
  background-image: url("../img/icon/icon-angle-right-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-card_link a::after {
    width: 20px;
    height: 20px;
  }
}
.c-card_tags {
  margin-top: min(0.9693053312vw, 12px);
  display: flex;
  flex-wrap: wrap;
  gap: min(0.9693053312vw, 12px);
}
@media screen and (max-width: 767px) {
  .c-card_tags {
    margin-top: 12px;
    gap: 8px;
  }
}
.c-card_tags span {
  padding-block: 6px;
  padding-inline: min(0.9693053312vw, 12px);
  font-family: "Inter", sans-serif;
  font-size: min(1.1308562197vw, 14px);
  color: #056B6C;
  min-width: min(5.3311793215vw, 66px);
  font-weight: 600;
  line-height: 1;
  background-color: #E6F2F2;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #83C7C8;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .c-card_tags span {
    padding-inline: 12px;
    font-size: 14px;
  }
}
.c-card_button {
  margin-top: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-card_button {
    margin-top: 24px;
  }
}
.c-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.6155088853vw, 32px);
}
@media screen and (max-width: 767px) {
  .c-column {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.c-case {
  flex: 0 0 auto;
  padding: min(1.9386106624vw, 24px);
  width: 440px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-case {
    padding: 24px;
    width: 280px;
  }
}
.c-case_img {
  position: relative;
  padding-top: 75%;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.c-case_img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-case_logo {
  position: absolute;
  bottom: min(0.9693053312vw, 12px);
  left: min(0.9693053312vw, 12px);
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-case_logo {
    bottom: 12px;
    left: 12px;
  }
}
.c-case_logo img {
  width: auto;
  max-height: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-case_logo img {
    max-height: 28px;
  }
}
.c-case_corp {
  margin-top: min(1.534733441vw, 19px);
  font-family: "Inter", sans-serif;
  font-size: min(1.1308562197vw, 14px);
  color: #666666;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-case_corp {
    margin-top: 19px;
    font-size: 12px;
  }
}
.c-case_title {
  margin-top: min(0.9693053312vw, 12px);
  font-size: min(1.6155088853vw, 20px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-case_title {
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: -0.05em;
  }
  .c-case_title br {
    display: none;
  }
}
.c-case_tags {
  margin-top: min(0.9693053312vw, 12px);
  display: flex;
  flex-wrap: wrap;
  gap: min(0.9693053312vw, 12px);
}
@media screen and (max-width: 767px) {
  .c-case_tags {
    margin-top: 12px;
    gap: 8px;
  }
}
.c-case_tags span {
  padding-block: 6px;
  padding-inline: min(0.9693053312vw, 12px);
  font-family: "Inter", sans-serif;
  font-size: min(1.1308562197vw, 14px);
  color: #056B6C;
  min-width: min(5.3311793215vw, 66px);
  font-weight: 600;
  line-height: 1;
  background-color: #E6F2F2;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #83C7C8;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .c-case_tags span {
    padding-inline: 12px;
    font-size: 14px;
  }
}
.c-archive_cats {
  display: flex;
  gap: 12px;
  padding: 12px;
  width: fit-content;
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 0px 0px 12px #EBF9F9;
}
@media screen and (max-width: 767px) {
  .c-archive_cats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    border-radius: 24px;
  }
}
.c-archive_cats span, .c-archive_cats a {
  display: grid;
  place-content: center;
  padding-inline: 16px;
  min-width: 128px;
  height: 34px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .c-archive_cats span, .c-archive_cats a {
    padding-inline: 10px;
    height: 32px;
    font-size: 14px;
  }
}
.c-archive_cats span {
  color: #fff;
  background-color: #068F90;
  font-weight: 700;
}
.c-archive_cats a {
  color: #056B6C;
  background-color: #E6F2F2;
  transition: 0.3s ease opacity;
}
.c-archive_cats a:hover {
  opacity: 0.6;
}
.c-archive_list {
  margin-top: 32px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ddd;
}
.c-archive_item {
  display: block;
  padding-block: min(2.5848142165vw, 32px);
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  transition: 0.3s ease opacity;
}
.c-archive_item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1023px) {
  .c-archive_item {
    padding-block: 32px;
  }
}
.c-archive_item[target=_blank] {
  position: relative;
  padding-right: 32px;
}
.c-archive_item[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  background-image: url("../img/icon/icon-arrow-up-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-archive_item-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .c-archive_item-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.c-archive_item-head .date {
  font-size: 16px;
  color: #666666;
}
@media screen and (max-width: 1023px) {
  .c-archive_item-head .date {
    font-size: 14px;
  }
}
.c-archive_item-head .cats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.c-archive_item-head .cats span {
  display: grid;
  place-content: center;
  height: 32px;
  padding-inline: 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #056B6C;
  background-color: #E6F2F2;
  border-width: 1px;
  border-style: solid;
  border-color: #83C7C8;
  border-radius: 32px;
}
@media screen and (max-width: 1023px) {
  .c-archive_item-head .cats span {
    padding-inline: 12px;
    height: 28px;
    font-size: 12px;
  }
}
.c-archive_item-link {
  margin-top: 12px;
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .c-archive_item-link {
    font-size: 16px;
  }
}
.c-pager {
  display: grid;
  place-content: center;
}
.c-pager .nav-links {
  display: flex;
  align-items: center;
}
.c-pager .nav-links a, .c-pager .nav-links span {
  display: grid;
  place-content: center;
  width: 35px;
  height: 35px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.c-pager .nav-links a {
  transition: 0.3s ease opacity;
}
.c-pager .nav-links a:hover {
  opacity: 0.6;
}
.c-pager .nav-links .current {
  color: #056B6C;
  background-color: #E6F2F2;
  border-radius: 4px;
}
.c-pager .nav-links .prev, .c-pager .nav-links .next {
  position: relative;
  width: 24px;
  height: 24px;
}
.c-pager .nav-links .prev::before, .c-pager .nav-links .next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/news/icon-angle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-pager .nav-links .prev {
  margin-right: 16px;
}
.c-pager .nav-links .prev::before {
  transform: scaleX(-1);
}
.c-pager .nav-links .next {
  margin-left: 16px;
}
.c-author {
  display: grid;
  grid-template-columns: min(11.3085621971vw, 140px) 1fr;
  column-gap: min(1.6155088853vw, 20px);
  padding: min(1.9386106624vw, 24px);
  background-color: #E6F2F2;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .c-author {
    padding: 24px;
    grid-template-columns: 120px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-author {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.c-author_left {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-author_left {
    margin-inline: auto;
    width: 132px;
  }
}
.c-author_left::after {
  content: "";
  position: absolute;
  right: max(-0.8077544426vw, -10px);
  top: calc(min(10.662358643vw, 132px) - min(4.8465266559vw, 60px));
  z-index: 10;
  width: min(4.3618739903vw, 54px);
  height: min(5.6542810985vw, 70px);
  background-image: url("../img/column/bg-photo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .c-author_left::after {
    top: 72px;
    width: 54px;
    height: 70px;
  }
}
.c-author_img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-author_img {
    position: static;
  }
}
.c-author_img-inner {
  position: relative;
  padding-top: min(10.662358643vw, 132px);
  width: min(10.662358643vw, 132px);
  border-radius: 132px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .c-author_img-inner {
    padding-top: 132px;
    width: 132px;
  }
}
.c-author_img-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-author_head {
  grid-row: 1/2;
  grid-column: 2/3;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-author_head {
    justify-content: center;
    margin-top: 24px;
  }
}
.c-author_head .name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-author_head .name h2 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-author_head .name h2 {
    font-size: 16px;
  }
}
.c-author_head .name .label {
  flex: 0 0 auto;
  padding-block: 4px;
  padding-inline: 8px;
  font-size: 11px;
  color: #fff;
  background-color: #068F90;
  border-radius: 30px;
}
.c-author_desc {
  font-size: 12px;
  color: #666666;
  line-height: 1.4;
}
.c-author_text {
  grid-row: 2/3;
  grid-column: 2/3;
  margin-top: 16px;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-author_text {
    margin-top: 8px;
  }
}
.p-header {
  position: relative;
  margin-inline: auto;
  padding-inline: min(1.5vw, 24px);
  width: 100%;
  max-width: 1440px;
  height: 115px;
}
.p-header.scroll {
  height: 92px;
}
@media screen and (max-width: 1023px) {
  .p-header {
    padding-inline: 16px;
    height: 73px;
  }
  .p-header.scroll {
    height: 73px;
  }
}
.p-header_inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100%;
}
.p-header_title {
  width: 177px;
}
@media screen and (max-width: 1023px) {
  .p-header_title {
    width: 124px;
  }
}
.p-header_title a {
  display: block;
  width: 100%;
}
.p-header_title a img {
  width: 100%;
  height: auto;
}
.p-header_title a img.scroll, .p-header_title a img.open {
  display: none;
}
.p-header_menu {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  height: 100%;
}
.p-header_menu-top {
  display: flex;
  gap: min(1vw, 16px);
}
@media screen and (max-width: 1140px) {
  .p-header_menu-top {
    display: none;
  }
}
.p-header_menu-top a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  height: 100%;
  font-size: 12px;
  color: #056B6C;
  font-weight: 700;
  transition: 0.3s ease opacity;
}
.p-header_menu-top a:hover {
  opacity: 0.6;
}
.p-header_menu-top a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header_menu-top a.angle::after {
  background-image: url("../img/icon/icon-header-angle.svg");
}
.p-header_menu-top a.enter::after {
  background-image: url("../img/icon/icon-header-enter.svg");
}
.p-header_menu-top.index:not(.scroll) a {
  color: #fff;
}
.p-header_menu-top.index:not(.scroll) a.angle::after {
  background-image: url("../img/icon/icon-header-angle-w.svg");
}
.p-header_menu-top.index:not(.scroll) a.enter::after {
  background-image: url("../img/icon/icon-header-enter-w.svg");
}
.p-header_menu-bottom {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: min(1.5vw, 24px);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-header_menu-bottom {
    gap: 24px;
  }
}
.p-header_menu-container {
  display: flex;
  align-items: center;
  gap: min(1.5vw, 24px);
  height: 100%;
}
@media screen and (max-width: 1140px) {
  .p-header_menu-container {
    display: none;
  }
}
.p-header_menu-container span, .p-header_menu-container a {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #056B6C;
  font-weight: 500;
}
.p-header_menu-container span[target=_blank], .p-header_menu-container a[target=_blank] {
  position: relative;
  padding-right: 24px;
}
.p-header_menu-container span[target=_blank]::after, .p-header_menu-container a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/icon-arrow-up-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header_menu-container.index:not(.scroll) span, .p-header_menu-container.index:not(.scroll) a {
  color: #fff;
}
.p-header_menu-container.index:not(.scroll) a[target=_blank]::after {
  background-image: url("../img/icon/icon-arrow-up-right-w.svg");
}
@media screen and (max-width: 1140px) {
  .p-header_menu-download {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .p-header_menu-contact.index {
    color: #056B6C;
    background-color: #fff;
    border: 0;
  }
  .p-header_menu-contact.index.scroll {
    color: #fff;
    background-color: #068F90;
  }
}
.p-header_menu-parent {
  height: 100%;
}
.p-header_menu-parent span {
  position: relative;
  padding-right: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .p-header_menu-parent span {
    padding-right: 16px;
  }
}
.p-header_menu-parent span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 12px;
  height: 6px;
  background-image: url("../img/icon/icon-angle-bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header_menu-parent span.open::after {
  transform: translate(0, -50%) scaleY(-1);
}
.p-header_menu-parent.index span::after {
  background-image: url("../img/icon/icon-angle-bottom-w.svg");
}
.p-header_menu-parent.index span.scroll::after {
  background-image: url("../img/icon/icon-angle-bottom.svg");
}
.p-header_menu-children {
  position: absolute;
  top: 85px;
  left: min(7.2697899838vw, 90px);
  z-index: 100;
  padding-inline: 24px;
  width: 93%;
  max-width: 1248px;
  height: auto;
  transition: 0.3s ease opacity;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-header_menu-children.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.p-header_menu-children.scroll {
  top: 77px;
}
.p-header_menu-children .container {
  display: flex;
  padding-block: min(3.2310177706vw, 40px);
  padding-inline: min(2.5848142165vw, 32px);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f8f8f8;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: min(1.2924071082vw, 16px);
}
.p-header_menu-children .title {
  flex: 0 0 auto;
  padding-right: min(3.2310177706vw, 48px);
  font-size: min(1.2924071082vw, 16px);
  font-weight: 700;
  color: #056B6C;
}
.p-header_menu-children .list {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.2924071082vw, 16px);
  padding-left: min(3.2310177706vw, 48px);
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #C3E7E7;
}
.p-header_menu-children .item {
  display: block;
  padding: min(1.4539579968vw, 16px);
  color: #056B6C !important;
  background-color: #E6F2F2;
  border-radius: 8px;
  transition: 0.3s ease opacity;
}
.p-header_menu-children .item:hover {
  opacity: 0.6;
}
.p-header_menu-children .box {
  position: relative;
  display: flex;
  align-items: center;
  gap: min(0.9693053312vw, 16px);
  padding-block: min(0.8077544426vw, 10px);
  padding-inline: min(0.9693053312vw, 12px);
  border-radius: min(0.6462035541vw, 8px);
  background-color: #fff;
}
.p-header_menu-children .box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 10;
  transform: translate(0, -50%);
  width: min(1.6155088853vw, 20px);
  height: min(1.6155088853vw, 20px);
  background-image: url("../img/icon/icon-angle-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header_menu-children .box img {
  width: min(2.2617124394vw, 32px);
  height: auto;
}
.p-header_menu-children .box p {
  font-size: min(1.2924071082vw, 16px);
  font-weight: 700;
  line-height: 1.4;
}
.p-header_menu-children .desc {
  position: relative;
  margin-top: 8px;
  font-size: min(1.1308562197vw, 14px);
  line-height: 1.4;
}
.p-header_buttons {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .p-header_buttons {
    margin-left: auto;
  }
}
.p-header_buttons a {
  width: 160px;
}
.p-header_buttons a.scroll {
  height: 33px;
}
@media screen and (max-width: 1023px) {
  .p-header_buttons a.scroll {
    height: 42px;
  }
}
@media screen and (max-width: 1023px) {
  .p-header_buttons a {
    width: 128px;
  }
}
.p-header_button {
  display: none;
}
@media screen and (max-width: 1140px) {
  .p-header_button {
    position: relative;
    display: block;
    width: 16px;
    height: 14px;
    cursor: pointer;
  }
  .p-header_button span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #056B6C;
    transition: 0.3s ease;
  }
  .p-header_button span:nth-child(1) {
    top: 0;
  }
  .p-header_button span:nth-child(2) {
    top: 50%;
  }
  .p-header_button span:nth-child(3) {
    top: 100%;
  }
  .p-header_button.close span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .p-header_button.close span:nth-child(2) {
    width: 0;
  }
  .p-header_button.close span:nth-child(3) {
    top: 50%;
    transform: rotate(135deg);
  }
  .p-header_button.index span {
    background-color: #fff;
  }
  .p-header_button.index.close span {
    background-color: #056B6C;
  }
  .p-header_button.index.scroll span {
    background-color: #056B6C;
  }
}

.p-footer {
  margin-inline: auto;
  padding-block: 72px 40px;
  padding-inline: min(3vw, 56px);
}
@media screen and (max-width: 1023px) {
  .p-footer {
    padding-block: 32px 72px;
    padding-inline: 24px;
  }
}
.p-footer.border {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #eee;
}
.p-footer_inner {
  margin-inline: auto;
  width: 100%;
  max-width: 1328px;
}
.p-footer_top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer_top {
    flex-direction: column;
    align-items: center;
  }
}
.p-footer_top-right {
  margin-left: auto;
  display: flex;
  gap: min(4vw, 56px);
}
@media screen and (max-width: 767px) {
  .p-footer_top-right {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 48px;
    margin-left: 0;
    width: 100%;
  }
}
.p-footer_top-logo {
  display: block;
  width: min(22vw, 243px);
}
@media screen and (max-width: 767px) {
  .p-footer_top-logo {
    width: 243px;
  }
}
.p-footer_top-logo img {
  width: 100%;
  height: auto;
}
.p-footer_nav {
  display: flex;
  gap: min(4.8465266559vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-footer_nav {
    justify-content: center;
    gap: 38px;
    width: 100%;
  }
}
.p-footer_links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-footer_links a {
  transition: 0.3s ease opacity;
}
.p-footer_links a:hover {
  opacity: 0.6;
}
.p-footer_links a, .p-footer_links span {
  position: relative;
  display: block;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
  color: #056B6C;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .p-footer_links a, .p-footer_links span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_links a, .p-footer_links span {
    font-size: 16px;
  }
}
.p-footer_links a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
  background-image: url("../img/icon/icon-angle-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}
.p-footer_links-children {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 16px;
}
.p-footer_links-children a {
  font-weight: 500;
}
.p-footer_buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-footer_buttons a {
  width: 209px;
}
@media screen and (max-width: 1023px) {
  .p-footer_buttons a {
    width: 176px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_buttons a {
    width: 327px;
    height: 49px;
  }
}
.p-footer_bottom {
  margin-top: min(5.169628433vw, 64px);
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #DDDDDD;
}
@media screen and (max-width: 767px) {
  .p-footer_bottom {
    margin-top: 64px;
  }
}
.p-footer_bottom-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .p-footer_bottom-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 33px;
  }
}
.p-footer_bottom-links {
  display: flex;
  gap: min(2vw, 24px);
}
@media screen and (max-width: 1023px) {
  .p-footer_bottom-links {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.p-footer_bottom-links a {
  font-size: 12px;
  color: #666666;
  line-height: 1.2;
  transition: 0.3s ease opacity;
}
.p-footer_bottom-links a:hover {
  opacity: 0.6;
}
.p-footer_bottom-links a[target=_blank] {
  position: relative;
  padding-right: 20px;
}
.p-footer_bottom-links a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translate(0, -50%);
  width: 13px;
  height: 13px;
  background-image: url("../img/icon/icon-blank.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-footer_bottom-logos {
  display: flex;
  gap: min(1.2vw, 24px);
}
.p-footer_bottom-logos img {
  height: auto;
}
.p-footer_bottom-logos img.keiei {
  width: 97px;
}
@media screen and (max-width: 1023px) {
  .p-footer_bottom-logos img.keiei {
    width: 80px;
  }
}
.p-footer_bottom-logos img.jma {
  width: 88px;
}
@media screen and (max-width: 1023px) {
  .p-footer_bottom-logos img.jma {
    width: 72px;
  }
}
.p-footer_bottom-logos img.isms {
  width: 100px;
}
@media screen and (max-width: 1023px) {
  .p-footer_bottom-logos img.isms {
    width: 86px;
  }
}
.p-footer_bottom-copy {
  margin-top: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .p-footer_bottom-copy {
    margin-top: 40px;
    font-size: 12px;
  }
}
.p-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.6s ease;
}
.p-nav.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.p-nav_inner {
  position: relative;
  padding-top: 97px;
  padding-bottom: 112px;
  padding-inline: 40px;
  min-height: 100vh;
  overflow: hidden;
}
.p-nav_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15%;
  left: auto;
  right: -300px;
  width: 500px;
  height: 500px;
  background: #E3F6F7;
  filter: blur(110px);
}
.p-nav_inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -100px;
  left: -150px;
  width: 100%;
  height: 200px;
  background: #F7F6E3;
  filter: blur(80px);
}
.p-nav_list {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #83C7C8;
}
.p-nav_parent {
  display: block;
  padding-block: 20px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #056B6C;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #83C7C8;
  cursor: pointer;
}
.p-nav_parent[target=_blank] span {
  position: relative;
  padding-right: 24px;
}
.p-nav_parent[target=_blank] span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/icon-arrow-up-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-nav_parent span {
  position: relative;
  padding-right: 28px;
}
.p-nav_parent span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/icon-angle-bottom-thin.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-nav_parent.open span::after {
  transform: translate(0, -50%) scaleY(-1);
}
.p-nav_children {
  margin-top: 16px;
  display: none;
}
.p-nav_children-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-nav_children-list a {
  font-size: 16px;
  color: #056B6C;
  font-weight: 500;
}
.p-nav_function {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-nav_function a {
  position: relative;
  padding-right: 20px;
  width: fit-content;
  font-size: 14px;
  color: #056B6C;
  font-weight: 500;
}
.p-nav_function a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-nav_function a.angle::after {
  background-image: url("../img/icon/icon-header-angle.svg");
}
.p-nav_function a.enter::after {
  background-image: url("../img/icon/icon-header-enter.svg");
}
.p-nav_buttons {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-nav_buttons a {
  height: 49px;
}
.p-nav_other {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-nav_other a {
  display: block;
  width: fit-content;
  font-size: 12px;
  color: #666666;
}
.p-nav_other a[target=_blank] {
  position: relative;
  padding-right: 20px;
}
.p-nav_other a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translate(0, -50%);
  width: 13px;
  height: 13px;
  background-image: url("../img/icon/icon-blank.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-page {
  position: relative;
  padding-top: 115px;
  padding-bottom: min(9.6930533118vw, 120px);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .p-page {
    padding-top: 73px;
    padding-bottom: 80px;
  }
}
.p-page.column {
  background-position: bottom left;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/column/bg-content.jpg");
}
@media screen and (max-width: 1023px) {
  .p-page.column {
    background-image: inherit;
  }
}
.p-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: max(-11.38vw, -164px);
  left: max(-7.43vw, -107px);
  width: min(50.6vw, 600px);
  height: min(50.6vw, 600px);
  background: #E3F6F7;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-page::before {
    top: -72px;
    left: -10vw;
    right: auto;
    width: 80vw;
    height: 80vw;
  }
}
.p-page::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(55vw, 623px);
  height: min(55vw, 623px);
  left: min(74vw, 1067px);
  top: min(-2.875vw, -414px);
  background: #F7F6E3;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-page::after {
    top: 35vw;
    left: 60vw;
    width: 80vw;
    height: 80vw;
  }
}
.p-page_inner {
  position: relative;
}
.p-page_inner::before {
  content: "";
  position: absolute;
  top: min(12.1163166397vw, 150px);
  right: 0;
  z-index: -1;
  width: min(72.6171243942vw, 899px);
  height: min(72.6171243942vw, 899px);
  background: radial-gradient(50% 50% at 50% 50%, #E4F6F7 0%, rgba(228, 246, 247, 0) 100%);
  filter: blur(20.5px);
}
@media screen and (max-width: 767px) {
  .p-page_inner::before {
    display: none;
  }
}
.p-page_inner::after {
  content: "";
  position: absolute;
  top: min(39.1760904685vw, 485px);
  left: calc(50% - 160px);
  z-index: -1;
  transform: translate(-50%, 0);
  width: min(51.6962843296vw, 640px);
  height: min(51.6962843296vw, 640px);
  background: #F7F6E3;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-page_inner::after {
    top: 220vw;
    width: 100vw;
    left: -10vw;
    height: 100vw;
  }
}
.p-page_content {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-page_content {
    padding-top: 56px;
  }
}
.p-page_content .indent {
  padding-left: 1.2em;
  text-indent: -1em;
}
.p-page_content h2 {
  font-size: 31px;
  color: #056B6C;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-page_content h2 {
    font-size: 24px;
  }
}
.p-page_content h3 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-page_content h3 {
    font-size: 20px;
  }
}
.p-page_content h4 {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-page_content h4 {
    font-size: 16px;
  }
}
.p-page_content p, .p-page_content ul {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-page_content p, .p-page_content ul {
    font-size: 14px;
  }
}
.p-page_content ul li {
  padding-left: 1.2em;
  text-indent: -1em;
}
.p-page_content ol {
  margin: 0;
  padding: 0;
  counter-reset: li;
}
.p-page_content ol li {
  position: relative;
  padding-left: 1.7em;
}
.p-page_content ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
  counter-increment: li;
  content: counter(li) ".";
}
.p-page_content ol.bracket li::before {
  content: "(" counter(li) ")";
}
.p-page_content a {
  color: #386EEC;
}
.p-page_content h2 + h2, .p-page_content h2 + h3, .p-page_content p + h3, .p-page_content ul + h3, .p-page_content p + h2, .p-page_content ul + h2 {
  margin-top: 32px;
}
.p-page_content h2 + h4, .p-page_content h3 + h4, .p-page_content p + h4, .p-page_content ul + h4, .p-page_content ol + h4 {
  margin-top: 24px;
}
.p-page_content h2 + p, .p-page_content h3 + p, .p-page_content h4 + p, .p-page_content p + p, .p-page_content h3 + ol {
  margin-top: 8px;
}
.p-page_content ul + p, .p-page_content h2 + ul, .p-page_content h3 + ul, .p-page_content p + ul, .p-page_content ul + ul {
  margin-top: 24px;
}
.p-page_content .align-right {
  margin-top: 40px;
  text-align: right;
}
.p-top_head {
  position: relative;
  width: 100%;
  height: min(65vw, 804px);
  background: url("../img/top/head-bg-pc.png"), linear-gradient(281.2deg, #068F90 2.35%, #05C9CB 64.56%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  overflow: hidden;
  padding-top: 92px;
}
@media screen and (max-width: 1023px) {
  .p-top_head {
    padding-top: 73px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_head {
    padding-top: 73px;
    padding-bottom: 48px;
    height: auto;
    background: url("../img/top/head-bg-sp.png"), linear-gradient(281.2deg, #068F90 2.35%, #05C9CB 64.56%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
  }
}
.p-top_head-inner {
  height: 100%;
}
.p-top_head-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: min(8.0775444265vw, 100px);
  width: min(50vw, 611px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top_head-container {
    padding-top: 32px;
    width: 100%;
  }
}
.p-top_head-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: min(45.9vw, 662px);
  left: min(18.3vw, 264px);
  width: min(52.6vw, 640px);
  height: min(52.6vw, 640px);
  background: #F7F6E3;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-top_head-container::before {
    top: auto;
    bottom: -200px;
    left: 0;
    width: 400px;
    height: 400px;
  }
}
.p-top_head-head {
  position: relative;
  z-index: 10;
  width: min(52vw, 740px);
}
.p-top_head-head img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top_head-head {
    width: 100%;
  }
  .p-top_head-head .img {
    margin-top: 24px;
    width: 100%;
  }
  .p-top_head-head .img img {
    width: 100%;
    height: auto;
  }
}
.p-top_head-text {
  margin-top: min(2.5848142165vw, 32px);
  width: min(41vw, 586px);
}
@media screen and (max-width: 767px) {
  .p-top_head-text {
    margin-top: 32px;
    width: 100%;
  }
}
.p-top_head-text p {
  font-size: min(1.6155088853vw, 18px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top_head-text p {
    font-size: 16px;
  }
}
.p-top_head-text p.small {
  margin-top: 8px;
  font-size: min(1.1308562197vw, 14px);
}
@media screen and (max-width: 767px) {
  .p-top_head-text p.small {
    margin-top: 16px;
    font-size: 14px;
  }
}
.p-top_head-buttons {
  margin-top: min(6.4620355412vw, 80px);
  padding-right: min(3.8772213247vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-top_head-buttons {
    margin-top: 52px;
    padding-right: 0;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-top_head-button {
  position: relative;
  display: grid;
  place-content: center;
  padding-top: 5px;
  width: 100%;
  height: min(6vw, 72px);
  border-radius: 72px;
  transition: 0.3s ease opacity;
}
.p-top_head-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-top_head-button {
    margin-inline: auto;
    width: 100%;
    height: 72px;
  }
}
.p-top_head-button p {
  position: absolute;
  top: max(-1.2vw, -16px);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  display: grid;
  place-content: center;
  padding-block: min(0.5vw, 8px);
  font-family: "Inter", sans-serif;
  font-size: min(1.3vw, 14px);
  color: #fff;
  line-height: 1;
  background-color: #D0BC09;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-top_head-button p {
    top: -16px;
    padding-block: 8px;
    font-size: 14px;
  }
}
.p-top_head-button span {
  position: relative;
  display: block;
  padding-right: min(3vw, 40px);
  font-family: "Inter", sans-serif;
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top_head-button span {
    padding-right: 40px;
    font-size: 16px;
  }
}
.p-top_head-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: min(2vw, 24px);
  height: min(2vw, 24px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top_head-button span::after {
    width: 24px;
    height: 24px;
  }
}
.p-top_head-button span.download::after {
  background-image: url("../img/icon/icon-download.svg");
}
.p-top_head-button span.account::after {
  background-image: url("../img/icon/icon-id card.svg");
}
.p-top_head-button.download {
  color: #fff;
  background-color: #068F90;
}
.p-top_head-button.download p {
  width: min(13.2vw, 154px);
}
@media screen and (max-width: 767px) {
  .p-top_head-button.download p {
    width: 154px;
  }
}
.p-top_head-button.account {
  color: #068F90;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.p-top_head-button.account p {
  width: min(12.5vw, 144px);
}
@media screen and (max-width: 767px) {
  .p-top_head-button.account p {
    width: 144px;
  }
}
.p-top_head-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: min(2.5848142165vw, 32px);
  margin-left: min(23.4248788368vw, 350px);
  width: min(51.9386106624vw, 643px);
}
.p-top_head-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top_head-img {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 32px;
    margin-left: 0;
    transform: translate(0, 0);
  }
}
.p-top_slider {
  margin-top: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-top_slider {
    margin-top: 52px;
  }
}
.p-top_assign {
  margin-top: min(6.4620355412vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-top_assign {
    margin-top: 40px;
  }
}
.p-top_beegle {
  margin-top: min(5.8158319871vw, 72px);
}
@media screen and (max-width: 767px) {
  .p-top_beegle {
    margin-top: 40px;
  }
}
.p-top_beegle-img {
  position: relative;
  margin-top: min(4.5234248788vw, 56px);
  margin-inline: auto;
  max-width: 898px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top_beegle-img {
    margin-top: 32px;
    margin-left: -24px;
    width: calc(100% + 48px);
  }
}
.p-top_beegle-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: min(64.620355412vw, 800px);
  height: min(64.620355412vw, 800px);
  background: radial-gradient(50% 50% at 50% 50%, #E4F4FF 0%, rgba(228, 244, 255, 0) 100%);
  filter: blur(20.5px);
}
@media screen and (max-width: 767px) {
  .p-top_beegle-img::before {
    width: 90vw;
    height: 90vw;
  }
}
.p-top_beegle-img img {
  width: 100%;
  height: auto;
}
.p-top_beegle-button {
  margin-top: min(1.9386106624vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-top_beegle-button {
    margin-top: 32px;
  }
}
.p-top_why {
  margin-top: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-top_why {
    margin-top: 40px;
  }
}
.p-top_why-container {
  margin-top: min(4.5234248788vw, 56px);
}
@media screen and (max-width: 767px) {
  .p-top_why-container {
    margin-top: 40px;
  }
}
.p-top_function {
  margin-top: min(9.6930533118vw, 120px);
  padding-block: min(9.6930533118vw, 120px);
  background: linear-gradient(281.2deg, #068F90 2.35%, #05C9CB 64.56%), #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-top_function {
    margin-top: 40px;
    padding-block: 72px;
    background: linear-gradient(270deg, #068F90 2.35%, #05C9CB 64.56%), #D9D9D9;
  }
}
.p-top_function-title {
  display: flex;
  align-items: center;
  gap: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-top_function-title {
    gap: 32px;
  }
}
.p-top_function-title img {
  width: auto;
  height: min(2.6655896607vw, 33px);
}
@media screen and (max-width: 767px) {
  .p-top_function-title img {
    height: 20px;
  }
}
.p-top_function-title span {
  position: relative;
  padding-top: 0.3em;
  font-family: "Inter", sans-serif;
  font-size: min(2.5848142165vw, 24px);
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top_function-title span {
    font-size: 16px;
  }
}
.p-top_function-title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: max(-1.2924071082vw, -16px);
  z-index: 10;
  margin-top: 0.1em;
  transform: translate(0, -50%);
  width: 1px;
  height: min(1.6155088853vw, 20px);
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .p-top_function-title span::before {
    left: -16px;
    height: 20px;
  }
}
.p-top_function-list {
  margin-top: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-top_function-list {
    margin-top: 40px;
  }
}
.p-top_function-list li {
  padding-block: min(4.5234248788vw, 56px);
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #E6F2F2;
}
@media screen and (max-width: 767px) {
  .p-top_function-list li {
    padding-block: 32px;
  }
}
.p-top_function-list li:first-child {
  padding-block: 0 min(4.5234248788vw, 56px);
}
@media screen and (max-width: 767px) {
  .p-top_function-list li:first-child {
    padding-block: 0 32px;
  }
}
.p-top_function-list li:last-child {
  padding-block: min(4.5234248788vw, 56px) 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .p-top_function-list li:last-child {
    padding-block: 32px 0;
  }
}
.p-top_function-column {
  margin-top: min(2.1809369952vw, 27px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.9386106624vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-top_function-column {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.p-top_function-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.p-top_function-item dt {
  display: grid;
  place-content: center;
  width: 100%;
  height: min(10.0161550889vw, 124px);
  background-color: #E6F2F2;
}
@media screen and (max-width: 767px) {
  .p-top_function-item dt {
    height: 92px;
  }
}
.p-top_function-item dt img {
  width: min(6.9466882068vw, 86px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top_function-item dt img {
    width: 74px;
  }
}
.p-top_function-item dd {
  padding-block: min(1.2924071082vw, 16px);
  padding-inline: min(1.9386106624vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-top_function-item dd {
    padding-block: 11px;
    padding-inline: 12px;
  }
}
.p-top_function-item dd h4 {
  font-size: min(1.4539579968vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top_function-item dd h4 {
    font-size: 12px;
  }
}
.p-top_function-item dd p {
  margin-top: 8px;
  font-size: min(1.1308562197vw, 14px);
}
@media screen and (max-width: 767px) {
  .p-top_function-item dd p {
    font-size: 11px;
  }
}
.p-top_function-button {
  margin-top: min(2.1809369952vw, 27px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top_function-button {
    margin-top: 24px;
  }
}
.p-top_plan {
  position: relative;
  z-index: 10;
  margin-top: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-top_plan {
    margin-top: 72px;
  }
}
.p-top_case {
  margin-top: min(9.6930533118vw, 120px);
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_case {
    margin-top: 72px;
  }
}
.p-top_case-container {
  margin-top: min(3.2310177706vw, 40px);
  width: calc(100% + (100vw - 1280px) / 2 + 34px);
  overflow-x: auto;
  cursor: grab;
}
@media screen and (max-width: 1280px) {
  .p-top_case-container {
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-top_case-container {
    margin-top: 40px;
    width: calc(100% + 24px);
  }
}
.p-top_case-container::-webkit-scrollbar {
  height: 8px;
}
.p-top_case-container::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 24px;
}
.p-top_case-list {
  display: flex;
  gap: min(2.5848142165vw, 32px);
  padding-bottom: 16px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-top_case-list {
    gap: 16px;
  }
}
.p-top_case-button {
  margin-top: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-top_case-button {
    margin-top: 40px;
  }
}
.p-top_customer {
  position: relative;
  margin-block: min(9.6930533118vw, 120px) 0;
}
@media screen and (max-width: 767px) {
  .p-top_customer {
    margin-block: 72px 0;
  }
}
.p-top_customer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -10vw;
  width: 100%;
  height: 100vw;
  background-image: url("../img/top/bg-seminer-pc.jpg");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top_customer::before {
    height: 300vw;
    background-image: url("../img/top/bg-seminer-sp.jpg");
  }
}
.p-top_customer-list {
  margin-top: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-top_customer-list {
    margin-top: 40px;
  }
}
.p-top_seminar {
  position: relative;
  margin-block: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-top_seminar {
    margin-block: 72px 0;
  }
}
.p-top_download {
  margin-block: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-top_download {
    margin-block: 72px;
  }
}
.p-top_download-list {
  margin-top: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-top_download-list {
    margin-top: 40px;
  }
}
.p-top_download-button {
  margin-top: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-top_download-button {
    margin-top: 40px;
  }
}
.p-top_logout {
  position: fixed;
  top: 140px;
  right: 24px;
  z-index: 9999;
  transform: translate(150%, 0);
  padding-block: 16px;
  padding-inline: 16px 70px;
  background: linear-gradient(0deg, rgba(13, 118, 191, 0.1), rgba(13, 118, 191, 0.1)), #FFFFFF;
  border: 1px solid #0D76BF;
  border-radius: 8px;
  animation: 0.6s 0.5s ease forwards slideButton;
}
@media screen and (max-width: 1440px) {
  .p-top_logout {
    top: 80px;
  }
}
.p-top_logout-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-top_logout-inner img {
  width: 23px;
  height: auto;
}
.p-top_logout-inner p {
  font-size: 16px;
  font-weight: 400;
  color: #0D76BF;
}
.p-top_logout-button {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 100;
  transform: translate(0, -50%);
  cursor: pointer;
}
@keyframes slideButton {
  0% {
    transform: translate(150%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.p-research_head {
  position: relative;
  width: 100%;
  height: min(62vw, 804px);
  overflow: hidden;
  padding-top: 115px;
}
@media screen and (max-width: 1023px) {
  .p-research_head {
    padding-top: 73px;
  }
}
@media screen and (max-width: 767px) {
  .p-research_head {
    padding-top: 72px;
    padding-bottom: 48px;
    height: auto;
  }
}
.p-research_head::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: max(-11.38vw, -164px);
  left: max(-7.43vw, -107px);
  width: min(50.6vw, 600px);
  height: min(50.6vw, 600px);
  background: #E3F6F7;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-research_head::before {
    top: 30%;
    left: auto;
    right: -600px;
    width: 900px;
    height: 900px;
  }
}
.p-research_head::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(55vw, 623px);
  height: min(55vw, 623px);
  left: min(74vw, 1067px);
  top: min(-2.875vw, -414px);
  background: #F7F6E3;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-research_head::after {
    display: none;
  }
}
.p-research_head-inner {
  height: 100%;
}
.p-research_head-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: min(7.1082390953vw, 88px);
  width: min(46vw, 588px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-research_head-container {
    width: 100%;
  }
}
.p-research_head-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: min(45.9vw, 662px);
  left: min(18.3vw, 264px);
  width: min(52.6vw, 640px);
  height: min(52.6vw, 640px);
  background: #F7F6E3;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-research_head-container::before {
    top: auto;
    bottom: -200px;
    left: 0;
    width: 400px;
    height: 400px;
  }
}
.p-research_head-head {
  width: min(50vw, 650px);
  z-index: 10;
}
.p-research_head-head img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-research_head-head {
    width: 100%;
  }
  .p-research_head-head .img {
    margin-top: 24px;
    width: 100%;
  }
  .p-research_head-head .img img {
    width: 100%;
    height: auto;
  }
}
.p-research_head-list {
  margin-top: min(4.3618739903vw, 54px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-research_head-list {
    margin-top: 28px;
  }
}
.p-research_head-list li {
  position: relative;
}
.p-research_head-list li::before, .p-research_head-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: min(5.4119547658vw, 67px);
  background-color: #83C7C8;
}
@media screen and (max-width: 767px) {
  .p-research_head-list li::before, .p-research_head-list li::after {
    height: 100%;
  }
}
.p-research_head-list li::before {
  left: 0;
}
.p-research_head-list li::after {
  right: 0;
  display: none;
}
.p-research_head-list li:last-child::after {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-research_head-list li:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-research_head-list li:first-child::before {
    display: none;
  }
}
.p-research_head-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-research_head-item {
    gap: 8px;
  }
}
.p-research_head-item img {
  width: min(3vw, 35px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-research_head-item img {
    width: 19px;
  }
}
.p-research_head-item p {
  font-family: "Inter", sans-serif;
  font-size: min(1.3vw, 12px);
  color: #068F90;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-research_head-item p {
    display: grid;
    place-content: center;
    height: 4.2em;
    font-size: 12px;
    letter-spacing: -0.03em;
  }
}
.p-research_head-buttons {
  margin-top: min(6.4620355412vw, 80px);
  padding-right: min(1.9386106624vw, 24px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-research_head-buttons {
    margin-top: 44px;
    margin-right: 0;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-research_head-button {
  position: relative;
  display: grid;
  place-content: center;
  padding-top: 5px;
  width: 100%;
  height: min(6vw, 72px);
  border-radius: 72px;
  transition: 0.3s ease opacity;
}
.p-research_head-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-research_head-button {
    margin-inline: auto;
    width: 295px;
    height: 72px;
  }
}
.p-research_head-button p {
  position: absolute;
  top: max(-1.2vw, -16px);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  display: grid;
  place-content: center;
  padding-block: min(0.5vw, 8px);
  font-family: "Inter", sans-serif;
  font-size: min(1.3vw, 14px);
  color: #fff;
  line-height: 1;
  background-color: #D0BC09;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-research_head-button p {
    top: -16px;
    padding-block: 8px;
    font-size: 14px;
  }
}
.p-research_head-button span {
  position: relative;
  display: block;
  padding-right: min(3vw, 40px);
  font-family: "Inter", sans-serif;
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-research_head-button span {
    padding-right: 40px;
    font-size: 16px;
  }
}
.p-research_head-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: min(2vw, 24px);
  height: min(2vw, 24px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-research_head-button span::after {
    width: 24px;
    height: 24px;
  }
}
.p-research_head-button span.download::after {
  background-image: url("../img/icon/icon-download.svg");
}
.p-research_head-button span.account::after {
  background-image: url("../img/icon/icon-id card.svg");
}
.p-research_head-button.download {
  color: #fff;
  background-color: #068F90;
}
.p-research_head-button.download p {
  width: min(13.2vw, 154px);
}
@media screen and (max-width: 767px) {
  .p-research_head-button.download p {
    width: 154px;
  }
}
.p-research_head-button.account {
  color: #068F90;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.p-research_head-button.account p {
  width: min(12.5vw, 144px);
}
@media screen and (max-width: 767px) {
  .p-research_head-button.account p {
    width: 144px;
  }
}
.p-research_head-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: min(22vw, 286px);
  width: min(61.5vw, 886px);
}
.p-research_head-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-research_head-img {
    display: none;
  }
}
.p-research_slider {
  margin-top: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-research_slider {
    margin-top: 52px;
  }
}
.p-research_assign {
  margin-top: min(5.169628433vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-research_assign {
    margin-top: 56px;
  }
}
.p-research_why {
  padding-top: min(5.0080775444vw, 62px);
}
@media screen and (max-width: 767px) {
  .p-research_why {
    padding-top: 22px;
  }
}
.p-research_why-container {
  margin-top: min(4.5234248788vw, 56px);
}
@media screen and (max-width: 767px) {
  .p-research_why-container {
    margin-top: 40px;
  }
}
.p-research_why-bottom {
  margin-top: min(6.4620355412vw, 80px);
}
.p-research_cards {
  padding-bottom: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-research_cards {
    padding-bottom: 64px;
  }
}
.p-research_fields-container {
  margin-top: min(4.5234248788vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-research_fields-container {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-research_fields-item {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: min(1.2924071082vw, 16px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-research_fields-item {
    border-radius: 12px;
  }
}
.p-research_fields-title {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-inline: min(1.6155088853vw, 20px);
  width: 100%;
  height: min(5.6542810985vw, 70px);
  background-color: #068F90;
}
@media screen and (max-width: 767px) {
  .p-research_fields-title {
    padding-inline: 16px;
    height: 48px;
  }
}
.p-research_fields-title img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-research_fields-title img {
    width: 29px;
  }
}
.p-research_fields-title h3 {
  font-size: min(2vw, 18px);
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-research_fields-title h3 {
    font-size: 16px;
  }
}
.p-research_fields-content {
  padding: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-research_fields-content {
    padding: 24px;
  }
}
.p-research_fields-content img {
  width: 100%;
  height: auto;
}
.p-plus_head {
  position: relative;
  width: 100%;
  height: min(67vw, 804px);
  overflow: hidden;
  padding-top: 115px;
}
@media screen and (max-width: 1023px) {
  .p-plus_head {
    padding-top: 73px;
  }
}
@media screen and (max-width: 767px) {
  .p-plus_head {
    padding-top: 72px;
    padding-bottom: 48px;
    height: auto;
  }
}
.p-plus_head::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: max(-11.38vw, -164px);
  left: max(-7.43vw, -107px);
  width: min(50.6vw, 600px);
  height: min(50.6vw, 600px);
  background: #E3F6F7;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-plus_head::before {
    top: 30%;
    left: auto;
    right: -600px;
    width: 900px;
    height: 900px;
  }
}
.p-plus_head::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(55vw, 623px);
  height: min(55vw, 623px);
  left: min(74vw, 1067px);
  top: min(-2.875vw, -414px);
  background: #F7F6E3;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-plus_head::after {
    display: none;
  }
}
.p-plus_head-inner {
  height: 100%;
}
.p-plus_head-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: min(4.5234248788vw, 56px);
  width: min(46vw, 588px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-plus_head-container {
    width: 100%;
  }
}
.p-plus_head-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: min(45.9vw, 662px);
  left: min(18.3vw, 264px);
  width: min(52.6vw, 640px);
  height: min(52.6vw, 640px);
  background: #F7F6E3;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-plus_head-container::before {
    top: auto;
    bottom: -200px;
    left: 0;
    width: 400px;
    height: 400px;
  }
}
.p-plus_head-head {
  width: min(48vw, 600px);
}
.p-plus_head-head img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-plus_head-head {
    width: 100%;
  }
  .p-plus_head-head .img {
    margin-top: 24px;
    width: 100%;
  }
  .p-plus_head-head .img img {
    width: 100%;
    height: auto;
  }
}
.p-plus_head-list {
  margin-top: min(1.2924071082vw, 16px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-plus_head-list {
    margin-top: 28px;
  }
}
.p-plus_head-list li {
  position: relative;
}
.p-plus_head-list li::before, .p-plus_head-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: min(5.4119547658vw, 67px);
  background-color: #83C7C8;
}
@media screen and (max-width: 767px) {
  .p-plus_head-list li::before, .p-plus_head-list li::after {
    height: 100%;
  }
}
.p-plus_head-list li::before {
  left: 0;
}
.p-plus_head-list li::after {
  right: 0;
  display: none;
}
.p-plus_head-list li:last-child::after {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-plus_head-list li:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-plus_head-list li:first-child::before {
    display: none;
  }
}
.p-plus_head-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-inline: 8px;
}
@media screen and (max-width: 767px) {
  .p-plus_head-item {
    gap: 8px;
  }
}
.p-plus_head-item img {
  width: min(3vw, 35px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-plus_head-item img {
    width: 32px;
  }
}
.p-plus_head-item p {
  font-family: "Inter", sans-serif;
  font-size: min(1.3vw, 12px);
  color: #068F90;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plus_head-item p {
    display: grid;
    place-content: center;
    height: 4.2em;
    font-size: 12px;
    letter-spacing: -0.03em;
  }
}
.p-plus_head-buttons {
  margin-top: min(6.4620355412vw, 80px);
  padding-right: min(1.9386106624vw, 24px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-plus_head-buttons {
    margin-top: 44px;
    margin-right: 0;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-plus_head-button {
  position: relative;
  display: grid;
  place-content: center;
  padding-top: 5px;
  width: 100%;
  height: min(6vw, 72px);
  border-radius: 72px;
  transition: 0.3s ease opacity;
}
.p-plus_head-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-plus_head-button {
    margin-inline: auto;
    width: 295px;
    height: 72px;
  }
}
.p-plus_head-button p {
  position: absolute;
  top: max(-1.2vw, -16px);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  display: grid;
  place-content: center;
  padding-block: min(0.5vw, 8px);
  font-family: "Inter", sans-serif;
  font-size: min(1.3vw, 14px);
  color: #fff;
  line-height: 1;
  background-color: #D0BC09;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-plus_head-button p {
    top: -16px;
    padding-block: 8px;
    font-size: 14px;
  }
}
.p-plus_head-button span {
  position: relative;
  display: block;
  padding-right: min(3vw, 40px);
  font-family: "Inter", sans-serif;
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-plus_head-button span {
    padding-right: 40px;
    font-size: 16px;
  }
}
.p-plus_head-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: min(2vw, 24px);
  height: min(2vw, 24px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-plus_head-button span::after {
    width: 24px;
    height: 24px;
  }
}
.p-plus_head-button span.download::after {
  background-image: url("../img/icon/icon-download.svg");
}
.p-plus_head-button span.account::after {
  background-image: url("../img/icon/icon-id card.svg");
}
.p-plus_head-button.download {
  color: #fff;
  background-color: #068F90;
}
.p-plus_head-button.download p {
  width: min(13.2vw, 154px);
}
@media screen and (max-width: 767px) {
  .p-plus_head-button.download p {
    width: 154px;
  }
}
.p-plus_head-button.account {
  color: #068F90;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.p-plus_head-button.account p {
  width: min(12.5vw, 144px);
}
@media screen and (max-width: 767px) {
  .p-plus_head-button.account p {
    width: 144px;
  }
}
.p-plus_head-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: min(22vw, 286px);
  width: min(61.5vw, 893px);
}
.p-plus_head-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-plus_head-img {
    display: none;
  }
}
.p-plus_assign {
  margin-top: min(5.169628433vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-plus_assign {
    margin-top: 40px;
  }
}
.p-plus_why {
  padding-top: min(5.0080775444vw, 62px);
}
@media screen and (max-width: 767px) {
  .p-plus_why {
    padding-top: 22px;
  }
}
.p-plus_why-container {
  margin-top: min(4.5234248788vw, 56px);
}
.p-plus_why-bottom {
  margin-top: min(6.4620355412vw, 80px);
}
.p-plus_cards {
  padding-bottom: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-plus_cards {
    padding-bottom: 64px;
  }
}
.p-plus_function {
  margin-top: min(9.6930533118vw, 120px);
  padding-bottom: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-plus_function {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.p-plus_fields-container {
  margin-top: min(4.5234248788vw, 56px);
}
@media screen and (max-width: 767px) {
  .p-plus_fields-container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-plus_fields-inner {
    width: 100%;
    height: auto;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 24px;
    cursor: grab;
  }
  .p-plus_fields-inner::-webkit-scrollbar {
    height: 8px;
  }
  .p-plus_fields-inner::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 24px;
  }
}
.p-plus_fields-table {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-plus_fields-table {
    margin-top: 40px;
  }
}
.p-plus_fields-table table {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: initial;
  border: 0;
}
@media screen and (max-width: 767px) {
  .p-plus_fields-table table {
    width: 752px;
  }
}
.p-plus_fields-table table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16%;
  z-index: 10;
  width: calc(42% - 3px);
  height: calc(100% - 3px);
  border-width: 3px;
  border-style: solid;
  border-color: #068F90;
  border-radius: 8px;
}
@media screen and (max-width: 1440px) {
  .p-plus_fields-table table::before {
    left: 18%;
    width: calc(41% - 3px);
  }
}
@media screen and (max-width: 767px) {
  .p-plus_fields-table table::before {
    left: 160px;
    width: 292px;
  }
}
.p-plus_fields-table table thead th:first-child {
  width: 16%;
}
@media screen and (max-width: 1440px) {
  .p-plus_fields-table table thead th:first-child {
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  .p-plus_fields-table table thead th:first-child {
    width: 160px;
  }
}
.p-plus_fields-table table thead th:not(:first-child) {
  width: 42%;
  background-color: #F8F8F8;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 1440px) {
  .p-plus_fields-table table thead th:not(:first-child) {
    width: 41%;
  }
}
@media screen and (max-width: 767px) {
  .p-plus_fields-table table thead th:not(:first-child) {
    width: 295px;
  }
}
.p-plus_fields-table table thead th:not(:first-child).white {
  background-color: #fff;
}
.p-plus_fields-table table thead th:not(:first-child) div {
  display: grid;
  place-content: center;
  padding-top: 3px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .p-plus_fields-table table thead th:not(:first-child) div {
    height: 76px;
  }
}
.p-plus_fields-table table thead th:not(:first-child) span {
  position: relative;
  display: block;
  width: fit-content;
  padding-left: 30px;
  font-size: min(1.4539579968vw, 18px);
  color: #000;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-plus_fields-table table thead th:not(:first-child) span {
    padding-left: 24px;
    font-size: 16px;
  }
}
.p-plus_fields-table table thead th:not(:first-child) span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  z-index: 10;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/plus/icon-nomacth.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-plus_fields-table table thead th:not(:first-child) span.green {
  padding-left: 40px;
  color: #068F90;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-plus_fields-table table thead th:not(:first-child) span.green {
    padding-left: 28px;
  }
}
.p-plus_fields-table table thead th:not(:first-child) span.green::before {
  width: 32px;
  height: 32px;
  background-image: url("../img/plus/icon-macth.svg");
}
@media screen and (max-width: 767px) {
  .p-plus_fields-table table thead th:not(:first-child) span.green::before {
    width: 23px;
    height: 23px;
  }
}
.p-plus_fields-table table tbody th {
  padding: min(1.6155088853vw, 24px);
  font-size: min(1.5vw, 18px);
  color: #fff;
  text-align: left;
  background-color: #068F90;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-plus_fields-table table tbody th {
    padding-block: 16px;
    padding-inline: 16px;
    font-size: 14px;
  }
}
.p-plus_fields-table table tbody th span.require {
  position: relative;
  display: inline-block;
  padding-right: 56px;
}
.p-plus_fields-table table tbody th span.require::after {
  content: "必須";
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-content: center;
  padding-inline: 8px;
  font-size: min(1.4vw, 16px);
  color: #068F90;
  font-weight: 500;
  background-color: #fff;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .p-plus_fields-table table tbody th span.require::after {
    font-size: 14px;
  }
}
.p-plus_fields-table table tbody td {
  padding-block: min(1.2924071082vw, 16px);
  padding-inline: min(1.6155088853vw, 24px);
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-plus_fields-table table tbody td {
    padding-block: 16px;
    padding-inline: 16px;
  }
}
.p-plus_fields-table table tbody td:last-child {
  background-color: #F8F8F8;
}
.p-plus_fields-table table tbody td.green {
  background-color: #E6F2F2;
}
.p-plus_fields-table table tbody td p, .p-plus_fields-table table tbody td ul {
  font-size: min(1.5vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-plus_fields-table table tbody td p, .p-plus_fields-table table tbody td ul {
    font-size: 14px;
  }
}
.p-plus_fields-table table tbody td p + p, .p-plus_fields-table table tbody td p + ul, .p-plus_fields-table table tbody td ul + ul {
  margin-top: 8px;
}
.p-plus_fields-table table tbody td ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.p-plus_fields-table table tbody td a {
  color: #068F90;
}
.p-plus_fields-table table tbody td .gray {
  color: #666666;
}
.p-plus_fields-table table tbody tr:first-child th {
  border-radius: 8px 0 0 0;
}
.p-plus_fields-table table tbody tr:last-child th {
  border-radius: 0 0 0 8px;
  border: 0;
}
.p-plus_fields-table table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
  border-width: 1px;
}
.p-plus_fields-table .append {
  margin-top: min(1.2924071082vw, 16px);
  font-size: min(1.5vw, 16px);
  color: #666666;
}
@media screen and (max-width: 767px) {
  .p-plus_fields-table .append {
    margin-top: 16px;
    font-size: 16px;
  }
}
.p-dept_head {
  position: relative;
  width: 100%;
  height: min(62vw, 804px);
  overflow: hidden;
  padding-top: 115px;
}
@media screen and (max-width: 1023px) {
  .p-dept_head {
    padding-top: 73px;
  }
}
@media screen and (max-width: 767px) {
  .p-dept_head {
    padding-top: 72px;
    padding-bottom: 48px;
    height: auto;
  }
}
.p-dept_head::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: max(-11.38vw, -164px);
  left: max(-7.43vw, -107px);
  width: min(50.6vw, 600px);
  height: min(50.6vw, 600px);
  background: #E3F6F7;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-dept_head::before {
    top: 30%;
    left: auto;
    right: -600px;
    width: 900px;
    height: 900px;
  }
}
.p-dept_head::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(55vw, 623px);
  height: min(55vw, 623px);
  left: min(74vw, 1067px);
  top: min(-2.875vw, -414px);
  background: #F7F6E3;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-dept_head::after {
    display: none;
  }
}
.p-dept_head-inner {
  height: 100%;
}
.p-dept_head-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: min(7.7544426494vw, 96px);
  width: min(46vw, 588px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-dept_head-container {
    width: 100%;
  }
}
.p-dept_head-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: min(45.9vw, 662px);
  left: min(18.3vw, 264px);
  width: min(52.6vw, 640px);
  height: min(52.6vw, 640px);
  background: #F7F6E3;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-dept_head-container::before {
    top: auto;
    bottom: -200px;
    left: 0;
    width: 400px;
    height: 400px;
  }
}
.p-dept_head-head {
  width: min(50vw, 650px);
  z-index: 10;
}
.p-dept_head-head img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-dept_head-head {
    width: 100%;
  }
  .p-dept_head-head .img {
    margin-top: 8px;
    margin-left: -24px;
    width: calc(100% + 48px);
  }
  .p-dept_head-head .img img {
    width: 100%;
    height: auto;
  }
}
.p-dept_head-list {
  margin-top: min(4.3618739903vw, 54px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-dept_head-list {
    margin-top: 8px;
  }
}
.p-dept_head-list li {
  position: relative;
}
.p-dept_head-list li::before, .p-dept_head-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: min(5.4119547658vw, 67px);
  background-color: #83C7C8;
}
@media screen and (max-width: 767px) {
  .p-dept_head-list li::before, .p-dept_head-list li::after {
    height: 100%;
  }
}
.p-dept_head-list li::before {
  left: 0;
}
.p-dept_head-list li::after {
  right: 0;
  display: none;
}
.p-dept_head-list li:last-child::after {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-dept_head-list li:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-dept_head-list li:first-child::before {
    display: none;
  }
}
.p-dept_head-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-inline: 8px;
}
@media screen and (max-width: 767px) {
  .p-dept_head-item {
    gap: 8px;
    padding-inline: 4px;
  }
}
.p-dept_head-item img {
  width: min(3vw, 35px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-dept_head-item img {
    width: 32px;
  }
}
.p-dept_head-item p {
  font-family: "Inter", sans-serif;
  font-size: min(1.3vw, 12px);
  color: #068F90;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-dept_head-item p {
    display: grid;
    place-content: center;
    height: 4.2em;
    font-size: 10px;
    letter-spacing: -0.03em;
  }
}
.p-dept_head-buttons {
  margin-top: min(6.4620355412vw, 80px);
  padding-right: min(1.9386106624vw, 24px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-dept_head-buttons {
    margin-top: 44px;
    margin-right: 0;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-dept_head-button {
  position: relative;
  display: grid;
  place-content: center;
  padding-top: 5px;
  width: 100%;
  height: min(6vw, 72px);
  border-radius: 72px;
  transition: 0.3s ease opacity;
}
.p-dept_head-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-dept_head-button {
    margin-inline: auto;
    width: 295px;
    height: 72px;
  }
}
.p-dept_head-button p {
  position: absolute;
  top: max(-1.2vw, -16px);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  display: grid;
  place-content: center;
  padding-block: min(0.5vw, 8px);
  font-family: "Inter", sans-serif;
  font-size: min(1.3vw, 14px);
  color: #fff;
  line-height: 1;
  background-color: #D0BC09;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-dept_head-button p {
    top: -16px;
    padding-block: 8px;
    font-size: 14px;
  }
}
.p-dept_head-button span {
  position: relative;
  display: block;
  padding-right: min(3vw, 40px);
  font-family: "Inter", sans-serif;
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-dept_head-button span {
    padding-right: 40px;
    font-size: 16px;
  }
}
.p-dept_head-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: min(2vw, 24px);
  height: min(2vw, 24px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-dept_head-button span::after {
    width: 24px;
    height: 24px;
  }
}
.p-dept_head-button span.download::after {
  background-image: url("../img/icon/icon-download.svg");
}
.p-dept_head-button span.account::after {
  background-image: url("../img/icon/icon-id card.svg");
}
.p-dept_head-button.download {
  color: #fff;
  background-color: #068F90;
}
.p-dept_head-button.download p {
  width: min(13.2vw, 154px);
}
@media screen and (max-width: 767px) {
  .p-dept_head-button.download p {
    width: 154px;
  }
}
.p-dept_head-button.account {
  color: #068F90;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.p-dept_head-button.account p {
  width: min(12.5vw, 144px);
}
@media screen and (max-width: 767px) {
  .p-dept_head-button.account p {
    width: 144px;
  }
}
.p-dept_head-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: min(22vw, 286px);
  width: min(61.5vw, 893px);
}
.p-dept_head-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-dept_head-img {
    display: none;
  }
}
.p-dept_assign {
  margin-top: min(5.169628433vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-dept_assign {
    margin-top: 40px;
  }
}
.p-dept_why {
  padding-top: min(5.0080775444vw, 62px);
}
@media screen and (max-width: 767px) {
  .p-dept_why {
    padding-top: 22px;
  }
}
.p-dept_why-container {
  margin-top: min(4.5234248788vw, 56px);
}
.p-dept_why-bottom {
  margin-top: min(6.4620355412vw, 80px);
}
.p-dept_cards {
  padding-bottom: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-dept_cards {
    padding-bottom: 64px;
  }
}
.p-dept_function {
  margin-top: min(9.6930533118vw, 120px);
  padding-bottom: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-dept_function {
    margin-top: 56px;
    padding-bottom: 40px;
  }
}
.p-dept_review {
  padding-top: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-dept_review {
    padding-top: 56px;
  }
}
.p-dept_review-list {
  margin-top: min(4.5234248788vw, 56px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-dept_review-list {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-dept_review-item {
  padding: min(2.5848142165vw, 32px);
  background-color: #fff;
  box-shadow: 0px 0px 12px #EBF9F9;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #E6F2F2;
}
@media screen and (max-width: 767px) {
  .p-dept_review-item {
    padding: 24px;
  }
}
.p-dept_review-item img {
  width: 100%;
  height: auto;
}
.p-dept_review-item h3 {
  margin-top: min(1.9386106624vw, 24px);
  font-size: min(2vw, 20px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-dept_review-item h3 {
    margin-top: 24px;
    font-size: 20px;
  }
}
.p-dept_review-item p {
  margin-top: min(0.9693053312vw, 12px);
  font-size: min(1.5vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-dept_review-item p {
    margin-top: 12px;
    font-size: 16px;
  }
}
.p-dept_review-item p span {
  color: #068F90;
}
.p-dept_faq-container {
  margin-top: min(4.5234248788vw, 56px);
}
@media screen and (max-width: 767px) {
  .p-dept_faq-container {
    margin-top: 40px;
  }
}
.p-store_head {
  position: relative;
  width: 100%;
  height: min(63vw, 804px);
  overflow: hidden;
  padding-top: 115px;
}
@media screen and (max-width: 1023px) {
  .p-store_head {
    padding-top: 73px;
  }
}
@media screen and (max-width: 767px) {
  .p-store_head {
    padding-top: 72px;
    padding-bottom: 48px;
    height: auto;
  }
}
.p-store_head::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: max(-11.38vw, -164px);
  left: max(-7.43vw, -107px);
  width: min(50.6vw, 600px);
  height: min(50.6vw, 600px);
  background: #E3F6F7;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-store_head::before {
    top: 30%;
    left: auto;
    right: -600px;
    width: 900px;
    height: 900px;
  }
}
.p-store_head::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(55vw, 623px);
  height: min(55vw, 623px);
  left: min(74vw, 1067px);
  top: min(-2.875vw, -414px);
  background: #F7F6E3;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-store_head::after {
    display: none;
  }
}
.p-store_head-inner {
  height: 100%;
}
.p-store_head-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: min(6.4620355412vw, 80px);
  width: min(46vw, 588px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-store_head-container {
    width: 100%;
  }
}
.p-store_head-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: min(45.9vw, 662px);
  left: min(18.3vw, 264px);
  width: min(52.6vw, 640px);
  height: min(52.6vw, 640px);
  background: #F7F6E3;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-store_head-container::before {
    top: auto;
    bottom: -200px;
    left: 0;
    width: 400px;
    height: 400px;
  }
}
.p-store_head-head {
  position: relative;
  z-index: 10;
  width: min(65.1857835218vw, 807px);
}
.p-store_head-head img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-store_head-head {
    width: 100%;
  }
  .p-store_head-head .img {
    margin-top: 24px;
    width: 100%;
  }
  .p-store_head-head .img img {
    width: 100%;
    height: auto;
  }
}
.p-store_head-list {
  margin-top: min(4.3618739903vw, 54px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-store_head-list {
    margin-top: 48px;
  }
}
.p-store_head-list li {
  position: relative;
}
.p-store_head-list li::before, .p-store_head-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: min(5.4119547658vw, 67px);
  background-color: #83C7C8;
}
@media screen and (max-width: 767px) {
  .p-store_head-list li::before, .p-store_head-list li::after {
    height: 100%;
  }
}
.p-store_head-list li::before {
  left: 0;
}
.p-store_head-list li::after {
  right: 0;
  display: none;
}
.p-store_head-list li:last-child::after {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-store_head-list li:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-store_head-list li:first-child::before {
    display: none;
  }
}
.p-store_head-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-inline: 8px;
}
@media screen and (max-width: 767px) {
  .p-store_head-item {
    gap: 8px;
    padding-inline: 4px;
  }
}
.p-store_head-item img {
  width: min(3vw, 35px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-store_head-item img {
    width: 32px;
  }
}
.p-store_head-item p {
  font-family: "Inter", sans-serif;
  font-size: min(1.3vw, 12px);
  color: #068F90;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-store_head-item p {
    display: grid;
    place-content: center;
    height: 4.2em;
    font-size: 10px;
    letter-spacing: -0.03em;
  }
}
.p-store_head-buttons {
  margin-top: min(6.4620355412vw, 80px);
  padding-right: min(1.9386106624vw, 24px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-store_head-buttons {
    margin-top: 44px;
    margin-right: 0;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-store_head-button {
  position: relative;
  display: grid;
  place-content: center;
  padding-top: 5px;
  width: 100%;
  height: min(6vw, 72px);
  border-radius: 72px;
  transition: 0.3s ease opacity;
}
.p-store_head-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-store_head-button {
    margin-inline: auto;
    width: 295px;
    height: 72px;
  }
}
.p-store_head-button p {
  position: absolute;
  top: max(-1.2vw, -16px);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  display: grid;
  place-content: center;
  padding-block: min(0.5vw, 8px);
  font-family: "Inter", sans-serif;
  font-size: min(1.3vw, 14px);
  color: #fff;
  line-height: 1;
  background-color: #D0BC09;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-store_head-button p {
    top: -16px;
    padding-block: 8px;
    font-size: 14px;
  }
}
.p-store_head-button span {
  position: relative;
  display: block;
  padding-right: min(3vw, 40px);
  font-family: "Inter", sans-serif;
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-store_head-button span {
    padding-right: 40px;
    font-size: 16px;
  }
}
.p-store_head-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: min(2vw, 24px);
  height: min(2vw, 24px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-store_head-button span::after {
    width: 24px;
    height: 24px;
  }
}
.p-store_head-button span.download::after {
  background-image: url("../img/icon/icon-download.svg");
}
.p-store_head-button span.account::after {
  background-image: url("../img/icon/icon-id card.svg");
}
.p-store_head-button.download {
  color: #fff;
  background-color: #068F90;
}
.p-store_head-button.download p {
  width: min(13.2vw, 154px);
}
@media screen and (max-width: 767px) {
  .p-store_head-button.download p {
    width: 154px;
  }
}
.p-store_head-button.account {
  color: #068F90;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.p-store_head-button.account p {
  width: min(12.5vw, 144px);
}
@media screen and (max-width: 767px) {
  .p-store_head-button.account p {
    width: 144px;
  }
}
.p-store_head-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: min(22vw, 286px);
  width: min(61.5vw, 893px);
}
.p-store_head-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-store_head-img {
    display: none;
  }
}
.p-store_assign {
  margin-top: min(5.169628433vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-store_assign {
    margin-top: 40px;
  }
}
.p-store_why {
  padding-top: min(5.0080775444vw, 62px);
}
@media screen and (max-width: 767px) {
  .p-store_why {
    padding-top: 22px;
  }
}
.p-store_why-container {
  margin-top: min(4.5234248788vw, 56px);
}
.p-store_why-bottom {
  margin-top: min(6.4620355412vw, 80px);
}
.p-store_cards {
  padding-bottom: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-store_cards {
    padding-bottom: 64px;
  }
}
.p-store_function {
  margin-top: min(9.6930533118vw, 120px);
  padding-bottom: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-store_function {
    margin-top: 88px;
    padding-bottom: 72px;
  }
}
.p-list_head {
  position: relative;
  width: 100%;
  height: min(68vw, 804px);
  overflow: hidden;
  padding-top: 115px;
}
@media screen and (max-width: 1023px) {
  .p-list_head {
    padding-top: 73px;
  }
}
@media screen and (max-width: 767px) {
  .p-list_head {
    padding-top: 72px;
    padding-bottom: 48px;
    height: auto;
  }
}
.p-list_head::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: max(-11.38vw, -164px);
  left: max(-7.43vw, -107px);
  width: min(50.6vw, 600px);
  height: min(50.6vw, 600px);
  background: #E3F6F7;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-list_head::before {
    top: 30%;
    left: auto;
    right: -600px;
    width: 900px;
    height: 900px;
  }
}
.p-list_head::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(55vw, 623px);
  height: min(55vw, 623px);
  left: min(74vw, 1067px);
  top: min(-2.875vw, -414px);
  background: #F7F6E3;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-list_head::after {
    display: none;
  }
}
.p-list_head-inner {
  height: 100%;
}
.p-list_head-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: min(4.8465266559vw, 60px);
  width: min(46vw, 588px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-list_head-container {
    width: 100%;
  }
}
.p-list_head-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: min(45.9vw, 662px);
  left: min(18.3vw, 264px);
  width: min(52.6vw, 640px);
  height: min(52.6vw, 640px);
  background: #F7F6E3;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-list_head-container::before {
    top: auto;
    bottom: -200px;
    left: 0;
    width: 400px;
    height: 400px;
  }
}
.p-list_head-head {
  width: min(48vw, 568px);
}
.p-list_head-head img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-list_head-head {
    width: 100%;
  }
  .p-list_head-head .img {
    margin-top: 24px;
    width: 100%;
  }
  .p-list_head-head .img img {
    width: 100%;
    height: auto;
  }
}
.p-list_head-list {
  margin-top: min(4.3618739903vw, 54px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-list_head-list {
    margin-top: 20px;
  }
}
.p-list_head-list li {
  position: relative;
}
.p-list_head-list li::before, .p-list_head-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: min(5.4119547658vw, 67px);
  background-color: #C3E7E7;
}
@media screen and (max-width: 767px) {
  .p-list_head-list li::before, .p-list_head-list li::after {
    height: 100%;
  }
}
.p-list_head-list li::before {
  left: 0;
}
.p-list_head-list li::after {
  right: 0;
  display: none;
}
.p-list_head-list li:last-child::after {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-list_head-list li:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-list_head-list li:first-child::before {
    display: none;
  }
}
.p-list_head-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-inline: 8px;
}
@media screen and (max-width: 767px) {
  .p-list_head-item {
    gap: 8px;
    padding-inline: 4px;
  }
}
.p-list_head-item img {
  width: min(3vw, 35px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-list_head-item img {
    width: 32px;
  }
}
.p-list_head-item p {
  font-family: "Inter", sans-serif;
  font-size: min(1.3vw, 12px);
  color: #068F90;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-list_head-item p {
    display: grid;
    place-content: center;
    height: 4.2em;
    font-size: 10px;
    letter-spacing: -0.03em;
  }
}
.p-list_head-buttons {
  margin-top: min(6.4620355412vw, 80px);
  padding-right: min(1.9386106624vw, 24px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-list_head-buttons {
    margin-top: 44px;
    margin-right: 0;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-list_head-button {
  position: relative;
  display: grid;
  place-content: center;
  padding-top: 5px;
  width: 100%;
  height: min(6vw, 72px);
  border-radius: 72px;
  transition: 0.3s ease opacity;
}
.p-list_head-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-list_head-button {
    margin-inline: auto;
    width: 295px;
    height: 72px;
  }
}
.p-list_head-button p {
  position: absolute;
  top: max(-1.2vw, -16px);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  display: grid;
  place-content: center;
  padding-block: min(0.5vw, 8px);
  font-family: "Inter", sans-serif;
  font-size: min(1.3vw, 14px);
  color: #fff;
  line-height: 1;
  background-color: #D0BC09;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-list_head-button p {
    top: -16px;
    padding-block: 8px;
    font-size: 14px;
  }
}
.p-list_head-button span {
  position: relative;
  display: block;
  padding-right: min(3vw, 40px);
  font-family: "Inter", sans-serif;
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-list_head-button span {
    padding-right: 40px;
    font-size: 16px;
  }
}
.p-list_head-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: min(2vw, 24px);
  height: min(2vw, 24px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-list_head-button span::after {
    width: 24px;
    height: 24px;
  }
}
.p-list_head-button span.download::after {
  background-image: url("../img/icon/icon-download.svg");
}
.p-list_head-button span.account::after {
  background-image: url("../img/icon/icon-id card.svg");
}
.p-list_head-button.download {
  color: #fff;
  background-color: #068F90;
}
.p-list_head-button.download p {
  width: min(13.2vw, 154px);
}
@media screen and (max-width: 767px) {
  .p-list_head-button.download p {
    width: 154px;
  }
}
.p-list_head-button.account {
  color: #068F90;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.p-list_head-button.account p {
  width: min(12.5vw, 144px);
}
@media screen and (max-width: 767px) {
  .p-list_head-button.account p {
    width: 144px;
  }
}
.p-list_head-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: min(22vw, 286px);
  width: min(61.5vw, 893px);
}
.p-list_head-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-list_head-img {
    display: none;
  }
}
.p-list_head-award {
  position: absolute;
  bottom: min(1.9386106624vw, 24px);
  right: calc((100vw - 1440px) / 2 + 24px);
  z-index: 100;
  width: min(14.5395799677vw, 180px);
}
@media screen and (max-width: 1440px) {
  .p-list_head-award {
    right: min(1.9386106624vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .p-list_head-award {
    display: none;
  }
}
.p-list_head-award img {
  width: 100%;
  height: auto;
}
.p-list_assign {
  margin-top: min(5.169628433vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-list_assign {
    margin-top: 40px;
  }
}
.p-list_why {
  padding-top: min(5.0080775444vw, 62px);
}
@media screen and (max-width: 767px) {
  .p-list_why {
    padding-top: 56px;
  }
}
.p-list_why-container {
  margin-top: min(4.5234248788vw, 56px);
}
.p-list_why-bottom {
  margin-top: min(6.4620355412vw, 80px);
}
.p-list_why-content img {
  width: 100%;
  height: auto;
}
.p-list_function {
  margin-top: min(9.6930533118vw, 120px);
  padding-bottom: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-list_function {
    margin-top: 56px;
    padding-bottom: 40px;
  }
}
.p-list_dept {
  margin-top: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-list_dept {
    margin-top: 56px;
  }
}
.p-list_cards {
  padding-bottom: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-list_cards {
    padding-bottom: 64px;
  }
}
.p-price {
  padding-top: min(1.2924071082vw, 16px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-price {
    margin-top: 56px;
  }
}
.p-price_cost {
  display: flex;
  align-items: flex-start;
  gap: min(3.2310177706vw, 60px);
  padding: min(2.5848142165vw, 32px);
  background-color: #fff;
  border-radius: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-price_cost {
    flex-direction: column;
    gap: 32px;
    padding: 24px;
  }
}
.p-price_cost-left {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .p-price_cost-left {
    width: 100%;
  }
}
.p-price_cost-right {
  flex: 0 0 auto;
  width: min(38.4491114701vw, 476px);
  background-color: #E6F2F2;
  border-width: 1px;
  border-style: solid;
  border-color: #C3E7E7;
  border-radius: min(0.9693053312vw, 12px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-price_cost-right {
    width: 100%;
    border-radius: 12px;
  }
}
.p-price_cost-title {
  padding-block: 4px;
  padding-inline: 8px;
  width: fit-content;
  font-size: min(1.6155088853vw, 20px);
  color: #fff;
  background-color: #068F90;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-price_cost-title {
    font-size: 18px;
  }
}
.p-price_cost-price {
  margin-top: 8px;
}
.p-price_cost-price span {
  font-family: "Inter", sans-serif;
  font-size: min(3.8772213247vw, 48px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-price_cost-price span {
    font-size: 40px;
  }
}
.p-price_cost-price small {
  font-size: min(1.6155088853vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-price_cost-price small {
    font-size: 16px;
  }
}
.p-price_cost-check {
  margin-top: min(1.2924071082vw, 16px);
  display: grid;
  grid-template-columns: 1fr;
  gap: min(0.6462035541vw, 8px);
}
@media screen and (max-width: 767px) {
  .p-price_cost-check {
    gap: 8px;
  }
}
.p-price_cost-check li {
  position: relative;
  padding-top: 0.2em;
  padding-left: min(3.2310177706vw, 40px);
  font-size: min(1.4539579968vw, 18px);
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-price_cost-check li {
    padding-left: 32px;
    font-size: 14px;
  }
}
.p-price_cost-check li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(2.5848142165vw, 32px);
  height: min(2.5848142165vw, 32px);
  background-image: url("../img/plan/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-price_cost-check li::before {
    width: 24px;
    height: 24px;
  }
}
.p-price_cost-table .title {
  display: flex;
  align-items: center;
  padding-inline: min(1.9386106624vw, 24px);
  height: min(4.2003231018vw, 52px);
  font-size: min(1.4539579968vw, 18px);
  color: #fff;
  font-weight: 700;
  background-color: #068F90;
}
@media screen and (max-width: 767px) {
  .p-price_cost-table .title {
    padding-inline: 24px;
    height: 52px;
    font-size: 18px;
  }
}
.p-price_cost-table .content {
  padding-block: 4px min(1.2924071082vw, 16px);
  padding-inline: min(1.9386106624vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-price_cost-table .content {
    padding-block: 4px 24px;
    padding-inline: 24px;
  }
}
.p-price_cost-list {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: min(1.4539579968vw, 18px);
  color: #056B6C;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-price_cost-list {
    font-size: 14px;
  }
}
.p-price_cost-list dt, .p-price_cost-list dd {
  padding-block: min(0.9693053312vw, 12px);
}
@media screen and (max-width: 767px) {
  .p-price_cost-list dt, .p-price_cost-list dd {
    padding-block: 12px;
  }
}
.p-price_cost-list dt:not(:nth-last-child(1), :nth-last-child(2)), .p-price_cost-list dd:not(:nth-last-child(1), :nth-last-child(2)) {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #83C7C8;
}
.p-price_cost-list dt {
  padding-right: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-price_cost-list dt {
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-price_cost-list dd {
    font-size: 16px;
  }
}
.p-price_price {
  margin-top: min(8.4006462036vw, 104px);
}
@media screen and (max-width: 767px) {
  .p-price_price {
    margin-top: 80px;
  }
}
.p-price_price-list {
  margin-top: min(3.2310177706vw, 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.9386106624vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-price_price-list {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-price_price-item {
  padding: min(2.5848142165vw, 32px);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-price_price-item {
    padding: 24px;
    border-radius: 16px;
  }
}
.p-price_price-item .img {
  position: relative;
  padding-bottom: min(1.2924071082vw, 16px);
  height: min(4.2003231018vw, 52px);
}
@media screen and (max-width: 767px) {
  .p-price_price-item .img {
    padding-bottom: 12px;
    height: 48px;
  }
}
.p-price_price-item .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: rgba(6, 143, 144, 0.6);
}
.p-price_price-item .img img {
  width: auto;
  height: 100%;
}
.p-price_price-item h3 {
  margin-top: min(0.9693053312vw, 12px);
  font-size: min(1.2924071082vw, 16px);
  font-weight: 700;
  color: #44ABAC;
}
@media screen and (max-width: 767px) {
  .p-price_price-item h3 {
    margin-top: 12px;
    font-size: 14px;
  }
}
.p-price_price-item .prices {
  margin-top: min(1.2924071082vw, 16px);
  display: flex;
  gap: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-price_price-item .prices {
    margin-top: 12px;
    gap: 32px;
  }
}
.p-price_price-item .prices p {
  font-family: "Inter", sans-serif;
}
.p-price_price-item .prices p:nth-child(2) {
  position: relative;
}
.p-price_price-item .prices p:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(-1.2924071082vw, -16px);
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  .p-price_price-item .prices p:nth-child(2)::before {
    left: -16px;
  }
}
.p-price_price-item .prices p span {
  font-size: min(2.9079159935vw, 40px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-price_price-item .prices p span {
    font-size: 32px;
  }
}
.p-price_price-item .prices p small {
  font-size: min(1.2924071082vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-price_price-item .prices p small {
    font-size: 16px;
  }
}
.p-price_price-item .tags {
  margin-top: min(1.9386106624vw, 24px);
  padding-top: min(1.9386106624vw, 24px);
  border-width: 1px 0 0;
  border-style: dashed;
  border-color: #83C7C8;
}
@media screen and (max-width: 767px) {
  .p-price_price-item .tags {
    margin-top: 16px;
    padding-top: 16px;
  }
}
.p-price_price-item .tag {
  padding-block: min(0.6462035541vw, 8px);
  padding-inline: min(0.9693053312vw, 12px);
  width: fit-content;
  font-size: min(1.2924071082vw, 16px);
  color: #056B6C;
  background-color: #E6F2F2;
  border-width: 1px;
  border-style: solid;
  border-color: #83C7C8;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .p-price_price-item .tag {
    padding-block: 8px;
    padding-inline: 12px;
    font-size: 14px;
  }
}
.p-price_simu {
  margin-top: min(8.4006462036vw, 104px);
}
@media screen and (max-width: 767px) {
  .p-price_simu {
    margin-top: 80px;
  }
}
.p-price_simu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.9386106624vw, 24px);
  margin-top: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-price_simu-list {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-price_simu-item {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #C3E7E7;
  border-radius: min(1.2924071082vw, 16px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-price_simu-item {
    border-radius: 16px;
  }
}
.p-price_simu-head {
  display: grid;
  place-content: center;
  height: min(4.3618739903vw, 54px);
  font-size: min(1.6155088853vw, 20px);
  font-weight: 700;
  color: #fff;
  background-color: #068F90;
}
@media screen and (max-width: 767px) {
  .p-price_simu-head {
    height: 78px;
    font-size: 18px;
    text-align: center;
  }
}
.p-price_simu-content {
  display: flex;
  gap: min(1.9386106624vw, 24px);
  padding-block: min(2.5848142165vw, 40px);
  padding-inline: min(1.9386106624vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-price_simu-content {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-block: 24px;
    padding-inline: 32px;
  }
}
.p-price_simu-img {
  flex: 0 0 auto;
  width: min(11.6316639742vw, 144px);
}
@media screen and (max-width: 767px) {
  .p-price_simu-img {
    width: 144px;
  }
}
.p-price_simu-img img {
  width: 100%;
  height: auto;
}
.p-price_simu-right {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .p-price_simu-right {
    width: 100%;
  }
}
.p-price_simu-data, .p-price_simu-total {
  display: grid;
  grid-template-columns: min(7.1082390953vw, 88px) 1fr;
  gap: min(0.6462035541vw, 8px);
}
@media screen and (max-width: 767px) {
  .p-price_simu-data, .p-price_simu-total {
    grid-template-columns: 88px 1fr;
    gap: 8px;
  }
}
.p-price_simu-data dt, .p-price_simu-total dt {
  display: grid;
  place-content: center;
  width: 100%;
  height: min(1.7770597738vw, 22px);
  font-size: min(0.9693053312vw, 12px);
  color: #068F90;
  font-weight: 700;
  line-height: 1;
  background-color: #E6F2F2;
  border-width: 1px;
  border-style: solid;
  border-color: #C3E7E7;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-price_simu-data dt, .p-price_simu-total dt {
    height: 22px;
    font-size: 12px;
  }
}
.p-price_simu-data dd, .p-price_simu-total dd {
  display: flex;
  align-items: center;
  font-size: min(1.1308562197vw, 14px);
}
@media screen and (max-width: 767px) {
  .p-price_simu-data dd, .p-price_simu-total dd {
    font-size: 14px;
  }
}
.p-price_simu-data.long, .p-price_simu-total.long {
  grid-template-columns: min(10.98546042vw, 136px) 1fr;
}
@media screen and (max-width: 767px) {
  .p-price_simu-data.long, .p-price_simu-total.long {
    grid-template-columns: 136px 1fr;
  }
}
.p-price_simu-total {
  margin-top: min(0.9693053312vw, 12px);
  padding-top: min(0.9693053312vw, 12px);
  border-width: 1px 0 0;
  border-style: dashed;
  border-color: #83C7C8;
}
@media screen and (max-width: 767px) {
  .p-price_simu-total {
    margin-top: 12px;
    padding-top: 12px;
  }
}
.p-price_simu-total dd {
  font-size: min(1.2924071082vw, 16px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-price_simu-total dd {
    font-size: 16px;
  }
}
.p-price_simu-total dd small {
  font-size: min(1.1308562197vw, 14px);
}
@media screen and (max-width: 767px) {
  .p-price_simu-total dd small {
    font-size: 14px;
  }
}
.p-price_compare {
  margin-top: min(8.4006462036vw, 104px);
}
@media screen and (max-width: 767px) {
  .p-price_compare {
    margin-top: 80px;
  }
}
.p-price_compare-table {
  margin-top: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-price_compare-inner {
    width: 100%;
    height: auto;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 24px;
    cursor: grab;
  }
  .p-price_compare-inner::-webkit-scrollbar {
    height: 8px;
  }
  .p-price_compare-inner::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 24px;
  }
}
.p-price_compare-inner table {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: initial;
  border: 0;
}
@media screen and (max-width: 767px) {
  .p-price_compare-inner table {
    width: 877px;
  }
}
.p-price_compare-inner table::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: calc(26% - 3px);
  height: calc(100% - 3px);
  border-width: 3px;
  border-style: solid;
  border-color: #068F90;
  border-radius: 8px;
}
@media screen and (max-width: 1440px) {
  .p-price_compare-inner table::before {
    width: calc(26% - 3px);
  }
}
@media screen and (max-width: 767px) {
  .p-price_compare-inner table::before {
    width: 232px;
  }
}
.p-price_compare-inner table thead th:first-child {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .p-price_compare-inner table thead th:first-child {
    width: 172px;
  }
}
.p-price_compare-inner table thead th:not(:first-child) {
  width: 26%;
  background-color: #aaaaaa;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 767px) {
  .p-price_compare-inner table thead th:not(:first-child) {
    width: 235px;
  }
}
.p-price_compare-inner table thead th:not(:first-child).green {
  background-color: #E6F2F2;
}
.p-price_compare-inner table thead th:not(:first-child) div {
  display: grid;
  place-content: center;
  padding-top: 3px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .p-price_compare-inner table thead th:not(:first-child) div {
    height: 76px;
  }
}
.p-price_compare-inner table thead th:not(:first-child) span {
  position: relative;
  display: block;
  width: fit-content;
  font-size: min(1.4539579968vw, 18px);
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-price_compare-inner table thead th:not(:first-child) span {
    font-size: 16px;
  }
}
.p-price_compare-inner table thead th:not(:first-child) span.green {
  position: relative;
  padding-left: 44px;
  color: #068F90;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-price_compare-inner table thead th:not(:first-child) span.green {
    padding-left: 28px;
  }
}
.p-price_compare-inner table thead th:not(:first-child) span.green::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  z-index: 10;
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  background-image: url("../img/plan/icon-check-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-price_compare-inner table thead th:not(:first-child) span.green::before {
    width: 23px;
    height: 23px;
  }
}
.p-price_compare-inner table tbody tr:first-child th {
  border-radius: 8px 0 0 0;
}
.p-price_compare-inner table tbody tr:last-child th {
  border-radius: 0 0 0 8px;
  border: 0;
}
.p-price_compare-inner table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.p-price_compare-inner table tbody th {
  padding: min(1.6155088853vw, 24px);
  height: 75px;
  font-size: min(1.5vw, 18px);
  color: #fff;
  text-align: left;
  line-height: 1.2;
  background-color: #068F90;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-price_compare-inner table tbody th {
    padding-block: 16px;
    padding-inline: 16px;
    font-size: 14px;
  }
}
.p-price_compare-inner table tbody th small {
  font-size: min(1.15vw, 14px);
}
@media screen and (max-width: 767px) {
  .p-price_compare-inner table tbody th small {
    font-size: 10px;
  }
}
.p-price_compare-inner table tbody td {
  padding-block: min(1.2924071082vw, 16px);
  padding-inline: min(1.4539579968vw, 18px);
  font-size: min(1.5vw, 18px);
  text-align: center;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-price_compare-inner table tbody td {
    padding-block: 16px;
    padding-inline: 12px;
    font-size: 16px;
  }
}
.p-price_compare-inner table tbody td:not(:last-child) {
  background-color: #F8F8F8;
}
.p-price_compare-inner table tbody td small {
  font-size: min(1.15vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-price_compare-inner table tbody td small {
    font-size: 12px;
  }
}
.p-price_compare-inner table tbody td img {
  display: inline;
  width: 24px;
  height: auto;
}
.p-contact {
  margin-top: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-contact {
    margin-top: 56px;
  }
}
.p-contact_inner {
  margin-inline: auto;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E6F2F2;
  border-radius: min(1.2924071082vw, 16px);
  box-shadow: 0px 0px 12px #EBF9F9;
}
@media screen and (max-width: 767px) {
  .p-contact_inner {
    border-radius: 16px;
  }
}
.p-contact_head {
  padding-block: min(3.8772213247vw, 48px) 0;
  padding-inline: 40px;
}
.p-contact_head h2 {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact_head h2 {
    font-size: 24px;
  }
}
.p-contact_head p {
  margin-top: 8px;
  font-size: 16px;
  text-align: center;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .p-contact_head p {
    margin-top: 8px;
    font-size: 16px;
  }
}
.p-thanks {
  padding-block: min(6.4620355412vw, 80px) 0;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding-block: 56px 0;
  }
}
.p-thanks_content {
  color: #056B6C;
}
.p-thanks_content h1 {
  font-size: min(4.5234248788vw, 40px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks_content h1 {
    font-size: 28px;
  }
}
.p-thanks_content p {
  margin-top: 16px;
  font-size: min(1.9386106624vw, 20px);
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-thanks_content p {
    font-size: 16px;
    text-align: left;
  }
}
.p-thanks_content p + p {
  margin-top: 8px;
}
.p-thanks_button {
  margin-top: min(5.169628433vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-thanks_button {
    margin-top: 56px;
  }
}
.p-trial {
  margin-top: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-trial {
    margin-top: 56px;
  }
}
.p-trial_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4.5234248788vw, 56px);
  padding: min(5.169628433vw, 64px);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E6F2F2;
  border-radius: min(1.2924071082vw, 16px);
  box-shadow: 0px 0px 12px #EBF9F9;
}
@media screen and (max-width: 767px) {
  .p-trial_inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 24px;
  }
}
.p-trial_title {
  position: relative;
  font-size: min(2.9079159935vw, 32px);
  font-family: "Inter", sans-serif;
  color: #056B6C;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-trial_title {
    font-size: 24px;
  }
}
.p-trial_img {
  margin-top: min(1.9386106624vw, 16px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-trial_img {
    margin-top: 24px;
  }
}
.p-trial_img img {
  width: 100%;
  height: auto;
}
.p-trial_box {
  margin-top: min(2.9079159935vw, 32px);
  padding: min(1.6155088853vw, 24px);
  background-color: #E6F2F2;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-trial_box {
    margin-top: 32px;
    padding: 24px;
  }
}
.p-trial_box h3 {
  position: relative;
  padding-left: min(2.9079159935vw, 36px);
  font-size: min(1.6155088853vw, 20px);
  color: #056B6C;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-trial_box h3 {
    padding-left: 22px;
    font-size: 18px;
  }
}
.p-trial_box h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.1em;
  width: min(2.5848142165vw, 32px);
  height: min(2.5848142165vw, 32px);
  background-image: url("../img/icon/icon-title.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-trial_box h3::before {
    margin-top: 0.2em;
    width: 20px;
    height: 20px;
  }
}
.p-trial_box p {
  margin-top: min(1.2924071082vw, 16px);
  font-size: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-trial_box p {
    margin-top: 16px;
    font-size: 16px;
  }
}
.p-trial_box ul {
  margin-top: min(1.2924071082vw, 16px);
  font-size: min(1.1308562197vw, 12px);
  color: #666666;
}
@media screen and (max-width: 767px) {
  .p-trial_box ul {
    margin-top: 16px;
    font-size: 12px;
  }
}
.p-trial_box ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-resources {
  margin-top: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-resources {
    margin-top: 56px;
  }
}
.p-resources_archive-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 1023px) {
  .p-resources_archive-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-resources_archive-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.p-resources_archive-item {
  display: block;
  padding: min(1.9386106624vw, 24px);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  border-radius: 8px;
  transition: 0.3s ease opacity;
}
.p-resources_archive-item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-resources_archive-item {
    padding: 24px;
  }
}
.p-resources_archive-item .img {
  position: relative;
  padding-top: 66.76%;
  border-radius: 8px;
  overflow: hidden;
}
.p-resources_archive-item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-resources_archive-item .title {
  margin-top: min(1.9386106624vw, 24px);
  font-family: "Inter", sans-serif;
  font-size: min(1.9386106624vw, 24px);
  color: #333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-resources_archive-item .title {
    margin-top: 24px;
    font-size: 20px;
  }
}
.p-resources_archive-item .desc {
  margin-top: 12px;
  font-size: 14px;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .p-resources_archive-item .desc {
    margin-top: 12px;
  }
}
.p-resources_archive-item .button {
  margin-top: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-resources_archive-item .button {
    margin-top: 32px;
  }
}
.p-resources_single {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4.5234248788vw, 56px);
  padding: min(5.169628433vw, 64px);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E6F2F2;
  border-radius: min(1.2924071082vw, 16px);
  box-shadow: 0px 0px 12px #EBF9F9;
}
@media screen and (max-width: 767px) {
  .p-resources_single {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 24px;
  }
}
.p-resources_single-title {
  position: relative;
  font-size: min(2.9079159935vw, 32px);
  font-family: "Inter", sans-serif;
  color: #056B6C;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-resources_single-title {
    font-size: 24px;
  }
}
.p-resources_single-img {
  margin-top: min(1.9386106624vw, 24px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-resources_single-img {
    margin-top: 24px;
  }
}
.p-resources_single-img img {
  width: 100%;
  height: auto;
}
.p-resources_single-text {
  margin-top: min(1.9386106624vw, 24px);
  font-size: min(1.2924071082vw, 16px);
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-resources_single-text {
    margin-top: 24px;
    font-size: 16px;
  }
}
.p-resources_single-box {
  margin-top: min(2.9079159935vw, 32px);
  padding: min(1.6155088853vw, 24px);
  background-color: #E6F2F2;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-resources_single-box {
    margin-top: 32px;
    padding: 24px;
  }
}
.p-resources_single-box h3 {
  position: relative;
  padding-left: min(2.9079159935vw, 36px);
  font-size: min(1.6155088853vw, 20px);
  color: #056B6C;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-resources_single-box h3 {
    padding-left: 22px;
    font-size: 18px;
  }
}
.p-resources_single-box h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.1em;
  width: min(2.5848142165vw, 32px);
  height: min(2.5848142165vw, 32px);
  background-image: url("../img/icon/icon-title.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-resources_single-box h3::before {
    margin-top: 0.2em;
    width: 20px;
    height: 20px;
  }
}
.p-resources_single-box ul {
  margin-top: min(1.2924071082vw, 16px);
  font-size: min(1.2924071082vw, 16px);
  color: #666666;
}
@media screen and (max-width: 767px) {
  .p-resources_single-box ul {
    margin-top: 16px;
    font-size: 16px;
  }
}
.p-resources_single-box ul li {
  padding-left: 1.2em;
  text-indent: -1em;
}
.p-news_archive {
  margin-top: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-news_archive {
    margin-top: 56px;
  }
}
.p-news_pager {
  margin-top: min(5.169628433vw, 64px);
}
.p-news_single {
  margin-top: min(4.5234248788vw, 56px);
  margin-inline: auto;
  padding-block: min(5.8158319871vw, 72px) min(6.4620355412vw, 80px);
  padding-inline: min(6.4620355412vw, 80px);
  max-width: 960px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E6F2F2;
  border-radius: 16px;
  box-shadow: 0px 0px 12px #EBF9F9;
}
@media screen and (max-width: 767px) {
  .p-news_single {
    margin-top: 40px;
    padding-block: 40px;
    padding-inline: 24px;
  }
}
.p-news_single-head h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-news_single-head h1 {
    font-size: 20px;
  }
}
.p-news_single-head .date {
  margin-top: 16px;
  font-size: 14px;
  color: #888;
}
.p-news_single-container {
  margin-top: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-news_single-container {
    margin-top: 40px;
  }
}
.p-news_single-container p + h2, .p-news_single-container p + h3, .p-news_single-container img + h2, .p-news_single-container img + h3 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-news_single-container p + h2, .p-news_single-container p + h3, .p-news_single-container img + h2, .p-news_single-container img + h3 {
    margin-top: 16px;
  }
}
.p-news_single-container h2 + p, .p-news_single-container h3 + p, .p-news_single-container p + p, .p-news_single-container h2 + ul, .p-news_single-container h3 + ul, .p-news_single-container p + ul, .p-news_single-container ul + ul, .p-news_single-container h2 + ol, .p-news_single-container h3 + ol, .p-news_single-container p + ol, .p-news_single-container ul + ol {
  margin-top: 8px;
}
.p-news_single-container h2 {
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-news_single-container h2 {
    font-size: 18px;
  }
}
.p-news_single-container h3 {
  font-size: 18px;
  color: #000;
}
.p-news_single-container p {
  font-size: 14px;
  color: #000;
}
.p-news_single-container img {
  margin-top: 40px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-news_single-container img {
    margin-top: 16px;
  }
}
.p-news_single-container ul, .p-news_single-container ol {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.p-news_single-container ul > li, .p-news_single-container ol > li {
  position: relative;
  padding-left: 1.2em;
}
.p-news_single-container ul > li::before, .p-news_single-container ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.p-news_single-container ul > li::before {
  content: "・";
}
.p-news_single-container ol > li::before {
  content: counter(list-item) ".";
}
.p-news_single-button {
  margin-top: min(5.169628433vw, 64px);
  display: flex;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .p-news_single-button {
    margin-top: 64px;
  }
}
.p-404 {
  padding-top: min(6.4620355412vw, 80px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-top: 56px;
  }
}
.p-404_title {
  display: grid;
  place-items: center;
  color: #056B6C;
  line-height: 1;
}
.p-404_title span {
  font-size: min(5.8158319871vw, 72px);
}
@media screen and (max-width: 767px) {
  .p-404_title span {
    font-size: 64px;
  }
}
.p-404_title small {
  font-size: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-404_title small {
    font-size: 28px;
  }
}
.p-404_text {
  margin-top: min(1.9386106624vw, 24px);
  font-size: min(1.9386106624vw, 20px);
  color: #056B6C;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404_text {
    margin-top: 32px;
    font-size: 14px;
    text-align: left;
  }
}
.p-404_buttons {
  margin-top: min(5.169628433vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-404_buttons {
    margin-top: 56px;
  }
}
.p-column {
  padding-top: min(4.5234248788vw, 56px);
  display: grid;
  grid-template-columns: 1fr min(34.7334410339vw, 430px);
  gap: min(3.8772213247vw, 48px);
}
@media screen and (max-width: 1023px) {
  .p-column {
    grid-template-columns: 1fr;
    padding-top: 40px;
    gap: 0;
  }
}
.p-column_head h1 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-column_head h1 {
    font-size: 20px;
  }
}
.p-column_head .date {
  margin-top: 16px;
  font-size: 14px;
  color: #888;
}
.p-column_index {
  margin-top: min(2.5848142165vw, 32px);
  padding-block: min(1.9386106624vw, 24px);
  display: flex;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E6F2F2;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-column_index {
    margin-top: 32px;
    padding-block: 0 24px;
    padding-inline: 24px;
    flex-direction: column;
  }
}
.p-column_index-title {
  flex: 0 0 auto;
  display: grid;
  place-content: center;
  padding: min(2.5848142165vw, 32px);
  font-size: 14px;
  color: #056B6C;
  font-weight: 700;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #C3E7E7;
}
@media screen and (max-width: 767px) {
  .p-column_index-title {
    padding: 20px;
    border-width: 0 0 1px;
  }
}
.p-column_index-content {
  flex: 1 1 auto;
  padding-inline: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-column_index-content {
    padding-top: 16px;
    padding-left: 0;
  }
}
.p-column_index-content #rtoc-mokuji-title {
  display: none;
}
.p-column_index-content .mokuji_ul .rtoc-item a {
  display: block;
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 14px;
  line-height: 2;
}
.p-column_index-content .mokuji_ul .rtoc-item a::before {
  content: "・";
}
.p-column_content {
  margin-top: min(2.5848142165vw, 32px);
  padding-bottom: min(3.8772213247vw, 48px);
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #DDDDDD;
}
@media screen and (max-width: 767px) {
  .p-column_content {
    margin-top: 32px;
    padding-bottom: 48px;
  }
}
.p-column_content #rtoc-mokuji-wrapper {
  display: none;
}
.p-column_content p + p, .p-column_content h2 + p, .p-column_content h3 + p {
  margin-top: 8px;
}
.p-column_content p + h3, .p-column_content h2 + h3, .p-column_content h3 + h3 {
  margin-top: 8px;
}
.p-column_content h2 {
  margin-top: min(3.8772213247vw, 48px);
  padding: min(1.2924071082vw, 16px);
  font-size: 20px;
  color: #056B6C;
  line-height: 1.7;
  background-color: #E6F2F2;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-column_content h2 {
    margin-top: 48px;
    padding: 16px;
    font-size: 16px;
  }
}
.p-column_content h3 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-column_content h3 {
    margin-top: 48px;
  }
}
.p-column_content p {
  font-size: 14px;
  color: #000;
  line-height: 2;
}
.p-column_content img {
  margin-top: min(3.8772213247vw, 48px);
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-column_content img {
    margin-top: 48px;
  }
}
.p-column_ahthor {
  margin-top: min(3.8772213247vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-column_ahthor {
    margin-top: 48px;
  }
}
.p-column_aside {
  display: flex;
  flex-direction: column;
  gap: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 1023px) {
  .p-column_aside {
    margin-top: min(3.8772213247vw, 48px);
  }
}
@media screen and (max-width: 767px) {
  .p-column_aside {
    margin-top: 48px;
    gap: 40px;
  }
}
.p-column_aside-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #056B6C;
  font-weight: 700;
  line-height: 1.2;
}
.p-column_aside-box {
  margin-top: min(1.2924071082vw, 16px);
  padding-block: min(0.6462035541vw, 8px);
  padding-inline: min(1.9386106624vw, 24px);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E6F2F2;
  border-radius: 8px;
  box-shadow: 0px 0px 12px #EBF9F9;
}
@media screen and (max-width: 767px) {
  .p-column_aside-box {
    padding-block: 8px 24px;
    padding-inline: 24px;
    margin-top: 16px;
  }
}
.p-column_aside-box li:not(:last-child) {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #DDDDDD;
}
.p-column_aside-link {
  display: block;
  padding-block: 16px;
}
.p-column_aside-link[target=_blank] {
  position: relative;
  padding-right: 24px;
}
.p-column_aside-link[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  margin-top: 20px;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/icon/icon-arrow-up-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-column_aside-link .cats {
  display: flex;
  gap: 8px;
}
.p-column_aside-link .cats span {
  display: grid;
  place-content: center;
  height: 28px;
  padding-inline: 12px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #056B6C;
  background-color: #E6F2F2;
  border-width: 1px;
  border-style: solid;
  border-color: #83C7C8;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .p-column_aside-link .cats span {
    height: 28px;
    font-size: 12px;
  }
}
.p-column_aside-link p {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-column_aside-link p {
    font-size: 12px;
  }
}
.p-column_aside-category {
  margin-top: min(1.2924071082vw, 16px);
  display: flex;
  flex-direction: column;
  padding: min(1.9386106624vw, 24px);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E6F2F2;
  border-radius: 8px;
  box-shadow: 0px 0px 12px #EBF9F9;
}
@media screen and (max-width: 767px) {
  .p-column_aside-category {
    margin-top: 16px;
    padding: 24px;
  }
}
.p-column_aside-category a {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #056B6C;
  font-weight: 400;
  line-height: 2;
}
.p-column_aside-category a::before {
  content: "・";
}
.p-column_relation {
  margin-top: min(5.8158319871vw, 72px);
}
@media screen and (max-width: 1023px) {
  .p-column_relation {
    display: none;
  }
}
.p-column_relation-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.p-column_relation-title small {
  font-size: min(1.6155088853vw, 16px);
  color: #068F90;
}
.p-column_relation-title span {
  font-size: min(4.2003231018vw, 40px);
  line-height: 1;
}
.p-column_relation-list {
  margin-top: min(4.5234248788vw, 56px);
}
.p-seminar {
  margin-top: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-seminar {
    margin-top: 56px;
  }
}
.p-seminar_archive-list {
  margin-top: min(2.5848142165vw, 32px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 1023px) {
  .p-seminar_archive-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-seminar_archive-list {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-seminar_archive-item {
  display: block;
  transition: 0.3s ease opacity;
}
.p-seminar_archive-item:hover {
  opacity: 0.6;
}
.p-seminar_single {
  margin-top: min(4.5234248788vw, 56px);
  margin-inline: auto;
  padding-block: min(5.8158319871vw, 72px) min(6.4620355412vw, 80px);
  padding-inline: min(6.4620355412vw, 80px);
  max-width: 960px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E6F2F2;
  border-radius: 16px;
  box-shadow: 0px 0px 12px #EBF9F9;
}
@media screen and (max-width: 767px) {
  .p-seminar_single {
    margin-top: 40px;
    padding-block: 40px;
    padding-inline: 24px;
  }
}
.p-seminar_single-head h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-seminar_single-head h1 {
    font-size: 20px;
  }
}
.p-seminar_single-head .date {
  margin-top: 16px;
  font-size: 14px;
  color: #888;
}
.p-seminar_single-thumb {
  margin-top: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-seminar_single-thumb {
    margin-top: 32px;
  }
}
.p-seminar_single-thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.p-seminar_single-appli {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-seminar_single-appli {
    margin-top: 24px;
  }
}
.p-seminar_single-container {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-seminar_single-container {
    margin-top: 24px;
  }
}
.p-seminar_single-container h2 {
  font-size: 16px;
  font-weight: 700;
}
.p-seminar_single-container p {
  margin-top: 1.5em;
  font-size: 14px;
}
.p-seminar_single-detail {
  margin-top: 24px;
  padding: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-seminar_single-detail {
    margin-top: 24px;
  }
}
.p-seminar_single-detail h2 {
  font-size: 14px;
  color: #056B6C;
  font-weight: 700;
}
.p-seminar_single-detail dl {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-seminar_single-detail dl {
    grid-template-columns: 76px 1fr;
  }
  .p-seminar_single-detail dl.long {
    grid-template-columns: 112px 1fr;
  }
}
.p-seminar_single-detail dl dt {
  display: grid;
  place-items: center;
  padding-block: 2px;
  height: 22px;
  font-size: 12px;
  font-weight: 700;
  color: #068F90;
  text-align: center;
  background-color: #E6F2F2;
  border-width: 1px;
  border-style: solid;
  border-color: #C3E7E7;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-seminar_single-detail dl dt {
    font-size: 12px;
  }
}
.p-seminar_single-detail dl dd {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-seminar_single-detail dl dd {
    font-size: 14px;
  }
}
.p-seminar_single-author {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-seminar_single-author {
    margin-top: 24px;
  }
}
.p-seminar_single-form {
  margin-top: 56px;
  padding-block: min(2.5848142165vw, 32px) 0;
  border-width: 1px;
  border-style: solid;
  border-color: #C3E7E7;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .p-seminar_single-form {
    margin-top: 56px;
    padding-block: 32px 0;
  }
}
.p-seminar_single-form h2 {
  font-size: 24px;
  color: #056B6C;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-seminar_single-form h2 {
    font-size: 20px;
  }
}
.p-seminar_single-form.form {
  margin-top: min(1.9386106624vw, 24px);
}
.p-seminar_single-button {
  margin-top: 64px;
  display: flex;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .p-seminar_single-button {
    margin-top: 64px;
  }
}
.p-seminar_service {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-seminar_service {
    margin-top: 64px;
  }
}
.p-seminar_service-title {
  display: flex;
  justify-content: center;
  font-size: 24px;
  color: #056B6C;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-seminar_service-title {
    font-size: 20px;
  }
}
.p-seminar_service-list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-seminar_service-list {
    margin-top: 32px;
    gap: 32px;
  }
}
.p-seminar_service-item {
  display: grid;
  grid-template-columns: min(38.9337641357vw, 482px) 1fr;
  gap: min(3.2310177706vw, 40px);
  padding-block: min(4.3618739903vw, 54px);
  border-width: 2px;
  border-style: solid;
  border-color: #EBF9F9;
  border-radius: 16px;
  box-shadow: 0px 0px 12px #EBF9F9;
  background-image: url("../img/seminar/bg-service-pc.jpg");
  background-size: cover;
  transition: 0.3s ease opacity;
}
.p-seminar_service-item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-seminar_service-item {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 28px 24px;
    background-image: url("../img/seminar/bg-service-sp.jpg");
  }
}
@media screen and (max-width: 767px) {
  .p-seminar_service-img {
    padding-right: 20px;
  }
}
.p-seminar_service-img img {
  width: 100%;
  height: auto;
}
.p-seminar_service-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-seminar_service-content {
    padding-inline: 24px;
  }
}
.p-seminar_service-content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(4.3618739903vw, 54px);
  transform: translate(0, -50%);
  width: min(6.4620355412vw, 80px);
  height: min(6.4620355412vw, 80px);
  background-image: url("../img/seminar/icon-angle-pc.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-seminar_service-content::after {
    top: auto;
    bottom: 0;
    transform: translate(0, 0);
    right: 24px;
    width: 32px;
    height: 32px;
    background-image: url("../img/seminar/icon-angle-sp.svg");
  }
}
.p-seminar_service-head h3 {
  position: relative;
  padding-bottom: min(1.2924071082vw, 16px);
  width: auto;
  height: 68px;
}
@media screen and (max-width: 767px) {
  .p-seminar_service-head h3 {
    padding-bottom: 16px;
    height: 50px;
  }
}
.p-seminar_service-head h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: rgba(6, 143, 144, 0.6);
}
.p-seminar_service-head h3 img {
  width: auto;
  height: 100%;
}
.p-seminar_service-head p {
  margin-top: min(1.2924071082vw, 16px);
  font-size: min(1.9386106624vw, 24px);
  color: #068F90;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-seminar_service-head p {
    margin-top: 16px;
    font-size: 20px;
  }
}
.p-seminar_service-desc {
  margin-top: min(1.2924071082vw, 16px);
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-seminar_service-desc {
    margin-top: 8px;
    font-size: 14px;
  }
}
.p-faq {
  margin-top: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-faq {
    margin-top: 56px;
  }
}
.p-faq_list {
  margin-top: min(2.5848142165vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-faq_list {
    margin-top: 32px;
  }
}
.p-faq_item {
  padding: 24px;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #E6F2F2;
  box-shadow: 0px 0px 12px #EBF9F9;
  border-radius: 8px;
  cursor: pointer;
}
.p-faq_item dt, .p-faq_item dd {
  position: relative;
  padding-inline: 40px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-faq_item dt, .p-faq_item dd {
    padding-left: 30px;
    font-size: 14px;
  }
}
.p-faq_item dt::before, .p-faq_item dd::before {
  position: absolute;
  left: 0;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faq_item dt::before, .p-faq_item dd::before {
    font-size: 20px;
  }
}
.p-faq_item-q::before {
  content: "Q.";
  top: -7px;
  color: #068F90;
}
@media screen and (max-width: 767px) {
  .p-faq_item-q::before {
    top: -4px;
  }
}
.p-faq_item-q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  transform: translate(0, -50%) scaleY(-1);
  background-image: url("../img/faq/icon-angle-up.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-faq_item-q.open::after {
  transform: translate(0, -50%);
}
.p-faq_item-a {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  color: #666666;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #C3E7E7;
}
.p-faq_item-a::before {
  content: "A.";
  top: 18px;
  color: #CC0621;
}
.p-logout {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100vh;
}
.p-logout_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-logout_head {
  display: grid;
  place-items: center;
}
.p-logout_head-icon {
  width: 56px;
  height: auto;
}
.p-logout_head-icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-logout_head-icon {
    width: 40px;
  }
}
.p-logout_head-title {
  margin-top: 16px;
  font-size: 24px;
  color: #056B6C;
}
@media screen and (max-width: 767px) {
  .p-logout_head-title {
    font-size: 20px;
  }
}
.p-logout_text {
  margin-top: 24px;
  font-size: 14px;
  color: #333;
}
.p-logout_button {
  margin-top: 16px;
}
.p-logout_button a {
  position: relative;
  display: grid;
  place-content: center;
  width: 178px;
  height: 45px;
  background-color: #63666A;
  border-radius: 50px;
  overflow: hidden;
}
.p-logout_button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1F2021;
  border-radius: 50px;
  animation: 3s 0.5s ease forwards slideBg;
}
.p-logout_button a span {
  position: relative;
  z-index: 100;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
@keyframes slideBg {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.p-beegle_head {
  position: relative;
  width: 100%;
  height: min(62vw, 804px);
  overflow: hidden;
  padding-top: 115px;
  background: #EEF8FF;
}
@media screen and (max-width: 1023px) {
  .p-beegle_head {
    padding-top: 113px;
  }
}
@media screen and (max-width: 767px) {
  .p-beegle_head {
    padding-top: 113px;
    padding-bottom: 0;
    height: auto;
  }
}
.p-beegle_head::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: max(-11.38vw, -164px);
  left: max(-7.43vw, -107px);
  width: min(50.6vw, 698px);
  height: min(50.6vw, 699px);
  background: radial-gradient(50% 50% at 50% 50%, #CEEBFF 0%, rgba(206, 235, 255, 0) 100%);
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-beegle_head::before {
    top: 30%;
    left: auto;
    right: -600px;
    width: 900px;
    height: 900px;
  }
}
.p-beegle_head::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 425px;
  height: 426px;
  right: -16px;
  top: 650px;
  background: #F7F6E3;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-beegle_head::after {
    display: none;
  }
}
.p-beegle_head-inner {
  position: relative;
  height: 100%;
}
.p-beegle_head-inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: min(26.1712439418vw, 324px);
  height: min(26.1712439418vw, 324px);
  top: max(-9.6930533118vw, -120px);
  left: min(36.1873990307vw, 448px);
  background: #F7F6E3;
  filter: blur(110px);
}
@media screen and (max-width: 767px) {
  .p-beegle_head-inner::after {
    top: -50vw;
    left: -20vw;
    width: 70vw;
    height: 70vw;
  }
}
.p-beegle_head-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(45.2342487884vw, 560px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-beegle_head-container {
    width: 100%;
  }
}
.p-beegle_head-head {
  position: relative;
  z-index: 10;
  width: 100%;
  z-index: 10;
  padding-bottom: min(4.8465266559vw, 60px);
}
.p-beegle_head-head img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-beegle_head-head {
    width: 100%;
  }
  .p-beegle_head-head .img {
    margin-top: 12px;
    margin-left: -24px;
    width: calc(100% + 48px);
  }
  .p-beegle_head-head .img img {
    width: 100%;
    height: auto;
  }
}
.p-beegle_head-text {
  position: relative;
  z-index: 10;
  margin-top: min(1.9386106624vw, 24px);
  font-size: min(1.4539579968vw, 18px);
  color: #666666;
}
@media screen and (max-width: 767px) {
  .p-beegle_head-text {
    margin-top: 16px;
    font-size: 16px;
  }
}
.p-beegle_head-img {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: max(-4.0387722132vw, -50px);
  margin-left: min(25.8481421648vw, 320px);
  width: min(61.5vw, 803px);
}
.p-beegle_head-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-beegle_head-img {
    display: none;
  }
}
.p-beegle_assign {
  margin-top: min(7.1082390953vw, 88px);
}
@media screen and (max-width: 767px) {
  .p-beegle_assign {
    margin-top: 64px;
  }
}
.p-beegle_feature {
  padding-top: min(3.2310177706vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-beegle_feature {
    padding-top: 40px;
  }
}
.p-beegle_feature-container {
  margin-top: min(4.5234248788vw, 56px);
}
@media screen and (max-width: 767px) {
  .p-beegle_feature-container {
    margin-top: 40px;
  }
}
.p-beegle_feature-list {
  margin-top: min(4.5234248788vw, 56px);
}
.p-beegle_data {
  margin-top: min(5.8158319871vw, 72px);
  padding-block: min(3.8772213247vw, 48px) min(4.8465266559vw, 60px);
  background-color: #EEF8FF;
}
@media screen and (max-width: 767px) {
  .p-beegle_data {
    margin-top: 48px;
    padding-block: 48px 40px;
  }
}
.p-beegle_data-top {
  position: relative;
  margin-top: min(3.2310177706vw, 40px);
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-beegle_data-top {
    margin-top: 40px;
  }
}
.p-beegle_data-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
  width: 48px;
  height: 64px;
  background-image: url("../img/beegle/icon-arrow-dubble.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-beegle_data-top h3 {
  margin-inline: auto;
  text-align: center;
  font-weight: 700;
}
.p-beegle_data-top h3 span {
  font-size: 32px;
  color: #0746BB;
}
@media screen and (max-width: 767px) {
  .p-beegle_data-top h3 span {
    font-size: 24px;
  }
}
.p-beegle_data-top h3 small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-beegle_data-top h3 small {
    font-size: 16px;
  }
}
.p-beegle_data-top .img-01 {
  margin-inline: auto;
  max-width: 687px;
}
.p-beegle_data-top .img-01 img {
  width: 100%;
  height: auto;
}
.p-beegle_data-top .img-02 {
  margin-top: 20px;
  margin-inline: auto;
  max-width: 687px;
}
.p-beegle_data-top .img-02 img {
  width: 100%;
  height: auto;
}
.p-beegle_data-middle {
  position: relative;
  margin-inline: auto;
  padding-bottom: 64px;
  width: 100%;
  max-width: 1200px;
}
.p-beegle_data-middle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
  width: 48px;
  height: 64px;
  background-image: url("../img/beegle/icon-arrow-dubble.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-beegle_data-middle h3 {
  margin-inline: auto;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
.p-beegle_data-middle h3 span {
  font-size: 32px;
  color: #0746BB;
}
@media screen and (max-width: 767px) {
  .p-beegle_data-middle h3 span {
    font-size: 24px;
  }
}
.p-beegle_data-middle h3 small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-beegle_data-middle h3 small {
    font-size: 20px;
  }
}
.p-beegle_data-middle h3 strong {
  background: linear-gradient(transparent 50%, #EBD82E 50%);
}
.p-beegle_data-middle .list {
  margin-top: min(2.5848142165vw, 32px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-beegle_data-middle .list {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.p-beegle_data-middle .list .item {
  display: flex;
  align-items: center;
  gap: min(1.9386106624vw, 24px);
  padding: min(1.9386106624vw, 24px);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #EEF8FF;
  box-shadow: 0px 0px 12px #EBEEF9;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-beegle_data-middle .list .item {
    gap: 24px;
    padding: 24px;
  }
}
.p-beegle_data-middle .list .item img {
  width: min(5.8158319871vw, 72px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-beegle_data-middle .list .item img {
    width: 48px;
  }
}
.p-beegle_data-middle .list .item p {
  font-size: min(1.6155088853vw, 20px);
  color: #0746BB;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-beegle_data-middle .list .item p {
    font-size: 16px;
  }
}
.p-beegle_data-bottom {
  margin-top: 6px;
  margin-inline: auto;
  width: 100%;
  max-width: 794px;
}
.p-beegle_data-bottom h3 {
  margin-inline: auto;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
.p-beegle_data-bottom h3 span {
  font-size: 32px;
  color: #0746BB;
}
@media screen and (max-width: 767px) {
  .p-beegle_data-bottom h3 span {
    font-size: 24px;
  }
}
.p-beegle_data-bottom h3 small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-beegle_data-bottom h3 small {
    font-size: 18px;
  }
}
.p-beegle_data-bottom h3 strong {
  background: linear-gradient(transparent 50%, #EBD82E 50%);
}
.p-beegle_data-bottom h3.mgt {
  margin-top: 16px;
}
.p-beegle_data-bottom h3.mgt span {
  font-size: 32px;
  color: #0746BB;
}
@media screen and (max-width: 767px) {
  .p-beegle_data-bottom h3.mgt span {
    font-size: 32px;
  }
}
.p-beegle_data-bottom h3.mgt small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-beegle_data-bottom h3.mgt small {
    font-size: 20px;
  }
}
.p-beegle_data-bottom .list {
  margin-top: min(1.2924071082vw, 16px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-beegle_data-bottom .list {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.p-beegle_data-bottom .list .item {
  display: flex;
  align-items: center;
  gap: min(1.2924071082vw, 16px);
  padding: min(1.2924071082vw, 16px);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #EEF8FF;
  box-shadow: 0px 0px 12px #EBEEF9;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-beegle_data-bottom .list .item {
    gap: 16px;
    padding: 16px;
  }
}
.p-beegle_data-bottom .list .item img {
  width: min(2.5848142165vw, 32px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-beegle_data-bottom .list .item img {
    width: 32px;
  }
}
.p-beegle_data-bottom .list .item p {
  font-size: min(1.2924071082vw, 16px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-beegle_data-bottom .list .item p {
    font-size: 16px;
  }
}
.p-beegle_movie {
  margin-top: min(4.8465266559vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-beegle_movie {
    margin-top: 40px;
  }
}
.p-beegle_movie-movie {
  margin-top: min(2.5848142165vw, 32px);
  position: relative;
  margin-inline: auto;
  padding-top: 56.25%;
  max-width: 927px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-beegle_movie-movie {
    margin-top: 32px;
    border-radius: 8px;
  }
}
.p-beegle_movie-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-beegle_cases {
  margin-top: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-beegle_cases {
    margin-top: 68px;
  }
}
.p-beegle_cases-list {
  margin-top: min(2.5848142165vw, 32px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.6155088853vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-beegle_cases-list {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-beegle_cases-item {
  padding: min(1.9386106624vw, 24px);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  border-radius: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-beegle_cases-item {
    padding: 24px;
    border-radius: 8px;
  }
}
.p-beegle_cases-item img {
  width: 100%;
  height: auto;
}
.p-beegle_cases-item h3 {
  margin-top: min(1.9386106624vw, 24px);
  font-size: min(1.9386106624vw, 24px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-beegle_cases-item h3 {
    margin-top: 16px;
    font-size: 20px;
  }
}
.p-beegle_cases-item p {
  margin-top: min(0.9693053312vw, 12px);
  font-size: min(1.2924071082vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-beegle_cases-item p {
    margin-top: 8px;
    font-size: 14px;
  }
}
.p-beegle_benefits {
  margin-top: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-beegle_benefits {
    margin-top: 88px;
  }
}
@media screen and (max-width: 767px) {
  .p-beegle_benefits-container {
    width: 100%;
    overflow-x: auto;
  }
}
.p-beegle_benefits-list {
  margin-top: min(3.2310177706vw, 40px);
  display: flex;
  flex-direction: column;
  gap: min(1.7770597738vw, 22px);
}
@media screen and (max-width: 767px) {
  .p-beegle_benefits-list {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 820px;
  }
}
.p-beegle_benefits-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  padding-block: min(3.2310177706vw, 40px);
  padding-inline: min(4.8465266559vw, 120px);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #EBF9F9;
  box-shadow: 0px 0px 12px #EBF9F9;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-beegle_benefits-item {
    padding-block: 24px;
    padding-inline: 16px;
    flex-direction: column;
  }
}
.p-beegle_benefits-item .container {
  flex: 1 1 auto;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .p-beegle_benefits-item .container {
    width: 100%;
  }
}
.p-beegle_benefits-item .img {
  width: 100%;
  width: min(32.310177706vw, 307px);
}
@media screen and (max-width: 767px) {
  .p-beegle_benefits-item .img {
    width: 100%;
  }
}
.p-beegle_benefits-item .img img {
  width: 100%;
  height: auto;
}
.p-beegle_benefits-item .head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-beegle_benefits-item .head small {
  font-size: 13px;
  color: #999999;
  font-weight: 600;
}
.p-beegle_benefits-item .head span {
  font-size: 18px;
  font-weight: 700;
}
.p-beegle_benefits-item .tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-beegle_benefits-item .tags {
    margin-top: 16px;
  }
}
.p-beegle_benefits-item .tags span {
  padding-block: min(0.6462035541vw, 8px);
  padding-inline: min(0.9693053312vw, 12px);
  width: fit-content;
  font-size: 14px;
  line-height: 1.2;
  color: #053B9E;
  background-color: #EEF8FF;
  border-width: 1px;
  border-style: solid;
  border-color: #81A3F2;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .p-beegle_benefits-item .tags span {
    padding-block: 8px;
    padding-inline: 12px;
    font-size: 12px;
  }
}
.p-beegle_benefits-item .box {
  margin-top: 20px;
  padding: 16px;
  background-color: #F8F8F8;
}
.p-beegle_benefits-item .box h4 {
  font-size: 14px;
  font-weight: 700;
}
.p-beegle_benefits-item .box p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-beegle_benefits-item .box p {
    font-size: 12px;
  }
}
.p-beegle_compare {
  margin-top: min(9.6930533118vw, 120px);
  padding-bottom: min(9.6930533118vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-beegle_compare {
    margin-top: 56px;
    padding-bottom: 40px;
  }
}
.p-beegle_compare-table {
  margin-top: min(2.5848142165vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-beegle_compare-table {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-beegle_compare-inner {
    width: 100%;
    height: auto;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 24px;
    cursor: grab;
  }
  .p-beegle_compare-inner::-webkit-scrollbar {
    height: 8px;
  }
  .p-beegle_compare-inner::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 24px;
  }
}
.p-beegle_compare-inner table {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: initial;
  border: 0;
}
@media screen and (max-width: 767px) {
  .p-beegle_compare-inner table {
    width: 877px;
  }
}
.p-beegle_compare-inner table::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: calc(26% - 3px);
  height: calc(100% - 3px);
  border-width: 3px;
  border-style: solid;
  border-color: #0746BB;
  border-radius: 8px;
}
@media screen and (max-width: 1440px) {
  .p-beegle_compare-inner table::before {
    width: calc(26% - 3px);
  }
}
@media screen and (max-width: 767px) {
  .p-beegle_compare-inner table::before {
    width: 232px;
  }
}
.p-beegle_compare-inner table thead th:first-child {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .p-beegle_compare-inner table thead th:first-child {
    width: 172px;
  }
}
.p-beegle_compare-inner table thead th:not(:first-child) {
  width: 26%;
  background-color: #aaaaaa;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 767px) {
  .p-beegle_compare-inner table thead th:not(:first-child) {
    width: 235px;
  }
}
.p-beegle_compare-inner table thead th:not(:first-child).blue {
  background-color: #EEF8FF;
}
.p-beegle_compare-inner table thead th:not(:first-child) div {
  display: grid;
  place-content: center;
  padding-top: 3px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .p-beegle_compare-inner table thead th:not(:first-child) div {
    height: 76px;
  }
}
.p-beegle_compare-inner table thead th:not(:first-child) span {
  position: relative;
  display: block;
  width: fit-content;
  font-size: min(1.4539579968vw, 18px);
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-beegle_compare-inner table thead th:not(:first-child) span {
    font-size: 16px;
  }
}
.p-beegle_compare-inner table thead th:not(:first-child) span.blue {
  position: relative;
  padding-left: 44px;
  color: #0746BB;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-beegle_compare-inner table thead th:not(:first-child) span.blue {
    padding-left: 28px;
  }
}
.p-beegle_compare-inner table thead th:not(:first-child) span.blue::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  z-index: 10;
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  background-image: url("../img/beegle/icon-check-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-beegle_compare-inner table thead th:not(:first-child) span.blue::before {
    width: 23px;
    height: 23px;
  }
}
.p-beegle_compare-inner table tbody tr:first-child th {
  border-radius: 8px 0 0 0;
}
.p-beegle_compare-inner table tbody tr:last-child th {
  border-radius: 0 0 0 8px;
  border: 0;
}
.p-beegle_compare-inner table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.p-beegle_compare-inner table tbody th {
  padding: min(1.6155088853vw, 24px);
  height: 75px;
  font-size: min(1.5vw, 18px);
  color: #fff;
  text-align: left;
  line-height: 1.2;
  background-color: #0746BB;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-beegle_compare-inner table tbody th {
    padding-block: 16px;
    padding-inline: 16px;
    font-size: 14px;
  }
}
.p-beegle_compare-inner table tbody th small {
  font-size: min(1.15vw, 14px);
}
@media screen and (max-width: 767px) {
  .p-beegle_compare-inner table tbody th small {
    font-size: 10px;
  }
}
.p-beegle_compare-inner table tbody td {
  padding-block: min(1.2924071082vw, 16px);
  padding-inline: min(1.4539579968vw, 18px);
  font-size: min(1.5vw, 18px);
  text-align: center;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-beegle_compare-inner table tbody td {
    padding-block: 16px;
    padding-inline: 12px;
    font-size: 16px;
  }
}
.p-beegle_compare-inner table tbody td:not(:last-child) {
  background-color: #F8F8F8;
}
.p-beegle_compare-inner table tbody td small {
  font-size: min(1.15vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-beegle_compare-inner table tbody td small {
    font-size: 12px;
  }
}
.p-beegle_compare-inner table tbody td img {
  display: inline;
  width: 24px;
  height: auto;
}
.u-mgt-10 {
  margin-top: 10px !important;
}

.u-mgt-20 {
  margin-top: 20px !important;
}

.u-mgt-30 {
  margin-top: 30px !important;
}

.u-mgt-40 {
  margin-top: 40px !important;
}

.u-mgt-50 {
  margin-top: 50px !important;
}

.u-mgt-60 {
  margin-top: 60px !important;
}

.u-mgt-70 {
  margin-top: 70px !important;
}

.u-mgt-80 {
  margin-top: 80px !important;
}

.u-mgt-90 {
  margin-top: 90px !important;
}

.u-mgt-100 {
  margin-top: 100px !important;
}

.u-mgt-110 {
  margin-top: 110px !important;
}

.u-mgt-120 {
  margin-top: 120px !important;
}

.u-mgt-130 {
  margin-top: 130px !important;
}

.u-mgt-140 {
  margin-top: 140px !important;
}

.u-mgt-150 {
  margin-top: 150px !important;
}

.u-mgt-160 {
  margin-top: 160px !important;
}

.u-mgt-170 {
  margin-top: 170px !important;
}

.u-mgt-180 {
  margin-top: 180px !important;
}

.u-mgt-190 {
  margin-top: 190px !important;
}

.u-mgt-200 {
  margin-top: 200px !important;
}

/* ---------- sp/tab Show Hide ----------*/
@media screen and (min-width: 1024px) {
  .u-tab-show {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .u-tab-hide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sp-show {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}

.u-unClick {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

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