@charset "UTF-8";
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: "Hiragino";
  src: url("../fonts/HiraginoKakuGo/HiraginoKakuGoW5.woff2") format("woff2"), url("../fonts/HiraginoKakuGo/HiraginoKakuGoW5.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Hiragino";
  src: url("../fonts/HiraginoKakuGo/HiraginoKakuGoW7.woff2") format("woff2"), url("../fonts/HiraginoKakuGo/HiraginoKakuGoW7.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;
  color: #1c1c20;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.3s;
}
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: 1200px) and (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 4.8vw;
  }
}
/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
  overflow: hidden;
}

/*------------- .l-content -------------*/
.l-content {
  max-width: 1240px;
  padding: 0 20px;
  margin: auto;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-content {
    padding: 0 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-content {
    padding: 0 4vw;
  }
}
/*------------- common -------------*/
.p-sec {
  padding: 103px 0 80px;
  text-align: center;
}

.p-sec-ttl01, .p-sec-ttl02 {
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto 30px;
  position: relative;
}
.p-sec-ttl01::before, .p-sec-ttl02::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 5px;
  background-color: #004896;
}
.p-sec-ttl01 img, .p-sec-ttl02 img {
  padding: 10px 0 20px;
}

.p-sec-ttl02::before {
  content: none;
}

.p-sec-ttl-s {
  display: block;
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-top: 5px;
  margin-bottom: 15px;
  position: relative;
}
.p-sec-ttl-s::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 5px;
  background-color: #004896;
}
.p-sec-ttl-s span {
  font-size: inherit;
}

.p-bluegray {
  color: #004896;
}

.p-red {
  color: #b31800;
}

.p-underline {
  display: inline;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 5px 0;
  background: linear-gradient(transparent 94%, #004896 0%);
}
.p-underline span {
  font-size: 3.4rem;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-sec {
    padding: 8.5833333333vw 0 6.6666666667vw;
  }
  .p-sec-ttl01, .p-sec-ttl02 {
    margin: 0 auto 2.5vw;
  }
  .p-sec-ttl01::before, .p-sec-ttl02::before {
    top: -1.6666666667vw;
    width: 7.5vw;
    height: 0.4166666667vw;
  }
  .p-sec-ttl01 img, .p-sec-ttl02 img {
    padding: 0.8333333333vw 0 1.6666666667vw;
  }
  .p-sec-ttl-s {
    padding-top: 0.4166666667vw;
    margin-bottom: 0.4166666667vw;
  }
  .p-sec-ttl-s::before {
    top: -1.6666666667vw;
    width: 7.5vw;
    height: 0.4166666667vw;
  }
  .p-underline {
    padding: 0.4166666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sec {
    padding: 13.7333333333vw 0 10.6666666667vw;
  }
  .p-sec-ttl01, .p-sec-ttl02 {
    font-size: 6.4vw;
    margin: 0 auto 3.3333333333vw;
  }
  .p-sec-ttl01::before, .p-sec-ttl02::before {
    top: -4vw;
    left: 50%;
    transform: translateX(-50%);
    width: 12vw;
    height: 0.6666666667vw;
  }
  .p-sec-ttl02 {
    font-size: 6.4vw;
  }
  .p-sec-ttl-s {
    font-size: 4vw;
    padding-top: 0.6666666667vw;
    margin-bottom: 2vw;
  }
  .p-sec-ttl-s::before {
    top: -2.6666666667vw;
    width: 12vw;
    height: 0.6666666667vw;
  }
  .p-underline {
    font-size: 4.1333333333vw;
    padding: 0 0 0.6666666667vw;
  }
  .p-underline span {
    font-size: 4.9333333333vw;
  }
}
/*------------- .p-cv -------------*/
.p-cv-sec {
  padding: 40px 0 45px;
  margin: auto;
  background: url(../images/bg_cv_pc.png) no-repeat center/cover;
}
.p-cv-sec .p-cv-notes {
  text-align: center;
  width: fit-content;
  margin: 5px 120px 0 auto;
}
.p-cv-sec .p-mv-notes {
  color: #fff;
  margin-top: 20px;
}

.p-cv-sec02 {
  padding-top: 57px;
}
.p-cv-sec02 .p-cv-sec-ttl .p-yellow {
  font-size: inherit;
}

.p-cv-sec-ttl-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.p-cv-sec-ttl {
  display: inline-block;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  padding-right: 20px;
}
.p-cv-sec-ttl .p-yellow {
  font-size: 3.5rem;
}

.p-cv-sec-ttl-l {
  font-size: 4.2rem;
  line-height: 1.5952380952;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-cv-inner {
  padding: 40px 95px 35px;
  background-color: #fff;
}

.p-cv-txt01 {
  font-size: 3.4rem;
  line-height: 1.4705882353;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.p-cv-txt01 span {
  font-size: 4.2rem;
}

.p-cv-list-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 845px;
  margin: auto;
  padding: 25px 55px 30px 50px;
  border-top: 5px solid #004896;
  background: url(../images/bg_cv02.png) no-repeat center/cover;
}

.p-cv-list {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-cv-list li:not(:last-child) {
  margin-bottom: 1.25em;
}

.p-cv-box01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  background-color: #fff;
}

.p-cv-txt02 {
  font-size: 1.9rem;
  line-height: 1.3684210526;
  letter-spacing: 0.04em;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 467px;
  height: 108px;
  /* background: url(../images/img_cv04.png) no-repeat center/contain; */
}

.p-cv-txt02-img01 {
  width: 58px;
}

.p-cv-txt02-img02 {
  width: 241px;
}

.p-cv-cvbtn {
  margin-left: 2.1782178218%;
}

.p-cv-inner02 {
  padding: 45px 95px 40px;
  background: url(../images/bg_cv03_pc.png) no-repeat center/cover;
}

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

.p-cv-wrapper {
  display: flex;
}

.p-cv-wrap:nth-child(1) {
  width: 57.8125%;
  margin-left: 0.8333333333%;
}

.p-cv-wrap:nth-child(2) {
  width: 37.2916666667%;
  margin-left: 4.0625%;
  margin-top: -5px;
}

.p-cv-boxes-txt01 {
  aspect-ratio: 543/86;
  max-width: 543px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.p-cv-boxes-txt01 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-cv-boxes-txt02 {
  font-size: 2.17rem;
  line-height: 0.7976958525;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Hiragino";
  width: fit-content;
  max-width: 472px;
  padding: 0 10px;
  margin: 27px auto 0;
  position: relative;
}
.p-cv-boxes-txt02::before, .p-cv-boxes-txt02::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 40px;
  height: 3px;
  background-color: #1c1c20;
}
.p-cv-boxes-txt02::before {
  left: 0;
  transform: translate(-100%, -50%);
}
.p-cv-boxes-txt02::after {
  right: 0;
  transform: translate(100%, -50%);
}

.p-cv-boxes-txt03 {
  aspect-ratio: 555/205;
  position: relative;
  margin-top: 20px;
}

.p-cv-boxes-txt03 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-cv-box-inner01 {
  font-family: "Hiragino";
  text-align: center;
  width: 51.75%;
  padding: 35px 25px;
  background-color: #e5e6e2;
}

.p-cv-box-txt03 {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  padding-left: 50px;
  margin: 0 auto 30px;
  position: relative;
}
.p-cv-box-txt03 span {
  font-size: 2.5rem;
}
.p-cv-box-txt03::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../images/icn_cv01.png) no-repeat center/contain;
}

.p-cv-box-txt-wrap {
  display: flex;
  gap: 7px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.p-cv-box-txt04,
.p-cv-box-txt05 {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.2916666667;
  letter-spacing: 0.06em;
  font-weight: 700;
  white-space: nowrap;
  width: fit-content;
  background-color: #354b5e;
  position: relative;
}
.p-cv-box-txt04::before,
.p-cv-box-txt05::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.p-cv-box-txt04 span,
.p-cv-box-txt05 span {
  font-size: 2rem;
  font-weight: 500;
}

.p-cv-box-txt04 {
  max-width: 299px;
  padding: 7px 40px 7px 10px;
}
.p-cv-box-txt04::before {
  width: 26px;
  height: 21px;
  background: url(../images/icn_cv02.png) no-repeat center/contain;
}

.p-cv-box-txt05 {
  max-width: 266px;
  padding: 7px 40px 7px 0;
}
.p-cv-box-txt05::before {
  width: 19px;
  height: 26px;
  background: url(../images/icn_cv03.png) no-repeat center/contain;
}

.p-cv-box-txt06 {
  display: flex;
  gap: 10px;
  align-items: end;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  letter-spacing: 0.06em;
  font-weight: 500;
  white-space: nowrap;
  padding: 10px 30px 10px 150px;
  background-color: #354b5e;
}

.p-cv-box-txt06-price {
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-yellow {
  color: #ffe84e;
}

.p-cv-box-txt06-price-l {
  font-size: 2.8rem;
}

.p-cv-box-inner02 {
  width: 48.25%;
  padding: 30px 28px;
}

.p-cv-sec-img {
  margin: 20px 0 5px;
}

.p-cvbtn {
  display: block;
  width: fit-content;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.p-cvbtn:hover {
  transform: translateY(3px);
  box-shadow: none;
}

.p-cv-terms {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: "Hiragino";
  width: fit-content;
  margin: 20px auto 0;
  padding: 10px 15px;
  border-top: 1px solid #1c1c20;
  border-bottom: 1px solid #1c1c20;
}
.p-cv-terms dt {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: block;
  color: #fff;
  width: fit-content;
  padding: 6px 10px;
  background-color: #1c1c20;
}
.p-cv-terms dd {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.p-cv-terms dd span {
  font-size: 1.9rem;
  font-weight: 700;
}

.p-cv-notes {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 10px;
}
.p-cv-notes span {
  color: #b31800;
  font-weight: 700;
  border-bottom: 1px solid #b31800;
  cursor: pointer;
}
.p-cv-notes span:hover {
  border-bottom: transparent;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-cv-sec {
    padding: 3.3333333333vw 0 3.75vw;
  }
  .p-cv-sec .p-cv-notes {
    margin: 0.4166666667vw 10vw 0 auto;
  }
  .p-cv-sec .p-mv-notes {
    margin-top: 1.6666666667vw;
  }
  .p-cv-sec02 {
    padding-top: 4.75vw;
  }
  .p-cv-sec-ttl-wrap {
    gap: 2.0833333333vw;
    margin-bottom: 1.6666666667vw;
  }
  .p-cv-sec-ttl {
    padding-right: 1.6666666667vw;
  }
  .p-cv-sec-ttl-l {
    font-size: 4.2rem;
    line-height: 1.5952380952;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .p-cv-inner {
    padding: 3.3333333333vw 7.9166666667vw 2.9166666667vw;
  }
  .p-cv-txt01 {
    font-size: 3.4rem;
    line-height: 1.4705882353;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 2.0833333333vw;
  }
  .p-cv-txt01 span {
    font-size: 4.2rem;
  }
  .p-cv-list-wrap {
    max-width: 70.4166666667vw;
    padding: 2.0833333333vw 4.5833333333vw 2.5vw 4.1666666667vw;
    border-top: 0.4166666667vw solid #004896;
  }
  .p-cv-list {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .p-cv-list li:not(:last-child) {
    margin-bottom: 1.25em;
  }
  .p-cv-list-img {
    width: 18.5833333333vw;
  }
  .p-cv-box01 {
    margin-top: 1.6666666667vw;
  }
  .p-cv-txt02 {
    font-size: 1.3333333333vw;
    gap: 0.4166666667vw;
    width: 35.9166666667vw;
    height: 9vw;
  }
  .p-cv-txt02-img01 {
    width: 4.8333333333vw;
  }
  .p-cv-txt02-img02 {
    width: 20.0833333333vw;
  }
  .p-cv-cvbtn {
    width: 40.0833333333vw;
    margin-left: 2.1782178218%;
  }
  .p-cv-inner02 {
    padding: 3.75vw 7.9166666667vw 3.3333333333vw;
  }
  .p-cv-inner03 {
    max-width: 80vw;
  }
  .p-cv-wrap:nth-child(1) {
    width: 57.8125%;
    margin-left: 0.8333333333%;
  }
  .p-cv-wrap:nth-child(2) {
    width: 37.2916666667%;
    margin-left: 4.0625%;
    margin-top: -0.4166666667vw;
  }
  .p-cv-boxes-txt01 {
    max-width: 39.3333333333vw;
  }
  .p-cv-boxes-txt02 {
    font-size: 2.17rem;
    line-height: 0.7976958525;
    letter-spacing: 0.08em;
    font-weight: 700;
    max-width: 39.3333333333vw;
    padding: 0 0.8333333333vw;
    margin: 2.25vw auto 0;
  }
  .p-cv-boxes-txt02::before, .p-cv-boxes-txt02::after {
    width: 3.3333333333vw;
    height: 0.25vw;
  }
  .p-cv-boxes-txt03 {
    margin-top: 1.6666666667vw;
  }
  .p-cv-box-inner01 {
    width: 51.75%;
    padding: 2.9166666667vw 2.0833333333vw;
  }
  .p-cv-box-txt03 {
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding-left: 4.1666666667vw;
    margin: 0 auto 2.5vw;
  }
  .p-cv-box-txt03 span {
    font-size: 2.5rem;
  }
  .p-cv-box-txt03::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .p-cv-box-txt-wrap {
    gap: 7px;
    margin-bottom: 3.3333333333vw;
  }
  .p-cv-box-txt04,
  .p-cv-box-txt05 {
    font-size: 2.4rem;
    line-height: 1.2916666667;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .p-cv-box-txt04::before,
  .p-cv-box-txt05::before {
    right: 0.8333333333vw;
  }
  .p-cv-box-txt04 span,
  .p-cv-box-txt05 span {
    font-size: 2rem;
  }
  .p-cv-box-txt04 {
    max-width: 299px;
    padding: 0.5833333333vw 3.3333333333vw 0.5833333333vw 0.8333333333vw;
  }
  .p-cv-box-txt04::before {
    width: 2.1666666667vw;
    height: 1.75vw;
  }
  .p-cv-box-txt05 {
    max-width: 22.1666666667vw;
    padding: 0.5833333333vw 3.3333333333vw 0.5833333333vw 0;
  }
  .p-cv-box-txt05::before {
    width: 1.5833333333vw;
    height: 2.1666666667vw;
  }
  .p-cv-box-txt06 {
    gap: 0.8333333333vw;
    font-size: 1.8rem;
    line-height: 1.2222222222;
    letter-spacing: 0.06em;
    font-weight: 500;
    padding: 0.8333333333vw 2.5vw 0.8333333333vw 12.5vw;
  }
  .p-cv-box-txt06-price {
    font-size: 1.9rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .p-cv-box-txt06-price-l {
    font-size: 2.8rem;
  }
  .p-cv-box-inner02 {
    width: 48.25%;
    padding: 2.5vw 2.3333333333vw;
  }
  .p-cv-sec-img {
    margin: 1.6666666667vw 0 0.4166666667vw;
  }
  .p-cvbtn {
    border-radius: 0.5vw;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }
  .p-cvbtn:hover {
    transform: translateY(3px);
  }
  .p-cv-terms {
    gap: 13px;
    margin: 1.6666666667vw auto 0;
    padding: 10px 15px;
  }
  .p-cv-terms dt {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 0.5vw 0.8333333333vw;
  }
  .p-cv-terms dd {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
  .p-cv-terms dd span {
    font-size: 1.9rem;
  }
  .p-cv-notes {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cv-sec {
    padding: 5.3333333333vw 0 6vw;
  }
  .p-cv-sec .p-cv-notes {
    margin: initial;
    width: 100%;
  }
  .p-cv-sec .p-mv-notes {
    margin-top: 2.6666666667vw;
  }
  .p-cv-sec02 {
    padding-top: 7.6vw;
  }
  .p-cv-sec-ttl-wrap {
    gap: 3.3333333333vw;
    margin-bottom: 4vw;
  }
  .p-cv-sec-ttl-wrap img {
    width: 18.6666666667vw;
  }
  .p-cv-sec-ttl {
    font-size: 4.2666666667vw;
    padding-right: 2.6666666667vw;
  }
  .p-cv-sec-ttl .p-yellow {
    font-size: 5.3333333333vw;
  }
  .p-cv-sec-ttl-l {
    font-size: 6.4vw;
  }
  .p-cv-inner {
    padding: 2.6666666667vw 2.6666666667vw 4.6666666667vw;
  }
  .p-cv-txt01 {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-cv-txt01 span {
    font-size: 5.3333333333vw;
  }
  .p-cv-inner02 {
    padding: 6vw 2vw 5.3333333333vw;
  }
  .p-cv-list-wrap {
    display: block;
    padding: 3.3333333333vw 1.3333333333vw 4vw 2vw;
  }
  .p-cv-list {
    font-size: 3.6vw;
    line-height: 1.7777777778;
  }
  .p-cv-list li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .p-cv-list li:not(:last-child) {
    margin-bottom: 1.7333333333vw;
  }
  .p-cv-list-img {
    margin: 0 auto;
    width: 22.6666666667vw;
  }
  .p-cv-box01 {
    display: block;
    margin-top: 5.3333333333vw;
  }
  .p-cv-txt02 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-cv-cvbtn {
    margin: 2.6666666667vw auto 4vw;
  }
  .p-cvbtn {
    border-radius: 1.0666666667vw;
    box-shadow: 0 0 0.8vw rgba(0, 0, 0, 0.4);
  }
  .p-cvbtn:hover {
    transform: translateY(0.4vw);
  }
  .p-cv-terms {
    width: 100%;
    padding: 0.6666666667vw 1.3333333333vw;
    text-align: left;
    gap: 2.6666666667vw;
    margin: 5.0666666667vw auto 0;
  }
  .p-cv-terms dt {
    font-size: 3.2vw;
    padding: 2.6666666667vw 1.3333333333vw;
    white-space: nowrap;
  }
  .p-cv-terms dd {
    font-size: 2.9333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
  .p-cv-terms dd span {
    font-size: 3.7333333333vw;
  }
  .p-cv-notes {
    font-size: 3.7333333333vw;
    margin-top: 3.3333333333vw;
  }
  .p-cv-wrapper {
    align-items: flex-end;
  }
  .p-cv-wrap:nth-child(1) {
    width: 72.6153846154%;
  }
  .p-cv-wrap:nth-child(2) {
    width: 31.5942028986%;
    margin-left: initial;
    margin-top: initial;
  }
  .p-cv-boxes-txt01 img {
    width: 65.3333333333vw;
  }
  .p-cv-boxes-txt02 {
    font-size: 4vw;
    max-width: 100%;
    padding: 0 1.3333333333vw;
    margin: 2vw auto 0;
  }
  .p-cv-boxes-txt02::before, .p-cv-boxes-txt02::after {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
  .p-cv-boxes-txt03 {
    aspect-ratio: 472/354;
    margin-top: 2.6666666667vw;
  }
  .p-cv-img01 {
    aspect-ratio: 281/288;
    width: 34.6666666667vw;
    position: relative;
    z-index: 1;
    margin-left: -5.3333333333vw;
  }
}
/*------------- .p-mv -------------*/
.p-mv {
  text-align: center;
  padding: 130px 0 80px;
  background: url(../images/bg_mv_pc.png) no-repeat center top/cover;
}
.p-mv img {
  display: block;
  margin: auto;
}

.p-mv-txt02 {
  font-size: 3.2rem;
  line-height: 0.625;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Hiragino";
  width: fit-content;
  padding: 0 20px;
  margin: 35px auto 50px;
  position: relative;
}
.p-mv-txt02::before, .p-mv-txt02::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 55px;
  height: 3px;
  background-color: #1c1c20;
}
.p-mv-txt02::before {
  left: 0;
  transform: translate(-100%, -50%);
}
.p-mv-txt02::after {
  right: 0;
  transform: translate(100%, -50%);
}

.p-mv-wrapper {
  display: flex;
}

.p-mv-wrap:nth-child(1) {
  width: 58%;
}

.p-mv-wrap:nth-child(2) {
  width: 36.3333333333%;
  margin-left: 4.3333333333%;
  margin-top: 23px;
}

.p-mv-txt03 {
  aspect-ratio: 696/255;
  position: relative;
}

.p-mv-txt03 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-mv-txt04 {
  aspect-ratio: 696/108;
  position: relative;
  margin-top: 50px;
}

.p-mv-txt04 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-mv-img01 {
  aspect-ratio: 436/458;
  position: relative;
}

.p-mv-img01 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-mv-terms {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: "Hiragino";
  width: fit-content;
  max-width: 369px;
  margin-left: 43px;
  margin-top: 17px;
  padding: 5px 10px;
  border-top: 1px solid #1c1c20;
  border-bottom: 1px solid #1c1c20;
}
.p-mv-terms dt {
  font-size: 1.469rem;
  line-height: 1.2253233492;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: block;
  color: #fff;
  width: fit-content;
  padding: 6px 6px;
  background-color: #1c1c20;
}
.p-mv-terms dd {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
}
.p-mv-terms dd span {
  font-size: 1.9rem;
  font-weight: 700;
}

.p-mv-cvbtn {
  margin-top: 10px;
}

.p-mv-notes {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  max-width: 800px;
  margin: 35px auto 0;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-mv {
    padding: 10.8333333333vw 0 6.6666666667vw;
  }
  .p-mv-txt01 img {
    width: 71.0833333333vw;
  }
  .p-mv-txt02 {
    font-size: 3.2rem;
    line-height: 0.625;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding: 0 1.6666666667vw;
    margin: 2.9166666667vw auto 50px;
  }
  .p-mv-txt02::before, .p-mv-txt02::after {
    width: 4.5833333333vw;
    height: 0.25vw;
  }
  .p-mv-wrap:nth-child(1) {
    width: 58%;
  }
  .p-mv-wrap:nth-child(2) {
    width: 36.3333333333%;
    margin-left: 4.3333333333%;
    margin-top: 1.75vw;
  }
  .p-mv-txt04 {
    margin-top: 4.1666666667vw;
  }
  .p-mv-terms {
    gap: 1.0833333333vw;
    max-width: 30.75vw;
    margin-left: 3.5833333333vw;
    margin-top: 1.4166666667vw;
    padding: 0.4166666667vw 0.8333333333vw;
  }
  .p-mv-terms dt {
    font-size: 1.469rem;
    line-height: 1.2253233492;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 0.5vw 0.5vw;
  }
  .p-mv-terms dd {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .p-mv-cvbtn {
    margin-top: 0.8333333333vw;
  }
  .p-mv-notes {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
    max-width: 66.6666666667vw;
    margin: 2.9166666667vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding: 13.3333333333vw 0 9.6vw;
    background: url(../images/bg_mv_sp.png) no-repeat center top/cover;
  }
  .p-mv-txt01 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .p-mv-txt02 {
    font-size: 4.2666666667vw;
    padding: 0 2.6666666667vw;
    margin: 5.3333333333vw auto;
  }
  .p-mv-txt02::before,
  .p-mv-txt02::after {
    width: 5.0666666667vw;
    height: 0.5333333333vw;
  }
  .p-mv-wrapper {
    align-items: flex-end;
  }
  .p-mv-wrap:nth-child(1) {
    width: 68.4057971014%;
  }
  .p-mv-wrap:nth-child(2) {
    width: 31.5942028986%;
    margin-left: initial;
    margin-top: initial;
  }
  .p-mv-txt03 {
    aspect-ratio: 472/354;
  }
  .p-mv-txt04 {
    aspect-ratio: 694/125;
    margin-top: 4.6666666667vw;
  }
  .p-mv-img01 {
    aspect-ratio: 281/288;
    width: 37.4666666667vw;
    z-index: 1;
    margin-left: -5.8666666667vw;
    bottom: 1.3333333333vw;
  }
  .p-mv-terms {
    display: none;
  }
  .p-mv-cvbtn {
    margin-top: 1.3333333333vw;
  }
  .p-mv-notes {
    font-size: 2.9333333333vw;
    margin-top: 3.7333333333vw;
    line-height: 1.5;
  }
}
/*------------- .p-sec01 -------------*/
.p-sec01 {
  background: url(../images/bg_sec01_pc.png) no-repeat center top/cover;
}

.p-sec01-list01 {
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  margin: 45px auto;
}
.p-sec01-list01 li {
  width: calc(33% - 20px);
}

.p-sec01-list01-txt {
  color: #fff;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: 400;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 10px;
  background-color: #004896;
  border-radius: 9999px;
}
.p-sec01-list01-txt span {
  padding: 1px 5px;
  background: #1c1c20;
}

.p-sec01-box01 {
  text-align: left;
  padding: 20px 70px;
  margin: 125px 0 40px;
  position: relative;
}
.p-sec01-box01::before {
  position: absolute;
  content: "";
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 142px;
  height: 46px;
  background: url(../images/icn_arw02.png) no-repeat center/contain;
}

.p-sec01-box01-txt01 {
  color: #004896;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  margin: auto;
  padding: 14px 30px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 9999px;
  border: 2px solid #004896;
  position: relative;
}
.p-sec01-box01-txt01::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.p-sec01-box01-txt01::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 2px;
  height: 25px;
  background-color: #004896;
}

.p-sec01-box01-txt02 {
  font-size: 3.4rem;
  line-height: 1.2352941176;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.p-sec01-box01-txt02 span {
  font-size: 4.2rem;
}
.p-sec01-box01-txt02 .p-underline {
  background: linear-gradient(transparent 97%, #004896 0%);
}

.p-sec01-box02 {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.p-sec01-box02 ul {
  display: flex;
  gap: 20px;
}
.p-sec01-box02 ul li {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.06em;
  font-weight: 700;
  white-space: nowrap;
  padding: 5px 15px 5px 30px;
  margin-left: 20px;
  background-color: #004896;
  position: relative;
}
.p-sec01-box02 ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 42px;
  height: 100%;
  background: url(../images/icn_check01.png) no-repeat center/contain;
}

.p-sec01-box02-img {
  width: 27%;
  object-fit: contain;
}

.p-sec01-box02-ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 25px;
  margin-bottom: 45px;
  border-left: 7px solid #004896;
}

.p-sec01-box02-txt {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-top: 35px;
}
.p-sec01-box02-txt span {
  background: linear-gradient(transparent 80%, #ffe84e 0%);
}

.p-sec01-box03 {
  max-width: 960px;
  margin: 90px auto 0;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.p-sec01-box03 ol {
  padding: 30px 105px 45px;
  counter-reset: num;
}
.p-sec01-box03 ol li {
  text-align: left;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 11px 0 10px 110px;
  position: relative;
  background: url(../images/img_sec01-09.png) no-repeat center bottom/contain;
}
.p-sec01-box03 ol li::before {
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
  counter-increment: num;
  content: counter(num) ".";
  color: #004896;
  font-style: italic;
}

.p-sec01-box03-ttl {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 15px 0 15px 30px;
  background: url(../images/icn_sec01-10.png) no-repeat center left 235px/68px, url(../images/img_sec01-08.png) no-repeat center/cover;
  position: relative;
}
.p-sec01-box03-ttl::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #2b3845 transparent transparent transparent;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-sec01-list01 {
    margin: 3.75vw auto;
  }
  .p-sec01-list01 li {
    width: calc(33% - 2.5vw * 2 / 3);
  }
  .p-sec01-list01-txt {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 400;
    padding: 1.6666666667vw 0;
    margin-bottom: 0.8333333333vw;
  }
  .p-sec01-list01-txt span {
    padding: 0.0833333333vw 0.4166666667vw;
  }
  .p-sec01-box01 {
    padding: 1.6666666667vw 5.8333333333vw;
    margin: 10.4166666667vw 0 3.3333333333vw;
  }
  .p-sec01-box01::before {
    top: -4.1666666667vw;
    width: 11.8333333333vw;
    height: 3.8333333333vw;
  }
  .p-sec01-box01-txt01 {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 1.1666666667vw 2.5vw;
    margin-bottom: 3.3333333333vw;
    border: 0.1666666667vw solid #004896;
  }
  .p-sec01-box01-txt01::before {
    width: 1.6666666667vw;
    height: 0.1666666667vw;
  }
  .p-sec01-box01-txt01::after {
    bottom: 0.4166666667vw;
    width: 0.1666666667vw;
    height: 2.0833333333vw;
  }
  .p-sec01-box01-txt02 {
    font-size: 3.4rem;
    line-height: 1.2352941176;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-top: 0.8333333333vw;
  }
  .p-sec01-box01-txt02 span {
    font-size: 4.2rem;
  }
  .p-sec01-box02 ul {
    gap: 1.6666666667vw;
  }
  .p-sec01-box02 ul li {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 0.4166666667vw 1.25vw 0.4166666667vw 2.5vw;
    margin-left: 1.6666666667vw;
  }
  .p-sec01-box02 ul li::before {
    left: -1.6666666667vw;
    width: 3.5vw;
  }
  .p-sec01-box02-img {
    width: 27.4166666667vw;
  }
  .p-sec01-box02-ttl {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding-left: 2.0833333333vw;
    margin-bottom: 3.75vw;
    border-left: 0.5833333333vw solid #004896;
  }
  .p-sec01-box02-txt {
    gap: 0.4166666667vw;
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-top: 2.9166666667vw;
  }
  .p-sec01-box03 {
    max-width: 80vw;
    margin: 7.5vw auto 0;
    box-shadow: 0 0 1vw rgba(0, 0, 0, 0.1);
  }
  .p-sec01-box03 ol {
    padding: 2.5vw 8.75vw 3.75vw;
  }
  .p-sec01-box03 ol li {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 0.9166666667vw 0 0.8333333333vw 9.1666666667vw;
  }
  .p-sec01-box03 ol li::before {
    left: 4.5833333333vw;
  }
  .p-sec01-box03-ttl {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 1.25vw 0 1.25vw 2.5vw;
    background: url(../images/icn_sec01-10.png) no-repeat center left 19.5833333333vw/5.6666666667vw, url(../images/img_sec01-08.png) no-repeat center/cover;
  }
  .p-sec01-box03-ttl::before {
    border-width: 1.25vw 1.6666666667vw 0 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sec01 {
    background: url(../images/bg_sec01_sp.png) no-repeat center top/contain;
  }
  .p-sec01-txt01 {
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .p-sec01-inner01 {
    padding: 0 4vw;
  }
  .p-sec01-list01 {
    display: block;
    margin: 4vw auto 6vw;
  }
  .p-sec01-list01 li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-sec01-list01 li:nth-child(2) {
    flex-direction: row-reverse;
  }
  .p-sec01-list01 li:nth-child(n+2) {
    margin-top: 4vw;
  }
  .p-sec01-list01-txt {
    font-size: 3.7333333333vw;
    width: 100%;
    max-width: 52.8vw;
    margin-right: 1.3333333333vw;
    margin-bottom: initial;
    padding: 2.1333333333vw 0.6666666667vw 2.2666666667vw;
  }
  .p-sec01-list01-txt span {
    padding: 0.1333333333vw 0.6666666667vw;
  }
  .p-sec01-list01 li:nth-child(2) .p-sec01-list01-txt {
    margin-left: 1.3333333333vw;
    margin-right: initial;
  }
  .p-sec01-box01 {
    padding: 5.3333333333vw;
    margin: 13.3333333333vw 0 5.3333333333vw;
  }
  .p-sec01-box01::before {
    top: -5.3333333333vw;
    width: 21.6vw;
    height: 6.9333333333vw;
  }
  .p-sec01-box01-txt01 {
    font-size: 4.2666666667vw;
    padding: 1.8666666667vw 4vw;
    margin-bottom: 5.3333333333vw;
    border: 0.2666666667vw solid #004896;
  }
  .p-sec01-box01-txt01::before {
    width: 2.6666666667vw;
    height: 0.5333333333vw;
  }
  .p-sec01-box01-txt01::after {
    bottom: 0.6666666667vw;
    width: 0.5333333333vw;
    height: 4vw;
  }
  .p-sec01-box01-txt02 {
    font-size: 5.0666666667vw;
    margin-top: 1.3333333333vw;
    white-space: nowrap;
  }
  .p-sec01-box01-txt02 span {
    font-size: 6.4vw;
  }
  .p-sec01-box02 {
    display: block;
  }
  .p-sec01-box02 ul {
    display: block;
  }
  .p-sec01-box02 ul li {
    font-size: 4vw;
    width: fit-content;
    padding: 0.6666666667vw 1.0666666667vw 0.6666666667vw 6vw;
    margin-left: 2.6666666667vw;
  }
  .p-sec01-box02 ul li:nth-child(2) {
    margin-top: 4vw;
  }
  .p-sec01-box02 ul li::before {
    width: 7.3333333333vw;
    left: -2.6666666667vw;
  }
  .p-sec01-box02-ttl {
    font-size: 4.2666666667vw;
    padding-left: 3.3333333333vw;
    margin-bottom: 5.3333333333vw;
    border-width: 1.0666666667vw;
  }
  .p-sec01-wrap01 {
    display: flex;
    justify-content: space-between;
  }
  .p-sec01-wrap01 img {
    aspect-ratio: 253/195;
    width: 33.7333333333vw;
    margin-left: 0.6666666667vw;
    margin-top: -5.3333333333vw;
  }
  .p-sec01-box02-txt {
    display: block;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    white-space: nowrap;
    padding-left: 8vw;
    margin-top: 4.6666666667vw;
    position: relative;
  }
  .p-sec01-box02-txt::before {
    content: "";
    position: absolute;
    top: 1.8666666667vw;
    left: 0;
    width: 6.9333333333vw;
    height: 4.9333333333vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icn_arw01-sp.png);
  }
}
/*------------- .p-sec02 -------------*/
.p-sec02 {
  background: url(../images/bg_sec02_pc.png) no-repeat center top/cover;
  padding: 103px 0 88px;
}

.p-sec02-list01 {
  text-align: left;
  max-width: 960px;
  margin: auto;
  counter-reset: num;
}
.p-sec02-list01 li {
  position: relative;
}

.p-sec02-list01-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 915px;
  padding: 35px 50px 30px 95px;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.p-sec02-list01-inner02 {
  flex-direction: column;
  align-items: start;
  margin-top: 60px;
  padding: 35px 55px 55px 95px;
}
.p-sec02-list01-inner02 p {
  max-width: 660px;
  margin-bottom: 35px;
}

.p-sec02-list01-ttl {
  color: #004896;
  font-size: 3.4rem;
  line-height: 1.3529411765;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 15px;
}
.p-sec02-list01-ttl span {
  background: linear-gradient(transparent 75%, #ffe84e 0%);
}

.p-sec02-list01-bg {
  position: absolute;
  top: 30px;
  left: 0;
  width: calc(100% - 50px);
  height: 100%;
  background-color: #004896;
  z-index: 1;
}
.p-sec02-list01-bg::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 2px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Hiragino";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  counter-increment: num;
  content: "POINT" counter(num, decimal-leading-zero) ".";
}

.p-sec02-list01-inner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-sec02-list01-inner-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}
.p-sec02-list01-inner-list li:nth-child(-n+3) {
  width: 26%;
}

.p-sec02-list01-inner-list-ttl {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  height: 56px;
  margin-bottom: 10px;
}

.p-sec02-list02-ttl {
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  padding: 20px 35px;
  margin: 90px auto 55px;
  background-color: #004896;
  border-radius: 9999px;
  position: relative;
}
.p-sec02-list02-ttl::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 18px 0 18px;
  border-color: #004896 transparent transparent transparent;
}

.p-sec02-list02 {
  text-align: left;
}

.swiper-pagination {
  display: none;
}

.swiper-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}

.swiper-slide {
  width: calc(25% - 15px);
  height: 383px;
}

.p-sec02-list02-item {
  height: 100%;
  padding: 25px 25px 15px;
  border-top: 5px solid #004896;
  background: url(../images/img_sec02-12.png) repeat center/cover;
}
.p-sec02-list02-item li {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  letter-spacing: 0.06em;
  font-weight: 700;
  height: 60px;
  border-bottom: 1px solid #d5d8db;
}

.p-sec02-list02-item-ttl {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.p-sec02-list02-item-ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #004896;
}

.p-double {
  background: url(../images/icn_double-circle.png) no-repeat center right;
  background-size: 46px;
}

.p-circle {
  background: url(../images/icn_circle.png) no-repeat center right 7px;
  background-size: 30px;
}

.p-triangle {
  background: url(../images/icn_triangle.png) no-repeat center right 6px;
  background-size: 32px;
}

.p-cross {
  background: url(../images/icn_cross.png) no-repeat center right 11px;
  background-size: 21px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-sec02 {
    padding: 8.5833333333vw 0 7.3333333333vw;
  }
  .p-sec02-list01 {
    max-width: 80vw;
  }
  .p-sec02-list01-inner {
    max-width: 76.25vw;
    padding: 2.9166666667vw 4.1666666667vw 2.5vw 7.9166666667vw;
    box-shadow: 0 0 1vw rgba(0, 0, 0, 0.1);
  }
  .p-sec02-list01-inner img {
    width: 14.5vw;
  }
  .p-sec02-list01-inner02 {
    margin-top: 5vw;
    padding: 2.9166666667vw 4.5833333333vw 4.5833333333vw 7.9166666667vw;
  }
  .p-sec02-list01-inner02 p {
    max-width: 55vw;
    margin-bottom: 2.9166666667vw;
  }
  .p-sec02-list01-inner02 img {
    margin: 0;
    max-height: 10.25vw;
    object-fit: contain;
  }
  .p-sec02-list01-ttl {
    margin-bottom: 1.25vw;
  }
  .p-sec02-list01-bg {
    top: 2.5vw;
    width: calc(100% - 4.1666666667vw);
  }
  .p-sec02-list01-bg::before {
    top: tvvtbvw(30);
    left: 0.1666666667vw;
  }
  .p-sec02-list01-inner-list-ttl {
    height: 4.6666666667vw;
    margin-bottom: 0.8333333333vw;
  }
  .p-sec02-list02-ttl {
    padding: 1.6666666667vw 2.9166666667vw;
    margin: 7.5vw auto 4.5833333333vw;
  }
  .p-sec02-list02-ttl::before {
    border-width: 1.25vw 1.5vw 0 1.5vw;
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-wrapper {
    gap: 1.6666666667vw;
  }
  .swiper-slide {
    width: calc(25% - 1.6666666667vw * 3 / 4);
    height: 31.9166666667vw;
  }
  .p-sec02-list02-item {
    padding: 2.0833333333vw 2.0833333333vw 1.25vw;
    border-top: 0.4166666667vw solid #004896;
  }
  .p-sec02-list02-item li {
    height: 5vw;
  }
  .p-sec02-list02-item-ttl {
    padding-left: 1.6666666667vw;
    margin-bottom: 0.8333333333vw;
  }
  .p-sec02-list02-item-ttl::before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
  .p-double {
    background-size: 3.8333333333vw;
  }
  .p-circle {
    background: url(../images/icn_circle.png) no-repeat center right 0.5833333333vw;
    background-size: 2.5vw;
  }
  .p-triangle {
    background: url(../images/icn_triangle.png) no-repeat center right 0.5vw;
    background-size: 2.6666666667vw;
  }
  .p-cross {
    background: url(../images/icn_cross.png) no-repeat center right 0.9166666667vw;
    background-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sec02 {
    position: relative;
    background: url(../images/bg_sec02_sp.png) no-repeat center bottom/contain;
    padding: 13.7333333333vw 0 11.7333333333vw;
  }
  .p-sec02::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #e1ebf7;
  }
  .p-sec02-list01-inner {
    width: 93%;
    padding: 4.6666666667vw 5.3333333333vw 9.3333333333vw;
    box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.1);
    align-items: flex-end;
  }
  .p-sec02-list01-inner img {
    width: 24vw;
    margin-bottom: -5.3333333333vw;
  }
  .p-sec02-list01-inner02 {
    margin-top: 8vw;
    padding: 6vw 5.3333333333vw 9.3333333333vw;
  }
  .p-sec02-list01-inner02 img {
    margin: 0;
    max-height: 24vw;
    object-fit: contain;
  }
  .p-sec02-list01-inner02 p {
    max-width: 660px;
    margin-bottom: 4.6666666667vw;
  }
  .p-sec02-list01-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 2vw;
  }
  .p-sec02-list01-bg {
    top: 4vw;
    width: calc(100% - 4vw);
  }
  .p-sec02-list01-bg::before {
    top: 4vw;
    left: 0.2666666667vw;
    font-size: 3.2vw;
  }
  .p-sec02-list01-inner-list {
    gap: 4.6666666667vw 0;
  }
  .p-sec02-list01-inner-list li,
  .p-sec02-list01-inner-list li:nth-child(-n+3) {
    width: 50%;
    justify-content: space-between;
  }
  .p-sec02-list01-inner-list-ttl {
    font-size: 4vw;
    height: auto;
  }
  .p-sec02-list01-txt01 {
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .p-sec02-list02-ttl {
    font-size: 4.8vw;
    padding: 4vw 9.3333333333vw;
    margin: 12vw auto 5.3333333333vw;
  }
  .p-sec02-list02-ttl::before {
    border-width: 2.6666666667vw 3.2vw 0 3.2vw;
  }
  .swiper-pagination {
    display: block;
  }
  .swiper-wrapper {
    gap: 0;
  }
  .swiper-slide {
    width: 59.7333333333vw;
    height: auto;
  }
  .p-sec02-list02-item {
    width: 100%;
    height: 72.6666666667vw;
    border-top: 0.8vw solid #004896;
    padding: 20px 33px 15px;
  }
  .p-sec02-list02-item li {
    font-size: 4vw;
    text-align: left;
    height: 11.3333333333vw;
  }
  .p-sec02-list02-item .spfz {
    font-size: 3.3333333333vw;
  }
  .p-sec02-list02-item-ttl {
    font-size: 4.8vw;
    padding-left: 3.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-sec02-list02-item-ttl::before {
    top: 60%;
    width: 2vw;
    height: 2vw;
  }
  .swiper-pagination-bullet-active {
    background: #004896;
  }
  .p-double {
    background-size: 8vw;
  }
  .p-circle {
    background: url(../images/icn_circle.png) no-repeat center right 1.4666666667vw;
    background-size: 5.2vw;
  }
  .p-triangle {
    background: url(../images/icn_triangle.png) no-repeat center right 1.3333333333vw;
    background-size: 5.4666666667vw;
  }
  .p-cross {
    background: url(../images/icn_cross.png) no-repeat center right 2.2666666667vw;
    background-size: 3.4666666667vw;
  }
}
/*------------- .p-sec03 -------------*/
.p-sec03 {
  background: url(../images/bg_sec03_pc.png) no-repeat center/cover, #f1f3f5;
  position: relative;
}
.p-sec03::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #f1f3f5 transparent transparent transparent;
}

.p-sec03-box01 {
  text-align: left;
  max-width: 744px;
  padding: 60px 85px 60px 105px;
  margin: auto;
  background: url(../images/img_sec03-01.png) no-repeat center/cover;
  position: relative;
}
.p-sec03-box01 p + p {
  margin-top: 1em;
}
.p-sec03-box01::after {
  position: absolute;
  content: "";
  bottom: -75px;
  right: -212px;
  width: 324px;
  height: 268px;
  background: url(../images/img_sec03-02.png) no-repeat center/contain;
}

.p-sec03-box01-txt01 {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-sec03-box01-txt01 span {
  border-bottom: 2px solid #004896;
}

.p-sec03-box01-txt02 {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-sec03-txt01 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin: 35px auto 20px;
}

.p-sec03-txt02 {
  font-size: 2.8rem;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-sec03-txt02 span {
  font-size: 3.4rem;
  background: linear-gradient(transparent 75%, #ffe84e 0%);
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-sec03::before {
    border-width: 3.3333333333vw 6.6666666667vw 0 6.6666666667vw;
  }
  .p-sec03-box01 {
    max-width: 62vw;
    padding: 5vw 7.0833333333vw 5vw 8.75vw;
  }
  .p-sec03-box01::after {
    bottom: -6.25vw;
    right: -17.6666666667vw;
    width: 27vw;
    height: 22.3333333333vw;
  }
  .p-sec03-box01-txt01 span {
    border-bottom: 0.1666666667vw solid #004896;
  }
  .p-sec03-txt01 {
    margin: 2.9166666667vw auto 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sec03 {
    background: url(../images/bg_sec03_sp.png) no-repeat center/cover, #f1f3f5;
  }
  .p-sec03::before {
    border-width: 5.3333333333vw 10.6666666667vw 0 10.6666666667vw;
  }
  .p-sec03-box01 {
    padding: 5.3333333333vw 4vw 8vw;
    background: url(../images/img_sec03-01-sp.png) no-repeat center/cover;
  }
  .p-sec03-box01::after {
    bottom: -29.3333333333vw;
    right: 0;
    width: 48vw;
    height: 39.6vw;
  }
  .p-sec03-box01-txt01 {
    font-size: 4.8vw;
    line-height: 1.6666666667;
  }
  .p-sec03-box01-txt02 {
    font-size: 4vw;
    line-height: 2;
  }
  .p-sec03-txt01 {
    font-size: 4vw;
    margin: 29.3333333333vw auto 1.3333333333vw;
    line-height: 1.6;
  }
  .p-sec03-txt02 {
    font-size: 5.0666666667vw;
    line-height: 1.6;
  }
  .p-sec03-txt02 span {
    font-size: 6.4vw;
    line-height: 1.3333333333;
  }
}
/*------------- .p-contact -------------*/
.p-contact {
  padding-top: 80px;
}

@media screen and (max-width: 784px) {
  .p-contact iframe {
    height: 2300px;
  }
}
/*------------- .p-swiper -------------*/
@media screen and (max-width: 767px) {
  .p-swiper-container {
    position: relative;
    padding-bottom: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }
  .swiper-pagination-bullet {
    width: 2.4vw;
    height: 2.4vw;
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2vw;
  }
}
/*------------- .l-pagetop -------------*/
/*------------- .l-footer -------------*/
.p-footer-inner {
  padding: 30px 0;
  background-color: #f1f3f5;
}

.p-footer-txt01 {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 1em;
}

.p-footer-txt02 {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-footer-nav {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.p-footer-nav ul {
  display: flex;
  justify-content: end;
  gap: 30px;
}
.p-footer-nav ul a {
  text-decoration: underline;
}
.p-footer-nav ul a:hover {
  text-decoration: none;
}

.p-footer-bottom {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .p-footer-inner {
    padding: 7.3333333333vw 0 10.6666666667vw;
  }
  .p-footer-txt01 {
    font-size: 4vw;
  }
  .p-footer-txt02 {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  .p-footer-nav {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-footer-nav ul {
    justify-content: space-between;
  }
}
/*------------- .c-modal01 -------------*/
.c-modal01-content {
  display: none;
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  text-align: left;
}

.c-modal01-content.is-active {
  pointer-events: auto;
}

.c-modal01-content__wrap {
  position: relative;
  background: #fff;
  max-height: calc(100vh - 140px);
  margin: 70px 20px 0;
  padding: 25px;
  overflow: auto;
  box-sizing: border-box;
}

.c-modal01-content__close {
  position: absolute;
  right: 10px;
  top: 60px;
  width: 30px;
  height: 30px;
  background: #004896;
  border-radius: 60px;
  z-index: 12;
  cursor: pointer;
}

.c-modal01-content__close:before,
.c-modal01-content__close:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 1px;
  transform: rotate(-45deg);
  top: 14px;
  left: 6px;
  background: #fff;
}

.c-modal01-content__close:after {
  transform: rotate(45deg);
}

.c-modal01-content__head {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #004896;
  text-align: center;
}

.c-modal01-content__catch {
  line-height: 2;
}

.c-modal01-content__sub {
  margin: 10px 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

.c-modal01-content-list {
  line-height: 1.6;
}

@media all and (max-width: 340px) {
  .c-modal01-content__head {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
@media all and (min-width: 992px) {
  .c-modal01-content__wrapper {
    position: relative;
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-modal01-content__wrap {
    max-height: calc(100vh - 240px);
    max-width: 940px;
    margin: 120px auto 0;
    padding: 60px 180px;
  }
  .c-modal01-content__close {
    top: 0;
    transform: translate(50%, -50%);
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
  }
  .c-modal01-content__close:hover {
    background-color: #045dbb;
  }
  .c-modal01-content__close:before,
  .c-modal01-content__close:after {
    width: 36px;
    top: 29px;
    left: 12px;
  }
  .c-modal01-content__head {
    font-size: 4rem;
  }
  .c-modal01-content__sub {
    margin: 40px 0 15px;
    font-size: 2.8rem;
  }
  .c-modal01-content-list {
    line-height: 2;
  }
}
/* 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;
  }
}
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}
/* reset
---------------------------------------------------------------------------- */
/* main
---------------------------------------------------------------------------- */
/* module
---------------------------------------------------------------------------- */
/* print
---------------------------------------------------------------------------- */


.ft-botton-cv {
  display: block;
  position: fixed;
  left: 12px;
  bottom: -100px;
  width: calc(100% - 24px);
  margin: 0 auto;
  transition: all 0.5s;
  z-index: 1;
}
.ft-botton-cv img {
  width: 100%;
}
.ft-botton-cv.is-view {
  bottom: 12px;
}

@media screen and (min-width: 600px) {
  .ft-botton-cv, .ft-botton-cv.is-view {
      display: none;
  }
}
