@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;
  overflow-x: hidden;
  position: relative;
}

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;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
.p-lg-container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.p-ml-container {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.p-text-orange {
  color: #e57a48;
}

.p-text-orange-dark {
  color: #e66836;
}

.p-underlined {
  background: linear-gradient(180deg, transparent 30%, #fff7be 30%, #fff7be 100%);
}

.l-content {
  position: relative;
}

.p-content-inner {
  padding: 40px 0 60px;
}

@media screen and (max-width: 767px) {
  .p-content-inner {
    padding: 10.6666666667vw 4vw 8.6666666667vw;
  }
}
/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
  overflow: hidden;
}

/*------------- .l-header -------------*/
.l-header {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url("../images/bg_mv_pc.png") left center/cover no-repeat;
}

.l-header-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 200px;
}

.l-header-main-content {
  margin: 0 auto;
  padding-left: 7vw;
  padding-bottom: 53px;
  padding-top: 145px;
}

.l-header-main-content-inner {
  max-width: 1360px;
  min-width: 1120px;
  position: relative;
  margin: 0 auto;
  z-index: 100;
}

.l-header-content-inner-img {
  position: absolute;
  right: -70px;
  top: -80px;
  z-index: 10;
}
.l-header-content-inner-img img {
  width: 90%;
  z-index: 10;
}

.l-header-content-inner-img::before {
  position: absolute;
  bottom: -150px;
  left: -50px;
  display: block;
  content: "";
  width: 666px;
  height: 423px;
  background: url("../images/img_mv_shadow2.png") center/100% 100% no-repeat;
  z-index: -1;
}

.l-header-content-inner-img::after {
  position: absolute;
  top: -60px;
  right: -50px;
  display: block;
  content: "";
  width: 671px;
  height: 649px;
  background: url("../images/img_mv_shadow1.png") center/100% 100% no-repeat;
  z-index: -2;
}

.p-ribbon {
  position: absolute;
  top: -100px;
  left: 150px;
  background: url("../images/img_ribbon.png") center center/100% 100% no-repeat;
  width: 380px;
  height: 65px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .p-ribbon {
    left: 200px;
  }
}
.p-ribbon-text {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  padding-top: 13px;
}
.p-ribbon-text span {
  position: relative;
  padding-right: 45px;
  display: inline-block;
}
.p-ribbon-text span::after {
  position: absolute;
  top: 0;
  right: 8px;
  content: "";
  display: block;
  background: url("../images/icn_medal.png") center center/100% 100% no-repeat;
  width: 29px;
  height: 27px;
}

.p-header-desc {
  width: 680px;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.149em;
  font-weight: 700;
  color: #fff;
  background: #e57a48;
  padding: 6px 65px;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  border-radius: 25px;
  margin-bottom: 25px;
  position: relative;
  z-index: 100;
}

.p-header-subttl {
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 75px;
  position: relative;
  z-index: 100;
}

.p-header-subttl-sm {
  font-size: 39px;
  line-height: 1;
}

.p-header-subttl-ml {
  font-size: 54px;
  line-height: 1.5;
}

.p-header-subttl-lg {
  font-size: 64px;
  line-height: 1.4;
}

.p-header-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.p-header-list-item {
  margin-right: 20px;
  position: relative;
  width: 210px;
  height: 170px;
  background: linear-gradient(135deg, #fff 0%, #fff 50%, #f9f9f9 50%, #f9f9f9 100%);
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
}

.p-header-list-item:last-of-type {
  margin-right: 0;
}

.p-header-list-item::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  box-shadow: 0px -3px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.p-header-list-item:nth-of-type(1)::before {
  background: url("../images/icn_header1.png") center/100% 100% no-repeat;
}

.p-header-list-item:nth-of-type(2)::before {
  background: url("../images/icn_header2.png") center/100% 100% no-repeat;
}

.p-header-list-item:nth-of-type(3)::before {
  background: url("../images/icn_header3.png") center/100% 100% no-repeat;
}

.p-header-list-desc {
  font-size: 2.2rem;
  line-height: 1.5454545455;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-header-list-desc .p-underlined {
  font-size: 22px;
  line-height: 1.2;
  color: #e66836;
}
.p-header-list-desc .p-underlined .p-header-list-desc-lg {
  font-size: 28px;
}
.p-header-list-desc .p-underlined .p-header-list-desc-ml {
  font-size: 26px;
}
.p-header-list-desc .p-underlined .p-header-list-desc-sm {
  font-size: 24px;
}

.p-header-btn {
  position: relative;
  min-width: 425px;
  height: 100px;
  border-radius: 50px;
  background: #00a7ed;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in;
}

.p-header-btn:hover {
  background: #2fbcf6;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}

.p-header-btn::after {
  position: absolute;
  top: 43%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.p-header-btn-link {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-header-btn-text-top {
  position: relative;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 8px;
}

.p-header-btn-text-top::before {
  position: absolute;
  bottom: -1px;
  left: -16px;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  transform: rotate(-30deg);
  background: #fff;
}

.p-header-btn-text-top::after {
  position: absolute;
  bottom: -1px;
  right: -10px;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  transform: rotate(30deg);
  background: #fff;
}

.p-header-btn-text {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-header-btn-text span {
  font-size: 30px;
  color: #fff7be;
}

.l-header-desc-box-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 100;
  position: relative;
}

.l-header-mv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.l-header-mv-img img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .l-header {
    background: url("../images/bg_mv_sp.png") top 5vw center/100% 100% no-repeat, #fff2df;
  }

  .l-header-logo {
    width: 33.4666666667vw;
    height: 6.8vw;
    top: 4vw;
    left: 4vw;
  }

  .l-header-main-content-inner {
    width: 92vw;
    margin: 0 auto;
    min-width: auto;
  }

  .l-header-main-content {
    padding: 28.6666666667vw 0 5.3333333333vw 0;
  }

  .p-ribbon {
    top: -13%;
    left: 50%;
    transform: translateX(-50%);
    width: 73.3333333333vw;
    height: 12vw;
  }

  .p-ribbon-text {
    font-size: 3.4666666667vw;
    padding-top: 1.8666666667vw;
  }
  .p-ribbon-text span {
    padding-right: 7.3333333333vw;
  }
  .p-ribbon-text span::after {
    width: 5.7333333333vw;
    height: 5.2vw;
    right: 0.9333333333vw;
  }

  .p-header-desc {
    width: 100%;
    width: 92vw;
    padding: 1.3333333333vw 4vw;
    font-size: 4vw;
    margin-bottom: 3.3333333333vw;
    border-radius: 4.6666666667vw;
  }

  .p-header-subttl {
    font-size: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }

  .p-header-subttl-sm {
    font-size: 5.2vw;
    line-height: 1;
  }

  .p-header-subttl-ml {
    font-size: 7.2vw;
    line-height: 1.5;
  }

  .p-header-subttl-lg {
    font-size: 8.5333333333vw;
    line-height: 1.1;
  }

  .l-header-desc-box-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .p-header-list {
    width: 100%;
    align-items: stretch;
    margin-bottom: 25.3333333333vw;
  }

  .p-header-list-item {
    margin-right: 2.6666666667vw;
    width: 33.3333%;
    height: 22.6666666667vw;
    padding-top: 7.3333333333vw;
    padding-bottom: 2.9333333333vw;
    box-shadow: 0px 0.4vw 1.6vw 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.8vw;
    background: linear-gradient(141deg, #fff 0%, #fff 50%, #f9f9f9 50%, #f9f9f9 100%);
  }

  .p-header-list-item::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }

  .p-header-list-desc {
    font-size: 2.9333333333vw;
  }
  .p-header-list-desc .p-underlined {
    font-size: 2.9333333333vw;
  }
  .p-header-list-desc .p-underlined .p-header-list-desc-lg {
    font-size: 3.7333333333vw;
  }
  .p-header-list-desc .p-underlined .p-header-list-desc-ml {
    font-size: 3.4666666667vw;
  }
  .p-header-list-desc .p-underlined .p-header-list-desc-sm {
    font-size: 3.2vw;
  }

  .l-header-content-inner-img {
    top: 51%;
    right: -27.333vw;
    width: 100%;
    height: auto;
  }
  .l-header-content-inner-img img {
    width: 74.6666666667vw;
    height: 53.3333333333vw;
  }

  .l-header-content-inner-img::before {
    width: 87vw;
    height: 47.66667vw;
    bottom: -15vw;
    left: -5.66667vw;
  }

  .l-header-content-inner-img::after {
    width: 84.66667vw;
    height: 62.66667vw;
    top: -4.33333vw;
    right: -2.33333vw;
  }

  .p-header-btn {
    width: 84vw;
    height: 16vw;
    border-radius: 8vw;
    margin-left: 0;
    box-shadow: 0px 0.4vw 1.6vw 0px rgba(0, 0, 0, 0.2);
    min-width: auto;
  }

  .p-header-btn:hover {
    box-shadow: 0px 0.6666666667vw 2vw 0px rgba(0, 0, 0, 0.3);
  }

  .p-header-btn::after {
    width: 2vw;
    height: 2vw;
    border-width: 0.4vw;
  }

  .p-header-btn-text-top {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }

  .p-header-btn-text-top::before, .p-header-btn-text-top::after {
    width: 0.4vw;
  }

  .p-header-btn-text {
    font-size: 4.5333333333vw;
  }
  .p-header-btn-text span {
    font-size: 5.3333333333vw;
  }
}
/*------------- .l-content -------------*/
.l-content-issue {
  width: 100%;
}

.p-content-ttl-box {
  background: #888888;
  width: 100%;
  position: relative;
  z-index: 2;
}

.p-content-ttl-box::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 40px solid #f2f0ee;
}

.p-content-ttl {
  position: relative;
  font-size: 3.8rem;
  line-height: 1.5789473684;
  letter-spacing: 0.06em;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 30px 0 35px;
}
.p-content-ttl span {
  color: #e57a48;
}
.p-content-ttl span.p-round-text {
  width: 55px;
  height: 55px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.p-content-ttl::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 1200px;
  height: 900px;
  background: #f2f0ee;
  border-radius: 50%;
  z-index: -1;
}

.p-content-ttl-box-gray {
  background-color: #dbdbdb;
}

.p-content-ttl-top {
  display: inline-block;
  color: #fff;
  font-size: 2.6rem;
  line-height: 2.3076923077;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px 0 10px 80px;
  box-sizing: border-box;
  position: relative;
}
.p-content-ttl-top span {
  color: #fff7be;
  font-size: 3.2rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-content-ttl-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  background-image: url(../images/icn_japan.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-content-ttl-top-box {
  text-align: center;
  background-color: #e57a48;
}

.p-issue-content {
  position: relative;
  background: #fff;
  text-align: center;
}

.p-issue-list {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: wrap;
  width: 1200px;
  padding-top: 45px;
  margin-bottom: 40px;
  max-width: 1200px;
  margin: 0 auto 45px;
  position: relative;
  z-index: 10;
}

.p-issue-list-item {
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 475px;
  height: 195px;
  border: 3px solid #e6e6e6;
  border-radius: 6px;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background: #fff;
  text-align: left;
}

.p-issue-list-item-lg {
  width: 969px;
  margin-right: 0;
  margin-bottom: 0;
}

.p-issue-list-item:nth-of-type(2n) {
  margin-right: 0;
}

.p-issue-list-item:first-of-type::after {
  position: absolute;
  top: 60px;
  left: -430px;
  content: "";
  display: block;
  width: 464px;
  height: 352px;
  background: url("../images/bg_issue-man.png") center/100% 100% no-repeat;
  z-index: -1;
}

.p-issue-list-item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 176px;
  height: 157px;
  background: url("../images/bg_exclamation.png") center/100% 100% no-repeat;
  z-index: 1;
}

.p-issue-list-item-head {
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #17457d;
  z-index: 3;
  margin-bottom: 7px;
}

.p-issue-list-item-desc {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 500;
  z-index: 3;
}

.p-issue-content-desc {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin: 0 auto;
}
.p-issue-content-desc span.p-text-orange {
  font-size: 3.2rem;
  line-height: 1.125;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-issue-content-desc span {
  padding-bottom: 10px;
}

.p-issue-content-desc:nth-of-type(1) {
  width: 790px;
  padding-bottom: 8px;
  margin-bottom: 40px;
  background: linear-gradient(180deg, transparent 0%, transparent 55%, #f3f1ef 55%, #f3f1ef 100%);
}

.p-issue-content-desc:nth-of-type(2) {
  width: 185px;
}

.p-issue-content-desc:nth-of-type(2)::before {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%) rotate(-35deg);
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
}

.p-issue-content-desc:nth-of-type(2)::after {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(35deg);
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
}

.p-issue-solve-content {
  position: relative;
  width: 100%;
  background: #fff2df;
  text-align: center;
}

.p-issue-solve-content::before {
  position: absolute;
  top: -79px;
  left: 50%;
  transform: translate(-50%, 50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 45px solid transparent;
  border-top: 45px solid #e57a48;
  z-index: 2;
}

.p-issue-solve-content::after {
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 45px solid transparent;
  border-top: 45px solid #f8b036;
  z-index: 1;
}

.p-issue-solve-content-desc {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 60px;
  padding-top: 10px;
}
.p-issue-solve-content-desc span {
  font-size: 3.8rem;
  line-height: 2.6315789474;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-issue-solve-content-desc .p-text-orange {
  position: relative;
}

.p-issue-solve-content-desc .p-text-orange::before {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #e57a48;
}

.p-general-issue-box {
  position: relative;
}

.p-general-issue-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 75px 0 45px;
  background: #fff;
}

.p-general-issue-list-item {
  position: relative;
  width: 33.333%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 3px solid #e6e6e6;
  height: 135px;
}

.p-general-issue-list-item:last-of-type {
  border: none;
}

.p-general-issue-list-item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 132px;
  height: 132px;
  background: url("../images/bg_prohibition.png") center/100% 100% no-repeat;
}

.p-general-issue-text {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.06em;
  font-weight: 700;
  z-index: 1;
}

.p-general-issue-bottom-text {
  width: 100%;
  padding: 20px 0 25px;
  background: #e6e6e6;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-general-issue-bottom-text span {
  background: linear-gradient(180deg, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
  padding-bottom: 5px;
  padding-right: 3px;
  padding-left: 3px;
}

.p-general-issue-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background: #6a6a6a;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  border-radius: 50px;
  padding: 15px 25px;
  border: 1px solid #d1d1d1;
}

.p-general-issue-top::before {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 17.5px 0 17.5px;
  border-color: #d1d1d1 transparent transparent transparent;
}

.p-general-issue-top::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 17.5px 0 17.5px;
  border-color: #6a6a6a transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .p-content-ttl-top {
    font-size: 5.0666666667vw;
    padding: 6.6666666667vw 0 6.6666666667vw 13.3333333333vw;
  }
  .p-content-ttl-top span {
    font-size: 6.4vw;
  }
  .p-content-ttl-top::before {
    width: 11.0666666667vw;
    height: 12vw;
  }

  .l-content-issue {
    position: relative;
    z-index: 200;
  }

  .p-issue-content .p-content-inner {
    padding-top: 7.3333333333vw;
  }

  .p-content-ttl {
    font-size: 6.4vw;
    padding: 3.3333333333vw 0;
    position: relative;
    z-index: 100;
  }
  .p-content-ttl span {
    font-size: 6.4vw;
  }
  .p-content-ttl span.p-round-text {
    width: 10vw;
    height: 10vw;
    margin: 0 1.3333333333vw;
    font-size: 6.4vw;
  }

  .p-content-ttl-box::after {
    border-width: 5.3333333333vw;
    top: 99%;
  }

  .p-content-ttl::before {
    width: 94.6666666667vw;
    height: 94.6666666667vw;
  }

  .p-issue-content::before {
    width: 40vw;
    height: 30.1333333333vw;
    top: 84%;
    left: -8vw;
    z-index: 1;
  }

  .p-issue-list {
    padding-left: 0;
    flex-direction: column;
    margin-bottom: 4vw;
    width: 100%;
    padding-top: 0;
  }

  .p-issue-list-item {
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 48vw;
    padding: 5.3333333333vw 4vw;
    padding-right: 2.6666666667vw;
    border-radius: 3.3333333333vw;
    border-width: 0.8vw;
  }

  .p-issue-list-item-lg {
    width: 100%;
    height: 76.6666666667vw;
  }

  .p-issue-list-item:last-of-type {
    margin-bottom: 0;
  }

  .p-issue-list-item::before {
    width: 42vw;
    height: 36.6666666667vw;
  }

  .p-issue-list-item:first-of-type::after {
    background: none;
  }

  .p-issue-list-item-head {
    margin-bottom: 1.3333333333vw;
    font-size: 5.3333333333vw;
  }

  .p-issue-list-item-desc {
    font-size: 4.2666666667vw;
  }

  .p-issue-content-desc {
    font-size: 4.8vw;
  }
  .p-issue-content-desc span {
    font-size: 4.8vw;
    background: linear-gradient(180deg, transparent 0%, transparent 55%, #f3f1ef 55%, #f3f1ef 100%);
    padding-bottom: 0;
  }
  .p-issue-content-desc span.p-text-orange {
    font-size: 5.3333333333vw;
  }

  .p-issue-content-desc:nth-of-type(1) {
    width: 80vw;
    margin-bottom: 6.6666666667vw;
    margin-left: 9.3333333333vw;
    margin-right: 0;
    position: relative;
    background: none;
  }

  .p-issue-content-desc:nth-of-type(1)::before {
    position: absolute;
    top: 15%;
    left: -26.6666666667vw;
    width: 44vw;
    height: 34vw;
    display: block;
    content: "";
    background: url("../images/bg_issue-man.png") center/100% 100% no-repeat;
    z-index: 1;
  }

  .p-issue-content-desc:nth-of-type(2) {
    width: 32vw;
  }

  .p-issue-content-desc:nth-of-type(2)::before {
    left: -3.3333333333vw;
    width: 0.1333333333vw;
  }

  .p-issue-content-desc:nth-of-type(2)::after {
    right: -2.6666666667vw;
    width: 0.1333333333vw;
  }

  .p-issue-solve-content::before, .p-issue-solve-content::after {
    border-width: 9.7333333333vw;
    border-width: 8.6666666667vw;
  }

  .p-issue-solve-content::before {
    top: -13.66667vw;
  }

  .p-issue-solve-content::after {
    top: 6.8vw;
  }

  .p-issue-solve-content-desc .p-text-orange::before {
    top: -1.3333333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }

  .p-issue-solve-content-desc {
    font-size: 5.3333333333vw;
    margin-bottom: 5.66667vw;
    padding-top: 0;
  }
  .p-issue-solve-content-desc span {
    font-size: 7.4666666667vw;
  }

  .p-general-issue-box {
    width: 100%;
  }

  .p-general-issue-top {
    font-size: 4.2666666667vw;
    padding: 2vw 0;
    width: 63.3333333333vw;
    border-width: 0.1333333333vw;
    border-radius: 6.6666666667vw;
  }

  .p-general-issue-top::after {
    border-width: 2.6666666667vw;
    top: 98%;
  }

  .p-general-issue-top::before {
    border-width: 2.6666666667vw;
    top: calc(98% + 0.13333vw);
  }

  .p-general-issue-list {
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    width: 100%;
    padding: 4vw 14vw 0;
  }

  .p-general-issue-list-item {
    border-right: none;
    border-bottom: 0.5333333333vw solid #e6e6e6;
    width: 100%;
    height: 42.6666666667vw;
  }

  .p-general-issue-list-item::before {
    width: 28vw;
    height: 28vw;
  }

  .p-service-teim-desc-margin {
    margin: 0 2.6666666667vw;
  }

  .p-general-issue-text {
    font-size: 4.8vw;
  }

  .p-general-issue-bottom-text {
    padding: 3.3333333333vw 0 4.6666666667vw;
    font-size: 4.8vw;
  }
}
.l-content-service {
  width: 100%;
}

.p-content-ttl-box-orange {
  background: #e66836;
}

.p-content-ttl-orange {
  color: #fff;
}

.l-content-service .p-content-ttl::before {
  background: #e57a48;
}

.l-content-service .p-content-ttl-box::after {
  border-top-color: #e57a48;
}

.p-content-service-summary {
  position: relative;
}
.p-content-service-summary .p-content-inner {
  position: relative;
  padding-top: 80px;
  background: #fac894;
}

.p-content-service-summary .p-content-inner::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 250px solid transparent;
  border-top: 100px solid #fac894;
}

.l-content-service-summary::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 300px solid transparent;
  border-top: 100px solid #fac894;
}

.p-content-service-summary-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 1200px;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 120px;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.p-content-service-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 0 45px;
  height: 380px;
  border-bottom: 2px solid #e3e3e3;
  width: 960px;
  margin: 0 auto;
}
.p-content-service-summary-item img {
  margin-top: -20px;
}

.p-content-service-summary-item:first-of-type {
  padding-bottom: 40px;
}

.p-content-service-summary-item:nth-of-type(2) {
  flex-direction: row-reverse;
}
.p-content-service-summary-item:nth-of-type(2) img {
  width: 80%;
}

.p-content-service-summary-item:nth-of-type(3) img {
  width: 90%;
}

.p-content-service-summary-item:last-of-type {
  border: none;
}

.p-content-service-item-desc {
  width: 54%;
}

.p-content-service-item-thumb {
  width: calc(100% - 513px);
}

.p-service-item-desc-head {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #17457d;
  margin-bottom: 25px;
}
.p-service-item-desc-head span {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #fff7be 50%, #fff7be 100%);
}

.p-service-item-desc-detail {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.l-content-service-main {
  background: #f1efee;
}

.p-three-perspective {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 150px;
  padding-top: 100px;
}

.p-content-service-main-desc {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
.p-content-service-main-desc .p-text-orange span {
  font-size: 4rem;
}

.p-three-perspective-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.p-perspective-item {
  margin-right: 50px;
  width: 365px;
}

.p-perspective-item:last-of-type {
  margin-right: 0;
}

.p-perspective-item-thumb {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  margin-bottom: 27px;
}

.p-perspective-head {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #17457d;
  border-bottom: 3px solid #17457d;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.p-perspective-desc {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 20px;
}

.p-analyze-checklist {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 100%;
}

.p-analyze-item {
  position: relative;
  width: 100%;
  text-align: left;
  padding-left: 27px;
  margin-bottom: 5px;
}

.p-analyze-item::before {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/icn_check.png") center/100% 100% no-repeat;
}

.p-content-service-sub-desc {
  position: absolute;
  bottom: -80px;
  left: 360px;
  font-size: 2.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 710px;
  height: 160px;
  background: #fff;
  text-align: left;
  border-radius: 8px;
}
.p-content-service-sub-desc span.p-text-orange {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-content-service-sub-desc > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  height: 95px;
}

.p-content-service-sub-desc::before {
  position: absolute;
  top: 25px;
  left: -55px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right: 50px solid #fff;
}

.p-content-service-sub-desc::after {
  position: absolute;
  top: 0;
  left: -250px;
  content: "";
  display: block;
  width: 194px;
  height: 177px;
  background: url("../images/img_glasses.png") center/100% 100% no-repeat;
}

.p-solution-visualize-box {
  padding-top: 175px;
  padding-bottom: 55px;
  width: 960px;
  margin: 0 auto;
}

.p-solution-visualize-head {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #17457d;
  padding-bottom: 15px;
  border-bottom: 3px solid #17457d;
  margin-bottom: 45px;
  text-align: center;
}

.p-solution-visualize-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
}

.p-solution-visualize-list::before {
  position: absolute;
  top: -51px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #f1efee;
  z-index: 2;
}

.p-solution-visualize-list::after {
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #17457d;
  z-index: 1;
}

.p-solution-visualize-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 40px;
}

.p-solution-visualize-item:last-of-type {
  margin-right: 0;
}

.p-solution-visualize-img {
  position: relative;
  width: 385px;
  height: 215px;
  margin-bottom: 10px;
}
.p-solution-visualize-img img {
  width: 380px;
  height: 210px;
}

.p-solution-img-dec {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 45px;
  background: #e57a48;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}

.p-solution-visualize-desc {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}

.p-after-solution-box {
  width: 1200px;
  margin: 0 auto;
  max-width: 1200px;
}

.p-after-solution-head {
  position: relative;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  background: #e57a48;
  padding: 17px 0;
}

.p-after-solution-head::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  border: 14px solid transparent;
  border-top: 14px solid #e57a48;
}

.p-after-solution-box-inner {
  background: #fff;
  padding: 35px 0 50px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 20px;
}

.p-after-solution-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}

.p-after-solution-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.p-after-solution-item {
  margin-bottom: 55px;
  text-align: center;
  width: 235px;
  margin-right: 5px;
}

.p-after-solution-item-thumb {
  width: 148px;
  height: 148px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.p-after-solution-item-desc {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-after-solution-item-desc-ml {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.p-caution-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: left;
}
.p-caution-desc-pr {
  text-align: right;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.p-caution-desc-ml {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .l-content-service-summary {
    padding-top: 0;
  }

  .p-content-service-summary-list {
    padding: 0 4vw;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }

  .p-content-service-summary-item {
    height: 100%;
    flex-direction: column;
    border-bottom-width: 0.5333333333vw;
    padding: 5.3333333333vw 0 6.6666666667vw;
    width: 100%;
  }

  .p-content-service-summary-item:nth-of-type(3) img {
    width: 80%;
    margin-top: 0;
  }

  .p-content-service-item-thumb {
    width: 100%;
    height: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .p-content-service-item-thumb img {
    width: 62vw;
    height: 100%;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
  }

  .p-content-service-item-desc {
    width: 100%;
  }

  .p-service-item-desc-head {
    font-size: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
    line-height: 1.6;
  }

  .p-service-item-desc-detail {
    font-size: 4.2666666667vw;
    line-height: 1.7;
  }

  .p-content-service-summary-item:nth-last-of-type(2) {
    flex-direction: column;
  }

  .p-content-three-perspective {
    width: 100%;
    padding-top: 0;
    padding-bottom: 52vw;
  }

  .p-content-service-main-desc {
    font-size: 5.3333333333vw;
    margin-bottom: 8.6666666667vw;
    padding-top: 0;
  }
  .p-content-service-main-desc .p-text-orange span {
    font-size: 6.9333333333vw;
    line-height: 1.2;
  }

  .p-content-service-summary .p-content-inner {
    padding-bottom: 8vw;
    padding-top: 10vw;
  }

  .p-content-service-summary .p-content-inner::after {
    border-width: 26.33333vw;
    border-top-width: 9.13333vw;
    top: 99%;
  }

  .p-content-service-summary-item:first-of-type {
    padding-bottom: 5.3333333333vw;
  }

  .p-content-service-summary-list {
    position: relative;
  }

  .p-three-perspective {
    width: 100%;
    padding-top: 0;
    padding-bottom: 49.3333333333vw;
  }

  .p-three-perspective-list {
    flex-direction: column;
  }

  .p-perspective-item {
    width: 72.6666666667vw;
    margin: 0 auto 6.6666666667vw;
  }

  .p-perspective-item:last-of-type {
    margin-bottom: 0;
    margin-right: auto;
  }

  .p-perspective-item-thumb {
    margin-bottom: 4vw;
    width: 29.3333333333vw;
    height: 29.3333333333vw;
  }

  .p-perspective-head {
    padding-bottom: 2.6666666667vw;
    border-bottom-width: 0.6666666667vw;
    margin-bottom: 2vw;
    font-size: 5.3333333333vw;
  }

  .p-perspective-desc {
    width: 100%;
    font-size: 4.2666666667vw;
    margin-bottom: 0;
    line-height: 1.7;
  }

  .p-perspective-item:last-of-type .p-perspective-desc {
    margin-bottom: 2.6666666667vw;
  }

  .p-analyze-item {
    font-size: 4.2666666667vw;
    padding-left: 7.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }

  .p-analyze-item::before {
    width: 5.4666666667vw;
    height: 5.2vw;
    top: 3.66667vw;
  }

  .p-content-service-sub-desc {
    font-size: 4.8vw;
    width: 67.3333333333vw;
    height: 42vw;
    padding: 4.6666666667vw;
    bottom: 0;
    left: 25.3333333333vw;
    line-height: 1.6;
    border-radius: 0.9333333333vw;
  }
  .p-content-service-sub-desc span.p-text-orange {
    font-size: 5.6vw;
  }

  .p-content-service-sub-desc > span {
    width: 58vw;
    height: 30.6666666667vw;
  }

  .p-content-service-sub-desc::before {
    border-width: 3.3333333333vw;
    border-right-width: 6.6666666667vw;
    left: -7.3333333333vw;
    top: 4.6666666667vw;
  }

  .p-content-service-sub-desc::after {
    width: 18.9333333333vw;
    height: 17.3333333333vw;
    left: -26.6666666667vw;
    top: 0;
  }

  .p-solution-visualize-box {
    padding-top: 6.6666666667vw;
    padding-bottom: 10.6666666667vw;
    width: 100%;
  }

  .p-solution-visualize-head {
    font-size: 5.3333333333vw;
    padding-bottom: 3.0666666667vw;
    margin-bottom: 8vw;
    border-bottom-width: 0.5333333333vw;
  }

  .p-solution-visualize-list {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.3333333333vw;
  }

  .p-solution-visualize-list::before {
    top: -8.6666666667vw;
    border-width: 3.3333333333vw;
  }

  .p-solution-visualize-list::after {
    top: -8vw;
    border-width: 3.3333333333vw;
  }

  .p-solution-visualize-item {
    margin-bottom: 7.3333333333vw;
    margin-right: 0;
  }

  .p-solution-visualize-item:last-of-type {
    margin-bottom: 0;
  }

  .p-solution-visualize-img {
    width: 78vw;
    height: 42vw;
    margin-bottom: 2vw;
  }

  .p-solution-visualize-img img {
    width: 100%;
    height: 100%;
  }

  .p-solution-visualize-desc {
    font-size: 5.3333333333vw;
  }

  .p-after-solution-box {
    width: 100%;
  }

  .p-after-solution-head {
    padding: 3.3333333333vw 0;
    font-size: 5.3333333333vw;
  }

  .p-after-solution-head::after {
    border-width: 2.6666666667vw;
    top: 99%;
  }

  .p-after-solution-box-inner {
    padding: 6vw 0 8vw;
    border-bottom-right-radius: 2vw;
    border-bottom-left-radius: 2vw;
  }

  .p-after-solution-desc {
    font-size: 4.2666666667vw;
    margin-bottom: 4.6666666667vw;
    line-height: 1.7;
  }

  .p-after-solution-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 6vw;
    margin-right: 4vw;
  }

  .p-after-solution-item {
    margin-bottom: 5.7333333333vw;
    width: 48%;
    margin-right: 1.0666666667vw;
  }

  .p-after-solution-item:nth-of-type(2) {
    margin-right: 0;
  }

  .p-after-solution-item:nth-of-type(4) {
    margin-right: 0;
  }

  .p-after-solution-item:nth-of-type(6) {
    margin-right: 0;
  }

  .p-after-solution-item:nth-of-type(7) {
    margin-bottom: 0;
    margin-right: 0;
  }

  .p-after-solution-item:nth-of-type(4) {
    margin-bottom: 6vw;
  }

  .p-after-solution-item-thumb {
    width: 30.6666666667vw;
    height: 30.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }

  .p-after-solution-item-desc {
    font-size: 4vw;
  }
  .p-after-solution-item-desc-ml {
    width: 100%;
  }

  .p-caution-desc {
    font-size: 2.6666666667vw;
  }
  .p-caution-desc-pr {
    width: 100%;
    font-size: 4.2666666667vw;
  }
  .p-caution-desc-ml {
    width: 100%;
    text-align: center;
  }

  .p-solution-img-dec {
    font-size: 5.3333333333vw;
    width: 28vw;
    height: 8.6666666667vw;
    line-height: 8.6666666667vw;
  }
}
.l-content-solve .p-content-ttl::before {
  background: #e57a48;
}
.l-content-solve .p-content-ttl-box::after {
  border-top-color: #e57a48;
}

.l-content-difference .p-content-ttl::before {
  background: #e57a48;
}
.l-content-difference .p-content-ttl-box::after {
  border-top-color: #e57a48;
}

.l-content-solve {
  width: 100%;
}

.l-content-solve .p-content-inner {
  background: #fac894;
}

.p-solve {
  padding-top: 33px;
}

.p-solve-list {
  max-width: 960px;
  margin: 0 auto;
  background: #fac894;
  padding: 10px 0;
}

.p-solve-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  background: #fff;
  margin-bottom: 20px;
  padding: 30px 0 35px 0;
  overflow: hidden;
  border-radius: 7px;
  margin-bottom: 20px;
}

.p-solve-item:nth-of-type(2) {
  padding-bottom: 20px;
}

.p-solve-item:last-of-type {
  margin-bottom: 0;
}

.p-solve-item::before {
  position: absolute;
  top: 0;
  left: -70px;
  content: "";
  display: block;
  width: 472px;
  height: 444px;
  background: url("../images/img_ellipse_pc.png") -108px -113px/110% 110% no-repeat;
  z-index: 2;
}

.p-solve-item:nth-of-type(2)::before {
  background-size: 108% 107%;
  background-position: -99px -56px;
}

.p-solve-item:nth-of-type(3)::before {
  background-size: 120% 120%;
  background-position: -162px -119px;
}

.p-solve-item:nth-of-type(4)::before {
  background-size: 126% 115%;
  background-position: -191px -122px;
}

.p-solve-item-thumb {
  position: relative;
  z-index: 3;
  width: 385px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-solve-item-thumb img {
  width: 55%;
}
.p-solve-item-thumb img.p-solve-item-thumb-sm {
  width: 35%;
}
.p-solve-item-thumb img.p-solve-item-thumb-ml {
  width: 45%;
}

.p-solve-item-desc-box {
  width: 517px;
  margin-left: -50px;
}

.p-solve-item-head {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #17457d;
  margin-bottom: 15px;
}

.p-solve-item-desc {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-solve {
    padding-top: 0;
  }

  .l-content-difference .p-content-ttl {
    padding: 4.6666666667vw 0;
  }

  .l-content-solve .p-content-inner {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }

  .l-content-solve .p-content-ttl {
    padding: 4vw 0;
  }

  .l-content-service-main .p-contet-inner {
    padding-top: 13.3333333333vw;
  }

  .p-solve-list {
    padding-bottom: 0;
    width: 100%;
    padding-top: 0;
  }

  .p-solve-item {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6vw 4vw;
    border-radius: 2vw;
    margin-bottom: 4vw;
  }

  .p-solve-item::before {
    width: 100%;
    height: 100%;
    background: url("../images/img_ellipse_sp.png") left -6.6666666667vw top -70.33333vw/cover no-repeat;
    left: 0;
  }

  .p-solve-item:nth-of-type(2)::before {
    background: url("../images/img_ellipse_sp.png") left -0.6666666667vw top -60vw/cover no-repeat;
  }

  .p-solve-item:nth-of-type(3)::before {
    background: url("../images/img_ellipse_sp.png") left -6.6666666667vw top -77.3333333333vw/cover no-repeat;
  }

  .p-solve-item:nth-of-type(4)::before {
    background: url("../images/img_ellipse_sp.png") left 0vw top -57vw/cover no-repeat;
  }

  .p-solve-item:nth-of-type(4) .p-solve-item-thumb {
    margin-bottom: 17.3333333333vw;
  }

  .p-solve-item-desc-box {
    width: 100%;
    margin-left: 0;
  }

  .p-solve-item-thumb img.p-solve-item-thumb-sm {
    width: 30%;
  }

  .p-solve-item-thumb img.p-solve-item-thumb-ml {
    width: 43%;
  }

  .p-solve-item-head {
    font-size: 5.3333333333vw;
    text-align: left;
    margin-bottom: 2.6666666667vw;
  }

  .p-solve-item-desc {
    font-size: 4.2666666667vw;
  }

  .p-solve-item-thumb {
    width: 100%;
    padding-left: 0;
    margin-bottom: 11.3333333333vw;
  }

  .p-solve-item-thumb img {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-content-difference-inner {
  background: url("../images/bg_difference_pc.png") center/cover no-repeat;
}

.p-compare {
  position: relative;
  padding-top: 135px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.p-paid-consult, .p-nopaid-consult {
  position: absolute;
  top: 45px;
  left: 235px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: 700;
  background: #e6e6e6;
  text-align: center;
  padding: 10px 0;
  width: 475px;
  border-radius: 30px;
}

.p-paid-consult::before, .p-nopaid-consult::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #e6e6e6;
}

.p-nopaid-consult {
  position: absolute;
  top: 45px;
  left: 728px;
  width: 230px;
}

.p-compare-table {
  text-align: center;
}

.p-table-cell {
  padding: 10px 0;
  width: 25%;
  background: #fff;
}

.p-copmare-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p-compare-table-head {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-compare-table-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  border: 2px solid #e3e3e3;
  border-top: none;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-compare-table-content span {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-compare-table-head .p-table-cell:first-child, .p-compare-table-content .p-table-cell:first-child {
  border-right: 2px solid #e6e6e6;
}

.p-compare-category {
  text-align: left;
  padding-left: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.p-compare-table-head .p-table-cell:nth-child(2), .p-compare-table-content .p-table-cell:nth-child(2) {
  border-right: 2px solid #e3e3e3;
}

.p-compare-table-head .p-table-cell:nth-child(3), .p-compare-table-content .p-table-cell:nth-child(3) {
  border-right: 2px solid #e3e3e3;
}

.p-compare-category {
  color: #17457d;
}

.p-table-head-navy {
  background: #17457d;
}

.p-compare-result-lg {
  color: #e57a48;
  font-size: 2.8rem;
  line-height: 1;
  display: block;
}
.p-compare-result-lg span {
  font-size: 2.2rem;
}

.p-compare-result-left {
  text-align: left;
  font-size: 1.6rem;
  padding-left: 1.5em;
}

.p-compare-table-content .p-table-cell:nth-child(3) {
  background: #fff2df;
  border-right: 2px solid #e3e3e3;
}

.p-table-head-orange {
  background: #e66836;
  padding: 18px 0;
  margin-top: -16px;
}

.p-table-head-black {
  background: #000;
}

.p-compare-table {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p-difference {
  position: relative;
  background: #e6e6e6;
  padding-top: 40px;
  padding-left: 60px;
  max-width: 960px;
  height: 280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  margin-bottom: 145px;
}

.p-difference::before {
  position: absolute;
  bottom: -110px;
  right: 30px;
  content: "";
  display: block;
  width: 140px;
  height: 335px;
  background: url("../images/img_man_difference.png") center/100% 100% no-repeat;
}

.p-difference-head {
  font-size: 3.2rem;
  line-height: 1.1875;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-difference-head span {
  color: #e66836;
}

.p-difference-desc {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  width: 695px;
}

.p-difference-img {
  width: calc(100% - 820px);
  height: auto;
  margin-left: 55px;
}

.p-strength {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p-strength-top-box {
  position: relative;
  z-index: 3;
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-strength-top-ttl-box {
  position: relative;
  background: #e57a48;
  padding: 25px 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  z-index: 3;
  border: 3px solid #e6e6e6;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.p-strength-top-ttl-box::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #e57a48;
}

.p-strength-top-ttl {
  font-size: 3.2rem;
  line-height: 1.1875;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p-strength-list {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 40px 0;
  padding-top: 30px;
  border-top: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 3px solid #e6e6e6;
  border-top: none;
}

.p-strength-item {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.06em;
  font-weight: 700;
  position: relative;
  padding: 20px 0;
  padding-left: 60px;
  border-bottom: 3px dotted #c5c5c5;
}
.p-strength-item .p-gray-desc {
  display: block;
  display: inline-block;
  width: 355px;
  background: #f1efee;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 10px;
  padding: 0 10px;
}
.p-strength-item .p-text-orange {
  font-size: 2.6rem;
  line-height: 1;
  background: linear-gradient(180deg, transparent 0%, transparent 60%, #fff7be 60%, #fff7be 100%);
}
.p-strength-item .p-text-orange span {
  font-size: 3rem;
}

.p-strength-item::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  display: block;
  width: 40px;
  height: 36px;
  background: url("../images/iicn_check_orange.png") center/100% 100% no-repeat;
}

.p-strength-bottom-box {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  background: #fff2df;
  padding-top: 140px;
  padding-bottom: 40px;
  margin-top: -115px;
  z-index: 1;
  margin-bottom: 20px;
}

.p-strength-desc-box {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

.p-strength-reason {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-bottom: 3px solid #f8b036;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.p-strength-reason span {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #e66836;
  line-height: 1.8;
}

.p-strength-reason-desc {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 15px;
}
.p-strength-reason-desc span {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #e66836;
  font-weight: 700;
}

.p-strenght-reason-desc:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .l-content-difference .p-content-inner {
    background: url("../images/bg_difference_sp.png") top -27vw left/contain no-repeat;
  }

  .p-compare {
    padding-top: 0;
    padding-left: 17.3333333333vw;
  }

  .p-paid-consult, .p-nopaid-consult {
    z-index: 1;
    left: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 12.9333333333vw;
    border-radius: 6.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .p-paid-consult span, .p-nopaid-consult span {
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  .p-paid-consult, .p-nopaid-consult {
    letter-spacing: -2vw;
  }
}
@media screen and (max-width: 767px) {
  @-moz-document url-prefix() {
    .p-paid-consult, .p-nopaid-consult {
      letter-spacing: 0;
    }
  }
}
@media screen and (max-width: 767px) {
  ::-webkit-full-page-media, :future, :root .p-paid-consult, :root .p-nopaid-consult {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-paid-consult::before, .p-nopaid-consult::before {
    border-top: none;
    border: 2vw solid transparent;
    border-left: 2vw solid #e6e6e6;
    top: 54%;
    left: 99%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-nopaid-consult::before {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-paid-consult, .p-nopaid-consult {
    top: 12vw;
    height: 42.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-nopaid-consult {
    height: 26.6666666667vw;
    top: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table {
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    white-space: nowrap;
    overflow-x: scroll;
    width: 105%;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table::-webkit-scrollbar {
    width: 100%;
    height: 8.6666666667vw;
    padding: 0.6666666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table::-webkit-scrollbar-thumb {
    border-radius: 6.6666666667vw;
    background-color: #b5b5b5;
    height: 6vw;
    border: 1.3333333333vw solid transparent;
    background-clip: content-box;
    width: 24vw;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table::-webkit-scrollbar-track {
    background-color: #eeeeee;
    border-radius: 6.6666666667vw;
    margin-top: -9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table .p-compare-category {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table-head .p-table-cell:nth-child(1) {
    height: 11.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table-head .p-table-cell:not(:first-child) {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table-head .p-table-cell:nth-child(2), .p-compare-table-content .p-table-cell:nth-child(2) {
    border-right-width: 0.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table-head .p-table-cell:nth-child(3), .p-compare-table-content .p-table-cell:nth-child(3) {
    border-right-width: 0.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table-content .p-table-cell:nth-child(1) {
    height: 11.3333333333vw;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table-head {
    flex-direction: column;
    font-size: 4.2666666667vw;
    flex-shrink: 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table-content {
    flex-direction: column;
    font-size: 4.2666666667vw;
    border: none;
    flex-shrink: 0;
    width: auto;
  }
  .p-compare-table-content span {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-table-cell {
    min-width: 100%;
    width: 100%;
    padding: 1.3333333333vw 4vw;
    height: 24vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-table-head {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table-content .p-table-cell:first-child {
    border-right: 0.5333333333vw solid #e3e3e3;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table-content .p-table-cell:nth-child(2) {
    border-right: 0.5333333333vw solid #e3e3e3;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table-content .p-table-cell:nth-child(3) {
    border-right: 0.5333333333vw solid #e3e3e3;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-table-content .p-table-cell {
    border-top: 0.5333333333vw solid #e3e3e3;
    border-right: 0.5333333333vw solid #e3e3e3;
  }
}
@media screen and (max-width: 767px) {
  .p-table-head:not(:nth-of-type(1)) {
    border: 0.5333333333vw solid #e3e3e3;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .p-table-head:last-of-type, .p-table-cell:last-child {
    border-bottom: 0.5333333333vw solid #e3e3e3;
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-table-head-orange {
    padding: 0;
    margin: 0;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-content-difference-inner {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .p-difference {
    padding-top: 4.6666666667vw;
    width: 100%;
    height: 105.3333333333vw;
    padding-left: 4vw;
    margin-bottom: 19.3333333333vw;
    border-radius: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-difference::before {
    width: 23.3333333333vw;
    height: 58vw;
    bottom: -9.3333333333vw;
    right: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-difference-head {
    font-size: 6.4vw;
    width: 88vw;
    margin-bottom: 2vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .p-difference-desc {
    font-size: 4.2666666667vw;
    width: 84vw;
    line-height: 1.6;
    margin-bottom: 3.3333333333vw;
  }
  .p-difference-desc-width-sm {
    width: 60vw;
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-strength-top-box {
    width: 84vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-strength-top-ttl-box {
    padding: 4.6666666667vw 0;
    border: 0.4vw solid #e3e3e3;
    border-bottom: none;
    border-top-right-radius: 1.6vw;
    border-top-left-radius: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-strength-top-ttl-box::after {
    border-width: 2.6666666667vw;
    border-top-width: 2.6666666667vw;
    top: 99%;
  }
}
@media screen and (max-width: 767px) {
  .p-strength-list {
    padding: 3.3333333333vw 2.6666666667vw 5.3333333333vw;
    border: 0.4vw solid #e3e3e3;
    border-top: none;
    border-bottom-right-radius: 1.6vw;
    border-bottom-left-radius: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-strength-item::before {
    width: 8.1333333333vw;
    height: 6.8vw;
    top: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-strength-top-ttl {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-strength-item {
    font-size: 4.8vw;
    width: 95%;
    border-bottom-width: 0.8888vw;
    padding: 4.6666666667vw 0 4.6666666667vw 10.6666666667vw;
  }
  .p-strength-item .p-gray-desc {
    font-size: 4vw;
    padding: 0;
    margin-top: 2.6666666667vw;
    padding: 0.6666666667vw 0;
    padding-left: 1.3333333333vw;
    margin-right: 0;
    width: 100%;
    line-height: 1.3;
  }
  .p-strength-item .p-text-orange {
    font-size: 5.6vw;
  }
  .p-strength-item .p-text-orange span {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-result-left {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-compare-result-lg span {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-strength-bottom-box {
    padding: 26.6666666667vw 2vw 8vw;
    margin-top: -22.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-strength-reason {
    font-size: 4.8vw;
    border-bottom-width: 0.6666666667vw;
    margin-bottom: 3.3333333333vw;
    padding-bottom: 2vw;
  }
  .p-strength-reason span {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-strength-reason-desc {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
    line-height: 1.7;
  }
  .p-strength-reason-desc span {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-strength-reason-desc:last-of-type {
    margin-bottom: 0;
  }
}
.l-content-introduce .p-content-ttl-box {
  position: relative;
}

.l-content-introduce .p-content-ttl {
  padding-bottom: 70px;
}

.l-content-introduce .p-content-ttl-box::after {
  border-top-color: #e57a48;
}

.l-content-introduce .p-content-ttl:before {
  background: #e57a48;
}

.p-content-subttl {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  background: #fff;
  color: #e66836;
  width: 440px;
  border-radius: 20px;
  text-align: center;
}

.p-introduce-box {
  padding-top: 40px;
  padding-bottom: 25px;
}

.l-content-introduce .p-content-inner {
  background: #f1efee;
}

.p-introduce {
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 75px 60px;
  background: #fff;
}

.p-introduce-top-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 3px solid #17457d;
}

.p-introduce-thumb {
  width: 122px;
  height: 122px;
  margin-right: 30px;
}
.p-introduce-thumb img {
  width: 100%;
}

.p-introduce-role {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #17457d;
}

.p-introduce-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 20px;
}
.p-introduce-desc span {
  font-weight: 700;
}

.p-introduce-desc:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .l-content-introduce .p-content-ttl {
    padding-bottom: 16vw;
  }

  .p-content-subttl {
    width: 76vw;
    bottom: 6.6666666667vw;
    z-index: 100;
    border-radius: 4vw;
    font-size: 4vw;
  }

  .p-introduce-box {
    padding-top: 0;
  }

  .p-introduce {
    padding: 8vw 2.6666666667vw;
  }

  .p-introduce-role {
    font-size: 4.8vw;
  }

  .p-introduce-top-box {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
    border-bottom-width: 0.6666666667vw;
  }

  .p-introduce-thumb {
    width: 23.3333333333vw;
    height: 23.3333333333vw;
    margin-right: 4vw;
  }

  .p-introduce-desc {
    font-size: 4.2666666667vw;
    margin-bottom: 6vw;
    line-height: 1.6;
  }
}
.l-content-achievement .p-content-ttl-box::after {
  border-top-color: #e57a48;
}

.l-content-achievement .p-content-ttl::before {
  background: #e57a48;
}

.l-content-achievement .p-content-inner {
  background: #fff2df;
}

.p-achievement-inner {
  max-width: 962px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
}

.p-achievement-inner-top {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  width: 100%;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}

.p-achievement-inner-top-img {
  width: 305px;
}
.p-achievement-inner-top-img img {
  width: 100%;
}

.p-achievement-inner-top-desc {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-right: 40px;
}
.p-achievement-inner-top-desc span {
  color: #e57a48;
}

.p-achievement-inner-bottom {
  margin-bottom: 20px;
}

.p-achievement-head-sub {
  position: relative;
  padding-left: 30px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #17457d;
  margin-bottom: 10px;
}

.p-achievement-head-sub::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/icn_check.png") center/100% 100% no-repeat;
}

.p-achievement-head-main {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-achievement-head-main .p-text-orange {
  font-size: 3.6rem;
  color: #e57a48;
  line-height: 1;
}
.p-achievement-head-main .p-text-orange > span {
  font-size: 2.6rem;
}

.p-achievement-tgl {
  background: #fff;
  border-left: 3px solid transparent;
  padding: 25px 0;
  border-bottom: 2px solid #e3e3e3;
  transition: 0.4s ease-in;
}

.p-achievement-tgl:last-of-type {
  border-bottom: none;
}

.p-achievement-tgl.open {
  background: #f1efee;
  border-left: 3px solid #e66836;
}

.p-achievement-tgl-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-achievement-tgl-left {
  width: 760px;
  margin-left: 40px;
}

.p-achievement-tgl-right {
  width: 60px;
  text-align: center;
  margin-right: 15px;
}

.p-achievement-tgl-desc {
  padding-top: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-left: 45px;
  width: 820px;
}

.p-tglbtn {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #e57a48;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.4s ease;
  overflow: hidden;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}

.p-tglbtn.active {
  background: #fff;
  border: 3px solid #f1efee;
}

.p-tglbtn-part {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background: #fff;
  z-index: 2;
  transition: 0.2s ease-in;
}

.p-tglbtn-part:nth-of-type(2) {
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-tglbtn.active .p-tglbtn-part {
  background: #000;
}

.p-tglbtn.active .p-tglbtn-part:nth-of-type(2) {
  transform: translate(-50%, 1000%) rotate(90deg);
}

.p-tglbtn-open, .p-tglbtn-close {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #e57a48;
  cursor: pointer;
  margin-left: 6px;
}

.p-tglbtn-close {
  color: #333;
}

.p-tglbtn-text.is-hide {
  display: none;
}

span.p-tgl-caution {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #333;
}

.p-achievement-head-desc {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .l-content-achievement .p-content-ttl {
    padding: 7.3333333333vw 0;
  }

  .l-content-achievement .p-content-inner {
    padding-top: 8vw;
  }

  .p-achievement-tgl:last-of-type {
    border-bottom: 0.5333333333vw solid #e3e3e3;
  }

  .p-achievement-inner-top {
    flex-direction: column;
    width: 90%;
    text-align: center;
    margin-bottom: 8vw;
    padding-top: 0;
  }

  .p-achievement-inner-top-img {
    width: 80%;
    height: 100%;
  }

  .p-achievement-inner-top-desc {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }

  .p-achievement-inner-bottom {
    margin-bottom: 2.6666666667vw;
  }

  .p-achievement-head-sub {
    font-size: 4.2666666667vw;
    width: 100%;
    padding-left: 6.6666666667vw;
    margin-bottom: 2vw;
  }

  .p-achievement-head-sub::before {
    width: 4.8vw;
    height: 4.8vw;
    top: 1.0666666667vw;
  }

  .p-achievement-head-main {
    font-size: 4.8vw;
    margin-right: -15vw;
  }
  .p-achievement-head-main .p-text-orange {
    font-size: 6.4vw;
    line-height: 1;
  }
  .p-achievement-head-main .p-text-orange > span {
    font-size: 4.8vw;
  }

  .p-achievement-tgl-left {
    margin-left: 0;
    width: 71.3333333333vw;
    margin-right: 4vw;
  }

  .p-achievement-tgl-right {
    margin-left: 0;
    width: 11.3333333333vw;
  }

  .p-achievement-tgl {
    padding: 6.6666666667vw 2.6666666667vw;
    border-left-width: 0.6666666667vw;
    border-bottom-width: 0.5333333333vw;
  }

  .p-achievement-tgl.open {
    border-left-width: 0.6666666667vw;
  }

  .p-achievement-tgl-desc {
    font-size: 4.2666666667vw;
    width: 100%;
    padding-left: 0;
    padding-top: 4vw;
  }

  .p-achievement-head-desc {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }

  .p-tglbtn {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.0666666667vw;
    box-shadow: 0px 0.4vw 1.6vw 0 rgba(0, 0, 0, 0.2);
  }

  .p-tgl-btn.active {
    border-width: 0.4vw;
  }

  .p-tglbtn-open, .p-tglbtn-close {
    font-size: 3.2vw;
    margin-left: 0;
  }

  .p-tglbtn.active .p-tglbtn-part:nth-of-type(2) {
    transform: translate(-50%, 2000%) rotate(90deg);
  }

  span.p-tgl-caution {
    font-size: 4.2666666667vw;
  }

  .p-tglbtn.active {
    border-width: 0.2666666667vw;
    border-color: #b5b5b5;
  }
}
.l-content-progress {
  background: #f1efee;
}

.l-content-progress .p-content-inner {
  padding-bottom: 80px;
}

.l-content-progress .p-content-ttl-box::after {
  border-top-color: #e57a48;
}

.l-content-progress .p-content-ttl::before {
  background: #e57a48;
}

.l-content-progress .p-content-ttl {
  padding-bottom: 70px;
}

.p-content-ttl-sub {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  z-index: 100;
}

.p-progress {
  padding-top: 70px;
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.p-progress-flow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 33.333%;
  height: 100%;
  text-align: center;
  margin-bottom: 75px;
}

.p-progressbar {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 40px;
}

.p-progress-thumb {
  width: 70%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-progressbar-first {
  background: #fff;
  color: #e57a48;
}

.p-progressbar-first::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 27px solid transparent;
  border-left: 20px solid #fff;
  z-index: 10;
}

.p-progressbar-second {
  background: #f8b036;
  color: #fff;
}

.p-progressbar-second::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 27px solid transparent;
  border-left: 20px solid #f8b036;
  z-index: 10;
}

.p-progressbar-third {
  color: #fff;
  background: #e57a48;
}

.p-progress-desc {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.p-progress-caution {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-content-progress .p-content-ttl {
    padding-bottom: 14vw;
    padding-top: 4.6666666667vw;
  }

  .l-content-progress .p-content-inner {
    padding-top: 2vw;
    padding-bottom: 10.6666666667vw;
  }

  .p-progress {
    flex-direction: column;
    padding-top: 5.3333333333vw;
  }

  .p-progress-flow {
    width: 100%;
    height: 100%;
    margin-bottom: 5.3333333333vw;
  }

  .p-progress-flow:nth-of-type(2) {
    margin-bottom: 8.6666666667vw;
  }

  .p-progressbar {
    font-size: 4.8vw;
    padding: 1.3333333333vw 0;
    margin-bottom: 5.3333333333vw;
  }

  .p-progressbar-first::after {
    left: 0;
    right: 0;
    top: 98%;
    border: 44.83333vw solid transparent;
    border-top: 2.6666666667vw solid #fff;
  }

  .p-progressbar-second {
    margin-bottom: 6.6666666667vw;
  }

  .p-progressbar-third {
    margin-bottom: 6.6666666667vw;
  }

  .p-progressbar-second::after {
    left: 0;
    right: 0;
    top: 98%;
    border: 44.83333vw solid transparent;
    border-top: 2.6666666667vw solid #f8b036;
  }

  .p-progressbar-third::after {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: 98%;
    border: 44.83333vw solid transparent;
    border-top: 2.6666666667vw solid #e57a48;
  }

  .p-progress-thumb {
    width: 50%;
    height: 100%;
  }

  .p-progress-desc {
    font-size: 5.6vw;
    margin-bottom: 3.3333333333vw;
  }

  .p-progress-caution {
    font-size: 4.2666666667vw;
  }

  .p-content-ttl-sub {
    font-size: 4.8vw;
    bottom: 6vw;
  }

  .p-content-ttl::before {
    width: 97.66667vw;
    height: 161.66667vw;
  }
}
.l-content-contact .p-content-ttl {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 0;
}
.l-content-contact .p-content-ttl span {
  color: #fff;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.l-content-contact .p-content-ttl::before {
  background: transparent;
}

.p-content-ttl-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 15px 0 30px 0;
  box-sizing: border-box;
}

.l-content-contact .p-content-ttl-wrapper::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 1200px;
  height: 900px;
  background: #f2f0ee;
  border-radius: 50%;
  z-index: -1;
  background: #e57a48;
}

.l-content-contact .p-content-ttl-box::after {
  border-top-color: #e57a48;
}

.l-content-contact .p-content-ttl-sub {
  all: initial;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Noto Sans JP";
  color: #fff;
  z-index: 200;
  position: relative;
}
.l-content-contact .p-content-ttl-sub span {
  color: #fae3ac;
  font-size: 2.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.l-content-contact .p-content-ttl-sub::after {
  content: "";
  position: absolute;
  top: 45%;
  left: -14px;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  background-image: url(../images/icn_japan.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.p-form {
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 40px;
}

.p-textarea-div {
  position: relative;
  z-index: 2;
  background: transparent;
}

.p-overlay-text {
  opacity: 0.7;
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #c5c5c5;
  text-indent: -2.2em;
  margin-left: 2.3em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.p-overlay-text.none {
  display: none;
}

.p-textarea:focus::-moz-placeholder {
  color: transparent;
}

.p-textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.p-textarea:focus::placeholder {
  color: transparent;
}

.p-form-caution {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.069em;
  font-weight: 500;
  padding-left: 65px;
  margin-bottom: 36px;
}

.p-form-caution::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/icn_caution.png") center/100% 100% no-repeat;
}

.p-privacy-txt {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.p-privacy-txt a {
  display: inline;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #e57a48;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .l-content-contact .p-content-ttl {
    font-size: 6.4vw;
  }
  .l-content-contact .p-content-ttl span {
    font-size: 6.4vw;
  }

  .p-content-ttl-wrapper {
    padding: 4vw 0 8vw 0;
  }

  .l-content-contact .p-content-ttl-wrapper::before {
    width: 97.66667vw;
    height: 161.66667vw;
  }

  .l-content-contact .p-content-ttl-sub {
    font-size: 4.8vw;
  }
  .l-content-contact .p-content-ttl-sub span {
    font-size: 5.6vw;
  }
  .l-content-contact .p-content-ttl-sub::after {
    top: 35%;
    left: -1.8666666667vw;
    width: 10vw;
    height: 10vw;
    opacity: 0.2;
  }

  .l-content-contact .p-content-inner {
    padding-top: 10vw;
  }

  .p-form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-form-caution {
    font-size: 4.1333333333vw;
    margin-bottom: 8vw;
    padding-left: 12.6666666667vw;
    line-height: 1.7;
  }

  .p-form-caution::before {
    width: 9.6vw;
    height: 8.5333333333vw;
    top: 1.3333333333vw;
  }

  .p-overlay-text {
    font-size: 3.7333333333vw;
  }
}
.p-company {
  background: #f1efee;
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 80px 10px;
  margin-bottom: 30px;
}

.p-industry-details {
  margin-left: 1em;
  display: inline-block;
}

.p-industry-desc {
  margin-left: 2em;
  display: inline-block;
}

.p-industry-desc:last-of-type {
  margin-bottom: 10px;
}

.p-company-inner {
  width: 100%;
}

.p-company-top {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.069em;
  font-weight: 700;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.p-table-row {
  margin-bottom: 15px;
}

.p-table-head-company {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 110px;
  text-align: left;
}

.p-table-desc-company {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-bottom: 15px;
}
.p-table-desc-company p {
  margin-bottom: 10px;
}

.p-table-desc-company-nopd {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-company {
    padding: 6vw 3.3333333333vw 2.6666666667vw;
  }

  .p-company-top {
    font-size: 4.5333333333vw;
    padding-bottom: 3.3333333333vw;
    margin-bottom: 4.6666666667vw;
    border-bottom-width: 0.2666666667vw;
  }

  .p-table-head-company {
    display: block;
    font-size: 4.2666666667vw;
    width: 100%;
  }

  .p-table-desc-company {
    display: block;
    font-size: 4.2666666667vw;
    width: 100%;
    padding-bottom: 4vw;
    line-height: 1.7;
  }
  .p-table-desc-company p {
    margin-bottom: 0;
  }

  .p-table-desc-company-nopd {
    padding-bottom: 0;
  }

  .p-industry-desc:last-of-type {
    margin-bottom: 1.3333333333vw;
  }
}
.p-cv-box {
  width: 100%;
  background: #fac894;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.p-cv-decoration {
  position: absolute;
  z-index: 30;
  top: -35px;
  left: 65.5%;
  width: 116px;
  height: 110px;
}
.p-cv-decoration-sm {
  width: 91px;
  height: 84px;
}

@media screen and (max-width: 1025px) and (min-width: 780px) {
  .p-cv-decoration {
    left: 70%;
  }
}
.p-cv-box-inner {
  overflow: hidden;
  position: relative;
  z-index: 10;
  max-width: 1250px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 35px;
}

.p-cv-box-inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 1200px;
  height: 800px;
  background: url("../images/bg_vc_pc.png") center right 15px/95% 143px no-repeat #ffecd0;
  border-radius: 50%;
}

.p-cv-desc {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
.p-cv-desc .p-text-orange {
  color: #e66836;
}
.p-cv-desc .p-text-orange span {
  font-size: 3.6rem;
}

.p-cv-desc::before {
  position: absolute;
  bottom: 8px;
  left: -30px;
  content: "";
  display: block;
  width: 2px;
  height: 60%;
  transform: rotate(-30deg);
  background: #000;
  z-index: 10;
}

.p-cv-desc::after {
  position: absolute;
  bottom: 8px;
  right: -30px;
  content: "";
  display: block;
  width: 2px;
  height: 60%;
  transform: rotate(30deg);
  background: #000;
  z-index: 10;
}

.p-cv-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.p-cv-btn {
  width: 450px;
}

.p-cv-btn:first-of-type {
  margin-right: 40px;
}

.p-cv-btn-deco-box {
  display: flex;
}

.nosp .p-cv-link {
  padding: 25px;
}

.p-cv-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  transition: 0.5s ease;
}
.p-cv-link span {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff59c;
}

.p-cv-link-deco {
  width: 500px;
  border-radius: 9999px;
  transition: all 0.5s;
  overflow: hidden;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
}
.p-cv-link-deco:hover {
  opacity: 0.8;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3);
}

.p-cv-link-deco-left {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  white-space: nowrap;
  padding: 10px 20px 10px 30px;
  background-color: #2ab6f1;
  position: relative;
}
.p-cv-link-deco-left span {
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 0.06em;
  font-weight: 900;
}
.p-cv-link-deco-left:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/icn_japan.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 35px 9px;
  opacity: 0.2;
}

.p-cv-link-deco-right {
  text-align: left;
  background: #00a7ed;
  padding: 25px;
  box-shadow: none;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  transition: 0.5s ease;
}
.p-cv-link-deco-right span {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff59c;
}

.p-arrow-thick {
  position: relative;
}
.p-arrow-thick::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url(../images/icn_arrow-thick.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 11;
  image-rendering: -webkit-optimize-contrast;
}

.p-arrow-thin {
  position: relative;
}
.p-arrow-thin::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url(../images/icn_arrow-thin.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 11;
  image-rendering: -webkit-optimize-contrast;
}

.nosp .p-cv-link-deco {
  width: 584px;
}

.nosp .p-cv-link-deco-left {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 13px 10px 13px 20px;
}
.nosp .p-cv-link-deco-left span {
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 0.06em;
  font-weight: 900;
}
.nosp .p-cv-link-deco-left:after {
  background-position: 160px 0;
}

.nosp .p-cv-link-deco-right {
  padding: 10px 25px;
  box-shadow: none;
}

.p-cv-link-blue {
  background: #00a7ed;
}

.p-cv-link-blue:hover {
  background: #2fbcf6;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3);
}

.p-cv-link-orange {
  background: #f9a516;
}

.p-cv-link-orange:hover {
  background: #ffbc49;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3);
}

.p-cv-link::before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  overflow: visible;
  z-index: 11;
}

.p-cv-box.nosp {
  opacity: 0;
  visibility: collapse;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 100;
  transition: 0.4s ease-in;
}

.p-cv-box.nosp.show {
  opacity: 1;
  visibility: visible;
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .p-cv-box.nosp {
    position: fixed;
  }
}
.p-cv-box.ie-show {
  position: relative;
}

.p-cv-box-nomg {
  margin-bottom: 0;
}

.p-cv-box-inner-padding {
  padding-top: 0;
  padding-bottom: 20px;
}

.p-cv-box-shadow {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .p-cv-box {
    margin-bottom: 10.6666666667vw;
    width: auto;
  }

  .p-pc-box-width {
    margin-right: -4vw;
    margin-left: -4vw;
  }

  .p-cv-btn {
    width: 92.6666666667vw;
    margin-right: 0;
  }
  .p-cv-btn:nth-of-type(1) {
    margin-right: 0;
  }

  .p-cv-box-inner {
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 5.3333333333vw;
  }

  .p-cv-box-inner::before {
    width: 109vw;
    height: 101.3333333333vw;
    background: url("../images/bg_vc_sp.png") top 28% center/93% 19.33333vw no-repeat #ffecd0;
  }

  .p-cv-desc {
    font-size: 4.5333333333vw;
    margin-bottom: 4vw;
  }
  .p-cv-desc .p-text-orange span {
    font-size: 6.1333333333vw;
  }

  .p-cv-desc::before {
    width: 0.2666666667vw;
    left: -5.3333333333vw;
    bottom: 0.5333333333vw;
  }

  .p-cv-desc::after {
    width: 0.2666666667vw;
    right: -5.3333333333vw;
    bottom: 0.5333333333vw;
  }

  .p-cv-btn-box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 5.3333333333vw;
  }

  .p-cv-link {
    font-size: 4.8vw;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .p-cv-link span {
    font-size: 5.6vw;
  }

  .nopc .p-cv-link-deco-right {
    padding: 2vw 5.3333333333vw 2.6666666667vw 4vw;
    font-size: 4.5333333333vw;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .nopc .p-cv-link-deco-right span {
    font-size: 5.0666666667vw;
    line-height: 1.5;
  }

  .nopc .p-cv-box-inner::before {
    top: 60%;
    background: url("../images/bg_vc_sp.png") top 42% left -1vw/100% 19.33333vw no-repeat #ffecd0;
    width: 104vw;
    height: 80vw;
  }

  .p-cv-link::before {
    width: 2.2666666667vw;
    height: 2.2666666667vw;
    border-top-width: 0.8vw;
    border-right-width: 0.8vw;
    right: 4vw;
  }

  .p-cv-link-deco {
    width: 92vw;
  }

  .p-cv-link-deco-right {
    width: 92vw;
    font-size: 4.8vw;
    box-sizing: border-box;
    padding: 3.3333333333vw 5.3333333333vw 3.3333333333vw 4vw;
  }
  .p-cv-link-deco-right span {
    font-size: 5.6vw;
  }

  .p-cv-link-deco-left {
    font-size: 3.4666666667vw;
    line-height: 1.4;
    padding: 2.6666666667vw 4vw;
  }
  .p-cv-link-deco-left span {
    font-size: 3.7333333333vw;
  }
  .p-cv-link-deco-left:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/icn_japan.png);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 10.6666666667vw 4vw;
    opacity: 0.2;
  }

  .p-arrow-thick::before {
    content: "";
    right: 2.6666666667vw;
    width: 4.8vw;
    height: 4.8vw;
  }

  .p-arrow-thin::before {
    right: 1.3333333333vw;
    width: 4.8vw;
    height: 4.8vw;
  }

  .p-cv-link-orange {
    margin-right: 2vw;
  }

  .p-cv-link-orange, .p-cv-link-blue {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .p-cv-link-orange:hover, .p-cv-link-blue:hover {
    box-shadow: 0px 0.6666666667vw 2vw 0px rgba(0, 0, 0, 0.3);
  }

  .p-cv-flex-column {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 0;
  }
  .p-cv-flex-column .p-cv-link {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
  .p-cv-flex-column .p-cv-link::before {
    right: 5.3333333333vw;
  }
  .p-cv-flex-column .p-cv-link-orange {
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
  .p-cv-flex-column .p-cv-link-blue {
    padding: 2vw 0;
  }

  .p-cv-box-nomg {
    margin-bottom: 0;
  }
  .p-cv-box-nomg .p-cv-link-deco-left {
    font-size: 3.0666666667vw;
    padding: 1.3333333333vw 5.3333333333vw;
  }
  .p-cv-box-nomg .p-cv-link-deco-left span {
    font-size: 3.3333333333vw;
  }
  .p-cv-box-nomg .p-cv-link-deco-left:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/icn_japan.png);
    background-size: 32%;
    background-repeat: no-repeat;
    background-position: 22.6666666667vw 2.1333333333vw;
    opacity: 0.2;
  }

  .p-cv-box-inner-padding {
    padding-top: 1.3333333333vw;
    padding-bottom: 0;
  }

  .p-cv-box-shadow {
    box-shadow: 0px 0.4vw 2.1333333333vw 0px rgba(0, 0, 0, 0.2);
  }

  .p-cv-box.nopc {
    opacity: 0;
    visibility: collapse;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 500;
    transition: 0.4s ease-in;
  }

  .p-cv-box.nopc.show {
    opacity: 1;
    visibility: visible;
  }
}
/*------------- .l-pagetop -------------*/
/*------------- .l-footer -------------*/
.l-footer {
  padding: 15px 0;
  background: #e57a48;
  text-align: center;
  position: relative;
  z-index: 1000;
}

.p-footer-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 4vw 0;
  }

  .p-footer-desc {
    font-size: 3.2vw;
  }
}
/* 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%;
  }
}