@charset "UTF-8";
/*! destyle.css v3.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;
}

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

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

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

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

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

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

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

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

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; /* 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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea,
nav {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* 1 */
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  line-height: inherit;
  letter-spacing: 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;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.root-inner {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.png-logo-horizonal {
  width: 229px;
  height: 125px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.png-logo-horizonal:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-header-left .png-logo-horizonal {
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 999px) {
  .p-header-left .png-logo-horizonal {
    width: 146px;
    height: 80px;
  }
}
.p-footer-head .png-logo-horizonal {
  background-color: #ffffff;
  border-radius: 16px;
}

.png-bg-firstview {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 125px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 640px) {
  .png-bg-firstview {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.png-watashitatinorinen-bg {
  margin-top: 24px;
  background-image: url(./../img/png-watashitatinorinen-bg.png);
  width: 100%;
  height: 447px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 968px) {
  .png-watashitatinorinen-bg {
    background-image: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
@media screen and (max-width: 640px) {
  .png-watashitatinorinen-bg {
    -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;
  }
}
.png-watashitatinorinen-disc.pc {
  display: inherit;
}

.png-watashitatinorinen-disc.sp {
  display: none;
}

@media screen and (max-width: 968px) {
  .png-watashitatinorinen-disc.pc {
    display: none;
  }
  .png-watashitatinorinen-disc.sp {
    -o-object-fit: contain;
       object-fit: contain;
    display: inherit;
    width: 40vw;
  }
}
@media screen and (max-width: 640px) {
  .png-watashitatinorinen-disc.sp {
    width: 100%;
  }
}
.png-text-konoyounaonayamihaarimasenka {
  position: relative;
  max-width: 707px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 640px) {
  .png-text-konoyounaonayamihaarimasenka {
    max-width: 343px;
  }
}
.png-text-greenbox {
  position: relative;
  width: 400px;
  height: 264px;
}
@media screen and (max-width: 999px) {
  .png-text-greenbox {
    width: 310px;
    height: 252px;
  }
}

.png-text-shortbox {
  position: relative;
  width: 400px;
  height: 148px;
}
.png-text-shortbox.ld {
  height: 120px;
}
@media screen and (max-width: 999px) {
  .png-text-shortbox {
    width: 309px;
    height: 148px;
  }
}

.png-text-okosamaniyotte {
  position: relative;
  width: 530px;
}

@media screen and (max-width: 640px) {
  .png-text-okosamaniyotte {
    width: 100%;
    max-width: 335px;
  }
}
.png-logo-vertical {
  position: relative;
  width: 88px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.png-bg-border-orange {
  position: relative;
  width: 100%;
  height: 40px;
  background-image: url(./../img/png-bg-border-orange-white.png);
  background-size: cover;
  background-position: 50% 50%;
}

.png-text-watasitatinidekirukoto {
  position: relative;
  max-width: 415px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .png-text-watasitatinidekirukoto {
    height: 36px;
    max-width: 343px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.png-frame-dekirukoto-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: absolute;
  top: -40px;
  left: 52px;
}

.png-frame-dekirukoto {
  position: relative;
  width: 208px;
  height: 208px;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: -4px;
  margin-right: -4px;
}

.png-bg-border-white {
  position: relative;
  width: 100%;
  height: 40px;
  background-image: url(./../img/png-bg-border-white-orange.png);
  background-size: cover;
  background-position: 50% 50%;
}

.png-text-goriyounonagare {
  position: relative;
  max-width: 324px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .png-text-goriyounonagare {
    -o-object-fit: contain;
       object-fit: contain;
    height: 36px;
    max-width: 252px;
  }
}

.png-text-shuziimatahakoharuni {
  position: relative;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .png-text-shuziimatahakoharuni {
    max-width: 244px;
  }
}

.png-text-shuziitonorenkei {
  position: relative;
  max-width: 237px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .png-text-shuziitonorenkei {
    max-width: 172px;
  }
}

.png-text-zizennhoumonnkannfarennsu {
  position: relative;
  max-width: 396px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .png-text-zizennhoumonnkannfarennsu {
    max-width: 240px;
  }
}
@media screen and (max-width: 640px) {
  .png-text-zizennhoumonnkannfarennsu {
    max-width: 180px;
  }
}

.png-text-kangopurannnogoteiann {
  position: relative;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .png-text-kangopurannnogoteiann {
    max-width: 196px;
  }
}

.png-text-gokeiyakugohoumonsutato {
  position: relative;
  max-width: 365px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .png-text-gokeiyakugohoumonsutato {
    max-width: 248px;
  }
}

.png-text-yokuarugoshitumon {
  position: relative;
  max-width: 324px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .png-text-yokuarugoshitumon {
    height: 40px;
    max-width: 280px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.png-bg-border-white {
  position: relative;
  width: 100%;
  height: 40px;
  background-image: url(./../img/png-bg-border-white-orange.png);
  background-size: cover;
  background-position: 50% 50%;
}

.png-text-shisetukizyun {
  position: relative;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .png-text-shisetukizyun {
    max-width: 220px;
  }
}

.png-text-otoiawase {
  position: relative;
  max-width: 324px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .png-text-otoiawase {
    height: 36px;
    max-width: 252px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.png-bg-border-white {
  position: relative;
  width: 100%;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.png-text-houmonnkanngosuteshonnkoharu {
  position: relative;
  width: 344px;
  height: 32px;
}
@media screen and (max-width: 640px) {
  .png-text-houmonnkanngosuteshonnkoharu {
    width: 259px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 640px) {
  .png-text-konoyounaonayamihaarimasenka {
    height: 72px;
  }
}

.svg-button-tell {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.svg-button-mail {
  position: relative;
  width: 240px;
}

@media screen and (max-width: 999px) {
  .svg-button-mail {
    width: 32px;
  }
}
.svg-text-rinen {
  width: 96px;
  height: 16px;
  position: relative;
}

.svg-text-dekirukoto {
  width: 73.7px;
  height: 13.85px;
  height: 16px;
  position: relative;
}

.svg-text-goriyounonagare {
  width: 91.7px;
  height: 14.16px;
  height: 16px;
  position: relative;
}

.svg-text-yokuarugoshitumon {
  width: 107.24px;
  height: 14.11px;
  height: 16px;
  position: relative;
}

.svg-text-tousuteshonnitsuite-index {
  width: 176px;
  height: 16px;
  position: relative;
}

.svg-text-otoiawase {
  width: 92.72px;
  height: 16px;
  position: relative;
}

.svg-text-dekirukoto-block-title {
  position: relative;
  height: 30px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 640px) {
  .svg-text-dekirukoto-block-title {
    height: 28px;
  }
}
.svg-text-dekirukoto-block-title.long {
  height: 64px;
}
@media screen and (max-width: 640px) {
  .svg-text-dekirukoto-block-title.long {
    height: 56px;
  }
}

.svg-icon-tri-left {
  position: absolute;
  width: 23px;
  height: 28px;
  top: 228px;
  left: -40px;
}

.svg-icon-tri-right {
  position: absolute;
  width: 23px;
  height: 28px;
  top: 228px;
  left: 984px;
}

.svg-frame-number {
  position: relative;
  width: 74px;
  height: 64px;
}
@media screen and (max-width: 640px) {
  .svg-frame-number {
    width: 64px;
  }
}

.svg-flow-arrow {
  position: relative;
  width: 19.51px;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -2px;
  margin-right: -2px;
}
@media screen and (max-width: 640px) {
  .svg-flow-arrow {
    height: 628px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.svg-text-icon-q {
  position: relative;
  width: 24px;
  height: 32px;
}

.svg-icon-minus {
  position: relative;
  width: 28px;
  height: 4px;
  margin-right: -2px;
  margin-left: -2px;
}

.svg-text-icon-a-wrapper {
  padding: 4px 0px 0px;
}

.svg-text-icon-a {
  position: relative;
  width: 24px;
  height: 28px;
}

.svg-icon-plus {
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: -2px;
  margin-left: -2px;
}

.svg-text-tousuteshonnitsuite {
  width: 520px;
  height: 52px;
}
@media screen and (max-width: 640px) {
  .svg-text-tousuteshonnitsuite {
    height: 372px;
    height: 40px;
  }
}

.svg-button-pdf {
  position: relative;
  height: 48px;
}

.svg-button-mail-long-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

@media screen and (max-width: 700px) {
  .svg-button-mail-long-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .svg-text-watashitatinorinen {
    height: 40px;
  }
}

/*------------------------------
 アニメーション
------------------------------*/
.fadeIn {
  opacity: 0;
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fadeRight {
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.delay01s {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay02s {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay03s {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay04s {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay05s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay06s {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay07s {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay08s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay09s {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay15s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@media screen and (max-width: 999px) {
  .js-fadeAnimation {
    -webkit-animation-delay: initial;
            animation-delay: initial;
  }
}

.fadeIn.is-animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeUp.is-animated {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeDown.is-animated {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeRight.is-animated {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeLeft.is-animated {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.splide {
  width: 100%;
  height: 512px;
  margin-inline: auto;
}
@media screen and (max-width: 999px) {
  .splide {
    width: 632px;
  }
}
@media screen and (max-width: 640px) {
  .splide {
    width: 304px;
  }
}
.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 100;
}
.splide__arrow--prev {
  left: -40px;
}
.splide__arrow--next {
  right: -40px;
}
.splide__track {
  padding-top: 44px;
}
.splide__slide {
  height: 416px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 184px 16px 24px;
  position: relative;
  background-color: var(--logo-green);
  border-radius: 20px;
}
.splide__slide.orange {
  background-color: #F7E6B5;
}
.splide__slide.pink {
  background-color: #FFCFE5;
}
.splide__pagination__page {
  width: 10px;
  height: 10px;
}
.splide__pagination__page.is-active {
  background: var(--logo-orange) !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.qa {
  width: 100%;
}

.qa__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 16px;
}

.qa__item {
  display: inline-block;
}

.qa__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 12px 40px 12px 24px;
  border-radius: 8px;
  background: var(--logo-green);
  color: var(--text-color);
  cursor: pointer;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .qa__head {
    padding-right: 16px;
  }
}

.qa__head:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 999px) {
  .qa__head:hover {
    opacity: 1;
  }
}

.qa__head-mark {
  position: relative;
  width: 24px;
  height: 24px;
}

.qa__head-mark::before,
.qa__head-mark:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 4px;
  position: absolute;
  top: 50%;
  border-radius: 999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: var(--text-color);
}

.qa__head-mark:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.qa__body {
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  border-radius: 0 0 8px 8px;
  background: #fff;
  color: var(--text-color);
  border: transparent;
  padding: 0 20px;
  line-height: 0;
  opacity: 0;
  -webkit-transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}

.qa__body.is-open {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px 24px;
  gap: 16px;
  line-height: 1.5;
  opacity: 1;
  border-color: var(--vivid-pink);
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-left-width: 3px;
  border-left-style: solid;
}

.qa__head.is-open {
  border-radius: 8px 8px 0 0;
}

.qa__head.is-open .qa__head-mark::before {
  opacity: 0;
}

.qa__head.is-open .qa__head-mark:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.p-button {
  display: grid;
  place-content: center;
  z-index: 1;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-button::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-button:hover::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.p-button.rising::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-button.rising:hover::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.p-button01 {
  width: 320px;
  height: 56px;
  border: 2px solid var(--vivid-green);
  background-color: var(--vivid-green);
  color: #fff;
}
.p-button01 .button-bg-text {
  background-image: url(./../img/svg-button-tell-long--contentonly.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 208px;
  height: 48px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-button01::before {
  background-color: #fff;
}
.p-button01:hover .button-bg-text {
  background-image: url(./../img/svg-button-tell-long--contentonly--green.svg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-button01--header {
  width: 244px;
  height: 48px;
  border: 2px solid var(--vivid-green);
  background-color: var(--vivid-green);
  color: #fff;
}
.p-button01--header .button-bg-text {
  background-image: url(./../img/svg-button-tell-long--contentonly.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 180px;
  height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-button01--header::before {
  background-color: #fff;
}
.p-button01--header:hover .button-bg-text {
  background-image: url(./../img/svg-button-tell-long--contentonly--green.svg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-button02 {
  width: 320px;
  height: 56px;
  border: 2px solid var(--vivid-pink);
  background-color: var(--vivid-pink);
  color: #fff;
}
.p-button02 .button-bg-text {
  background-image: url(./../img/svg-button-mail-long--contentonly.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 234px;
  height: 48px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-button02::before {
  background-color: #fff;
}
.p-button02:hover .button-bg-text {
  background-image: url(./../img/svg-button-mail-long--contentonly--pink.svg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-button02--header {
  width: 244px;
  height: 48px;
  border: 2px solid var(--vivid-pink);
  background-color: var(--vivid-pink);
  color: #fff;
}
.p-button02--header .button-bg-text {
  background-image: url(./../img/svg-button-mail--contentonly.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 156px;
  height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-button02--header::before {
  background-color: #fff;
}
.p-button02--header:hover .button-bg-text {
  background-image: url(./../img/svg-button-mail--contentonly--pink.svg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-button02--pdf {
  width: 276px;
  height: 56px;
}
.p-button02--pdf.unei {
  border: 2px solid var(--vivid-green);
  background-color: var(--vivid-green);
}
.p-button02--pdf.ryoukin {
  border: 2px solid var(--vivid-pink);
  background-color: var(--vivid-pink);
}
.p-button02--pdf .button-bg-text {
  /*     background-image: url(./../img/svg-button-pdf--contentonly.svg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 196px;
  height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-button02--pdf .button-bg-text.unei {
  background-image: url(./../img/svg-button-pdf--contentonly--unei.svg);
}
.p-button02--pdf .button-bg-text.ryoukin {
  background-image: url(./../img/svg-button-pdf--contentonly--ryoukin.svg);
}
.p-button02--pdf::before {
  background-color: #fff;
}
.p-button02--pdf:hover .button-bg-text {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-button02--pdf:hover .button-bg-text.unei {
  background-image: url(./../img/svg-button-pdf--contentonly--unei--green.svg);
}
.p-button02--pdf:hover .button-bg-text.ryoukin {
  background-image: url(./../img/svg-button-pdf--contentonly--ryoukin--pink.svg);
}
@media screen and (max-width: 640px) {
  .p-button02--pdf {
    width: 320px;
  }
}

.p-button04--pdf {
  width: 592px;
  height: 56px;
}
.p-button04--pdf.iryou {
  border: 2px solid var(--vivid-orange);
  background-color: var(--vivid-orange);
}
.p-button04--pdf .button-bg-text {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 500px;
  height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-button04--pdf .button-bg-text.iryou {
  background-image: url(./../img/svg-button-pdf--contentonly--iryou.svg);
}
.p-button04--pdf::before {
  background-color: #fff;
}
.p-button04--pdf:hover .button-bg-text {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-button04--pdf:hover .button-bg-text.iryou {
  background-image: url(./../img/svg-button-pdf--contentonly--iryou--orange.svg);
}
@media screen and (max-width: 640px) {
  .p-button04--pdf {
    width: 320px;
    height: 64px;
  }
  .p-button04--pdf .button-bg-text {
    width: 196px;
    height: 48px;
  }
  .p-button04--pdf .button-bg-text.iryou {
    background-image: url(./../img/svg-button-pdf--contentonly--iryou.svg--sp.svg);
  }
  .p-button04--pdf:hover .button-bg-text.iryou {
    background-image: url(./../img/svg-button-pdf--contentonly--iryou.svg-orange--sp.svg);
  }
}

.p-button03 {
  width: 108px;
  height: 108px;
  border: 3px solid var(--vivid-green);
  background-color: #fff;
}
.p-button03 .button-bg-text {
  background-image: url(./../img/svg-text-toppunimodoru--contentonly.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 64px;
  height: 60px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-button03::before {
  background-color: var(--vivid-green);
  border: 3px solid var(--vivid-green);
  width: 100%;
  height: 100%;
}
.p-button03:hover .button-bg-text {
  background-image: url(./../img/svg-text-toppunimodoru--contentonly-white.svg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-anchor-port {
  display: block;
  padding-top: 140px;
  margin-top: -140px;
}
@media screen and (max-width: 999px) {
  .p-anchor-port {
    padding-top: 220px;
    margin-top: -220px;
  }
}

.p-section-root {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 16px;
  background-color: var(--bg-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 999px) {
  .p-section-root {
    padding-block: 56px;
  }
}

.p-section-inner {
  max-width: 960px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-section-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.p-section-head.margin-bottom--l {
  padding-bottom: 64px;
}
@media screen and (max-width: 640px) {
  .p-section-head.margin-bottom--l {
    padding-bottom: 48px;
  }
}
.p-section-head.margin-bottom--m {
  padding-bottom: 48px;
}
@media screen and (max-width: 640px) {
  .p-section-head.margin-bottom--m {
    padding-bottom: 32px;
  }
}
.p-section-head.margin-bottom--s {
  padding-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .p-section-head.margin-bottom--s {
    padding-bottom: 32px;
  }
}

.p-section-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-section-inner-wrapper {
  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;
  padding: 100px 16px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 999px) {
  .p-section-inner-wrapper {
    padding-block: 56px;
  }
}

.p-section-title-text {
  position: relative;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.p-header-space {
  height: 120px;
}

@media screen and (max-width: 999px) {
  .p-header-space {
    height: 80px;
  }
}
.p-header-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  padding: 0px 32px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.0509803922);
}

@media screen and (max-width: 999px) {
  .p-header-root {
    height: 80px;
    padding-inline: 0 16px;
  }
}
.p-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1216px;
  -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;
}

.p-header-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-header-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 999px) {
  .p-header-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-header-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
}

@media screen and (max-width: 999px) {
  .p-header-buttons {
    gap: 16px;
  }
}
.p-header-ham-root {
  width: 32px;
  height: 48px;
  margin-bottom: 18px;
  position: relative;
}

.burger-wrapper {
  cursor: pointer;
  margin: auto;
  width: 32px;
  height: 100%;
  position: relative;
  z-index: 1000;
  display: block;
}

.burger-wrapper .hamburger {
  background: var(--text-color);
  width: 32px;
  height: 4px;
  position: relative;
  -webkit-transition: background 10ms 300ms ease;
  transition: background 10ms 300ms ease;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
  border-radius: 999px;
}

.burger-wrapper .hamburger:before, .burger-wrapper .hamburger:after {
  -webkit-transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  background: var(--text-color);
  width: 32px;
  height: 4px;
  content: "";
  border-radius: 999px;
}

.burger-wrapper .hamburger:before {
  top: -12px;
}

.burger-wrapper .hamburger:after {
  top: 12px;
}

.menu-trigger:checked ~ .burger-wrapper .hamburger {
  background: transparent;
}

.menu-trigger:checked ~ .burger-wrapper .hamburger:after, .menu-trigger:checked ~ .burger-wrapper .hamburger:before {
  -webkit-transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.menu-trigger:checked ~ .burger-wrapper .hamburger:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-trigger:checked ~ .burger-wrapper .hamburger:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hidden {
  display: none;
}

.menu__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 80px;
  left: 0px;
  width: 100%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 16px 0 32px 0;
  text-align: center;
  background-color: rgba(214, 222, 126, 0.9);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.0509803922);
  z-index: 1000;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#menu__toggle {
  opacity: 0;
}

.menu__box.active {
  visibility: visible;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
}

.p-header-nav-root {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
}

@media screen and (max-width: 999px) {
  .p-header-nav-root {
    width: 100%;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .p-header-nav-root {
    padding-inline: 20%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .p-header-nav-root a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 176px;
  }
}
.p-mv-root {
  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;
  gap: 8px;
  position: relative;
  width: 100%;
  background-color: #C8C8C8;
}

.p-rinen-philosophys {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .p-rinen-philosophys {
    max-width: 554px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 8px;
  }
}

.p-onayami-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 16px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 640px) {
  .p-onayami-blocks {
    -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;
    gap: 24px;
  }
}
.p-onayami-right-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 16px;
  position: relative;
  -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;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
@media screen and (max-width: 640px) {
  .p-onayami-right-row {
    gap: 24px;
  }
}

.p-onayami-koharu {
  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: 8px 8px;
  padding: 0px 8px 0px 0px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

@media screen and (max-width: 640px) {
  .p-onayami-koharu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-dekirukoto-slide-texts-wrapper {
  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;
  gap: 16px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}

.p-dekirukoto-block-title-wrapper {
  display: grid;
  place-content: center;
}

.p-dekirukoto-explain {
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: var(--text-color);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.p-nagare-table-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 640px) {
  .p-nagare-table-root {
    gap: 8px;
  }
}
.p-nagare-table-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 640px) {
  .p-nagare-table-arrow {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.p-nagare-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 566px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

@media screen and (max-width: 640px) {
  .p-nagare-table {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-nagare-table-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 640px) {
  .p-nagare-table-block {
    gap: 4px;
  }
}

.p-nagare-frame-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.p-nagare-table-texts {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  padding: 24px 0px 0px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.p-nagare-table-title {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-nagare-explain {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  position: relative;
  color: var(--text-color);
  letter-spacing: 0;
  line-height: normal;
}

.p-goshitumon-blocks {
  -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: 24px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 999px) {
  .p-goshitumon-blocks {
    gap: 16px;
  }
}
.p-goshitumon-block {
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-goshitumon-block-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -1px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 24px;
  position: relative;
  color: var(--text-color);
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (max-width: 640px) {
  .p-goshitumon-block-text {
    font-size: 20px;
  }
}

.p-goshitumon-block-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 453px;
  padding: 16px 24px;
  background-color: #ffffff;
  border-radius: 0px 0px 8px 8px;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-left-width: 3px;
  border-left-style: solid;
  border-color: var(--vivid-pink);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-goshitumon-block-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.p-goshitumon-answer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-tou__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 592px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 24px;
}
@media screen and (max-width: 640px) {
  .p-tou__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;
    gap: 8px;
  }
}

.p-otoiawase-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 40px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 999px) {
  .p-otoiawase-content {
    gap: 16px;
  }
}
.p-otoiawase-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

@media screen and (max-width: 700px) {
  .p-otoiawase-button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-footer-root {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 16px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: var(--logo-green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-footer-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 960px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .p-footer-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-footer-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 12px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 999px) {
  .p-footer-head {
    width: 100%;
    max-width: 460px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-footer-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 40px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 640px) {
  .p-footer-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.p-footer-body-info {
  width: 100%;
  max-width: 460px;
  gap: 8px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.p-footer-address {
  margin-top: -1px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  position: relative;
  color: var(--text-color);
  letter-spacing: 0;
  line-height: normal;
}

.p-footer-body-info-blocks {
  width: 172px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.p-footer-body-info-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-footer-body-info-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.p-footer-body-info-block-greenbox-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 0px 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #7a8500;
  border-radius: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-footer-body-info-block-greenbox-text {
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.p-footer-body-info-block-text {
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: var(--text-color);
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.p-footer-body-indexs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 640px) {
  .p-footer-body-indexs {
    width: 100%;
    max-width: 460px;
  }
}
.p-footer-body-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-footer-body-index {
    width: 176px;
  }
}

.p-footer-absolute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 108px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: absolute;
  top: 188px;
  right: 52px;
}

@media screen and (max-width: 1240px) {
  .p-footer-absolute {
    top: 64px;
    right: 16px;
  }
}
.p-copyright {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 8px 0px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: var(--vivid-green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-copyright-text {
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

* {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a.underline {
  position: relative; /*アンダーラインの位置を決めるための基準 */
}

a.underline::after {
  position: absolute;
  left: -2%;
  content: "";
  width: 104%;
  height: 2px;
  background: var(--logo-orange);
  background: var(--vivid-green);
  bottom: -8px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
  border-radius: 999px;
}

a.underline:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.u-pc {
  display: inherit;
}
@media screen and (max-width: 999px) {
  .u-pc {
    display: none;
  }
}

.u-tb {
  display: none;
}
@media screen and (max-width: 999px) {
  .u-tb {
    display: inherit;
  }
}
@media screen and (max-width: 640px) {
  .u-tb {
    display: none;
  }
}

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

.u-pctb {
  display: inherit;
}
@media screen and (max-width: 640px) {
  .u-pctb {
    display: none;
  }
}

.u-tbsp {
  display: none;
}
@media screen and (max-width: 999px) {
  .u-tbsp {
    display: inherit;
  }
}/*# sourceMappingURL=main.css.map */