@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: clip;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-primary: #c19d3a;
  --cc-yellow: #ffe100;
  --cc-red: #d7083b;
  --cc-green: #009260;
  --cc-darkgreen: #08422e;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで100pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで100pxまで */
.mbottom0 {
  margin-bottom: 0px;
}

.mbottom5 {
  margin-bottom: 5px;
}

.mbottom10 {
  margin-bottom: 10px;
}

.mbottom15 {
  margin-bottom: 15px;
}

.mbottom20 {
  margin-bottom: 20px;
}

.mbottom25 {
  margin-bottom: 25px;
}

.mbottom30 {
  margin-bottom: 30px;
}

.mbottom35 {
  margin-bottom: 35px;
}

.mbottom40 {
  margin-bottom: 40px;
}

.mbottom45 {
  margin-bottom: 45px;
}

.mbottom50 {
  margin-bottom: 50px;
}

.mbottom55 {
  margin-bottom: 55px;
}

.mbottom60 {
  margin-bottom: 60px;
}

.mbottom65 {
  margin-bottom: 65px;
}

.mbottom70 {
  margin-bottom: 70px;
}

.mbottom75 {
  margin-bottom: 75px;
}

.mbottom80 {
  margin-bottom: 80px;
}

.mbottom85 {
  margin-bottom: 85px;
}

.mbottom90 {
  margin-bottom: 90px;
}

.mbottom95 {
  margin-bottom: 95px;
}

.mbottom100 {
  margin-bottom: 100px;
}

.pSpace0 {
  padding: 0 0px;
}

.pSpace5 {
  padding: 0 5px;
}

.pSpace10 {
  padding: 0 10px;
}

.pSpace15 {
  padding: 0 15px;
}

.pSpace20 {
  padding: 0 20px;
}

.pSpace25 {
  padding: 0 25px;
}

.pSpace30 {
  padding: 0 30px;
}

.pSpace35 {
  padding: 0 35px;
}

.pSpace40 {
  padding: 0 40px;
}

.pSpace45 {
  padding: 0 45px;
}

.pSpace50 {
  padding: 0 50px;
}

.pSpace55 {
  padding: 0 55px;
}

.pSpace60 {
  padding: 0 60px;
}

.pSpace65 {
  padding: 0 65px;
}

.pSpace70 {
  padding: 0 70px;
}

.pSpace75 {
  padding: 0 75px;
}

.pSpace80 {
  padding: 0 80px;
}

.pSpace85 {
  padding: 0 85px;
}

.pSpace90 {
  padding: 0 90px;
}

.pSpace95 {
  padding: 0 95px;
}

.pSpace100 {
  padding: 0 100px;
}

/* ================================================

- カード

================================================ */
/* ================================================

-

================================================ */
.column-mv {
  background-color: #000000;
}

.column-mv__inner {
  position: relative;
}

.column-mv__visual img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%; /* 中央 */
}

.column-mv__logo {
  position: absolute;
  top: 31px;
  left: 31px;
  width: 180px;
}
.column-mv__logo a {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .column-mv__visual img {
    height: 85.333vw;
  }
  .column-mv__logo {
    top: 10.667vw;
    left: 50%;
    translate: -50% 0;
    width: 39.333vw;
  }
}
/* ================================================

-

================================================ */
.p-sc.-head {
  padding-top: 100px;
}
.p-sc.-head .p-sc__inner {
  padding-left: 120px;
}

.column-head {
  margin-top: 75px;
}

.column-head__layout {
  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;
  gap: 100px;
}

.column-head__summary {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-top: 168px;
}

.column-head__ttl {
  font-size: 1.875rem;
  line-height: 1.467;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.column-head__name {
  margin-top: 22px;
  font-size: 1.1875rem;
  line-height: 1.579;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.column-head__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 640px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-head {
    padding-top: 19.231vw;
  }
  .p-sc.-head .p-sc__inner {
    padding: 0 5.333vw;
  }
  .column-head {
    margin-top: 10.667vw;
  }
  .column-head__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.692vw;
  }
  .column-head__summary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
  }
  .column-head__ttl {
    font-size: 6.4vw;
  }
  .column-head__name {
    margin-top: 4vw;
    font-size: 4.5333333333vw;
  }
  .column-head__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
/* ================================================

-

================================================ */
.p-sc.-body {
  margin-top: 110px;
  padding-bottom: 170px;
}
.p-sc.-body .p-sc__inner {
  padding: 0 80px;
}

.column-body__ttl {
  font-size: 1.75rem;
  line-height: 1.425;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-primary);
}

.column-body hr {
  margin-top: 60px;
  margin-bottom: 60px;
  border-style: dashed;
  color: #e7ebed;
}
.column-body p {
  margin-top: 30px;
  font-size: 1rem;
  line-height: 2.0625;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.column-body p span.-name {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.column-body p.-ansName {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0.75em;
}
.column-body p.-ques {
  color: #005e3e;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.column-body p.-ans {
  margin-top: 30px;
}
.column-body p.column-body__ttl {
  font-size: 1.75rem;
  line-height: 1.425;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-primary);
}

p.-ans + p.-ans {
  margin-top: 10px;
}

p + .column-body__photo {
  margin-top: 60px;
}

.column-body__photo + p {
  margin-top: 60px;
}

.column-body__btn {
  margin-top: 110px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-body {
    margin-top: 13.333vw;
    padding-bottom: 21.333vw;
  }
  .p-sc.-body .p-sc__inner {
    padding: 0 5.333vw;
  }
  .column-body__ttl {
    font-size: 5.3333333333vw;
  }
  .column-body hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-style: dashed;
    color: #e7ebed;
  }
  .column-body p {
    margin-top: 20px;
    font-size: 4.2666666667vw;
  }
  .column-body p.-ansName {
    display: block;
  }
  .column-body p.-ansName span.-name {
    margin-right: 0.75em;
  }
  .column-body p.-ans {
    margin-top: 20px;
  }
  .column-body p.column-body__ttl {
    font-size: 5.3333333333vw;
  }
  p + .column-body__photo {
    margin-top: 7.667vw;
  }
  .column-body__photo + p {
    margin-top: 7.667vw;
  }
  .column-body__btn {
    margin-top: 13.333vw;
  }
}
/* ================================================

- ページ送り

================================================ */
.l-plus__pagination {
  margin-top: 110px;
}
.l-plus__pagination ul {
  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;
}
.l-plus__pagination ul li {
  width: 44px;
  margin-right: 10px;
}
.l-plus__pagination ul li a {
  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;
  width: 100%;
  height: 44px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-align: center;
  border: solid 1px #dde2e4;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-plus__pagination ul li a:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.l-plus__pagination ul li a:hover svg path {
  fill: #FFFFFF;
}
.l-plus__pagination ul li a.-active {
  color: #FFFFFF;
  background-color: #000000;
}
.l-plus__pagination ul li:last-child {
  margin-right: 0;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .l-plus__pagination {
    margin-top: 60px;
  }
  .l-plus__pagination ul {
    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;
  }
  .l-plus__pagination ul li {
    width: 40px;
    margin-right: 6px;
  }
  .l-plus__pagination ul li a {
    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;
    height: 40px;
    font-size: 4vw;
  }
}