@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

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

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

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #5b5b5b;
  overflow-x: hidden;
}

main {
  overflow: hidden;
  position: relative;
}
main::after {
  position: absolute;
  content: "";
  background-color: #f3f3f3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

img {
  vertical-align: bottom;
}

p, li, a {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  p, li, a {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1.2s, -webkit-transform 0.8s;
  transition: opacity 1.2s, -webkit-transform 0.8s;
  transition: opacity 1.2s, transform 0.8s;
  transition: opacity 1.2s, transform 0.8s, -webkit-transform 0.8s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-header {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 114px;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 84px;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 90px 0 100px;
}
@media screen and (max-width: 1440px) {
  .l-header__inner {
    padding: 0 20px 0 20px;
  }
}
.l-header__logo {
  width: 130px;
}
@media screen and (max-width: 1280px) {
  .l-header__logo {
    width: 97px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .l-header__contents {
    position: fixed;
    right: -254px;
    top: 0;
    background-color: #83b0c4;
    width: 240px;
    height: 630px;
    border-radius: 0 0 0 50px;
    padding: 172px 0 0 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__contents.active {
    right: 0;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
}
@media screen and (max-width: 1280px) {
  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 9px;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__nav a {
    color: #fff;
    font-size: 14px;
  }
}
.l-header__nav a.sp-only {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-header__nav a.sp-only {
    display: block;
  }
}
.l-header__nav a.-current {
  position: relative;
}
.l-header__nav a.-current::after {
  position: absolute;
  content: "";
  background-color: #5894ad;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1px;
  width: 60px;
  height: 2px;
}
@media screen and (max-width: 1280px) {
  .l-header__nav a.-current::after {
    position: unset;
    content: none;
  }
}
.l-header__nav > a:hover {
  position: relative;
  opacity: 1;
}
.l-header__nav > a:hover::after {
  position: absolute;
  content: "";
  background-color: #5894ad;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1px;
  width: 60px;
  height: 2px;
}
@media screen and (max-width: 1280px) {
  .l-header__nav > a:hover::after {
    position: unset;
    content: none;
  }
}
.l-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1280px) {
  .l-header__buttons {
    display: none;
  }
}
.l-header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  background-size: cover;
  background-position: top;
  border-radius: 50px;
}
.l-header__button.-application {
  background-image: url(../images/cta1.png);
  margin-left: -3px;
}
.l-header__button.-application p {
  color: #fff;
}
.l-header__button.-participation {
  background-image: url(../images/cta2.png);
  border: 2px solid #5894ad;
  color: #5b5b5b;
  margin-left: 20px;
}
.l-header__button.-line {
  background-image: url(../images/linebutton.png);
  width: 230px;
  margin-left: 32px;
}
.l-header__button.-line p {
  color: #fff;
  padding-left: 32px;
}
.l-header__button p {
  font-size: 16px;
}
.l-header__x {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-header__x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11px;
    margin-top: 36px;
  }
  .l-header__x img {
    width: 30px;
    height: auto;
  }
  .l-header__x p {
    padding-bottom: 6px;
  }
}

.l-footer {
  background-color: #5b5b5b;
  color: #fff;
  padding: 42px 0 20px;
}
.l-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__logo {
  width: 150px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 120px;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 49px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
    margin-top: 40px;
  }
}
.l-footer__nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav > div {
    gap: 9px;
  }
}
.l-footer__nav a {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav a {
    font-size: 14px;
  }
}
.l-footer__x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 6px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__x {
    margin-top: 43px;
    margin-left: 1px;
  }
}
.l-footer__x img {
  width: 45px;
  height: auto;
}
.l-footer__x p {
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .l-footer__x p {
    padding-bottom: 3px;
    font-size: 16px;
  }
}
.l-footer__text {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .l-footer__text {
    margin-top: 22px;
    margin-left: 2px;
  }
}
.l-footer__copy {
  text-align: center;
  display: block;
  font-size: 12px;
  margin-top: 40px;
}

.c-burger {
  display: none;
}
@media screen and (max-width: 1280px) {
  .c-burger {
    display: block;
    position: fixed;
    right: 0px;
    top: -12px;
    position: relative;
    width: 40px;
    height: 20px;
    cursor: pointer;
  }
  .c-burger__border {
    background-color: #5894ad;
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-burger__border--top {
    top: 0;
  }
  .c-burger__border--mid {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-burger__border--bottom {
    bottom: 0;
  }
  .c-burger.active .c-burger__border {
    background-color: #fff;
  }
  .c-burger.active .c-burger__border--top {
    rotate: 30deg;
    top: 10px;
  }
  .c-burger.active .c-burger__border--mid {
    opacity: 0;
  }
  .c-burger.active .c-burger__border--bottom {
    rotate: -30deg;
    bottom: 8px;
  }
}

.c-marker {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-marker::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
}
.c-marker.-color1::after {
  background-color: #425960;
}
.c-marker.-color2::after {
  background-color: #c38a8a;
}
.c-marker.-color3::after {
  background-color: #fffac1;
}
.c-marker.is-inview::after {
  width: 100%;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  background-image: url(../images/button.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 260px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  -webkit-box-shadow: 3.857px 4.598px 7px rgba(0, 0, 0, .11);
          box-shadow: 3.857px 4.598px 7px rgba(0, 0, 0, .11);
}
@media screen and (max-width: 768px) {
  .c-button {
    width: 220px;
    height: 40px;
    background-size: cover;
  }
}

.c-cta {
  background-image: url(../images/cta-bg.png);
  margin: 0 calc(50% - 50vw);
  padding: 76px calc(50vw - 50%) 84px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 50px calc(50vw - 50%) 50px;
  }
}
.c-cta__inner {
  background: #fff;
  border-radius: 30px;
  border: #6babc6 4px solid;
  padding: 45px 10px 48px;
}
@media screen and (max-width: 768px) {
  .c-cta__inner {
    border: #6babc6 2px solid;
    border-radius: 20px;
    padding: 25px 20px 28px;
  }
}
.c-cta__title {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .c-cta__title {
    font-size: 20px;
  }
}
.c-cta__title::after {
  position: absolute;
  content: "";
  background: #5894ad;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 4px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .c-cta__title::after {
    width: 40px;
    height: 2px;
  }
}
.c-cta__text {
  text-align: center;
  margin-top: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-cta__text {
    text-align: left;
    margin-top: 12px;
    line-height: 1.7;
  }
}
.c-cta__buttonwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .c-cta__buttonwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.c-cta__button {
  width: 300px;
  height: 60px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-cta__button {
    width: 240px;
    height: 40px;
  }
}
.c-cta__button.-application {
  background-image: url(../images/cta1.png);
}
.c-cta__button.-participation {
  background-image: url(../images/cta2.png);
  border: 2px solid #5894ad;
  color: #5b5b5b;
}
.c-cta__button p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .c-cta__button p {
    font-size: 16px;
  }
}

.c-floating {
  position: fixed;
  right: 156px;
  bottom: 43px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-floating.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .c-floating {
    bottom: 18px;
    right: 20px;
  }
}

.c-bread {
  font-size: 14px;
  padding-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .c-bread {
    font-size: 12px;
    padding-left: unset;
    margin-left: -4px;
  }
}
.c-bread a {
  position: relative;
  padding-bottom: 1px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-bread a {
    font-size: 12px;
  }
}
.c-bread a::after {
  position: absolute;
  content: "";
  background: #5894ad;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .c-bread a::after {
    height: 1px;
  }
}

.c-pageheader {
  margin: -12px calc(50% - 50vw) 42px;
  padding: 0 calc(50vw - 50%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-pageheader {
    margin: -7px calc(50% - 50vw) 9px;
  }
}
.c-pageheader::after {
  position: absolute;
  content: "";
  background: #e6e6e6;
  right: 0;
  top: -100px;
  height: 220px;
  width: calc(100% - 520px);
}
@media screen and (max-width: 768px) {
  .c-pageheader::after {
    height: 70px;
    width: calc(100% - 120px);
    height: 100px;
    top: -75px;
  }
}
.c-pageheader.-single::after {
  border-radius: 0 0 0 50px;
  top: -145px;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .c-pageheader.-single::after {
    height: 100px;
    top: -84px;
  }
}
.c-pageheader__title {
  font-size: 40px;
  font-family: "Zen Old Mincho", serif;
  text-shadow: 2px 2px 20px #fff, 2px 2px 20px #fff, 2px 2px 20px #fff;
  background-image: url(../images/pageheader-pc.png);
  background-size: cover;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 calc(76.5% - 50vw) 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 76.5%) 0 calc(50vw - 50%);
  border-radius: 0 50px 50px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-pageheader__title {
    font-size: 20px;
    height: 100px;
    border-radius: 0 20px 20px 0;
    margin: 0 0 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 76.5%) 0 calc(50vw - 50%);
  }
}

.c-table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.c-table tbody {
  width: 100%;
}
.c-table th {
  border-bottom: #83b0c4 1px solid;
  font-size: 16px;
  font-weight: 500;
  width: 220px;
  padding: 27px 10px 28px;
}
@media screen and (max-width: 768px) {
  .c-table th {
    font-size: 14px;
    line-height: 1.7;
    width: 105px;
    padding: 15px 0px 15px 0px;
  }
}
.c-table td {
  border-bottom: #878787 1px solid;
  font-size: 16px;
  width: calc(100% - 220px);
  padding: 27px 10px 28px 37px;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-table td {
    width: calc(100% - 105px);
    padding: 14px 0px 14px 10px;
    line-height: 1.8;
    font-size: 14px;
  }
}
.c-table td::after {
  position: absolute;
  content: "";
  background: #f3f3f3;
  left: 0;
  bottom: -2px;
  width: 15px;
  height: 2px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-table td::after {
    width: 5px;
  }
}
.c-table td li {
  line-height: 2.1875;
}
@media screen and (max-width: 768px) {
  .c-table td li {
    position: relative;
    line-height: 1;
    padding-left: 8px;
  }
  .c-table td li:nth-of-type(3) {
    line-height: 1.9;
  }
  .c-table td li:nth-of-type(3)::after {
    top: 12px;
  }
  .c-table td li + li {
    margin-top: 20px;
  }
  .c-table td li::after {
    position: absolute;
    content: "";
    background-color: #5b5b5b;
    left: 0;
    top: 6px;
    border-radius: 50px;
    width: 3px;
    height: 3px;
  }
}

.c-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 90px 0 0 0;
}
.c-pagenation .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.c-pagenation .wp-pagenavi a, .c-pagenation .wp-pagenavi span {
  font-size: 20px;
  font-weight: 500;
  border: unset;
  padding: unset;
  margin: unset;
}
.c-pagenation .wp-pagenavi span.current {
  font-weight: 500;
  color: #5894AD;
}
.c-pagenation .wp-pagenavi a.nextpostslink {
  content: "";
  background-image: url(../images/top-button.png);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 90deg;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 0 0 12px;
  padding: unset;
}
.c-pagenation .wp-pagenavi a.previouspostslink {
  content: "";
  background-image: url(../images/top-button.png);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: -90deg;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 0 0 12px;
  padding: unset;
}

.p-top {
  background-color: #f3f3f3;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-top {
    padding-bottom: 100px;
  }
}
.p-top__title {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .p-top__title {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
}
.p-top__title::after {
  position: absolute;
  content: "";
  background: #5894ad;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 4px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .p-top__title::after {
    width: 40px;
    height: 2px;
  }
}
.p-top__title.-white {
  color: #fff;
}
.p-top__title.-white::after {
  background: #fff;
}
.p-top__title .-dot {
  position: relative;
}
.p-top__title .-dot::after {
  position: absolute;
  content: "";
  background-color: #5b5b5b;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -8px;
  border-radius: 50px;
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 768px) {
  .p-top__title .-dot::after {
    top: -3px;
    width: 3px;
    height: 3px;
  }
}
.p-top-bg1 {
  background-image: url(../images/top/mv-bg.png);
  background-size: cover;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .p-top-bg1 {
    padding-bottom: 80px;
  }
}
.p-top-bg2 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 0 calc(50vw - 50%) 148px;
  background-image: url(../images/top/rich-bg.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-top-bg2 {
    background-image: url(../images/top/rich-bg-sp.png);
    padding: 0 calc(50vw - 50%) 98px;
  }
}
.p-top-bg3 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 233px calc(50vw - 50%) 0;
  background-image: url(../images/top/thought-bg.png);
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .p-top-bg3 {
    background-image: url(../images/top/thought-bg-sp.png);
    padding: 114px calc(50vw - 50%) 0;
  }
}
.p-top-mv {
  position: relative;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    padding-top: unset;
  }
}
.p-top-mv::after {
  position: absolute;
  content: "";
  background: #c9cbcc;
  width: 72.9%;
  height: 77.7%;
  right: 0;
  top: 0;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .p-top-mv::after {
    position: unset;
    content: none;
    width: 75%;
    height: 80%;
  }
}
.p-top-mv__thumb {
  display: block;
  width: 83.4%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-mv__thumb {
    width: 100%;
  }
}
.p-top-mv__thumb img {
  width: 100%;
  height: auto;
}
.p-top-mv__contents {
  position: absolute;
  left: 50%;
  top: 45.5%;
  z-index: 2;
}
@media (max-width: 1620px) {
  .p-top-mv__contents {
    left: unset;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__contents {
    position: absolute;
    width: 100%;
    height: 100%;
    left: unset;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-top-mv__lead {
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-top-mv__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 28px;
    height: 100vh;
    max-height: 666px;
  }
}
.p-top-mv__lead .-sm {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  display: block;
  text-shadow: 0 0 43px rgb(255, 255, 255), 0 0 14px rgb(255, 255, 255);
}
@media (max-width: 1620px) {
  .p-top-mv__lead .-sm {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__lead .-sm {
    font-size: 26px;
    font-weight: 400;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-shadow: 0 0 8px rgba(255, 255, 255, .64);
    text-align: center;
    margin-top: 68px;
  }
  .p-top-mv__lead .-sm span {
    display: none;
  }
}
.p-top-mv__lead .-lg {
  font-size: 65px;
  line-height: 1;
  display: block;
  text-shadow: 2px 2px 20px #fff, 2px 2px 20px #fff, 2px 2px 20px #fff;
  margin-top: 29px;
  padding-left: 26px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 312px;
}
@media (max-width: 1620px) {
  .p-top-mv__lead .-lg {
    font-size: 45px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__lead .-lg {
    font-size: 40px;
    font-weight: 400;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-right: 12px;
    padding-left: unset;
    text-shadow: 2px 2px 20px #fff, 2px 2px 20px #fff, 2px 2px 20px #fff;
    text-align: center;
    margin-top: 80px;
    margin-top: 268px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-top-mv__lead .-lg::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/mv-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 322px;
  height: 84px;
  right: 0;
  top: -10px;
}
@media (max-width: 1620px) {
  .p-top-mv__lead .-lg::after {
    width: 280px;
    height: 50px;
    right: 40px;
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__lead .-lg::after {
    background-image: url(../images/top/mv-line-sp.png);
    width: 85px;
    height: 130px;
    top: unset;
    bottom: -104px;
    right: -10px;
  }
}
.p-top-mv__buttonwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 80px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__buttonwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
    margin-left: unset;
    margin-top: 22px;
  }
}
.p-top-mv__button {
  width: 300px;
  height: 60px;
  background-size: cover;
}
.p-top-mv__button.-application {
  background-image: url(../images/cta1.png);
}
.p-top-mv__button.-participation {
  background-image: url(../images/cta2.png);
  border: 2px solid #5894ad;
  color: #5b5b5b;
}
@media screen and (max-width: 768px) {
  .p-top-mv__button.-participation {
    margin-bottom: -6px;
  }
}
.p-top-mv__button p {
  font-size: 20px;
}
.p-top-about {
  background-image: url(../images/top/about-bg.png);
  padding: 62px 20px 74px;
  margin-top: 130px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 5px rgba(6, 0, 1, .08);
          box-shadow: 0 0 5px rgba(6, 0, 1, .08);
}
@media screen and (max-width: 768px) {
  .p-top-about {
    border-radius: 20px;
    margin-top: 85px;
    padding: 33px 9px 44px;
  }
}
.p-top-about__entitle {
  margin: 0 auto -43px;
  max-width: 576px;
}
@media screen and (max-width: 768px) {
  .p-top-about__entitle {
    margin: 0 auto -12px;
    max-width: 289px;
  }
}
.p-top-about__entitle img {
  width: 100%;
  height: auto;
}
.p-top-about__text1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-about__text1 {
    text-align: left;
  }
}
.p-top-about__text2 {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-about__text2 {
    text-align: left;
    margin-top: 20px;
  }
}
.p-top-about__text2 span {
  color: #5894ad;
}
.p-top-about__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-about__list {
    margin: 19px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
  }
}
.p-top-about__list li {
  position: relative;
  padding-left: 41px;
}
@media screen and (max-width: 768px) {
  .p-top-about__list li {
    padding-left: 30px;
  }
}
.p-top-about__list li::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/icon_check.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 8px;
  top: 6px;
  width: 24px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .p-top-about__list li::after {
    width: 20px;
    height: 16px;
    left: 2px;
    top: 6px;
  }
}
.p-top-worries {
  background-image: url(../images/top/worries-bg.png);
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 94px calc(50vw - 50%) 120px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top-worries {
    padding: 80px calc(50vw - 50%) 96px;
  }
  .p-top-worries__sec1 {
    max-width: 335px;
    margin: 0 auto;
  }
}
.p-top-worries__thumb1 {
  display: block;
  max-width: 902px;
  width: 100%;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-worries__thumb1 {
    max-width: 145px;
    margin: 30px auto 20px;
  }
}
.p-top-worries__thumb1 img {
  width: 100%;
  height: auto;
}
.p-top-worries__cloud {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-worries__cloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url(../images/top/worries2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 289px;
    height: 93px;
  }
  .p-top-worries__cloud span {
    color: #5894ad;
  }
  .p-top-worries__cloud + .p-top-worries__cloud {
    margin-top: 17px;
  }
  .p-top-worries__cloud:nth-of-type(even) {
    margin-left: auto;
  }
  .p-top-worries__cloud:nth-of-type(2) {
    width: 280px;
  }
  .p-top-worries__cloud:nth-of-type(3) {
    width: 280px;
  }
  .p-top-worries__cloud:nth-of-type(4) {
    width: 280px;
  }
}
.p-top-worries__arrow {
  margin: 48px auto 53px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-worries__arrow {
    width: 30px;
    margin: 50px auto 50px;
  }
}
.p-top-worries__arrow img {
  width: 100%;
  height: auto;
}
.p-top-worries__lead {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top-worries__lead {
    font-size: 18px;
    line-height: 1.6666666667;
    gap: 5px;
    width: 375px;
    margin: 0 auto;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.p-top-worries__lead span {
  display: block;
  padding: 0px 17px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-top-worries__lead span {
    line-height: 1.4;
    padding: 0px 7px;
  }
}
.p-top-worries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px;
  margin: 52px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top-worries__list {
    gap: 20px;
    margin: 52px auto 54px;
  }
}
.p-top-worries__item {
  width: 225px;
  height: 206px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/top/worries3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-worries__item {
    width: 190px;
    height: 177px;
  }
}
.p-top-worries__item::after {
  position: absolute;
  background-image: url(../images/top/mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  left: 1px;
  top: 34px;
  width: 30px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .p-top-worries__item::after {
    top: 28px;
    width: 24px;
    height: 18px;
  }
}
.p-top-worries__item p {
  text-align: center;
  margin-top: -1px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top-worries__item p {
    margin-top: -4px;
    line-height: 1.75;
  }
}
.p-top-worries__item p span {
  color: #5894ad;
}
.p-top-worries__thumb {
  max-width: 900px;
  margin: 54px auto 0px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-worries__thumb {
    margin: 50px auto 0;
  }
}
.p-top-worries__thumb img {
  width: 100%;
  height: auto;
}
.p-top-worries__textwrap1 {
  position: relative;
  margin-top: 44px;
  margin-bottom: -5px;
}
@media screen and (max-width: 768px) {
  .p-top-worries__textwrap1 .p-top-worries__text {
    display: none;
  }
}
.p-top-worries__textwrap1::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/worries4.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 132px;
  bottom: -42px;
  width: 133px;
  height: 209px;
}
@media (max-width: 1000px) {
  .p-top-worries__textwrap1::after {
    width: 90px;
    height: 132px;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__textwrap1::after {
    right: 23px;
    bottom: -26px;
  }
}
.p-top-worries__textwrap2 {
  position: relative;
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .p-top-worries__textwrap2 {
    margin-top: 26px;
  }
}
.p-top-worries__textwrap2::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/worries6.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 104px;
  bottom: -189px;
  width: 218px;
  height: 255px;
}
@media (max-width: 1000px) {
  .p-top-worries__textwrap2::after {
    width: 126px;
    height: 147px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-worries__textwrap2::after {
    left: 3px;
    bottom: -163px;
  }
}
.p-top-worries__text {
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-top-worries__text {
    text-align: left;
    line-height: 1.7;
  }
}
.p-top-worries__text + .p-top-worries__text {
  margin-top: 21px;
}
.p-top-worries__text .-color {
  color: #a35959;
}
@media screen and (max-width: 768px) {
  .p-top-worries__text .-color {
    color: #5b5b5b;
  }
}
.p-top-mind {
  background-image: url(../images/top/mind-bg-pc.png);
  background-size: cover;
  margin: 150px calc(50% - 50vw) 0 calc(68.4% - 50vw);
  padding: 95px calc(50vw - 50%) 100px calc(50vw - 68.4%);
  position: relative;
  border-radius: 100px 0 0 100px;
  z-index: 1;
}
@media (max-width: 1700px) {
  .p-top-mind {
    margin: 150px calc(50% - 50vw) 0 calc(60% - 50vw);
    padding: 95px calc(50vw - 50%) 100px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mind {
    margin: 103px calc(50% - 50vw) 0 calc(50% - 50vw);
    padding: 49px 0 50px 54px;
    background-image: url(../images/top/mind-bg-sp.png);
    border-radius: 60px 0 0 60px;
  }
  .p-top-mind .p-top__title {
    text-align: left;
  }
}
.p-top-mind__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 27px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-mind__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
}
.p-top-mind__item {
  background-color: #fff;
  border-radius: 30px;
  width: 230px;
  height: 150px;
  padding: 22px 28px;
}
@media screen and (max-width: 768px) {
  .p-top-mind__item {
    width: 100%;
    border-radius: 20px 0 0 20px;
    height: 91px;
    padding: 16px 19px;
  }
}
.p-top-mind__title {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top-mind__title {
    font-size: 18px;
    gap: 15px;
  }
}
.p-top-mind__title span {
  color: #5894ad;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  padding-top: 2px;
}
@media screen and (max-width: 768px) {
  .p-top-mind__title span {
    font-size: 30px;
  }
}
.p-top-mind__text {
  margin-top: 3px;
  margin-left: 3px;
}
.p-top-example {
  margin: -270px calc(50% - 50vw) 0;
  padding: 418px calc(50vw - 50%) 100px;
  width: 100vw;
  position: relative;
}
.p-top-example::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/example-bg.png);
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-example::after {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/top/example-bg-sp.png);
  }
}
@media screen and (max-width: 768px) {
  .p-top-example {
    padding: 350px calc(50vw - 50%) 50px;
  }
}
.p-top-example__lead {
  margin: 0 auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.8;
}
.p-top-example__lead span {
  color: #a35959;
}
.p-top-example__thumb {
  background: #fff;
  border-radius: 30px;
  margin: 42px auto 0;
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-example__thumb {
    padding: 10px 0;
    border-radius: 22px;
    margin: 22px auto 0;
  }
}
.p-top-example__thumb img {
  width: 100%;
  height: auto;
}
.p-top-example__thumb::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/illust04.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  bottom: -243px;
  width: 192px;
  height: 282px;
}
@media screen and (max-width: 768px) {
  .p-top-example__thumb::after {
    width: 90px;
    height: 133px;
    bottom: -95px;
    left: -25px;
  }
}
.p-top-example__thumb2 {
  background: #fff;
  border-radius: 30px;
  margin: 50px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .p-top-example__thumb2 {
    padding: 10px 0 4px;
    border-radius: 22px;
    margin: 50px auto 0;
  }
}
.p-top-example__thumb2 img {
  width: 100%;
  height: auto;
}
.p-top-example__text {
  font-size: 24px;
  line-height: 1.6666666667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin: 41px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top-example__text {
    font-size: 16px;
    line-height: 1.5;
    gap: 5px;
    margin: 21px auto 0;
    max-width: 375px;
    padding-left: 36px;
  }
}
.p-top-example__text span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-example__text .-nocolor {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .p-top-example__text .-nocolor {
    padding-left: 7px;
    margin-bottom: -2px;
  }
}
.p-top-example__text .-color1 {
  color: #fff;
  line-height: 1.4;
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  .p-top-example__text .-color1 {
    line-height: 1.1;
    padding: 1px 7px;
  }
}
.p-top-example__text2 {
  font-size: 24px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin: 50px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top-example__text2 {
    font-size: 16px;
    line-height: 1.2;
    margin: 30px auto 0;
    gap: 5px;
  }
}
.p-top-example__text2 span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-example__text2 .-color2 {
  color: #fff;
  padding: 0 14px;
}
@media screen and (max-width: 768px) {
  .p-top-example__text2 .-color2 {
    padding: 2px 6px;
  }
}
.p-top-example__arrow {
  margin: 50px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top-example__arrow {
    width: 30px;
  }
  .p-top-example__arrow img {
    width: 100%;
    height: auto;
  }
}
.p-top-eyecatch {
  margin: 0 calc(50% - 50vw);
  padding: 56px calc(50vw - 50%) 58px;
  width: 100vw;
  background-image: url(../images/top/eyecatch-pc.png);
}
@media screen and (max-width: 768px) {
  .p-top-eyecatch {
    padding: 29px calc(50vw - 50%) 33px;
    background-image: url(../images/top/eyecatch-sp.png);
    background-size: cover;
  }
}
.p-top-eyecatch p {
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 994px;
  position: relative;
  margin: 0 auto;
  padding: 33px 0px;
}
@media screen and (max-width: 768px) {
  .p-top-eyecatch p {
    font-size: 18px;
    line-height: 1.7777777778;
    padding: 29px 0px 24px;
  }
}
.p-top-eyecatch p::before, .p-top-eyecatch p::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/frame.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 99px;
  height: 99px;
}
@media screen and (max-width: 768px) {
  .p-top-eyecatch p::before, .p-top-eyecatch p::after {
    width: 51px;
    height: 51px;
  }
}
.p-top-eyecatch p::before {
  top: 0;
  left: 0;
}
.p-top-eyecatch p::after {
  right: -7px;
  bottom: -1px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 768px) {
  .p-top-eyecatch p::after {
    right: 0;
  }
}
.p-top-service {
  padding-top: 147px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding-top: 87px;
    padding-bottom: 100px;
  }
}
.p-top-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 73px;
  max-width: 1000px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-service__list {
    margin: 50px auto 0;
    gap: unset;
  }
}
.p-top-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
  }
  .p-top-service__item:nth-of-type(2) {
    margin-top: 66px;
  }
  .p-top-service__item:nth-of-type(3) {
    margin-top: 47px;
  }
  .p-top-service__item:nth-of-type(4) {
    margin-top: 71px;
  }
  .p-top-service__item:nth-of-type(5) {
    margin-top: 46px;
  }
}
.p-top-service__icon {
  position: relative;
  width: 116px;
}
@media screen and (max-width: 768px) {
  .p-top-service__icon {
    width: 100%;
  }
}
.p-top-service__icon::after {
  position: absolute;
  content: "";
  background: #5894ad;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-service__icon::after {
    position: unset;
    content: unset;
  }
}
.p-top-service__icon .-icon1 {
  width: 70px;
  margin: 17px 0 0 2px;
}
@media screen and (max-width: 768px) {
  .p-top-service__icon .-icon1 {
    width: 50px;
    margin: 0 auto;
  }
}
.p-top-service__icon .-icon2 {
  width: 60px;
  margin: 18px 0 0 7px;
}
@media screen and (max-width: 768px) {
  .p-top-service__icon .-icon2 {
    width: 47px;
    margin: 0 auto;
  }
}
.p-top-service__icon .-icon3 {
  width: 60px;
  margin: 20px 0 0 7px;
}
@media screen and (max-width: 768px) {
  .p-top-service__icon .-icon3 {
    width: 46px;
    margin: 0 auto;
  }
}
.p-top-service__icon .-icon4 {
  width: 48px;
  margin: 18px 0 0 13px;
}
@media screen and (max-width: 768px) {
  .p-top-service__icon .-icon4 {
    width: 37px;
    margin: 0 auto;
  }
}
.p-top-service__icon .-icon5 {
  width: 75px;
  margin: 22px 0 0 -1px;
}
@media screen and (max-width: 768px) {
  .p-top-service__icon .-icon5 {
    width: 50px;
    margin: 0 auto;
  }
}
.p-top-service__icon img {
  width: 100%;
  height: auto;
}
.p-top-service__contents {
  width: calc(100% - 114px);
  padding-left: 37px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-service__contents {
    width: 100%;
    padding-left: 10px;
    padding-top: unset;
    position: relative;
  }
  .p-top-service__contents::after {
    position: absolute;
    content: "";
    background: #5894ad;
    left: 0;
    top: -10px;
    width: 1px;
    height: calc(100% + 10px);
  }
}
.p-top-service__title {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top-service__title {
    font-size: 16px;
    gap: 18px;
  }
}
.p-top-service__text {
  margin-top: 4px;
  line-height: 1.78;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .p-top-service__text {
    line-height: 1.7;
  }
}
.p-top-service__number {
  color: #5894ad;
  position: relative;
}
.p-top-service__number span {
  display: block;
  font-family: "Poppins", sans-serif;
}
.p-top-service__number span:first-of-type {
  font-size: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -14px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-top-service__number span:first-of-type {
    font-size: 10px;
    top: -10px;
  }
}
.p-top-service__number span:last-of-type {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-service__number span:last-of-type {
    font-size: 42px;
  }
}
.p-top-service__ja {
  line-height: 1;
  padding-bottom: 7px;
}
.p-top-service__button {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-service__button {
    margin: 46px auto 0;
  }
}
.p-top-rich {
  padding-top: 145px;
}
@media screen and (max-width: 768px) {
  .p-top-rich {
    padding-top: 100px;
  }
  .p-top-rich .p-top__title {
    line-height: 1.1;
  }
}
.p-top-rich__lead {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-rich__lead {
    font-size: 14px;
    line-height: 1.7142857143;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top-rich__lead span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-rich__lead span + span {
  margin-top: 6px;
}
.p-top-rich__lead span.-pc {
  display: block;
}
@media (max-width: 417px) {
  .p-top-rich__lead span.-pc {
    display: none;
  }
}
.p-top-rich__lead span.-sp {
  display: none;
}
@media (max-width: 417px) {
  .p-top-rich__lead span.-sp {
    display: block;
  }
}
.p-top-rich__lead + .p-top-rich__lead {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-top-rich__lead + .p-top-rich__lead {
    margin-top: 24px;
  }
}
.p-top-rich__lead .c-marker {
  line-height: 1.2;
}
.p-top-price {
  margin-top: 145px;
  background-color: #f1f3f5;
  border: 4px solid #5894ad;
  border-radius: 30px;
  padding: 45px;
}
@media screen and (max-width: 768px) {
  .p-top-price {
    padding: 28px 15px 78px;
    margin-top: 100px;
    border: 2px solid #5894ad;
    border-radius: 20px;
    position: relative;
  }
  .p-top-price::after {
    position: absolute;
    content: "";
    background-image: url("../images/top/illust05.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: -11px;
    bottom: -30px;
    width: 160px;
    height: 123px;
  }
}
.p-top-price__head {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 1000px;
  height: 90px;
  margin: -20px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-price__head {
    margin: 30px auto 0;
    height: 50px;
    gap: 0;
  }
}
.p-top-price__head::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/illust05.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 40px;
  top: 3px;
  width: 194px;
  height: 150px;
}
@media (max-width: 1000px) {
  .p-top-price__head::after {
    width: 160px;
    height: 123px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-price__head::after {
    position: unset;
    content: none;
  }
}
.p-top-price__head figure {
  width: 43px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-price__head figure {
    width: 27px;
    margin-top: 5px;
  }
}
.p-top-price__head figure:first-of-type {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .p-top-price__head figure:first-of-type {
    margin-right: 10px;
  }
}
.p-top-price__head figure img {
  width: 100%;
  height: auto;
}
.p-top-price__head p {
  color: #a35959;
  font-size: 32px;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .p-top-price__head p {
    font-size: 22px;
    padding-left: unset;
  }
}
.p-top-price__head p::after {
  position: absolute;
  content: "";
  background-image: url("path/to/image.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 20px;
  background-color: #fffac1;
  z-index: -1;
}
.p-top-price__head p .-en {
  font-size: 40px;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-top-price__head p .-en {
    font-size: 28px;
  }
}
.p-top-price__head p .-sm {
  font-size: 24px;
  padding-left: 3px;
}
@media screen and (max-width: 768px) {
  .p-top-price__head p .-sm {
    font-size: 17px;
  }
}
.p-top-price__text {
  font-size: 24px;
  text-align: center;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .p-top-price__text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.p-top-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  max-width: 1000px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-price__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
.p-top-price__item {
  background: #fff;
  border-radius: 20px;
  width: 180px;
  height: 180px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-top-price__item {
    width: 260px;
  }
}
.p-top-price__item span {
  background-color: #5894ad;
  color: #fff;
  border-radius: 5px;
  width: 120px;
  height: 23px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .p-top-price__item span {
    top: -9px;
  }
}
.p-top-price__item figure img {
  width: 100%;
  height: auto;
}
.p-top-price__item p {
  text-align: center;
  line-height: 1.25;
  position: relative;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.p-top-price__item p::after {
  position: absolute;
  content: "";
  background: #e8e8e8;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 120px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .p-top-price__item p::after {
    width: 200px;
  }
}
.p-top-price__icon1 {
  width: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-price__icon1 {
    margin: 0px auto 8px;
  }
}
.p-top-price__icon2 {
  width: 60px;
  margin: 0 auto;
}
.p-top-price__icon3 {
  width: 60px;
  margin: 0 auto;
}
.p-top-price__icon4 {
  width: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-price__icon4 {
    margin: 0px auto 6px;
  }
}
.p-top-price__icon5 {
  width: 76px;
  margin: 0px auto -4px;
}
.p-top-flow {
  padding-top: 145px;
  padding-bottom: 148px;
}
@media screen and (max-width: 768px) {
  .p-top-flow {
    padding-top: 97px;
    padding-bottom: 98px;
  }
}
.p-top-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 130px;
  margin-top: 56px;
}
@media (max-width: 1000px) {
  .p-top-flow__list {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 61px;
  }
}
.p-top-flow__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item {
    width: 100%;
    position: relative;
  }
  .p-top-flow__item::after {
    position: absolute;
    content: "";
    background-color: #5894ad;
    left: 6px;
    top: -5px;
    height: 100%;
    width: 2px;
  }
  .p-top-flow__item:not(:first-of-type)::after {
    height: calc(100% + 61px);
    top: -66px;
  }
}
.p-top-flow__item:nth-of-type(1) .p-top-flow__title {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item:nth-of-type(1) .p-top-flow__title {
    padding-left: 26px;
  }
}
.p-top-flow__item:nth-of-type(1) .p-top-flow__text {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item:nth-of-type(1) .p-top-flow__text {
    padding-left: 28px;
  }
}
.p-top-flow__item:nth-of-type(2) .p-top-flow__title {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item:nth-of-type(2) .p-top-flow__title {
    padding-left: 26px;
  }
}
.p-top-flow__item:nth-of-type(2) .p-top-flow__text {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item:nth-of-type(2) .p-top-flow__text {
    padding-left: 28px;
  }
}
.p-top-flow__item:nth-of-type(3) .p-top-flow__title {
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item:nth-of-type(3) .p-top-flow__title {
    padding-left: 26px;
    margin-left: unset;
  }
}
.p-top-flow__item:nth-of-type(3) .p-top-flow__text {
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item:nth-of-type(3) .p-top-flow__text {
    padding-left: 28px;
    margin-left: unset;
  }
}
.p-top-flow__item:last-of-type .p-top-flow__title::after {
  width: 100%;
}
.p-top-flow__title {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__title {
    font-size: 18px;
    gap: 20px;
  }
}
.p-top-flow__title::after {
  position: absolute;
  content: "";
  background-color: #5894ad;
  width: calc(100% + 130px);
  left: 0;
  bottom: 0;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__title::after {
    position: unset;
    content: none;
  }
}
.p-top-flow__title::before {
  position: absolute;
  content: "";
  background-color: #5894ad;
  width: 16px;
  height: 16px;
  bottom: -8px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__title::before {
    width: 12px;
    height: 12px;
    bottom: 25px;
    left: 1px;
  }
}
.p-top-flow__number {
  color: #5894ad;
  position: relative;
}
.p-top-flow__number span {
  display: block;
  font-family: "Poppins", sans-serif;
}
.p-top-flow__number span:first-of-type {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: -10px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-top-flow__number span:first-of-type {
    font-size: 12px;
  }
}
.p-top-flow__number span:last-of-type {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__number span:last-of-type {
    font-size: 30px;
  }
}
.p-top-flow__text {
  margin-top: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top-flow__text {
    margin-top: -5px;
    line-height: 1.7;
  }
}
.p-top-flow__small {
  font-size: 14px;
  line-height: 1.2857142857;
  display: block;
  margin-top: 35px;
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__small {
    font-size: 12px;
    line-height: 1.5;
    margin-left: unset;
    margin-top: 40px;
  }
}
.p-top-anxiety {
  padding-top: 146px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .p-top-anxiety {
    padding-top: 123px;
    padding-bottom: 90px;
  }
}
.p-top-anxiety picture {
  display: block;
  margin: 0 auto 0;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .p-top-anxiety picture {
    margin: 50px auto 0;
    max-width: 335px;
  }
}
.p-top-anxiety picture img {
  width: 100%;
  height: auto;
}
.p-top-anxiety p {
  text-align: center;
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .p-top-anxiety p {
    text-align: left;
    line-height: 1.89;
    font-size: 16px;
    margin-top: 40px;
  }
}
.p-top-comparison {
  background-image: url(../images/top/comparison-bg-pc.png);
  background-size: cover;
  margin: 0 calc(68.4% - 50vw) 0 calc(50% - 50vw);
  padding: 97px calc(50vw - 68.4%) 100px calc(50vw - 50%);
  border-radius: 0 100px 100px 0;
}
@media (max-width: 1700px) {
  .p-top-comparison {
    margin: 0 calc(60% - 50vw) 0 calc(50% - 50vw);
    padding: 97px 40px 100px calc(50vw - 50%);
  }
}
@media screen and (max-width: 768px) {
  .p-top-comparison {
    background-image: url(../images/top/comparison-bg-sp.png);
    margin: 0 calc(50% - 50vw);
    padding: 50px calc(50vw - 50%);
    border-radius: 0 60px 60px 0;
  }
}
.p-top-comparison__text {
  margin: 0 auto;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top-comparison__text {
    line-height: 2.1428571429;
    margin: -3px auto 0;
  }
}
.p-top-comparison__thumb {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-comparison__thumb {
    overflow-x: scroll;
    margin-top: 20px;
    margin-right: calc(50% - 50vw);
    padding-right: 20px;
  }
}
.p-top-comparison__thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top-comparison__thumb img {
    width: 769px;
  }
}
.p-top-voice {
  padding-top: 148px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-voice {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.p-top-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 46px;
  max-width: 1000px;
  margin: 47px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-voice__list {
    margin: 34px auto 0;
    gap: 30px;
  }
}
.p-top-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__item {
    gap: 16px;
  }
}
.p-top-voice__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-top-voice__item:nth-of-type(even) .p-top-voice__body::after {
  right: -20px;
  left: unset;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 768px) {
  .p-top-voice__item:nth-of-type(even) .p-top-voice__body::after {
    right: -12px;
  }
}
.p-top-voice__item:nth-of-type(1) .p-top-voice__body::after {
  top: 68px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__item:nth-of-type(1) .p-top-voice__body::after {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-voice__item:nth-of-type(2) .p-top-voice__body {
    padding: 17px 18px 18px;
  }
}
.p-top-voice__item:nth-of-type(2) .p-top-voice__body::after {
  top: 88px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__item:nth-of-type(2) .p-top-voice__body::after {
    top: 50px;
  }
}
.p-top-voice__item:nth-of-type(3) .p-top-voice__body::after {
  top: 65px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__item:nth-of-type(3) .p-top-voice__body::after {
    top: 50px;
  }
}
.p-top-voice__head {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__head {
    width: 100px;
    margin-top: 10px;
  }
  .p-top-voice__head img {
    width: 100%;
    height: auto;
  }
}
.p-top-voice__body {
  background: #fff;
  border-radius: 30px;
  width: calc(100% - 210px);
  padding: 28px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-voice__body {
    width: calc(100% - 116px);
    border-radius: 20px;
    padding: 17px 18px 28px;
  }
}
.p-top-voice__body::after {
  position: absolute;
  content: "";
  background: #fff;
  left: -20px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 20px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__body::after {
    width: 12px;
    height: 18px;
    left: -12px;
  }
}
.p-top-voice__title {
  color: #5894ad;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-top-voice__title {
    font-size: 15px;
    line-height: 1.4666666667;
  }
}
.p-top-voice__text {
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top-voice__text {
    line-height: 1.4285714286;
    margin-top: 6px;
  }
}
.p-top-voice__name {
  font-size: 14px;
  line-height: 1.2857142857;
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__name {
    font-size: 12px;
  }
}
.p-top-thought__lead {
  color: #5894ad;
  text-align: center;
  font-size: 30px;
  margin-top: -7px;
}
@media screen and (max-width: 768px) {
  .p-top-thought__lead {
    font-size: 18px;
    line-height: 1.3333333333;
    margin-top: 3px;
  }
}
.p-top-thought__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 32px auto 0;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-thought__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 42px auto 0;
    gap: 44px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-thought__head {
    max-width: 330px;
    margin: 0 auto;
    padding-right: 43px;
    padding-left: 40px;
  }
}
.p-top-thought__subname {
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: right;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-thought__subname {
    font-size: 12px;
    line-height: 2;
    margin-top: 14px;
  }
}
.p-top-thought__thumb {
  margin-top: 6px;
}
.p-top-thought__thumb img {
  width: 100%;
  height: auto;
}
.p-top-thought__name {
  width: 201px;
  margin-left: auto;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-thought__name {
    width: 170px;
    margin-top: 8px;
  }
}
.p-top-thought__name img {
  width: 100%;
  height: auto;
}
.p-top-thought__text {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top-thought__text {
    line-height: 1.7142857143;
  }
}
.p-top-thought__text span {
  display: block;
}
.p-top-thought__text span + span {
  margin-top: 24px;
}
.p-top-member {
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .p-top-member {
    padding: 100px 0 80px;
  }
  .p-top-member__listwrap {
    margin-right: calc(50% - 50vw);
    overflow-x: scroll;
  }
}
.p-top-member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 95px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .p-top-member__list {
    width: 820px;
    gap: 20px;
    margin-top: 62px;
  }
}
.p-top-member__item {
  width: calc(33.33333% - 20px);
  background: #fff;
  border-radius: 30px;
  padding: 24px 15px 46px;
}
@media screen and (max-width: 768px) {
  .p-top-member__item {
    width: 250px;
    padding: 24px 24px 38px;
    border-radius: 20px;
  }
}
.p-top-member__item:nth-of-type(even) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-member__item:nth-of-type(even) {
    margin-top: unset;
  }
}
.p-top-member__item:nth-of-type(2) {
  padding: 24px 15px 70px;
}
@media screen and (max-width: 768px) {
  .p-top-member__item:nth-of-type(2) {
    padding: 24px 24px 38px;
  }
}
.p-top-member__item:nth-of-type(4) {
  padding: 24px 15px 50px;
}
@media screen and (max-width: 768px) {
  .p-top-member__item:nth-of-type(4) {
    padding: 24px 24px 38px;
  }
}
.p-top-member__thumb {
  max-width: 170px;
  width: 100%;
  margin: -80px auto 0;
}
.p-top-member__thumb img {
  width: 100%;
  height: auto;
}
.p-top-member__name {
  position: relative;
  margin-top: 7px;
  padding-bottom: 20px;
}
.p-top-member__name::after {
  position: absolute;
  content: "";
  background-color: #5894ad;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 50px;
  height: 2px;
}
.p-top-member__name span {
  display: block;
  text-align: center;
}
.p-top-member__name .-job {
  font-size: 14px;
}
.p-top-member__name .-name {
  font-size: 24px;
  line-height: 1.2;
}
.p-top-member__text {
  margin-top: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top-member__text {
    line-height: 1.7142857143;
  }
}
.p-top-data {
  padding-top: 172px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-data {
    padding-top: 92px;
  }
}
.p-top-data::after {
  position: absolute;
  content: "";
  background-image: url("../images/top/illust07.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: -7px;
  bottom: -138px;
  width: 190px;
  height: 250px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .p-top-data::after {
    width: 114px;
    height: 143px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-data::after {
    right: -1px;
    bottom: -58px;
  }
}
.p-top-data__list {
  margin: 50px calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-top-data__list {
    margin: 50px calc(50% - 50vw) 0 0;
  }
}
.p-top-data__item {
  background-color: #fff;
  border-radius: 30px;
  padding: 24px 47px;
}
@media screen and (max-width: 768px) {
  .p-top-data__item {
    padding: 8px 3px 0px;
    border-radius: 20px;
  }
}
.p-top-data picture {
  display: block;
}
.p-top-data picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top-data picture img {
    border-radius: 20px;
  }
}
.p-top-faq {
  padding-top: 146px;
}
@media screen and (max-width: 768px) {
  .p-top-faq {
    padding-top: 96px;
  }
}
.p-top-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin: 50px auto 0;
}
.p-top-faq__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 11px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top-faq__item {
    padding: 15px 11px 16px;
  }
}
.p-top-faq__q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 54px;
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__q {
    padding-left: 29px;
    padding-right: 0;
    gap: 10px;
  }
}
.p-top-faq__q::after {
  position: absolute;
  content: "Q";
  background-image: url("path/to/image.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 7px;
  top: -9px;
  font-family: "Poppins", sans-serif;
  color: #5894ad;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__q::after {
    font-size: 20px;
    left: -2px;
    top: -6px;
  }
}
.p-top-faq__a {
  border-top: 2px solid #e3eef3;
  position: relative;
  padding-left: 54px;
  padding-top: 7px;
  margin-top: 5px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-faq__a {
    padding-left: 29px;
    margin-top: 10px;
    padding-top: 7px;
  }
}
.p-top-faq__a::after {
  position: absolute;
  content: "A";
  background-image: url("path/to/image.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 7px;
  top: -4px;
  font-family: "Poppins", sans-serif;
  color: #a35959;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__a::after {
    font-size: 20px;
    left: -2px;
    top: 3px;
  }
}
.p-top-faq__a p {
  line-height: 1.5;
  max-width: 657px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-faq__a p {
    line-height: 1.7142857143;
  }
}
.p-top-faq__cross {
  position: relative;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__cross {
    width: 16px;
    height: 16px;
  }
}
.p-top-faq__cross span {
  background: #5894ad;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .p-top-faq__cross span {
    width: 16px;
  }
}
.p-top-faq__cross span:last-of-type {
  rotate: 90deg;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 0;
}
.p-top-faq__cross.active span:last-of-type {
  rotate: 0deg;
}
.p-top-faq__button {
  margin: 50px auto 0;
}
.p-top-peace {
  background-image: url(../images/top/peace-bg.png);
  margin: 150px calc(50% - 50vw) 150px calc(68.4% - 50vw);
  padding: 96px calc(50vw - 50%) 100px calc(50vw - 68.4%);
  border-radius: 100px 0 0 100px;
}
@media (max-width: 1700px) {
  .p-top-peace {
    margin: 150px calc(50% - 50vw) 150px calc(60% - 50vw);
    padding: 96px calc(50vw - 50%) 100px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-peace {
    background-image: url(../images/top/peace-bg-sp.png);
    margin: 100px calc(50% - 50vw) 100px;
    padding: 50px calc(50vw - 50%) 60px;
    border-radius: 60px 0 0 60px;
  }
}
.p-top-peace__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  color: #fff;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .p-top-peace__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 38px;
    gap: 5px;
  }
}
.p-top-peace__head {
  width: 59%;
}
@media screen and (max-width: 768px) {
  .p-top-peace__head {
    width: 100%;
  }
}
.p-top-peace__head p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top-peace__head p {
    line-height: 1.7142857143;
  }
}
.p-top-peace__head p + p {
  margin-top: 24px;
}
.p-top-peace__body {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-top-peace__body {
    width: 100%;
  }
}
.p-top-peace__body img {
  width: 100%;
}

.p-about {
  padding: 89px 0 148px;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 41px 0 78px;
  }
}
.p-about__title {
  font-size: 36px;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-about__title {
    font-size: 20px;
    padding-bottom: 11px;
  }
}
.p-about__title::after {
  position: absolute;
  content: "";
  background: #5894ad;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 4px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .p-about__title::after {
    width: 35px;
    height: 3px;
  }
}
.p-about__section {
  background-color: #fff;
  border-radius: 58px;
  -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, .05);
          box-shadow: 4px 4px 14px rgba(0, 0, 0, .05);
  max-width: 1102px;
  margin: 100px auto 0;
  padding: 70px 20px 50px;
}
@media screen and (max-width: 768px) {
  .p-about__section {
    margin: 78px auto 0;
    padding: 46px 18px 20px;
    border-radius: 30px;
  }
}
.p-about__section + .p-about__section {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-about__section + .p-about__section {
    margin-top: 60px;
  }
}
.p-about__inner {
  max-width: 750px;
  margin: 0 auto;
}
.p-about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 43px 0px 20px;
  border-bottom: dashed 2px rgb(175, 202, 215);
}
@media screen and (max-width: 768px) {
  .p-about__head {
    padding: 0 0 24px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-about__title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p-about__title2 {
    font-size: 18px;
    line-height: 0.8;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
.p-about__title2 > span:last-of-type {
  padding-bottom: 2px;
}
.p-about__title3 {
  font-size: 16px;
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 768px) {
  .p-about__title3 {
    font-size: 14px;
  }
}
.p-about__title3::after {
  position: absolute;
  content: "";
  background: #6fa1b7;
  left: 0;
  top: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-about__title3::after {
    top: 0px;
  }
}
.p-about__title3.-color1::after {
  background-color: #c38a8a;
}
.p-about__number {
  color: #5894ad;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about__number {
    padding-right: 66px;
  }
}
.p-about__number.-number02 span:first-of-type {
  left: 37px;
}
@media screen and (max-width: 768px) {
  .p-about__number.-number02 span:first-of-type {
    left: 10px;
  }
}
.p-about__number.-number03 span:first-of-type {
  left: 37px;
}
@media screen and (max-width: 768px) {
  .p-about__number.-number03 span:first-of-type {
    left: 10px;
  }
}
.p-about__number.-number04 span:first-of-type {
  left: 37px;
}
@media screen and (max-width: 768px) {
  .p-about__number.-number04 span:first-of-type {
    left: 10px;
  }
}
.p-about__number.-number05 span:first-of-type {
  left: 37px;
}
@media screen and (max-width: 768px) {
  .p-about__number.-number05 span:first-of-type {
    left: 10px;
  }
}
.p-about__number span {
  display: block;
  font-family: "Poppins", sans-serif;
}
.p-about__number span:first-of-type {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  left: 54%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -10px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-about__number span:first-of-type {
    font-size: 14px;
    left: 2px;
    -webkit-transform: unset;
            transform: unset;
    top: -17px;
  }
}
.p-about__number span:last-of-type {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .p-about__number span:last-of-type {
    font-size: 63px;
    line-height: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .p-about__icon {
    position: absolute;
  }
}
.p-about__icon.-icon1 {
  width: 63px;
  margin-top: -13px;
}
@media screen and (max-width: 768px) {
  .p-about__icon.-icon1 {
    left: 51%;
    top: 0px;
    margin-top: unset;
  }
}
.p-about__icon.-icon2 {
  width: 60px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .p-about__icon.-icon2 {
    left: 53%;
    top: 0px;
    margin-top: unset;
  }
}
.p-about__icon.-icon3 {
  width: 61px;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .p-about__icon.-icon3 {
    left: 54%;
    top: -4px;
    margin-top: unset;
  }
}
.p-about__icon.-icon4 {
  width: 48px;
}
@media screen and (max-width: 768px) {
  .p-about__icon.-icon4 {
    left: 55%;
    top: -5px;
    margin-top: unset;
  }
}
.p-about__icon.-icon5 {
  width: 75px;
  margin: -20px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p-about__icon.-icon5 {
    left: 53%;
    top: -23px;
    margin-top: unset;
  }
}
.p-about__icon img {
  width: 100%;
  height: auto;
}
.p-about__lead {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  margin-left: 46px;
}
@media screen and (max-width: 768px) {
  .p-about__lead {
    font-size: 14px;
    margin-left: unset;
    margin-top: 6px;
    padding: 0 14px;
  }
}
.p-about__small {
  margin: 5px auto 0;
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  .p-about__small {
    padding: 0 14px;
  }
}
.p-about__listwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 17px;
}
@media screen and (max-width: 768px) {
  .p-about__listwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__listwrap + p {
  text-align: right;
  font-size: 13px;
  margin-top: 15px;
}
.p-about__list {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .p-about__list {
    gap: unset;
  }
  .p-about__list + .p-about__list {
    margin-top: unset;
  }
}
.p-about__list li {
  line-height: 1;
  text-indent: -1em;
  padding-left: 0.9em;
}
@media screen and (max-width: 768px) {
  .p-about__list li {
    line-height: 1.78;
  }
}
.p-about__list + .p-about__title3 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-about__list + .p-about__title3 {
    margin-top: 26px;
  }
}
.p-about__ex {
  border: #D5E0E3 solid 1px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 0px 0px rgb(220, 226, 228);
          box-shadow: 10px 10px 0px 0px rgb(220, 226, 228);
  max-width: 650px;
  margin: 27px auto 0;
  padding: 37px 47px 40px;
}
@media screen and (max-width: 768px) {
  .p-about__ex {
    margin: 20px 2px 0 -4px;
    padding: 28px 27px 40px;
    -webkit-box-shadow: 6px 6px 0px 0px rgb(220, 226, 228);
            box-shadow: 6px 6px 0px 0px rgb(220, 226, 228);
  }
  .p-about__ex.-ex1 {
    padding: 28px 24px 23px;
  }
  .p-about__ex.-ex1 .p-about__title3 {
    font-size: 16px;
  }
  .p-about__ex.-ex1 .p-about__list {
    margin-top: 6px;
  }
  .p-about__ex.-ex1 .p-about__list li {
    font-size: 16px;
  }
  .p-about__ex.-ex2 {
    padding: 29px 24px 21px;
  }
  .p-about__ex.-ex3 {
    padding: 29px 24px 23px;
  }
  .p-about__ex.-ex4 {
    padding: 29px 24px 21px;
  }
  .p-about__ex.-ex5 {
    padding: 29px 24px 21px;
  }
}
.p-about__text {
  margin: 37px auto 0;
  max-width: 660px;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    margin: 25px auto 0;
    padding: 0 12px;
  }
}
.p-about__voice {
  margin: 20px auto 0;
  max-width: 730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-about__voice {
    margin: 16px auto 0;
    padding: 0 6px;
  }
}
.p-about__voice--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about__voice--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.p-about__voice--item:nth-of-type(odd) {
  padding-left: 35px;
  padding-right: 45px;
}
@media screen and (max-width: 768px) {
  .p-about__voice--item:nth-of-type(odd) {
    padding-left: unset;
    padding-right: unset;
  }
}
.p-about__voice--item:nth-of-type(odd) .p-about__voice--cloud {
  padding: 11px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about__voice--item:nth-of-type(odd) .p-about__voice--cloud {
    padding: 12px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-about__voice--item:nth-of-type(odd) .p-about__voice--cloud::after {
  position: absolute;
  content: "";
  background-color: #7c818c;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 16px;
  height: 20px;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-about__voice--item:nth-of-type(odd) .p-about__voice--cloud::after {
    -webkit-clip-path: polygon(50% 0%, 0 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0 100%, 100% 100%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -12px;
    width: 17px;
    height: 12px;
    border: unset;
  }
}
.p-about__voice--item:nth-of-type(odd) .p-about__voice--cloud::before {
  position: absolute;
  content: "";
  background-color: #fff;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 14px;
  height: 18px;
  border: 2px solid #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-about__voice--item:nth-of-type(odd) .p-about__voice--cloud::before {
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    top: -10px;
    width: 17px;
    height: 12px;
  }
}
.p-about__voice--item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-about__voice--item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11px;
  }
}
.p-about__voice--item:nth-of-type(even) .p-about__voice--thumb {
  width: 75px;
}
.p-about__voice--item:nth-of-type(even) .p-about__voice--cloud {
  width: calc(100% - 95px);
  padding: 11px 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about__voice--item:nth-of-type(even) .p-about__voice--cloud {
    width: 100%;
    padding: 12px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-about__voice--item:nth-of-type(even) .p-about__voice--cloud::after {
  position: absolute;
  content: "";
  background-color: #7c818c;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 16px;
  height: 20px;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-about__voice--item:nth-of-type(even) .p-about__voice--cloud::after {
    -webkit-clip-path: polygon(50% 0%, 0 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0 100%, 100% 100%);
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -12px;
    width: 17px;
    height: 12px;
    border: unset;
  }
}
.p-about__voice--item:nth-of-type(even) .p-about__voice--cloud::before {
  position: absolute;
  content: "";
  background-color: #fff;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 14px;
  height: 18px;
  border: 2px solid #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-about__voice--item:nth-of-type(even) .p-about__voice--cloud::before {
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    top: -10px;
    width: 17px;
    height: 12px;
  }
}
.p-about__voice--thumb {
  width: 68px;
}
.p-about__voice--thumb img {
  width: 100%;
  height: auto;
}
.p-about__voice--cloud {
  border: 1px solid #7c818c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  width: calc(100% - 98px);
  padding: 11px 10px;
}
@media screen and (max-width: 768px) {
  .p-about__voice--cloud {
    width: 100%;
  }
}
.p-about__voice--cloud p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-about__voice--cloud p {
    font-size: 14px;
  }
}
.p-about .-color {
  color: #b37070;
  font-weight: 500;
}

.p-legal {
  padding: 50px 0 145px;
}
@media screen and (max-width: 768px) {
  .p-legal {
    padding: 32px 0 80px;
  }
}

.p-faq {
  padding: 78px 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 44px 0 80px;
    gap: 25px;
  }
}
.p-faq__title {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-faq__title {
    font-size: 18px;
  }
}
.p-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin: 36px auto 0;
}
@media screen and (max-width: 768px) {
  .p-faq__list {
    margin: 30px auto 0;
    gap: 15px;
  }
}
.p-faq__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 11px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-faq__item {
    padding: 9px 8px 9px 11px;
    min-height: 45px;
    position: relative;
  }
}
.p-faq__q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 54px;
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .p-faq__q {
    padding-left: 17px;
    padding-right: 0;
  }
  .p-faq__q p {
    padding-right: 30px;
    width: 100%;
  }
}
.p-faq__q::after {
  position: absolute;
  content: "Q";
  background-image: url("path/to/image.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 7px;
  top: -9px;
  font-family: "Poppins", sans-serif;
  color: #5894ad;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-faq__q::after {
    font-size: 14px;
    left: -2px;
    top: 0px;
  }
}
.p-faq__a {
  border-top: 2px solid #e3eef3;
  position: relative;
  padding-left: 54px;
  padding-top: 7px;
  margin-top: 5px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-faq__a {
    padding-left: 17px;
    margin-top: 2px;
    padding-top: 0px;
  }
}
.p-faq__a::after {
  position: absolute;
  content: "A";
  background-image: url("path/to/image.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 7px;
  top: -4px;
  font-family: "Poppins", sans-serif;
  color: #a35959;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-faq__a::after {
    font-size: 14px;
    left: -2px;
    top: 2px;
  }
}
.p-faq__a p {
  line-height: 1.5;
  max-width: 657px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-faq__a p {
    line-height: 1.7142857143;
  }
}
.p-faq__cross {
  position: relative;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .p-faq__cross {
    position: absolute;
    top: 2px;
    right: 0;
  }
}
.p-faq__cross span {
  background: #5894ad;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .p-faq__cross span {
    width: 16px;
  }
}
.p-faq__cross span:last-of-type {
  rotate: 90deg;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-faq__cross.active span:last-of-type {
  rotate: 0deg;
}

.p-privacy {
  padding: 70px 0 145px;
}
@media screen and (max-width: 768px) {
  .p-privacy {
    padding: 46px 0 96px;
  }
}
.p-privacy section {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-privacy section {
    margin-top: 18px;
  }
}
.p-privacy h2 {
  background-color: #6fa1b7;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 17px 10px 10px;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .p-privacy h2 {
    font-size: 14px;
    border-radius: 5px;
    padding: 2px 17px 5px 12px;
    margin-bottom: 17px;
  }
}
.p-privacy p, .p-privacy li {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-privacy p, .p-privacy li {
    line-height: 1.7142857143;
  }
}
.p-privacy p + p, .p-privacy ul + p {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-privacy p + p, .p-privacy ul + p {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy__text1 {
    line-height: 1.23 !important;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy__text2 {
    line-height: 1.2 !important;
    margin-bottom: -17px;
  }
}
.p-privacy__date {
  text-align: right;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .p-privacy__date {
    margin-top: 23px;
  }
}

.p-contact {
  padding: 80px 0 150px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 40px 0 100px;
  }
}
.p-contact__text {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact__text {
    font-size: 14px;
  }
}
.p-contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 20px;
    gap: 25px;
  }
}
.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-contact__label {
  font-size: 18px;
  width: 280px;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .p-contact__label {
    width: 100%;
    margin-top: unset;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9px;
  }
}
.p-contact__rec {
  width: 47px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background-color: #b35e79;
  color: #fff;
  font-size: 14px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .p-contact__rec {
    margin-top: unset;
  }
}
.p-contact .wpcf7-form-control-wrap {
  width: 720px;
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-form-control-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.p-contact__input {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dddddd;
  width: 100%;
  font-size: 18px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact__input {
    width: 100%;
    font-size: 14px;
    padding: 4px 14px;
  }
}
.p-contact__textarea {
  min-height: 140px;
}
@media screen and (max-width: 768px) {
  .p-contact__textarea {
    min-height: 150px;
  }
}
.p-contact__button {
  margin: 29px auto 0;
  width: 250px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__button {
    width: 220px;
    margin: 25px auto 0;
  }
}
.p-contact-thanks {
  padding: 85px 0 150px;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks {
    padding: 74px 0 80px;
  }
}
.p-contact-thanks__text {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.p-contact-thanks__button {
  margin: 67px auto 0;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__button {
    width: 220px;
    margin: 43px auto 0;
  }
}
.p-contact-thanks__button p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__button p {
    font-size: 14px;
  }
}

.p-page404 {
  padding: 74px 0 135px;
}
@media screen and (max-width: 768px) {
  .p-page404 {
    padding: 60px 0 78px;
  }
}
.p-page404__title {
  font-size: 110px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-page404__title {
    font-size: 50px;
  }
}
.p-page404__text {
  font-size: 20px;
  text-align: center;
  margin-top: 51px;
}
@media screen and (max-width: 768px) {
  .p-page404__text {
    font-size: 14px;
    margin-top: 16px;
  }
}
.p-page404__button {
  margin: 85px auto 0;
}
@media screen and (max-width: 768px) {
  .p-page404__button {
    margin: 45px auto 0;
  }
}

.p-blog-archive {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 98px;
}
.p-blog-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 46px 50px;
  margin-top: 93px;
}
@media screen and (max-width: 768px) {
  .p-blog-archive__list {
    gap: 25px;
    margin-top: 50px;
  }
}
.p-blog-archive__item {
  width: calc(33.33333% - 33.33333px);
}
@media screen and (max-width: 768px) {
  .p-blog-archive__item {
    width: calc(50% - 16.66667px);
  }
}
.p-blog-archive__img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: fill;
     object-fit: fill;
  aspect-ratio: 2/1;
}
.p-blog-archive__date {
  display: block;
  color: #888888;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 300;
}
.p-blog-archive__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  display: block;
}
.p-blog-single {
  position: relative;
  z-index: 2;
  padding-top: 41px;
}
@media screen and (max-width: 768px) {
  .p-blog-single {
    padding-top: 28px;
  }
}
.p-blog-single a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-blog-single a:hover {
  opacity: 0.7;
}
.p-blog-single__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  padding-top: 37px;
}
@media screen and (max-width: 880px) {
  .p-blog-single__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    padding-top: 22px;
  }
}
.p-blog-single__contents {
  width: calc(100% - 400px);
  padding-bottom: 140px;
}
@media screen and (max-width: 880px) {
  .p-blog-single__contents {
    width: 100%;
    padding-bottom: unset;
  }
}
.p-blog-single__contents div#toc_container {
  border-radius: 10px;
  max-width: 700px;
  margin: 0 auto 0;
  width: 100% !important;
  padding: 10px 20px 56px 17px;
  position: relative;
  margin-bottom: 50px;
}
.p-blog-single__contents #toc_container p.toc_title {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  text-align: left;
  border-bottom: dashed 1px #BFBFBF;
  padding-bottom: 3px;
  text-align: left;
}
.p-blog-single__contents #toc_container p.toc_title + ul.toc_list {
  margin-top: 9px;
}
.p-blog-single__contents .toc_number {
  color: #5894AD;
  font-weight: 500;
}
.p-blog-single__contents div#toc_container p.toc_title a, .p-blog-single__contents div#toc_container ul.toc_list a {
  color: #5B5B5B;
}
.p-blog-single__contents div#toc_container ul.toc_list a {
  font-weight: 500;
}
.p-blog-single__contents div#toc_container ul.toc_list ul a {
  font-size: 14px;
  line-height: 1.9;
  display: block;
}
.p-blog-single__contents .toc_toggle {
  border: #5894AD 1px solid;
  border-radius: 50px;
  width: 110px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 21px;
}
.p-blog-single__contents .toc_brackets {
  display: none;
}
.p-blog-single__contents #toc_container a {
  line-height: 1;
  margin-bottom: unset;
}
.p-blog-single__contents #toc_container a:hover {
  text-decoration: none;
}
.p-blog-single__time {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 300;
  color: #888888;
}
@media screen and (max-width: 768px) {
  .p-blog-single__time {
    font-size: 12px;
  }
}
.p-blog-single__title {
  font-size: 24px;
  line-height: 1.75;
  font-weight: 500;
  border-bottom: #D5D5D5 2px solid;
  position: relative;
  padding-bottom: 10px;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-blog-single__title {
    font-size: 16px;
    line-height: 1.25;
    margin-top: 23px;
    padding-bottom: 17px;
  }
}
.p-blog-single__title::after {
  position: absolute;
  content: "";
  background: #5894AD;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .p-blog-single__title::after {
    width: 86px;
  }
}
.p-blog-single__img {
  margin-top: 50px;
}
.p-blog-single__img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.p-blog-single__inner {
  margin-top: 50px;
}
.p-blog-single__inner > h2 {
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 500;
  background-color: #fff;
  border-left: 10px #5894AD solid;
  padding: 4px 10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-blog-single__inner > h2 {
    font-size: 16px;
  }
}
.p-blog-single__inner > h3 {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
  color: #5894AD;
  border-bottom: dashed 1px #BFBFBF;
  margin: 0 1.7em;
}
@media screen and (max-width: 768px) {
  .p-blog-single__inner > h3 {
    margin: 0 0 0 0;
    font-size: 16px;
  }
}
.p-blog-single__inner > p, .p-blog-single__inner > li, .p-blog-single__inner > a {
  font-size: 16px;
  line-height: 1.875;
  margin: 0 1.7em 2em;
}
@media screen and (max-width: 768px) {
  .p-blog-single__inner > p, .p-blog-single__inner > li, .p-blog-single__inner > a {
    margin: 0 0 2em 0;
  }
}
.p-blog-single__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 94px 0 0;
}
@media screen and (max-width: 880px) {
  .p-blog-single__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin: 40px 0 0;
  }
}
.p-blog-single__link {
  font-size: 16px;
  line-height: 1.875;
  text-decoration: underline;
}
.p-blog-single__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 67px;
}
.p-blog-single__arrow a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 16px;
  line-height: 1.875;
}
.p-blog-single__dummy {
  width: 127px;
}
.p-blog-single__nav {
  width: 300px;
  position: sticky;
  top: 0;
  padding-top: 160px;
}
@media screen and (max-width: 880px) {
  .p-blog-single__nav {
    width: 100%;
    padding-top: unset;
  }
}
.p-blog-single__banner {
  width: 100%;
  display: block;
}
.p-blog-single__banner img {
  width: 100%;
  height: auto;
}
.p-blog-single__banner + .p-blog-single__banner {
  margin-top: 20px;
}
.p-blog-single__banner:last-of-type {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-blog-single__banner:last-of-type {
    margin-bottom: 30px;
  }
}
.p-blog-single__navsection {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-blog-single__navsection {
    margin-bottom: 30px;
  }
}
.p-blog-single__navtitle {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 500;
  border-bottom: #5894AD 2px solid;
  padding-bottom: 16px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.p-blog-single__navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-left: 6px;
}
.p-blog-single__navlist.-rank {
  margin-bottom: 94px;
  counter-reset: number 0;
}
.p-blog-single__navlist.-rank .p-blog-single__navitem {
  position: relative;
}
.p-blog-single__navlist.-rank .p-blog-single__navitem::after {
  position: absolute;
  counter-increment: number 1;
  content: counter(number) " ";
  left: -2px;
  top: -3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #5894AD;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2px;
}
.p-blog-single__navitem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-blog-single__navitem a figure {
  width: 110px;
}
.p-blog-single__navitem a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 110/55;
}
.p-blog-single__navitem a div {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  width: calc(100% - 116px);
}
.p-blog-cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-blog-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 6px 22px 10px;
    background-color: rgba(250, 250, 250, .8);
    width: 100%;
    height: 80px;
  }
  .p-blog-cta__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    line-height: 1.7461538462;
  }
  .p-blog-cta__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 4px;
  }
  .p-blog-cta__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url(../images/button.jpg);
    background-size: cover;
    width: calc(50% - 5px);
    border-radius: 50px;
    height: 40px;
  }
  .p-blog-cta__button p {
    font-size: 16px;
    line-height: 1.75;
    position: relative;
    z-index: 2;
  }
  .p-blog-cta__button.-kouza {
    color: #fff;
  }
  .p-blog-cta__button.-setsumeikai {
    position: relative;
  }
  .p-blog-cta__button.-setsumeikai::after {
    position: absolute;
    content: "";
    background: #EDF3F6;
    border-radius: 50px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

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

.u-mt25 {
  margin-top: 25px !important;
}

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

.u-mt35 {
  margin-top: 35px !important;
}

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

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

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 992px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--inline {
    display: inline-block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}