@charset "UTF-8";
/* reset
---------------------------------------------------------------------------- */
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, 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;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

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

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

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

pre {
  white-space: pre-wrap;
}

/* WEB font
---------------------------------------------------------------------------- */
/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.5rem;
  min-width: 1200px;
}

a {
  text-decoration: none;
  color: #2c6cd6;
  outline: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: break-all;
  box-sizing: border-box;
  line-break: strict;
}

.p-gradation {
  font-weight: bold;
  text-align: center;
  background: #ffab36;
  /* fallback for old browsers */
  background: linear-gradient(to right, #ffab36, #e75d01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-gradation-adjust {
  letter-spacing: 0.059em !important;
}

.p-empashis-mark {
  position: relative;
  padding-top: 0.2em;
}
.p-empashis-mark::before {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 9999px;
  background-color: #333;
}

.p-btn {
  display: block;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  max-width: 340px;
  border-radius: 9999px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
  transition: all 0.3s;
}
.p-btn span {
  position: relative;
}
.p-btn span::before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 34px;
  height: 27px;
}
.p-btn:hover {
  transform: translateY(1px);
  box-shadow: none;
}

.p-mainvisual .p-btn {
  width: 17.7083333333vw;
  min-width: 318px;
  text-align: center;
}
.p-mainvisual .p-btn-request {
  padding: 27px 0 28px 46px;
}
.p-mainvisual .p-btn-contact {
  padding: 27px 0 28px 54px;
}

.p-btn-request {
  padding: 27px 50px 28px 93px;
  background: #f86d11;
  /* fallback for old browsers */
  background: linear-gradient(to right, #f86d11, #ff9d17, #f8a911, #ffd017);
  background-size: 200% auto;
}
.p-btn-request .p-btn-icn::before {
  left: -42px;
  width: 25px;
  height: 30px;
  background: url(../images/icn_btn-request.png) no-repeat center center/contain;
  image-rendering: -webkit-optimize-contrast;
}
.p-btn-request:hover {
  background-position: right center;
}

.p-btn-contact {
  padding: 27px 60px 28px 111px;
  background: #00a92c;
  /* fallback for old browsers */
  background: linear-gradient(to right, #00a92c, #08ca36, #1ecf3b, #74e859);
  background-size: 200% auto;
}
.p-btn-contact .p-btn-icn::before {
  left: -45px;
  width: 34px;
  height: 31px;
  background: url(../images/icn_btn-contact.png) no-repeat center center/contain;
  image-rendering: -webkit-optimize-contrast;
}
.p-btn-contact:hover {
  background-position: right center;
}

.p-btn-header {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  height: 50px;
  padding: 15px 20px 15px 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.p-btn-header.p-btn-request {
  width: 200px;
}
.p-btn-header.p-btn-request span::before {
  top: 56%;
  left: -30px;
  width: 18px;
  height: 23px;
}
.p-btn-header.p-btn-contact {
  width: 184px;
  padding-left: 54px;
}
.p-btn-header.p-btn-contact span::before {
  left: -32px;
  width: 25px;
  height: 20px;
}

.p-sec {
  padding: 86px 20px 100px;
}
.p-sec:nth-of-type(1), .p-sec:nth-of-type(3), .p-sec:nth-of-type(6) {
  background: #fff6eb;
  background: linear-gradient(90deg, #fff6eb 50%, #fdeee5 100%);
}

.p-sec-subttl {
  font-family: "Montserrat";
  font-size: 1.9rem;
  line-height: 2.0526315789;
  letter-spacing: 0.06em;
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  position: relative;
}
.p-sec-subttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #ffab36;
  /* fallback for old browsers */
  background: linear-gradient(to right, #ffab36, #e75d01);
}

.p-sec-ttl {
  font-size: 3.8rem;
  line-height: 1.3157894737;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 63px;
}

.p-txt-bold {
  font-weight: bold;
}

.p-color-main {
  color: #e75d01;
}

.p-fz22 {
  font-size: 2.2rem;
  line-height: 2.5454545455;
  letter-spacing: 0.002em;
  font-weight: 700;
}

.p-fz24 {
  font-size: 2.4rem;
  line-height: 2.25;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-fz30 {
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-fz36 {
  font-size: 3.6rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-fz38 {
  font-size: 3.8rem;
  line-height: 1.3157894737;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-fz42 {
  font-size: 4.2rem;
  line-height: 0.9285714286;
  letter-spacing: 0.06em;
  font-weight: 900;
}

.p-fz51 {
  font-size: 5.1rem;
  line-height: 1;
  letter-spacing: 0.001em;
  font-weight: 700;
}

.p-fz62 {
  font-size: 6.2rem;
  line-height: 1.4516129032;
  letter-spacing: 0.06em;
  font-weight: 900;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt10-nosp {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }

  .p-btn {
    font-size: 4.8vw;
    width: 78.6666666667vw;
    min-width: auto;
    max-width: 78.6666666667vw;
    height: 14.6666666667vw;
    padding: 4.6666666667vw 5.2vw 4.6666666667vw 13.0666666667vw;
    box-shadow: 0 0 2.1333333333vw rgba(0, 0, 0, 0.18);
  }
  .p-btn span {
    width: 4.8vw;
    height: 6.2666666667vw;
  }

  .p-mainvisual .p-btn {
    width: 78.6666666667vw;
    min-width: auto;
  }
  .p-mainvisual .p-btn-request {
    padding: 4.6666666667vw 5.2vw 4.6666666667vw 13.0666666667vw;
  }
  .p-mainvisual .p-btn-contact {
    padding: 4.6666666667vw 5.2vw 4.6666666667vw 15.0666666667vw;
  }

  .p-btn-request .p-btn-icn::before {
    left: -7.3333333333vw;
    width: 4.8vw;
    height: 6.2666666667vw;
  }

  .p-btn-contact .p-btn-icn::before {
    left: -9.6vw;
    width: 7.0666666667vw;
    height: 5.7333333333vw;
  }

  .p-btn-tel {
    color: #333;
    text-align: center;
    padding: 2vw 12vw 2vw 12vw;
    border: 0.5333333333vw solid #ffab36;
  }

  .p-btn-tel-header {
    width: 9.6vw;
    height: 9.6vw;
    padding: 1.7333333333vw 2.4vw;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
  .p-btn-tel-header img {
    max-width: 100%;
    width: 3.4666666667vw;
  }

  .p-btn-header {
    font-size: 3.3333333333vw;
    height: 9.2vw;
    box-shadow: 0 0 2.1333333333vw rgba(0, 0, 0, 0.2);
  }
  .p-btn-header.p-btn-request {
    width: 25.3333333333vw;
    padding: 2.6666666667vw 2vw;
  }
  .p-btn-header.p-btn-request .p-btn-icn::before {
    background: none;
  }
  .p-btn-header.p-btn-contact {
    width: 25.3333333333vw;
    padding: 2.6666666667vw 2vw;
  }
  .p-btn-header.p-btn-contact .p-btn-icn::before {
    background: none;
  }

  .p-sec {
    padding: 8vw 0 12vw;
  }

  .p-sec-subttl {
    font-size: 4vw;
    margin: 0 auto 1.3333333333vw;
  }
  .p-sec-subttl::before {
    bottom: 0.9333333333vw;
    height: 0.4vw;
  }

  .p-sec-ttl {
    font-size: 6.4vw;
    margin-bottom: 4.6666666667vw;
  }

  .p-fz22 {
    font-size: 4.2666666667vw;
  }

  .p-fz24 {
    font-size: 4.8vw;
  }

  .p-fz30 {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }

  .p-fz36 {
    font-size: 6.1333333333vw;
  }

  .p-fz38 {
    font-size: 5.3333333333vw;
    letter-spacing: 0;
  }

  .p-fz42 {
    font-size: 6.4vw;
  }

  .p-fz51 {
    font-size: 5.7333333333vw;
    letter-spacing: 0;
  }

  .p-fz62 {
    font-size: 7.2vw;
    letter-spacing: 0;
  }

  .p-fz28-sp {
    font-size: 3.7333333333vw;
  }

  .p-fz36-sp {
    font-size: 4.8vw;
  }

  .p-fz40-sp {
    font-size: 5.3333333333vw;
  }

  .p-fz48-sp {
    font-size: 6.4vw;
  }

  .mt-5 {
    margin-top: -0.6666666667vw !important;
  }

  .mt10-nosp {
    margin-top: 0;
  }
}
/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
  overflow: hidden;
}

/*------------- .l-header -------------*/
.l-header {
  width: 100%;
  height: 84px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.p-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 14px 50px;
  white-space: nowrap;
}

.p-header-logo {
  width: 160px;
  min-width: 160px;
  image-rendering: -webkit-optimize-contrast;
}

.p-header-contact-wrapper {
  display: flex;
  -moz-column-gap: 38px;
       column-gap: 38px;
}
.p-header-contact-wrapper .p-btn-area {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.p-header-tel-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  position: relative;
}
.p-header-tel-wrapper::before {
  content: "";
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  width: 23px;
  height: 31px;
  background: url(../images/icn_tel.png) no-repeat center center/contain;
  image-rendering: optimizeSpeed;
}

@-moz-document url-prefix() {
  .p-header-tel-wrapper::before {
    image-rendering: auto;
  }
}
.p-header-tel-num {
  margin-right: 16px;
}
.p-header-tel-num img {
  width: 190px;
  min-width: 190px;
  image-rendering: optimizeSpeed;
}

@-moz-document url-prefix() {
  .p-header-tel-num img {
    image-rendering: auto;
  }
}
.p-header-tel-bottom {
  display: flex;
  justify-content: left;
  align-items: center;
}

.p-header-tel-time {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-header-tel-box {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  border: 1px solid #333;
  padding: 2px 5px 3px;
  margin-top: 2px;
  margin-right: 5px;
}

.p-top-logo .st0 {
  fill: #fff;
}

.p-top-logo .st1 {
  fill: #c9191d;
}

.p-header-logo .st0 {
  fill: #fff;
}

.p-header-logo .st1 {
  fill: #c9191d;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 14.6666666667vw;
    background-color: white;
    box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.16);
  }

  .p-header-inner {
    padding: 2.6666666667vw 4vw;
  }

  .p-header-logo {
    width: 16vw;
    min-width: 0;
  }

  .p-header-contact-wrapper .p-btn-area {
    flex-direction: row;
    gap: 0 4vw;
    margin: 0;
  }
}
/*------------- .l-content -------------*/
.l-content {
  max-width: 1200px;
  margin: auto;
}

.l-content-s {
  max-width: 1120px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .l-content {
    padding: 0 4vw;
  }

  .l-content-s {
    padding: 0 4vw;
    margin: auto;
  }
}
/*------------- .l-pagetop -------------*/
.l-pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9999;
}

.p-pagetop-btn {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 900;
  font-family: "Montserrat";
  white-space: nowrap;
  padding: 32px 15px;
  width: 70px;
  height: 70px;
  border-radius: 9999px;
  background-color: #e75d01;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.3s;
}
.p-pagetop-btn::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
}
.p-pagetop-btn:hover {
  box-shadow: none;
  transform: translateY(1px);
}

@media screen and (max-width: 767px) {
  .l-pagetop {
    display: none !important;
  }
}
/*------------- .l-footer -------------*/
.l-footer {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  padding: 5px 0;
  background-color: #e5e5e5;
}

@media screen and (max-width: 767px) {
  .l-footer {
    font-size: 2.9333333333vw;
    padding: 1.3333333333vw 0;
    letter-spacing: 0.065em;
  }
}
/*------------- .p-mainvisual -------------*/
.p-mainvisual {
  width: 100%;
  max-width: 100%;
  height: 740px;
  background: url(../images/bg_mv_pc.png) no-repeat center right 38%/cover;
  image-rendering: -webkit-optimize-contrast;
}

.p-top-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 34px 28px 46px;
  max-width: 1920px;
  margin: auto;
}

.p-top-logo {
  width: 160px;
  margin-top: -15px;
}

.p-top-tel-wrapper {
  padding-left: 40px;
  position: relative;
  filter: drop-shadow(0px 0px 20px #fff);
}
.p-top-tel-wrapper::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 39px;
  background: url(../images/icn_tel.png) no-repeat center center/contain;
  filter: drop-shadow(0px 0px 20px #fff);
  image-rendering: optimizeSpeed;
}

@-moz-document url-prefix() {
  .p-top-tel-wrapper::before {
    image-rendering: auto;
  }
}
.p-top-tel-num {
  display: block;
  padding-right: 6px;
  filter: drop-shadow(0px 0px 20px #fff);
  pointer-events: none;
}
.p-top-tel-num img {
  width: 188px;
  padding-bottom: 5px;
  image-rendering: optimizeSpeed;
}

@-moz-document url-prefix() {
  .p-top-tel-num img {
    image-rendering: auto;
  }
}
.p-top-tel-bottom {
  display: flex;
  justify-content: left;
  align-items: center;
}

.p-top-tel-time {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 400;
  filter: drop-shadow(0px 0px 20px #fff);
}

.p-top-tel-box {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  border: 1px solid #333;
  padding: 3px 5px;
  margin-right: 3px;
  filter: drop-shadow(0px 0px 20px #fff);
}

.p-mainvisual-content-wrapper {
  padding: 0 20px 0 40px;
}

.p-mainvisual-content-inner {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  max-width: 1480px;
  margin: auto;
}

.p-mainvisual-txt-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.9rem;
  line-height: 1.724137931;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding-top: 24px;
  white-space: nowrap;
}

.p-mainvisual-subttl {
  display: inline-block;
  font-size: 2.3rem;
  line-height: 1.0434782609;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  padding: 0 40px;
  margin: 0 0 40px 0;
  position: relative;
}
.p-mainvisual-subttl::before, .p-mainvisual-subttl::after {
  content: "";
  position: absolute;
  top: 60%;
  width: 2px;
  height: 30px;
  background-color: #333;
}
.p-mainvisual-subttl::before {
  left: 20px;
  transform: translateY(-50%) rotate(-40deg);
}
.p-mainvisual-subttl::after {
  right: 20px;
  transform: translateY(-50%) rotate(40deg);
}

.p-mainvisual-ttl-wrapper {
  margin-bottom: 50px;
}
.p-mainvisual-ttl-wrapper .p-fz30 {
  filter: drop-shadow(0px 0px 3px #fff);
}

.p-mainvisual-ttl {
  display: inline-block;
  font-size: 7.4rem;
  line-height: 1.0810810811;
  letter-spacing: 0.01em;
  font-weight: 900;
  margin-bottom: 15px;
}

.p-mainvisual-ttl-frame {
  display: inline-block;
  color: #e75d01;
  letter-spacing: 0.01em;
  padding: 0 14px 0 14px;
  border: 2px solid #ffab36;
  margin: 0 15px 15px 0;
}
.p-mainvisual-ttl-frame .p-fz30 {
  letter-spacing: 0;
  filter: none;
}
.p-mainvisual-ttl-frame .p-fz38 {
  letter-spacing: 0.01em;
}

.p-btn-area {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.5625vw;
       column-gap: 1.5625vw;
  text-align: center;
}

.p-btn-wrapper {
  font-size: 1.8rem;
  line-height: 3.1111111111;
  letter-spacing: 0.002em;
  font-weight: 700;
}

.p-award-area {
  margin-top: auto;
  margin-bottom: -30px;
}

.p-award-img-wrapper {
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.p-award-img {
  width: auto;
  max-width: 225px;
  height: auto;
}

.p-award-txt {
  color: #333333;
  font-size: 1.1rem;
  line-height: 1.8181818182;
  font-weight: 400;
  font-size: clamp(11px, 1vw, 13px);
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-mainvisual {
    width: 100vw;
    height: auto;
    background: none;
  }

  .p-mainvisual-sp {
    width: calc(100% + 8vw);
    margin-top: 30px;
    margin-left: -4vw;
  }
  .p-mainvisual-sp img {
    width: 100%;
  }

  .p-top-wrapper {
    padding: 2.6666666667vw 4vw 4vw;
    max-width: none;
    margin: 0;
  }

  .p-top-logo {
    width: 21.3333333333vw;
    min-width: none;
    margin-top: -1.3333333333vw;
  }

  .p-top-tel-wrapper {
    display: flex;
    align-items: center;
    padding-left: 5.3333333333vw;
    filter: none;
  }
  .p-top-tel-wrapper::before {
    top: 50%;
    left: 0.6666666667vw;
    width: 3.4666666667vw;
    height: 4.8vw;
  }

  .p-top-tel-num {
    padding: 0;
    margin-right: 2.6666666667vw;
    filter: none;
    pointer-events: auto;
  }
  .p-top-tel-num img {
    width: 29.3333333333vw;
  }

  .p-top-tel-bottom {
    flex-direction: column;
    align-items: start;
  }

  .p-top-tel-time {
    font-size: 2.2666666667vw;
    filter: none;
    letter-spacing: 0.03em;
  }

  .p-top-tel-box {
    font-size: 1.8666666667vw;
    padding: 0.4vw 0.8vw;
    margin-right: 0;
    filter: none;
    letter-spacing: 0.03em;
  }

  .p-mainvisual-content-wrapper {
    padding: 0;
  }

  .p-mainvisual-content-inner {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 0 4vw;
  }

  .p-mainvisual-txt-wrapper {
    font-size: 2.9rem;
    line-height: 1.724137931;
    letter-spacing: 0.06em;
    font-weight: 700;
    width: 100%;
    padding-top: 0;
    margin: auto;
  }

  .p-mainvisual-subttl {
    font-size: 3.7333333333vw;
    padding: 0 5.3333333333vw;
    margin-bottom: 4.9333333333vw;
  }
  .p-mainvisual-subttl::before, .p-mainvisual-subttl::after {
    width: 0.2666666667vw;
    height: 5.3333333333vw;
  }
  .p-mainvisual-subttl::before {
    left: 2.6666666667vw;
  }
  .p-mainvisual-subttl::after {
    right: 2.6666666667vw;
  }

  .p-mainvisual-ttl-wrapper {
    margin-bottom: 0;
  }

  .p-mainvisual-ttl {
    font-size: 8.5333333333vw;
    letter-spacing: 0;
    margin-bottom: 1.6vw;
  }

  .p-mainvisual-ttl-frame {
    line-height: 1;
    padding: 0.5333333333vw 2vw 0 2.6666666667vw;
    border: 0.4vw solid #ffab36;
    margin: 0 1.3333333333vw 2.5333333333vw 0;
  }
  .p-mainvisual-ttl-frame .p-fz38 {
    letter-spacing: 0.03em;
  }

  .p-btn-area {
    flex-direction: column;
    row-gap: 6.6666666667vw;
    margin: -3.3333333333vw 0 10vw;
  }

  .p-btn-wrapper {
    font-size: 3.7333333333vw;
    margin: auto;
  }
}
/*------------- .p-achievement-sec -------------*/
.p-achievement-sec {
  padding-bottom: 50px;
}

.p-achievement-ttl-wrapper {
  padding: 35px 20px 45px;
  background: linear-gradient(90deg, #fff6eb 50%, #fef3e8 100%);
  margin-bottom: 50px;
  position: relative;
}
.p-achievement-ttl-wrapper::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 35px 0 35px;
  border-color: #fef5e9 transparent transparent transparent;
}

.p-achievement-ttl-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 880px;
  padding-left: 160px;
  margin: auto;
  position: relative;
}
.p-achievement-ttl-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 118px;
  height: 115px;
  background: url(../images/icn_achievement.png) no-repeat center center/contain;
  image-rendering: -webkit-optimize-contrast;
}

.p-achievement-ttl {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 15px;
}

.p-achievement-subttl {
  color: #e75d01;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding: 9px 120px 11px;
  background-color: #fff;
  border-radius: 9999px;
}

.p-achievement-logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 724px;
  margin: auto;
  gap: 22px 0;
}

.p-achievement-logo {
  width: 145px;
}
.p-achievement-logo img {
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px) {
  .p-achievement-sec {
    padding-bottom: 5.6vw;
  }

  .p-achievement-ttl-wrapper {
    padding: 5.6vw 0 6.6666666667vw;
    margin-bottom: 9.0666666667vw;
  }
  .p-achievement-ttl-wrapper::before {
    bottom: -6.1333333333vw;
    border-width: 6.1333333333vw 8.4vw 0 8.4vw;
  }

  .p-achievement-ttl-inner {
    padding: 0 4vw;
  }
  .p-achievement-ttl-inner::before {
    background: none;
  }

  .p-achievement-ttl {
    font-size: 5.0666666667vw;
    line-height: 1.5;
    margin-bottom: 4.6666666667vw;
    padding-left: 20vw;
    position: relative;
  }
  .p-achievement-ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1.3333333333vw;
    transform: translateY(-50%);
    width: 18.6666666667vw;
    height: 16.6666666667vw;
    background: url(../images/icn_achievement.png) no-repeat center center/contain;
  }

  .p-achievement-subttl {
    font-size: 4vw;
    line-height: 1.6;
    padding: 1.2vw 4.2666666667vw 1.4666666667vw;
  }

  .p-achievement-logo-wrapper {
    gap: 0.6666666667vw 0;
    padding: 0 4vw;
  }

  .p-achievement-logo {
    width: 33.33333%;
    text-align: center;
  }
}
/*------------- .p-problem-sec -------------*/
.p-problem-sec {
  padding: 40px 35px 70px 0;
  background-color: #f0f0f0;
  position: relative;
}
.p-problem-sec::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 40px;
  background: url(../images/icn_arrow-gradation.png) no-repeat center center/contain;
  image-rendering: -webkit-optimize-contrast;
}

.p-problem-ttl {
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 110px 0 150px;
  margin: 0 auto 35px;
  position: relative;
}
.p-problem-ttl::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 2px;
  width: 85px;
  height: 95px;
  background: url(../images/icn_problem.png) no-repeat center center/contain;
  image-rendering: -webkit-optimize-contrast;
}
.p-problem-ttl::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 60%;
  left: 60px;
  width: 110px;
  height: 160px;
  background: url(../images/bg_problem.png) no-repeat center center/contain;
  image-rendering: -webkit-optimize-contrast;
}
.p-problem-ttl span {
  line-height: 1;
}

.p-problem-ttl-frame {
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: inline-block;
  color: #396fa1;
  padding: 5px 9px;
  border: 2px solid #396fa1;
  background-color: #fff;
  margin: 10px;
}

.p-problem-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-left: 35px;
}

.p-problem-list-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 49.5%;
  white-space: nowrap;
}
.p-problem-list-item:nth-child(odd) {
  margin-left: 15px;
}
.p-problem-list-item:nth-child(even) {
  margin-left: -25px;
}

.p-problem-list-item-img {
  width: 131px;
  height: 131px;
}

@media screen and (max-width: 767px) {
  .p-problem-sec {
    padding: 4vw 0 11.3333333333vw;
  }
  .p-problem-sec::before {
    bottom: -4.6666666667vw;
    width: 18vw;
    height: 7.7333333333vw;
  }

  .p-problem-ttl {
    font-size: 5.3333333333vw;
    text-align: left;
    line-height: 1.7;
    padding: 4vw 16vw 5.6vw 0;
    margin: 0 auto 0;
    background: url(../images/bg_problem_sp.png) no-repeat right 16vw top/contain;
  }
  .p-problem-ttl::before {
    width: 16vw;
    height: 18vw;
  }
  .p-problem-ttl::after {
    background: none;
  }
  .p-problem-ttl .p-fz40-sp {
    letter-spacing: 0.06em;
  }

  .p-problem-ttl-frame {
    font-size: 6.4vw;
    padding: 1.3333333333vw 1.6vw;
    border: 0.2666666667vw solid #396fa1;
    margin: 1.3333333333vw;
  }

  .p-problem-list {
    flex-direction: column;
    gap: 5.3333333333vw 0;
    margin-left: 0;
  }

  .p-problem-list-item {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    font-size: 4.2666666667vw;
    width: 100%;
    white-space: normal;
  }
  .p-problem-list-item:nth-child(n) {
    margin: 0;
  }

  .p-problem-list-item-img {
    width: 22.6666666667vw;
    height: 22.6666666667vw;
  }
}
/*------------- .p-reason-sec -------------*/
.p-reason-sec {
  padding: 65px 20px 105px;
}

.p-reason-ttl {
  font-size: 3rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 70px;
  position: relative;
}
.p-reason-ttl img {
  display: inline;
  width: 150px;
  padding: 0 10px 10px 10px;
}
.p-reason-ttl::before, .p-reason-ttl::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 40px;
}
.p-reason-ttl::before {
  border-left: solid 3px #ffc555;
  border-top: solid 3px #ffc555;
  top: 10%;
  left: -40px;
}
.p-reason-ttl::after {
  border-right: solid 3px #ffc555;
  border-bottom: solid 3px #ffc555;
  bottom: -5%;
  right: -40px;
}

.p-underline {
  position: relative;
}
.p-underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #fffbb8;
  z-index: -1;
}

.p-reason-list {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  max-width: 1460px;
  margin: auto;
}

.p-reason-list-item {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  position: relative;
}
.p-reason-list-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 160px;
  left: -100%;
  width: 130%;
  height: 486px;
  background: #fff6eb;
  background: linear-gradient(90deg, #fff6eb 50%, #fdeee5 100%);
  z-index: -1;
}
.p-reason-list-item:nth-child(even) {
  margin: 0 auto 0 0;
  flex-direction: row-reverse;
}
.p-reason-list-item:nth-child(even)::before {
  left: auto;
  right: -100%;
}
.p-reason-list-item:nth-child(even) .p-reason-list-img {
  left: 0;
}
.p-reason-list-item:nth-child(even) .p-reason-list-txt-wrapper {
  margin: 0 0 0 -40px;
}
.p-reason-list-item:nth-child(2) {
  margin-top: -10px;
}
.p-reason-list-item:nth-child(2) .p-reason-list-txt-wrapper {
  padding-bottom: 60px;
  margin-top: -20px;
}
.p-reason-list-item:nth-child(2) .p-reason-list-img {
  top: 55%;
}
.p-reason-list-item:nth-child(3) {
  margin-top: -10px;
}
.p-reason-list-item:nth-child(4) {
  margin-top: -8px;
}

.p-reason-list-txt-wrapper {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  width: 755px;
  padding: 40px 60px 45px;
  margin-right: -40px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.p-reason-list-txt-top {
  display: flex;
  margin: 0 0 20px -70px;
}

.p-reason-list-num {
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std";
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  width: 109px;
  height: 82px;
  padding: 5px 15px 0 0;
  background: url(../images/bg_num.png) no-repeat center center/contain;
  image-rendering: -webkit-optimize-contrast;
}
.p-reason-list-num .p-fz42 {
  font-weight: 700;
}

.p-reason-list-ttl {
  color: #e75d01;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  letter-spacing: 0.06em;
  font-weight: 700;
  white-space: nowrap;
  padding-left: 25px;
}

.p-reason-list-img {
  width: 616px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-reason-sec {
    padding: 11.3333333333vw 0 10.6666666667vw;
  }

  .p-reason-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    width: 88vw;
    margin: 0 auto 6.9333333333vw;
  }
  .p-reason-ttl .p-fz48-sp {
    letter-spacing: 0.06em;
  }
  .p-reason-ttl img {
    width: 22.6666666667vw;
    padding: 0 2vw 1.3333333333vw 2vw;
    box-sizing: content-box;
    image-rendering: -webkit-optimize-contrast;
  }
  .p-reason-ttl::before, .p-reason-ttl::after {
    width: 9.3333333333vw;
    height: 6.6666666667vw;
  }
  .p-reason-ttl::before {
    top: 5%;
    left: 0;
    border-left: solid 0.6666666667vw #ffc555;
    border-top: solid 0.6666666667vw #ffc555;
  }
  .p-reason-ttl::after {
    bottom: 0;
    right: 0;
    border-right: solid 0.6666666667vw #ffc555;
    border-bottom: solid 0.6666666667vw #ffc555;
  }

  .p-underline::before {
    height: 1.8666666667vw;
  }

  .p-reason-list {
    align-items: flex-start;
    row-gap: 8.6666666667vw;
    width: 100%;
    padding: 0 4vw;
  }

  .p-reason-list-item {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 2vw;
  }
  .p-reason-list-item img {
    image-rendering: -webkit-optimize-contrast;
  }
  .p-reason-list-item:not(:last-child)::before {
    top: 78%;
    width: 155%;
    height: 86.6666666667vw;
  }
  .p-reason-list-item:nth-child(even) {
    margin: 0 0 0 2vw;
    flex-direction: column;
  }
  .p-reason-list-item:nth-child(even) .p-reason-list-img {
    right: 0;
    left: auto;
  }
  .p-reason-list-item:nth-child(even) .p-reason-list-txt-wrapper {
    margin: 0;
  }
  .p-reason-list-item:nth-child(2) .p-reason-list-txt-wrapper {
    padding-bottom: 4vw;
  }
  .p-reason-list-item:nth-child(3) {
    margin-top: -0.6666666667vw;
  }
  .p-reason-list-item:nth-child(3) .p-reason-list-txt-wrapper {
    padding-bottom: 6.4vw;
  }
  .p-reason-list-item:nth-child(4) {
    margin-top: -0.9333333333vw;
  }

  .p-reason-list-txt-wrapper {
    font-size: 4vw;
    line-height: 1.6;
    width: 86vw;
    padding: 3.3333333333vw 3.3333333333vw 5.3333333333vw 4vw;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.08);
  }

  .p-reason-list-txt-top {
    margin: 0 0 2vw 0;
    margin-left: -6vw;
  }

  .p-reason-list-num {
    font-size: 3.7333333333vw;
    width: 18.9333333333vw;
    height: 15.0666666667vw;
    padding: 1.0666666667vw 3.0666666667vw 0 0;
    margin-top: 1.6vw;
  }
  .p-reason-list-num span {
    font-size: 6.4vw;
  }

  .p-reason-list-ttl {
    font-size: 4.5333333333vw;
    white-space: normal;
    padding-left: 2.6666666667vw;
    width: calc(100% - 18vw - 2.6666666667vw);
  }

  .p-reason-list-img {
    width: 82.6666666667vw;
    margin-left: 7.3333333333vw;
    margin-top: -5.3333333333vw;
  }
}
/*------------- .p-conversion-sec -------------*/
.p-conversion-sec {
  padding: 50px 20px;
  background: url(../images/bg_conversion.png) no-repeat center center/cover;
  image-rendering: -webkit-optimize-contrast;
}

.p-conversion-inner {
  display: block;
  padding: 40px 0 50px 0;
  border-radius: 20px;
  background-color: #fff;
}

.p-conversion-ttl {
  font-size: 3rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 19px;
}
.p-conversion-ttl .p-fz36 {
  line-height: 1.3222222;
  letter-spacing: 0.059em;
}

.p-conversion-wrapper {
  align-items: flex-end;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.p-conversion-wrapper .p-top-tel-wrapper {
  padding-left: 50px;
  margin-bottom: 10px;
}
.p-conversion-wrapper .p-top-tel-wrapper::before {
  top: 50%;
  width: 39px;
  height: 50px;
}
.p-conversion-wrapper .p-top-tel-num img {
  width: 240px;
}
.p-conversion-wrapper .p-top-tel-box {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-right: 10px;
}
.p-conversion-wrapper .p-top-tel-time {
  font-size: 1.9rem;
  line-height: 1.6315789474;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-conversion-tel-wrapper {
  text-align: left;
  width: 290px;
  height: 118px;
}
.p-conversion-tel-wrapper::before {
  left: 30px;
}

.p-conversion-tel-top {
  display: block;
  padding: 20px 30px;
  border-bottom: none;
}

.p-conversion-tel-num {
  padding: 3px 0 2px 35px;
  position: relative;
}
.p-conversion-tel-num img {
  image-rendering: optimizeSpeed;
}
.p-conversion-tel-num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 23px;
  height: 31px;
  background: url(../images/icn_tel.png) no-repeat center center/contain;
  image-rendering: optimizeSpeed;
}

@-moz-document url-prefix() {
  .p-conversion-tel-num img {
    image-rendering: auto;
  }

  .p-conversion-tel-num::before {
    image-rendering: auto;
  }
}
.p-conversion-tel-bottom {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  padding: 13px 30px;
}

.p-conversion-tel-box {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
  border: 1px solid #333;
  padding: 4px 8px;
  margin-right: 9px;
}

.p-conversion-tel-time {
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-conversion-sec {
    padding: 8vw 0;
  }
  .p-conversion-sec .p-btn-request,
.p-conversion-sec .p-btn-contact {
    padding-top: 5.0666666667vw;
    height: 16vw;
    margin-top: -1.3333333333vw;
  }
  .p-conversion-sec .p-btn-tel {
    padding-top: 2vw;
    height: 16vw;
    margin-top: 3.3333333333vw;
  }
  .p-conversion-sec .p-btn-tel img {
    image-rendering: optimizeSpeed;
  }

  .p-conversion-inner {
    padding: 6vw 6vw 8vw;
    border-radius: 2.6666666667vw;
  }

  .p-conversion-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    padding-bottom: 5.3333333333vw;
  }
  .p-conversion-ttl .p-fz48-sp {
    display: inline-block;
    line-height: 1.5;
    padding-top: 0.9333333333vw;
  }

  .p-conversion-wrapper {
    row-gap: 2.2666666667vw;
    margin-bottom: 0;
  }

  .p-conversion-tel-wrapper {
    padding-left: 8.6666666667vw;
    width: 100%;
    height: auto;
    position: relative;
  }
  .p-conversion-tel-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.6666666667vw;
    transform: translateY(-50%);
    width: 6.4vw;
    height: 8.8vw;
    background: url(../images/icn_tel.png) no-repeat center center/contain;
    image-rendering: optimizeSpeed;
  }

  .p-conversion-tel-top {
    padding: 0;
    border: none;
    background-color: transparent;
  }

  .p-conversion-tel-num {
    padding: 0 0 1.3333333333vw 0;
  }
  .p-conversion-tel-num img {
    width: 42.6666666667vw;
  }
  .p-conversion-tel-num::before {
    background: none;
  }

  .p-conversion-tel-bottom {
    justify-content: left;
    padding: 0;
    background-color: transparent;
  }

  .p-conversion-tel-box {
    color: #333;
    font-size: 2.6666666667vw;
    border: 1px solid #333;
    padding: 0.6666666667vw 1.2vw;
    margin-right: 1.3333333333vw;
  }

  .p-conversion-tel-time {
    color: #333;
    font-size: 3.3333333333vw;
    margin-top: 0.6666666667vw;
  }
}
/*------------- .p-feature-sec -------------*/
.p-feature-lead {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 145px;
  margin: 0 auto 65px;
  position: relative;
}
.p-feature-lead::before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: -10px;
  width: 170px;
  height: 110px;
  background: url(../images/icn_service.png) no-repeat center center/contain;
  image-rendering: -webkit-optimize-contrast;
}

.p-feature-content-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 40px 65px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.p-feature-step-wrapper {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.p-feature-step {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.7727272727;
  letter-spacing: 0.06em;
  font-weight: 700;
  letter-spacing: 0;
  padding: 25px 9.5px 0;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.p-feature-step1 .p-feature-step {
  height: 450px;
  background: url(../images/bg_step1.png) no-repeat 0 0/contain;
  image-rendering: -webkit-optimize-contrast;
}
.p-feature-step1 .p-feature-service {
  position: relative;
}
.p-feature-step1 .p-feature-service::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 25px;
  background: url(../images/icn_arrow-normal.png) no-repeat 0 0/contain;
  image-rendering: -webkit-optimize-contrast;
}

.p-feature-step2 .p-feature-step {
  height: 381px;
  background: url(../images/bg_step2.png) no-repeat 0 0/contain;
  image-rendering: -webkit-optimize-contrast;
}
.p-feature-step2 .p-feature-service-list {
  -moz-column-gap: 55px;
       column-gap: 55px;
}
.p-feature-step2 .p-feature-service-list-item {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: left;
}
.p-feature-step2 .p-feature-service-ttl {
  margin-bottom: 10px;
}

.p-feature-service {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-feature-service-lead {
  margin: 5px 0 37px;
}

.p-feature-service-list {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.p-feature-service-list-item {
  text-align: center;
}

.p-feature-step1 .p-feature-service-list-item:first-child {
  position: relative;
}
.p-feature-step1 .p-feature-service-list-item:first-child::before {
  content: "";
  position: absolute;
  top: 24%;
  right: -82px;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background: url(../images/icn_plus.png) no-repeat 0 0/contain;
  image-rendering: -webkit-optimize-contrast;
}
.p-feature-step1 .p-feature-service-list-item:nth-child(2) .p-feature-service-ttl {
  line-height: 1.3;
  margin-top: -5px;
}

.p-feature-service-list-img {
  display: block;
  width: 162px;
  height: 162px;
  margin: 0 auto 21px;
}

.p-feature-service-ttl {
  color: #e75d01;
  font-size: 2.4rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 16px;
}
.p-feature-service-ttl img {
  display: inline;
  width: 100px;
  padding: 0 5px 8px 0;
}
.p-feature-service-ttl span {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 15px;
}

.p-feature-service-detail-list1 {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.p-feature-service-detail-item1 {
  padding: 4px 22px 6px;
  background-color: #ffc555;
  border-radius: 9999px;
}

.p-feature-service-detail-wrapper {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 8px 23px 15px;
  background-color: #ffc555;
  border-radius: 9999px;
  flex-grow: 1;
  margin-left: -5px;
}

.p-feature-service-detail-list2 {
  display: flex;
  justify-content: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
  margin-top: 2px;
}

.p-feature-service-detail-item2 {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}
.p-feature-service-detail-item2::before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  width: 19px;
  height: 19px;
  background: url(../images/icn_checkmark.png) no-repeat center/contain;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px) {
  .p-feature-sec {
    padding: 10.9333333333vw 0 12.6666666667vw;
  }
  .p-feature-sec .p-sec-ttl {
    margin-bottom: 5.3333333333vw;
  }

  .p-feature-lead {
    font-size: 4.2666666667vw;
    line-height: 1.65;
    padding-left: 0;
    margin-bottom: 4vw;
  }
  .p-feature-lead::before {
    background: none;
  }

  .p-feature-content-wrapper {
    row-gap: 10.6666666667vw;
    padding: 6.6666666667vw 4vw 6vw 2.6666666667vw;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.08);
  }

  .p-feature-step-wrapper {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }

  .p-feature-step {
    font-size: 4.5333333333vw;
    letter-spacing: 0.06em;
    padding: 4vw 1.0666666667vw 0 0.9333333333vw;
    margin-top: 1.3333333333vw;
  }

  .p-feature-step1 .p-feature-step {
    height: 144.9333333333vw;
    background: url(../images/bg_step1_sp.png) no-repeat 0 0/contain;
  }
  .p-feature-step1 .p-feature-service::before {
    bottom: -9.3333333333vw;
    width: 10.1333333333vw;
    height: 5.0666666667vw;
  }

  .p-feature-step2 .p-feature-step {
    height: 152.8vw;
    background: url(../images/bg_step2_sp.png) no-repeat 0 0/contain;
  }
  .p-feature-step2 .p-feature-service-list {
    gap: 6.6666666667vw 0;
  }
  .p-feature-step2 .p-feature-service-list-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-size: 4vw;
    text-align: left;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
  .p-feature-step2 .p-feature-service-list-img {
    width: 25.3333333333vw;
    height: 25.3333333333vw;
  }
  .p-feature-step2 .p-feature-service-ttl {
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0 0 1.3333333333vw 0;
  }
  .p-feature-step2 .p-feature-service-list-txt {
    width: 41.3333333333vw;
  }

  .p-feature-service {
    font-size: 3.7333333333vw;
  }

  .p-feature-service-lead {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    margin: 0 0 6vw;
  }

  .p-feature-service-list {
    flex-direction: column;
    -moz-column-gap: 90px;
         column-gap: 90px;
    row-gap: 16.6666666667vw;
  }

  .p-feature-service-list-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .p-feature-step1 .p-feature-service-list-item:first-child::before {
    top: 48.9333333333vw;
    right: 40%;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .p-feature-step1 .p-feature-service-list-item:nth-child(2) .p-feature-service-ttl {
    line-height: 1.3;
    margin-top: 0;
    margin-left: 2.6666666667vw;
  }

  .p-feature-service-list-img {
    width: 28.1333333333vw;
    height: 28.1333333333vw;
    margin: 0;
  }

  .p-feature-service-ttl {
    font-size: 4.8vw;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 0;
    margin-left: 5.3333333333vw;
  }
  .p-feature-service-ttl img {
    width: 19.3333333333vw;
    padding: 0 1.0666666667vw 1.2vw 0;
    margin-left: 1.0666666667vw;
    box-sizing: content-box;
  }
  .p-feature-service-ttl span {
    padding-top: 0;
    margin-bottom: 0;
  }

  .p-feature-service-detail-list1 {
    justify-content: space-between;
    margin-top: 4.2666666667vw;
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
  }

  .p-feature-service-detail-item1 {
    font-size: 3.7333333333vw;
    white-space: nowrap;
    padding: 1.0666666667vw 3.4666666667vw;
  }

  .p-feature-service-detail-wrapper {
    font-size: 4vw;
    line-height: 1;
    padding: 3.3333333333vw;
    margin: 4vw auto 0;
    max-width: 71.3333333333vw;
  }

  .p-feature-service-detail-list2 {
    flex-wrap: wrap;
    margin-top: 3.3333333333vw;
    gap: 1.7333333333vw 6vw;
  }

  .p-feature-service-detail-item2 {
    font-size: 4vw;
    line-height: 1.5;
    padding-left: 5.3333333333vw;
  }
  .p-feature-service-detail-item2::before {
    width: 3.8666666667vw;
    height: 3.8666666667vw;
  }
}
/*------------- .p-case-sec -------------*/
.p-case-sec .p-sec-ttl {
  margin-bottom: 40px;
}

.p-case-list {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}

.p-case-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px 70px;
}
.p-case-list-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px;
}
.p-case-list-item:last-child {
  margin-top: -2px;
}

.p-case-list-txt-wrapper {
  width: 61.7%;
}

.p-case-list-img {
  width: 33%;
  margin-top: 15px;
}

.p-case-list-num-wrapper {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.p-case-list-num {
  color: #e75d01;
  font-size: 2.4rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-case-list-num span {
  display: inline-block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std";
  font-size: 4.8rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 0 20px 0 5px;
}

.p-platform-box {
  font-size: 2.3rem;
  font-weight: 700;
  background-color: #fff;
  width: 160px;
  height: 35px;
  padding: 5px 70px;
  border: 2px solid #ffab36;
  position: relative;
}

.p-platform-box-inner {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 20px;
  white-space: nowrap;
  background-color: #fff;
}

.p-color-bluegray {
  color: #222e3c;
}

.p-color-red {
  color: #bf0000;
}

.p-color-green {
  color: #2b7b45;
}

.p-case-list-ttl {
  font-size: 2.4rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin: 0 0 15px -15px;
}

.p-case-consul-table {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 19px;
  margin-bottom: 50px;
}

.p-case-consul-table-ttl {
  color: #e75d01;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 5px 17px;
  margin-top: 5px;
  border-radius: 9999px;
  background-color: #faebd7;
}
.p-case-consul-table-ttl:nth-of-type(3) {
  padding: 5px 17px 7px;
  color: #fff;
  background-color: #e75d01;
}

.p-case-consul-tabel-desc {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  width: calc(100% - 72px - 15px);
  vertical-align: middle;
}
.p-case-consul-tabel-desc:nth-of-type(3n) {
  font-weight: bold;
  margin-top: 3px;
}

.p-case-graph-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.p-case-graph {
  display: flex;
  align-items: center;
}

.p-case-graph-before-wrapper {
  display: flex;
}

.p-case-graph-label-before {
  color: #7c7c7c;
  font-size: 1.6rem;
  line-height: 2.4375;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 0 32px 0 5px;
}

.p-case-graph-sales-before {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  height: 28px;
  background-color: #e5e5e5;
}

.p-case-garph-txt {
  color: #e75d01;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 0 25px 5px 65px;
  margin-left: 15px;
  position: relative;
}
.p-case-garph-txt span {
  font-size: 33px;
}
.p-case-garph-txt::before, .p-case-garph-txt::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
}
.p-case-garph-txt::before {
  bottom: -14px;
  left: 0;
  width: 45px;
  height: 30px;
  background: url(../images/icn_arrow-curved.png) no-repeat center/contain;
  image-rendering: -webkit-optimize-contrast;
}
.p-case-garph-txt::after {
  top: 10px;
  right: 0;
  width: 24px;
  height: 29px;
  background: url(../images/img_glitter.png) no-repeat center/contain;
  image-rendering: -webkit-optimize-contrast;
}

.p-case-graph-label-after {
  color: #e75d01;
  font-size: 2.1rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-right: 21px;
}

.p-case-graph-sales-after {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  height: 38px;
  padding-top: 5px;
  background-color: #ffab36;
}

.p-case-sales-before-1 {
  width: 167px;
}

.p-case-sales-before-2 {
  width: 49px;
}

.p-case-sales-before-3 {
  width: 167px;
}

.p-case-sales-after-1,
.p-case-sales-after-2,
.p-case-sales-after-3 {
  width: 458px;
}

@media screen and (max-width: 767px) {
  .p-case-sec .p-sec-ttl {
    margin-bottom: 4vw;
  }

  .p-case-list {
    row-gap: 5.3333333333vw;
  }

  .p-case-list-item {
    flex-direction: column;
    gap: 4.6666666667vw 0;
  }
  .p-case-list-item:not(:last-child) {
    border-bottom: 0.2666666667vw solid #e5e5e5;
    padding-bottom: 8vw;
  }

  .p-case-list-txt-wrapper {
    width: 100%;
  }

  .p-case-list-img {
    width: 68.8vw;
    text-align: center;
  }

  .p-case-list-num-wrapper {
    margin-bottom: 0;
  }

  .p-case-list-num {
    font-size: 4.8vw;
  }
  .p-case-list-num span {
    font-size: 8.5333333333vw;
    padding: 0 3.3333333333vw 0 1.3333333333vw;
  }

  .p-platform-box {
    font-size: 4.2666666667vw;
    width: 27.7333333333vw;
    height: 5.8666666667vw;
    padding: 0.6666666667vw 9.3333333333vw;
    border: 0.2666666667vw solid #ffab36;
  }

  .p-platform-box-inner {
    bottom: 2vw;
    padding: 0.6666666667vw 2.6666666667vw;
  }

  .p-case-list-ttl {
    font-size: 4.8vw;
    line-height: 1.5;
    margin: 0 0 2.2666666667vw 0;
  }

  .p-case-consul-table {
    align-items: flex-start;
    gap: 1.6vw 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }

  .p-case-consul-table-ttl {
    font-size: 4vw;
    padding: 0.6666666667vw 2.8vw;
    margin-top: 1.3333333333vw;
  }
  .p-case-consul-table-ttl:nth-of-type(3n) {
    padding: 0.2666666667vw 2.6666666667vw 0.5333333333vw;
    margin-top: 1.3333333333vw;
  }

  .p-case-consul-tabel-desc {
    font-size: 4vw;
    line-height: 1.62;
    width: calc(100% - 14vw - 2.8vw);
  }
  .p-case-consul-tabel-desc:nth-of-type(3n) {
    margin-top: -0.4vw;
  }

  .p-case-graph-wrapper {
    row-gap: 2vw;
  }

  .p-case-graph-label-before {
    font-size: 3.7333333333vw;
    padding: 0 3.7333333333vw 0 0;
  }

  .p-case-graph-sales-before {
    font-size: 3.2vw;
    height: 4.6666666667vw;
    line-height: 1.4;
  }

  .p-case-garph-txt {
    font-size: 4vw;
    padding: 0 3.3333333333vw 0.6666666667vw 10.4vw;
    margin-left: 2.6666666667vw;
  }
  .p-case-garph-txt span {
    font-size: 5.6vw;
  }
  .p-case-garph-txt::before {
    bottom: -2vw;
    width: 7.4666666667vw;
    height: 4.9333333333vw;
  }
  .p-case-garph-txt::after {
    top: 1.3333333333vw;
    width: 3.6vw;
    height: 4.6666666667vw;
  }

  .p-case-graph-label-after {
    font-size: 4.2666666667vw;
    padding-right: 2vw;
    margin-top: -0.6666666667vw;
  }

  .p-case-graph-sales-after {
    font-size: 4vw;
    height: 8vw;
    padding-top: 0.4vw;
  }

  .p-case-sales-before-1 {
    width: 27.8666666667vw;
  }

  .p-case-sales-before-2 {
    width: 10.6666666667vw;
  }

  .p-case-sales-before-3 {
    width: 27.7333333333vw;
  }

  .p-case-sales-after-1,
.p-case-sales-after-2,
.p-case-sales-after-3 {
    width: 76.4vw;
  }
}
/*------------- .p-review-sec -------------*/
.p-review-sec .p-sec-ttl {
  line-height: 1;
  margin-bottom: 82px;
}

.p-review-list {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}

.p-review-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-review-list-item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-review-list-item:nth-child(even) .p-review-list-img-wrapper {
  margin-right: 0;
  margin-left: -50px;
}
.p-review-list-item:nth-child(even) .p-review-list-txt-wrapper {
  padding: 37px 85px 35px 40px;
  border-radius: 50px 50px 0 50px;
}
.p-review-list-item:nth-child(1) .p-review-list-logo {
  max-width: 156px;
}
.p-review-list-item:nth-child(2) .p-review-list-logo {
  max-width: 185px;
}
.p-review-list-item:nth-child(3) .p-review-list-logo {
  max-width: 167px;
}

.p-review-list-img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 31.666666%;
  max-width: 380px;
  margin: -20px -50px 0 0;
  z-index: 1;
}

.p-review-list-logo {
  position: relative;
  top: -38px;
  margin-bottom: -38px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.p-review-list-txt-wrapper {
  width: 72.166666%;
  max-width: 866px;
  padding: 37px 40px 35px 85px;
  border-radius: 50px 50px 50px 0;
  background-color: #fff;
}

.p-review-list-txt-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.p-review-list-txt-top .p-platform-box {
  margin-bottom: 12px;
}

.p-review-list-ttl {
  color: #e75d01;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-review-list-txt-bottom {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  background: url(../images/bg_quotation-start.png) no-repeat top left/86px, url(../images/bg_quotation-end.png) no-repeat bottom right/86px;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px) {
  .p-review-sec .p-fz30 {
    font-size: 5.3333333333vw;
    letter-spacing: 0.06em;
  }
  .p-review-sec .p-sec-ttl {
    margin-bottom: 7.0666666667vw;
  }

  .p-review-list {
    row-gap: 8.2666666667vw;
  }

  .p-review-list-item {
    flex-direction: column;
    align-items: center;
  }
  .p-review-list-item:nth-child(even) {
    flex-direction: column;
  }
  .p-review-list-item:nth-child(even) .p-review-list-img-wrapper {
    margin: 0;
  }
  .p-review-list-item:nth-child(even) .p-review-list-txt-wrapper {
    padding: 19.3333333333vw 4vw 7.3333333333vw;
    border-radius: 6.6666666667vw;
  }
  .p-review-list-item:nth-child(1) .p-review-list-logo {
    max-width: 26.9333333333vw;
  }
  .p-review-list-item:nth-child(2) .p-review-list-logo {
    max-width: 32vw;
  }
  .p-review-list-item:nth-child(3) .p-review-list-logo {
    max-width: 28.9333333333vw;
  }
  .p-review-list-item:nth-child(1) .p-review-list-txt-wrapper {
    padding: 20vw 4vw 6.6666666667vw;
  }
  .p-review-list-item:nth-child(2) .p-review-list-txt-wrapper {
    padding: 20.9333333333vw 4vw 5.6vw;
  }
  .p-review-list-item:nth-child(3) .p-review-list-txt-wrapper {
    padding-top: 21.0666666667vw;
  }

  .p-review-list-img-wrapper {
    width: 100%;
    max-width: 65.8666666667vw;
    margin: 0;
  }

  .p-review-list-logo {
    top: -6.6666666667vw;
    margin-bottom: -6.6666666667vw;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.08);
  }

  .p-review-list-txt-wrapper {
    width: 92vw;
    padding: 20vw 4vw 7.3333333333vw;
    border-radius: 6.6666666667vw;
    margin-top: -16vw;
  }

  .p-review-list-txt-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.6666666667vw;
  }

  .p-review-list-ttl {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-review-list-ttl .p-fz24 {
    line-height: 1.7;
  }

  .p-review-list-txt-bottom {
    font-size: 4vw;
    line-height: 1.6;
    background: url(../images/bg_quotation-start.png) no-repeat top left/11.4666666667vw, url(../images/bg_quotation-end.png) no-repeat bottom right/11.4666666667vw;
  }
}
/*------------- .p-staff-sec -------------*/
.p-staff-sec {
  padding: 90px 20px 98px;
}
.p-staff-sec .p-sec-ttl {
  line-height: 1;
  margin-bottom: 65px;
}

.p-staff-list {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 55px;
       column-gap: 55px;
}

.p-staff-list-item {
  width: calc(33.333333% - 39px);
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.p-staff-list-item img {
  display: block;
  width: 80%;
  margin: auto;
  height: 310px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-staff-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 70px;
  padding-left: 24px;
  margin: 25px 0 18px 4px;
  position: relative;
}
.p-staff-info-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 68px;
  border-radius: 3px;
  background-color: #ffab36;
}

.p-staff-name {
  color: #e75d01;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-top: 2px;
}

.p-staff-position {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-staff-sec {
    padding: 10.6666666667vw 0 9.3333333333vw;
  }
  .p-staff-sec .p-sec-ttl {
    line-height: 1.35;
    margin-bottom: 6.6666666667vw;
  }
  .p-staff-sec .p-fz30 {
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0.06em;
  }

  .p-staff-list {
    flex-direction: column;
    gap: 6.6666666667vw 0;
  }

  .p-staff-list-item {
    line-height: 1.6;
    width: 100%;
    padding: 0 4vw;
    font-size: 4vw;
  }
  .p-staff-list-item img {
    width: 50.6666666667vw;
    height: auto;
  }

  .p-staff-info-wrapper {
    justify-content: space-between;
    height: 15.3333333333vw;
    padding-left: 4vw;
    margin: 4.9333333333vw 0 2vw 0;
  }
  .p-staff-info-wrapper::before {
    width: 1.6vw;
    height: 14.8vw;
    border-radius: 0.8vw;
  }

  .p-staff-name {
    font-size: 4.8vw;
    padding-bottom: 0;
  }

  .p-staff-position {
    font-size: 3.7333333333vw;
    padding: 0 0 2vw 0;
  }
}
/*------------- .p-flow-sec -------------*/
.p-flow-sec {
  padding-bottom: 90px;
}

.p-flow-list {
  display: flex;
  flex-direction: column;
  row-gap: 31px;
  counter-reset: flow-num;
  margin-bottom: 38px;
}

.p-flow-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  height: 93px;
  padding: 18px 35px 20px 80px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #ffab36;
  position: relative;
}
.p-flow-list-item::before, .p-flow-list-item::after {
  content: "";
  position: absolute;
}
.p-flow-list-item::before {
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  counter-increment: flow-num;
  content: counter(flow-num);
  color: #fff;
  font-size: 5.4rem;
  line-height: 1.1111111111;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std";
  -webkit-text-stroke: 2px #ffab36;
}
.p-flow-list-item::after {
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 15px 0 15px;
  border-color: #ffab36 transparent transparent transparent;
}

.p-flow-list-ttl-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  width: 490px;
}

.p-flow-list-img {
  width: 81px;
  text-align: center;
}

.p-flow-list-ttl {
  color: #e75d01;
  font-size: 2.2rem;
  line-height: 1.7727272727;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-flow-list-desc {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: calc(100% - 490px);
}

.p-flow-bottom-txt {
  font-size: 2.6rem;
  line-height: 1.6923076923;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-flow-sec {
    padding-bottom: 9.3333333333vw;
  }
  .p-flow-sec .p-sec-ttl {
    line-height: 1.45;
    margin-bottom: 6.6666666667vw;
  }

  .p-flow-list {
    row-gap: 7.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }

  .p-flow-list-item {
    flex-direction: column;
    row-gap: 1.8666666667vw;
    height: auto;
    padding: 3.6vw 3.3333333333vw 3.8666666667vw 11.3333333333vw;
    border-radius: 2.6666666667vw;
    border: 0.4vw solid #ffab36;
  }
  .p-flow-list-item::before {
    top: 8.6666666667vw;
    left: 2.6666666667vw;
    font-size: 8.5333333333vw;
    text-shadow: none;
    -webkit-text-stroke: 0.2666666667vw #ffab36;
  }
  .p-flow-list-item::after {
    bottom: -3.7333333333vw;
    border-width: 3.7333333333vw 3.3333333333vw 0 3.3333333333vw;
  }
  .p-flow-list-item:nth-child(2) .p-flow-list-ttl, .p-flow-list-item:nth-child(5) .p-flow-list-ttl {
    margin-top: 1.3333333333vw;
  }
  .p-flow-list-item:nth-child(4) {
    padding-top: 4.9333333333vw;
  }
  .p-flow-list-item:nth-child(5) {
    padding-bottom: 3.4666666667vw;
  }
  .p-flow-list-item:nth-child(6) {
    padding: 3.0666666667vw 3.3333333333vw 4.4vw 11.3333333333vw;
  }
  .p-flow-list-item:nth-child(6) .p-flow-list-ttl {
    margin-top: 2vw;
  }

  .p-flow-list-ttl-wrapper {
    align-items: flex-start;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    width: 100%;
  }

  .p-flow-list-img {
    width: 13.8666666667vw;
    margin-top: 1.3333333333vw;
  }

  .p-flow-list-ttl {
    font-size: 4.8vw;
    line-height: 1.3;
    width: calc(100% - 13.8666666667vw - 4vw);
  }

  .p-flow-list-desc {
    font-size: 4vw;
    width: 100%;
  }

  .p-flow-bottom-txt {
    font-size: 4.8vw;
    line-height: 1.67;
  }
}
/*------------- .p-faq-sec -------------*/
.p-faq-sec {
  padding-bottom: 100px;
}
.p-faq-sec .p-sec-ttl {
  margin-bottom: 50px;
}

.p-faq-list-item {
  display: flex;
  justify-content: left;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.p-faq-list-question {
  color: #e75d01;
  font-size: 1.8rem;
  line-height: 2.6666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #fff;
}

.p-faq-list-answer {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 28px 0px 30px 30px;
}
.p-faq-list-answer:last-child {
  padding-bottom: 0;
}

.p-faq-icn {
  display: inline-block;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
  width: 38px;
  height: 41px;
  border-radius: 6px;
  flex-shrink: 0;
  margin-top: 5px;
}

.p-faq-icn-q {
  padding: 5px 7px 7px;
  background-color: #ffab36;
}

.p-faq-icn-a {
  padding: 5px 9px;
  background-color: #e75d01;
}

@media screen and (max-width: 767px) {
  .p-faq-sec {
    padding: 8.4vw 0 9.3333333333vw;
  }
  .p-faq-sec .p-sec-ttl {
    margin-bottom: 7.3333333333vw;
  }

  .p-faq-list-item {
    align-items: flex-start;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
  .p-faq-list-item:nth-child(4), .p-faq-list-item:nth-child(6) {
    padding-bottom: 7.0666666667vw;
  }

  .p-faq-list-question {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding: 2vw 4vw 3.0666666667vw;
    border-radius: 1.3333333333vw;
  }

  .p-faq-list-answer {
    font-size: 4vw;
    padding: 5.0666666667vw 0 8vw 4vw;
    line-height: 1.6;
  }

  .p-faq-icn {
    font-size: 6.1333333333vw;
    width: 7.4666666667vw;
    height: 8.2666666667vw;
    border-radius: 1.3333333333vw;
    margin-top: 2vw;
  }

  .p-faq-icn-q {
    padding: 0.5333333333vw 0.6666666667vw 0.8vw;
  }

  .p-faq-icn-a {
    padding: 0.8vw 0.5333333333vw 0.5333333333vw 0.8vw;
    border-radius: 0.8vw;
    margin-top: 1.8vw;
  }
}
#header, #sp_menu {
  display: none;
}

/* module
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 5rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs10 {
  font-size: 1rem !important;
}

.fs9 {
  font-size: 0.9rem !important;
}

.fs8 {
  font-size: 0.8rem !important;
}

.fs7 {
  font-size: 0.7rem !important;
}

.fs6 {
  font-size: 0.6rem !important;
}

@media screen and (max-width: 767px) {
  .spfs50 {
    font-size: 6.6666666667vw !important;
  }

  .spfs49 {
    font-size: 6.5333333333vw !important;
  }

  .spfs48 {
    font-size: 6.4vw !important;
  }

  .spfs47 {
    font-size: 6.2666666667vw !important;
  }

  .spfs46 {
    font-size: 6.1333333333vw !important;
  }

  .spfs45 {
    font-size: 6vw !important;
  }

  .spfs44 {
    font-size: 5.8666666667vw !important;
  }

  .spfs43 {
    font-size: 5.7333333333vw !important;
  }

  .spfs42 {
    font-size: 5.6vw !important;
  }

  .spfs41 {
    font-size: 5.4666666667vw !important;
  }

  .spfs40 {
    font-size: 5.3333333333vw !important;
  }

  .spfs39 {
    font-size: 5.2vw !important;
  }

  .spfs38 {
    font-size: 5.0666666667vw !important;
  }

  .spfs37 {
    font-size: 4.9333333333vw !important;
  }

  .spfs36 {
    font-size: 4.8vw !important;
  }

  .spfs35 {
    font-size: 4.6666666667vw !important;
  }

  .spfs34 {
    font-size: 4.5333333333vw !important;
  }

  .spfs33 {
    font-size: 4.4vw !important;
  }

  .spfs32 {
    font-size: 4.2666666667vw !important;
  }

  .spfs31 {
    font-size: 4.1333333333vw !important;
  }

  .spfs30 {
    font-size: 4vw !important;
  }

  .spfs29 {
    font-size: 3.8666666667vw !important;
  }

  .spfs28 {
    font-size: 3.7333333333vw !important;
  }

  .spfs27 {
    font-size: 3.6vw !important;
  }

  .spfs26 {
    font-size: 3.4666666667vw !important;
  }

  .spfs25 {
    font-size: 3.3333333333vw !important;
  }

  .spfs24 {
    font-size: 3.2vw !important;
  }

  .spfs23 {
    font-size: 3.0666666667vw !important;
  }

  .spfs22 {
    font-size: 2.9333333333vw !important;
  }

  .spfs21 {
    font-size: 2.8vw !important;
  }

  .spfs20 {
    font-size: 2.6666666667vw !important;
  }

  .spfs19 {
    font-size: 2.5333333333vw !important;
  }

  .spfs18 {
    font-size: 2.4vw !important;
  }

  .spfs17 {
    font-size: 2.2666666667vw !important;
  }

  .spfs16 {
    font-size: 2.1333333333vw !important;
  }

  .spfs15 {
    font-size: 2vw !important;
  }

  .spfs14 {
    font-size: 1.8666666667vw !important;
  }

  .spfs13 {
    font-size: 1.7333333333vw !important;
  }

  .spfs12 {
    font-size: 1.6vw !important;
  }

  .spfs11 {
    font-size: 1.4666666667vw !important;
  }

  .spfs10 {
    font-size: 1.3333333333vw !important;
  }

  .spfs9 {
    font-size: 1.2vw !important;
  }

  .spfs8 {
    font-size: 1.0666666667vw !important;
  }

  .spfs7 {
    font-size: 0.9333333333vw !important;
  }

  .spfs6 {
    font-size: 0.8vw !important;
  }
}
/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* テキスト
---------------------------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .sptal {
    text-align: left !important;
  }

  .sptac {
    text-align: center !important;
  }

  .sptar {
    text-align: right !important;
  }

  .spfwb {
    font-weight: bold !important;
  }
}
/* マージン
---------------------------------------------------------------------------- */
.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .spmt100 {
    margin-top: 13.3333333333vw !important;
  }

  .spmb100 {
    margin-bottom: 13.3333333333vw !important;
  }

  .spml100 {
    margin-left: 13.3333333333vw !important;
  }

  .spmr100 {
    margin-right: 13.3333333333vw !important;
  }

  .spmt95 {
    margin-top: 12.6666666667vw !important;
  }

  .spmb95 {
    margin-bottom: 12.6666666667vw !important;
  }

  .spml95 {
    margin-left: 12.6666666667vw !important;
  }

  .spmr95 {
    margin-right: 12.6666666667vw !important;
  }

  .spmt90 {
    margin-top: 12vw !important;
  }

  .spmb90 {
    margin-bottom: 12vw !important;
  }

  .spml90 {
    margin-left: 12vw !important;
  }

  .spmr90 {
    margin-right: 12vw !important;
  }

  .spmt85 {
    margin-top: 11.3333333333vw !important;
  }

  .spmb85 {
    margin-bottom: 11.3333333333vw !important;
  }

  .spml85 {
    margin-left: 11.3333333333vw !important;
  }

  .spmr85 {
    margin-right: 11.3333333333vw !important;
  }

  .spmt80 {
    margin-top: 10.6666666667vw !important;
  }

  .spmb80 {
    margin-bottom: 10.6666666667vw !important;
  }

  .spml80 {
    margin-left: 10.6666666667vw !important;
  }

  .spmr80 {
    margin-right: 10.6666666667vw !important;
  }

  .spmt75 {
    margin-top: 10vw !important;
  }

  .spmb75 {
    margin-bottom: 10vw !important;
  }

  .spml75 {
    margin-left: 10vw !important;
  }

  .spmr75 {
    margin-right: 10vw !important;
  }

  .spmt70 {
    margin-top: 9.3333333333vw !important;
  }

  .spmb70 {
    margin-bottom: 9.3333333333vw !important;
  }

  .spml70 {
    margin-left: 9.3333333333vw !important;
  }

  .spmr70 {
    margin-right: 9.3333333333vw !important;
  }

  .spmt65 {
    margin-top: 8.6666666667vw !important;
  }

  .spmb65 {
    margin-bottom: 8.6666666667vw !important;
  }

  .spml65 {
    margin-left: 8.6666666667vw !important;
  }

  .spmr65 {
    margin-right: 8.6666666667vw !important;
  }

  .spmt60 {
    margin-top: 8vw !important;
  }

  .spmb60 {
    margin-bottom: 8vw !important;
  }

  .spml60 {
    margin-left: 8vw !important;
  }

  .spmr60 {
    margin-right: 8vw !important;
  }

  .spmt55 {
    margin-top: 7.3333333333vw !important;
  }

  .spmb55 {
    margin-bottom: 7.3333333333vw !important;
  }

  .spml55 {
    margin-left: 7.3333333333vw !important;
  }

  .spmr55 {
    margin-right: 7.3333333333vw !important;
  }

  .spmt50 {
    margin-top: 6.6666666667vw !important;
  }

  .spmb50 {
    margin-bottom: 6.6666666667vw !important;
  }

  .spml50 {
    margin-left: 6.6666666667vw !important;
  }

  .spmr50 {
    margin-right: 6.6666666667vw !important;
  }

  .spmt45 {
    margin-top: 6vw !important;
  }

  .spmb45 {
    margin-bottom: 6vw !important;
  }

  .spml45 {
    margin-left: 6vw !important;
  }

  .spmr45 {
    margin-right: 6vw !important;
  }

  .spmt40 {
    margin-top: 5.3333333333vw !important;
  }

  .spmb40 {
    margin-bottom: 5.3333333333vw !important;
  }

  .spml40 {
    margin-left: 5.3333333333vw !important;
  }

  .spmr40 {
    margin-right: 5.3333333333vw !important;
  }

  .spmt35 {
    margin-top: 4.6666666667vw !important;
  }

  .spmb35 {
    margin-bottom: 4.6666666667vw !important;
  }

  .spml35 {
    margin-left: 4.6666666667vw !important;
  }

  .spmr35 {
    margin-right: 4.6666666667vw !important;
  }

  .spmt30 {
    margin-top: 4vw !important;
  }

  .spmb30 {
    margin-bottom: 4vw !important;
  }

  .spml30 {
    margin-left: 4vw !important;
  }

  .spmr30 {
    margin-right: 4vw !important;
  }

  .spmt25 {
    margin-top: 3.3333333333vw !important;
  }

  .spmb25 {
    margin-bottom: 3.3333333333vw !important;
  }

  .spml25 {
    margin-left: 3.3333333333vw !important;
  }

  .spmr25 {
    margin-right: 3.3333333333vw !important;
  }

  .spmt20 {
    margin-top: 2.6666666667vw !important;
  }

  .spmb20 {
    margin-bottom: 2.6666666667vw !important;
  }

  .spml20 {
    margin-left: 2.6666666667vw !important;
  }

  .spmr20 {
    margin-right: 2.6666666667vw !important;
  }

  .spmt15 {
    margin-top: 2vw !important;
  }

  .spmb15 {
    margin-bottom: 2vw !important;
  }

  .spml15 {
    margin-left: 2vw !important;
  }

  .spmr15 {
    margin-right: 2vw !important;
  }

  .spmt10 {
    margin-top: 1.3333333333vw !important;
  }

  .spmb10 {
    margin-bottom: 1.3333333333vw !important;
  }

  .spml10 {
    margin-left: 1.3333333333vw !important;
  }

  .spmr10 {
    margin-right: 1.3333333333vw !important;
  }

  .spmt5 {
    margin-top: 0.6666666667vw !important;
  }

  .spmb5 {
    margin-bottom: 0.6666666667vw !important;
  }

  .spml5 {
    margin-left: 0.6666666667vw !important;
  }

  .spmr5 {
    margin-right: 0.6666666667vw !important;
  }

  .spmt0 {
    margin-top: 0vw !important;
  }

  .spmb0 {
    margin-bottom: 0vw !important;
  }

  .spml0 {
    margin-left: 0vw !important;
  }

  .spmr0 {
    margin-right: 0vw !important;
  }
}
/* パディング
---------------------------------------------------------------------------- */
.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .sppt100 {
    padding-top: 13.3333333333vw !important;
  }

  .sppb100 {
    padding-bottom: 13.3333333333vw !important;
  }

  .sppl100 {
    padding-left: 13.3333333333vw !important;
  }

  .sppr100 {
    padding-right: 13.3333333333vw !important;
  }

  .sppt95 {
    padding-top: 12.6666666667vw !important;
  }

  .sppb95 {
    padding-bottom: 12.6666666667vw !important;
  }

  .sppl95 {
    padding-left: 12.6666666667vw !important;
  }

  .sppr95 {
    padding-right: 12.6666666667vw !important;
  }

  .sppt90 {
    padding-top: 12vw !important;
  }

  .sppb90 {
    padding-bottom: 12vw !important;
  }

  .sppl90 {
    padding-left: 12vw !important;
  }

  .sppr90 {
    padding-right: 12vw !important;
  }

  .sppt85 {
    padding-top: 11.3333333333vw !important;
  }

  .sppb85 {
    padding-bottom: 11.3333333333vw !important;
  }

  .sppl85 {
    padding-left: 11.3333333333vw !important;
  }

  .sppr85 {
    padding-right: 11.3333333333vw !important;
  }

  .sppt80 {
    padding-top: 10.6666666667vw !important;
  }

  .sppb80 {
    padding-bottom: 10.6666666667vw !important;
  }

  .sppl80 {
    padding-left: 10.6666666667vw !important;
  }

  .sppr80 {
    padding-right: 10.6666666667vw !important;
  }

  .sppt75 {
    padding-top: 10vw !important;
  }

  .sppb75 {
    padding-bottom: 10vw !important;
  }

  .sppl75 {
    padding-left: 10vw !important;
  }

  .sppr75 {
    padding-right: 10vw !important;
  }

  .sppt70 {
    padding-top: 9.3333333333vw !important;
  }

  .sppb70 {
    padding-bottom: 9.3333333333vw !important;
  }

  .sppl70 {
    padding-left: 9.3333333333vw !important;
  }

  .sppr70 {
    padding-right: 9.3333333333vw !important;
  }

  .sppt65 {
    padding-top: 8.6666666667vw !important;
  }

  .sppb65 {
    padding-bottom: 8.6666666667vw !important;
  }

  .sppl65 {
    padding-left: 8.6666666667vw !important;
  }

  .sppr65 {
    padding-right: 8.6666666667vw !important;
  }

  .sppt60 {
    padding-top: 8vw !important;
  }

  .sppb60 {
    padding-bottom: 8vw !important;
  }

  .sppl60 {
    padding-left: 8vw !important;
  }

  .sppr60 {
    padding-right: 8vw !important;
  }

  .sppt55 {
    padding-top: 7.3333333333vw !important;
  }

  .sppb55 {
    padding-bottom: 7.3333333333vw !important;
  }

  .sppl55 {
    padding-left: 7.3333333333vw !important;
  }

  .sppr55 {
    padding-right: 7.3333333333vw !important;
  }

  .sppt50 {
    padding-top: 6.6666666667vw !important;
  }

  .sppb50 {
    padding-bottom: 6.6666666667vw !important;
  }

  .sppl50 {
    padding-left: 6.6666666667vw !important;
  }

  .sppr50 {
    padding-right: 6.6666666667vw !important;
  }

  .sppt45 {
    padding-top: 6vw !important;
  }

  .sppb45 {
    padding-bottom: 6vw !important;
  }

  .sppl45 {
    padding-left: 6vw !important;
  }

  .sppr45 {
    padding-right: 6vw !important;
  }

  .sppt40 {
    padding-top: 5.3333333333vw !important;
  }

  .sppb40 {
    padding-bottom: 5.3333333333vw !important;
  }

  .sppl40 {
    padding-left: 5.3333333333vw !important;
  }

  .sppr40 {
    padding-right: 5.3333333333vw !important;
  }

  .sppt35 {
    padding-top: 4.6666666667vw !important;
  }

  .sppb35 {
    padding-bottom: 4.6666666667vw !important;
  }

  .sppl35 {
    padding-left: 4.6666666667vw !important;
  }

  .sppr35 {
    padding-right: 4.6666666667vw !important;
  }

  .sppt30 {
    padding-top: 4vw !important;
  }

  .sppb30 {
    padding-bottom: 4vw !important;
  }

  .sppl30 {
    padding-left: 4vw !important;
  }

  .sppr30 {
    padding-right: 4vw !important;
  }

  .sppt25 {
    padding-top: 3.3333333333vw !important;
  }

  .sppb25 {
    padding-bottom: 3.3333333333vw !important;
  }

  .sppl25 {
    padding-left: 3.3333333333vw !important;
  }

  .sppr25 {
    padding-right: 3.3333333333vw !important;
  }

  .sppt20 {
    padding-top: 2.6666666667vw !important;
  }

  .sppb20 {
    padding-bottom: 2.6666666667vw !important;
  }

  .sppl20 {
    padding-left: 2.6666666667vw !important;
  }

  .sppr20 {
    padding-right: 2.6666666667vw !important;
  }

  .sppt15 {
    padding-top: 2vw !important;
  }

  .sppb15 {
    padding-bottom: 2vw !important;
  }

  .sppl15 {
    padding-left: 2vw !important;
  }

  .sppr15 {
    padding-right: 2vw !important;
  }

  .sppt10 {
    padding-top: 1.3333333333vw !important;
  }

  .sppb10 {
    padding-bottom: 1.3333333333vw !important;
  }

  .sppl10 {
    padding-left: 1.3333333333vw !important;
  }

  .sppr10 {
    padding-right: 1.3333333333vw !important;
  }

  .sppt5 {
    padding-top: 0.6666666667vw !important;
  }

  .sppb5 {
    padding-bottom: 0.6666666667vw !important;
  }

  .sppl5 {
    padding-left: 0.6666666667vw !important;
  }

  .sppr5 {
    padding-right: 0.6666666667vw !important;
  }

  .sppt0 {
    padding-top: 0vw !important;
  }

  .sppb0 {
    padding-bottom: 0vw !important;
  }

  .sppl0 {
    padding-left: 0vw !important;
  }

  .sppr0 {
    padding-right: 0vw !important;
  }
}
/* print
---------------------------------------------------------------------------- */
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}