/* reset.scss start*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* reset.scss end*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #2D344A;
  font-size: 16px;
  line-height: 1.5;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

.c-secTitle {
  font-family: "Gilda Display";
  font-size: 90px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-secTitle {
    font-size: 50px;
  }
}

.c-secButton {
  border-radius: 100px;
  background: #BBC1DD;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  width: 400px;
  height: 70px;
  padding-right: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-secButton {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 45px;
    padding-right: 60px;
    height: 56px;
    font-size: 16px;
  }
}
.c-secButton::after {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14' fill='none'%3E%3Cpath d='M13 14L11.575 12.6L16.175 8H0V6H16.175L11.6 1.4L13 0L20 7L13 14Z' fill='white'/%3E%3C/svg%3E");
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .c-secButton::after {
    right: 23px;
  }
}
.c-secButton:hover::after {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .c-secButton:hover::after {
    right: 15px;
  }
}

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

.sp {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .sp {
    display: block !important;
  }
}

.ipad {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .ipad {
    display: block !important;
  }
}

.ipad_pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .ipad_pc {
    display: none !important;
  }
}

.ipadPro_sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .ipadPro_sp {
    display: block !important;
  }
}

.ipadPro_pc {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .ipadPro_pc {
    display: none !important;
  }
}

.ipad_pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .ipad_pc {
    display: none !important;
  }
}

.pc_inline {
  display: inline-block !important;
}
@media screen and (max-width: 568px) {
  .pc_inline {
    display: none !important;
  }
}

.sp_inline {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .sp_inline {
    display: inline-block !important;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.8;
}

/* setting.scss end*/
.page-breadcrumb {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.price-page {
  padding-top: 67px;
}
@media screen and (max-width: 768px) {
  .price-page {
    padding-top: 42px;
  }
}
.price-page .intro-sec {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 73px;
}
@media screen and (max-width: 768px) {
  .price-page .intro-sec {
    padding-bottom: 45px;
  }
}
.price-page .intro-sec p {
  font-family: "Noto Sans JP Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price-page .intro-sec p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}
.price-page .payment-sec {
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 46px;
  font-weight: 400;
  line-height: 1.5;
  background: #F5F7FF;
}
.price-page .payment-sec__inner {
  padding-top: 77px;
  padding-bottom: 95px;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 68px;
}
.price-page .payment-sec h2 {
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .price-page .payment-sec h2 {
    font-size: 36px;
    margin-bottom: 29px;
  }
}
.price-page .payment-sec p {
  font-family: "Noto Sans JP Regular";
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .price-page .payment-sec p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}
.price-page .payment-sec p .highlight {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .price-page .payment-sec p .highlight {
    font-size: 16px;
  }
}
.price-page .payment-sec__iamge {
  max-width: 748px;
  margin: 0 auto;
}
.price-page .deduction-sec {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  text-align: center;
  padding-top: 73px;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .price-page .deduction-sec {
    padding-top: 64px;
    padding-bottom: 74px;
  }
}
.price-page .deduction-sec h2 {
  font-family: "Zen Old Mincho";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .price-page .deduction-sec h2 {
    font-size: 32px;
  }
}
.price-page .deduction-sec h2 span {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .price-page .deduction-sec h2 span {
    font-size: 36px;
  }
}
.price-page .deduction-sec p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .price-page .deduction-sec p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}
.price-page .deduction-sec p a {
  text-decoration: underline;
}
.price-page .menu-sec {
  position: relative;
  padding: 66px 20px;
}
@media screen and (max-width: 768px) {
  .price-page .menu-sec {
    padding: 63px 20px 20px;
  }
}
.price-page .menu-sec::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url(../../img/price/asset.png);
  background-size: cover;
  width: 660px;
  height: 556px;
  z-index: -1;
}
.price-page .menu-sec__inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 89px 65px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .price-page .menu-sec__inner {
    padding: 40px 8px;
  }
}
.price-page .menu-sec h2 {
  font-family: "Zen Old Mincho";
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .price-page .menu-sec h2 {
    font-size: 36px;
    margin-bottom: 36px;
  }
}
.price-page .menu-sec .price-nav {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .price-page .menu-sec .price-nav {
    margin-bottom: 39px;
  }
}
.price-page .menu-sec .price-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 27px 22px;
}
@media screen and (max-width: 768px) {
  .price-page .menu-sec .price-nav__list {
    gap: 5px 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.price-page .menu-sec .price-nav__item {
  width: calc(25% - 16.5px);
}
@media screen and (max-width: 768px) {
  .price-page .menu-sec .price-nav__item {
    width: calc(50% - 7.5px);
  }
}
.price-page .menu-sec .price-nav__item a {
  color: #2D344A;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  border-bottom: solid 1px rgba(45, 52, 74, 0.3);
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  .price-page .menu-sec .price-nav__item a {
    font-size: 14px;
    padding: 10px 0;
    white-space: nowrap;
  }
}
.price-page .menu-sec .price-nav__item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23ACB5E1' stroke-width='2'/%3E%3C/svg%3E");
}
.price-page .menu-sec .price-menu:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .price-page .menu-sec .price-menu:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.price-page .menu-sec .price-menu__title {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  background: #ACB5E1;
  padding: 6px 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .price-page .menu-sec .price-menu__title {
    font-size: 18px;
    padding: 12px 20px;
  }
}
.price-page .menu-sec .price-menu .priceTable {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.price-page .menu-sec .price-menu .priceTable:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .price-page .menu-sec .price-menu .priceTable:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.price-page .menu-sec .price-menu .priceTable th {
  color: #2D344A;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  padding: 9px 39px;
  background: #F6F6F6;
  border: solid 1px #D9D9D9;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .price-page .menu-sec .price-menu .priceTable th {
    display: block;
    font-size: 14px;
    padding: 9px 7px;
    margin-top: -1px;
  }
}
.price-page .menu-sec .price-menu .priceTable td {
  color: #2D344A;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  padding: 9px 39px;
  border: solid 1px #D9D9D9;
}
@media screen and (max-width: 768px) {
  .price-page .menu-sec .price-menu .priceTable td {
    display: block;
    font-size: 14px;
    padding: 9px 7px;
    text-align: left;
    margin-top: -1px;
  }
}
.price-page .menu-sec .price-menu .priceTable .priceTable__cell--value {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price-page .menu-sec .price-menu .priceTable .priceTable__cell--value {
    text-align: left;
  }
}
.price-page .menu-sec .price-menu .priceTable .price__head {
  text-align: left;
}
.price-page .menu-sec .price-menu .table__notice {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .price-page .menu-sec .price-menu .table__notice {
    font-size: 12px;
  }
}
.price-page .medical-deduction-sec {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .price-page .medical-deduction-sec {
    padding-top: 63px;
    padding-bottom: 95px;
  }
}
.price-page .medical-deduction-sec::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url(../../img/price/bg.png);
  background-size: cover;
  width: 100%;
  padding-top: 33.33%;
  z-index: -1;
}
.price-page .medical-deduction-sec__inner {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.price-page .medical-deduction-sec h2 {
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 46px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 59px;
}
@media screen and (max-width: 768px) {
  .price-page .medical-deduction-sec h2 {
    font-size: 36px;
    margin-bottom: 26px;
  }
}
.price-page .medical-deduction-sec__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 49px;
  margin-bottom: 59px;
}
@media screen and (max-width: 768px) {
  .price-page .medical-deduction-sec__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19px;
    margin-bottom: 39px;
  }
}
.price-page .medical-deduction-sec__head .text-area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.price-page .medical-deduction-sec__head .text-area p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .price-page .medical-deduction-sec__head .text-area p {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
  }
}
.price-page .medical-deduction-sec__head .image-area {
  -webkit-box-flex: 1.2;
  -webkit-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}
.price-page .medical-deduction-sec__head .image-area img {
  border-radius: 5px;
}
.price-page .medical-deduction-sec__content h3 {
  font-family: "Zen Old Mincho";
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 38px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price-page .medical-deduction-sec__content h3 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
.price-page .medical-deduction-sec__content h3 span {
  color: #9FAAE0;
}
.price-page .medical-deduction-sec__content .coverage__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 77px;
}
@media screen and (max-width: 768px) {
  .price-page .medical-deduction-sec__content .coverage__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 52px;
  }
}
.price-page .medical-deduction-sec__content .coverage__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price-page .medical-deduction-sec__content .coverage__item:last-of-type .coverage__item-title {
  background: #D9D9D9;
  color: #2D344A;
}
.price-page .medical-deduction-sec__content .coverage__item:last-of-type .coverage__item-content {
  border-left: solid 1px transparent;
}
@media screen and (max-width: 768px) {
  .price-page .medical-deduction-sec__content .coverage__item:last-of-type .coverage__item-content {
    border-left: solid 1px #D9D9D9;
  }
}
.price-page .medical-deduction-sec__content .coverage__item-title {
  background-color: #ACB5E1;
  color: #fff;
  padding: 3px 15px;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .price-page .medical-deduction-sec__content .coverage__item-title {
    font-size: 16px;
  }
}
.price-page .medical-deduction-sec__content .coverage__item-content {
  padding: 20px 60px;
  border-left: solid 1px #D9D9D9;
  border-right: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .price-page .medical-deduction-sec__content .coverage__item-content {
    padding: 10px 7px 10px 35px;
  }
}
.price-page .medical-deduction-sec__content .coverage__item-content ul {
  list-style: disc;
}
.price-page .medical-deduction-sec__content .coverage__item-content ul li {
  list-style: disc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.price-page .medical-deduction-sec__content .coverage__calculation h3 {
  background: #ACB5E1;
  padding: 7px;
  color: #FFF;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .price-page .medical-deduction-sec__content .coverage__calculation h3 {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
.price-page .medical-deduction-sec__content .coverage__calculation p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .price-page .medical-deduction-sec__content .coverage__calculation p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 23px;
  }
}