@charset "UTF-8";
@font-face {
  font-family: noto-serif-jp-R;
  src: url("/fonts/noto-serif-jp-R.woff") format("woff"), url("/fonts/noto-serif-jp-R.woff2") format("woff2");
}
@font-face {
  font-family: roboto-light;
  src: url("/fonts/roboto-light.woff") format("woff"), url("/fonts/roboto-light.woff2") format("woff2");
}
@font-face {
  font-family: roboto-medium;
  src: url("/fonts/roboto-medium.woff") format("woff"), url("/fonts/roboto-medium.woff2") format("woff2");
}
/* SERVICEページCSS */
.service__topImg {
  width: 100%;
}

.btnBox__cols {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .btnBox__cols {
    flex-direction: column;
    align-items: center;
  }
}
.btnBox__col {
  max-width: 250px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  margin-right: 33px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 870px) {
  .btnBox__col {
    max-width: 220px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btnBox__col {
    max-width: 300px;
    margin-right: 0;
    margin-top: 20px;
  }
  .btnBox__col:first-of-type {
    margin-top: 0;
  }
}
.btnBox__col:last-of-type {
  margin-right: 0;
}
.btnBox__col .btnBox__colLink {
  display: block;
  border: 1px solid #109dcd;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  color: #109dcd;
  background-color: #fff;
  transform: translate(-6px, -6px);
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.btnBox__col .btnBox__colLink:hover {
  transform: translate(0px, 0px);
}
.btnBox__col .btnBox__colLink::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10.1px;
  background-image: url("/img/service/icon/icon-aroo.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 52%;
  right: 11px;
  transform: translateY(-50%);
}
.btnBox__colText {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}
.btnBox__colBack {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 24px solid #109dcd;
  border-right: 125px solid #109dcd;
  border-left: 125px solid #5bbde5;
  border-bottom: 24px solid #5bbde5;
  z-index: -1;
}
@media screen and (max-width: 870px) {
  .btnBox__colBack {
    border-right: 110px solid #109dcd;
    border-left: 110px solid #5bbde5;
  }
}
@media screen and (max-width: 768px) {
  .btnBox__colBack {
    border-right: 150px solid #109dcd;
    border-left: 150px solid #5bbde5;
  }
}
.btnBox__subText {
  font-size: 40px;
  line-height: 1.21275;
  letter-spacing: 0.1em;
  font-family: noto-serif-jp-R;
  text-align: center;
  margin-top: 81px;
}
@media screen and (max-width: 850px) {
  .btnBox__subText {
    font-size: 32px;
    line-height: 1.3375;
  }
}
@media screen and (max-width: 768px) {
  .btnBox__subText {
    font-size: 26px;
    line-height: 1.4615384615;
    margin-top: 40.5px;
  }
}

/* 料金表 */
.sPrice {
  margin-top: 67px;
}
.sPrice__box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1170px;
  background-image: url(/img/service/sPrice-back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 38px;
}
.sPrice__box.bg-lazy {
  background-image: none !important;
}
@media screen and (max-width: 1040px) {
  .sPrice__box {
    height: 112.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .sPrice__box {
    background-image: url(/img/service/sPrice-back-tab.webp);
  }
}
@media screen and (max-width: 500px) {
  .sPrice__box {
    background-image: url(/img/service/sPrice-back-sp.webp);
  }
}
.sPrice__underSec {
  margin-top: 27px;
}
.sPrice__underSecTable {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .sPrice__underSecTable {
    overflow-x: auto;
  }
}
.sPrice__underSecTable table {
  border-collapse: collapse;
}
@media screen and (max-width: 1000px) {
  .sPrice__underSecTable table {
    width: auto;
    max-width: unset;
    min-width: 800px;
  }
}
.sPrice__underSecTable table th, .sPrice__underSecTable table td {
  border: solid 1px #313131;
  padding: 20px;
  width: 20%;
}
@media screen and (max-width: 1000px) {
  .sPrice__underSecTable table th, .sPrice__underSecTable table td {
    font-size: 12px;
    padding: 15px;
  }
}
.sPrice__underSecTable table th:last-child, .sPrice__underSecTable table td:last-child {
  border-right-width: 1px;
}
.sPrice__underSecTable table th {
  background: #ddf0f8;
  text-align: left;
  font-weight: 100;
}

/* プラン */
.plan {
  padding-bottom: 12px;
}
.plan.plan--mt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .plan.plan--mt {
    margin-top: 69px;
  }
}
.plan--column .kasou__textBox {
  position: relative;
}
.plan--column .kasou__textBox::before {
  content: "";
  display: inline-block;
  width: 151px;
  height: 176.1px;
  background-image: url(/img/service/icon/icon-no1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -34px;
  left: -171px;
}
@media screen and (max-width: 1024px) {
  .plan--column .kasou__textBox::before {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .plan--column .kasou__textBox::before {
    width: 105.7px;
    height: 123.2px;
  }
}
@media screen and (max-width: 1024px) {
  .plan--column > .c-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .plan {
    margin-bottom: 0;
  }
}
.plan__wrapper {
  padding-top: 100px;
}
.plan .plan__subTtl {
  font-size: 25px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  color: #109dcd;
}
.plan__txtInner {
  width: 96%;
}
.plan__txtInner--width {
  width: 100%;
}
.plan__cols {
  display: flex;
  justify-content: center;
  margin-top: -8px;
}
@media screen and (max-width: 530px) {
  .plan__cols {
    flex-wrap: wrap;
  }
}
.plan__cols.kobetukasou {
  flex-wrap: wrap;
  justify-content: center;
}
.plan__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 121px;
}
@media screen and (max-width: 768px) {
  .plan__col {
    min-width: 103px;
  }
}
.plan__colIcon {
  width: 76px;
  height: 76px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .plan__colIcon {
    width: 60.8px;
    height: 60.8px;
  }
}
.plan__col .plan__colText {
  color: #109dcd;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2666666667;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .plan__col .plan__colText {
    font-size: 12px;
    line-height: 1.2666666667;
  }
}

.kasou {
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .kasou {
    margin-top: 64px;
  }
}
.kasou.box050.img_right {
  background: url(/img/toppage/kasou-back001.jpg) 0 0/50% 100% no-repeat;
  background-size: 50% 100%;
}
@media screen and (max-width: 1024px) {
  .kasou.box050.img_right {
    background-size: 100% 100%;
  }
}
.kasou.box050.img_left {
  background: url(/img/toppage/kasou-back002.png) 0 0/50% 100% no-repeat;
  background-size: 50% 100%;
  background-position: right;
}
@media screen and (max-width: 1024px) {
  .kasou.box050.img_left {
    background-size: 100% 100%;
  }
  .kasou.box050.img_left .box050__txt {
    margin-top: 1px;
  }
}
.kasou__ttl {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  color: #109dcd;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .kasou__ttl {
    font-size: 23.5px;
    line-height: 1.5680851064;
  }
}
.kasou__ttl--borderb {
  line-height: 73px;
  border-bottom: 1px solid #109dcd;
}
.kasou__textBox {
  margin-top: -41px;
}
.kasou .box050.bg-lazy {
  background-image: none !important;
}
@media screen and (max-width: 1024px) {
  .kasou .box050:nth-child(3n) > .c-flex {
    flex-direction: column;
  }
}
.kasou .box050__txt--width {
  width: 33%;
}
@media screen and (max-width: 1024px) {
  .kasou .box050__txt--width {
    width: 100%;
  }
}
.kasou .box050__txt p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 0px;
}
.kasou__text {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.1em;
  color: #000;
  margin-top: 28px;
}
.kasou__text--mt {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .kasou__text {
    font-size: 12.8px;
    line-height: 2.25;
    margin-top: 14px;
  }
}
.kasou__text:first-of-type {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .kasou__text:first-of-type {
    margin-top: 7.5px;
  }
}
.kasou__textLink:first-of-type {
  display: inline-block;
  max-width: 330px;
  width: 100%;
  color: #109dcd;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.2em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  border-bottom: 1px solid #109dcd;
  margin-top: 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kasou__textLink:first-of-type {
    font-size: 12.8px;
    font-weight: 700;
    line-height: 1.875;
  }
}
.kasou__textLink:first-of-type::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 1px;
  background-color: #109dcd;
  transform: rotate(30deg);
  position: absolute;
  bottom: 4px;
  right: -3px;
}
.kasou__img {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.kasou__img.fadeRightIn {
  opacity: 1;
  transform: translateX(0px);
}
.kasou__img002 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.kasou__img002.fadeLeftIn {
  opacity: 1;
  transform: translateX(0px);
}
@media screen and (max-width: 768px) {
  .kasou__img002 {
    margin-bottom: -21px;
  }
}

/* グッズ */
.guzzu {
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  .guzzu {
    padding-top: 37.5px;
  }
}
.guzzu__inner {
  border: 1px solid #109dcd;
  position: relative;
  padding-top: 19.5px;
  padding-bottom: 19.5px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .guzzu__inner {
    padding-top: 15.6px;
    padding-bottom: 15.6px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.guzzu__ttl {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 22px;
  line-height: 1.6363636364;
  letter-spacing: 0.1em;
  font-family: noto-serif-jp-R;
  padding-left: 25px;
  padding-right: 13px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .guzzu__ttl {
    font-size: 17.6px;
    line-height: 1.6363636364;
    white-space: nowrap;
  }
}
.guzzu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.guzzu__item {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: noto-serif-jp-R;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .guzzu__item {
    font-size: 14.4px;
    line-height: 2;
  }
}
.guzzu__item:last-of-type {
  margin-right: 0;
}
.guzzu__item::before {
  content: "◆";
  display: inline-block;
  color: #3da1cd;
  font-size: 12px;
  line-height: 3;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.guzzu__attention {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.1em;
  font-family: noto-serif-jp-R;
  margin-top: 15px;
}

/* オプション */
.options {
  padding-top: 139px;
  margin-bottom: 219px;
}
@media screen and (max-width: 768px) {
  .options {
    padding-top: 68.5px;
    margin-bottom: 109.5px;
  }
}
.options__cols {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -70px;
}
.options__col {
  width: 370px;
  margin-right: 3.75%;
  margin-top: 127px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.options__col.fadeIn {
  opacity: 1;
  transform: translateY(0px);
}
@media screen and (max-width: 768px) {
  .options__col {
    margin-top: 60px;
  }
  .options__col:first-of-type {
    margin-top: 117.5px;
  }
}
@media screen and (max-width: 779px) {
  .options__col {
    margin-right: 0;
  }
}
@media screen and (max-width: 1239px) {
  .options__col:nth-child(2n) {
    margin-right: 0;
  }
}
.options__col:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1239px) {
  .options__col:nth-child(3n) {
    margin-right: 3.75%;
  }
}
@media screen and (max-width: 779px) {
  .options__col:nth-child(3n) {
    margin-right: 0;
  }
}
.options__colImgBox {
  position: relative;
}
.options__colImgBox::before {
  content: "";
  display: inline-block;
  border: 95.5px solid transparent;
  border-top: 83px solid #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.options__colImgBox > ul {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .options__colImgBox > ul {
    margin-top: 14.5px;
  }
}
.options__colImgBox > ul > li {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-family: noto-serif-jp-R;
}
@media screen and (max-width: 768px) {
  .options__colImgBox > ul > li {
    font-size: 12.8px;
    line-height: 1.875;
  }
}
.options__colImgBox > ul > li::before {
  content: "◆";
  display: inline-block;
  font-size: 12px;
  line-height: 2.5;
  color: #3da1cd;
  position: relative;
  top: -1.5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .options__colImgBox > ul > li::before {
    font-size: 9.6px;
    line-height: 2.5;
  }
}
.options__colNumber {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-family: roboto-medium;
  z-index: 1;
}
@media screen and (max-width: 615px) {
  .options__colNumber {
    font-size: 2.602vw;
    line-height: 2.602vw;
  }
}
.options__colNumber::after {
  content: attr(data-number);
  display: block;
  text-align: center;
  font-size: 38px;
  font-weight: 300;
  line-height: 0.5526315789;
  letter-spacing: 0.05em;
  font-family: roboto-light;
  margin-top: 7px;
}
@media screen and (max-width: 615px) {
  .options__colNumber::after {
    font-size: 7.805vw;
    line-height: 7.805vw;
    margin-top: 1.138vw;
  }
}
.options__colTtl {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.1em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  border-bottom: 1px solid #109dcd;
  padding-bottom: 11px;
  height: 112px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .options__colTtl {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.48;
    height: 89.6px;
    padding-bottom: 8.8px;
  }
}
.options__colTtl--pb {
  padding-bottom: 34px;
}
.options__colSubTtl {
  font-size: 22px;
  font-weight: 500;
  line-height: 2.0454545455;
  letter-spacing: 0.05em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .options__colSubTtl > span {
    font-size: 11.2px;
    font-weight: 500;
    line-height: 3.2142857143;
  }
}
@media screen and (max-width: 768px) {
  .options__colSubTtl {
    font-size: 17.6px;
    font-weight: 500;
    line-height: 2.0454545455;
  }
}
.options__colText {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-family: noto-serif-jp-R;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .options__colText {
    font-size: 12.8px;
    line-height: 1.875;
    margin-top: 3.5px;
  }
}
.options__col dl dt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-family: noto-serif-jp-R;
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .options__col dl dt {
    font-size: 12.8px;
    line-height: 1.875;
    margin-top: 14.5px;
  }
}
.options__col dl dt:first-of-type {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .options__col dl dt:first-of-type {
    margin-top: 25.5px;
  }
}
.options__col dl dd:nth-child(2) > ul > li {
  margin-right: 15px;
}
.options__col dl dd:nth-child(2) > ul > li:last-of-type {
  margin-right: 0;
}
.options__col dl dd > ul {
  margin-left: 9px;
}
.options__col dl dd > ul > li {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-family: noto-serif-jp-R;
}
@media screen and (max-width: 768px) {
  .options__col dl dd > ul > li {
    font-size: 12.8px;
    line-height: 1.875;
  }
}
.options__col dl dd > ul > li::before {
  content: "◆";
  display: inline-block;
  font-size: 12px;
  line-height: 2.5;
  color: #3da1cd;
  position: relative;
  top: -1.5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .options__col dl dd > ul > li::before {
    font-size: 9.6px;
    line-height: 2.5;
  }
}
.options__col dl dd > ul > li > ul > li::before {
  content: "・";
  display: inline-block;
  font-size: 16px;
}
.options__colItem {
  margin-top: 29px;
}

/*# sourceMappingURL=service.css.map */
