@charset "UTF-8";
/* line 1, styyle.scss */
.wrap {
  overflow: hidden; }

/* line 4, styyle.scss */
img {
  width: 100%; }

@media screen and (max-width: 768px) {
  /* line 7, styyle.scss */
  p {
    font-size: 16px; } }

/* line 12, styyle.scss */
.content {
  width: 100%; }

/* line 15, styyle.scss */
.main-visual {
  position: relative;
  background: url("../images/bg_001.jpg") #facd68 no-repeat;
  background-size: contain;
  width: 100vw;
  height: 533px;
  margin: 0 calc(50% - 50vw); }
  @media screen and (max-width: 1200px) {
    /* line 15, styyle.scss */
    .main-visual {
      width: 1200px;
      margin-left: 0; } }
  @media screen and (max-width: 768px) {
    /* line 15, styyle.scss */
    .main-visual {
      width: 100vw;
      background: url("../images/bg_001_sp.jpg") #facd68 no-repeat;
      height: 176vw; } }
  /* line 32, styyle.scss */
  .main-visual h1 {
    width: 524px;
    padding-top: 4rem;
    margin-bottom: 2rem; }
    @media screen and (max-width: 768px) {
      /* line 32, styyle.scss */
      .main-visual h1 {
        width: 100%;
        padding-top: 1.5rem; } }
  /* line 41, styyle.scss */
  .main-visual .point {
    width: 570px;
    position: absolute;
    top: 0;
    right: 15rem; }
    @media screen and (max-width: 768px) {
      /* line 41, styyle.scss */
      .main-visual .point {
        width: 90%;
        margin: 1rem 0 0 2.1rem;
        position: static; } }

/* line 53, styyle.scss */
h2 {
  font-size: 40px !important;
  font-family: Barlow,YuGothic, '游ゴシック', sans-serif;
  line-height: 1.2;
  margin: 0 0 0 0;
  color: #000 !important;
  text-align: center;
  letter-spacing: 7px; }
  @media screen and (max-width: 768px) {
    /* line 53, styyle.scss */
    h2 {
      font-size: 24px; } }
  /* line 64, styyle.scss */
  h2 span {
    display: block;
    font-size: 16px;
    color: #ffbc22; }
    @media screen and (max-width: 768px) {
      /* line 64, styyle.scss */
      h2 span {
        font-size: 16px; } }

/* line 73, styyle.scss */
.midashi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-top: 45px; }
  @media screen and (max-width: 768px) {
    /* line 73, styyle.scss */
    .midashi {
      display: block;
      padding-bottom: 6px; } }
  /* line 85, styyle.scss */
  .midashi h2 {
    margin-top: 0 !important;
    text-align: left;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      /* line 85, styyle.scss */
      .midashi h2 {
        display: block; } }
    /* line 93, styyle.scss */
    .midashi h2 span {
      margin-left: 20px;
      padding-top: 6px; }
      @media screen and (max-width: 768px) {
        /* line 93, styyle.scss */
        .midashi h2 span {
          margin: 0; } }
  /* line 101, styyle.scss */
  .midashi .name {
    color: #000;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 6px;
    margin-right: 70px; }
    @media only screen and (max-width: 768px) {
      /* line 101, styyle.scss */
      .midashi .name {
        font-size: 18px; } }

/* line 113, styyle.scss */
.list-box {
  border: 2px solid #f96e2a;
  border-radius: 15px;
  margin-top: 5rem;
  padding: 1rem 3rem 2rem; }
  @media screen and (max-width: 768px) {
    /* line 113, styyle.scss */
    .list-box {
      padding: 1rem; } }
  /* line 121, styyle.scss */
  .list-box h3 {
    background: #f96e2a;
    color: #fff !important;
    width: 15rem;
    margin: -33px auto 0 !important;
    text-align: center;
    letter-spacing: 5px;
    display: block !important; }
  /* line 130, styyle.scss */
  .list-box h3::after {
    display: none; }
  /* line 133, styyle.scss */
  .list-box ul {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      /* line 133, styyle.scss */
      .list-box ul {
        margin: 10px 0; } }
    /* line 141, styyle.scss */
    .list-box ul li {
      width: 25%;
      position: relative;
      padding-left: 25px;
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        /* line 141, styyle.scss */
        .list-box ul li {
          width: 100%;
          margin-top: 16px;
          font-size: 16px; } }
    /* line 152, styyle.scss */
    .list-box ul li:nth-child(1),
    .list-box ul li:nth-child(4),
    .list-box ul li:nth-child(7) {
      width: 34%; }
      @media screen and (max-width: 768px) {
        /* line 152, styyle.scss */
        .list-box ul li:nth-child(1),
        .list-box ul li:nth-child(4),
        .list-box ul li:nth-child(7) {
          width: 100%; } }
    /* line 160, styyle.scss */
    .list-box ul li::before {
      content: "";
      display: block;
      position: absolute;
      background: url("../images/icon_arrow_001.svg");
      width: 20px;
      height: 20px;
      top: 5px;
      left: 0; }
      @media screen and (max-width: 768px) {
        /* line 160, styyle.scss */
        .list-box ul li::before {
          top: 1px; } }

/* line 176, styyle.scss */
.price {
  background: #fdf4dc;
  margin-top: 5rem;
  padding-top: 1px; }
  @media screen and (max-width: 768px) {
    /* line 176, styyle.scss */
    .price {
      padding-top: 2rem; } }
  /* line 183, styyle.scss */
  .price ul {
    width: 90%;
    margin: 50px auto 30px !important;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      /* line 183, styyle.scss */
      .price ul {
        margin-top: 30px;
        display: block; } }
    /* line 192, styyle.scss */
    .price ul li {
      background: #fff;
      border-radius: 15px;
      padding: 20px 20px 25px;
      width: 31%;
      font-weight: bold;
      font-size: 20px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        /* line 192, styyle.scss */
        .price ul li {
          width: 100%;
          margin-top: 20px; } }
      /* line 204, styyle.scss */
      .price ul li dt {
        border-bottom: 2px solid #ffbc22;
        padding-bottom: 5px; }
      /* line 208, styyle.scss */
      .price ul li dd {
        color: #f96e2a;
        font-size: 33px;
        margin-top: 15px;
        line-height: 0.9; }
        /* line 213, styyle.scss */
        .price ul li dd span {
          font-size: 20px;
          padding: 0 5px 0; }
        /* line 217, styyle.scss */
        .price ul li dd .x-small {
          font-size: 16px; }
  /* line 223, styyle.scss */
  .price p {
    text-align: center;
    font-weight: bold; }
  /* line 227, styyle.scss */
  .price .band {
    background: #ffbc22;
    padding: 11px 0 8px;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      /* line 227, styyle.scss */
      .price .band {
        padding-bottom: 1px;
        font-size: 24px; } }
    /* line 235, styyle.scss */
    .price .band p {
      margin-top: 0 !important;
      color: #fff;
      font-size: 26px; }

/* line 243, styyle.scss */
.menu {
  display: flex;
  margin-top: 5rem !important;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    /* line 243, styyle.scss */
    .menu {
      display: block; } }
  /* line 250, styyle.scss */
  .menu li {
    width: 20%;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    border-left: 1px solid;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; }
    @media screen and (max-width: 768px) {
      /* line 250, styyle.scss */
      .menu li {
        width: 100%;
        font-size: 16px;
        border-top: 1px solid;
        border-left: none;
        height: auto;
        padding: 10px 0;
        text-align: left; } }
    /* line 270, styyle.scss */
    .menu li a {
      text-decoration: none !important;
      display: block;
      width: 100%;
      padding: 10px 0; }
    /* line 276, styyle.scss */
    .menu li a:hover {
      opacity: 0.6; }
  /* line 280, styyle.scss */
  .menu li:last-child {
    border-right: 1px solid; }
    @media screen and (max-width: 768px) {
      /* line 280, styyle.scss */
      .menu li:last-child {
        border-bottom: 1px solid;
        border-right: none; } }
  /* line 287, styyle.scss */
  .menu li::after {
    content: ' ';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #ffbc22;
    border-right: solid 2px #ffbc22;
    transform: rotate(45deg);
    bottom: 0;
    left: 48%; }
    @media screen and (max-width: 768px) {
      /* line 287, styyle.scss */
      .menu li::after {
        top: 40%;
        right: 1.5rem;
        left: auto; } }

/* line 306, styyle.scss */
.plan_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-direction: column;
  margin-top: 5rem; }
  @media screen and (max-width: 768px) {
    /* line 306, styyle.scss */
    .plan_box {
      display: block; } }
  /* line 315, styyle.scss */
  .plan_box h2 {
    text-align: center;
    font-size: 33px !important;
    letter-spacing: 0;
    width: 50%; }
    @media screen and (max-width: 768px) {
      /* line 315, styyle.scss */
      .plan_box h2 {
        width: 100%;
        font-size: 28px !important; } }
    /* line 324, styyle.scss */
    .plan_box h2 img {
      width: 5vw;
      display: block;
      margin: 0 auto 10px; }
      @media screen and (max-width: 768px) {
        /* line 324, styyle.scss */
        .plan_box h2 img {
          width: 15vw; } }
  /* line 333, styyle.scss */
  .plan_box .text {
    width: 50%; }
    @media screen and (max-width: 768px) {
      /* line 333, styyle.scss */
      .plan_box .text {
        width: 100%;
        margin-top: 1em; } }
  /* line 340, styyle.scss */
  .plan_box .image {
    z-index: 1;
    width: 45%;
    position: absolute;
    top: 7rem; }
    @media screen and (max-width: 768px) {
      /* line 340, styyle.scss */
      .plan_box .image {
        position: static;
        width: 100%; } }
  /* line 350, styyle.scss */
  .plan_box .answer {
    width: 60vw;
    background: #fdf4dc;
    position: relative;
    height: 20vw;
    margin-top: 5rem; }
    @media screen and (max-width: 768px) {
      /* line 350, styyle.scss */
      .plan_box .answer {
        width: 100%;
        height: auto;
        padding: 2rem 2rem 0; } }
    /* line 361, styyle.scss */
    .plan_box .answer h3 {
      width: 280px;
      margin: -2rem auto 0; }
    /* line 365, styyle.scss */
    .plan_box .answer ul {
      width: 80%;
      margin: 2rem auto 0; }
      @media screen and (max-width: 768px) {
        /* line 365, styyle.scss */
        .plan_box .answer ul {
          width: 100%; } }
    /* line 372, styyle.scss */
    .plan_box .answer li {
      margin-bottom: 8px;
      position: relative;
      padding-left: 15px; }
      @media screen and (max-width: 768px) {
        /* line 372, styyle.scss */
        .plan_box .answer li {
          font-size: 16px;
          margin-bottom: 15px; } }
    /* line 381, styyle.scss */
    .plan_box .answer li:last-child {
      margin-bottom: 0; }
    /* line 384, styyle.scss */
    .plan_box .answer li::before {
      position: absolute;
      content: ' ';
      background: #f96e2a;
      border-radius: 50%;
      width: 9.8px;
      height: 10px;
      top: 10px;
      left: 0; }
      @media screen and (max-width: 768px) {
        /* line 384, styyle.scss */
        .plan_box .answer li::before {
          top: 7px; } }
    /* line 397, styyle.scss */
    .plan_box .answer .illust {
      position: absolute;
      bottom: 0;
      width: 9vw; }
      @media screen and (max-width: 768px) {
        /* line 397, styyle.scss */
        .plan_box .answer .illust {
          position: static;
          width: 25vw;
          margin: 2rem auto 0; } }

@media screen and (min-width: 768px) {
  /* line 411, styyle.scss */
  .plan h3.sp {
    display: none; } }
@media screen and (max-width: 768px) {
  /* line 418, styyle.scss */
  .plan h3.sp {
    width: 70%;
    margin: 2rem auto -7.5rem;
    z-index: 1;
    position: relative; }
  /* line 424, styyle.scss */
  .plan s3.sp::after {
    display: none; }

  /* line 429, styyle.scss */
  .answer h3.pc {
    display: none !important; } }
/* line 435, styyle.scss */
.plan_r {
  align-items: flex-end; }
  /* line 437, styyle.scss */
  .plan_r .image {
    left: 0; }
  /* line 440, styyle.scss */
  .plan_r .answer {
    margin-right: calc(60% - 60vw);
    padding-right: calc(60vw - 60%);
    padding-left: 8vw; }
    @media screen and (max-width: 768px) {
      /* line 440, styyle.scss */
      .plan_r .answer {
        margin-right: 0;
        padding: 2rem 2rem 0; } }
  /* line 449, styyle.scss */
  .plan_r .illust {
    left: -42px; }

/* line 454, styyle.scss */
.plan_l {
  align-items: flex-start; }
  /* line 456, styyle.scss */
  .plan_l .image {
    right: 0; }
  /* line 459, styyle.scss */
  .plan_l .answer {
    margin-left: calc(60% - 60vw);
    padding-left: calc(60vw - 60%);
    padding-right: 8vw; }
    @media screen and (max-width: 768px) {
      /* line 459, styyle.scss */
      .plan_l .answer {
        margin-left: 0;
        padding: 2rem 2rem 0; } }
  /* line 468, styyle.scss */
  .plan_l .illust {
    right: -42px; }

/* line 473, styyle.scss */
#plan02 .answer {
  height: 21vw; }
  @media screen and (max-width: 768px) {
    /* line 473, styyle.scss */
    #plan02 .answer {
      height: auto; } }
/* line 479, styyle.scss */
#plan02 .illust {
  width: 18vw;
  right: -92px; }
  @media screen and (max-width: 768px) {
    /* line 479, styyle.scss */
    #plan02 .illust {
      width: 55vw; } }

/* line 488, styyle.scss */
#plan03 .answer, #plan07 .answer {
  height: 21vw; }
  @media screen and (max-width: 768px) {
    /* line 488, styyle.scss */
    #plan03 .answer, #plan07 .answer {
      height: auto; } }
/* line 494, styyle.scss */
#plan03 .illust, #plan07 .illust {
  width: 18vw;
  left: -122px;
  bottom: -10px; }
  @media screen and (max-width: 768px) {
    /* line 494, styyle.scss */
    #plan03 .illust, #plan07 .illust {
      width: 53vw; } }

/* line 505, styyle.scss */
#plan04 .answer ul {
  width: 90%; }
/* line 508, styyle.scss */
#plan04 .answer .illust {
  width: 12vw;
  right: -70px; }
  @media screen and (max-width: 768px) {
    /* line 508, styyle.scss */
    #plan04 .answer .illust {
      width: 40vw; } }

/* line 518, styyle.scss */
#plan05 .illust {
  width: 8vw;
  left: -20px; }
  @media screen and (max-width: 768px) {
    /* line 518, styyle.scss */
    #plan05 .illust {
      width: 25vw; } }

/* line 527, styyle.scss */
#plan06 .answer {
  height: 20vw; }
  @media screen and (max-width: 768px) {
    /* line 527, styyle.scss */
    #plan06 .answer {
      height: auto; } }
/* line 533, styyle.scss */
#plan06 .illust {
  width: 21vw;
  right: -142px; }
  @media screen and (max-width: 768px) {
    /* line 533, styyle.scss */
    #plan06 .illust {
      width: 65vw; } }

/* line 542, styyle.scss */
.cv {
  background: #f96e2a;
  border-radius: 15px;
  padding: 20px 50px 40px;
  margin-top: 7rem; }
  @media screen and (max-width: 768px) {
    /* line 542, styyle.scss */
    .cv {
      padding: 20px 26px 40px; } }
  /* line 550, styyle.scss */
  .cv h2 {
    color: #fff !important;
    position: relative;
    margin: 1rem auto 0;
    width: 19rem;
    font-size: 30px !important;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      /* line 550, styyle.scss */
      .cv h2 {
        width: 100%;
        font-size: 28px !important; } }
    /* line 561, styyle.scss */
    .cv h2 span {
      color: #fff !important; }
  /* line 565, styyle.scss */
  .cv h2::before,
  .cv h2::after {
    position: absolute;
    top: 14px;
    height: 3.5rem;
    width: 0.2rem;
    content: ' ';
    background: #fff; }
  /* line 574, styyle.scss */
  .cv h2::before {
    left: 0;
    transform: rotate(-30deg); }
    @media screen and (max-width: 768px) {
      /* line 574, styyle.scss */
      .cv h2::before {
        left: 5px; } }
  /* line 581, styyle.scss */
  .cv h2::after {
    right: 0;
    transform: rotate(30deg); }
    @media screen and (max-width: 768px) {
      /* line 581, styyle.scss */
      .cv h2::after {
        right: 10px; } }
  /* line 589, styyle.scss */
  .cv .btnarea {
    display: flex;
    justify-content: space-around; }
    @media screen and (max-width: 768px) {
      /* line 589, styyle.scss */
      .cv .btnarea {
        display: block; } }
    /* line 596, styyle.scss */
    .cv .btnarea .btn {
      width: 45%;
      margin-top: 2rem; }
      @media screen and (max-width: 768px) {
        /* line 596, styyle.scss */
        .cv .btnarea .btn {
          width: 100%; } }
      /* line 602, styyle.scss */
      .cv .btnarea .btn a {
        background: #fff;
        border-radius: 10px;
        color: #f96e2a;
        text-decoration: none;
        text-align: center;
        font-size: 36px;
        font-family: Barlow,YuGothic, '游ゴシック', sans-serif;
        font-weight: bold;
        position: relative;
        width: 100%;
        display: flex;
        line-height: 1.2;
        height: 100px;
        justify-content: center;
        align-items: center;
        letter-spacing: 2px;
        flex-wrap: wrap; }
        /* line 620, styyle.scss */
        .cv .btnarea .btn a span {
          display: block;
          font-size: 18px;
          margin-bottom: -35px;
          width: 100%; }
      /* line 627, styyle.scss */
      .cv .btnarea .btn a:hover {
        opacity: 0.8; }
      /* line 630, styyle.scss */
      .cv .btnarea .btn a::before {
        content: ' ';
        position: absolute;
        width: 10px;
        height: 10px;
        border: 0;
        border-bottom: solid 2px #f96e2a;
        border-right: solid 2px #f96e2a;
        transform: rotate(315deg);
        top: 45%;
        left: 2rem; }
        @media screen and (max-width: 768px) {
          /* line 630, styyle.scss */
          .cv .btnarea .btn a::before {
            left: 0.5rem; } }
    /* line 647, styyle.scss */
    .cv .btnarea .tel a {
      padding-left: 2rem; }
    /* line 650, styyle.scss */
    .cv .btnarea .tel a[href*="tel:"] {
      pointer-events: none; }
      @media screen and (max-width: 768px) {
        /* line 650, styyle.scss */
        .cv .btnarea .tel a[href*="tel:"] {
          pointer-events: auto; } }
    /* line 656, styyle.scss */
    .cv .btnarea .tel a::before {
      content: ' ';
      position: absolute;
      width: 35px;
      height: 35px;
      background: url("../images/icon_tel.png") no-repeat;
      border: none;
      background-size: contain;
      top: 31%;
      left: 2rem;
      transform: none; }
      @media screen and (max-width: 768px) {
        /* line 656, styyle.scss */
        .cv .btnarea .tel a::before {
          left: 1rem;
          top: 37%;
          width: 22px;
          height: 22px; } }
    /* line 674, styyle.scss */
    .cv .btnarea .tel p {
      color: #fff;
      text-align: center;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        /* line 674, styyle.scss */
        .cv .btnarea .tel p {
          margin-top: 10px; } }
  /* line 685, styyle.scss */
  .cv .btnarea::after {
    display: none; }

/* line 691, styyle.scss */
.qa h2 {
  margin-top: 8rem !important; }
/* line 694, styyle.scss */
.qa .box {
  margin: 3rem auto;
  font-size: 24px;
  border-top: 2px #dfdfdf solid;
  padding-top: 3rem; }
/* line 700, styyle.scss */
.qa .box:last-child {
  border-bottom: 2px #dfdfdf solid;
  padding-bottom: 3rem; }
/* line 704, styyle.scss */
.qa dl {
  margin: 0; }
  /* line 706, styyle.scss */
  .qa dl dt {
    font-weight: 900;
    margin-right: 20px;
    display: flex;
    align-items: center;
    font-size: 17px; }
    @media screen and (max-width: 768px) {
      /* line 706, styyle.scss */
      .qa dl dt {
        align-items: baseline; } }
    /* line 715, styyle.scss */
    .qa dl dt .qa_q {
      color: #f96e2a;
      font-size: 29px;
      margin-right: 1rem;
      display: block;
      font-family: Barlow,YuGothic, '游ゴシック', sans-serif; }
  /* line 723, styyle.scss */
  .qa dl dd {
    display: flex;
    align-items: baseline;
    font-size: 17px; }
    /* line 727, styyle.scss */
    .qa dl dd .qa_a {
      margin-top: -5px;
      font-size: 29px;
      font-family: Barlow,YuGothic, '游ゴシック', sans-serif;
      margin-right: 1rem;
      font-weight: bold; }

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