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

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

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

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
}
body.is-active {
  overflow: hidden;
}

.l-inner {
  max-width: 114rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.l-footer__logo {
  max-width: 26.6rem;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 2.5rem 0;
}
.l-footer__sns li a i {
  font-size: 4.4rem;
  color: #f15a24;
}
.l-footer__detail {
  text-align: center;
}
.l-footer__detail-add {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.l-footer__detail-img {
  max-width: 27.8rem;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__detail-time {
  font-size: 1.3rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.l-footer__detail-tel {
  font-size: 1.3rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.l-footer__copy {
  background: #f15a24;
  color: #fff;
  font-size: 1.2rem;
  padding: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    line-height: 1.5;
    font-size: 1rem;
  }
}

.l-mobile {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-mobile li {
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
}
.l-mobile li a {
  display: block;
  padding: 1.5rem;
}
.l-mobile li i {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.8rem;
}

.l-header__catch {
  background: #f15a24;
  color: #ffffff;
  text-align: right;
  padding: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-header__catch {
    display: none;
  }
}
.l-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__logo {
  max-width: 40rem;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 19rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding: 1rem 0;
  }
}
.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-header__right {
    display: none;
  }
}
.l-header__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.l-header__right ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  color: #fff;
  border-radius: 1rem;
  padding: 2rem 1.8rem;
  font-size: 1.5rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0 #843d02;
          box-shadow: 0.25rem 0.25rem 0 #843d02;
}
.l-header__tel p {
  font-size: 1.3rem;
}
.l-header__tel a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.6rem 0;
}
.l-header__btn1 {
  background: -webkit-gradient(linear, left bottom, left top, from(#f15a24), to(#f29600));
  background: linear-gradient(to top, #f15a24, #f29600);
}
.l-header__btn2 {
  background: #f15a24;
}

.l-gNav {
  margin-top: 2.2rem;
  background: #fff9ed;
}
.l-gNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  background: #ffffff;
  padding: 0 0.4rem;
}
.l-gNav ul li {
  background: #fff9ed;
  width: 100%;
  text-align: center;
}
.l-gNav ul li a {
  font-size: 1.4rem;
  display: block;
  padding: 1.8rem 1rem;
}

@media screen and (max-width: 767px) {
  .l-gNav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    background: #ffffff;
    margin-top: 0;
  }
  .l-gNav.is-active {
    left: 0;
  }
  .l-gNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.4rem;
    background: #ffffff;
    padding: 0 0.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-gNav ul {
    padding: 6rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-gNav ul li {
    background: #ffffff;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-gNav ul li {
    border-top: solid 1px #ccc;
  }
}
@media screen and (max-width: 767px) {
  .l-gNav ul li a {
    font-size: 1.4rem;
    display: block;
    padding: 1.8rem 1rem;
  }
}
.l-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-hamburger {
    position: fixed;
    z-index: 120;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    left: 1.5rem;
    top: 1.7rem;
    border: solid 1px #333333;
    border-radius: 0.2rem;
    background: rgba(255, 255, 255, 0.6);
  }
  .l-hamburger__frame {
    position: relative;
    display: block;
    width: 1.8rem;
    height: 1px;
  }
  .l-hamburger span {
    background: #000000;
  }
  .l-hamburger span:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .l-hamburger span:nth-of-type(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(-6px) rotate(0deg);
            transform: translateY(-6px) rotate(0deg);
  }
  .l-hamburger span:nth-of-type(3) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
  }
  .l-hamburger.is-active span:nth-of-type(1) {
    opacity: 0;
  }
  .l-hamburger.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .l-hamburger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.p-view {
  padding: 10rem 3rem 15rem;
  background: url(/assets/img/view_bg1-1.png) no-repeat center/cover;
  border-bottom: solid 0.3rem #000000;
}
.p-view h1 {
  max-width: 114rem;
  margin-left: auto;
  margin-right: auto;
}

.p-read {
  background: #e7f3f7;
  padding: 8rem 3rem;
  text-align: center;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-read {
    padding: 6rem 3rem;
  }
}
.p-read::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #e7f3f7;
  width: 4rem;
  height: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-read p {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-read p {
    font-size: 1.6rem;
  }
}
.p-read__box dl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-read__box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-read__box dl dt {
  width: 14.1rem;
}
@media screen and (max-width: 767px) {
  .p-read__box dl dt {
    width: 8rem;
  }
}
.p-read__box dl dd {
  position: relative;
}
.p-read__box dl dd::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: -5rem;
  width: 4.4rem;
  height: 4.8rem;
  background: url(/assets/img/sweat1-1.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-read__box dl dd::before {
    top: -1rem;
    left: 0rem;
    width: 3.4rem;
    height: 3.8rem;
  }
}
.p-read__box dl dd h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.65;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-read__box dl dd h2 {
    font-size: 2.7rem;
    text-align: center;
  }
}
.p-read__box dl dd h2 span {
  font-size: 4rem;
  color: #316d84;
}
@media screen and (max-width: 767px) {
  .p-read__box dl dd h2 span {
    font-size: 3rem;
  }
}

.p-exp {
  position: relative;
  z-index: 10;
  padding: 5.4rem 3rem;
}
.p-exp::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 26rem;
  background: #fffee9;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-exp::before {
    height: 15rem;
  }
}
.p-exp__box-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 3.5rem;
}
.p-exp__box-img {
  max-width: 67.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.p-exp__desc-1 {
  background: #f7efed;
  padding: 3.5rem 8.5rem;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-exp__desc-1 {
    padding: 2.5rem;
  }
}
.p-exp__desc-1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #f7efed;
  width: 4rem;
  height: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-exp__desc-1 p {
  font-size: 1.5rem;
  line-height: 1.5;
}
.p-exp__desc-1 p:not(:last-child) {
  margin-bottom: 1rem;
  margin-left: -4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-exp__desc-1 p:not(:last-child) {
    margin-left: 0;
  }
}
.p-exp__desc-1 p:not(:last-child)::before {
  display: block;
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(/assets/img/flag.png) no-repeat center/contain;
}
.p-exp__desc-2 p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 4rem;
}
.p-exp__desc-2 p .orange {
  color: #f15a24;
  font-weight: 600;
  font-size: 2rem;
}
.p-exp__desc-2 p .line {
  font-size: 2rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #f7f36d));
  background: linear-gradient(transparent 60%, #f7f36d 40%);
}
.p-exp__desc-2 h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-exp__desc-2 h3 {
    font-size: 2rem;
  }
}
.p-exp__desc-2 h3::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: -5rem;
  width: 4.4rem;
  height: 4.8rem;
  background: url(/assets/img/sweat1-1.png) no-repeat center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-exp__desc-2 h3::before {
    top: -3rem;
    right: -1rem;
    width: 3.4rem;
    height: 3.8rem;
  }
}
.p-exp__desc-2 h3 span {
  color: #316d84;
}

.p-solution {
  padding: 5rem 3rem 30rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-solution {
    padding: 5rem 0 6rem;
  }
}
.p-solution::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 42rem;
  background: #fffee9;
  z-index: -1;
  top: 0;
  left: 0;
}
.p-solution__box-1 {
  text-align: center;
}
.p-solution__box-1 p {
  font-size: 2rem;
  margin-bottom: -2rem;
}
@media screen and (max-width: 767px) {
  .p-solution__box-1 p {
    margin-bottom: 0;
  }
}
.p-solution__box-1 h3 {
  margin-top: 4.8rem;
  margin-bottom: 11.2rem;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-solution__box-1 h3 {
    margin-top: 1.8rem;
    margin-bottom: 5.2rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-solution__box-1 h3 span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-solution__box-1 h3 span {
    font-size: 3rem;
  }
}
.p-solution__box-1 h3 span.red {
  color: #f15a24;
}
.p-solution__box-1 h3 span.blue {
  color: #316d84;
}
@media screen and (max-width: 767px) {
  .p-solution__list {
    padding: 0 3rem;
  }
}
.p-solution__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  border-bottom: solid 0.3rem #f15a24;
}
@media screen and (max-width: 767px) {
  .p-solution__list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    border-bottom: none;
  }
}
.p-solution__list dl:not(:last-child) {
  margin-bottom: 4.8rem;
}
.p-solution__list dl dt {
  width: 30rem;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-solution__list dl dt {
    padding-left: 0;
    max-width: 19rem;
  }
}
.p-solution__list dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-solution__list dl dd {
    padding-right: 0;
    padding-top: 2rem;
    border-top: solid 0.3rem #f15a24;
  }
}
.p-solution__list dl dd h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #f15a24;
}
@media screen and (max-width: 767px) {
  .p-solution__list dl dd h3 {
    font-size: 2rem;
  }
}
.p-solution__list dl dd p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-solution__list dl dd p {
    font-size: 1.5rem;
  }
}

.p-review {
  padding-bottom: 7rem;
  background: #fffee9;
  border-top: solid 0.4rem #f15a24;
}
@media screen and (max-width: 767px) {
  .p-review {
    padding: 6rem 3rem;
  }
}
.p-review__wrap {
  max-width: 93rem;
  margin-left: auto;
  margin-right: auto;
}
.p-review__catch {
  margin-top: -22rem;
}
@media screen and (max-width: 767px) {
  .p-review__catch {
    margin-top: 0;
  }
}
.p-review__img {
  max-width: 70rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-review__img {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.p-review__desc {
  text-align: center;
  padding: 5rem;
  background: #ffffff;
  border: solid 0.2rem #f8c670;
}
@media screen and (max-width: 767px) {
  .p-review__desc {
    padding: 2rem;
  }
}
.p-review__desc p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-review__desc p {
    font-size: 1.8rem;
  }
}
.p-review__desc p span {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-review__desc p span {
    font-size: 2.2rem;
  }
}
.p-review__desc p span.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #f7f36d));
  background: linear-gradient(transparent 70%, #f7f36d 30%);
}
.p-review__desc p span.red {
  color: #d80200;
}

.p-present {
  padding: 7.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-present {
    padding: 6.5rem 1.7rem 6.5rem 1rem;
  }
}
.p-present__catch dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-present__catch dl {
    margin: 3rem 0;
  }
}
.p-present__catch dl dt {
  width: 12.8rem;
}
@media screen and (max-width: 767px) {
  .p-present__catch dl dt {
    width: 8rem;
  }
}
.p-present__catch dl dd {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-present__catch dl dd {
    font-size: 2rem;
  }
}
.p-present__catch dl dd span {
  color: #f15a24;
}
.p-present__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-present__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}
.p-present__list-item {
  max-width: 37rem;
  width: 100%;
}
.p-present__list-item h3 {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.p-present__list-item p {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-present__list-item p {
    font-size: 1.4rem;
  }
}
.p-present__list-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-present__list-plus {
    max-width: 4.6rem;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
}
.p-present__wrap {
  background: #f7f7f7;
  margin-top: 7rem;
  padding: 4rem 3.5rem 3.5rem;
  border: 2px solid #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-present__wrap {
    margin-top: 6rem;
    padding: 2rem 2.5rem 2.5rem;
  }
}
.p-present__wrap h2 {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  -webkit-animation: updown02 2s infinite ease;
          animation: updown02 2s infinite ease;
}
.p-present__wrap h3 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-present__wrap h3 {
    line-height: 1.6;
  }
}
.p-present__wrap h3 span {
  font-size: 3rem;
  font-weight: 600;
  color: #d80200;
  position: relative;
}
.p-present__wrap h3 span::before {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  background: #d80200;
  border-radius: 100%;
  left: 50%;
  top: -1rem;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.p-present__wrap p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-present__wrap p {
    font-size: 1.4rem;
  }
}
.p-present__wrap p .line {
  font-size: 1.7rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #f7b500), color-stop(40%, transparent));
  background: linear-gradient(to top, #f7b500 40%, transparent 40%);
}
@media screen and (max-width: 767px) {
  .p-present__wrap p .line {
    font-size: 1.6rem;
  }
}
.p-present__wrap p .orange {
  color: #f15a24;
}
.p-present__wrap p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.p-present__box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-present__box dl dt {
    width: 8rem;
  }
}
.p-present__box dl dd {
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-present__box dl dd {
    font-size: 1.4rem;
  }
}
.p-present__box dl dd span {
  font-size: 3rem;
  font-weight: bold;
  color: #d80200;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f7f36d));
  background: linear-gradient(transparent 50%, #f7f36d 50%);
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-present__box dl dd span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-present__tel {
    padding: 0 1.3rem;
  }
}
.p-present__tel-txt {
  text-align: center;
  font-size: 2rem;
  position: relative;
  z-index: 10;
  max-width: 75rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-present__tel-txt {
    font-size: 1.6rem;
  }
}
.p-present__tel-txt::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
.p-present__tel-txt span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #fff;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
}
.p-present__tel-num {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
  display: block;
}
.p-present__tel-btn {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: #f15a24;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  border-radius: 10px;
  margin-top: 4rem;
  padding: 3rem 0.5rem;
  -webkit-animation: poyoyon2 2.5s infinite ease;
          animation: poyoyon2 2.5s infinite ease;
}
@media screen and (max-width: 767px) {
  .p-present__tel-btn {
    font-size: 2rem;
    margin-top: 3rem;
  }
}

.p-area {
  background: #fdeddc;
  padding: 4.8rem 4rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-area {
    padding: 1.5rem;
    margin-bottom: 4rem;
  }
}
.p-area__wrap {
  max-width: 96rem;
  margin: auto;
  background: #ffffff;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-area__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-area__list {
    width: calc(50% - 0.75rem);
  }
}
.p-area__list li {
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-area__list li {
    font-size: 1.2rem;
  }
}
.p-area__list li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-area__list-s:not(:last-child) {
  font-size: 1.4rem;
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 767px) {
  .p-area__list-s:not(:last-child) {
    font-size: 1.2rem;
  }
}
.p-area__list-s a {
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-area__list-s a:before {
  content: "";
  width: 14px;
  height: 1px;
  background: #333;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-area__list-s a:before {
    width: 1rem;
  }
}
.p-area__list-btn1 {
  color: #ffffff;
  display: block;
  max-width: 190px;
  border-radius: 10px;
  line-height: 1.5;
  padding: 1rem 1.8rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#f15a24), to(#f29600));
  background: linear-gradient(to top, #f15a24, #f29600);
}
.p-area__list-btn2 {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  max-width: 190px;
  border-radius: 10px;
  line-height: 1.5;
  padding: 1.8rem;
  background: #f15a24;
}

.p-column {
  background: #f7f3e3;
  padding: 7rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-column {
    padding: 6rem 3rem;
  }
}
.p-column__catch {
  text-align: center;
  color: #f15a24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  position: relative;
  z-index: 10;
}
.p-column__catch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #333333;
}
.p-column__catch__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0 3rem;
  background: #f7f3e3;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-column__catch__wrap {
    padding: 0 2rem;
  }
}
.p-column__catch__wrap p {
  font-size: 1.7rem;
  font-weight: 600;
}
.p-column__catch__wrap h2 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 2rem 0 1.5rem;
}
.p-column__catch__wrap span {
  font-size: 1.5rem;
}
.p-column__list {
  max-width: 111rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-column__list {
    gap: 1rem;
  }
}
.p-column__item {
  width: calc((100% - 6rem) / 3);
  background: #ffffff;
  font-weight: bold;
  border: 1px solid #dedede;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-column__item {
    width: 100%;
  }
}
.p-column__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  padding: 3.5rem 3rem;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  line-height: 170%;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}
@media screen and (max-width: 767px) {
  .p-column__item a {
    padding: 3rem;
    font-size: 1.5rem;
  }
}
.p-column__item:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.p-column__item:hover a {
  color: #f15a24;
}

.p-intr {
  padding: 8rem 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-intr {
    padding: 3rem;
  }
}
.p-intr__catch {
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-intr__catch {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.p-intr__catch h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-intr__catch h2 {
    font-size: 1.6rem;
  }
}
.p-intr__catch h2::before {
  content: "";
  width: 6rem;
  height: 1px;
  background: #000000;
}
.p-intr__catch h2::after {
  content: "";
  width: 6rem;
  height: 1px;
  background: #000000;
}
.p-intr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.p-intr__list li {
  max-width: 28.8rem;
}
.p-intr__slide {
  max-width: 93rem;
  margin-left: auto;
  margin-right: auto;
}

.p-cta__wrap {
  color: #ffffff;
  text-align: center;
  padding: 8rem 3rem;
  background: #f15a24;
}
@media screen and (max-width: 767px) {
  .p-cta__wrap {
    padding: 3rem;
  }
}
.p-cta__wrap p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__wrap p {
    line-height: 1.6;
    font-size: 1.6rem;
  }
}
.p-cta__btn {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.p-cta__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background: #ffffff;
  padding: 1.2rem 7rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #f15a24;
}
@media screen and (max-width: 767px) {
  .p-cta__btn a {
    padding: 1.3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
  }
}
.p-cta__btn a img {
  max-width: 3.2rem;
  max-height: 3rem;
}

@-webkit-keyframes updown02 {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  20% {
    -webkit-transform: translate(-50%, -3px);
            transform: translate(-50%, -3px);
  }
  30% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  50% {
    -webkit-transform: translate(-50%, -2px);
            transform: translate(-50%, -2px);
  }
  60% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes updown02 {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  20% {
    -webkit-transform: translate(-50%, -3px);
            transform: translate(-50%, -3px);
  }
  30% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  50% {
    -webkit-transform: translate(-50%, -2px);
            transform: translate(-50%, -2px);
  }
  60% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes poyoyon2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 3px);
            transform: scale(0.98, 0.9) translate(0, 3px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 5px);
            transform: scale(1.02, 1) translate(0, 5px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -5px);
            transform: scale(0.98, 1.05) translate(0, -5px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
}
@keyframes poyoyon2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 3px);
            transform: scale(0.98, 0.9) translate(0, 3px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 5px);
            transform: scale(1.02, 1) translate(0, 5px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -5px);
            transform: scale(0.98, 1.05) translate(0, -5px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
}/*# sourceMappingURL=style.css.map */