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

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

.p-lists__lists {
  color: #5E5E5E;
  width: 100%;
  max-width: 1100px;
  margin: 50px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px 22px;
}
@media screen and (max-width: 766px) {
  .p-lists__lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 10px;
    margin: 30px auto 0 auto;
  }
}

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

.p-lists__link {
  position: relative;
  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;
  width: 200px;
  height: 60px;
  border: 1px solid #3C7BD6;
  background: #fff;
  color: #3C7BD6;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (max-width: 766px) {
  .p-lists__link {
    width: 100%;
    height: 40px;
    letter-spacing: 0em;
    font-size: 10px;
    line-height: 1.3;
  }
}
.p-lists__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
  width: 9.5px;
  height: 17px;
  background-image: url(../images/arrow_blue.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 766px) {
  .p-lists__link::before {
    right: 7px;
    width: 4.75px;
    height: 8.5px;
  }
}
.p-lists__link:hover {
  color: #fff;
  background: #3C7BD6;
}
.p-lists__link:hover::before {
  right: 10px;
  background-image: url(../images/arrow_white.png);
}
@media screen and (max-width: 766px) {
  .p-lists__link:hover::before {
    right: 5px;
  }
}
.p-lists__link span {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 766px) {
  .p-lists__link span {
    padding-right: 5px;
    letter-spacing: 0em;
  }
}
.p-lists__link.pr {
  width: 190px;
  padding-right: 10px;
}
@media screen and (max-width: 766px) {
  .p-lists__link.pr {
    width: 100%;
    padding-right: 0px;
  }
}

.p-money {
  color: #5E5E5E;
  width: 100%;
  max-width: 800px;
  margin: 92px auto 0px auto;
}
@media screen and (max-width: 766px) {
  .p-money {
    padding: 15px;
    margin: 50px auto 0px auto;
  }
}

.p-money__band {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  letter-spacing: 0.25em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-money__band {
    font-size: 15px;
  }
}

.p-money__title {
  position: relative;
  color: #5E5E5E;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-money__title {
    font-size: 13px;
  }
}
.p-money__title span {
  position: relative;
  z-index: 1;
  left: 6px;
  display: inline-block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 32px;
  letter-spacing: 0.25em;
  margin-top: 2px;
}
@media screen and (max-width: 766px) {
  .p-money__title span {
    font-size: 18px;
    padding: 0 6px 0 2px;
  }
}
.p-money__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: calc(50% - 6px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4px;
  width: 578px;
  height: 14px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(60, 123, 214, 0.18)), to(rgba(116, 206, 226, 0.18)));
  background: linear-gradient(90deg, rgba(60, 123, 214, 0.18), rgba(116, 206, 226, 0.18));
}
@media screen and (max-width: 766px) {
  .p-money__title span::before {
    width: 100%;
    max-width: 380px;
    height: 7px;
  }
}

.p-money__inner {
  position: relative;
  width: 100%;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#3C7BD6), to(#74CEE2));
  background: linear-gradient(90deg, #3C7BD6, #74CEE2);
  margin-top: 76px;
}
@media screen and (max-width: 766px) {
  .p-money__inner {
    margin-top: 70px;
  }
}
.p-money__inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -65px;
  width: 1px;
  height: 44px;
  background: #4D4D4D;
}
@media screen and (max-width: 766px) {
  .p-money__inner::before {
    top: -62px;
  }
}

.p-money__wrapper {
  width: 100%;
  background: #fff;
  padding: 0;
  padding: 15px 20px 18px 50px;
}
@media screen and (max-width: 766px) {
  .p-money__wrapper {
    padding: 20px 0px;
  }
}

.p-money__column {
  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: 50px;
  padding-right: 20px;
}
@media screen and (max-width: 766px) {
  .p-money__column {
    gap: 12px;
    padding-right: 0px;
  }
}

.p-money__course {
  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: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 13px 0px 14px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#3C7BD6), to(#74CEE2));
  background: linear-gradient(90deg, #3C7BD6, #74CEE2);
}
@media screen and (max-width: 766px) {
  .p-money__course {
    font-size: 12px;
    padding: 13px 0px 14px 7px;
  }
}

.p-money__shot {
  width: 133px;
  text-align: center;
  border: 1px solid #5E5E5E;
}
@media screen and (max-width: 766px) {
  .p-money__shot {
    width: 90px;
  }
}
.p-money__shot dt {
  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: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.15em;
  background: #5E5E5E;
  padding: 4px;
}
@media screen and (max-width: 766px) {
  .p-money__shot dt {
    font-size: 9px;
    letter-spacing: 0.1em;
  }
}
.p-money__shot dd {
  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: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.15em;
  background: #fff;
  padding: 4px;
}
@media screen and (max-width: 766px) {
  .p-money__shot dd {
    font-size: 9px;
    letter-spacing: 0.1em;
  }
}

.p-money__plan {
  color: #3379CC;
}
.p-money__plan .size01 {
  position: relative;
  left: -5px;
  font-family: "shippori-mincho", sans-serif;
  font-size: 37px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 766px) {
  .p-money__plan .size01 {
    left: -2px;
    font-size: 22.2px;
  }
}
.p-money__plan .size02 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 55px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 766px) {
  .p-money__plan .size02 {
    font-size: 33px;
  }
}
.p-money__plan .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: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 766px) {
  .p-money__plan .size03 {
    font-size: 9px;
  }
}
.p-money__plan .size04 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 766px) {
  .p-money__plan .size04 {
    font-size: 12.6px;
  }
}

.p-money__commentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 8px;
  margin-top: 14px;
}
@media screen and (max-width: 766px) {
  .p-money__commentBox {
    gap: 4px;
  }
}

.p-money__comment {
  position: relative;
  left: 10px;
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .p-money__comment {
    left: 2px;
    font-size: 9px;
    line-height: 1.5;
    text-align: justify;
  }
}

.p-money__link:not(:root) {
  position: relative;
  left: 4px;
  display: block;
  width: 412px;
  margin: 28px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-money__link:not(:root) {
    width: 320px;
    margin: 15px auto 0 auto;
  }
}
.p-money__link:not(:root) img {
  width: 100%;
}
.p-money__link:not(:root):hover {
  opacity: 0.7;
}

.p-about {
  color: #5E5E5E;
  width: 100%;
}

.p-about__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 85px;
}
@media screen and (max-width: 766px) {
  .p-about__inner {
    padding: 60px 15px 0 15px;
  }
}

.p-about__box {
  position: relative;
  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;
  margin: 55px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-about__box {
    left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
    margin: 36px auto 0 auto;
  }
}

.p-about__img {
  width: 100%;
  max-width: 222px;
}
@media screen and (max-width: 766px) {
  .p-about__img {
    max-width: 210px;
  }
}
.p-about__img img {
  width: 100%;
}

.p-about__text {
  width: 100%;
  max-width: 520px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 2.89375;
  letter-spacing: 0.075em;
  text-align: justify;
}
@media screen and (max-width: 766px) {
  .p-about__text {
    max-width: 100%;
    font-size: 14px;
    line-height: 2.25;
  }
}

.p-aboutSec {
  width: 100%;
  margin-top: 120px;
}
@media screen and (max-width: 766px) {
  .p-aboutSec {
    margin-top: 50px;
  }
}

.p-aboutSec__title {
  width: 100%;
  max-width: 465px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-aboutSec__title {
    max-width: 310px;
  }
}
.p-aboutSec__title img {
  width: 100%;
}

.p-aboutSec__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 80px;
  margin-top: 158px;
}
@media screen and (max-width: 766px) {
  .p-aboutSec__wrapper {
    max-width: 360px;
    margin: 40px auto;
    gap: 15px;
  }
}

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

.p-aboutSec__img {
  position: relative;
  height: 150px;
}
@media screen and (max-width: 766px) {
  .p-aboutSec__img {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.p-aboutSec__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -54px;
  width: 21px;
  height: 24px;
  background-image: url(../images/arrow_blue02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-aboutSec__img::before {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .p-aboutSec__img.sp-arrow::before {
    top: 100px;
    right: -20px;
    display: block;
  }
}
.p-aboutSec__img img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 214px;
}
@media screen and (max-width: 766px) {
  .p-aboutSec__img img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
  }
}
.p-aboutSec__img.big img {
  width: 275px;
}
@media screen and (max-width: 766px) {
  .p-aboutSec__img.big img {
    position: relative;
    left: 18px;
    width: 100%;
    max-width: 165px;
    margin: 0 auto;
  }
}
.p-aboutSec__img.no-arrow::before {
  display: none;
}

.p-aboutSec__text {
  width: 100%;
  height: 28px;
  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: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  letter-spacing: 0.075em;
  background: rgba(204, 231, 252, 0.6);
  border-radius: 7px;
  margin-top: 22px;
}
@media screen and (max-width: 766px) {
  .p-aboutSec__text {
    max-width: 158px;
    font-size: 11px;
    margin: 20px auto 0 auto;
  }
}

.p-worries {
  color: #5E5E5E;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 766px) {
  .p-worries {
    margin-top: 0px;
  }
}

.p-worries__bg {
  width: 100%;
}
.p-worries__bg img {
  width: 100%;
}
@media screen and (max-width: 766px) {
  .p-worries__bg img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.p-worries__inner {
  width: 100%;
  max-width: 1204px;
  margin: -330px auto 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 766px) {
  .p-worries__inner {
    margin: -165px auto 0 auto;
    padding-top: 40px;
  }
}

.p-worries__wrapper {
  position: relative;
  width: 100%;
  padding-left: 550px;
}
@media screen and (max-width: 766px) {
  .p-worries__wrapper {
    padding-left: 0px;
  }
}

.p-worries__img {
  position: absolute;
  z-index: 2;
  top: -125px;
  left: 12px;
}
@media screen and (max-width: 766px) {
  .p-worries__img {
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
  }
}
.p-worries__img img {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 766px) {
  .p-worries__img img {
    display: block;
    max-width: 60%;
    margin: 30px auto 0 auto;
  }
}

.p-worries__title {
  position: relative;
  z-index: 1;
  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;
  letter-spacing: 0.275em;
  font-weight: 600;
}
@media screen and (max-width: 766px) {
  .p-worries__title {
    font-size: 18px;
    text-align: center;
  }
}
.p-worries__title .big {
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 766px) {
  .p-worries__title .big {
    left: 7px;
  }
}
.p-worries__title .big::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 883px;
  height: 61px;
  background-image: url(../images/worries_bg02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-worries__title .big::before {
    display: none;
  }
}
.p-worries__title .blue {
  display: inline-block;
  color: #00ACEF;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.34em;
  padding: 17px 0;
}
@media screen and (max-width: 766px) {
  .p-worries__title .blue {
    font-size: 24px;
    padding: 10px 0 0 0px;
  }
}

.p-worries__lists {
  position: relative;
  z-index: 3;
  margin-top: 70px;
}
@media screen and (max-width: 766px) {
  .p-worries__lists {
    left: 6px;
    width: 100%;
    max-width: 360px;
    margin: 40px auto 0 auto;
  }
}

.p-worries__list {
  position: relative;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.25em;
  padding-left: 70px;
  margin-top: 28px;
}
@media screen and (max-width: 766px) {
  .p-worries__list {
    font-size: 14px;
    padding-left: 50px;
    margin-top: 20px;
  }
}
.p-worries__list:first-of-type {
  margin-top: 0;
}
.p-worries__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
  width: 55px;
  height: 55px;
  background-image: url(../images/worries_list.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-worries__list::before {
    top: calc(50% - 4px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2px;
    width: 40px;
    height: 40px;
  }
}
.p-worries__list span {
  color: #00ACEF;
  font-size: 23px;
}
@media screen and (max-width: 766px) {
  .p-worries__list span {
    font-size: 18px;
  }
}

.p-worries__text {
  width: 100%;
  max-width: 1060px;
  margin: 95px auto 0 auto;
  padding: 24px 20px;
  font-size: 16px;
  line-height: 2.89375;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(60, 123, 214, 0.15)), to(rgba(116, 206, 226, 0.15)));
  background: linear-gradient(90deg, rgba(60, 123, 214, 0.15), rgba(116, 206, 226, 0.15));
}
@media screen and (max-width: 766px) {
  .p-worries__text {
    width: calc(100% - 60px);
    margin: 40px auto 0 auto;
    padding: 16px 15px;
    font-size: 14px;
    line-height: 2.25;
    text-align: justify;
  }
}

.p-type {
  color: #5E5E5E;
  width: 100%;
  padding-top: 105px;
  padding-bottom: 167px;
  background: rgba(203, 235, 252, 0.3);
  margin-top: 180px;
}
@media screen and (max-width: 766px) {
  .p-type {
    padding: 60px 15px;
    margin-top: 60px;
  }
}

.p-type__inner {
  width: 100%;
}

.p-type__text {
  width: 100%;
  max-width: 1066px;
  margin: 0 auto;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 2.89375;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media screen and (max-width: 766px) {
  .p-type__text {
    font-size: 14px;
    line-height: 2.25;
    text-align: justify;
    margin-top: 30px;
  }
}

.p-type__wrapper {
  width: 100%;
  max-width: 827px;
  margin: 135px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 72px;
}
@media screen and (max-width: 766px) {
  .p-type__wrapper {
    max-width: calc(100% - 40px);
    margin: 80px auto 0 auto;
    gap: 50px;
  }
}

.p-typeSec {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  background: #fff;
  padding: 10px 20px 10px 52px;
}
@media screen and (max-width: 766px) {
  .p-typeSec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px;
    padding: 30px 15px;
  }
}

.p-typeSec__number {
  position: absolute;
  top: -28.5px;
  left: -30px;
  width: auto;
  height: 57px;
}
@media screen and (max-width: 766px) {
  .p-typeSec__number {
    top: -19px;
    left: -15px;
    height: 40px;
  }
}

.p-typeSec__img {
  width: 100%;
  max-width: 120px;
}
.p-typeSec__img img {
  width: 100%;
}

.p-typeSec__title {
  position: relative;
  left: 0px;
  color: #3379CC;
  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: 21px;
  letter-spacing: 0.275em;
  font-weight: 300;
  padding-bottom: 8px;
}
@media screen and (max-width: 766px) {
  .p-typeSec__title {
    font-size: 18px;
  }
}
.p-typeSec__title span {
  display: inline-block;
  padding-left: 4px;
}
.p-typeSec__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 285px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#3c7bd6), to(#74cee2));
  background: linear-gradient(90deg, #3c7bd6, #74cee2);
}
@media screen and (max-width: 766px) {
  .p-typeSec__title::before {
    width: 100%;
  }
}
.p-typeSec__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 158px;
  width: 235px;
  height: 42px;
  background-image: url(../images/type_name.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-typeSec__title::after {
    left: 140px;
    width: 117.5px;
    height: 21px;
  }
}
.p-typeSec__title.eng02::after {
  top: 8px;
  left: 138px;
  width: 83px;
  height: 25px;
  background-image: url(../images/type_name02.png);
}
@media screen and (max-width: 766px) {
  .p-typeSec__title.eng02::after {
    left: 120px;
    width: 49.8px;
    height: 15px;
  }
}
.p-typeSec__title.eng03::after {
  top: 8px;
  left: 152px;
  width: 166px;
  height: 28px;
  background-image: url(../images/type_name03.png);
}
@media screen and (max-width: 766px) {
  .p-typeSec__title.eng03::after {
    left: 130px;
    width: 99.6px;
    height: 16.8px;
  }
}
.p-typeSec__title.eng04::after {
  top: 0px;
  left: 115px;
  width: 241px;
  height: 41px;
  background-image: url(../images/type_name04.png);
}
@media screen and (max-width: 766px) {
  .p-typeSec__title.eng04::after {
    left: 100px;
    width: 144.6px;
    height: 24.6px;
  }
}
.p-typeSec__title.eng05::after {
  top: 8px;
  left: 106px;
  width: 115px;
  height: 23px;
  background-image: url(../images/type_name05.png);
}
@media screen and (max-width: 766px) {
  .p-typeSec__title.eng05::after {
    top: 10px;
    left: 100px;
    width: 69px;
    height: 13.8px;
  }
}
.p-typeSec__title.eng06::after {
  top: 12px;
  left: 155px;
  width: 124px;
  height: 27px;
  background-image: url(../images/type_name06.png);
}
@media screen and (max-width: 766px) {
  .p-typeSec__title.eng06::after {
    top: 10px;
    left: 135px;
    width: 74.4px;
    height: 16.2px;
  }
}

.p-typeSec__band {
  width: 99px;
  height: 22px;
  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-size: 16px;
  letter-spacing: 0.2em;
  background: #5E5E5E;
  margin-top: 22px;
}
@media screen and (max-width: 766px) {
  .p-typeSec__band {
    width: 90px;
    font-size: 14px;
    margin-top: 20px;
  }
}

.p-typeSec__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.26em;
  margin-top: 8px;
}
@media screen and (max-width: 766px) {
  .p-typeSec__text {
    font-size: 13px;
    margin-top: 10px;
  }
}

.p-reason {
  color: #5E5E5E;
  width: 100%;
}

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

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

.p-reason__box {
  position: relative;
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 766px) {
  .p-reason__box {
    margin: 0 auto;
  }
}

.p-reason__img {
  width: 100%;
}
@media screen and (max-width: 766px) {
  .p-reason__img {
    width: 320px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 766px) and (max-width: 766px) {
  .p-reason__img {
    width: 280px;
  }
}
.p-reason__img img {
  width: 100%;
}

.p-reason__group {
  position: relative;
  width: 100%;
  max-width: 318px;
  margin: 52px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-reason__group {
    margin: 20px auto 0 auto;
  }
}

.p-reason__band {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #3379CC;
  font-family: "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;
  line-height: 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 766px) {
  .p-reason__band {
    font-size: 16px;
  }
}

.p-reason__title {
  position: relative;
  z-index: 2;
  width: 308px;
  height: 45px;
  margin: 0 auto;
  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: #3379CC;
  font-family: "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;
  line-height: 1;
  letter-spacing: 0.2em;
  border: 0.7px solid #3379CC;
}
@media screen and (max-width: 766px) {
  .p-reason__title {
    width: 280px;
    height: 40px;
    font-size: 16px;
  }
}
.p-reason__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -7px;
  left: -10px;
  width: 20px;
  height: 14px;
  background: #fff;
}
.p-reason__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -7px;
  right: -10px;
  width: 20px;
  height: 14px;
  background: #fff;
}

.p-reason__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 766px) {
  .p-reason__text {
    font-size: 14px;
  }
}

.p-flow {
  color: #5E5E5E;
  width: 100%;
}

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

.p-flow__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 84px;
  padding-left: 10px;
}
@media screen and (max-width: 766px) {
  .p-flow__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    margin-top: 50px;
  }
}

.p-flow__box {
  width: 100%;
  max-width: 210px;
}
@media screen and (max-width: 766px) {
  .p-flow__box {
    position: relative;
    max-width: 100%;
  }
}
.p-flow__box.mg {
  margin-left: 12px;
  margin-right: 12px;
}

.p-flow__img {
  position: relative;
  left: -12px;
  z-index: 3;
  width: 176px;
  margin: 0 auto;
}
.p-flow__img img {
  width: 100%;
}

.p-flow__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  white-space: nowrap;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 766px) {
  .p-flow__text {
    margin-top: 10px;
  }
}
.p-flow__text span {
  white-space: nowrap;
}
.p-flow__text .pozi-l {
  position: relative;
  left: -5px;
}
@media screen and (max-width: 766px) {
  .p-flow__text .pozi-l {
    left: 4px;
  }
}
.p-flow__text .pozi-r {
  position: relative;
  left: 5px;
}

.p-detail {
  color: #5E5E5E;
  width: 100%;
  padding-top: 134px;
}
@media screen and (max-width: 766px) {
  .p-detail {
    padding: 60px 15px 0px 15px;
  }
}

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

.p-detail__table {
  position: relative;
  z-index: 1;
  margin-top: 52px;
}
@media screen and (max-width: 766px) {
  .p-detail__table {
    margin-top: 30px;
  }
}
.p-detail__table::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -0.5px;
  left: 0;
  width: 355px;
  width: calc(100% + 0.5px);
  height: calc(100% + 1px);
  background: linear-gradient(45deg, #3C7BD6, #74CEE2);
}
.p-detail__table th, .p-detail__table td {
  position: relative;
  z-index: 2;
}
.p-detail__table th {
  border: 1px solid #ffffff;
}
@media screen and (max-width: 766px) {
  .p-detail__table th {
    border-bottom: 1px solid #ffffff;
  }
}
.p-detail__table th.bar_top {
  border-top: none;
}
.p-detail__table th.bar_buttom {
  border-bottom: none;
}
.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;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 12px 0;
}
@media screen and (max-width: 766px) {
  .p-detail__table th p {
    font-size: 12px;
    padding: 10px;
  }
}
.p-detail__table td {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
}
.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;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding: 13px 10px 13px 35px;
}
@media screen and (max-width: 766px) {
  .p-detail__table td p {
    font-size: 12px;
    padding: 10px;
  }
}

.p-price {
  color: #5E5E5E;
  width: 100%;
  padding-top: 130px;
}
@media screen and (max-width: 766px) {
  .p-price {
    padding-top: 80px;
    padding-bottom: 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__table {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 48px;
}
@media screen and (max-width: 766px) {
  .p-price__table {
    margin-top: 20px;
  }
}
.p-price__table::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -0.5px;
  left: -0.5px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  background: linear-gradient(-135deg, #3C7BD6, #74CEE2);
}
.p-price__table th, .p-price__table td {
  position: relative;
  z-index: 2;
}
.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;
}
@media screen and (max-width: 766px) {
  .p-price__table thead th {
    font-size: 10px;
    padding: 10px 0;
  }
}
.p-price__table tbody .bar-not {
  border-top: none;
}
.p-price__table tbody th {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0);
  font-weight: 400;
  padding: 0px 0;
}
.p-price__table tbody th.bg {
  background: #ffffff;
}
.p-price__table tbody th 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.4;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p {
    font-size: 10px;
    padding: 10px 2px;
  }
}
.p-price__table tbody th p span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p span {
    font-size: 8px;
  }
}
.p-price__table tbody th:nth-of-type(2) p {
  font-size: 13px;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th:nth-of-type(2) p {
    font-size: 8px;
  }
}
.p-price__table tbody td {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 13.5px 0;
}
.p-price__table tbody td.bar {
  border-top: 1px solid #fff;
}
.p-price__table tbody td.pd {
  padding: 4px 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__band {
  position: relative;
  left: 5px;
  width: 100%;
  max-width: 263px;
  height: 20px;
  margin: 0 auto;
  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: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  white-space: nowrap;
  text-align: center;
  background: #E53F71;
}
@media screen and (max-width: 766px) {
  .p-price__band {
    left: 0px;
    width: 80%;
    height: auto;
    padding: 2px 0;
    max-width: 100%;
    font-size: 10px;
    margin-bottom: 2px;
  }
}

.p-price__commentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 766px) {
  .p-price__commentBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
  }
}

.p-price__commentGroup {
  position: relative;
  left: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 12px;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .p-price__commentGroup {
    left: 0px;
    gap: 8px;
  }
}

.p-price__comment {
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-price__comment {
    font-size: 9px;
    line-height: 1.5;
    text-align: justify;
  }
}

.p-price__comment02 {
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  margin-top: 6px;
}
@media screen and (max-width: 766px) {
  .p-price__comment02 {
    font-size: 9px;
    line-height: 1.5;
    text-align: justify;
    padding-right: 0px;
  }
}

.p-handling {
  color: #5E5E5E;
  width: 100%;
  margin-top: 110px;
  padding-bottom: 80px;
}
@media screen and (max-width: 766px) {
  .p-handling {
    margin-top: 0px;
    padding-bottom: 60px;
  }
}

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

.p-handling__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: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  background: linear-gradient(45deg, #3C7BD6, #74CEE2);
  padding: 7px 0;
}
@media screen and (max-width: 766px) {
  .p-handling__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-handling__title span {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 26px;
  height: 26px;
  background: #5E5E5E;
  border-radius: 100%;
}
@media screen and (max-width: 766px) {
  .p-handling__title span {
    right: 12px;
    width: 22px;
    height: 22px;
  }
}
.p-handling__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 766px) {
  .p-handling__title span::before {
    width: 12px;
  }
}
.p-handling__title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 14px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 766px) {
  .p-handling__title span::after {
    height: 12px;
  }
}
.p-handling__title.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-handling__wrapper {
  width: 100%;
  border-top: 1px solid #5E5E5E;
  margin-top: 30px;
  overflow: hidden;
}

.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 #5E5E5E;
  padding: 30px 28px 24px 35px;
}
@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;
    padding: 30px 15px 24px 15px;
  }
}

.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: 16px;
  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.75;
  letter-spacing: 0.175em;
  margin-top: 10px;
}
@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: 16px;
}
@media screen and (max-width: 766px) {
  .p-handling__linkBox {
    width: 210px;
    margin: 0 auto;
  }
}

.p-handling__link:not(:root) {
  position: relative;
  width: 210px;
  height: 34px;
  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;
  color: #3379CC;
  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 #3379CC;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-handling__link:not(:root):hover {
  color: #fff;
  background: #3379CC;
}
.p-handling__link:not(:root):hover::after {
  border-color: transparent transparent transparent #fff;
}
.p-handling__link:not(:root)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #3379CC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-handling__link_purple:not(:root) {
  color: #fff;
  background: #3379CC;
  border: 1px solid #3379CC;
}
.p-handling__link_purple:not(:root)::after {
  border-color: transparent transparent transparent #fff;
}
.p-handling__link_purple:not(:root):hover {
  color: #3379CC;
  background: #fff;
}
.p-handling__link_purple:not(:root):hover::after {
  border-color: transparent transparent transparent #3379CC;
}

.c-title:not(:root) {
  color: #993E7B;
  font-family: baskerville-poster-pt, serif;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) {
    font-size: 32px;
  }
}
.c-title:not(:root) span {
  position: relative;
  top: -14px;
  display: inline-block;
  color: #C4519E;
  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.2;
  font-weight: 600;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) span {
    top: -5px;
    font-size: 16px;
  }
}
.c-title:not(:root).white {
  color: #fff;
}
.c-title:not(:root).white span {
  color: #fff;
}
.c-title:not(:root).pozi {
  position: relative;
  left: 2px;
}
.c-title:not(:root).pozi span {
  position: relative;
  display: inline-block;
  left: -2px;
}

.c-title:not(:root) {
  display: block;
  color: #5E5E5E;
  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;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) {
    font-size: 18px;
  }
}
.c-title:not(:root).lespa {
  letter-spacing: 0.24em;
}
.c-title:not(:root) span {
  position: relative;
  left: 0px;
  display: block;
  color: #3379CC;
  font-family: "shippori-mincho", sans-serif;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) span {
    font-size: 32px;
  }
}
.c-title:not(:root) span.lespa {
  letter-spacing: 0.1em;
  padding-left: 6px;
}
.c-title:not(:root) span.lespa02 {
  letter-spacing: 0.3em;
  padding-left: 8px;
}
.c-title:not(:root) span.mb {
  margin-bottom: 28px;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) span.mb {
    margin-bottom: 18px;
  }
}

.c-title_pozi:not(:root) {
  position: relative;
  left: 8px;
}
@media screen and (max-width: 766px) {
  .c-title_pozi:not(:root) {
    left: 5px;
  }
}

.c-price {
  position: relative;
  left: 0px;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-price {
    left: -5px;
  }
}
.c-price_pink {
  color: #E24255;
}
.c-price_blue {
  color: #3379CC;
}
.c-price_left {
  text-align: left !important;
  padding-left: 27px;
}
@media screen and (max-width: 766px) {
  .c-price_left {
    padding-left: 10px;
  }
}
.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.pozi01 {
  position: relative;
  left: 10px;
}
@media screen and (max-width: 766px) {
  .c-price.pozi01 {
    left: 0px;
  }
}
.c-price .size01 {
  position: relative;
  left: 5px;
  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: 13.2px;
  }
}
.c-price .size02 {
  position: relative;
  left: 5px;
  font-family: "shippori-mincho", sans-serif;
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 766px) {
  .c-price .size02 {
    font-size: 17.4px;
  }
}
.c-price .size03 {
  position: relative;
  top: -2px;
  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 {
    top: -1px;
    left: 5px;
    font-size: 8.4px;
  }
}
@media screen and (max-width: 766px) {
  .c-price .size03.poziSp {
    left: 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: 11.9px;
  }
}

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

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