@charset "UTF-8";
.p-mv {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-mv {
    padding: 0px 15px 15px;
  }
}
@media screen and (max-width: 550px) {
  .p-mv {
    padding: 15px;
  }
}
.p-mv img {
  width: 100%;
}

.p-money {
  width: 100%;
  padding: 80px 0 100px 0;
}
@media screen and (max-width: 766px) {
  .p-money {
    width: 90%;
    margin: 0 auto;
    padding: 60px 15px;
  }
}

.p-banner {
  width: 100%;
  position: relative;
  background: #182B47;
}

.p-banner__bg {
  width: 100%;
  background-image: url(../images/banner_img.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-banner__bg {
    background-image: none;
  }
}

.p-banner__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0px;
}

.p-banner__box {
  width: 100%;
  max-width: 520px;
}
@media screen and (max-width: 766px) {
  .p-banner__box {
    max-width: 100%;
  }
}

.p-banner__title {
  position: relative;
  color: #EDEFD8;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-banner__title {
    position: relative;
    left: 8px;
    font-size: 19.5px;
  }
}
.p-banner__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 25px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120px;
  height: 1px;
  background: #FFFFFF;
}
@media screen and (max-width: 766px) {
  .p-banner__title::before {
    left: calc(50% - 15px);
    width: 100px;
  }
}
.p-banner__title span {
  font-size: 35px;
  line-height: 1.75;
}
@media screen and (max-width: 766px) {
  .p-banner__title span {
    font-size: 22.75px;
  }
}
.p-banner__title .pozi {
  display: inline-block;
  position: relative;
  left: -20px;
  margin-top: 0px;
}
@media screen and (max-width: 766px) {
  .p-banner__title .pozi {
    left: -13px;
  }
}

.p-banner__text {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.175em;
  margin-top: 10px;
}
.p-banner__text:first-of-type {
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-banner__text {
    padding: 0 15px;
  }
}

.p-reason {
  color: #1E2329;
  position: relative;
  width: 100%;
  margin-top: 95px;
}
@media screen and (max-width: 766px) {
  .p-reason {
    margin-top: 80px;
  }
}

.p-reason__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-reason__inner {
    padding: 0 15px;
  }
}

.p-reason__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 766px) {
  .p-reason__wrapper {
    margin-top: 40px;
    gap: 30px;
  }
}

.p-reason__column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#040715), to(#182B47));
  background: linear-gradient(90deg, #040715, #182B47);
}
@media screen and (max-width: 766px) {
  .p-reason__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-reason__img {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 766px) {
  .p-reason__img {
    width: 100%;
  }
}
.p-reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-reason__box {
  width: 100%;
  padding: 0px 40px 0px 45px;
}
@media screen and (max-width: 766px) {
  .p-reason__box {
    width: 100%;
    padding: 30px 15px;
  }
}

.p-reason__subTitle {
  position: relative;
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1428571429;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-reason__subTitle {
    font-size: 20px;
    line-height: 1.5;
    text-indent: -2.1em;
    padding-left: 2.1em;
  }
}
.p-reason__subTitle span {
  color: rgba(255, 255, 255, 0.74);
}

.p-reason__text {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.15em;
  text-align: justify;
  margin-top: 18px;
}
@media screen and (max-width: 766px) {
  .p-reason__text {
    font-size: 14px;
  }
}

.p-pickup {
  width: 100%;
  margin-top: 95px;
}
@media screen and (max-width: 766px) {
  .p-pickup {
    margin-top: 80px;
  }
}

.p-pickup__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-pickup__inner {
    padding: 0 15px;
  }
}

.p-pickup__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-pickup__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px;
    margin-top: 40px;
  }
}

.p-pickup__link:not(:root) {
  position: relative;
  display: block;
  width: 300px;
  background: #fff;
  border: 1.5px solid #AAABAB;
  text-align: center;
  text-decoration: none;
  padding-bottom: 28px;
}
@media screen and (max-width: 766px) {
  .p-pickup__link:not(:root) {
    width: 100%;
  }
}
.p-pickup__link:not(:root)::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #AAABAB;
}
.p-pickup__link:not(:root):hover .p-pickup__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-pickup__img {
  width: 100%;
  overflow: hidden;
}
.p-pickup__img img {
  width: 100%;
}

.p-pickup__title {
  color: #182B47;
  font-family: "baskerville-display-pt", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.175em;
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-pickup__title {
    font-size: 20px;
  }
}
.p-pickup__title.pozi {
  display: inline-block;
  padding-left: 8px;
}
.p-pickup__title span {
  display: inline-block;
  margin-left: -8px;
  font-size: 16px;
  letter-spacing: 0em;
}
@media screen and (max-width: 766px) {
  .p-pickup__title span {
    font-size: 14px;
  }
}

.p-pickup__button {
  display: inline-block;
  color: #4E4F4F;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  margin-top: 15px;
}

.p-about {
  color: #1E2329;
  width: 100%;
  padding-top: 105px;
}
@media screen and (max-width: 766px) {
  .p-about {
    padding-top: 80px;
  }
}
.p-about_mt {
  padding-top: 95px;
}
@media screen and (max-width: 766px) {
  .p-about_mt {
    padding-top: 80px;
  }
}

.p-about__inner {
  width: 100%;
  background-image: url(../images/about_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 0 30px 0;
  margin-top: 70px;
}
.p-about__group {
  position: relative;
  top: -35px;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 77px;
}
@media screen and (max-width: 766px) {
  .p-about__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px;
    padding: 0 15px;
  }
}

.p-about__img {
  width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 766px) {
  .p-about__img {
    width: 100%;
  }
}
.p-about__img img {
  width: 100%;
}

.p-about__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.175em;
  padding-top: 35px;
}
@media screen and (max-width: 766px) {
  .p-about__text {
    padding-top: 0px;
  }
}

.p-about__band {
  position: relative;
  left: 5px;
  color: #666666;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  margin-top: 18px;
}
@media screen and (max-width: 766px) {
  .p-about__band {
    left: 0px;
    font-size: 14px;
    margin-top: 10px;
  }
}
.p-about__band span {
  display: inline-block;
  font-size: 35px;
  border-bottom: 1px solid #999999;
  margin-top: 14px;
  padding: 0 5px 5px 5px;
}
@media screen and (max-width: 766px) {
  .p-about__band span {
    font-size: 20px;
  }
}

.p-about__wrapper {
  position: relative;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
@media screen and (max-width: 766px) {
  .p-about__wrapper {
    max-width: 100%;
    gap: 30px;
    padding: 0 15px;
  }
}
.p-about__wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30.5px;
  height: 39px;
  background-image: url(../images/about_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-about__wrapper::before {
    width: 15.25px;
    height: 19.5px;
  }
}

.p-about__box {
  width: 230px;
}
@media screen and (max-width: 766px) {
  .p-about__box {
    width: 100%;
  }
}

.p-about__img02 {
  width: 100%;
}
.p-about__img02 img {
  width: 100%;
}

.p-about__name {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  padding: 4px 0 6px 0;
  background: #999999;
}
@media screen and (max-width: 766px) {
  .p-about__name {
    padding: 5px 0 6px 0;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.p-about__name.bg {
  background: #182B47;
}

.p-about-item__comment {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-about-item__comment {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-type {
  color: #1E2329;
  width: 100%;
  background: #DEE0E6;
}

.p-type__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 45px 0;
}
@media screen and (max-width: 766px) {
  .p-type__inner {
    padding: 45px 15px;
  }
}

.p-type__title {
  position: relative;
  color: #182B47;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-type__title {
    font-size: 20px;
  }
}
.p-type__title::after {
  content: "";
  display: block;
  position: relative;
  width: 266px;
  height: 12.5px;
  margin: 15px auto 0 auto;
  background-image: url(../images/about_bar.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-type__title::after {
    width: 226.1px;
    height: 10.625px;
  }
}

.p-type__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 62px;
  margin-top: 36px;
}
@media screen and (max-width: 766px) {
  .p-type__wrapper {
    gap: 0px;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-type__box {
  width: 100%;
}

.p-type__subTitle {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  background: #3E5572;
  border-radius: 17px;
  padding: 8px 0 10px 0;
}
@media screen and (max-width: 766px) {
  .p-type__subTitle {
    max-width: 300px;
    margin: 0 auto;
    font-size: 20px;
    padding: 7px 0 8px 0;
  }
}

.p-type__img {
  width: 230px;
  margin: 15px auto 0 auto;
}
.p-type__img img {
  width: 100%;
}

.p-type__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.175em;
  padding: 0 26px;
  margin-top: 15px;
}
@media screen and (max-width: 766px) {
  .p-type__text {
    position: relative;
    left: 3px;
    max-width: 220px;
    font-size: 14px;
    margin: 15px auto 0 auto;
    padding: 0px;
  }
}
@media screen and (max-width: 766px) {
  .p-type__text_leter {
    letter-spacing: 0.02em;
  }
}

.p-type__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 62px;
  margin-top: 18px;
}
@media screen and (max-width: 766px) {
  .p-type__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 15px;
    margin-top: 20px;
  }
}

.p-type__band {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.175em;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 766px) {
  .p-type__band {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
}

.p-type__band02 {
  width: 100%;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.7391304348;
  letter-spacing: 0.175em;
  text-align: center;
  background: #F9F1CF;
}
@media screen and (max-width: 766px) {
  .p-type__band02 {
    width: 100%;
    font-size: 18px;
  }
}

.p-type__boxSp {
  display: none;
}
@media screen and (max-width: 766px) {
  .p-type__boxSp {
    width: 100%;
    max-width: 475px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin: 40px auto 0 auto;
  }
  .p-type__boxSp .p-type__img {
    width: 100%;
    margin: 15px auto 0 auto;
  }
  .p-type__boxSp .p-type__img img {
    width: 100%;
  }
  .p-type__boxSp .p-type__text {
    font-size: 14px;
  }
}

.p-worries {
  width: 100%;
  margin-top: 72px;
}
@media screen and (max-width: 766px) {
  .p-worries {
    margin-top: 60px;
  }
}

.p-worries__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.p-worries__title {
  color: #182B47;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-worries__title {
    font-size: 20px;
  }
}

.p-worries__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F5F5F5;
  padding: 30px 0 30px 75px;
  margin-top: 36px;
}
@media screen and (max-width: 766px) {
  .p-worries__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 16px;
    padding: 30px 15px;
    margin-top: 40px;
  }
}

.p-worries__lists {
  width: 100%;
  padding-left: 45px;
}
@media screen and (max-width: 766px) {
  .p-worries__lists {
    padding-left: 30px;
  }
}
.p-worries__lists li {
  position: relative;
  width: 100%;
  color: #1E2329;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  margin-top: 17px;
}
@media screen and (max-width: 766px) {
  .p-worries__lists li {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 16px;
  }
}
.p-worries__lists li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  width: 21px;
  height: 15px;
  background-image: url(../images/arrow_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-worries__lists li::before {
    left: -28px;
    width: 18.9px;
    height: 13.5px;
  }
}
.p-worries__lists li:first-of-type {
  margin-top: 0;
}
.p-worries__lists li span {
  display: inline-block;
  color: #A89854;
  font-size: 17px;
  background: #fff;
  padding: 4px 5px;
  margin: 0 5px;
}
@media screen and (max-width: 766px) {
  .p-worries__lists li span {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}
.p-worries__lists li span.ml0 {
  margin-left: 0;
}

@media screen and (max-width: 766px) {
  .p-worries__wrapper_wid .p-worries__lists {
    max-width: 290px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 766px) {
  .p-worries__wrapper_wid02 .p-worries__lists {
    max-width: 260px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 766px) {
  .p-worries__wrapper_wid03 .p-worries__lists {
    max-width: 265px;
    margin: 0 auto;
  }
}

.p-price {
  color: #1E2329;
  width: 100%;
  margin-top: 72px;
}
@media screen and (max-width: 766px) {
  .p-price {
    margin-top: 60px;
  }
}

.p-price__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-price__inner {
    padding: 0 15px;
  }
}

.p-price__title {
  color: #182B47;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-price__title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-price__table {
  margin-top: 40px;
}
@media screen and (max-width: 766px) {
  .p-price__table {
    margin-top: 20px;
  }
}
.p-price__table thead th {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  padding: 13px 0px;
  background: #182B47;
  border: 1px solid #AAABAB;
  border-bottom: none;
}
@media screen and (max-width: 766px) {
  .p-price__table thead th {
    font-size: 10px;
    padding: 10px 0;
  }
}
.p-price__table tbody th {
  font-weight: 400;
  background: #F3F3F3;
  border: 1px solid #AAABAB;
  border-top: none;
}
.p-price__table tbody th p {
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p {
    font-size: 10px;
  }
}
.p-price__table tbody th p.size {
  letter-spacing: 0.237em;
  line-height: 1;
}
.p-price__table tbody th p span span {
  font-size: 14px;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p span span {
    font-size: 10px;
  }
}
.p-price__table tbody td {
  background: #fff;
  border: 1px solid #AAABAB;
  border-top: none;
  padding: 8px 0;
}
.p-price__table tbody td p {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody td p {
    font-size: 10px;
  }
}
.p-price__table .font:not(:root) {
  padding: 0;
}
.p-price__table .font:not(:root) p {
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 766px) {
  .p-price__table .font:not(:root) p {
    font-size: 9px;
    white-space: nowrap;
    letter-spacing: 0;
  }
}

.p-price__commentBox {
  position: relative;
  left: 10px;
  margin-top: 15px;
}

.p-price__comment {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.175em;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .p-price__comment {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.p-price__comment_mt {
  margin-top: 5px;
}
@media screen and (max-width: 766px) {
  .p-price__comment_mt {
    margin-top: 0px;
  }
}

.p-detail {
  color: #4D4D4D;
  width: 100%;
  padding-top: 70px;
}
@media screen and (max-width: 766px) {
  .p-detail {
    padding-top: 60px;
  }
}

.p-detail__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-detail__inner {
    padding: 0px 15px;
  }
}

.p-detail__table {
  border: 1px solid #AAABAB;
}
.p-detail__table th {
  background: #AAABAB;
  border-bottom: 1px solid #ffffff;
}
.p-detail__table th.bar {
  border-bottom: 1px solid #AAABAB;
}
.p-detail__table th p {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-align: center;
  padding: 9px 0;
}
@media screen and (max-width: 766px) {
  .p-detail__table th p {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 10px;
  }
}
.p-detail__table td {
  background: #fff;
  border-bottom: 1px solid #AAABAB;
}
.p-detail__table td p {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.175em;
  padding: 9px 20px 9px 40px;
}
@media screen and (max-width: 766px) {
  .p-detail__table td p {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 10px;
  }
}

.p-detail__band {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.4210526316;
  font-weight: 600;
  letter-spacing: 0.175em;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
  margin-top: 75px;
}
@media screen and (max-width: 766px) {
  .p-detail__band {
    font-size: 12px;
    padding: 10px 0;
    margin-top: 50px;
  }
}

.p-detail__lists {
  width: 100%;
  background: #F6F6F6;
  padding: 22px 0px;
  margin-top: 25px;
}
@media screen and (max-width: 766px) {
  .p-detail__lists {
    margin-top: 20px;
  }
}
.p-detail__lists li {
  position: relative;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.15em;
  margin-top: 8px;
  padding: 0px 15px 0px 66px;
}
@media screen and (max-width: 766px) {
  .p-detail__lists li {
    font-size: 14px;
    padding: 0px 10px 0px 40px;
  }
}
.p-detail__lists li:first-of-type {
  margin-top: 0;
}
.p-detail__lists li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 22px;
  height: 22px;
  background-image: url(../images/detail_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-detail__lists li::before {
    left: 12px;
    width: 18px;
    height: 18px;
  }
}

.p-handling {
  color: #1E2329;
  width: 100%;
  margin-top: 73px;
}

.p-handling__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.p-handling__title {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  background: #F3F3F3;
  padding: 10px 0 9px 0;
}
@media screen and (max-width: 766px) {
  .p-handling__title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.p-handling__title span {
  font-size: 16px;
}
@media screen and (max-width: 766px) {
  .p-handling__title span {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-handling__wrapper {
  width: 100%;
  border-top: 1px solid #AAABAB;
  margin-top: 21px;
}

.p-handling__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #AAABAB;
  padding: 18px 20px 18px 15px;
}
@media screen and (max-width: 766px) {
  .p-handling__column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
  }
}

.p-handling__subTitle {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-handling__subTitle {
    font-size: 16px;
  }
}

.p-handling__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.175em;
  margin-top: 15px;
}
@media screen and (max-width: 766px) {
  .p-handling__text {
    font-size: 13px;
  }
}

.p-handling__linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
}
@media screen and (max-width: 766px) {
  .p-handling__linkBox {
    width: 250px;
    margin: 0 auto;
  }
}

.p-handling__link:not(:root) {
  position: relative;
  width: 250px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  border: 1px solid #182B47;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-handling__link:not(:root):hover {
  color: #fff;
  background: #182B47;
}
.p-handling__link:not(:root):hover::after {
  border-color: transparent transparent transparent #fff;
}
.p-handling__link:not(:root)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #182B47;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-handling__link_blue:not(:root) {
  color: #fff;
  background: #182B47;
  border: 1px solid #182B47;
}
.p-handling__link_blue:not(:root)::after {
  border-color: transparent transparent transparent #fff;
}
.p-handling__link_blue:not(:root):hover {
  color: #182B47;
  background: #fff;
}
.p-handling__link_blue:not(:root):hover::after {
  border-color: transparent transparent transparent #182B47;
}

.p-support {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#040715), to(#182B47));
  background: linear-gradient(90deg, #040715, #182B47);
  margin-top: 80px;
}
@media screen and (max-width: 766px) {
  .p-support {
    margin-top: 60px;
  }
}

.p-support__inner {
  padding: 50px 0;
}
@media screen and (max-width: 766px) {
  .p-support__inner {
    padding: 50px 15px;
  }
}

.p-support__title {
  position: relative;
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-support__title {
    font-size: 18px;
  }
}
.p-support__title::after {
  content: "";
  display: block;
  position: relative;
  width: 545px;
  height: 1px;
  background: #FFFFFF;
  margin: 14px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-support__title::after {
    width: 100%;
  }
}

.p-support__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding-left: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 766px) {
  .p-support__box {
    gap: 10px;
    padding-left: 0px;
  }
}

.p-support__text {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 766px) {
  .p-support__text {
    font-size: 22px;
  }
}
.p-support__text span {
  font-size: 30px;
}
@media screen and (max-width: 766px) {
  .p-support__text span {
    font-size: 20px;
  }
}

.p-support__en {
  position: relative;
  top: -5px;
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 766px) {
  .p-support__en {
    font-size: 36px;
  }
}
.p-support__en span {
  font-size: 30px;
}
@media screen and (max-width: 766px) {
  .p-support__en span {
    font-size: 24px;
  }
}

.p-support__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 25px;
}
@media screen and (max-width: 766px) {
  .p-support__lists {
    max-width: 350px;
    margin: 25px auto 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.p-support__lists li {
  color: #182B47;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.0434782609;
  letter-spacing: 0.175em;
  padding: 13px 10px;
  background: #fff;
}
@media screen and (max-width: 766px) {
  .p-support__lists li {
    padding: 10px 8px;
    font-size: 18px;
  }
}

.p-img {
  width: 100%;
  max-width: 653px;
  margin: 70px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-img {
    max-width: 100%;
    margin: 60px auto 0 auto;
    padding: 0 40px;
  }
}
.p-img img {
  position: relative;
  left: -25px;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .p-img img {
    left: -10px;
  }
}

.p-menu {
  width: 100%;
  margin-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 766px) {
  .p-menu {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

.p-menu__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-menu__inner {
    padding: 0 15px;
  }
}

.p-menu__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 62px;
  margin-top: 55px;
}
@media screen and (max-width: 766px) {
  .p-menu__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin-top: 50px;
  }
}

.p-menu__link:not(:root) {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 766px) {
  .p-menu__link:not(:root) {
    width: calc(50% - 7.5px);
    height: 120px;
  }
}
.p-menu__link:not(:root) img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-menu__link:not(:root):hover {
  opacity: 0.7;
}
.p-menu__link:not(:root):hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-menu__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.175em;
  padding-bottom: 20px;
}
@media screen and (max-width: 766px) {
  .p-menu__title {
    font-size: 18px;
  }
}

.p-menu__button {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 9px;
  width: 150px;
  height: 21px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766px) {
  .p-menu__button {
    width: 135px;
    font-size: 12px;
  }
}

.c-button:not(:root) {
  position: relative;
  width: 430px;
  height: 70px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 15px;
  color: #182B47;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-decoration: none;
  border: 1px solid #182B47;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 766px) {
  .c-button:not(:root) {
    width: 100%;
    height: 60px;
    font-size: 16px;
    padding-right: 0px;
    gap: 15px;
  }
}
.c-button:not(:root):hover {
  color: #fff;
  background: #182B47;
}
.c-button:not(:root):hover span::before {
  background: #fff;
}
.c-button:not(:root):hover span::after {
  border-left: 5px solid #182B47;
}
.c-button:not(:root) span {
  position: relative;
  display: inline-block;
}
.c-button:not(:root) span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #182B47;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button:not(:root) span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-title:not(:root) {
  text-align: center;
}
.c-title:not(:root) .en {
  display: inline-block;
  color: #AAABAB;
  font-family: "baskerville-display-pt", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 35px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) .en {
    font-size: 18px;
  }
}
.c-title:not(:root) .ja {
  position: relative;
  display: inline-block;
  color: #1E2329;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) .ja {
    font-size: 24px;
  }
}

.c-title02:not(:root) {
  text-align: center;
}
.c-title02:not(:root) .en {
  display: inline-block;
  color: #AAABAB;
  font-family: "baskerville-display-pt", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-title02:not(:root) .en {
    font-size: 18px;
  }
}
.c-title02:not(:root) .ja {
  position: relative;
  display: inline-block;
  color: #1E2329;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 766px) {
  .c-title02:not(:root) .ja {
    font-size: 24px;
    line-height: 1.5;
  }
}
.c-title02:not(:root) .ja.pozi {
  left: 5px;
}
@media screen and (max-width: 766px) {
  .c-title02:not(:root) .ja.pozi {
    left: 0px;
  }
}
.c-title02:not(:root) .ja.pozi02 {
  left: -8px;
}
.c-title02:not(:root) .ja span {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766px) {
  .c-title02:not(:root) .ja span {
    font-size: 20px;
  }
}

.c-price-band {
  display: block;
  width: 257px;
  margin: 0 auto;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 12px;
  line-height: 1;
  padding: 1.5px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #30B299;
  margin-bottom: 2px;
}
@media screen and (max-width: 766px) {
  .c-price-band {
    width: 90%;
    font-size: 10px;
  }
}

.c-price {
  color: #30B299;
  text-align: center;
}
.c-price_gray {
  color: #686868;
}
.c-price_blue {
  color: #182B47;
}
.c-price_orange {
  color: #EF9533;
}
.c-price_pink {
  color: #D16BAA;
}
.c-price_left:not(:root) {
  text-align: left;
  padding-left: 55px;
}
@media screen and (max-width: 766px) {
  .c-price_left:not(:root) {
    padding-left: 27px;
  }
}
.c-price_right:not(:root) {
  position: relative;
  left: 10px;
  margin-top: 3px;
}
@media screen and (max-width: 766px) {
  .c-price_right:not(:root) {
    left: 0px;
  }
}
.c-price.pozi {
  position: relative;
  left: 5px;
}
@media screen and (max-width: 766px) {
  .c-price.pozi {
    left: 0px;
  }
}
.c-price.pozi02 {
  position: relative;
  left: 11px;
}
@media screen and (max-width: 766px) {
  .c-price.pozi02 {
    left: 0px;
  }
}
.c-price .size01 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.149em;
}
@media screen and (max-width: 766px) {
  .c-price .size01 {
    font-size: 10.5px;
  }
}
.c-price .size02 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 766px) {
  .c-price .size02 {
    font-size: 16px;
  }
}
.c-price .size03 {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 766px) {
  .c-price .size03 {
    font-size: 7.7px;
  }
}
.c-price .size04 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 766px) {
  .c-price .size04 {
    font-size: 10.5px;
  }
}
.c-price .size05 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .c-price .size05 {
    font-size: 9px;
  }
}
.c-price .size06 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .c-price .size06 {
    font-size: 14px;
  }
}

@media screen and (max-width: 766px) {
  .p-price__cors .c-price_left:not(:root) {
    padding-left: 27px;
  }
}
@media screen and (max-width: 766px) {
  .p-price__cors .c-price_right:not(:root) {
    left: 0px;
  }
}
@media screen and (max-width: 766px) {
  .p-price__cors .c-price.pozi {
    left: 0px;
  }
}
@media screen and (max-width: 766px) {
  .p-price__cors .c-price.pozi02 {
    left: 0px;
  }
}
@media screen and (max-width: 766px) {
  .p-price__cors .c-price .size01 {
    font-size: 8.4px;
  }
}
@media screen and (max-width: 766px) {
  .p-price__cors .c-price .size02 {
    font-size: 12.8px;
  }
}
@media screen and (max-width: 766px) {
  .p-price__cors .c-price .size03 {
    font-size: 6.6px;
  }
}
@media screen and (max-width: 766px) {
  .p-price__cors .c-price .size04 {
    font-size: 9px;
  }
}
@media screen and (max-width: 766px) {
  .p-price__cors .c-price .size05 {
    font-size: 7.2px;
  }
}
@media screen and (max-width: 766px) {
  .p-price__cors .c-price .size06 {
    font-size: 11.2px;
  }
}

@media screen and (max-width: 766px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 766px) {
  .sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */