@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
}

/**
 * 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 */
}

/**
 * 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 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  -ms-font-feature-settings: "normal";
  box-sizing: border-box;
  min-height: 0%;
}

html {
  font-size: 2.667vw;
}
@media screen and (min-width: 600px) {
  html {
    font-size: 2.667vw;
  }
}
@media screen and (min-width: 900px) {
  html {
    font-size: 10px;
  }
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  html.is-fixed,
  html.is-fixed body {
    overflow: auto;
  }
}

body {
  height: 100%;
  min-width: 320px;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .pc {
    display: block;
  }
}

.pc-ib {
  display: none;
}
@media screen and (min-width: 900px) {
  .pc-ib {
    display: inline-block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 900px) {
  .sp {
    display: none;
  }
}

.sp-ib {
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .sp-ib {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 900px) {
  img {
    width: auto;
  }
}

p {
  line-height: 1.67;
}

picture {
  display: block;
  width: 100%;
}
@media screen and (min-width: 900px) {
  picture {
    width: auto;
  }
}
picture img {
  width: 100%;
}

.u-inner {
  width: 99rem;
  max-width: 100%;
  padding: 0 1.5rem;
  margin: auto;
}

.c-button {
  display: block;
  margin: 3rem auto 0;
  transition: all 0.2s ease;
  box-shadow: 0px 5px 0 #9c2b2e;
  border-radius: 3.5rem;
  width: 90%;
}
@media screen and (min-width: 900px) {
  .c-button {
    width: 100%;
    margin: 4.5rem auto 0;
    max-width: 50rem;
  }
}
@media screen and (min-width: 900px) {
  .c-button:hover {
    transform: translateY(5px);
    box-shadow: none;
  }
}
.c-button img {
  width: 100%;
}

.l-main {
  padding-top: 6rem;
  overflow-x: hidden;
}
@media screen and (min-width: 900px) {
  .l-main {
    overflow-x: hidden;
  }
}

.u-pagetop {
  position: fixed;
  right: 3rem;
  bottom: 2.5rem;
  line-height: 0;
}
.u-pagetop a {
  display: inline-block;
  padding: 1.3rem 1.1rem;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 900px) {
  .u-pagetop a {
    padding: 1.6rem 1.1rem;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 120vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  border-radius: 1rem;
  left: 50%;
  padding: 3rem 1.5rem;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 85%;
}
@media screen and (min-width: 900px) {
  .modal__content {
    top: 50%;
    height: 85%;
    max-width: 1024px;
  }
}

@media screen and (min-width: 900px) {
  .modal__content__solar {
    padding: 3rem 4rem;
    height: auto;
    overflow-y: visible;
  }
}

@media screen and (min-width: 900px) {
  .modal__content__value {
    height: 85%;
    padding: 3rem 13rem;
  }
}

.modal__content__inner {
  overflow-y: scroll;
  height: 100%;
}

@media screen and (min-width: 900px) {
  .modal__content__row {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 900px) {
  .modal__content__row__inner {
    width: calc(50% - 1rem);
  }
}

.modal__content__title {
  border-bottom: 0.1rem dashed #333;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .modal__content__title {
    font-size: 2.4rem;
  }
}

.modal__content__row__inner:last-child {
  margin-top: 3rem;
}
@media screen and (min-width: 900px) {
  .modal__content__row__inner:last-child {
    margin-top: 0;
  }
}

.modal__content__text {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .modal__content__text {
    font-size: 1.4rem;
    line-height: 1.67;
    margin-top: 2rem;
  }
}

.modal__content__close {
  cursor: pointer;
  position: absolute;
  top: -3rem;
  right: 1.7rem;
  display: block;
  width: 3rem;
  height: 1.6rem;
}
.modal__content__close span {
  position: absolute;
  display: block;
  background: #fff;
  width: 3rem;
  height: 0.3rem;
}
.modal__content__close span:nth-of-type(1) {
  top: 0.6rem;
  transform: rotate(-45deg);
}
.modal__content__close span:nth-of-type(2) {
  top: 0.6rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 900px) {
  .modal__content__close span {
    height: 2px;
  }
  .modal__content__close span:nth-of-type(1) {
    top: 6px;
    transform: rotate(-45deg);
  }
  .modal__content__close span:nth-of-type(2) {
    top: 6px;
    transform: rotate(45deg);
  }
}

/*--------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  z-index: 99999;
}

.header__inner {
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .header__inner {
    width: 1330px;
    max-width: 100%;
    margin: auto;
  }
}

.header__logo {
  display: block;
}
.header__logo img {
  width: 7.9rem;
}

.header__toggle {
  cursor: pointer;
  position: relative;
  display: block;
  width: 2.5rem;
  height: 1.8rem;
}
.header__toggle span {
  position: absolute;
  display: block;
  background: #333;
  width: 2.5rem;
  height: 0.4rem;
}
.header__toggle span:nth-of-type(1) {
  top: 0;
}
.header__toggle span:nth-of-type(2) {
  top: 0.8rem;
}
.header__toggle span:nth-of-type(3) {
  top: 1.6rem;
}
@media screen and (min-width: 900px) {
  .header__toggle span:nth-of-type(1) {
    top: 0;
  }
  .header__toggle span:nth-of-type(2) {
    top: 0.8rem;
  }
  .header__toggle span:nth-of-type(3) {
    top: 1.6rem;
  }
}

.header__nav {
  padding-bottom: 4rem;
  display: none;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  background: #e88d01;
  width: 100%;
  height: 100vh;
  transition: transform 0.5s;
  transform: translate3d(0, -200%, 0);
}
.header__nav.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 900px) {
  .header__nav {
    padding-bottom: 0;
    overflow-y: visible;
    height: 25rem;
  }
}

.header__nav__list__wrap {
  padding: 6rem 3.5rem 0;
}
@media screen and (min-width: 900px) {
  .header__nav__list__wrap {
    padding: 3rem 0 3rem;
    display: flex;
    border: none;
    max-width: 638px;
    width: 100%;
    margin: 1.5rem auto 0;
  }
}

@media screen and (min-width: 900px) {
  .header__nav__list {
    width: 33.3%;
  }
  .header__nav__list:nth-child(1) {
    width: 33.3%;
  }
  .header__nav__list:nth-child(2) {
    width: 33.3%;
  }
}
.header__nav__list a {
  position: relative;
  border-top: 1px dashed #fff;
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media screen and (min-width: 900px) {
  .header__nav__list a {
    border-top: none;
    border-right: 1px dashed #fff;
    display: block;
    text-align: center;
    padding: 2rem 0 4rem;
  }
}
@media screen and (min-width: 900px) {
  .header__nav__list a:hover {
    opacity: 0.7;
  }
}
.header__nav__list a::after {
  content: "";
  border-bottom: solid 0.2rem #fff;
  border-right: solid 0.2rem #fff;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 900px) {
  .header__nav__list a::after {
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 80%;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 900px) {
  .header__nav__list a span {
    display: block;
    text-align: center;
  }
}
.header__nav__list:last-child a {
  border-bottom: 1px dashed #fff;
}
@media screen and (min-width: 900px) {
  .header__nav__list:last-child a {
    border-bottom: none;
    border-right: none;
  }
}

.header__nav__list__number {
  width: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .header__nav__list__number {
    width: 3rem;
    margin: auto;
  }
}
.header__nav__list__number.number_01 img {
  width: 0.7rem;
}
.header__nav__list__number.number_02 img {
  width: 1.4rem;
}
.header__nav__list__number.number_03 img {
  width: 1.3rem;
}
.header__nav__list__number.number_04 img {
  width: 1.45rem;
}
.header__nav__list__number.number_05 img {
  width: 1.35rem;
}

.header__nav__list__text {
  margin-left: 1.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
}
@media screen and (min-width: 900px) {
  .header__nav__list__text {
    margin-left: 0;
    margin-top: 2rem;
    font-size: 1.7rem;
  }
}

.header__nav__voices {
  position: relative;
  border: 1px solid #fff;
  border-radius: 12rem;
  margin: 2rem auto 0;
  padding: 2rem 0 2rem 5.5rem;
  width: 90%;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
  transition: 0.3s;
}
@media screen and (min-width: 900px) {
  .header__nav__voices {
    width: 62.2rem;
    border-radius: 3rem;
    padding: 1.5rem 0;
    margin: auto;
    border: 1px solid #fff;
    text-align: center;
  }
}
.header__nav__voices::after {
  border-bottom: solid 0.2rem #fff;
  border-right: solid 0.2rem #fff;
  content: "";
  height: 1.3rem;
  position: absolute;
  right: 3rem;
  top: 48%;
  transform: translateY(-50%) rotate(-45deg);
  width: 1.3rem;
}
@media screen and (min-width: 900px) {
  .header__nav__voices::after {
    width: 1.8rem;
    height: 1.8rem;
    top: 26%;
    right: 4rem;
    transform: translateX(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 900px) {
  .header__nav__voices:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 900px) {
  .header__toggle__close__wrap {
    position: relative;
    width: 1330px;
    max-width: 100%;
    margin: auto;
  }
}

.header__toggle__close {
  cursor: pointer;
  position: absolute;
  right: 1.2rem;
  top: 2.2rem;
  display: block;
  width: 3rem;
  height: 1.6rem;
}
.header__toggle__close p {
  display: block;
  position: absolute;
  right: 3rem;
  font-size: 1.5rem;
  top: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.header__toggle__close span {
  position: absolute;
  display: block;
  background: #fff;
  width: 3rem;
  height: 0.3rem;
}
.header__toggle__close span:nth-of-type(1) {
  top: 0.6rem;
  transform: rotate(-45deg);
}
.header__toggle__close span:nth-of-type(2) {
  top: 0.6rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 900px) {
  .header__toggle__close span {
    height: 2px;
  }
  .header__toggle__close span:nth-of-type(1) {
    top: 6px;
    transform: rotate(-45deg);
  }
  .header__toggle__close span:nth-of-type(2) {
    top: 6px;
    transform: rotate(45deg);
  }
}

/*--------------------------------------------------------*/
.l-footer {
  background: #333333;
  padding: 1rem 0;
}

.l-footer__copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

[data-animation=fade] {
  opacity: 0;
}

[data-animation=fade].js-fade {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  opacity: 0;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

[data-animation=kv-fade] {
  opacity: 0;
}

[data-animation=kv-fade].js-fade {
  -webkit-animation-name: fadeInTitle;
  animation-name: fadeInTitle;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  opacity: 0;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInTitle {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 30px, 0);
    transform: translate(-50%, 30px, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0, 0);
    transform: translate(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0, 0);
    transform: translate(-50%, 0, 0);
  }
}
@keyframes fadeInTitle {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 30px, 0);
    transform: translate(-50%, 30px, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0, 0);
    transform: translate(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0, 0);
    transform: translate(-50%, 0, 0);
  }
}
.p-mv {
  background: #f3f3f3;
}

.p-mv__slider img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-mv__slider {
    max-width: 1300px;
    margin: auto;
  }
}

/*--------------------------------------------------------*/
.p-point {
  background: url(../images/bg_point.png);
  padding: 2rem 1.5rem 4.5rem;
}
@media screen and (min-width: 900px) {
  .p-point {
    padding: 3rem 0 5.5rem;
  }
}

.p-point__hdg {
  width: auto;
  margin: 36px auto 42px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-point__hdg {
    width: 54.2rem;
    margin: 20px auto 42px;
  }
}

.p-point__list__wrap {
  margin-top: 1.5rem;
}
@media screen and (min-width: 900px) {
  .p-point__list__wrap {
    border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;
    max-width: 638px;
    width: 100%;
    margin: 1.5rem auto 0;
    display: flex;
  }
}

.p-point__list {
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-point__list {
    width: 33.3%;
  }
  .p-point__list:nth-child(2) {
    width: 33.3%;
  }
}
.p-point__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  display: block;
  z-index: 1;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 900px) {
  .p-point__list::before {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-point__list:nth-child(1)::before {
  background: url(../images/number_1.png) no-repeat center center/cover;
  width: 0.7rem;
  height: 1.85rem;
  left: 1.5rem;
}
@media screen and (min-width: 900px) {
  .p-point__list:nth-child(1)::before {
    width: 1.4rem;
    height: 3.9rem;
    left: 50%;
  }
}
.p-point__list:nth-child(2)::before {
  background: url(../images/number_2.png) no-repeat center center/cover;
  width: 1.4rem;
  height: 1.85rem;
}
@media screen and (min-width: 900px) {
  .p-point__list:nth-child(2)::before {
    width: 2.8rem;
    height: 3.9rem;
  }
}
.p-point__list:nth-child(3)::before {
  background: url(../images/number_3.png) no-repeat center center/cover;
  width: 1.3rem;
  height: 1.9rem;
}
@media screen and (min-width: 900px) {
  .p-point__list:nth-child(3)::before {
    width: 2.6rem;
    height: 3.8rem;
  }
}
.p-point__list:nth-child(4)::before {
  background: url(../images/number_4.png) no-repeat center center/cover;
  width: 1.45rem;
  height: 1.85rem;
}
@media screen and (min-width: 900px) {
  .p-point__list:nth-child(4)::before {
    width: 2.9rem;
    height: 3.9rem;
  }
}
.p-point__list:nth-child(5)::before {
  background: url(../images/number_5.png) no-repeat center center/cover;
  width: 1.3rem;
  height: 1.9rem;
}
@media screen and (min-width: 900px) {
  .p-point__list:nth-child(5)::before {
    width: 2.6rem;
    height: 3.8rem;
  }
}
@media screen and (min-width: 900px) {
  .p-point__list:hover:nth-child(1)::before {
    background: url(../images/number_1_white.png) no-repeat center center/cover;
  }
  .p-point__list:hover:nth-child(2)::before {
    background: url(../images/number_2_white.png) no-repeat center center/cover;
  }
  .p-point__list:hover:nth-child(3)::before {
    background: url(../images/number_3_white.png) no-repeat center center/cover;
  }
  .p-point__list:hover:nth-child(4)::before {
    background: url(../images/number_4_white.png) no-repeat center center/cover;
  }
  .p-point__list:hover:nth-child(5)::before {
    background: url(../images/number_5_white.png) no-repeat center center/cover;
  }
}
.p-point__list a {
  position: relative;
  border-top: 1px dashed #333;
  padding: 2rem 1rem 2rem 2rem;
  background: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .p-point__list a {
    border-top: none;
    border-left: 1px dashed #333;
    display: block;
    text-align: center;
    padding: 5.2rem 0 4rem;
    transition: 0.3s;
  }
}
@media screen and (min-width: 900px) {
  .p-point__list a:hover {
    background: #e88d01;
    color: #fff;
  }
  .p-point__list a:hover::after {
    border-bottom: solid 0.2rem #fff;
    border-right: solid 0.2rem #fff;
  }
}
.p-point__list a::after {
  content: "";
  border-bottom: solid 0.2rem #333;
  border-right: solid 0.2rem #333;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: 45%;
  right: 1.5rem;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 900px) {
  .p-point__list a::after {
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 76%;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 900px) {
  .p-point__list a span {
    margin-top: 1rem;
    display: block;
    text-align: center;
  }
}
.p-point__list:last-child a {
  border-bottom: 1px dashed #333;
}
@media screen and (min-width: 900px) {
  .p-point__list:last-child a {
    border-bottom: none;
    border-right: 1px dashed #333;
  }
}

.p-point__list__text {
  margin-left: 1.8rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 900px) {
  .p-point__list__text {
    margin-left: 0;
    font-size: 1.7rem;
    line-height: 1.67;
  }
}

.p-point__voices {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 2rem;
  padding: 1.2rem 1.4rem 1.2rem 0;
  background: #e88d01;
  border: 1px solid #e88d01;
  border-radius: 3rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 900px) {
  .p-point__voices {
    width: 60rem;
    margin: 4rem auto 0;
    padding: 2rem 0;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 900px) {
  .p-point__voices:hover {
    background: #fff;
    color: #e88d01;
  }
  .p-point__voices:hover::after {
    content: "";
    border-bottom: solid 0.2rem #e88d01;
    border-right: solid 0.2rem #e88d01;
  }
}
.p-point__voices::after {
  content: "";
  border-bottom: solid 0.2rem #fff;
  border-right: solid 0.2rem #fff;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: 41%;
  right: 1.5rem;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 900px) {
  .p-point__voices::after {
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 28%;
    transform: translateX(-50%) rotate(45deg);
    transition: 0.3s;
  }
}

/*--------------------------------------------------------*/
.p-ismile {
  padding: 4rem 0 0 0;
}
@media screen and (min-width: 900px) {
  .p-ismile {
    padding: 9rem 0 0 0;
  }
}

.p-ismile__hdg {
  width: 29.4rem;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-ismile__hdg {
    width: 53.4rem;
  }
}

@media screen and (min-width: 900px) {
  .p-ismile-inner {
    width: 1024px;
    max-width: 100%;
    margin: auto;
  }
}

.p-ismile__row {
  margin-top: 3rem;
}
@media screen and (min-width: 900px) {
  .p-ismile__row {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 900px) {
  .p-ismile__row:last-child {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 900px) {
  .p-ismile__row__image {
    width: 50%;
  }
}
.p-ismile__row__image img {
  width: 100%;
}

.p-ismile__row__inner {
  margin-top: 2rem;
  padding: 0 3rem;
}
@media screen and (min-width: 900px) {
  .p-ismile__row__inner {
    width: 50%;
    padding: 0 2.5rem;
  }
}

.p-ismile__row__inner__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .p-ismile__row__inner__title {
    font-size: 2.8rem;
  }
}

.p-ismile__row__inner__text {
  border-top: 0.1rem dashed #333;
  margin-top: 1rem;
  padding-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.67;
}
@media screen and (min-width: 900px) {
  .p-ismile__row__inner__text {
    font-size: 1.6rem;
  }
}

/*--------------------------------------------------------*/
.p-solar {
  position: relative;
  background: #fff0d7;
  margin-top: 10rem;
  padding: 2rem 0 3rem;
}
@media screen and (min-width: 900px) {
  .p-solar {
    margin-top: 16rem;
    padding: 2rem 0 6rem;
  }
}

.p-solar__hdg__01 {
  display: flex;
  position: absolute;
  top: -11rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -6rem;
  padding-top: 6rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-solar__hdg__01 {
    top: -13.1rem;
  }
  .p-solar__hdg__01::before, .p-solar__hdg__01::after {
    content: "";
    display: block;
    background: url(../images/bg_orange_title.png);
    flex-grow: 1;
  }
}

.p-solar__hdg__02 {
  margin: 1.5rem auto 0;
  width: 28.2rem;
}
@media screen and (min-width: 900px) {
  .p-solar__hdg__02 {
    margin-top: 3rem;
    width: 73.1rem;
  }
}

.p-solar__image {
  display: block;
  margin-top: 1.5rem;
}
@media screen and (min-width: 900px) {
  .p-solar__image {
    margin-top: 6rem;
  }
}

.p-solar__image__caption {
  margin-top: 2.5rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .p-solar__image__caption {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}

.p-solar__button {
  position: relative;
  display: block;
  margin: 3rem auto 0;
  padding: 1rem 0;
  background: #fff;
  color: #333;
  border: 0.1rem solid #333;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-solar__button {
    padding: 1.5rem 0;
    width: 43rem;
    font-size: 1.8rem;
    font-weight: bold;
    transition: 0.3s;
  }
}
.p-solar__button::after {
  content: "";
  background: url(../images/icon_detail.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (min-width: 900px) {
  .p-solar__button::after {
    width: 2.5rem;
    height: 2.5rem;
    transition: 0.3s;
  }
}
@media screen and (min-width: 900px) {
  .p-solar__button:hover {
    background: #e88d01;
    border: 0.1rem solid #e88d01;
    color: #fff;
  }
  .p-solar__button:hover::after {
    background: url(../images/icon_detail_white.png) no-repeat center center/cover;
  }
}

.p-solar__row {
  background: #fff;
  border-radius: 1rem;
  margin-top: 4.5rem;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 900px) {
  .p-solar__row {
    position: relative;
    margin-top: 6rem;
    padding: 6rem 2rem 2rem;
  }
}

.p-solar__row__hdg {
  width: 19.85rem;
  margin: auto;
}
@media screen and (min-width: 900px) {
  .p-solar__row__hdg {
    width: auto;
    position: absolute;
    top: -4%;
    left: 10%;
  }
}

.p-solar__row__text {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-solar__row__text {
    font-size: 1.6rem;
  }
}

.p-solar__row__inner {
  margin-top: 2.5em;
}
@media screen and (min-width: 900px) {
  .p-solar__row__inner {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 900px) {
  .p-solar__row__inner__image:first-child {
    padding-right: 2rem;
  }
}
.p-solar__row__inner__image:last-child {
  padding-top: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .p-solar__row__inner__image:last-child {
    border-top: none;
    padding-top: 0;
    padding-left: 2rem;
    margin-top: 20px;
  }
}

.p-solar__row__inner__txt {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin: 20px 0;
}

/*--------------------------------------------------------*/
.p-plan {
  /* SP（ベース） */
  padding: 4rem 1.5rem 0;
}
@media screen and (min-width: 900px) {
  .p-plan {
    padding: 6rem 0 0;
  }
}

.p-plan__inner {
  max-width: 900px;
  margin: 0 auto;
}

.p-plan__title {
  /* SP（ベース） */
  text-align: center;
  font-size: 2.2rem;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .p-plan__title {
    font-size: 2.6rem;
  }
}

.p-plan__box {
  /* SP（ベース） */
  position: relative;
  padding: 1.5rem 1.8rem 2.2rem;
  border-radius: 1.2rem;
  background: #fff;
  width: 85%;
  margin: 3rem auto;
}
@media screen and (min-width: 900px) {
  .p-plan__box {
    width: auto;
    margin: 3rem 0 0;
    padding: 2rem 3rem 2.4rem 18rem;
  }
}

.p-plan__box--orange {
  /* SP（ベース） */
  border: 0.3rem solid #ebb997;
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .p-plan__box--orange {
    border: 0.6rem solid #ebb997;
    margin-top: 3rem;
  }
}

.p-plan__box--blue {
  /* SP（ベース） */
  border: 0.3rem solid #b4c8eb;
  margin-top: 4rem;
}
@media screen and (min-width: 900px) {
  .p-plan__box--blue {
    border: 0.6rem solid #b4c8eb;
    margin-top: 2rem;
  }
}

/* ラベル */
.p-plan__label {
  /* SP（ベース）：丸 */
  position: absolute;
  width: 9.2rem;
  height: 9.2rem;
  border-radius: 50%;
  left: -1rem;
  top: -2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  gap: 0.4rem;
}
@media screen and (min-width: 900px) {
  .p-plan__label {
    /* PC：横長タグ */
    width: 14.5rem;
    height: 4.5rem;
    border-radius: 0;
    left: 0;
    top: 0;
    font-size: 2.4rem;
    color: #d8742f;
  }
}

.p-plan__label--orange {
  /* SP（ベース）：背景は無し（画像運用してる前提） */
  background: none;
}
@media screen and (min-width: 900px) {
  .p-plan__label--orange {
    background: #ebb997;
    border-bottom-right-radius: 1.2rem;
  }
}

.p-plan__label--blue {
  background: none;
}
@media screen and (min-width: 900px) {
  .p-plan__label--blue {
    background: #b4c8eb;
    border-bottom-right-radius: 1.2rem;
    color: #627eb0;
  }
}

.p-plan__label__text {
  /* SP（ベース）：あなたの現状に合わせて位置調整 */
  color: #fff;
  font-weight: 700;
  position: relative;
  top: -2rem;
  left: -3rem;
}
.p-plan__label__text img {
  width: 80%;
}
@media screen and (min-width: 900px) {
  .p-plan__label__text {
    position: static;
    color: inherit;
  }
  .p-plan__label__text img {
    width: auto;
  }
}

.p-plan__label__icon {
  display: block;
  margin-top: 0.4rem;
  position: relative;
}

/* ラベルアイコン（PCのみ表示、SPは非表示） */
.p-plan__label__icon::before,
.p-plan__label__icon::after {
  content: "";
  position: absolute;
}

.p-plan__label__icon::before {
  /* SP：非表示 */
  display: none;
}
@media screen and (min-width: 900px) {
  .p-plan__label__icon::before {
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .p-plan__box--orange .p-plan__label__icon::before {
    bottom: 0;
    left: -3.5rem;
    top: 3.5rem;
    width: 6.8rem;
    height: 5.4rem;
    background: url(../images/i-smile-icon.png) no-repeat;
  }
}

@media screen and (min-width: 900px) {
  .p-plan__box--blue .p-plan__label__icon::before {
    bottom: 0;
    left: -3.5rem;
    top: 3.5rem;
    width: 6.8rem;
    height: 5.4rem;
    background: url(../images/i-smile-w-icon.png) no-repeat;
  }
}

.p-plan__label__icon::after {
  left: 50%;
}

/* キャッチ */
.p-plan__content {
  position: relative;
}

.p-plan__catch {
  /* SP（ベース） */
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .p-plan__catch {
    text-align: left;
    font-size: 2.2rem;
  }
}

.p-plan__catch--orange {
  color: #e98330;
}

.p-plan__catch--blue {
  color: #627eb0;
}

/* 行 */
.p-plan__row {
  /* SP（ベース） */
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .p-plan__row {
    margin-top: 2rem;
  }
}

/* 家アイコン（SPは非表示のまま） */
.p-plan__house {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-plan__house {
    display: block; /* もしPCで使うならここで実装 */
  }
}

/* ボタンリスト */
.p-plan__btn-list {
  /* SP（ベース）：3列グリッド */
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
@media screen and (min-width: 900px) {
  .p-plan__btn-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
}

.p-plan__btn-item {
  list-style: none;
}

/* ボタン */
.p-plan__btn {
  position: relative;
  display: inline-block;
  /* SP（ベース） */
  min-width: 0;
  width: 100%;
  padding: 1.2rem 0.6rem;
  border-radius: 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  white-space: normal;
  line-height: 1.25;
  transition: all 0.15s ease-out;
  /* PCに寄せる */
  /* 矢印：SP/PCで出し分け */
  /* hover：影消える＋沈む（PCだけでOKなら pc内に入れてもOK） */
}
@media screen and (min-width: 900px) {
  .p-plan__btn {
    min-width: 21rem;
    width: auto;
    padding: 1.7rem 1.5rem;
    font-size: 2.1rem;
    white-space: nowrap;
    line-height: normal;
  }
}
.p-plan__btn::after {
  content: "";
  position: absolute;
  pointer-events: none;
  /* SP */
  right: 0.6rem;
  top: 83%;
  width: 0.6rem;
  height: 0.8rem;
  background: url(../images/p-plan-arrow-sp.png) no-repeat center/contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .p-plan__btn::after {
    right: 1.6rem;
    top: 50%;
    width: 1.5rem;
    height: 5.2rem;
    background: url(../images/p-plan-arrow-pc.png) no-repeat center/contain;
    transform: translateY(-50%);
  }
}
.p-plan__btn:hover {
  box-shadow: none;
  transform: translateY(4px);
}

/* 色 */
.p-plan__btn--orange {
  background: #e98330;
  box-shadow: 3px 4px 0 rgba(196, 134, 92, 0.43);
}

.p-plan__btn--blue {
  background: #627eb0;
  box-shadow: 3px 4px 0 rgba(77, 106, 157, 0.43);
}

/*--------------------------------------------------------*/
.p-fac {
  position: relative;
  margin-top: 14rem;
  padding: 2rem 0 3rem;
}
@media screen and (min-width: 900px) {
  .p-fac {
    margin-top: 20rem;
  }
  .p-fac .u-inner {
    width: 850px;
  }
}

.p-fac__hdg__01 {
  display: flex;
  position: absolute;
  top: -11.1rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -6rem;
  padding-top: 6rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-fac__hdg__01::before, .p-fac__hdg__01::after {
    content: "";
    display: block;
    background: url(../images/bg_blue_title.png);
    flex-grow: 1;
  }
}

.p-fac__hdg__02 {
  margin: 1.5rem auto 0;
  width: 31.2rem;
}
@media screen and (min-width: 900px) {
  .p-fac__hdg__02 {
    margin: 5rem auto 0;
    width: 54.86rem;
  }
}

.p-fac__slider {
  margin-top: 3.5rem;
}
@media screen and (min-width: 900px) {
  .p-fac__slider {
    margin-top: 7rem;
  }
}
.p-fac__slider li img {
  width: 100%;
}
.p-fac__slider .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 27%;
  width: 3rem;
  height: 3rem;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-fac__slider .slide-arrow {
    top: 40%;
    width: 4.5rem;
    height: 4.5rem;
  }
}
.p-fac__slider .prev-arrow {
  left: -1.5rem;
}
.p-fac__slider .next-arrow {
  right: -1.5rem;
}

.p-fac__slider__caption {
  position: relative;
  margin-top: 2rem;
  padding: 1.5rem 0.8rem;
  background: #def6f7;
  font-size: 1.4rem;
  height: 9.5rem;
  line-height: 1.7;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 900px) {
  .p-fac__slider__caption {
    border-radius: 1rem;
    padding: 1.5rem;
    height: auto;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.p-fac__slider__caption span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .p-fac__slider__caption span {
    font-size: 2rem;
  }
}
.p-fac__slider__caption::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-bottom: 1.5rem solid #def6f7;
}
@media screen and (min-width: 900px) {
  .p-fac__slider__caption::before {
    top: -1.5rem;
    border-bottom: 2rem solid #def6f7;
  }
}

.p-fac__thumb {
  margin-top: 1.5rem;
}
@media screen and (min-width: 900px) {
  .p-fac__thumb {
    margin-top: -0.5rem;
  }
}
.p-fac__thumb .slick-list {
  padding: 0 !important;
}
.p-fac__thumb .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-fac__thumb .slick-track::before, .p-fac__thumb .slick-track::after {
  display: none;
}
.p-fac__thumb .slick-track:focus-visible {
  outline: 0;
}
.p-fac__thumb li {
  cursor: pointer;
  outline: none;
  margin-top: 0.4rem;
  width: calc(12.5% - 0.25rem) !important;
}
.p-fac__thumb li:hover {
  filter: brightness(1.1);
  transition: all 0.5s;
}
.p-fac__thumb li img {
  border-radius: 0.3rem;
  border: 0.2rem solid #fff;
  width: 90%;
}
@media screen and (min-width: 900px) {
  .p-fac__thumb li img {
    border-radius: 1rem;
    border: 0.6rem solid #fff;
  }
}
.p-fac__thumb li.slick-current img {
  border: 0.2rem solid #009c8e;
}
@media screen and (min-width: 900px) {
  .p-fac__thumb li.slick-current img {
    border: 0.6rem solid #009c8e;
  }
}

/*--------------------------------------------------------*/
.p-tec {
  position: relative;
  background: #fff0d7;
  margin-top: 17rem;
  padding: 2rem 0 3rem;
}
@media screen and (min-width: 900px) {
  .p-tec {
    margin-top: 23rem;
    padding: 2rem 0 6rem;
  }
}

.p-tec__hdg__01 {
  display: flex;
  position: absolute;
  top: -11.1rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -6rem;
  padding-top: 6rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-tec__hdg__01 {
    top: -14.1rem;
  }
  .p-tec__hdg__01::before, .p-tec__hdg__01::after {
    content: "";
    display: block;
    background: url(../images/bg_orange_title.png);
    flex-grow: 1;
  }
}

.p-tec__hdg__02 {
  margin: 1.5rem auto 0;
  width: 26.7rem;
}
@media screen and (min-width: 900px) {
  .p-tec__hdg__02 {
    margin: 1rem auto 0;
    width: 47.44rem;
  }
}

.p-tec__text {
  margin-top: 3rem;
  font-size: 1.5rem;
  padding: 0 1.2rem;
  margin-bottom: 7rem;
}
@media screen and (min-width: 900px) {
  .p-tec__text {
    font-size: 2rem;
    text-align: center;
    max-width: 68.5rem;
    margin: 4rem auto;
    text-align: left;
  }
}

.p-tec__row {
  position: relative;
  margin-top: 5rem;
}
@media screen and (min-width: 900px) {
  .p-tec__row {
    margin: 8rem auto 0;
    max-width: 91rem;
  }
}

.p-tec__row__hdg {
  position: absolute;
  top: -2.6rem;
  left: -0.8rem;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-tec__row__hdg {
    top: -3.6rem;
  }
}
.p-tec__row__hdg.ene {
  width: 19.5rem;
}
@media screen and (min-width: 900px) {
  .p-tec__row__hdg.ene {
    width: 25.2rem;
  }
}
.p-tec__row__hdg.home {
  width: 19.5rem;
}
@media screen and (min-width: 900px) {
  .p-tec__row__hdg.home {
    width: 25.2rem;
  }
}
.p-tec__row__hdg.seis {
  width: 10.6rem;
}
@media screen and (min-width: 900px) {
  .p-tec__row__hdg.seis {
    width: 13.7rem;
  }
}

.p-tec__row__inner {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 1.2rem 7rem 1.2rem;
  height: 48rem;
}
@media screen and (min-width: 900px) {
  .p-tec__row__inner {
    padding: 4rem 2rem 2rem;
    height: auto;
    display: grid;
    align-self: center;
    grid-template-columns: 60% 40%;
    grid-template-rows: 40px 1fr;
  }
}
.p-tec__row__inner.col2 {
  height: auto;
}
@media screen and (min-width: 900px) {
  .p-tec__row__inner.col2 {
    grid-template-rows: 80px 1fr;
  }
}
@media screen and (min-width: 900px) {
  .p-tec__row__inner:last-child {
    margin-top: 2rem;
  }
}
.p-tec__row__inner.col3 {
  height: 51rem;
}
@media screen and (min-width: 900px) {
  .p-tec__row__inner.col3 {
    height: auto;
  }
}
.p-tec__row__inner.col4 {
  height: 51rem;
}
@media screen and (min-width: 900px) {
  .p-tec__row__inner.col4 {
    height: auto;
  }
}

.p-tec__row__title {
  font-size: 1.55rem;
  letter-spacing: -0.01em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-tec__row__title {
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: 2.1rem;
    padding-right: 1rem;
    text-align: left;
  }
}

.p-tec__row__image {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .p-tec__row__image {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 0;
    padding-left: 1rem;
  }
}
.p-tec__row__image img {
  width: 100%;
}

@media screen and (min-width: 900px) {
  .p-tec__row__image--mt {
    margin-top: -2rem;
  }
}

.p-tec__row__image__caption {
  margin-top: 0.3rem;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-tec__row__image__caption {
    font-size: 1.6rem;
  }
}

.p-tec__row__text {
  margin-top: 2rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 900px) {
  .p-tec__row__text {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-top: 0;
    margin-bottom: auto;
    font-size: 1.6rem;
    padding-right: 2rem;
  }
}
.p-tec__row__text span {
  font-size: 1rem;
  vertical-align: super;
}
.p-tec__row__text .p-tec__row__attention {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .p-tec__row__text .p-tec__row__attention {
    font-size: 1.2rem;
  }
}

.slick-counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.6rem;
  background: #f0f0f0;
  border-radius: 0.5rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .slick-counter {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .slick-counter-modal {
    display: block;
  }
}

.p-tec__slider .slide-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 1.5rem;
  z-index: 1;
  width: 3rem;
  height: 3rem;
}
.p-tec__slider .prev-arrow {
  left: 1.5rem;
}
.p-tec__slider .next-arrow {
  right: 1.5rem;
}

/*--------------------------------------------------------*/
.p-value {
  position: relative;
  margin-top: 17rem;
  padding: 2rem 0 3rem;
}
@media screen and (min-width: 900px) {
  .p-value {
    margin-top: 22rem;
    padding-bottom: 0;
  }
}

.p-value__hdg__01 {
  display: flex;
  position: absolute;
  top: -11.1rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -6rem;
  padding-top: 6rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-value__hdg__01 {
    top: -14.1rem;
  }
  .p-value__hdg__01::before, .p-value__hdg__01::after {
    content: "";
    display: block;
    background: url(../images/bg_orange_title.png);
    flex-grow: 1;
  }
}

.p-value__hdg__02 {
  margin: 1.5rem auto 0;
  width: 19.7rem;
}
@media screen and (min-width: 900px) {
  .p-value__hdg__02 {
    margin: 3rem auto 0;
    width: 68.83rem;
  }
}

.p-value__row {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .p-value__row {
    margin-top: 6rem;
    display: flex;
    align-items: center;
  }
}

.p-value__row__image {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 900px) {
  .p-value__row__image {
    margin: 0;
    width: 50%;
  }
}
.p-value__row__image img {
  width: 100%;
}

.p-value__row__text {
  margin-top: 1rem;
  font-size: 1.5rem;
  width: 92%;
  margin: 1rem auto;
}
@media screen and (min-width: 900px) {
  .p-value__row__text {
    width: 50%;
    margin-top: 0;
    padding-left: 2rem;
    font-size: 2rem;
  }
}

@media screen and (min-width: 900px) {
  .p-value__inner__wrap {
    background: #fff3de;
    margin: 4.5rem calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.p-value__inner__wrap .p-value__inner__glid {
  background: #fff;
  border-radius: 1rem;
  padding: 1.6rem 1.4rem;
  margin-top: 0rem;
}
@media screen and (min-width: 900px) {
  .p-value__inner__wrap .p-value__inner__glid {
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    align-items: start;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .p-value__inner__wrap .p-value__inner__glid .p-value__inner__title {
    grid-column: 1/-1;
  }
}
.p-value__inner__wrap .p-value__inner__glid .p-value__inner__text {
  margin-top: 0rem;
  margin-bottom: 3rem;
  width: auto;
}
@media screen and (min-width: 900px) {
  .p-value__inner__wrap .p-value__inner__glid .p-value__inner__text {
    grid-column: 1/2;
    grid-row: 1;
    margin-top: 0;
    line-height: 2;
    position: relative;
    top: -0.8rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}
.p-value__inner__wrap .p-value__inner__glid .p-value__inner__image__wrap {
  margin-top: 1.2rem;
}
@media screen and (min-width: 900px) {
  .p-value__inner__wrap .p-value__inner__glid .p-value__inner__image__wrap {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-top: 0;
    background: transparent;
    padding: 0;
    border-radius: 0;
    align-self: start;
  }
}
.p-value__inner__wrap .p-value__inner__glid .p-value__inner__image {
  display: block;
}
.p-value__inner__wrap .p-value__inner__glid .p-value__inner__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-value__inner__wrap .p-value__inner__glid .p-value__inner__note {
  margin-top: 1.2rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
}
@media screen and (min-width: 900px) {
  .p-value__inner__wrap .p-value__inner__glid .p-value__inner__note {
    grid-column: 1/2;
    grid-row: 2;
    font-size: 1.2rem;
    line-height: 1.8;
    position: relative;
    top: 7.5rem;
  }
}

.p-value__inner {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .p-value__inner {
    width: 88rem;
    max-width: 100%;
    padding: 3rem 1.5rem 0;
    margin: auto;
    margin-top: 3rem;
  }
  .p-value__inner:last-child {
    padding-bottom: 4rem;
  }
}

.p-value__inner__title {
  border-bottom: 0.1rem dashed #333;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.6rem 0;
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-value__inner__title {
    font-size: 2.6rem;
    width: auto;
  }
}

.p-value__inner__text {
  font-size: 1.5rem;
  line-height: 1.67;
  width: 92%;
  margin: 1rem auto;
}
@media screen and (min-width: 900px) {
  .p-value__inner__text {
    font-size: 1.6rem;
    width: auto;
  }
}

.p-value__inner__image__wrap {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .p-value__inner__image__wrap {
    display: block;
    background: #fff;
    border-radius: 1rem;
    padding: 3rem;
  }
}

@media screen and (min-width: 900px) {
  .p-value__inner__row {
    justify-content: space-between;
  }
}

.p-value__inner__button {
  border: 0.1rem solid #333;
  border-radius: 5rem;
  margin-top: 1.5rem;
  padding: 2rem 2rem 3rem;
}
@media screen and (min-width: 900px) {
  .p-value__inner__button {
    border: none;
    border-radius: 1rem;
    background: #fff;
    width: auto;
    padding: 3.5rem;
  }
}

.p-value__inner__acdn {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .p-value__inner__acdn {
    margin-top: -2rem;
  }
}
.p-value__inner__acdn dt {
  position: relative;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .p-value__inner__acdn dt {
    font-size: 1.6rem;
    width: 9rem;
  }
  .p-value__inner__acdn dt:hover::before {
    transform: scale(1, 1);
  }
}
.p-value__inner__acdn dt::before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.p-value__inner__acdn dt::after {
  content: "";
  background: url(../images/icon_arrow_right.png) no-repeat center center/cover;
  display: inline-block;
  margin-left: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
}
.p-value__inner__acdn dt.is-open::after {
  transform: rotate(90deg);
}
.p-value__inner__acdn dd {
  display: none;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.67;
}
@media screen and (min-width: 900px) {
  .p-value__inner__acdn dd {
    margin-top: 2rem;
    font-size: 1.3rem;
  }
}

.p-value__inner__button__text {
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-value__inner__button__text {
    width: 80%;
    margin: auto;
  }
}
.p-value__inner__button__text::after {
  content: "";
  border-bottom: solid 0.2rem #333;
  border-right: solid 0.2rem #333;
  width: 1.3rem;
  height: 1.3rem;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 5.5rem;
  left: 48%;
}
@media screen and (min-width: 900px) {
  .p-value__inner__button__text::after {
    display: none;
  }
}
.p-value__inner__button__text.is-open::after {
  display: none;
}

@media screen and (min-width: 900px) {
  .p-value__inner__button:first-child .p-value__inner__button__acdn {
    margin-top: 3rem;
  }
}

.p-value__inner__button__acdn {
  display: none;
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .p-value__inner__button__acdn {
    display: block;
    margin-top: 2rem;
  }
}
.p-value__inner__button__acdn img {
  width: 100%;
}
.p-value__inner__button__acdn a {
  position: relative;
  display: block;
  margin: 1rem auto 0;
  padding: 1rem 0;
  background: #fff;
  color: #e88d01;
  border: 0.1rem solid #e88d01;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-value__inner__button__acdn a {
    margin: 2rem auto 0;
    padding: 1.5rem 0;
    width: 100%;
    max-width: 415px;
    font-size: 1.8rem;
    font-weight: bold;
    transition: 0.3s;
  }
}
.p-value__inner__button__acdn a::after {
  content: "";
  background: url(../images/icon_detail.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (min-width: 900px) {
  .p-value__inner__button__acdn a::after {
    width: 2.5rem;
    height: 2.5rem;
    transition: 0.3s;
  }
}
@media screen and (min-width: 900px) {
  .p-value__inner__button__acdn a:hover {
    background: #ec9300;
    border: 0.1rem solid #ec9300;
    color: #fff;
  }
  .p-value__inner__button__acdn a:hover::after {
    background: url(../images/icon_detail_white.png) no-repeat center center/cover;
  }
}

/*--------------------------------------------------------*/
.p-tab {
  position: relative;
  margin-top: 14rem;
  padding: 1.5rem 0 3rem;
  background: #fff0d6;
}
@media screen and (min-width: 900px) {
  .p-tab {
    margin-top: 23rem;
    padding: 1.5rem 0 5rem;
  }
}

.p-tab__hdg__01 {
  display: flex;
  position: absolute;
  top: -11.1rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -6rem;
  padding-top: 6rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-tab__hdg__01 {
    top: -14.1rem;
  }
  .p-tab__hdg__01::before, .p-tab__hdg__01::after {
    content: "";
    display: block;
    background: url(../images/bg_orange_title.png);
    flex-grow: 1;
  }
}

.p-tab__hdg__02 {
  margin: 1.5rem auto 0;
  width: 33.3rem;
}
@media screen and (min-width: 900px) {
  .p-tab__hdg__02 {
    margin: 3rem auto 0;
    width: 60.76rem;
  }
}

.p-tab__image {
  margin-top: 1rem;
  margin: 1rem calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (min-width: 900px) {
  .p-tab__image {
    margin: 6rem auto 0;
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .p-tab__list__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.p-tab__list {
  margin-top: 3rem;
}
@media screen and (min-width: 900px) {
  .p-tab__list {
    margin-top: 6rem;
    width: calc(50% - 1.4rem);
  }
}

.p-tab__list__hdg {
  border-bottom: 0.1rem dashed #333;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .p-tab__list__hdg {
    font-size: 2.2rem;
  }
}

.p-tab__list__text {
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .p-tab__list__text {
    font-size: 1.6rem;
  }
}

.p-tab__list__image {
  width: 100%;
}

.p-tab__button {
  position: relative;
  margin: 3rem auto 0;
  padding: 1rem 0;
  background: #fff;
  color: #333;
  display: block;
  border: 0.1rem solid #333;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-tab__button {
    padding: 1.5rem 0;
    width: 43rem;
    font-size: 1.8rem;
    font-weight: bold;
    transition: 0.3s;
  }
}
.p-tab__button::after {
  content: "";
  background: url(../images/icon_detail.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (min-width: 900px) {
  .p-tab__button::after {
    width: 2.5rem;
    height: 2.5rem;
    transition: 0.3s;
  }
}
@media screen and (min-width: 900px) {
  .p-tab__button:hover {
    background: #e88d01;
    border: 0.1rem solid #e88d01;
    color: #fff;
  }
  .p-tab__button:hover::after {
    background: url(../images/icon_detail_white.png) no-repeat center center/cover;
  }
}

.p-tab__list__slider {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 2rem;
}
@media screen and (min-width: 900px) {
  .p-tab__list__slider {
    height: 26.8rem;
  }
}
.p-tab__list__slider .slick-list {
  height: 100%;
}
.p-tab__list__slider .slick-track {
  height: 100%;
}
.p-tab__list__slider img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-tab__list__slider img {
    width: auto;
    height: 100%;
    margin: auto;
  }
}

.p-tab__list__thumb {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.p-tab__list__thumb .slick-list {
  padding: 0 !important;
}
.p-tab__list__thumb .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-tab__list__thumb .slick-track::before, .p-tab__list__thumb .slick-track::after {
  display: none;
}
.p-tab__list__thumb li {
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0.4rem 0 0;
  width: calc(33.3333333333% - 0.7rem) !important;
}
@media screen and (min-width: 900px) {
  .p-tab__list__thumb li:hover {
    filter: brightness(1.1);
    transition: all 0.5s;
  }
}
.p-tab__list__thumb li:nth-child(2) {
  margin: 0.4rem 1rem;
}
.p-tab__list__thumb li img {
  background: #fff;
  padding: 0.6rem 2rem;
  border-radius: 0.8rem;
  border: 0.4rem solid #c1c1c1;
}
@media screen and (min-width: 900px) {
  .p-tab__list__thumb li img {
    border-radius: 2rem;
  }
}
.p-tab__list__thumb li.slick-current img {
  border: 0.4rem solid #e88d01;
}

.p-tab__list__thumb__caption {
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .p-tab__list__thumb .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
.p-tab__list__attention {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.modal__content__tab {
  padding-top: 1.5rem;
  padding-bottom: 6rem;
  top: 51%;
}
@media screen and (min-width: 900px) {
  .modal__content__tab {
    padding: 5rem 8rem 9rem;
    max-width: 920px;
    max-height: 700px;
  }
}
@media screen and (min-width: 900px) and (max-height: 800px) {
  .modal__content__tab {
    max-width: 840px;
    max-height: 570px;
    top: 50%;
    height: 95%;
    padding: 2rem 5rem 3rem;
  }
}
@media screen and (min-width: 900px) and (max-height: 800px) {
  .modal__content__tab .modal__content__close {
    right: -4rem;
    top: 0.5rem;
  }
}

.p-modal__slider {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-modal__slider {
    display: block;
  }
}

.p-modal__slider__sp {
  display: block;
}
@media screen and (min-width: 900px) {
  .p-modal__slider__sp {
    display: none;
  }
}

.p-modal__slider,
.p-modal__slider__sp {
  height: 100%;
}
.p-modal__slider .slick-list,
.p-modal__slider__sp .slick-list {
  height: 100%;
}
.p-modal__slider .slick-track,
.p-modal__slider__sp .slick-track {
  height: 100%;
}
.p-modal__slider .slick-slide,
.p-modal__slider__sp .slick-slide {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 900px) {
  .p-modal__slider .slick-slide,
  .p-modal__slider__sp .slick-slide {
    overflow-y: auto;
  }
}
.p-modal__slider li,
.p-modal__slider__sp li {
  height: 100%;
}
.p-modal__slider li img,
.p-modal__slider__sp li img {
  width: auto;
  max-height: 40rem;
  margin: 1rem auto 0;
  height: calc(100% - 9rem);
}
@media screen and (min-width: 900px) {
  .p-modal__slider li img,
  .p-modal__slider__sp li img {
    margin-top: 2rem;
    height: auto;
  }
}
@media screen and (min-width: 900px) and (max-height: 800px) {
  .p-modal__slider li img,
  .p-modal__slider__sp li img {
    margin-top: 1rem;
  }
}
.p-modal__slider .slide-arrow,
.p-modal__slider__sp .slide-arrow {
  cursor: pointer;
  position: absolute;
  bottom: -4.5rem;
  width: 3rem;
  height: 3rem;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-modal__slider .slide-arrow,
  .p-modal__slider__sp .slide-arrow {
    bottom: -7rem;
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 900px) and (max-height: 800px) {
  .p-modal__slider .slide-arrow,
  .p-modal__slider__sp .slide-arrow {
    bottom: -2rem;
  }
}
.p-modal__slider .prev-arrow,
.p-modal__slider__sp .prev-arrow {
  left: 0;
}
@media screen and (min-width: 900px) and (max-height: 800px) {
  .p-modal__slider .prev-arrow,
  .p-modal__slider__sp .prev-arrow {
    left: -2rem;
  }
}
.p-modal__slider .next-arrow,
.p-modal__slider__sp .next-arrow {
  right: 0;
}
@media screen and (min-width: 900px) and (max-height: 800px) {
  .p-modal__slider .next-arrow,
  .p-modal__slider__sp .next-arrow {
    right: -2rem;
  }
}

.slick-counter-modal-pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .slick-counter-modal-pc {
    display: block;
  }
}

.slick-counter-modal-sp {
  display: block;
}
@media screen and (min-width: 900px) {
  .slick-counter-modal-sp {
    display: none;
  }
}

.p-modal__slider__inner {
  display: flex;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .p-modal__slider__inner {
    height: calc(100% - 9rem);
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 900px) and (max-height: 800px) {
  .p-modal__slider__inner {
    height: calc(100% - 5rem);
    margin-top: 1rem;
  }
}

.p-modal__slider__title {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  height: 4.5rem;
}
.p-modal__slider__title span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
}
@media screen and (min-width: 900px) {
  .p-modal__slider__title {
    font-size: 3.5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 900px) and (max-height: 800px) {
  .p-modal__slider__title {
    font-size: 2.5rem;
    height: 3.5rem;
  }
}
.p-modal__slider__title::before, .p-modal__slider__title::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1rem;
  height: 100%;
  border-top: 0.2rem solid #333;
  border-bottom: 0.2rem solid #333;
}
.p-modal__slider__title::before {
  left: 0;
  border-left: 0.2rem solid #333;
}
.p-modal__slider__title::after {
  right: 0;
  border-right: 0.2rem solid #333;
}

.p-modal__slider__caption {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 900px) and (max-height: 800px) {
  .p-modal__slider__caption {
    margin-top: 0;
  }
}

.p-modal__slider__box {
  width: calc(50% - 10px);
}

/*--------------------------------------------------------*/
.p-merit {
  background: #fff0d6;
  padding: 0 0 3rem;
}
@media screen and (min-width: 900px) {
  .p-merit {
    padding: 0 0 4rem;
  }
}

.p-merit__inner {
  padding: 0 4rem;
  text-align: center;
}

.p-merit__text {
  margin-top: 2rem;
  font-size: 1.6rem;
}

@media screen and (min-width: 900px) {
  .p-merit__image img {
    width: auto;
  }
}

/*--------------------------------------------------------*/
.p-voices {
  padding: 8rem 0 5rem;
  margin-top: -4rem;
}

.p-voices__title {
  width: 34.1rem;
  margin: auto;
}
@media screen and (min-width: 900px) {
  .p-voices__title {
    width: 77.4rem;
    position: relative;
    left: 2rem;
  }
}

.p-voices__text {
  margin-top: 2rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .p-voices__text {
    margin-top: 3rem;
    font-size: 2rem;
    text-align: center;
  }
}

.p-voices__row {
  margin-top: 2.5rem;
}
@media screen and (min-width: 900px) {
  .p-voices__row {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
  }
}

.p-voices__card {
  position: relative;
  display: block;
  box-shadow: 0.813px 1.827px 11px 0px rgba(0, 0, 0, 0.4);
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 900px) {
  .p-voices__card {
    width: calc(50% - 15px);
  }
}
.p-voices__card:last-child {
  margin-top: 3rem;
}
@media screen and (min-width: 900px) {
  .p-voices__card:last-child {
    margin-top: 0;
  }
}

.p-voices__card__title {
  height: 4.5rem;
}
.p-voices__card__title img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 900px) {
  .p-voices__card__title {
    height: 6.6rem;
  }
}

.p-voices__card__image {
  margin-top: 2rem;
}

.p-voices__card__info {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

.p-voices__card__info__image {
  width: 36%;
}

.p-voices__card__info__inner {
  padding-left: 1rem;
  width: 64%;
}

.p-voices__card__info__num {
  border: 1px solid #e9910a;
  color: #e9910a;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-voices__card__info__num {
    border: 2px solid #e9910a;
    font-size: 2.4rem;
  }
}

.p-voices__card__info__text {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 900px) {
  .p-voices__card__info__text {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}

.p-voices__card__link {
  display: block;
  margin-top: 1.5rem;
  color: #e9910a;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
}
@media screen and (min-width: 900px) {
  .p-voices__card__link {
    font-size: 1.8rem;
  }
  .p-voices__card__link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  .p-voices__card__link:hover::after {
    background: rgba(0, 0, 0, 0.05);
  }
}

/*--------------------------------------------------------*/
.p-more {
  background: url(../images/bg_more_sp.png) center center/cover;
  padding: 5rem 0;
}
@media screen and (min-width: 900px) {
  .p-more {
    background: url(../images/bg_more.png) no-repeat center center;
    background-color: #e88d01;
    padding: 12rem 0 9.5rem;
  }
}

.p-more__hdg {
  width: 28.9rem;
  margin: auto;
}
@media screen and (min-width: 900px) {
  .p-more__hdg {
    width: 57.8rem;
  }
}

.p-more__text {
  margin-top: 2.2rem;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-more__text {
    margin-top: 2.8rem;
    font-size: 2.4rem;
    font-weight: bold;
  }
}

.p-more__button {
  display: block;
  margin: 3rem auto 0;
  width: 90%;
  transition: all 0.2s ease;
  box-shadow: 0px 5px 0 #9c2b2e;
  border-radius: 3.5rem;
}
@media screen and (min-width: 900px) {
  .p-more__button {
    width: 100%;
    max-width: 50rem;
  }
}
@media screen and (min-width: 900px) {
  .p-more__button:hover {
    transform: translateY(5px);
    box-shadow: none;
  }
}
.p-more__button img {
  width: 100%;
}

@media screen and (min-width: 900px) {
  .cmn-cv-button-copy {
    font-size: 16px;
  }
}

.cmn-footer-copyright {
  font-size: 14px !important;
}
@media screen and (min-width: 900px) {
  .cmn-footer-copyright {
    font-size: 20px !important;
  }
}

.cmn-cv-item .cmn-cv-item-image img {
  width: revert-layer;
}

/*--------------------------------------------------------*/

/*# sourceMappingURL=index.css.map */
