@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

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

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

* {
  box-sizing: border-box;
}

html {
  font-size: 0.7246376812vw;
}
@media (max-width: 810px) {
  html {
    font-size: 5.8695652174px;
  }
}
@media (max-width: 767px) and (min-width: 431px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 2.3255813953vw;
  }
}
@media (min-width: 1240px) {
  html {
    font-size: 8.9855072464px;
  }
}

body {
  position: relative;
  color: #212020;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
       font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-thumb {
  background: #696969;
  border-radius: 7px;
}
body::-webkit-scrollbar-track {
  background: #dcdcdc;
}

main {
  overflow: hidden;
}

picture,
img {
  display: block;
}

img {
  height: auto;
}

sup {
  font-size: 65%;
  vertical-align: super;
}

*:focus {
  outline: none;
}

.p-lp-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 105px;
  background: #FCFCFC;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .p-lp-header {
    height: 7rem;
  }
}
.p-lp-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 16px 50px;
}
.p-lp-header__inner > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-lp-header__inner {
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 1rem 2rem;
  }
}
.p-lp-header__logo01 {
  width: 177px;
  margin-right: 45px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-lp-header__logo01:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .p-lp-header__logo01 {
    width: 12rem;
  }
}
.p-lp-header__logo02 {
  width: 135px;
}
@media (max-width: 767px) {
  .p-lp-header__logo02 {
    width: 9rem;
  }
}

.p-lp-footer {
  margin-bottom: calc(60px + 7.5em);
  font-size: 1vw;
}
@media (max-width: 810px) {
  .p-lp-footer {
    font-size: 8.1px;
  }
}
@media (min-width: 1000px) {
  .p-lp-footer {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .p-lp-footer {
    margin-bottom: 9rem;
  }
}
.p-lp-footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 2.5rem;
}
.p-lp-footer__inner > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-lp-footer__inner {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.p-lp-footer__wrap01 {
  padding: 50px 0 25px;
  background: #F7F5F1;
}
@media (max-width: 767px) {
  .p-lp-footer__wrap01 {
    padding: 2rem 0 3rem;
  }
}
.p-lp-footer__logo01 {
  width: 17.7rem;
  margin-right: 5rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-lp-footer__logo01:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .p-lp-footer__logo01 {
    width: 12rem;
  }
}
.p-lp-footer__logo02 {
  width: 14rem;
  margin: 0 8.5rem 1rem 0;
}
@media (max-width: 767px) {
  .p-lp-footer__logo02 {
    width: 9rem;
    margin-right: 0;
  }
}
.p-lp-footer__logo02 > a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-lp-footer__logo02 > a:hover {
    opacity: 0.7;
  }
}
.p-lp-footer__logo02 > a img {
  width: 100%;
}
.p-lp-footer__note01 {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .p-lp-footer__note01 {
    font-size: 1rem;
  }
}
.p-lp-footer__list01 {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-lp-footer__list01 {
    width: 100%;
    margin: 3rem 0 0;
    text-align: center;
  }
}
.p-lp-footer__list01 > li {
  display: inline-block;
}
.p-lp-footer__list01 > li + li {
  margin-left: 7rem;
}
@media (max-width: 767px) {
  .p-lp-footer__list01 > li + li {
    margin-left: 4rem;
  }
}
.p-lp-footer__list01 > li a {
  position: relative;
  padding-left: 23px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-lp-footer__list01 > li a {
    padding-left: 2.3rem;
    font-size: 1.2rem;
  }
}
.p-lp-footer__list01 > li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: auto;
  width: 9px;
  height: 14px;
  background: url(../images/ico_arrow04_pc.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .p-lp-footer__list01 > li a::before {
    width: 0.9rem;
    height: 1.3rem;
    background-image: url(../images/ico_arrow04_sp.svg);
  }
}
.p-lp-footer__copyright {
  display: block;
  padding: 35px 0;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .p-lp-footer__copyright {
    padding: 25px;
    font-size: 1.3rem;
  }
}
.p-lp-footer__banner {
  position: relative;
  display: block;
  width: 74rem;
  margin: 0 auto;
  padding: 2.4rem 6rem 2rem;
  border: 1px solid #707070;
  color: #212020;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-lp-footer__banner:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .p-lp-footer__banner {
    width: 100%;
    max-width: 39rem;
    padding: 1.5rem 1rem 1.2rem 2rem;
  }
}
.p-lp-footer__banner-wrap {
  width: 100%;
  margin: 6rem 0;
}
@media (max-width: 767px) {
  .p-lp-footer__banner-wrap {
    padding: 0 2rem;
  }
}
.p-lp-footer__banner-text01 {
  display: block;
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  .p-lp-footer__banner-text01 {
    font-size: 1.1rem;
  }
}
.p-lp-footer__banner-text02 {
  display: block;
  font-size: 3.7rem;
}
@media (max-width: 767px) {
  .p-lp-footer__banner-text02 {
    font-size: 2.3rem;
  }
}
.p-lp-footer__banner-image {
  position: absolute;
  top: 50%;
  right: 5rem;
  width: 13rem;
  height: 12rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-lp-footer__banner-image {
    right: 1rem;
    width: 8rem;
    height: 7.56rem;
  }
}

.c-inner01 {
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .c-inner01 {
    padding: 0 2rem;
  }
}

.c-inner02 {
  width: 100%;
  max-width: 867.76px;
  margin: 0 auto;
  padding: 0 16px;
}

.c-title01 {
  margin-bottom: 8rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #EC5F00;
  text-align: center;
}
@media (max-width: 767px) {
  .c-title01 {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    padding: 2.8rem 1rem 2.4rem;
    border: 2px solid #EC5F00;
  }
  .c-title01::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
    border: 1px solid #EC5F00;
  }
}
.c-title01-sub {
  position: relative;
  display: inline-block;
  height: 2.1rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .c-title01-sub {
    height: 1.65rem;
    margin-bottom: 1.5rem;
  }
}
.c-title01-sub::before, .c-title01-sub::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 2.5rem);
  width: 3px;
  height: calc(100% + 2rem);
  background-image: linear-gradient(#EC5F00 30%, transparent 30%);
  background-size: 3px 10px;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
}
@media (max-width: 767px) {
  .c-title01-sub::before, .c-title01-sub::after {
    right: calc(100% + 2rem);
    height: calc(100% + 1rem);
    background-image: linear-gradient(#EC5F00 40%, transparent 40%);
    background-size: 3px 7.5px;
  }
}
.c-title01-sub::after {
  right: auto;
  left: calc(100% + 2.5rem);
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}
@media (max-width: 767px) {
  .c-title01-sub::after {
    left: calc(100% + 2rem);
  }
}
.c-title01-sub img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.c-title01-main {
  display: block;
  height: 3rem;
}
@media (max-width: 767px) {
  .c-title01-main {
    height: 2rem;
  }
}
.c-title01-main img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-title01--3row {
    padding: 4rem 1rem 3.8rem;
  }
}
@media (max-width: 767px) {
  .c-title01--3row .c-title01-main {
    height: 6rem;
  }
}
.c-title01--3row picture,
.c-title01--3row img {
  height: 100%;
  margin: 0 auto;
}

.c-title02 {
  height: 3.1rem;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .c-title02 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: auto;
    min-height: 11.4rem;
    margin-bottom: 3rem;
    padding: 2.5rem;
    border: 2px solid #EC5F00;
  }
  .c-title02 > * {
    min-height: 0%;
  }
  .c-title02::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
    border: 1px solid #EC5F00;
  }
}
.c-title02 img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-title02 img {
    height: 2.1rem;
  }
}

.c-text01 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .c-text01 {
    font-size: 1.5rem;
  }
}
.c-text01 + .c-text01 {
  margin-top: 1.5em;
}

.c-text02 {
  font-size: 1.7rem;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .c-text02 {
    font-size: 1.4rem;
  }
}
.c-text02 + .c-text02 {
  margin-top: 1.5em;
}

.c-note01 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .c-note01 {
    font-size: 1rem;
  }
}

.c-text-link01 {
  color: #212020;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .c-text-link01:hover {
    opacity: 0.7;
  }
}
.c-text-link01--line {
  color: #1D2EF2;
  text-decoration: underline;
}

.c-arrow01 {
  width: 11.5rem;
  margin: 2rem auto;
}
.c-arrow01--margin02 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.c-card01 {
  border: 0.5rem solid #fff;
  border-radius: 2px;
  background: #F7F6F5;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
}

.c-cta {
  padding: 4em 0;
  background: #F7F5F1;
  font-size: 1vw;
}
@media (max-width: 810px) {
  .c-cta {
    font-size: 8.1px;
  }
}
@media (min-width: 1000px) {
  .c-cta {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .c-cta {
    padding: 2rem 0 4rem;
  }
}
.c-cta-floating {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 30px 0;
  background: rgba(244, 242, 236, 0.92);
}
@media (max-width: 767px) {
  .c-cta-floating {
    padding: 10px 0;
  }
}
.c-cta__inner {
  max-width: 1032px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .c-cta__inner {
    padding: 0 5rem;
  }
}
.c-cta__wrap01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2em;
  width: calc(100% + 2em);
}
.c-cta__wrap01 > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .c-cta__wrap01 {
    -ms-flex-pack: center;
        justify-content: center;
    gap: 1.5rem;
    margin-bottom: 0;
  }
}
.c-cta__button01 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 7.5em;
  border: 0.5em solid #ECD100;
  border-radius: 3.5em;
  background: #ED051F;
  color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.c-cta__button01 > * {
  min-height: 0%;
}
@media (any-hover: hover) {
  .c-cta__button01:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .c-cta__button01 {
    min-height: 7rem;
    border-radius: 3.5rem;
  }
}
.c-cta__button01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3em;
  width: 3.4em;
  height: 9em;
  background: url(../images/ico_arrow01_pc.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-cta__button01::before {
    right: 2rem;
    width: 2.6rem;
    height: 7rem;
    background-image: url(../images/ico_arrow01_sp.svg);
  }
}
.c-cta__button01--color02 {
  background: #0EB41A;
}
.c-cta__button01--color02::before {
  right: 2.5em;
  width: 4.25em;
  height: 1.33em;
}
.c-cta__button01-text01 {
  position: relative;
  display: inline-block;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-cta__button01-text01 {
    font-size: 1.1rem;
  }
}
.c-cta__button01-text01::before, .c-cta__button01-text01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 2em);
  width: 0.8846153846em;
  height: 1.5615384615em;
  background: url(../images/parts01.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-cta__button01-text01::after {
  right: auto;
  left: calc(100% + 2em);
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.c-cta__button01-text01--black::before, .c-cta__button01-text01--black::after {
  background-image: url(../images/parts02_pc.svg);
}
@media (max-width: 767px) {
  .c-cta__button01-text01--black::before, .c-cta__button01-text01--black::after {
    background-image: url(../images/parts02_sp.svg);
  }
}
.c-cta__button01-text02 {
  display: inline-block;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .c-cta__button01-text02 {
    font-size: 2.1rem;
  }
}
.c-cta__button01-text03 {
  display: inline-block;
  font-size: 2.7em;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-cta__button01-text03 {
    font-size: 1.8rem;
  }
}
.c-cta__title01 {
  margin-bottom: 3em;
  text-align: center;
}
@media (max-width: 767px) {
  .c-cta__title01 {
    margin-bottom: 3.5rem;
  }
}
.c-cta__title01-sub {
  display: inline-block;
  margin-right: 0.7692307692em;
  padding: 0.2307692308em 1.0769230769em 0.3076923077em;
  border-radius: 0.5384615385em;
  background: #EC5F00;
  color: #fff;
  font-size: 2.6em;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-cta__title01-sub {
    margin: 0 0 1rem 0;
    padding: 0.5rem 2.8rem 0.7rem;
    border-radius: 1rem;
    font-size: 1.8rem;
  }
}
.c-cta__title01-main {
  font-size: 2.2em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-cta__title01-main {
    display: block;
    font-size: 1.3rem;
  }
}
.c-cta__text01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 18.3333333333em;
  min-height: 4.1666666667em;
  margin-bottom: -0.2083333333em;
  padding-bottom: 1.0416666667em;
  background: url(../images/cta_text-bg01_pc.svg) no-repeat center/100% 100%;
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
}
.c-cta__text01 > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .c-cta__text01 {
    margin: 0 auto 0.3rem;
    background-image: url(../images/cta_text-bg01_sp.svg);
    font-size: 1.7rem;
  }
}
.c-cta__text01--center {
  margin: 0 auto -0.2083333333em;
}
.c-cta__text02 {
  display: inline-block;
  font-size: 2.7em;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-cta__text02 {
    padding-bottom: 0.5rem;
    font-size: 1.7rem;
    word-break: keep-all;
  }
}
.c-cta__text02--middle {
  display: inline-block;
  font-size: 1.1111111111em;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-cta__text02--middle {
    font-size: 1.9rem;
  }
}
.c-cta__text02--large {
  font-size: 1.3333333333em;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-cta__text02--large {
    font-size: 3rem;
  }
}

.c-cta__note01{
  display: block;
  padding-top: 10px;
  text-align: center;
  font-size: 1.2rem;
}

.c-cta__text03 {
  margin-bottom: 1em;
  font-size: 2em;
}
@media (max-width: 767px) {
  .c-cta__text03 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
.c-cta__2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 4em;
  margin-bottom: 4em;
}
.c-cta__2col > * {
  min-height: 0%;
}
@media (max-width: 810px) {
  .c-cta__2col {
    gap: 2em;
  }
}
@media (min-width: 1024px) {
  .c-cta__2col {
    gap: 7em;
  }
}
@media (max-width: 767px) {
  .c-cta__2col {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 4.5rem;
    margin-bottom: 3rem;
    padding: 0 1rem;
  }
}
.c-cta__2col-item {
  width: calc(50% - 2em);
}
@media (max-width: 810px) {
  .c-cta__2col-item {
    width: calc(50% - 1em);
  }
}
@media (min-width: 1024px) {
  .c-cta__2col-item {
    width: calc(50% - 3.5em);
  }
}
@media (max-width: 767px) {
  .c-cta__2col-item {
    width: 100%;
  }
}
.c-cta__image01 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12.5em;
}
@media (max-width: 767px) {
  .c-cta__image01 {
    width: 9rem;
  }
}
.c-cta__button-wrap01 {
  max-width: 44em;
  margin: 0 auto;
}
.c-cta__button-wrap02 {
  max-width: 44em;
  margin: 0 auto;
  text-align: center;
  font-size: 1vw;
}
@media (max-width: 810px) {
  .c-cta__button-wrap02 {
    font-size: 8.1px;
  }
}
@media (min-width: 1000px) {
  .c-cta__button-wrap02 {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .c-cta__button-wrap02 {
    width: 100%;
    max-width: 41.6rem;
    padding: 0 3rem;
  }
}
.c-cta__button-wrap02--w63 {
  min-width: 63em;
}
@media (max-width: 767px) {
  .c-cta__button-wrap02--w63 {
    min-width: initial;
  }
}
.c-cta__button-wrap02--w63 .c-cta__button01 {
  min-height: 11em;
  border-radius: 4.5em;
}
@media (max-width: 767px) {
  .c-cta__button-wrap02--w63 .c-cta__button01 {
    min-height: 7rem;
  }
}

.js-accordion-trigger {
  cursor: pointer;
}
.js-accordion__content {
  display: none;
}

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

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

.u-font02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-font03 {
  font-family: "Josefin Sans", sans-serif;
}

.u-color01 {
  color: #EC5F00;
}

.u-large01 {
  font-size: 125%;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .u-large01 {
    font-size: 120%;
  }
}

.u-bold {
  font-weight: bold;
}

.u-line01 {
  position: relative;
  z-index: 2;
}
.u-line01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.45em;
  background-color: #FDEC61;
  z-index: -1;
}
@media (max-width: 767px) {
  .u-line01.is-bottom3::after {
    bottom: 3px;
  }
}

.p-kv {
  position: relative;
  font-size: 0.5208333333vw;
}
@media (max-width: 1000px) {
  .p-kv {
    font-size: 5.2083333333px;
  }
}
@media (max-width: 767px) {
  .p-kv {
    font-size: 2.3255813953vw;
  }
}
@media (max-width: 380px) {
  .p-kv {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 1920px) {
  .p-kv {
    font-size: 10px;
  }
}
.p-kv__wrap01 {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 70em;
  height: 100%;
  padding-top: 105px;
}
.p-kv__wrap01 > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-kv__wrap01 {
    left: 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%;
    padding: calc(70px + 2em) 3.5em 0 3.5em;
  }
}
@media (max-width: 380px) {
  .p-kv__wrap01 {
    padding: 8em 3em 0 3em;
  }
}
.p-kv__slider-image img {
  width: 100%;
  height: 100%;
  max-height: 912px;
  min-height: 522px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-kv__slider-image img {
    min-height: 600px;
    max-height: min(58em + 70px, 1340px);
  }
}
@media (max-width: 380px) {
  .p-kv__slider-image img {
    min-height: 470px;
    max-height: 47em;
  }
}
.p-kv__title01 {
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  .p-kv__title01 {
    width: 92%;
    margin-bottom: 2em;
  }
}
@media (max-width: 380px) {
  .p-kv__title01 {
    width: 86%;
    margin-bottom: 1em;
  }
}
.p-kv__title01 img {
  width: 100%;
}
.p-kv__text01 {
  font-size: 2.5em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-kv__text01 {
    position: relative;
    left: -0.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: baseline;
        align-items: baseline;
    width: calc(100% + 2em);
    font-size: 1.4em;
  }
  .p-kv__text01 > * {
    min-height: 0%;
  }
}
@media (max-width: 380px) {
  .p-kv__text01 {
    font-size: 1.1em;
  }
}
.p-kv__text01 > span {
  display: block;
}
@media (max-width: 767px) {
  .p-kv__text01 > span {
    display: inline-block;
    padding: 0.2142857143em 0.3571428571em;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .p-kv__text01 > span + span {
    margin-top: 0.3571428571em;
  }
}
.p-kv__text02 {
  position: relative;
  display: inline-block;
  font-size: 3.4em;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-kv__text02 {
    font-size: min(2.1em, 21px);
  }
}
@media (max-width: 380px) {
  .p-kv__text02 {
    font-size: 1.2em;
  }
}
.p-kv__text02::before, .p-kv__text02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 0.8em);
  width: 3px;
  height: 100%;
  background-image: linear-gradient(#EC5F00 30%, transparent 30%);
  background-size: 3px 10px;
  -webkit-transform: translateY(-50%) rotate(-23deg);
          transform: translateY(-50%) rotate(-23deg);
}
@media (max-width: 380px) {
  .p-kv__text02::before, .p-kv__text02::after {
    width: 2px;
    background-size: 2px 8px;
  }
}
.p-kv__text02::after {
  right: auto;
  left: calc(100% + 0.8em);
  -webkit-transform: translateY(-50%) rotate(23deg);
          transform: translateY(-50%) rotate(23deg);
}
.p-kv__note01 {
  font-size: 1.6em;
}
@media (max-width: 767px) {
  .p-kv__note01 {
    display: block;
    width: 100%;
    font-size: 1em;
    text-align: right;
  }
}
.p-kv__box01 {
  width: 53em;
  margin-top: 2.5em;
  padding: 1.5em 3.5em 2.5em;
  border-radius: 1.4em;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
  text-align: center;
}
@media (max-width: 767px) {
  .p-kv__box01 {
    position: relative;
    left: 50%;
    width: 86%;
    max-width: 600px;
    margin-top: 12em;
    padding: 1em 4.2em 1.6em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 380px) {
  .p-kv__box01 {
    width: calc(100% - 7em);
    margin-top: 6em;
    padding: 1em 2em 1em;
  }
}
.p-kv__image-wrap01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 3.2em;
  margin-top: 1.5em;
}
.p-kv__image-wrap01 > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-kv__image-wrap01 {
    gap: 2em;
    margin-top: 1.5em;
  }
}
@media (max-width: 380px) {
  .p-kv__image-wrap01 {
    margin-top: 0.5em;
  }
}
.p-kv__image01 {
  width: calc(33.3333333333% - 2.1333333333em);
}
@media (max-width: 767px) {
  .p-kv__image01 {
    width: calc(33.3333333333% - 1.3333333333em);
  }
}
.p-kv__image01 img {
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .p-kv__image01 img {
    width: 100%;
    max-width: 140px;
    margin: 0 auto 0.5em;
  }
}
.p-kv__image01 figcaption {
  width: calc(100% + 2em);
  margin-left: -1em;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .p-kv__image01 figcaption {
    font-size: 1em;
    line-height: 1.5;
  }
}
@media (max-width: 380px) {
  .p-kv__image01 figcaption {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.p-sec01 {
  margin: 6rem 0;
}
@media (max-width: 767px) {
  .p-sec01 {
    margin: 0;
  }
}
.p-sec01__wrap01 {
  position: relative;
}
@media (max-width: 767px) {
  .p-sec01__wrap01 {
    width: 58rem;
    margin: 0 auto 2rem;
  }
}
.p-sec01__wrap02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.p-sec01__wrap02 > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-sec01__wrap02 {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
}
.p-sec01__text-wrap01 {
  width: calc(100% - 23rem);
}
@media (max-width: 767px) {
  .p-sec01__text-wrap01 {
    width: 36rem;
    margin-bottom: 2rem;
  }
}
.p-sec01__title01 {
  position: relative;
}
@media (max-width: 767px) {
  .p-sec01__title01 {
    left: 50%;
    margin-bottom: 1rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-sec01__title01::before, .p-sec01__title01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 2em);
  width: 3px;
  height: calc(100% + 2rem);
  min-height: 6.8rem;
  background-image: linear-gradient(#EC5F00 30%, transparent 30%);
  background-size: 3px 10px;
  -webkit-transform: translateY(-50%) rotate(-18deg);
          transform: translateY(-50%) rotate(-18deg);
}
@media (max-width: 767px) {
  .p-sec01__title01::before, .p-sec01__title01::after {
    right: calc(100% + 1em);
  }
}
.p-sec01__title01::after {
  right: auto;
  left: calc(100% + 1.8em);
  -webkit-transform: translateY(-50%) rotate(18deg);
          transform: translateY(-50%) rotate(18deg);
}
@media (max-width: 767px) {
  .p-sec01__title01::after {
    left: calc(100% + 1em);
  }
}
.p-sec01__title01--01 {
  width: 45rem;
}
@media (max-width: 767px) {
  .p-sec01__title01--01 {
    width: 34rem;
  }
}
.p-sec01__title01--02 {
  width: 47rem;
}
@media (max-width: 767px) {
  .p-sec01__title01--02 {
    width: 34rem;
  }
}
.p-sec01__title01--03 {
  width: 38.5rem;
}
.p-sec01__title01--04 {
  width: 47rem;
}
.p-sec01__lead01 {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .p-sec01__lead01 {
    margin-bottom: 1rem;
  }
}
.p-sec01__lead01--01 {
  width: 43rem;
}
@media (max-width: 767px) {
  .p-sec01__lead01--01 {
    width: 100%;
  }
  .p-sec01__lead01--01 img {
    width: 36.6rem;
    margin: 0 auto;
  }
}
.p-sec01__lead01--02 {
  width: 51rem;
}
.p-sec01__lead01--03 {
  width: 55rem;
}
.p-sec01__lead01--04 {
  width: 56rem;
}
@media (max-width: 767px) {
  .p-sec01__lead01--02, .p-sec01__lead01--03, .p-sec01__lead01--04 {
    position: absolute;
    top: 4rem;
    right: 0;
    left: 0;
    width: 35rem;
    margin: 0 auto;
  }
}
.p-sec01__text01 {
  position: absolute;
  top: 100%;
  right: 2rem;
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  .p-sec01__text01 {
    position: static;
    font-size: 1.2rem;
    text-align: right;
  }
}
.p-sec01__text02 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-sec01__text02 {
    width: 100%;
    margin: 4rem 0 2rem;
    line-height: 1;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p-sec01__text02 > span.c-sp {
    display: inline-block;
    font-size: 2.6rem;
  }
  .p-sec01__text02 > span.c-sp > span {
    font-size: 1.8rem;
  }
}
.p-sec01__text03 {
  margin-bottom: 2rem;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-sec01__text03 {
    margin-bottom: 0.5rem;
    font-size: 2.1rem;
    text-align: center;
  }
}
.p-sec01__image01 {
  width: 58rem;
}
@media (max-width: 767px) {
  .p-sec01__image01 {
    width: calc(100% + 4rem);
    margin-left: -2.5rem;
  }
}
.p-sec01__image01 img {
  margin: 0 auto;
}
.p-sec01__image02 {
  width: 23rem;
}
@media (max-width: 767px) {
  .p-sec01__image02 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-sec01__image02 img {
    width: 52.7%;
    max-width: 25rem;
    margin: 0 auto;
  }
}
.p-sec01__image03 {
  width: 40rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-sec01__image03 {
    width: 100%;
    margin: 2.5rem 0 3.5rem;
  }
  .p-sec01__image03 img {
    width: 64.86%;
    max-width: 30rem;
    margin: 0 auto;
  }
}
.p-sec01__image04 {
  width: 58rem;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-sec01__image04 {
    width: 100%;
    margin: 2rem 0 4rem;
  }
  .p-sec01__image04 img {
    width: 94.6%;
    max-width: 35rem;
    margin: 0 auto;
  }
}
.p-sec01__image05 {
  width: 25rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .p-sec01__image05 {
    width: 50%;
    max-width: 20rem;
    margin: 0 auto;
  }
}
.p-sec01__image06 {
  width: 27rem;
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .p-sec01__image06 {
    width: 100%;
    margin: 3rem 0 4rem;
  }
  .p-sec01__image06 img {
    width: 52.7%;
    max-width: 22rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .p-sec01__arrow01 {
    width: 8.5rem;
    margin: 0 auto 4rem;
  }
}
@media (max-width: 767px) {
  .p-sec01__arrow01-image02 {
    -webkit-animation: arrows 3s linear infinite;
            animation: arrows 3s linear infinite;
  }
}
@media (max-width: 767px) {
  .p-sec01__arrow01-image03 {
    margin-top: -2.1rem;
    -webkit-animation: arrows 3s linear infinite -1.5s;
            animation: arrows 3s linear infinite -1.5s;
  }
}
@-webkit-keyframes arrows {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
  10%, 90% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem);
  }
}
@keyframes arrows {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
  10%, 90% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem);
  }
}
@media (max-width: 767px) {
  .p-sec01__row01 {
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 767px) {
  .p-sec01__row01:nth-child(odd) {
    background: rgba(236, 95, 0, 0.26);
  }
}
.p-sec01__row01:not(:last-child) {
  border-bottom: 1px solid #EC5F00;
}
@media (max-width: 767px) {
  .p-sec01__row01:not(:last-child) {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .p-sec01__row01:nth-child(2) .p-sec01__row01-inner, .p-sec01__row01:nth-child(4) .p-sec01__row01-inner {
    padding-top: 14rem;
  }
}
@media (max-width: 767px) {
  .p-sec01__row01:nth-child(3) .p-sec01__row01-inner {
    padding-top: 18rem;
  }
}
.p-sec01__row01:first-child .p-sec01__row01-inner {
  padding-top: 0;
}
@media (max-width: 767px) {
  .p-sec01__row01:first-child .p-sec01__row01-inner {
    padding-top: 4rem;
  }
  .p-sec01__row01:first-child .p-sec01__row01-inner > .p-sec01__row01-item:nth-child(1) > *:nth-child(1) {
    -ms-flex-order: 1;
        order: 1;
  }
  .p-sec01__row01:first-child .p-sec01__row01-inner > .p-sec01__row01-item:nth-child(1) > *:nth-child(2) {
    -ms-flex-order: 2;
        order: 2;
  }
  .p-sec01__row01:first-child .p-sec01__row01-inner > .p-sec01__row01-item:nth-child(1) > *:nth-child(3) {
    -ms-flex-order: 6;
        order: 6;
  }
  .p-sec01__row01:first-child .p-sec01__row01-inner > .p-sec01__row01-item:nth-child(1) > *:nth-child(4) {
    -ms-flex-order: 5;
        order: 5;
  }
  .p-sec01__row01:first-child .p-sec01__row01-inner > .p-sec01__row01-item:nth-child(1) > *:nth-child(5) {
    -ms-flex-order: 8;
        order: 8;
  }
  .p-sec01__row01:first-child .p-sec01__row01-inner > .p-sec01__row01-item:nth-child(2) > *:nth-child(1) {
    -ms-flex-order: 7;
        order: 7;
  }
  .p-sec01__row01:first-child .p-sec01__row01-inner > .p-sec01__row01-item:nth-child(2) > *:nth-child(2) {
    -ms-flex-order: 3;
        order: 3;
  }
  .p-sec01__row01:first-child .p-sec01__row01-inner > .p-sec01__row01-item:nth-child(2) > *:nth-child(3) {
    -ms-flex-order: 4;
        order: 4;
  }
  .p-sec01__row01:first-child .p-sec01__row01-inner > .p-sec01__row01-item:nth-child(2) > *:nth-child(4) {
    display: none;
  }
  .p-sec01__row01:first-child .p-sec01__row01-inner > .p-sec01__row01-item:nth-child(2) > *:nth-child(5) {
    -ms-flex-order: 9;
        order: 9;
  }
}
.p-sec01__row01:last-child .p-sec01__row01-inner {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .p-sec01__row01:last-child .p-sec01__row01-inner {
    padding-bottom: 4rem;
  }
}
.p-sec01__row01-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}
.p-sec01__row01-inner > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-sec01__row01-inner {
    position: relative;
    width: 100%;
    padding: 4rem 2rem;
    background: #fff;
  }
}
.p-sec01__row01-item {
  width: 50%;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .p-sec01__row01-item {
    display: contents;
  }
}
.p-sec01__row01-item:nth-child(1) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-right: 1px solid #EC5F00;
}
.p-sec01__row01-item:nth-child(1) > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-sec01__row01-item:nth-child(1) {
    display: contents;
  }
}
.p-sec01__row01-item:nth-child(2) {
  padding-left: 5rem;
}
.p-sec01__list01 {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-sec01__list01 {
    position: relative;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-sec01__list01 > li {
  position: relative;
  padding-left: 5.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-sec01__list01 > li {
    padding-left: 4rem;
    font-size: 1.5rem;
  }
}
.p-sec01__list01 > li + li {
  margin-top: 2rem;
}
.p-sec01__list01 > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  background: url(../images/ico_check01_pc.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-sec01__list01 > li::before {
    top: 0;
    width: 3rem;
    height: 3rem;
    background-image: url(../images/ico_check01_sp.svg);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-sec02 {
  margin: 10rem 0 9rem;
}
@media (max-width: 767px) {
  .p-sec02 {
    margin: 8rem 0 6rem;
  }
}
.p-sec02__wrap01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;

  column-gap: 20px;
}
.p-sec02__wrap01 > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-sec02__wrap01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-sec02__text-wrap01 {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .p-sec02__text-wrap01 {
    margin-bottom: 1.6rem;
  }
}
.p-sec02__title01 {
  position: relative;
  width: 46rem;
  margin: 0 auto 3.5rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-sec02__title01 {
    width: 36rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
  }
}
.p-sec02__title01::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 7rem;
  height: 0.3rem;
  margin: 0 auto;
  background: #EC5F00;
}
@media (max-width: 767px) {
  .p-sec02__title01::after {
    content: none;
  }
}
.p-sec02__title02 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
  min-height: 6rem;
  margin-bottom: 2rem;
  padding-left: 10rem;
  padding-bottom: 1rem;
  line-height: 2;
}
.p-sec02__title02 > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-sec02__title02 {
    width: calc(100% + 2em);
    margin: 0 0 2.5rem -1em;
    padding: 0;
  }
}
.p-sec02__title02::before {
  content: "0" counter(count);
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 8rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  line-height: 6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-sec02__title02::before {
    position: static;
    margin: 0 auto 1rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-sec02__title02 > span {
  display: inline-block;
  padding: 0.5rem 0.8em;
  background: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-sec02__title02 > span {
    margin: 0 auto;
    padding: 0.5rem 0.7em;
    font-size: 1.9rem;
  }
}
.p-sec02__title02 > span:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-sec02__title02 > span:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-sec02__title02--3row > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: baseline;
        align-items: baseline;
    padding: 0;
    background: none;
    text-align: center;
  }
  .p-sec02__title02--3row > span > * {
    min-height: 0%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-sec02__title02--3row > span > span {
    display: inline-block;
    margin: 0 auto;
    padding: 0.5rem 0.7em;
    background: #fff;
    font-size: 1.9rem;
    line-height: 1.2;
  }
  .p-sec02__title02--3row > span > span:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.p-sec02__lead01 {
  width: 64rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-sec02__lead01 {
    position: relative;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    padding: 2.5rem;
    border: 2px solid #EC5F00;
  }
  .p-sec02__lead01::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
    border: 1px solid #EC5F00;
  }
  .p-sec02__lead01 picture,
.p-sec02__lead01 img {
    display: block;
    height: 6rem;
    margin: 0 auto;
  }
}
.p-sec02__text01 {
  font-size: 1.7rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-sec02__text01 {
    font-size: 1.5rem;
  }
}
.p-sec02__note01 {
  margin-top: 3rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .p-sec02__note01 {
    font-size: 1.1rem;
  }
}
.p-sec02__list01 {
  counter-reset: count 0;
}
.p-sec02__list01 > li {
  padding: 4.5rem 4.5rem 8rem 7rem;
  counter-increment: count 1;
}
@media (max-width: 810px) {
  .p-sec02__list01 > li {
    padding: 4.5rem 4.5rem 8rem;
  }
}
@media (max-width: 767px) {
  .p-sec02__list01 > li {
    max-width: 54rem;
    margin: 0 auto;
    padding: 4rem 2rem 5rem;
  }
}
.p-sec02__list01 > li:nth-child(odd) {
  margin-right: 34rem;
}
@media (max-width: 767px) {
  .p-sec02__list01 > li:nth-child(odd) {
    margin-right: auto;
  }
}
.p-sec02__list01 > li:nth-child(even) {
  margin-left: 34rem;
}
@media (max-width: 767px) {
  .p-sec02__list01 > li:nth-child(even) {
    margin-left: auto;
  }
}
.p-sec02__list01 > li:last-child {
  padding-bottom: 4.5rem;
}
.p-sec02__list01 > li + li {
  margin-top: -4rem;
}
@media (max-width: 767px) {
  .p-sec02__list01 > li + li {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .p-sec02__list01-item {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-sec02__list01-item p {
  padding-right: 5rem;
}
@media (max-width: 767px) {
  .p-sec02__list01-item p {
    padding-right: 0;
  }
}
.p-sec02__list01-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-sec02__list01-image {
    margin: 0 auto;
  }
}
.p-sec02__list01-image--01 {
  width: 37.5rem;
}
@media (max-width: 810px) {
  .p-sec02__list01-image--01 {
    width: 32.5rem;
  }
}
@media (max-width: 767px) {
  .p-sec02__list01-image--01 {
    width: 28.5rem;
  }
}
.p-sec02__list01-image--02 {
  width: 31.5rem;
}
@media (max-width: 810px) {
  .p-sec02__list01-image--02 {
    width: 26.5rem;
  }
}
@media (max-width: 767px) {
  .p-sec02__list01-image--02 {
    width: 24.5rem;
  }
}
.p-sec02__list01-image--03 {
  width: 28.5rem;
}
@media (max-width: 810px) {
  .p-sec02__list01-image--03 {
    width: 23.5rem;
  }
}
@media (max-width: 767px) {
  .p-sec02__list01-image--03 {
    width: 21rem;
  }
}
.p-sec02__list01-image--04 {
  width: 33rem;
}
@media (max-width: 810px) {
  .p-sec02__list01-image--04 {
    width: 28rem;
  }
}
@media (max-width: 767px) {
  .p-sec02__list01-image--04 {
    width: 24rem;
  }
}
.p-sec02__list01-image--05 {
  width: 24rem;
}
@media (max-width: 810px) {
  .p-sec02__list01-image--05 {
    width: 20rem;
  }
}

.p-sec02__profile {
  font-size: 1.7rem;
  padding: 16px;
  background: #FFF;
  border-radius: 8px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-sec02__profile {
    font-size: 1.5rem;
    padding: 10px;
  }
}

.p-sec02__profile .inner{
  display: flex;
  column-gap: 20px;
  padding-bottom: 20px;
}
.p-sec02__profile .inner picture{
  width: 120px;
  border-radius: 8px;
  overflow: hidden;
}

.p-sec02__profile p{
  padding: 0;
}

.p-sec03 {
  margin: 20rem 0 12rem;
  font-size: 1.0751300907vw;
}
@media (max-width: 810px) {
  .p-sec03 {
    font-size: 8.708553735px;
  }
}
@media (min-width: 835.76px) {
  .p-sec03 {
    font-size: 8.9855072464px;
  }
}
@media (max-width: 767px) {
  .p-sec03 {
    margin: 6rem 0;
  }
}
.p-sec03__wrap01 {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-sec03__wrap01 {
    margin-top: 3rem;
  }
}
.p-sec03__wrap01:not(:last-child) {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .p-sec03__wrap01:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.p-sec03__wrap02 {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .p-sec03__wrap02 {
    margin-bottom: 3.5rem;
  }
}
.p-sec03__image-wrap01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 3.5em 3em;
}
.p-sec03__image-wrap01 > * {
  min-height: 0%;
}
@media (max-width: 580px) {
  .p-sec03__image-wrap01 {
    gap: 2rem;
  }
}
.p-sec03__image-wrap01 figure {
  width: calc(50% - 1.5em);
}
@media (max-width: 580px) {
  .p-sec03__image-wrap01 figure {
    width: 100%;
  }
}
.p-sec03__title01 {
  width: 77rem;
  margin: 0 auto 3.5rem;
}
@media (max-width: 767px) {
  .p-sec03__title01 {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 2.5rem;
    border: 2px solid #EC5F00;
  }
  .p-sec03__title01::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
    border: 1px solid #EC5F00;
  }
  .p-sec03__title01 picture,
.p-sec03__title01 img {
    display: block;
    height: 6rem;
    margin: 0 auto;
  }
}
.p-sec03__title02 {
  padding: 2.7rem 0;
  border-top: 1px solid #EC5F00;
  border-bottom: 1px solid #EC5F00;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .p-sec03__title02 {
    padding: 2.5rem 0;
  }
}
.p-sec03__title02-sub {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-sec03__title02-sub {
    font-size: 2.7rem;
  }
}
.p-sec03__title02-sub > span {
  font-size: 4.8rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-sec03__title02-sub > span {
    font-size: 3.6rem;
  }
}
.p-sec03__title02-main {
  position: relative;
  top: -0.1em;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .p-sec03__title02-main {
    font-size: 2rem;
  }
}
.p-sec03__text01 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .p-sec03__text01 {
    font-size: 1.8rem;
  }
}
.p-sec03__note01 {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-sec03__image02 {
    max-width: 45rem;
    margin: 0 auto;
  }
}
.p-sec03__image02 figcaption {
  color: #EC5F00;
  font-size: 1.9rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-sec03__image02 figcaption {
    font-size: 1.6rem;
  }
}
.p-sec03__image02 img {
  width: 100%;
}
.p-sec03__define01 {
  margin-bottom: 5rem;
}
.p-sec03__define01 > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.p-sec03__define01 > div > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-sec03__define01 > div {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.p-sec03__define01 > div + div {
  margin-top: 2rem;
}
.p-sec03__define01 > div dt {
  width: 15em;
}
@media (max-width: 767px) {
  .p-sec03__define01 > div dt {
    width: 12.5rem;
  }
}
.p-sec03__define01 > div dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 15em);
  min-height: 10.5em;
  padding: 1em 2em 1em 5.5em;
  background: url(../images/sec03_text-bg01.svg) no-repeat center/100% 100%;
}
.p-sec03__define01 > div dd > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-sec03__define01 > div dd {
    position: relative;
    width: calc(100% - 12.5rem - 2rem);
    min-height: 8rem;
    margin-left: 2rem;
    padding: 1.5rem 2rem;
    border: 1px solid #707070;
    border-radius: 1rem;
    background: none;
  }
}
@media (max-width: 767px) {
  .p-sec03__define01 > div dd::before {
    content: "";
    position: absolute;
    top: 3.5rem;
    right: 100%;
    width: 2.2rem;
    height: 1.3rem;
    border-right: 1px solid #fff;
    background: #707070;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
}
@media (max-width: 767px) {
  .p-sec03__define01 > div dd::after {
    content: "";
    position: absolute;
    top: 3.6rem;
    right: 100%;
    width: 1.9rem;
    height: 1.1rem;
    background: #fff;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
}
.p-sec03__define01 > div dd p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-sec03__define01 > div dd p {
    font-size: 1.4rem;
  }
}
.p-sec03__list01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 2.5rem 3rem;
  width: 58em;
  margin: 0 auto;
}
.p-sec03__list01 > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-sec03__list01 {
    gap: 2rem 1rem;
    width: 100%;
    max-width: 54rem;
    margin: 0 auto;
  }
}
.p-sec03__list01 > li {
  width: calc(33.3333333333% - 2rem);
}
@media (max-width: 767px) {
  .p-sec03__list01 > li {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
}
.p-sec03__box01 {
  position: relative;
  padding: 6em 5.5em;
  border: 1px solid #EC5F00;
}
@media (max-width: 767px) {
  .p-sec03__box01 {
    padding: 4rem 2.5rem;
  }
}
.p-sec03__box01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 14.5em;
  height: 7em;
  margin: 0 auto;
  background: #fff url(../images/ico_arrow02.svg) no-repeat center/11em 4.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-sec03__box01::before {
    width: 8.5rem;
    height: 4.2rem;
    background-size: 6.96rem 2.83rem;
  }
}
.p-sec03__box02-head {
  padding: 0.6rem;
  background: #B5B5B5;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .p-sec03__box02-head {
    font-size: 2.1rem;
  }
}
.p-sec03__box02-main {
  padding: 3.5em;
  border: 1px solid #B5B5B5;
  border-top: none;
}
@media (max-width: 767px) {
  .p-sec03__box02-main {
    padding: 2rem 2rem 3rem;
  }
}

.p-sec04 {
  margin: 12rem 0;
}
@media (max-width: 767px) {
  .p-sec04 {
    margin: 6rem 0;
  }
}
.p-sec04__title01 {
  margin-bottom: 8rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #EC5F00;
  text-align: center;
}
.p-sec04__title01-sub {
  position: relative;
  display: inline-block;
  width: 33rem;
  margin-bottom: 2.5rem;
}
.p-sec04__title01-sub::before, .p-sec04__title01-sub::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 2rem);
  width: 3px;
  height: calc(100% + 1.5rem);
  background-image: linear-gradient(#EC5F00 30%, transparent 30%);
  background-size: 3px 10px;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
}
.p-sec04__title01-sub::after {
  right: auto;
  left: calc(100% + 2rem);
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}
.p-sec04__title01-main {
  display: block;
  width: 54.5rem;
  margin: 0 auto;
}
.p-sec04__title02 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-sec04__title02 {
    margin-bottom: 1.3rem;
    font-size: 1.9rem;
  }
}
.p-sec04__row01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 8rem;
}
.p-sec04__row01 > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-sec04__row01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}
.p-sec04__row01--reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.p-sec04__row01 + .p-sec04__row01 {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .p-sec04__row01 + .p-sec04__row01 {
    margin-top: 5rem;
  }
}
.p-sec04__row01-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-sec04__row01-image {
    margin: 0 auto 3rem;
  }
}
.p-sec04__row01-image--01 {
  width: 46rem;
  margin-right: 8rem;
}
@media (max-width: 767px) {
  .p-sec04__row01-image--01 {
    width: 81%;
    max-width: 41rem;
    margin-right: auto;
  }
}
.p-sec04__row01-image--02 {
  width: 45rem;
  margin-left: 6.5rem;
}
@media (max-width: 767px) {
  .p-sec04__row01-image--02 {
    width: 74.36%;
    max-width: 39rem;
    margin-left: auto;
  }
}

.p-sec05 {
  margin: 15rem 0;
}
@media (max-width: 767px) {
  .p-sec05 {
    margin: 7rem 0;
  }
}
.p-sec05__title01 {
  width: 64.5rem;
  margin: 0 auto 3rem;
}
@media (max-width: 767px) {
  .p-sec05__title01 {
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
    padding: 2.5rem;
    border: 2px solid #EC5F00;
  }
  .p-sec05__title01::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
    border: 1px solid #EC5F00;
  }
  .p-sec05__title01 picture,
.p-sec05__title01 img {
    display: block;
    height: 6rem;
    margin: 0 auto;
  }
}
.p-sec05__title02 {
  width: calc(100% + 4em);
  margin: 0 0 3rem -2em;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 767px) {
  .p-sec05__title02 {
    margin-bottom: 2rem;
    font-size: 2.1rem;
  }
}
.p-sec05__image01 {
  width: 100%;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .p-sec05__image01 {
    max-width: 45rem;
    margin: 0 auto 3rem;
  }
}
.p-sec05__3col {
  border-top: 1px solid #EC5F00;
  border-bottom: 1px solid #EC5F00;
}
@media (max-width: 767px) {
  .p-sec05__3col {
    border: none;
  }
}
.p-sec05__3col-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  max-width: 1412px;
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.p-sec05__3col-inner > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-sec05__3col-inner {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.p-sec05__3col-item {
  width: 33.3333333333%;
  padding: 0 7rem;
}
@media (max-width: 767px) {
  .p-sec05__3col-item {
    width: 100%;
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .p-sec05__3col-item:first-child {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .p-sec05__3col-item:last-child {
    padding-bottom: 0;
  }
}
.p-sec05__3col-item:not(:last-child) {
  border-right: 1px solid #EC5F00;
}
@media (max-width: 767px) {
  .p-sec05__3col-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #EC5F00;
  }
}

.p-sec06 {
  display: block;
  margin: 15rem 0;
  font-size: 0.852514919vw;
}
@media (max-width: 810px) {
  .p-sec06 {
    font-size: 6.905370844px;
  }
}
@media (min-width: 1054px) {
  .p-sec06 {
    font-size: 8.9855072464px;
  }
}
@media (max-width: 767px) {
  .p-sec06 {
    margin: 7rem 0;
  }
}
.p-sec06__inner {
  max-width: 1086px;
  margin: 0 auto;
  padding: 0 16px;
}
.p-sec06__title01 {
  width: 35.5rem;
  margin: 0 auto 7rem;
}
.p-sec06__lead01 {
  width: calc(100% + 3rem);
  margin: 0 auto 2rem -1.5rem;
  padding: 1.5rem 3.5rem 1.5rem 2.5rem;
  background: #fff;
}
@media (max-width: 767px) {
  .p-sec06__lead01 {
    width: calc(100% + 2rem);
    margin: 0 auto 2rem -1rem;
    padding: 1rem 2.5rem 1rem 2rem;
  }
}
.p-sec06__image01 {
  width: 29em;
  margin: 0 auto 2.5rem;
}
@media (max-width: 767px) {
  .p-sec06__image01 {
    width: 66%;
    max-width: 30rem;
    margin-bottom: 2rem;
  }
}
.p-sec06__define01 dt {
  margin-bottom: 1.2rem;
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-sec06__define01 dt {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
  }
}
.p-sec06__define01 dd {
  font-size: 1.8rem;
  line-height: 1.67;
}
@media (max-width: 767px) {
  .p-sec06__define01 dd {
    font-size: 1.5rem;
  }
}
.p-sec06__2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 5rem;
}
.p-sec06__2col > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-sec06__2col {
    gap: 4rem;
  }
}
.p-sec06__2col-item {
  width: calc(50% - 2.5rem);
  padding: 2.5rem 3.5rem 4rem;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .p-sec06__2col-item {
    width: 100%;
    max-width: 54rem;
    margin: 0 auto;
    padding: 2.5rem 2rem 3rem;
  }
}

.p-sec07 {
  margin: 15rem 0;
}
@media (max-width: 767px) {
  .p-sec07 {
    margin: 7rem 0;
  }
}
.p-sec07__define01 > div {
  position: relative;
  padding: 3rem 2.5rem;
  border-radius: 2rem;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .p-sec07__define01 > div {
    min-height: 6.5rem;
    padding: 1.1rem 1rem;
    border-radius: 1rem;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  }
}
.p-sec07__define01 > div.is-active dt::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-sec07__define01 > div + div {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .p-sec07__define01 > div + div {
    margin-top: 2rem;
  }
}
.p-sec07__define01 > div dt {
  position: relative;
  padding: 0 6.5rem 0 6rem;
  font-size: 2.1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-sec07__define01 > div dt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    min-height: 4.3rem;
    padding: 0 4rem 0 4.2rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .p-sec07__define01 > div dt > * {
    min-height: 0%;
  }
}
.p-sec07__define01 > div dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 3.2rem;
  height: 1.4rem;
  background: #fff url(../images/ico_arrow03.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .p-sec07__define01 > div dt::after {
    right: 1rem;
    width: 2rem;
    height: 1rem;
    background-image: url(../images/ico_arrow05.svg);
  }
}
.p-sec07__define01 > div dd {
  font-size: 1.8rem;
  line-height: 1.67;
}
@media (max-width: 767px) {
  .p-sec07__define01 > div dd {
    font-size: 1.3rem;
  }
}
.p-sec07__define01-inner {
  position: relative;
  padding: 3rem 0 2rem 6rem;
}
@media (max-width: 767px) {
  .p-sec07__define01-inner {
    padding: 1rem 0 1rem 4.2rem;
  }
}
.p-sec07__define01-inner a,
.p-sec07__define01-inner a:link,
.p-sec07__define01-inner a:active,
.p-sec07__define01-inner a:visited {
  color: #212020;
  text-decoration: underline;
}
.p-sec07__define01-inner a:hover{
  color: #EE8279;
}
.p-sec07__define01-question, .p-sec07__define01-answer {
  position: absolute;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 4.4rem;
  height: 4.4rem;
  font-size: 3rem;
}
.p-sec07__define01-question > *, .p-sec07__define01-answer > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-sec07__define01-question, .p-sec07__define01-answer {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 2.7rem;
    line-height: 1.55;
  }
}
.p-sec07__define01-question {
  top: -0.3rem;
  border-radius: 50%;
  background: #EC5F00;
  color: #fff;
}
@media (max-width: 767px) {
  .p-sec07__define01-question {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-sec07__define01-answer {
  top: 3rem;
}
@media (max-width: 767px) {
  .p-sec07__define01-answer {
    top: 1rem;
  }
}
.p-sec07__list01 > li {
  position: relative;
  padding-left: 1em;
}
.p-sec07__list01 > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1em;
  height: auto;
}

.p-sec08 {
  margin: 12rem 0;
}
@media (max-width: 767px) {
  .p-sec08 {
    margin: 6rem 0 8rem;
  }
}
.p-sec08__wrap01 {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .p-sec08__wrap01 {
    margin-bottom: 6rem;
    padding: 0 1rem;
  }
}
.p-sec08__row01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 4.5rem;
}
.p-sec08__row01 > * {
  min-height: 0%;
}
@media (max-width: 767px) {
  .p-sec08__row01 {
    gap: 2rem;
  }
}
.p-sec08__row01--reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.p-sec08__row01 + .p-sec08__row01 {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .p-sec08__row01 + .p-sec08__row01 {
    margin-top: 6rem;
  }
}
.p-sec08__row01-image {
  width: 67rem;
}
@media (max-width: 767px) {
  .p-sec08__row01-image {
    width: 100%;
    max-width: 45rem;
    margin: 0 auto;
  }
}
.p-sec08__row01-item {
  width: calc(100% - 67rem - 4.5rem);
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .p-sec08__row01-item {
    width: 100%;
    padding-top: 0;
  }
}

.p-sec09 {
  padding: 7rem 0 5rem;
  background: #F7F5F1;
}
.p-sec09__inner {
  max-width: 1032px;
  margin: 0 auto;
  padding: 0 16px;
}
.p-sec09__title01 {
  font-size: 2.3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-sec09__title01 {
    font-size: 1.8rem;
  }
}
.p-sec09__lead01 {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .p-sec09__lead01 {
    font-size: 2.1rem;
  }
}
.p-sec09__list01 {
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .p-sec09__list01 {
    padding-left: 0;
  }
}
.p-sec09__list01 > li {
  position: relative;
  padding-left: 5.5rem;
}
@media (max-width: 767px) {
  .p-sec09__list01 > li {
    padding-left: 4.2rem;
  }
}
.p-sec09__list01 > li + li {
  margin-top: 3rem;
}
.p-sec09__list01 > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  background: url(../images/ico_check01_pc.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .p-sec09__list01 > li::before {
    width: 3.2rem;
    height: 3.2rem;
    background-image: url(../images/ico_check01_sp.svg);
  }
}
.p-sec09__box01 {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .p-sec09__box01 {
    margin-bottom: 4.5rem;
  }
}
.p-sec09__box01-head {
  padding: 1.8rem;
  background: #EC5F00;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  .p-sec09__box01-head {
    font-size: 2.2rem;
  }
}
.p-sec09__box01-main {
  padding: 3.5rem 8.8rem 7rem;
  border: 1px solid #EC5F00;
  border-top: none;
  background: #fff;
}
@media (max-width: 767px) {
  .p-sec09__box01-main {
    padding: 2rem 1.5rem 4rem;
  }
}

/* 注文住宅の無料相談に動画を追加 add 2025/03/05 */
.c-video{
  background: #F7F5F1;
  padding: 2rem 2.5rem 6rem 2.5rem;
}

.c-video-wrap01{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.c-video-wrap01__title{
  align-self: center;
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

.c-video-wrap01__title::before,
.c-video-wrap01__title::after{
  content: "";
  position: absolute;
  top: 50%;
  left:10px;
  width: 3px;
  height: 100%;
  min-height: 6.8rem;
  background-image: linear-gradient(#EC5F00 30%, transparent 30%);
  background-size: 3px 10px;
  -webkit-transform: translateY(-50%) rotate(-18deg);
  transform: translateY(-50%) rotate(-18deg);
}

.c-video-wrap01__title::after{
  right: 10px;
  left: auto;
  -webkit-transform: translateY(-50%) rotate(18deg);
  transform: translateY(-50%) rotate(18deg);
}

.c-video-wrap01 h2{
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #EC5F00;
}
@media (min-width: 768px) {
  .c-video-wrap01 h2{
    font-size: 3.0rem;
  }
}

.c-video-wrap01 p{
  text-align: center;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .c-video-wrap01 p{
    font-size: 2rem;
    padding: 0 20px;
  }
}

.c-video-wrap01 p span{
  display: inline-block;
}

.c-video-wrap01 iframe{
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  margin-top: 20px;
}
