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

* {
  -webkit-box-sizing: border-box;
          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;
} /* 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: #3a3a3a;
  font-size: 1.5rem;
  min-width: 1200px;
}

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

img {
  max-width: 100%;
}

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

.l-header {
  position: relative;
  background: url("../images/bg_mv_pc.png") center/cover no-repeat;
  padding-top: 120px;
  padding-left: 2.85vw;
}

.l-header::after {
  position: absolute;
  left: -70px;
  top: 63%;
  content: "";
  display: block;
  width: 340px;
  height: 340px;
  opacity: 0.6;
  background: url("../images/bg_cv2.png") center/100% 100% no-repeat;
}

.l-header::before {
  position: absolute;
  top: 90px;
  left: 0;
  content: "";
  display: block;
  width: 88px;
  height: 190px;
  background: url("../images/img_ellipse.png") center/cover no-repeat;
}

.p-header-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 200px;
}

.p-header-main {
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
}

.p-header-mv {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-header-mv img {
  max-width: 100%;
}

.p-header-main-content {
  position: relative;
  z-index: 10;
}

.p-header-main-img {
  position: absolute;
  top: -80px;
  right: 0;
  content: "";
  display: block;
  width: 515px;
  height: 400px;
  z-index: 2;
  pointer-events: none;
}
.p-header-main-img img {
  width: 100%;
}

.p-header-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  width: 755px;
  margin-bottom: 30px;
}

.p-header-top-desc {
  display: inline-block;
  position: relative;
  z-index: 10;
  color: #008dd7;
  border-bottom: 2px solid #008dd7;
  font-size: 2.3rem;
  line-height: 1.3043478261;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-bottom: 10px;
}
.p-header-top-desc span {
  font-size: 3rem;
}

.p-header-top-desc::before {
  position: absolute;
  top: calc(100% - 15px);
  left: 25%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #008dd7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-header-top-desc::after {
  position: absolute;
  top: calc(100% - 16px);
  left: calc(25% + 2px);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-header-main-ttl {
  font-size: 4.2rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  display: inline-block;
}

.p-header-main-bottom {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  margin: 0 20px 75px 0;
  padding: 0 0 35px 0;
}

.p-header-main-ttl-lg {
  font-size: 5.4rem;
}
.p-header-main-ttl-lg span {
  background: -webkit-gradient(linear, left top, right top, from(#46c0e3), to(#005fc0));
  background: linear-gradient(90deg, #46c0e3 0%, #005fc0 100%);
  color: rgba(0, 0, 0, 0);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.p-header-main-ttl-lg span::after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .p-header-main-ttl-lg {
    color: #228ed1;
    background: none;
  }
}
.p-header-main-ttl-ml span {
  display: inline-block;
  position: relative;
}
.p-header-main-ttl-ml span::after {
  position: absolute;
  top: -0.7em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #3a3a3a;
  font-size: 0.7em;
  content: "・";
}

.p-header-main-desc {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}
.p-header-main-desc span {
  color: #007cca;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, transparent), color-stop(55%, #fff7be), to(#fff7be));
  background: linear-gradient(180deg, transparent 0%, transparent 55%, #fff7be 55%, #fff7be 100%);
}

.p-header-list {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 25px;
}

.p-header-list-item {
  position: relative;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  background: #007cca;
  border-top: 5px solid #80bee5;
  border-bottom: 5px solid #80bee5;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 6px 26px;
  margin-right: 40px;
  margin-bottom: 20px;
  z-index: 10;
  text-align: center;
  height: 138px;
}
.p-header-list-item:nth-child(1) .p-txt-l {
  font-size: 2.6rem;
}
.p-header-list-item:nth-child(1) .p-underlined-round {
  font-size: 2rem;
}
.p-header-list-item:nth-child(2) {
  padding: 14px 26px;
  margin-right: 0;
  position: relative;
}
.p-header-list-item:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 202px;
  height: 58px;
  top: -50px;
  right: 0;
  background: url("../images/img_mv_listtxt.png") no-repeat center center;
}
.p-header-list-item::after {
  position: absolute;
  top: -43px;
  left: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.p-header-list-item:nth-of-type(1)::after {
  background: url("../images/icn_mv1.png") center/100% 100% no-repeat;
}

.p-header-list-item:nth-of-type(2)::after {
  background: url("../images/icn_mv2.png") center/100% 100% no-repeat;
}

.p-header-list-item:nth-of-type(3)::after {
  background: url("../images/icn_mv3.png") center/100% 100% no-repeat;
}

.p-underlined-round {
  position: relative;
  font-size: 2.4rem;
  display: inline-block;
  z-index: 10;
  line-height: 1;
}

.p-underlined-round::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #0058b1;
  border-radius: 10px;
  z-index: -1;
}

.p-header-btn {
  position: relative;
  width: 480px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.p-header-btn-link {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: block;
  padding: 25px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #fc5507;
  border-radius: 60px;
  border-bottom: 5px solid #9b3302;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
}
.p-header-btn-link span {
  font-size: 3rem;
  color: #fff59c;
  line-height: 1;
}

.p-header-btn-link:hover {
  border-bottom-width: 0px;
  margin-top: 5px;
}

.p-header-btn:hover:after {
  margin-top: 5px;
}

.p-header-btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media screen and (max-width: 1480px) {
  .l-header {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1380px) {
  .p-header-list {
    padding-left: 0;
  }
  .p-header-list-item {
    margin-right: 35px;
    padding: 6px 15px;
  }
}
/* issue
---------------------------------------------------------------------------- */
.p-issue {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/bg_shadow.png") center top 50px/100% 80% no-repeat;
}

.p-issue-inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 250px;
}

.p-issue-top-box {
  position: relative;
  width: 100%;
  padding: 25px 0 30px;
  background: #e2e4ea;
  border-top: 4px solid #494949;
  border-radius: 8px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
  margin-bottom: 60px;
}

.p-issue-top-box::before {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 28px solid transparent;
  border-top: 30px solid #e2e4ea;
}

.p-issue-top-ttl {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-issue-top-ttl span {
  font-size: 3.8rem;
}

.p-issue-list-wrap {
  position: relative;
  z-index: 10;
}

.p-issue-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-issue-item {
  border-radius: 8px;
  background: #f6f6f6;
  position: relative;
  z-index: 10;
  margin-bottom: 35px;
  width: 337px;
  height: 142px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #f1f3f5;
}
.p-issue-item::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-issue-item:nth-child(1)::before {
  border: 10px solid transparent;
  border-left: 20px solid #f6f6f6;
  bottom: 25px;
  left: 100%;
}
.p-issue-item:nth-child(2)::before {
  border: 10px solid transparent;
  border-right: 20px solid #f6f6f6;
  bottom: 25px;
  right: 100%;
}
.p-issue-item:nth-child(3)::before {
  border: 10px solid transparent;
  border-left: 20px solid #f6f6f6;
  top: 25px;
  left: 100%;
}
.p-issue-item:nth-child(4)::before {
  border: 10px solid transparent;
  border-right: 20px solid #f6f6f6;
  top: 25px;
  right: 100%;
}

.p-issue-item-img {
  position: absolute;
  top: 28px;
  left: 53%;
  -webkit-transform: translateX(-50%) translate(50px);
          transform: translateX(-50%) translate(50px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: none;
}
.p-issue-item-img img {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .p-issue-item-img {
    position: relative;
    left: 160px;
    top: -30px;
  }
}
.p-issue-item-desc {
  padding: 15px 0;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-align: center;
}
.p-issue-item-desc span {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #203f65;
}

.p-issue-desc {
  font-size: 3.8rem;
  line-height: 1.4736842105;
  letter-spacing: 0.06em;
  font-weight: 600;
  position: absolute;
  left: 220px;
  bottom: 50px;
}
.p-issue-desc span {
  display: inline-block;
  position: relative;
}
.p-issue-desc span.p-underlined {
  color: #007cca;
}

.p-issue-desc::before {
  position: absolute;
  left: -120px;
  top: -5px;
  content: "";
  display: block;
  width: 95px;
  height: 74px;
  background: url("../images/img_arrow_pc.png") center/cover no-repeat;
}

.p-issue-desc::after {
  position: absolute;
  z-index: 20;
  top: -27%;
  right: -300px;
  width: 255px;
  height: 225px;
  content: "";
  display: block;
  background: url("../images/img_kaikeru_man.png") center/100% 100% no-repeat;
}

.p-underlined {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, transparent), color-stop(55%, #fff7be), to(#fff7be));
  background: linear-gradient(180deg, transparent 0%, transparent 55%, #fff7be 55%, #fff7be 100%);
}

/* purpose
---------------------------------------------------------------------------- */
.p-purpose {
  width: 100%;
}

.p-purpose-ttl-box {
  position: relative;
  z-index: 10;
  padding: 50px 0;
  background: -webkit-gradient(linear, left top, right top, from(#46c0e3), to(#005fc0));
  background: linear-gradient(90deg, #46c0e3, #005fc0);
  text-align: center;
  -webkit-transform: skewY(-4deg);
          transform: skewY(-4deg);
}

.p-purpose-ttl {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.90625;
  letter-spacing: 0.06em;
  font-weight: 700;
  -webkit-transform: skew(4deg) rotate(4deg);
          transform: skew(4deg) rotate(4deg);
  display: inline-block;
}
.p-purpose-ttl span {
  font-size: 3.8rem;
  display: inline-block;
  position: relative;
}
.p-purpose-ttl span::after {
  position: absolute;
  top: -0.6em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff;
  font-size: 0.7em;
  content: "・";
}

.p-purpose-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0;
}

.p-purpose-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.p-purpose-item {
  width: 306px;
  height: 351px;
  background: #edf6fc;
  border-radius: 8px;
  padding: 210px 40px 25px;
  position: relative;
}
.p-purpose-item::after {
  position: absolute;
  content: "";
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33px;
  height: 28px;
  background: url("../images/icn_purpose_check.png") no-repeat center center/100%;
}
.p-purpose-item:nth-child(1) {
  background: #edf6fc url("../images/img_purpose1.png") no-repeat top 35px center/148px;
}
.p-purpose-item:nth-child(2) {
  background: #edf6fc url("../images/img_purpose2.png") no-repeat top 35px center/148px;
}
.p-purpose-item:nth-child(3) {
  background: #edf6fc url("../images/img_purpose3.png") no-repeat top 35px center/148px;
}

.p-purpose-item-txt {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-purpose-item-txt span {
  color: #007cca;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, transparent), color-stop(55%, #fff7be), to(#fff7be));
  background: linear-gradient(180deg, transparent 0%, transparent 55%, #fff7be 55%, #fff7be 100%);
}

/* solution
---------------------------------------------------------------------------- */
.p-solution-inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.p-solution-ttl-box {
  position: relative;
  background: #fff;
  margin-bottom: 50px;
}

.p-solution-ttl {
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #46c0e3), color-stop(64%, #005fc0), to(#005fc0));
  background: linear-gradient(90deg, #46c0e3 40%, #005fc0 64%, #005fc0 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  padding: 25px 0;
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .p-solution-ttl {
    color: #228ed1;
    background: none;
  }
}
.p-solution-ttl::before {
  position: absolute;
  z-index: -1;
  top: -4px;
  left: 1px;
  content: "";
  display: block;
  width: 99.8%;
  height: calc(100% + 8px);
  background: -webkit-gradient(linear, left top, right top, from(#46c0e3), to(#005fc0));
  background: linear-gradient(90deg, #46c0e3 0%, #005fc0 100%);
}

.p-solution-conclude-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, #fff), to(#d2ebf7));
  background: linear-gradient(180deg, #fff 0%, #fff 10%, #d2ebf7 100%);
  padding: 0 0 60px;
}

.p-solution-conclude {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.p-solution-conclude-top {
  font-size: 2.6rem;
  line-height: 1.4230769231;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 20;
}
.p-solution-conclude-top span {
  color: #007cca;
  font-size: 3.2rem;
  display: inline-block;
  padding-bottom: 5px;
}
.p-solution-conclude-top span span {
  font-size: 4.2rem;
}

.p-solution-conclude-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p-solution-conclude-img {
  width: 600px;
  height: 590px;
  margin: 0 auto;
}

.p-solution-conclude-ttl {
  font-size: 2.8rem;
  line-height: 1.3214285714;
  letter-spacing: 0.06em;
  font-weight: 700;
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 20;
}

.p-perspective-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-perspective-item {
  position: absolute;
}

.p-perspective-process {
  top: 55px;
  left: 110px;
}

.p-perspective-lead {
  top: 55px;
  left: 640px;
}

.p-perspective-develop {
  top: 330px;
  left: 110px;
}

.p-perspective-dx {
  top: 330px;
  left: 640px;
}

.p-perspective-ttl {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #007cca;
  margin-bottom: 10px;
}

.p-perspective-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
}

/* flow
---------------------------------------------------------------------------- */
.p-flow {
  padding: 160px 40px 80px;
}

.p-flow-inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  border: 3px solid #f1f3f5;
  position: relative;
  padding: 135px 40px 0;
}

.p-flow-ttl-box-wrap {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-flow-ttl-box {
  position: relative;
  text-align: center;
  background: #edf6fc;
  border-radius: 5px;
  width: 960px;
  height: 160px;
}
.p-flow-ttl-box::before {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  border: 28px solid transparent;
  border-top: 28px solid #49c0e3;
}
.p-flow-ttl-box::after {
  position: absolute;
  top: calc(99% - 3px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  border: 28px solid transparent;
  border-top: 28px solid #edf6fc;
}

.p-flow-ttl {
  position: relative;
  width: 100%;
  margin: 3px auto;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #46c0e3), color-stop(60%, #096bc4), to(#096bc4));
  background: linear-gradient(90deg, #46c0e3 30%, #096bc4 60%, #096bc4 100%);
  padding: 28px 0 20px;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.8rem;
  line-height: 1.3684210526;
  letter-spacing: 0.06em;
  font-weight: bold;
  height: 160px;
}
.p-flow-ttl::before {
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#45bee2), to(#3bb0dd));
  background: linear-gradient(90deg, #45bee2 0%, #3bb0dd 100%);
  z-index: -1;
  border-radius: 8px;
}
.p-flow-ttl span {
  font-size: 5.6rem;
  line-height: 1;
}

.p-flow-ttl-inline {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#46c0e3), to(#005fc0));
  background: linear-gradient(90deg, #46c0e3 0%, #005fc0 100%);
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 2px 23px 4px;
}

.p-flow-list {
  max-width: 804px;
  width: 100%;
  margin: 0 auto;
}

.p-flow-item {
  margin-bottom: 60px;
}
.p-flow-item:nth-child(1) .p-flow-item-main {
  padding: 50px 290px 0 0;
  background: url("../images/img_flow1.png") no-repeat right top/247px;
}
.p-flow-item:nth-child(1) .p-flow-item-main-ttl {
  background: url("../images/icn_number1.png") no-repeat left center/45px;
}
.p-flow-item:nth-child(2) .p-flow-item-main {
  padding: 40px 0 0 285px;
  background: url("../images/img_flow2.png") no-repeat left top/238px;
}
.p-flow-item:nth-child(2) .p-flow-item-main-ttl {
  background: url("../images/icn_number2.png") no-repeat left center/45px;
}
.p-flow-item:nth-child(2) .p-flow-item-main-txt {
  padding-bottom: 60px;
}
.p-flow-item:nth-child(3) .p-flow-item-main {
  padding: 50px 310px 0 0;
  background: url("../images/img_flow3.png") no-repeat right top/256px;
}
.p-flow-item:nth-child(3) .p-flow-item-main-ttl {
  background: url("../images/icn_number3.png") no-repeat left center/45px;
}
.p-flow-item:nth-child(4) .p-flow-item-main {
  padding: 35px 0 0 285px;
  background: url("../images/img_flow4.png") no-repeat left top/237px;
}
.p-flow-item:nth-child(4) .p-flow-item-main-ttl {
  background: url("../images/icn_number4.png") no-repeat left center/45px;
}
.p-flow-item:nth-child(4) .p-flow-item-main-txt {
  padding-bottom: 65px;
}

.p-flow-item-main-ttl {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding: 7px 0 7px 60px;
  margin-bottom: 10px;
}

.p-flow-item-main-txt {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-bottom: 80px;
}

.p-flow-item-info {
  border-top: 1px solid #f1f3f5;
  border-bottom: 1px solid #f1f3f5;
  padding: 20px 0;
  position: relative;
}

.p-flow-item-info-ttl {
  color: #007cca;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: bold;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 0 10px;
}

.p-flow-item-info-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.p-flow-item-info-list-item {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
  width: 32%;
  background: url("../images/bg_flow_tag.png") no-repeat center center/contain;
  padding: 10px 0;
}

/* cv
---------------------------------------------------------------------------- */
.p-cv {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#46c0e3), to(#005fc0));
  background: linear-gradient(90deg, #46c0e3, #005fc0);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  padding: 0 40px;
}

.p-cv-fix {
  position: sticky;
  bottom: 0;
  z-index: 500;
  opacity: 0;
  visibility: collapse;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

@media all and (-ms-high-contrast: none) {
  .p-cv-fix {
    position: fixed;
  }
}
.p-cv-fix.show {
  opacity: 1;
  visibility: visible;
}

.p-cv-fix.ie-show {
  position: relative;
}

.p-cv-inner {
  padding: 40px 0;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-cv-btn-box {
  padding: 27px 0 27px;
  background: #fff;
  border-radius: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
.p-cv-btn-box::before {
  position: absolute;
  top: -59px;
  right: 0;
  content: "";
  display: block;
  width: 160px;
  height: 170px;
  background: url("../images/bg_cv1.png") center/100% 100% no-repeat;
  z-index: 0;
}
.p-cv-btn-box::after {
  position: absolute;
  position: absolute;
  bottom: -94px;
  left: -27px;
  content: "";
  display: block;
  width: 246px;
  height: 246px;
  background: url("../images/bg_cv2.png") center/100% 100% no-repeat;
  z-index: 0;
}

.p-cv-btn {
  max-width: 475px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  border-radius: 9999px;
  overflow: hidden;
}

.p-cv-link {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  z-index: 20;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  border-radius: 9999px;
  overflow: hidden;
  padding: 16px 0 16px 35px;
}
.p-cv-link:hover {
  border-bottom-width: 0px;
  margin-top: 5px;
}
.p-cv-link::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.p-cv-link-orange {
  background: #fc5507;
  border-bottom: 5px solid #9b3302;
}

.p-cv-link-txt1 {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.06em;
  font-weight: bold;
  width: 28px;
  margin-right: 10px;
  padding-top: 10px;
  background: #cc3300;
  border-radius: 12px;
  text-align: center;
}

.p-cv-link-txt2 {
  margin-right: 10px;
}

.p-cv-link-txt-s {
  font-size: 1.8rem;
  line-height: 1.7222222222;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.p-cv-link-txt-s span {
  color: #fff59c;
}

.p-cv-link-txt-m {
  font-size: 2.9rem;
  line-height: 1.0689655172;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
}

.p-cv-list {
  margin-right: 30px;
}

.p-cv-list-item {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: bold;
  position: relative;
  z-index: 10;
  padding: 7px 0 7px 30px;
  background: url("../images/icn_check.png") no-repeat center left/20px;
  text-align: left;
}
.p-cv-list-item span {
  color: #007cca;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, transparent), color-stop(55%, #fff7be), to(#fff7be));
  background: linear-gradient(180deg, transparent 0%, transparent 55%, #fff7be 55%, #fff7be 100%);
}

.p-cv-inner-sm {
  padding: 10px 0;
}

.p-cv-btn-box-sm {
  position: relative;
  padding: 12px 0;
}
.p-cv-btn-box-sm::before {
  top: -111px;
  right: 8px;
  background: url("../images/bg_cv1.png") center/100% 100% no-repeat;
}
.p-cv-btn-box-sm::after {
  top: -12px;
  background: url(../images/bg_cv2.png) center/100% 100% no-repeat;
  left: 20px;
  width: 227px;
  height: 227px;
}

.p-cv-btn-lg {
  max-width: 100%;
}

.p-cv-btn-footer-txt-wrap {
  text-align: center;
  margin-right: 25px;
}

.p-cv-btn-footer-txt1 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.p-cv-btn-footer-txt1::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: -27px;
  bottom: 13px;
  background: #333;
  -webkit-transform: rotate(60deg);
  transform: rotate(68deg);
}
.p-cv-btn-footer-txt1::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  right: -23px;
  bottom: 13px;
  background: #333;
  -webkit-transform: rotate(-68deg);
          transform: rotate(-68deg);
}

.p-cv-btn-footer-txt2 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.p-cv-btn-footer-txt2 span {
  font-size: 2.1rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #007cca;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, transparent), color-stop(55%, #fff7be), to(#fff7be));
  background: linear-gradient(180deg, transparent 0%, transparent 55%, #fff7be 55%, #fff7be 100%);
}

.p-cv-link-footer {
  padding: 0;
  max-width: 504px;
}
.p-cv-link-footer::after {
  width: 7px;
  height: 7px;
}

.p-footercv-link-inner-left {
  padding: 12px 8px 7px 22px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #ff6b26 url(../images/icn_japan_orange.png) right 8px top -4px/55px no-repeat;
}
.p-footercv-link-inner-left-ml {
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 0.06em;
  font-weight: 900;
}

.p-footercv-link-inner-right {
  font-size: 2.2rem;
  line-height: 1.4090909091;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  padding: 9px 50px 7px 20px;
}
.p-footercv-link-inner-right-lg {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff59c;
}

/* achievement
---------------------------------------------------------------------------- */
.p-achievement {
  padding: 80px 0 50px;
}

.p-achievement-inner {
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-achievement-ttl-box {
  position: relative;
  background: #fff;
  margin-bottom: 40px;
}

.p-achievement-ttl {
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #46c0e3), color-stop(64%, #005fc0), to(#005fc0));
  background: linear-gradient(90deg, #46c0e3 40%, #005fc0 64%, #005fc0 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  padding: 25px 0;
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .p-achievement-ttl {
    color: #228ed1;
    background: none;
  }
}
.p-achievement-ttl::before {
  position: absolute;
  z-index: -1;
  top: -4px;
  left: 1px;
  content: "";
  display: block;
  width: 99.8%;
  height: calc(100% + 8px);
  background: -webkit-gradient(linear, left top, right top, from(#46c0e3), to(#005fc0));
  background: linear-gradient(90deg, #46c0e3 0%, #005fc0 100%);
}

.p-achievement-item {
  margin-bottom: 30px;
  border: 3px solid #f1f3f5;
  padding: 35px 40px 10px;
}

.p-achievement-lead-box {
  padding: 0 0 20px 90px;
  border-radius: 8px;
  position: relative;
  border-bottom: 3px solid #f1f3f5;
}
.p-achievement-lead-box::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
  background: url("../images/icn_achievement1.png") no-repeat center center/100%;
}

.p-achievement-lead {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #17457d;
  margin-bottom: 15px;
}

.p-achievement-lead-txt {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.p-achievement-lead-txt span {
  display: inline-block;
  color: #36bee0;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.02em;
  font-weight: bold;
  background: #fff;
  margin-right: 15px;
  padding: 0 7px;
  border: 1px solid #e3e3e3;
}

.p-achievement-item-inner {
  padding: 30px 38px;
}

.p-achievement-item-catch {
  font-size: 2.6rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: bold;
  background: #edf6fc;
  border-radius: 8px;
  padding: 20px 45px;
  position: relative;
}
.p-achievement-item-catch span {
  color: #007cca;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, transparent), color-stop(55%, #fff7be), to(#fff7be));
  background: linear-gradient(180deg, transparent 0%, transparent 55%, #fff7be 55%, #fff7be 100%);
}
.p-achievement-item-catch span.p-number {
  font-size: 3.6rem;
  line-height: 1.1111111111;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.p-achievement-item-catch::after {
  position: absolute;
  content: "";
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 30px;
  background: url(../images/icn_purpose_check.png) no-repeat center center/100%;
}

.p-achievement-item-info {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 15px;
}

.p-achievement-item-desc {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

.p-achievement-item-desc-before {
  width: 390px;
  height: 272px;
  padding: 15px 70px;
  background: #f1f3f5 url("../images/img_achievement_before.png") no-repeat center bottom;
  position: relative;
}
.p-achievement-item-desc-before::after {
  position: absolute;
  content: "";
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 48px;
  background: url("../images/icn_arrow_right.png") no-repeat center center;
}

.p-achievement-item-desc-before-ttl {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
}

.p-achievement-item-desc-before-txt {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 7px;
}

.p-achievement-item-desc-after {
  border: 3px solid #46c0e3;
  width: 390px;
  height: 272px;
  padding: 12px 42px 10px 70px;
  background: url("../images/img_achievement_after.png") no-repeat right 20px bottom 20px;
}

.p-achievement-item-desc-after-ttl-wrap {
  text-align: center;
  margin-bottom: 10px;
}

.p-achievement-item-desc-after-ttl {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#46c0e3), to(#005fc0));
  background: linear-gradient(90deg, #46c0e3 0%, #005fc0 100%);
  padding: 0 34px 1px;
  border-radius: 14px;
}

.p-achievement-item-desc-after-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.p-achievement-item-desc-after-txt .p-blue-txt {
  color: #007cca;
  font-size: 2.1rem;
  line-height: 1.380952381;
  letter-spacing: 0.06em;
  font-weight: bold;
}

.p-yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, transparent), color-stop(55%, #fff7be), to(#fff7be));
  background: linear-gradient(180deg, transparent 0%, transparent 55%, #fff7be 55%, #fff7be 100%);
}

/* introduction
---------------------------------------------------------------------------- */
.p-introduction {
  width: 100%;
}

.p-introduction-inner {
  padding-top: 80px;
  max-width: 960px;
  margin: 0 auto 80px;
}

.p-introduction-ttl-box {
  position: relative;
  background: #fff;
  margin-bottom: 40px;
}

.p-introduction-ttl {
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #46c0e3), color-stop(64%, #005fc0), to(#005fc0));
  background: linear-gradient(90deg, #46c0e3 40%, #005fc0 64%, #005fc0 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  padding: 25px 0;
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .p-introduction-ttl {
    color: #228ed1;
    background: none;
  }
}
.p-introduction-ttl::before {
  position: absolute;
  z-index: -1;
  top: -4px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 8px);
  background: -webkit-gradient(linear, left top, right top, from(#46c0e3), to(#005fc0));
  background: linear-gradient(90deg, #46c0e3 0%, #005fc0 100%);
}

.p-introduction-top-txt {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}

.p-introduction-top-txt-sub {
  font-size: 1.4rem;
  line-height: 2.5714285714;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
}

.p-introduction-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.p-introduction-item {
  width: 465px;
  margin-bottom: 40px;
  background: #f1f3f5;
}
.p-introduction-item:nth-child(1) .p-introduction-item-ttl {
  background: #fff url("../images/icn_introduction1.png") no-repeat top left/96px;
}
.p-introduction-item:nth-child(2) .p-introduction-item-ttl {
  background: #fff url("../images/icn_introduction2.png") no-repeat top left/96px;
}
.p-introduction-item:nth-child(3) .p-introduction-item-ttl {
  background: #fff url("../images/icn_introduction3.png") no-repeat top left/96px;
}
.p-introduction-item:nth-child(4) .p-introduction-item-ttl {
  background: #fff url("../images/icn_introduction4.png") no-repeat top left/96px;
}

.p-introduction-item-ttl {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #203f65;
  padding: 30px 0 45px 115px;
  background: #fff;
}

.p-introduction-item-body {
  padding: 25px;
}
.p-introduction-item-body .p-introduction-item-txt:last-child {
  margin-bottom: 0;
}

.p-introduction-item-txt {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 20px;
}
.p-introduction-item-txt span {
  font-weight: bold;
}

/* form
---------------------------------------------------------------------------- */
.p-form {
  width: 100%;
}

.p-form-inner {
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-form-ttl-box {
  width: 960px;
  height: 160px;
  background: -webkit-gradient(linear, left top, right top, from(#46c0e3), to(#005fc0));
  background: linear-gradient(90deg, #46c0e3 0%, #005fc0 100%);
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 8px;
  margin-bottom: 70px;
  position: relative;
}

.p-form-ttl-box::after {
  position: absolute;
  top: 98%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top: 25px solid #238fd1;
}

.p-form-ttl-lead {
  font-size: 1.8rem;
  line-height: 1.7222222222;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background: #0058b1;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
  padding: 5px 27px;
}
.p-form-ttl-lead span {
  color: #fff59c;
}

.p-form-ttl {
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  margin-right: 35px;
}
.p-form-ttl span {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fff;
  color: #238fd1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 5px;
}

.p-form-ttl-inline {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  border-top: 2px solid #62addd;
  border-bottom: 2px solid #62addd;
  padding: 7px 0;
  position: relative;
  margin: 5px 35px 0 0;
}
.p-form-ttl-inline span {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-form-ttl-inline::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 69px;
  right: -33px;
  top: 0;
  background: url("../images/icn_japan_blue.png") no-repeat center center/100%;
}

.p-textarea-div {
  position: relative;
}

.p-textarea {
  position: relative;
  z-index: 10;
  background: transparent;
}

.p-overlay-text {
  position: absolute;
  z-index: 20;
  top: 8px;
  left: 12px;
  color: #b7b7b7;
  font-family: "Arial";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.p-overlay-text.hide {
  opacity: 0;
}

/* company
---------------------------------------------------------------------------- */
.p-company {
  background: #f1f3f5;
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 80px 20px;
  margin-bottom: 80px;
}

.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: 14px;
  padding-bottom: 7px;
}

.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: 2.25;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-bottom: 2px;
}

.p-table-desc-company-nopd {
  padding-bottom: 0;
}

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

/*------------- .l-footer -------------*/
.l-footer {
  padding: 15px 0;
  background: #214066;
  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;
}

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