html,
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

sup {
  font-size: .8em;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

:root {
  --bg: #fafaf8;
  --bg2: #f3f2ee;
  --en: "Work Sans";
}

main {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-feature-settings: "palt";
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  font-weight: normal;
}

@media screen and (max-width: 960px) {
  main {
    font-size: 14px;
  }
}

@media screen and (max-width: 767.9px) {
  main {
    font-size: min(14px, 3.6vw);
  }
}

a {
  word-break: break-all;
}

main a:not([class]) {
  color: var(--link-color);
  text-decoration: underline;
  vertical-align: baseline;
}

main figure {
  margin: 0;
  padding: 0;
}

main .iblock {
  display: inline-block;
}

@media screen and (min-width: 768px) {

  .forSP,
  .forSPi {
    display: none;
  }

  .forPC {
    display: block;
  }

  .forPCi {
    display: inline-block;
  }
}

@media print {

  .forSP,
  .forSPi {
    display: none;
  }
}

@media screen and (max-width: 767.9px) {

  .forPC,
  .forPCi {
    display: none;
  }

  .forSP {
    display: block;
  }

  .forSPi {
    display: inline-block;
  }
}

.flex-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.en {
  font-family: var(--en), sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.strong {
  font-weight: 600;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m-left05 {
  margin-left: .5em !important;
}

.m-right05 {
  margin-right: .5em !important;
}

.m-top1 {
  margin-top: 1em !important;
}

.m-top2 {
  margin-top: 2em !important;
}

.maker {
  background: linear-gradient(transparent 60%, #f7e9a1 60%);
}

.maker-gray {
  background: linear-gradient(transparent 60%, #dddcd5 60%);
}

ul.note {
  margin: 0;
  padding: 0;
}

ul.note li {
  display: block;
  font-size: .8em;
  position: relative;
  padding-left: 1.5em;
}

ul.note li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.drop-shadow {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

/*==============================================================
contents
==============================================================*/
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.title-wrp {
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0 0 1em;
  position: relative;
  z-index: 3;
}

@media screen and (max-width:767px) {
  .title-wrp {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

.title-en {
  display: inline-block;
  font-size: min(5.5em, 12vw);
  line-height: 1;
  margin: 0;
  padding: 0;
  font-family: var(--en), sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  padding: 0 .25em;
  /* padding: .5em; */
  position: relative;
  vertical-align: middle;
  transform: translateY(-20%);
  color: #999;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: .1em;
}

@media screen and (max-width:767px) {
  .title-en {
    display: block;
    text-align: center;
    padding: 0;
    text-decoration-thickness: 1px;
  }

}

/* .title-en::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border-bottom: 1px solid;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width:767px) {
  .title-en::after {
    display: none;
  }
} */

.title-jp {
  display: inline-block;
  font-size: min(1.5em, 4.5vw);
  font-weight: 600;
  line-height: 2;
  margin: 0 0 2em;
  padding: 0;
  letter-spacing: .1em;
  padding-left: .75em;
  vertical-align: baseline;
}

@media screen and (max-width:767px) {
  .title-jp {
    display: block;
    padding-left: 0;
  }
}

.title-jp .frame {
  display: inline-block;
  padding: .2em .4em;
  border: 1px solid;
  font-size: .9em;
  line-height: 1.5;
}

.title-fukidashi {
  display: inline-block;
  font-size: min(1.5em, 5vw);
  padding: 0 1em;
  margin: 0 0 2em;
  letter-spacing: .05em;
  position: relative;
}

@media screen and (max-width:767px) {
  .title-fukidashi {
    /* padding: 0 1em; */
  }
}

.title-fukidashi::before,
.title-fukidashi::after {
  content: '';
  width: 0;
  border-left: 1px solid #222;
  display: inline-block;
  position: absolute;
  height: 105%;
  top: 0;
}

.title-fukidashi::before {
  left: 0;
  transform: translateY(.1em) rotate(-35deg);
}

.title-fukidashi::after {
  transform: translateY(.1em) rotate(35deg);
  right: 0;
}

@media screen and (max-width:767px) {
  .title-fukidashi::before {
    transform: translateY(.1em) rotate(-27deg);
  }

  .title-fukidashi::after {
    transform: translateY(.1em) rotate(27deg);
  }
}

/* dash title */
.title-dash {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
  letter-spacing: .05em;
  font-size: min(1.5em, 4vw);
  line-height: 1.5;
  font-family: var(--en), sans-serif;
  margin: 1em 0 .5em;
}

.title-dash::before,
.title-dash::after {
  content: '';
  width: 1em;
  height: 0;
  border-top: 1px solid #222;
  display: inline-block;
  position: absolute;
  top: 50%;
}

.title-dash::before {
  left: -.75em;
}

.title-dash::after {
  right: -.75em;
}

.lead {
  font-size: min(1.1em, 4vw);
  line-height: 2;
  margin: 0 auto 1em;
  padding: 0;

}

.frame-title-en {
  display: block;
  border: 1px solid;
  width: 110px;
  aspect-ratio: 1/1;
  margin-bottom: 2em;
  font-size: min(.85em, 3vw);
  padding: 1em;
  font-family: var(--en), sans-serif;
  position: relative;
}

.frame-title-en::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5%;
  left: 5%;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

@media screen and (max-width:767px) {
  .frame-title-en {
    width: 90px;
    font-size: min(.85em, 3.5vw);
  }
}


.frame-title-en .number {
  display: block;
  font-size: 2.8em;
  line-height: 1.2;
}

.tatekae {
  overflow: clip;
}

/* main */
.main-view {
  display: flex;
  position: relative;
  z-index: 4;
}

@media screen and (max-width:767px) {
  .main-view {
    flex-wrap: wrap;
    height: auto;
  }
}

.main-view__img {
  position: relative;
  width: 82%;
  min-height: 640px;
  height: calc(100vh - 90px);
  overflow: hidden;
}

@media screen and (max-width:767px) {
  .main-view__img {
    width: 100%;
    min-height: 45vh;
    height: 45vh;
    order: 0;
  }
}

.main-view__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-title-wrp {
  width: 18%;
  position: relative;
}

@media screen and (max-width:767px) {
  .main-title-wrp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: static;
  }
}

.main-title-wrp .main-title {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  margin: 0 auto 2em;
  padding: .75em 0;
  font-weight: 600;
  letter-spacing: .1em;
  font-size: 1.2vw;
  background-color: #43484e;
  color: #fff;
  text-align: center;
}

.main-title-wrp .main-title .large {
  display: block;
  letter-spacing: .15em;
  font-size: 1.55em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: .3em;
}

@media screen and (max-width:767px) {
  .main-title-wrp .main-title {
    width: 25%;
    font-size: 2.5vw;
    position: absolute;
    top: 10px;
    left: unset;
    right: 10px;
  }

  .main-title-wrp .main-title .large {
    font-size: 1.25em;
  }
}

.main-title-wrp .main-lead {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-weight: normal;
  font-size: 2.6vw;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.8;
  margin: 0 1.5em 0 auto;
}

@media screen and (max-width:767px) {
  .main-title-wrp .main-lead {
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    writing-mode: unset;
    text-align: center;
    margin: 2em auto .5em;
    order: 1;
    font-size: 6vw;
    padding-left: 0;
    line-height: 1.6;
  }
}

.main-title-wrp .main-lead .slogan-box span {
  opacity: 0;
  display: inline-block;
  transition: all 1.5s;
}

.main-title-wrp .main-lead .slogan-box span.on {
  opacity: 1;
}



.fadein {
  filter: blur(5px);
  opacity: 0;
  transition: all 0.5s 0s ease-out;
}

.fadein.on {
  filter: blur(0);
  opacity: 1;
}

.scrlin {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s 0s ease-out;
}

.scrlin.zoom {
  opacity: 0;
  transform: translateY(0) scale(1.1);
  transition: all 0.75s 0s ease-out;
}

.scrlin.on {
  opacity: 1;
  transform: translateY(0);
}

.scrlin.zoom.on {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.note-wrp {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2em 0 1em;
  text-indent: -1em;
  color: #fff;
  text-align: left;
  margin-inline: auto;
  font-size: min(12px, 2.55vw);
  line-height: 1.5;
  position: absolute;
  left: 1em;
  bottom: 1.5em;
  text-shadow: 0 0 3px rgba(65, 33, 14, 0.7);
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .note-wrp {
    max-width: 70%;
  }
}

/* intro
-----------------------------------------------------*/

.intro-wrp {
  width: 90%;
  padding: 4em 2em 8em;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .intro-wrp {
    width: 100%;
    padding: 0 1em 4em;
  }
}

.intro-title-wrp {
  text-align: center;
  margin: 4em auto 0;
}

.intro-title {
  display: inline-block;
  font-size: min(1.5em, 5vw);
  line-height: 1.6;
  letter-spacing: .2em;
  position: relative;
  text-align: center;
}

.intro-title::before {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #222;
  position: absolute;
  bottom: -.2em;
  left: 0;
}



.intro-lead {
  font-size: min(1.2em, 3.5vw);
  letter-spacing: .1em;
  line-height: 2.4;
  text-align: center;

}

@media screen and (max-width:767px) {
  .intro-lead {
    letter-spacing: 0;
  }
}

.intro-frame-wrp {
  padding-top: 6em;
}

@media screen and (max-width:767px) {

  .intro-frame-wrp {
    padding-top: 1em;
  }
}

.intro-frame {
  border: 1px solid #999;
  padding: 1em 1.5em 1em;
  padding-left: 6%;
  width: 45%;
  position: relative;
  margin-bottom: 4em;
}

@media screen and (max-width:767px) {
  .intro-frame {
    width: 100%;
    padding: 1em;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
}

.intro-frame p {
  display: inline-block;
  font-size: min(1em, 3.2vw);
  line-height: 1.6;
  padding: 0 1.5em;
  letter-spacing: .1em;
  position: relative;
}

@media screen and (max-width:767px) {
  .intro-frame p {
    width: 70%;
    padding: 0 1em;
  }
}

.intro-frame .illust {
  max-width: 200px;
}

.intro-frame img {
  width: 100%;
}

.frame1 {
  padding-left: 2%;
  transform: translate(0, -5%);
  z-index: 2;
}

.frame2 {
  width: 40%;
  transform: translate(-8%, 40%);
  z-index: 1;
}

.frame3 {
  padding-left: 5%;
  width: 42%;
  transform: translate(15%, -30%);
  z-index: 3;
}

.frame4 {
  padding-left: 15%;
  transform: translate(-15%, 45%);
}

@media screen and (max-width:767px) {

  .frame1,
  .frame2,
  .frame3,
  .frame4 {
    width: 100%;
    padding-left: 6%;
    transform: translate(0, 0);
    margin-bottom: 1em;
  }
}

.frame1 .illust {
  position: absolute;
  bottom: 28%;
  right: -4%;
  max-width: 180px;
}

.frame2 .illust {
  position: absolute;
  bottom: -2em;
  right: -2%;
}

.frame3 .illust {
  position: absolute;
  bottom: 5%;
  left: -16%;
  max-width: 190px;
}

.frame4 .illust {
  position: absolute;
  bottom: -2em;
  left: 4%;
  max-width: 180px;
}

@media screen and (max-width:767px) {

  .frame1 .illust,
  .frame2 .illust,
  .frame3 .illust,
  .frame4 .illust {
    position: static;
    width: 30%;
    padding: 0;
    margin: 0 auto;
  }
}

/* point
-----------------------------------------------------*/
.point-wrp {
  background-color: #f9f9f9;
  padding: 5em 0;
}

@media screen and (max-width: 767.9px) {
  .point-wrp {
    padding-bottom: 0;
  }
}

.slider {
  margin-bottom: 2em;
}

.slider__item {
  padding: 2em 4em;
}

@media screen and (max-width:767px) {
  .slider__item {
    padding: 1em;
  }
}

.slider__item .slider__img {
  width: 70%;
}

@media screen and (max-width:767px) {
  .slider__item .slider__img {
    width: 100%;
  }
}

.slider__text-wrp {
  width: 24%;
}

@media screen and (max-width:767px) {
  .slider__text-wrp {
    width: 100%;
  }
}

.slider__title {
  margin-top: 1em;
  font-size: min(1.4em, 5vw);
  font-weight: 600;
  line-height: 1.6;
}

.slider__text {
  font-size: min(.95em, 3.5vw);
  line-height: 2;
  text-align: justify;
  margin-top: 1.5em;
}

.slick-slider div {
  transition: none;
}

.point-slide .slick-slide {
  opacity: .5;
  transition: opacity .5s;
}

.point-slide .slick-slide.slick-center {
  opacity: 1;
}

.point-slide .slick-dots {
  bottom: -1em;
}

/* advantage
-----------------------------------------------------*/
.advantage-wrp {
  padding: 6em 1em;
  background-color: #ebeeee;
}

.advantage {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.advantage__title {
  display: inline-block;
  font-size: min(1.5em, 5vw);
  font-weight: 600;
  line-height: 1.6;
  margin: 1em 0;
  padding: 0;
  letter-spacing: .1em;
}

.advantage .frame-title-en {
  transform: translateX(-2em);
}

@media screen and (max-width:767px) {
  .advantage .frame-title-en {
    transform: translateX(0);
  }
}

.advantage__img-wrp {
  width: 50%;
  order: 0;
  overflow: hidden;
}

@media screen and (max-width:767px) {

  .advantage__img-wrp {
    width: 100%;
    order: 0;
    overflow: hidden;
  }
}

.advantage .flex-between:nth-child(2n + 1) .advantage__img-wrp {
  order: 1;
}

.advantage__img-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-wrp {
  width: 50%;
  padding: 2% 7.5% 7.5%;
  text-align: left;
  background-color: #fff;
}

@media screen and (max-width:767px) {

  .detail-wrp {
    width: 100%;
    padding: 1.5em;
    order: 1;
    margin-bottom: 2em;
  }
}

.detail-wrp .detail-wrp__text {
  font-size: min(1em, 3.5vw);
  line-height: 2;
  text-align: justify;

}

/* plan */
.plan-wrp {
  padding: 4em 0;
}

.plan-title {
  width: fit-content;
  margin: 0 auto 1em;
  color: #d5894b;
  border: 3px double;
  padding: .5em 3em;
  font-size: min(1.5em, 4.5vw);
  font-weight: 600;
  letter-spacing: .1em;
}

@media screen and (max-width:767px) {
  .plan-title {
    padding: .5em 1em;
  }
}

.plan-ex-wrp {
  width: 94vw;
  max-width: 1200px;
  margin: -12em auto 3em;
  background-color: #f9f9f7;
  padding: 8em 2em 1em;
  border: 1px solid #ddd;
  position: relative;
}

@media screen and (max-width:767px) {
  .plan-ex-wrp {
    margin: 4em auto;
    padding: 1em 1em 0;
  }
}

.plan-ex-wrp::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 8px;
  left: 8px;
  border-bottom: 6px solid #ddd;
  border-right: 6px solid #ddd;
}


.plan-ex-title-wrp {
  width: 160px;
  height: 160px;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-self: center;
  flex-wrap: wrap;
  border: 1px solid;
  position: absolute;
  top: -5%;
  left: -2%;
  background-color: #fff;
}

@media screen and (max-width:767px) {
  .plan-ex-title-wrp {
    width: fit-content;
    height: auto;
    position: relative;
    margin: -4em auto 2em;
  }
}

.plan-ex-title-wrp::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  border-bottom: 3px solid rgba(213, 137, 75, .8);
  border-right: 3px solid rgba(213, 137, 75, .8);
}

.plan-ex-title-inner {
  width: 100%;
  text-align: center;
}

.plan-title-en {
  font-size: min(2em, 4vw);
  margin: 0 auto;
  padding: 0;
  font-family: var(--en);
}

.plan-ex-title {
  margin: 0;
  padding: 0;
  font-size: min(.95em, 3.5vw);
}

.family-illust {
  width: 70%;
  max-width: 400px;
  margin: 1em auto;
}

.plan-wrp .flex-center {
  margin: 2em auto;
}

@media screen and (max-width:767px) {
  .plan-wrp .flex-center {
    margin: 2em auto;
    display: block;
  }
}

.gap1 {
  gap: 1em;
}

.gap2 {
  gap: 2em;
}

.gap3 {
  gap: 3em;
}

.plan-wrp .box1 {
  width: 56%;
}

@media screen and (max-width:767px) {
  .plan-wrp .box1 {
    width: 100%;
  }
}

.plan-wrp .box2 {
  width: 44%;
}

@media screen and (max-width:767px) {
  .plan-wrp .box2 {
    width: 80%;
  }
}


/* banner */

.application-wrp {
  width: min(900px, 94vw);
  margin: 7em auto 2em;
  background-color: #f0f0eb;
  position: relative;
  border-radius: 3px;
  border: 1px solid #222;
}

@media screen and (max-width:767px) {
  .application-wrp {
    margin: 2em auto 0;
  }

}

.application-wrp .book-img-wrp {
  width: 50%;
  position: relative;
  padding: 1em 1em 2em;
}

@media screen and (max-width:767px) {

  .application-wrp .book-img-wrp {
    width: 100%;
    background-color: #f3f3f3;
  }
}

.application-text-wrp {
  width: 50%;
  padding: 2.5em .5em;
  text-align: center;
}

.application-text-wrp .note {
  transform: translateY(.5em);
}

.plan-wrp .application-text-wrp {
  padding: 1.5em .5em;
}

@media screen and (max-width:767px) {

  .plan-wrp .application-text-wrp,
  .application-text-wrp {
    width: 100%;
    padding: 2em 1em;
  }
}

.webbook-wrp {
  position: relative;
  width: 30%;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: center;
}

.book-wrp {
  position: relative;
  width: 60%;
}

.point-wrp .webbook-wrp {
  margin-left: 2em;
}

.point-wrp .book-wrp {
  width: 50%;
  margin-left: 1em;
}

.advantage-wrp .webbook-wrp {
  width: 25%;
  transform: translateX(2em);
}

@media screen and (max-width:767px) {
  .advantage-wrp .webbook-wrp {
    transform: translateX(0);
  }
}

.advantage-wrp .book-wrp {
  width: 60%;
  margin-left: 2em;
}

@media screen and (max-width:767px) {
  .advantage-wrp .book-wrp {
    margin-left: 1em;
  }
}

.summary-wrp .webbook-wrp {
  width: 30%;
}

.summary-wrp .book-wrp {
  width: 60%;
  align-items: end;
  gap: 0 5%;
}

@media screen and (max-width:767px) {
  .summary-wrp .book-img-wrp.flex-center {
    justify-content: space-around;
  }

  .summary-wrp .webbook-wrp {
    width: 25%;
  }

  .summary-wrp .book-wrp {
    width: 50%;
  }
}

.book-img {
  display: flex;
  align-items: end;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}

.book1 {
  width: 90%;
  max-width: 180px;
}

.book2 {
  width: 45%;
  max-width: 180px;
}

.book3 {
  width: 30%;
  max-width: 240px;
}

.book4 {
  width: 45%;
  max-width: 180px;
}

.plan-wrp .book-wrp {
  width: 70%;
}

@media screen and (max-width:767px) {
  .plan-wrp .book-wrp {
    width: 75%;
    padding-left: 3%;
  }
}

.plan-wrp .webbook-wrp {
  width: 20%;
}

.plan-wrp .book2,
.plan-wrp .book4 {
  width: 25%;
}

.plan-wrp .book3 {
  width: 40%;
}

.plan-wrp .book1 {
  width: 88%;
  margin-left: auto;
}


.book-img-wrp .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  width: 8em;
  height: 8em;
  font-size: min(.7em, 2vw);
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  background-color: #6cb2bf;
  position: absolute;
  top: -4.5em;
  z-index: 3;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}


.application-wrp .book-img-wrp .circle {
  width: 5em;
  height: 5em;
  top: unset;
  bottom: -2.5em;
  left: -3em;
}

@media screen and (max-width:767px) {

  .application-wrp .book-img-wrp .circle {
    left: -1em;
  }
}

.webbook-wrp .circle {
  background-color: #4e9b90;
}

.plan-wrp .book-wrp .circle {
  background-color: #d5894b;
}

@media screen and (max-width:767px) {
  .book-img-wrp .circle {
    top: -7em;
    bottom: unset;
    left: 1em;
  }
}

.book-img-wrp .caption {
  display: block;
  width: 100%;
  text-align: center;
  font-size: min(.9em, 2.5vw);
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

.application-wrp .title-fukidashi {
  font-size: min(1.1em, 4vw);
  margin-bottom: 1em;
}

.application-wrp__btn {
  display: block;
  width: min(350px, 100%);
  padding: 1em 2em;
  margin-inline: auto;
  color: #fff;
  background-color: #6cb2bf;
  border-radius: 0.56em;
  letter-spacing: 0.15em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  font-weight: 600;
  line-height: 1.5;
}

.main-view .application-wrp__btn {
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  padding: .5em 1em;
  border-radius: 5px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.main-view .application-wrp__btn.on {
  opacity: 1;
  visibility: visible;

}

@media screen and (max-width:767px) {
  .main-view .application-wrp__btn {
    margin: 0 auto;
    width: 90%;
  }
}

.main-view .application-wrp__btn::before,
.main-view .application-wrp__btn::after {
  right: 1.5em;
}

.point-wrp .application-wrp__btn {
  background-color: #4e9b90;
}

.plan-wrp .application-wrp__btn {
  background-color: #d5894b;
}

.application-wrp__btn:hover {
  background-color: #222;
}

.application-wrp__btn::before,
.application-wrp__btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 2em;
  top: 50%;
  border-color: #fff;
}

.application-wrp__btn::before {
  width: 1.2em;
  height: 1.2em;
  border: solid 1px;
  border-radius: 50%;
  transform: translate(50%, -50%);
}

.application-wrp__btn::after {
  width: 0.4em;
  height: 0.4em;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: translate(25%, -50%) rotate(45deg) skew(-7deg, -7deg);
}

/* summary
-----------------------------------------------------*/
.summary-wrp {
  background-color: #f9f9f9;
  padding: 4em 1em;
}

.summary-wrp .title {
  font-size: min(1.4em, 4.5vw);
  font-weight: 600;
  letter-spacing: .12em;
  margin: 1em auto 4em;
  width: fit-content;
  padding: .25em 3em;
  color: #d5894b;
  border: 2px solid;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
  position: relative;
}

@media screen and (max-width:767px) {
  .summary-wrp .title {
    padding: .25em 1em;
  }
}

.summary-wrp .title::before,
.summary-wrp .title::after {
  content: '';
  background-color: #d5894b;
  width: 1.8em;
  height: 100%;
  position: absolute;
  top: 20%;
  clip-path: polygon(0% 0%, 100% 0, 60% 50%, 100% 100%, 0% 100%, 0 96%, 92% 96%, 54% 50%, 92% 4%, 0 4%);
}

.summary-wrp .title::before {
  left: -2.3em;
  rotate: 180deg;
}

.summary-wrp .title::after {
  right: -2.3em;
}


.summary-wrp .webbook-wrp .circle {
  left: -1em;
  /* padding-left: .5em; */
}

.summary-wrp .book-wrp .circle {
  left: 3em;
}

@media screen and (max-width:767px) {

  .summary-wrp .book-wrp .circle,
  .summary-wrp .webbook-wrp .circle {
    left: -3em;
    top: -4em;
  }
}

.summary-wrp .webbook-wrp .circle sup {
  transform: translateY(.7em);
}

.summary-wrp .webbook-wrp::before {
  content: '+';
  font-size: min(4em, 10vw);
  width: fit-content;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: -.25em;
  transform: translate(0, -100%);
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width:767px) {
  .summary-wrp .webbook-wrp::before {
    right: -.75em;
  }
}

.summary-wrp .book-img-wrp {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 3em;
}

.summary-wrp .title-fukidashi {
  font-size: min(1.7em, 5vw);
  line-height: 1.5;
  margin-bottom: 0;
}

.summary-wrp .title-fukidashi .sml {
  display: inline-block;
  font-size: .75em;
  padding: 0 .5em;
}

.summary-wrp .application-wrp__btn {
  font-size: min(1.3em, 4vw);
  width: min(600px, 100%);
}