@charset "UTF-8";
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
  -------------------------------------------------------------------------- */
.u-pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .u-pc {
    display: none;
  }
}

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

:root {
  --green-2: #0b592f;
  --black-2: #1a1a19;
  --font-roboto: "Roboto", sans-serif;
  --img-path: "../img";
  --headerheight: 158px;
}

/*==============================================================
# fadeIn
==============================================================*/
.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up_repeat {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadeIn_up_repeat.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*! destyle.css v4.0.0 | 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;
  overflow-wrap: break-word;
  /* その上で、下記のいずれかを指定する。overflow-wrapと併せて指定しましょう */
  word-break: break-all;
  letter-spacing: 0.02em;
}

/* 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 {
  font-size: 62.5%;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  background-color: #f2f2f2 !important;
  color: #000 !important;
}
body #container {
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
body #terasu-contents * {
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
body #container a:hover span,
body #container a:hover p,
body #container a:hover ul {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

body,
#page,
#container,
main,
#contents,
.p-bg {
  overflow: initial !important;
}

#contents a:visited {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif;
}

body #container a.c-btn:hover,
body #container a.c-btn:hover p {
  font-family: "Roboto Condensed", sans-serif !important;
}

#container a:hover span,
#container a:hover p,
#container a:hover ul {
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
}

.holdings-footer__breadcrumbs,
.holdings-footer__main {
  color: #333;
}

.holdings-header__sub__nav a,
.holdings-header__sub__mobile a {
  color: #333 !important;
}

/**
 * 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: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * 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 {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* ==========================================================================
  index
========================================================================== */
#page {
  overflow: visible;
}

main {
  overflow: visible;
}

#container {
  max-width: initial;
}

.u-font-robot {
  font-family: Roboto, sans-serif;
}

.p-guide-contents {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.p-guide-contents img {
  width: 100%;
}
.p-guide-contents section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-guide-contents sup {
  top: -0.8em;
  font-size: 50%;
  letter-spacing: 0;
}
.p-guide-contents .header {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #095540;
}
@media screen and (max-width: 640px) {
  .p-guide-contents .header {
    padding: 3.1914893617vw;
  }
}
.p-guide-contents .header .l_logo {
  font-size: 0;
  width: 80px;
  margin: 0 auto;
}
.p-guide-contents .header .l_logo.is-logo2 {
  width: 206px;
}
@media screen and (max-width: 640px) {
  .p-guide-contents .header .l_logo.is-logo2 {
    width: 54.7872340426vw;
  }
}
@media screen and (max-width: 640px) {
  .p-guide-contents .header .l_logo {
    width: 21.2765957447vw;
  }
}
.p-guide-contents .p-bg {
  display: grid;
  grid-template-columns: 1fr 390px 1fr;
}
@media screen and (max-width: 640px) {
  .p-guide-contents .p-bg {
    grid-template-columns: 100%;
  }
}
.p-guide-contents .p-left-content {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 640px) {
  .p-guide-contents .p-left-content {
    display: none;
  }
}
.p-guide-contents .p-left-wrap {
  position: sticky;
  top: 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100% !important;
  background-color: #dceef3;
  max-width: 100%;
}
@media screen and (max-width: 940px) {
  .p-guide-contents .p-left-wrap {
    opacity: 1 !important;
    visibility: unset !important;
    height: 100%;
    overflow: hidden;
  }
}
.p-guide-contents .p-left-wrap img {
  max-width: 400px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .p-guide-contents .p-left-wrap img {
    max-width: 100%;
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .p-guide-contents .p-left-wrap {
    width: 24.1666666667vw;
  }
}
@media screen and (max-width: 940px) {
  .p-guide-contents .p-left-wrap {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }
}
.p-guide-contents .p-left__area01 {
  width: 500px;
}
@media only screen and (max-width: 1230px) {
  .p-guide-contents .p-left__area01 {
    width: 100%;
    max-width: 500px;
  }
}
.p-guide-contents .p-left__logo {
  max-width: 307px;
  width: 100%;
  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;
  margin: 0 auto;
}
.p-guide-contents .p-left__logo > img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-guide-contents .p-left__area02 {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  row-gap: 20px;
  max-width: 500px;
  width: 88%;
}
@media screen and (max-width: 1100px) {
  .p-guide-contents .p-left__area02 {
    -webkit-column-gap: 2.1666666667vw;
       -moz-column-gap: 2.1666666667vw;
            column-gap: 2.1666666667vw;
    row-gap: 1.6666666667vw;
    width: 24.1666666667vw;
  }
}
.p-guide-contents .p-right-content {
  position: relative;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-guide-contents .p-right-content {
    display: none;
  }
}
.p-guide-contents .p-right-menuwrap {
  position: sticky;
  top: 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 940px) {
  .p-guide-contents .p-right-menuwrap {
    opacity: 1 !important;
    visibility: unset !important;
    height: 100%;
    overflow: hidden;
  }
}
.p-guide-contents .p-right-menuwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 940px) {
  .p-guide-contents .p-right-menuwrap {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }
}
.p-guide-contents .p-right-menu {
  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;
  row-gap: 20px;
}
@media screen and (max-width: 1100px) {
  .p-guide-contents .p-right-menu {
    row-gap: 1.25vw;
  }
}
.p-guide-contents .p-right-menu__item-catch {
  max-width: 64px;
  height: auto;
  display: block;
}
.p-guide-contents .p-right-menu__item-catch img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-guide-contents .p-right-menu__title {
  position: relative;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 1.12px;
}
.p-guide-contents .p-right-menu__title::before {
  content: "・";
}
.p-guide-contents .p-right-btn {
  position: absolute;
  width: 328px;
  height: auto;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1230px) {
  .p-guide-contents .p-right-btn {
    width: 20vw;
  }
}
.p-guide-contents .p-right-btn a {
  max-width: 328px;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-guide-contents .p-right-btn a:hover {
  opacity: 0.8;
}
.p-guide-contents .p-right-btn img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-guide-contents .p-maincontent {
  width: 100%;
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
  background-color: #f2f2f2;
}
.p-guide-contents .p-bg {
  overflow: hidden;
}
.p-guide-contents .p-mv {
  position: relative;
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  opacity: 1;
  background-image: linear-gradient(#3d8aba 1px, transparent 1px), linear-gradient(to right, #3d8aba 0.7px, #e5eff5 0.7px);
  background-size: 14px 14px;
  display: block;
  color: #000;
  padding: 20px 0 42px;
}
.p-guide-contents .p-mv h1 {
  padding: 0;
}
.p-guide-contents .p-mv__label {
  color: #e3fa6b;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  background-color: #000;
  display: inline-block;
  padding: 5px;
}
.p-guide-contents .p-mv__description {
  color: #000;
  background-color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  padding: 5px;
  display: inline-block;
  border: 1px solid #000;
}
.p-guide-contents .p-mv__img {
  width: 100%;
}
.p-guide-contents .p-mv__diagnose-button {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 5px;
  border: 2px solid #000;
  background-color: #e3fa6b;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 500px) {
  .p-guide-contents .p-mv__diagnose-button {
    -webkit-transition: none;
    transition: none;
  }
}
.p-guide-contents .p-mv__diagnose-button:hover, .p-guide-contents .p-mv__diagnose-button:active {
  background-color: #3d8aba !important;
  opacity: 1 !important;
}
.p-guide-contents .p-mv__diagnose-button:hover p, .p-guide-contents .p-mv__diagnose-button:active p {
  color: #ecf3f8 !important;
}
.p-guide-contents .p-mv__diagnose-button:hover p span, .p-guide-contents .p-mv__diagnose-button:active p span {
  color: #ecf3f8 !important;
}
.p-guide-contents .p-mv__diagnose-button:hover svg, .p-guide-contents .p-mv__diagnose-button:active svg {
  stroke: #ecf3f8;
}
.p-guide-contents .p-mv__diagnose-button span {
  display: block;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.p-guide-contents .p-mv__diagnose-button svg {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  stroke: #000;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 14px 0;
}
.p-scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.p-scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
          animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.p-scroll-infinity__item {
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  padding: 0 16px;
}
.p-scroll-infinity__item > img {
  width: 100%;
}

.p-about,
.p-situation {
  background-color: #fff;
}

.p-info {
  padding: 36px 0;
  background-color: #fff;
}
.p-info__title {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3295rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px 0;
  background-color: #3d8aba;
  margin-top: -1px;
}
.p-info__text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 16px;
}
.p-info__bnr {
  max-width: 195px;
  width: 100%;
  margin: 35px auto 0;
  display: block;
}

.l-inner {
  padding: 0 27px;
}

.l-inner--under {
  padding: 0 16px;
}

.l-border {
  border: 1px solid #000;
  background-color: #fff;
  padding: 5px 0;
}
.l-border--bottom {
  border-bottom: 1px solid #000;
  background-color: #fff;
  border-top: none;
}
.l-border--p-none {
  padding: 0;
  border: 1px solid #000;
  background-color: #fff;
}

.c-btn {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border: 1px solid #000;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-btn--whitespace {
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .c-btn {
    -webkit-transition: none;
    transition: none;
  }
}
.c-btn:after {
  content: none;
}
.c-btn:hover {
  opacity: 1;
  background-color: #3d8aba;
}
.c-btn:hover p {
  color: #fff !important;
  font-family: "Roboto Condensed", sans-serif !important;
}
.c-btn:hover p span {
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
}
.c-btn p {
  padding: 10px;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
}
.c-btn span {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  display: block;
  line-height: 1.1; /* 1.32rem */
}

.c-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-type {
  padding-top: 35px;
}
.c-type__effectwrap {
  display: block;
  line-height: 1;
  position: relative;
  top: 2px;
}
.c-type__label {
  display: inline-block;
}
.c-type__label--finish {
  display: block;
}
.c-type__label--finish span {
  display: inline-block;
}
.c-type__label span {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  background-color: #000;
  padding: 5px 10px;
}
.c-type__title {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.9rem;
  font-style: normal;
  display: inline-block;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 5px;
}
.c-type__textarea {
  border: 1px solid #000;
  background-color: #fff;
}
.c-type__text {
  padding: 14px;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
.c-type__text + .c-type__text {
  border-top: 2px dotted #000;
}
.c-type__text--accent {
  background-color: #e3fa6b;
}
.c-type__stext {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 14px;
  line-height: 1.5;
}

/* ------------- quiz */
.p-quiz {
  padding: 25px 0 145px;
  background-image: linear-gradient(#3d8aba 1px, transparent 1px), linear-gradient(to right, #3d8aba 0.7px, #e5eff5 0.7px);
  background-size: 14px 14px;
  position: relative;
}
.p-quiz::before {
  content: "";
  background-image: url(../img/img_top_04.webp);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-height: 123px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.p-quiz__number {
  font-size: 2.7rem;
  font-weight: 500;
  color: #e3fa6b;
  letter-spacing: 0.05em;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  padding: 0 10px;
  background-color: #000000;
}
.p-quiz__titlewrap {
  border: 1px solid #000;
  background-color: #fff;
  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: 9px;
  padding: 20px 60px 20px 20px;
  position: relative;
  height: 95px;
}
.p-quiz__img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 71px;
  width: 100%;
  max-height: 89px;
  height: 100%;
}
.p-quiz__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
}
.p-quiz__title span {
  background-color: #e3fa6b;
}
.p-quiz__body {
  margin-top: 25px;
}
.p-quiz__answer-text {
  border-radius: 10px;
  color: #3d8aba;
  font-weight: bold;
  line-height: 1.5;
  padding: 36px 13px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #3d8aba;
  font-size: 1.8rem;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 500px) {
  .p-quiz__answer-text {
    -webkit-transition: none;
    transition: none;
  }
}
.p-quiz__answer-text:hover {
  background-color: #3d8aba;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .p-quiz__answer-text:hover {
    background-color: #fff;
    color: #3d8aba;
  }
}
@media screen and (max-width: 640px) {
  .p-quiz__answer-text:active {
    background-color: #3d8aba;
    color: #fff;
  }
}
@media screen and (max-width: 640px) {
  .p-quiz__answer-text {
    padding: 20px 13px;
  }
}
.p-quiz__answer-text + p {
  margin-top: 22px;
}

/* ------------- finish  */
.p-finish-contents {
  background-image: linear-gradient(#3d8aba 1px, transparent 1px), linear-gradient(to right, #3d8aba 0.7px, #e5eff5 0.7px);
  background-size: 14px 14px;
  padding-bottom: 30px;
  border-bottom: 1px solid #3d8aba;
}
.p-finish-contents__box {
  padding-top: 20px;
}

.p-finish-btnarea {
  background-color: #fff;
  padding-bottom: 135px;
  position: relative;
}
.p-finish-btnarea::before {
  content: "";
  background-image: url(../img/img_top_04.webp);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-height: 123px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.p-finish-btnarea__linklist {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
.p-finish-btnarea__hdtext {
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
  padding: 10px;
}
.p-finish-btnarea__hdtext span {
  color: #e3fa6b;
}
.p-finish-btnarea__mainbutton {
  margin: 30px 0;
}
.p-finish-btnarea__button-box {
  margin: 20px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
.p-finish-btnarea__button-box__button-box + .p-finish-btnarea__button-box__button-box {
  margin-top: 16px;
}
@media screen and (max-width: 500px) {
  .p-finish-btnarea__button-box {
    -webkit-transition: none;
    transition: none;
  }
}
.p-finish-btnarea__button-box:hover .p-finish-btnarea__body, .p-finish-btnarea__button-box:active .p-finish-btnarea__body {
  background-color: #3d8aba;
  opacity: 1 !important;
  color: #ecf3f8 !important;
}
.p-finish-btnarea__button-box:hover .p-finish-btnarea__body svg, .p-finish-btnarea__button-box:active .p-finish-btnarea__body svg {
  stroke: #ecf3f8 !important;
}
.p-finish-btnarea__button-box:hover .p-finish-btnarea__body img, .p-finish-btnarea__button-box:active .p-finish-btnarea__body img {
  opacity: 1 !important;
}
.p-finish-btnarea__head {
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 0;
  border-radius: 5px 5px 0 0;
  border: 2px solid #000000;
}
.p-finish-btnarea__body {
  background-color: #a7cee6;
  padding: 13px 20px 20px;
  border-radius: 0 0 5px 5px;
  border: 2px solid #000000;
  border-top: none;
  position: relative;
}
.p-finish-btnarea__body-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-finish-btnarea__body-text {
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 5px;
}
.p-finish-btnarea__body-img {
  display: block;
  width: 100%;
  margin: 10px auto 0;
}
.p-finish-btnarea__body-img--05 {
  max-width: 193px;
}
.p-finish-btnarea__body-img--06 {
  max-width: 207px;
}
.p-finish-btnarea__body-img--07 {
  max-width: 193px;
}
.p-finish-btnarea__body-img--08 {
  max-width: 193px;
}
.p-finish-btnarea__body-img--09 {
  max-width: 200px;
}
.p-finish-btnarea__body-img--10 {
  max-width: 193px;
}
.p-finish-btnarea__body svg {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  stroke: #000;
}
.p-finish-btnarea__button {
  margin: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 5px;
  border: 2px solid #000;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 500px) {
  .p-finish-btnarea__button {
    -webkit-transition: none;
    transition: none;
  }
}
.p-finish-btnarea__button:hover, .p-finish-btnarea__button:active {
  background-color: #3d8aba;
  opacity: 1 !important;
}
.p-finish-btnarea__button:hover p, .p-finish-btnarea__button:active p {
  color: #ecf3f8 !important;
}
.p-finish-btnarea__button:hover p span, .p-finish-btnarea__button:active p span {
  color: #ecf3f8 !important;
}
.p-finish-btnarea__button:hover svg, .p-finish-btnarea__button:active svg {
  stroke: #ecf3f8;
}
.p-finish-btnarea__button span {
  display: block;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.p-finish-btnarea__button svg {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  stroke: #000;
}

.effect {
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.effect span {
  width: 40px;
}
.effect::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #000;
}
.effect.is-show {
  opacity: 1;
}
.effect.is-show .effect-fade {
  -webkit-animation: fadeIn 0.1s 0.5s;
          animation: fadeIn 0.1s 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.effect.is-show::after {
  /*アニメーションの設定*/
  -webkit-animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
          animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/*keyframesの設定*/
/*文字が消えている状態から現れるアニメーション*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*はじめにブロックを伸ばすアニメーション*/
@-webkit-keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*のび太ブロックを横に追いやるアニメーション*/
@-webkit-keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}