@charset "UTF-8";
/*------------------------------------------------
  COMMON(SP)
------------------------------------------------*/
/*リセット
/* img */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
  vertical-align: baseline; }

/* mixin
-----------------------*/
/* 共通
-----------------------*/
body {
  margin: 0; }

.page {
  margin: 0; }

a {
  text-decoration: none; }
  a:visited {
    color: none; }

.site-main {
  margin: 0 auto;
  position: relative; }

/* ヘッダー
-----------------------*/
.head {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0 70px;
  box-sizing: border-box; }
  .head .logo {
    width: 239px; }
  .head .outlink {
    width: 240px;
    height: 52px;
    background-color: #9b7d29;
    font-size: 20px;
    line-height: 20px;
    border-radius: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }

/* アイキャッチ
-----------------------*/
.eyechatch-a {
  width: 100%;
  background: linear-gradient(to bottom, #fff 0%, #fff 54.6%, #e9cc86 54.6%, #e9cc86 100%);
  height: 750px;
  position: relative; }
  .eyechatch-a .img01-2 {
    display: block;
    width: 100%;
    height: 410px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    .eyechatch-a .img01-2 .image {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      .eyechatch-a .img01-2 .image.sp {
        display: none; }
  .eyechatch-a .wrap {
    width: 1080px;
    margin: 0 auto;
    padding-top: 490px;
    position: relative; }
    .eyechatch-a .wrap .img01 {
      display: block;
      width: 996px;
      position: absolute;
      top: 55px;
      left: 42px;
      z-index: 1; }
      .eyechatch-a .wrap .img01 .image {
        width: 100%; }
        .eyechatch-a .wrap .img01 .image.sp {
          display: none; }
    .eyechatch-a .wrap .text02 {
      width: 100%;
      font-size: 22px;
      line-height: 36px;
      color: #000;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      padding-left: 60px;
      position: relative;
      z-index: 10; }
    .eyechatch-a .wrap .img02 {
      display: block;
      width: 420px;
      padding-left: 60px;
      margin: 40px 0 0;
      position: relative;
      z-index: 1; }
      .eyechatch-a .wrap .img02 .image {
        width: 100%; }

.eyechatch-b {
  width: 100%;
  background: linear-gradient(to bottom, #fff 0%, #fff 32.5%, #f4eede 32.5%, #f4eede 100%);
  height: 800px;
  position: relative; }
  .eyechatch-b .wrap {
    width: 1080px;
    margin: 0 auto;
    position: relative; }
    .eyechatch-b .wrap .img01 {
      display: block;
      width: 1073px;
      position: absolute;
      top: 55px;
      left: -40px;
      z-index: 1; }
      .eyechatch-b .wrap .img01 .image {
        width: 100%; }
        .eyechatch-b .wrap .img01 .image.sp {
          display: none; }
    .eyechatch-b .wrap .text01 {
      width: 100%;
      font-size: 47px;
      line-height: 80px;
      color: #000;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      writing-mode: vertical-rl;
      padding-right: 70px;
      padding-top: 25px;
      box-sizing: border-box;
      position: relative;
      z-index: 10; }
      .eyechatch-b .wrap .text01 .mr {
        margin-top: 20px; }
    .eyechatch-b .wrap .text02 {
      width: 100%;
      font-size: 22px;
      line-height: 36px;
      color: #000;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin-top: 45px;
      padding-left: 70px;
      position: relative;
      z-index: 10; }
    .eyechatch-b .wrap .img02 {
      display: block;
      width: 420px;
      padding-left: 70px;
      margin: 40px 0 0;
      position: relative;
      z-index: 1; }
      .eyechatch-b .wrap .img02 .image {
        width: 100%; }

.eyechatch-c {
  width: 100%;
  background: linear-gradient(to bottom, #fff 0%, #fff 32.5%, #f4eede 32.5%, #f4eede 100%);
  height: 800px;
  position: relative; }
  .eyechatch-c .wrap {
    width: 1080px;
    margin: 0 auto;
    position: relative; }
    .eyechatch-c .wrap .img01 {
      display: block;
      width: 1073px;
      position: absolute;
      top: 55px;
      left: -40px;
      z-index: 1; }
      .eyechatch-c .wrap .img01 .image {
        width: 100%; }
        .eyechatch-c .wrap .img01 .image.sp {
          display: none; }
    .eyechatch-c .wrap .text01 {
      width: 100%;
      font-size: 47px;
      line-height: 80px;
      color: #000;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      writing-mode: vertical-rl;
      padding-right: 70px;
      padding-top: 50px;
      box-sizing: border-box;
      position: relative;
      z-index: 10; }
      .eyechatch-c .wrap .text01 .mr {
        margin-top: 20px; }
    .eyechatch-c .wrap .text02 {
      width: 100%;
      font-size: 22px;
      line-height: 36px;
      color: #000;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin-top: 150px;
      padding-left: 70px;
      position: relative;
      z-index: 10; }
    .eyechatch-c .wrap .img02 {
      display: block;
      width: 420px;
      padding-left: 70px;
      margin: 25px 0 0;
      position: relative;
      z-index: 1; }
      .eyechatch-c .wrap .img02 .image {
        width: 100%; }

/* ■block01
-----------------------*/
.block01 {
  width: 1080px;
  margin: 0 auto;
  padding: 70px 0 55px;
  box-sizing: border-box;
  position: relative; }
  .block01 .blocktitle {
    width: 550px;
    font-size: 40px;
    line-height: 40px;
    color: #d1a247;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    position: relative; }
    .block01 .blocktitle::before {
      content: "";
      width: 4px;
      height: 46px;
      background-color: #d1a247;
      transform: rotate(-20deg);
      position: absolute;
      top: 0;
      left: 0; }
    .block01 .blocktitle::after {
      content: "";
      width: 4px;
      height: 46px;
      background-color: #d1a247;
      transform: rotate(20deg);
      position: absolute;
      top: 0;
      right: 0; }
  .block01 .img03 {
    display: block;
    width: 100%;
    margin: 40px 0 0;
    position: relative; }
    .block01 .img03 .image {
      width: 100%; }
      .block01 .img03 .image.sp {
        display: none; }
    .block01 .img03 .text00 {
      font-size: 23px;
      line-height: 40px;
      color: #000;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      position: absolute;
      margin: 0; }
      .block01 .img03 .text00.posi01 {
        top: 35px;
        left: 120px; }
      .block01 .img03 .text00.posi02 {
        top: 120px;
        right: 55px; }
      .block01 .img03 .text00.posi03 {
        bottom: 245px;
        left: 60px; }
  .block01 .text01 {
    font-size: 18px;
    line-height: 42px;
    color: #000;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    position: absolute;
    bottom: 100px;
    right: 70px; }
    .block01 .text01 .font {
      font-size: 18px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      text-decoration: underline;
      text-decoration-color: #f5e2b9;
      text-decoration-thickness: 5px;
      text-underline-offset: 4px; }

/* ■block02
-----------------------*/
.block02 {
  width: 100%;
  background-color: #f4eede;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
  position: relative; }
  .block02 .img04 {
    display: block;
    width: 800px;
    margin: 0 auto;
    position: relative; }
    .block02 .img04 .image {
      width: 752px;
      position: absolute;
      top: 0;
      left: 0; }
      .block02 .img04 .image.sp {
        display: none; }
    .block02 .img04 .blocktitle {
      font-size: 47px;
      line-height: 80px;
      color: #000;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      writing-mode: vertical-rl;
      padding-left: 50px;
      position: relative; }
  .block02 .text01 {
    font-size: 28px;
    line-height: 46px;
    color: #000;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    position: relative;
    margin: 230px 0 0; }
  .block02 .wrap01 {
    width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .block02 .wrap01 .img05 {
      width: 393px;
      display: block; }
    .block02 .wrap01 .text02 {
      width: 357px;
      font-size: 18px;
      line-height: 42px;
      color: #000;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      position: relative;
      margin: 0; }
      .block02 .wrap01 .text02 .font {
        font-size: 18px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        text-decoration: underline;
        text-decoration-color: #f5e2b9;
        text-decoration-thickness: 5px;
        text-underline-offset: 4px; }
  .block02 .wrap02 {
    width: 800px;
    margin: 30px auto 0;
    position: relative; }
    .block02 .wrap02 .img06 {
      width: 494px;
      display: block;
      margin: 0 0 0 auto;
      position: relative;
      z-index: 10; }
      .block02 .wrap02 .img06.sp {
        display: none; }
    .block02 .wrap02 .text03 {
      width: 330px;
      height: 105px;
      background-color: #fff;
      border: 1px solid #736357;
      border-radius: 10px;
      font-size: 20px;
      line-height: 37px;
      color: #000;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 43px;
      left: 170px;
      z-index: 12; }
    .block02 .wrap02 .text04 {
      width: 380px;
      height: 105px;
      background-color: #fff;
      border: 1px solid #736357;
      border-radius: 10px;
      font-size: 20px;
      line-height: 37px;
      color: #000;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 183px;
      left: 0;
      z-index: 5; }
    .block02 .wrap02 .text05 {
      width: 386px;
      font-size: 20px;
      line-height: 42px;
      color: #000;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      position: absolute;
      bottom: 55px;
      left: 0; }

/* ■block03
-----------------------*/
.block03 {
  width: 100%;
  margin: 0 auto;
  padding: 95px 0;
  box-sizing: border-box;
  position: relative; }
  .block03 .blocktitle {
    display: block;
    width: 642px;
    margin: 0 auto;
    position: relative; }
    .block03 .blocktitle .image {
      width: 100%;
      position: relative;
      left: 72px; }
      .block03 .blocktitle .image.sp {
        display: none; }
  .block03 .wrap01 {
    width: 800px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto 40px; }
    .block03 .wrap01 .inner {
      width: 380px; }
      .block03 .wrap01 .inner .image {
        width: 100%;
        display: block;
        margin: 0 0 20px; }
      .block03 .wrap01 .inner .text01 {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        color: #000;
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700; }
  .block03 .h3 {
    width: 100%;
    font-size: 48px;
    line-height: 48px;
    color: #d1a247;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 20px 0; }
  .block03 .text02 {
    width: 100%;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700; }

/* ■block04
-----------------------*/
.block04 {
  width: 100%;
  background-color: #f4eede;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
  position: relative; }
  .block04 .img12 {
    display: block;
    width: 766px;
    margin: 0 auto;
    position: relative; }
    .block04 .img12 .image {
      width: 100%; }
      .block04 .img12 .image.sp {
        display: none; }
  .block04 .wrap {
    width: 800px;
    height: 428px;
    background-color: #fff;
    border: 1px solid #736357;
    border-radius: 24px;
    margin: 30px auto 0;
    padding: 26px 36px;
    box-sizing: border-box; }
    .block04 .wrap .rubi {
      width: 100%;
      font-size: 22px;
      line-height: 22px;
      color: #000;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700; }
    .block04 .wrap .title {
      width: 100%;
      font-size: 36px;
      line-height: 56px;
      color: #d1a247;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700; }
    .block04 .wrap .inner-wrapper {
      width: 100%;
      margin: 10px auto 0;
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .block04 .wrap .inner-wrapper .inner {
        width: 332px; }
        .block04 .wrap .inner-wrapper .inner .text01 {
          width: 332px;
          font-size: 16px;
          line-height: 28px;
          color: #000;
          text-align: left;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 500;
          padding: 15px 0 15px 18px;
          box-sizing: border-box;
          font-feature-settings: "palt";
          position: relative; }
          .block04 .wrap .inner-wrapper .inner .text01.border {
            border-bottom: 1px solid #d1a247; }
          .block04 .wrap .inner-wrapper .inner .text01::before {
            content: "";
            width: 14px;
            height: 14px;
            background-color: #d1a247;
            border-radius: 14px;
            position: absolute;
            top: 22px;
            left: 0; }
          .block04 .wrap .inner-wrapper .inner .text01 .img13 {
            width: 28px;
            display: block;
            cursor: pointer;
            position: absolute; }
            .block04 .wrap .inner-wrapper .inner .text01 .img13.posi01 {
              top: 15px;
              right: 50px; }
            .block04 .wrap .inner-wrapper .inner .text01 .img13.posi02 {
              top: 44px;
              left: 165px; }
          .block04 .wrap .inner-wrapper .inner .text01 .popup-overlay {
            width: 800px;
            min-height: 50vh;
            height: fit-content;
            background-color: rgba(103, 85, 71, 0.95);
            padding: 30px 50px;
            font-size: 16px;
            line-height: 28px;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 400;
            color: #fff;
            text-align: left;
            box-sizing: border-box;
            position: fixed;
            top: 15vh;
            left: 25vw;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.6s, visibility 0.1s;
            z-index: 999; }
            .block04 .wrap .inner-wrapper .inner .text01 .popup-overlay.active {
              opacity: 1;
              visibility: visible; }

/* ■block05
-----------------------*/
.block05 {
  width: 100%;
  height: 1350px;
  margin: 0 auto;
  background: url(../img/img_14.webp);
  background-size: auto 100%;
  background-position: 0;
  padding: 70px 0 55px;
  box-sizing: border-box;
  position: relative; }
  .block05 .blocktitle {
    width: 550px;
    font-size: 44px;
    line-height: 68px;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    position: relative; }
    .block05 .blocktitle .font {
      font-size: 48px; }
    .block05 .blocktitle::before {
      content: "";
      width: 4px;
      height: 100px;
      background-color: #fff;
      transform: rotate(-20deg);
      position: absolute;
      top: 30px;
      left: 0; }
    .block05 .blocktitle::after {
      content: "";
      width: 4px;
      height: 100px;
      background-color: #fff;
      transform: rotate(20deg);
      position: absolute;
      top: 30px;
      right: 0; }
  .block05 .img15 {
    width: 532px;
    margin: 30px auto 17px; }
    .block05 .img15 .image {
      width: 100%; }
      .block05 .img15 .image.sp {
        display: none; }
  .block05 .text01 {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 auto 40px; }
  .block05 .img16 {
    width: 800px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .block05 .img16 .image {
      width: 380px;
      display: block; }
  .block05 .text02 {
    width: 800px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin: 0 auto 20px; }
    .block05 .text02 .h4 {
      display: block;
      width: fit-content;
      background-color: #000;
      padding: 2px 5px;
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: flex-start; }

/* ■block06
-----------------------*/
.block06 {
  width: 800px;
  margin: 0 auto;
  padding: 110px 0 55px;
  box-sizing: border-box;
  position: relative; }
  .block06::before {
    content: "";
    width: 230px;
    height: 100px;
    background-color: #e9cc86;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    top: -30px;
    left: 285px; }
  .block06 .blocktitle {
    width: 470px;
    font-size: 34px;
    line-height: 50px;
    color: #000;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    font-feature-settings: "palt";
    position: relative; }
    .block06 .blocktitle::before {
      content: "";
      width: 4px;
      height: 100px;
      background-color: #d1a247;
      transform: rotate(-20deg);
      position: absolute;
      top: 10px;
      left: 0; }
    .block06 .blocktitle::after {
      content: "";
      width: 4px;
      height: 100px;
      background-color: #d1a247;
      transform: rotate(20deg);
      position: absolute;
      top: 10px;
      right: 0; }
  .block06 .h4 {
    width: fit-content;
    background-color: #d1a247;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 96px auto 40px;
    padding: 18px 48px;
    position: relative; }
    .block06 .h4 .img18 {
      width: 269px;
      position: absolute;
      bottom: 0;
      left: -205px; }
  .block06 .tabletitle {
    width: 480px;
    border-bottom: 1px solid #736357;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-feature-settings: "palt";
    padding: 14px 5px;
    margin: 0 auto; }
  .block06 .table01 {
    width: 480px;
    margin: 0 auto 40px;
    border-collapse: collapse;
    border-spacing: 0; }
    .block06 .table01 tr {
      width: 100%; }
    .block06 .table01 .td02 {
      width: 175px;
      border-bottom: 1px solid #736357;
      font-size: 20px;
      line-height: 20px;
      color: #000;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      font-feature-settings: "palt";
      box-sizing: border-box;
      padding: 14px 5px; }
    .block06 .table01 .td03 {
      width: 300px;
      border-bottom: 1px solid #736357;
      font-size: 20px;
      line-height: 20px;
      color: #000;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      font-feature-settings: "palt";
      box-sizing: border-box;
      padding: 14px 5px; }
      .block06 .table01 .td03 .font {
        font-size: 14px; }
  .block06 .table02 {
    width: 800px;
    margin: 0 auto 15px; }
    .block06 .table02 .tr01 td {
      background-color: rgba(233, 204, 134, 0.2); }
    .block06 .table02 .tr02 td {
      background-color: rgba(233, 204, 134, 0.4); }
    .block06 .table02 .tr03 td {
      background-color: rgba(233, 204, 134, 0.6); }
    .block06 .table02 th {
      background-color: #d1a247;
      color: #fff;
      height: 60px; }
      .block06 .table02 th.td03 {
        text-align: center;
        padding-left: 0; }
    .block06 .table02 .td01 {
      width: 200px;
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      font-feature-settings: "palt"; }
    .block06 .table02 .td02 {
      width: 200px;
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      font-feature-settings: "palt"; }
    .block06 .table02 .td03 {
      width: 400px;
      height: 60px;
      font-size: 20px;
      line-height: 20px;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      font-feature-settings: "palt";
      padding-left: 50px; }
  .block06 .caption {
    width: 800px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt"; }
  .block06 .text01 {
    width: 800px;
    font-size: 28px;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-feature-settings: "palt";
    margin: 60px 0 30px; }
  .block06 .img19 {
    display: block;
    width: 600px;
    margin: 0 auto; }
    .block06 .img19 .image {
      width: 100%; }
  .block06 .scroll-hint-icon {
    display: none; }

/* ■block07
-----------------------*/
.block07 {
  width: 100%;
  background-color: #f4eede;
  margin: 0 auto;
  padding: 135px 0 100px;
  box-sizing: border-box;
  position: relative; }
  .block07 .img20 {
    width: 800px;
    margin: 0 auto;
    position: relative; }
    .block07 .img20 .image {
      width: 420px;
      display: block;
      margin: 0 0 0 auto; }
    .block07 .img20 .blocktitle {
      width: 400px;
      height: 400px;
      background-color: #d1a247;
      border-radius: 400px;
      font-size: 38px;
      line-height: 67px;
      color: #fff;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-feature-settings: "palt";
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      padding-bottom: 15px;
      position: absolute;
      top: -90px;
      left: 0; }
  .block07 .text01 {
    font-size: 20px;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-feature-settings: "palt";
    margin: 100px auto 44px; }
    .block07 .text01 .brsp {
      display: none; }
  .block07 .img21 {
    width: 800px;
    margin: 0 auto;
    position: relative; }
    .block07 .img21 .image {
      width: 100%; }
  .block07 .text02 {
    width: 800px;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    margin: 24px auto 0; }
    .block07 .text02 .brsp {
      display: none; }
    .block07 .text02 .font {
      padding: 3px 20px;
      color: #fff;
      letter-spacing: 3px;
      margin-right: 20px;
      background-color: #736357; }
  .block07 .h3 {
    width: 330px;
    font-size: 30px;
    line-height: 30px;
    color: #d1a247;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 60px auto 30px;
    font-feature-settings: "palt";
    position: relative; }
    .block07 .h3::before {
      content: "";
      width: 2px;
      height: 45px;
      background-color: #d1a247;
      transform: rotate(-25deg);
      position: absolute;
      top: -5px;
      left: 0; }
    .block07 .h3::after {
      content: "";
      width: 2px;
      height: 45px;
      background-color: #d1a247;
      transform: rotate(25deg);
      position: absolute;
      top: -5px;
      right: 0; }
  .block07 .img22 {
    display: block;
    width: 600px;
    margin: 0 auto 50px;
    position: relative; }
    .block07 .img22 .image {
      width: 100%; }
  .block07 .img23 {
    width: 800px;
    margin: 0 auto;
    position: relative; }
    .block07 .img23 .image {
      width: 100%; }
      .block07 .img23 .image.sp {
        display: none; }

/* ■block08
-----------------------*/
.block08 {
  width: 100%;
  margin: 0 auto;
  padding: 95px 0;
  box-sizing: border-box;
  position: relative; }
  .block08 .blocktitle {
    display: block;
    width: 642px;
    margin: 0 auto 35px;
    position: relative;
    z-index: 5; }
    .block08 .blocktitle .image {
      width: 100%;
      position: relative;
      left: 72px; }
      .block08 .blocktitle .image.sp {
        display: none; }
  .block08 .subtitle {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin: 0 auto 50px; }
  .block08 .wrap {
    width: 800px;
    margin: 0 auto 26px;
    position: relative; }
    .block08 .wrap .ques {
      width: 100%;
      height: 80px;
      border-radius: 80px;
      background-color: #d1a247;
      font-size: 24px;
      line-height: 24px;
      color: #fff;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      padding: 0 26px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      box-sizing: border-box;
      font-feature-settings: "palt";
      position: relative;
      z-index: 20; }
      .block08 .wrap .ques .img26 {
        width: 51px;
        margin-right: 20px; }
    .block08 .wrap .ans {
      width: 100%;
      height: 100px;
      border-radius: 80px;
      background-color: #fff;
      border: 1px solid #736357;
      border-radius: 10px;
      font-size: 20px;
      line-height: 20px;
      color: #000;
      text-align: left;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      padding: 13px 45px 0;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      box-sizing: border-box;
      font-feature-settings: "palt";
      position: relative;
      top: -13px;
      z-index: 10; }
    .block08 .wrap .img25 {
      width: 206px;
      position: absolute;
      top: -156px;
      right: 24px;
      z-index: 10; }
      .block08 .wrap .img25 .image {
        width: 100%; }

/* ■block09
-----------------------*/
.block09 {
  width: 100%;
  background-color: #f4eede;
  margin: 0 auto;
  padding: 157px 0 60px;
  box-sizing: border-box;
  position: relative; }
  .block09 .blocktitle {
    width: 300px;
    font-size: 40px;
    line-height: 40px;
    color: #d1a247;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    font-feature-settings: "palt";
    position: relative;
    z-index: 20; }
    .block09 .blocktitle::before {
      content: "";
      width: 4px;
      height: 45px;
      background-color: #d1a247;
      transform: rotate(-20deg);
      position: absolute;
      top: 3px;
      left: 0; }
    .block09 .blocktitle::after {
      content: "";
      width: 4px;
      height: 45px;
      background-color: #d1a247;
      transform: rotate(20deg);
      position: absolute;
      top: 3px;
      right: 0; }
    .block09 .blocktitle .bg {
      width: 800px;
      font-size: 84px;
      line-height: 84px;
      color: #fff;
      opacity: 0.5;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 800;
      position: absolute;
      top: -60px;
      left: -250px;
      z-index: -1; }
  .block09 .content {
    width: 800px;
    margin: 60px auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
    .block09 .content .wrap {
      width: 380px;
      height: 290px;
      background: linear-gradient(to bottom, #f4eede 0, #f4eede 22px, #fff 22px, #fff 100%);
      margin: 0 0 49px;
      padding: 0 20px 25px;
      box-sizing: border-box; }
      .block09 .content .wrap .img27 {
        width: auto;
        height: 120px;
        position: relative;
        left: -10px; }
      .block09 .content .wrap .text01 {
        font-size: 16px;
        line-height: 28px;
        color: #000;
        text-align: left;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        padding: 8px 0 0;
        box-sizing: border-box;
        font-feature-settings: "palt";
        border-top: 1px solid #736357;
        position: relative; }

/* ■block10
-----------------------*/
.block10 {
  width: 100%;
  background-color: #d1a247;
  margin: 0 auto;
  padding: 40px 0 0;
  box-sizing: border-box;
  position: relative; }
  .block10 .blocktitle {
    font-size: 44px;
    line-height: 68px;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    font-feature-settings: "palt";
    position: relative; }
  .block10 .text01 {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 37px auto 50px;
    font-feature-settings: "palt"; }
    .block10 .text01 .brsp {
      display: none; }
  .block10 .img32 {
    width: 600px;
    margin: 0 auto 128px;
    position: relative; }
    .block10 .img32 .image {
      width: 100%; }
    .block10 .img32 .img33 {
      width: 319px;
      position: absolute;
      top: 44px;
      right: -242px; }
  .block10 .text02 {
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
    padding: 12px 0; }
    .block10 .text02 .brsp {
      display: none; }

/* LINE 固定表示バナー
-----------------------*/
.line-link {
  width: 120px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  cursor: pointer;
  z-index: 999;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s, transform 4s; }
  .line-link.change-position {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s, transform 2s; }
  .line-link .img34 {
    width: 100%; }

/* link-top
-----------------------*/
.link-top {
  position: fixed;
  right: 38px;
  bottom: 20px;
  cursor: pointer;
  z-index: 999;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s, transform 4s;
  background: #4d4d4d;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  padding: 10px 0 0;
  box-sizing: border-box; }
  .link-top::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    transform: rotate(-45deg);
    position: absolute;
    left: calc(50% - 7px);
    top: 15px; }
  .link-top.change-position {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s, transform 2s; }

/* フッター
-----------------------*/
.site-footer {
  width: 100%;
  height: 210px;
  padding: 30px 0 0;
  background-color: #9b7d29;
  position: relative;
  box-sizing: border-box;
  z-index: 99; }
  .site-footer .text01 {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 0 0 17px; }
  .site-footer .text02 {
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400; }
  .site-footer .freedial {
    padding-left: 23px;
    position: relative; }
    .site-footer .freedial:before {
      content: "";
      width: 24px;
      height: 17px;
      background: url(../img/img_34.webp);
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      top: 3px;
      left: 0; }

/*# sourceMappingURL=content_pc.css.map */
