@charset "utf-8";
* {
    box-sizing: border-box;
}
body {
    font-size: 16px;
    line-height:1.6em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: .3px;
    color: #111;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

a{color:#002b8a;text-decoration:none;}
a:hover{color:#002b8a;text-decoration:none;}
a:hover img {opacity: 0.5;}
a img { transition: opacity 0.3s ease-out;}

.mb10{ margin-bottom: 10px;}

.pcWrap{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* ────────────────────────────────────

MV

────────────────────────────────────*/
#mv{
  padding: 0;
  background-image: url(../img/img_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20%;
  position: relative;
  height: 680px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#mv_wrap{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  position: relative;
  height: 680px;
}
  #mv_wrap #obi{
    width: 300px;
    height: 680px;
    padding: 60px 30px 0;
    background: rgb(173,157,112);
    background: linear-gradient(
      160deg, 
      rgba(173,157,112,1) 0%, 
      rgba(209,195,159,1) 16%, 
      rgba(207,193,157,1) 32%, 
      rgba(184,169,127,1) 32%, 
      rgba(173,157,112,1) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
  }
    #mv_wrap #obi h1{
      display: block;
      width: 100%;
      font-size: 26px;
      line-height: 1;
      color: #FFF;
      width: 100%;
      margin-bottom: 10px;
      text-align: center;
    }
      #mv_wrap #obi h1 span{
        display: block;
        width: 100%;
        font-size: 27px;
        line-height: 1;
        color: #FFF;
      }
    #mv_wrap #obi img{
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 10px;
    }
    #mv_wrap #obi p{
      display: block;
      width: 100%;
      font-size: 27px;
      text-align: center;
      color: #FFF;
    }

  #mv_text01{
    position: absolute;
    bottom: 30px;
    left: 35px;
  }
  #mv_text01 #mv_text01__01{
    color: #FFF;
    font-size: 32px;
  }
    #mv_text01 #mv_text01__01 span{
      background-color: #7B662D;
      display: inline-block;
      margin-bottom: 10px;
      line-height: 1;
    }
    #mv_text01 #mv_text01__01 mark{
      display: inline-block;
      font-size: 1.8em;
      line-height: 1;
      color: #FFF;
      background-color: #7B662D;
      margin-bottom: 5px;
    }
  #mv_text01 #mv_text01__02{
    font-size: 1em;
  }

  #mv_point{
    position: absolute;
    bottom: 30px;
    right: 0;
    display: flex;
    
  }
    #mv_point li{
      width: 150px;
      height: 150px;
      border-radius: 75px;
      overflow: hidden;
      background-color: rgba(123, 102, 45, 0.8);
      color: #FFF;
      display: flex;
      align-items: center;
      margin-left: 10px;
    }
      #mv_point li p{
        display: block;
        width: 100%;
        color: #FFF;
        text-align: center;
        line-height: 1.2;
      }
        #mv_point li p mark{
          display: block;
          font-size: 2em;
          color: #FFF;
        }
  /* ────────────────────────────────────

  Entry

  ────────────────────────────────────*/
  .sec_entry{
    padding: 45px;
    margin-bottom: 20px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/sec_entry_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border: 2px solid #AE9E71;
    position: relative;
  }
    .sec_entry > div {
      width: 520px;
    }
    .sec_entry p{
      font-size: 30px;
      line-height: 1.5;
      text-align: center;
      margin-bottom: 10px;
    }
    .sec_entry a{
      display: block;
      width: 100%;
      height: auto;
      background: rgb(173,157,112);
      background: linear-gradient(
        to bottom, 
        rgba(173,157,112,1) 0%, 
        rgba(87,79,56,1) 100%
      );
      border-radius: 20px;
      color: #FFF;
      text-align: center;
      padding: 20px;
      font-size: 26px;

    }
  .sec_entry img{
    display: block;
    width: 255px;
    height: auto;
    position: absolute;
    right: 30px;
    bottom: -22px;
  }



  /* ────────────────────────────────────

  共通

  ────────────────────────────────────*/
  .wrap{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  /* ────────────────────────────────────

  sec02

  ────────────────────────────────────*/
  #sec02{
    padding: 80px 0;
    background-image: url(../img/bg_sec2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #sec02 h2,
  #sec02 h2 mark{
    color: #FFF;
  }
  #sec02 h2{
    padding: 20px;
    display: block;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    position: relative;
  }
    #sec02 h2::after,
    #sec02 h2::before{
      content: "";
      width: 50px;
      display: block;
      position: absolute;
    }
    #sec02 h2::after{
      border-bottom: 1px solid #FFF;
      top: 0;
      left: 0;
    }
    #sec02 h2::before{
      border-bottom: 1px solid #FFF;
      bottom: 0;
      right: 0;
    }
  #sec02 h2 mark{
    font-size: 1.7em;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
  }
  #sec02 .wrap{
    position: relative;
    height: 700px;
  }
    #sec02 .wrap #sec2_f01,
    #sec02 .wrap #sec2_f02,
    #sec02 .wrap #sec2_f03{
      position: absolute;
    }
      #sec02 .wrap #sec2_f01 img,
      #sec02 .wrap #sec2_f02 img,
      #sec02 .wrap #sec2_f03 img{
        display: block;
        width: 100%;
        height: auto;
      }
    #sec02 .wrap #sec2_f01{
      width: 295px;
      bottom: 260px;
      left: 0;
    }
    #sec02 .wrap #sec2_f02{
      width: 251px;
      bottom: 20px;
      left: 240px;
    }
    #sec02 .wrap #sec2_f03{
      width: 295px;
      bottom: 100px;
      right: 0;
    }

  /* ────────────────────────────────────

  sec03

  ────────────────────────────────────*/
  #sec03{
    padding: 0 0;
    background-image: url(../img/sec3_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
    #sec03 .wrap{
      position: relative;
      height: 684px;
    }
  #sec03 h2{
    margin-bottom: 30px;
    padding: 30px;
    font-size: 70px;
    line-height: 1;
    color: #FFF;
    background: rgb(173,157,112);
    background: linear-gradient(
      160deg, 
      rgba(173,157,112,1) 0%, 
      rgba(209,195,159,1) 16%, 
      rgba(207,193,157,1) 32%, 
      rgba(184,169,127,1) 32%, 
      rgba(173,157,112,1) 100%
    );
  }
  #sec03 #sec3_img01{
    display: block;
    width: 692px;
    height: 684px;
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 0;
  }
  #sec03 .wrap > p{
    font-size: 50px;
    line-height: 1;
  }
  #sec03 .wrap > ul{
    font-size: 50px;
    line-height: 1;
    z-index: 2;
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 1;
  }
    #sec03 .wrap > ul li{
      font-size: 26px;
      margin-bottom: 30px;
      line-height: 1.2;
      border-left: 2px solid #AD9D70;
      padding-left: 0.5em;
    }
      #sec03 .wrap > ul li mark{
        background-color: #AD9D70;
        color: #FFF;
        font-size: 1.5em;
      }

  /* ────────────────────────────────────

  sec04

  ────────────────────────────────────*/
  #sec04{
    padding: 100px 0 50px;
  }
    #sec04 .wrap{
      position: relative;
    }
    #sec04 .wrap::before{
      content: "";
      width: 126px;
      height: 154px;
      background-image: url(../img/sec4_img01.png);
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: -180px;
      left: 50%;
      margin-left: -63px;
    }

  #sec04 h2{
    margin-bottom: 70px;
    font-size: 70px;
    line-height: 1;
    color: #111;
    text-align: center;
    position: relative;
    border-left: 1px solid #111;
    border-right: 1px solid #111;
  }
  #sec04 h2::after,
  #sec04 h2::before{
    content: "";
    width: 50px;
    display: block;
    position: absolute;
  }
  #sec04 h2::after{
    border-bottom: 1px solid #111;
    top: 0;
    left: 0;
  }
  #sec04 h2::before{
    border-bottom: 1px solid #111;
    bottom: 0;
    right: 0;
  }
  #sec04_area01{
    padding: 100px 50px 180px;
    background-image: url(../img/sec4_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 calc(50% - 50vw);
    position: relative;
  }
    div#sec04_area01::before {
      content: "";
      display: block;
      width: 100vw;
      height: 100px;
      background-color: #111;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(
        to bottom, 
        rgba(255,255,255,1) 0%, 
        rgba(255,255,255,0) 100%
      );
    }
    div#sec04_area01::after {
      content: "";
      display: block;
      width: 100vw;
      height: 100px;
      background-color: #111;
      position: absolute;
      bottom: 0;
      left: 0;
      background: linear-gradient(
        to bottom, 
        rgba(255,255,255,0) 0%, 
        rgba(255,255,255,1) 100%
      );
    }
    #sec04_area01 #sec04_area01_wrap{
      width: 900px;
      margin-left: auto;
      margin-right: auto;
    }
    #sec04_area01 h3{
      font-size: 54px;
      color: #111;
      line-height: 1.2;
      margin-bottom: 1rem;
    }
      #sec04_area01 h3 mark{
        font-size:  2em;
        color: #AD9D70;
        line-height: 1;
      }
    #sec04_area01 p{
      font-size: 35px;
      color: #111;
      line-height: 1.2;
    }

  #list_sec04{
    margin-top: -50px;
    margin-bottom: 50px;
  }
  #list_sec04 li{
    width: 435px;
    height: 130px;
    margin-bottom: -20px;
    border-radius: 75px;
    background: rgb(173,157,112);
    background: linear-gradient(
      160deg, 
      rgba(199,187,151,1) 0%, 
      rgba(173,157,112,1) 100%
    );
    display: flex;
    align-items: center;
    position: relative;
  }
  #list_sec04 li:nth-child(2n){
    margin-left: 465px;
  }
    #list_sec04 li img{
      width: 174px;
      height: 174px;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -87px;
    }
    #list_sec04 li p{
      padding-left: 200px;
      color: #FFF;
    }
      #list_sec04 li p mark{
        font-size: 1.5em;
        color: #FFF;
      }

/* ────────────────────────────────────

sec05

────────────────────────────────────*/
#sec05{
  padding: 100px 0;
  background-image: url(../img/sec5_bg01.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
  #sec05 .wrap{
    position: relative;
  }
    #sec05 .wrap h2{
      position: relative;
      display: block;
      border-left: 1px solid #FFF;
      border-right: 1px solid #FFF;
      color: #FFF;
      text-align: center;
      font-size: 40px;
      line-height: 1;
      margin-bottom: 70px;
    }
      #sec05 .wrap h2 span{
        font-size: 1.7em;
        display: block;
        line-height: 1;
      }
      #sec05 .wrap h2 mark{
        font-size: 1.7em;
        color: #FFF;
        line-height: 1;
      }
    #sec05 h2::after,
    #sec05 h2::before{
      content: "";
      width: 50px;
      display: block;
      position: absolute;
    }
    #sec05 h2::after{
      border-bottom: 1px solid #FFF;
      top: 0;
      left: 0;
    }
    #sec05 h2::before{
      border-bottom: 1px solid #FFF;
      bottom: 0;
      right: 0;
    }
    #sec05_point{
      padding: 40px 30px;
      position: relative;
      background-color: rgba(0,0,0,0.53);
    }
      #sec05 .wrap p{
        font-size: 30px;
        color: #FFF;
        margin-bottom: 50px;
        line-height: 1.5;
        text-align: center;
      }
      #sec05_point img{
        display: block;
        width: 316px;
        height: auto;
        position: absolute;
        bottom:0;
        left: 30px;
      }
    #sec05_point ul{
      list-style: circle;
      padding-left: 42%;
    }
      #sec05_point ul li{
        color: #FFF;
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 10px;
      }
      #sec05_point ul li:last-child{
        margin-bottom: 0;
      }
        #sec05_point ul li span{
          color: #FFF;
          font-size: 0.7em;
          line-height: 1.5;
          display: block;
        }


/* ────────────────────────────────────

sec06

────────────────────────────────────*/
#sec06{
  padding: 100px 0 50px;
}
  #sec06 .wrap{
    position: relative;
  }
    #sec06 .wrap h2{
      display: block;
      font-size: 70px;
      text-align: center;
      position: relative;
      border-left: 1px solid #111;
      border-right: 1px solid #111;
      line-height: 1;
      margin-bottom: 50px;
    }
    #sec06 h2::after,
    #sec06 h2::before{
      content: "";
      width: 50px;
      display: block;
      position: absolute;
    }
    #sec06 h2::after{
      border-bottom: 1px solid #111;
      top: 0;
      left: 0;
    }
    #sec06 h2::before{
      border-bottom: 1px solid #111;
      bottom: 0;
      right: 0;
    }
    #sec06 .wrap .text01{
      font-size: 30px;
      text-align: center;
      margin-bottom: 50px;
    }
    #sec06 .wrap #sec06_list{
      display: block;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
      #sec06 .wrap #sec06_list ul{
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
      }
      #sec06 .wrap #sec06_list li{
        width: 100%;
        margin-bottom: 3rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
      }
      /* #sec06 .wrap #sec06_list li:nth-child(2n){
        margin-right: 0;
      } */
        #sec06 .wrap #sec06_list li img{
          background-color: #FFFDF7;
          border: 1px solid #AD9D70;
          padding: 10px 10px 1px;
          display: block;
          width: 25%;
          height: auto;
          margin-bottom: 10px;
        }
        #sec06 .wrap #sec06_list li > div{
          width: 70%;
        }
        #sec06 .wrap #sec06_list li span{
          display: block;
          font-size: 1.2em;
          text-align: center;
          margin-bottom: 1.5rem;
          background-color: #AD9D70;
          color: #FFF;
          padding: 10px;
          border-radius: 1em;
          letter-spacing: 0.1em;
        }
        #sec06 .wrap #sec06_list li p.title{
          font-size: 1.2em;
          font-weight: bold;
          margin-bottom: 1.5rem;
          padding-left: 1em;
          line-height: 1.5;
          border-left: 1px solid #333;
        }
        #sec06 .wrap #sec06_list li p.body{
          font-size: 0.9em;
          line-height: 1.7;
        }


/* ────────────────────────────────────

sec07

────────────────────────────────────*/
#sec07{
  padding: 100px 0;
  background-color: #F4F2EF;
}
  #sec07 .wrap{
    position: relative;
  }

  #sec07 .wrap h2{
    display: block;
    font-size: 70px;
    text-align: center;
    position: relative;
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    line-height: 1;
    margin-bottom: 50px;
  }
  #sec07 h2::after,
  #sec07 h2::before{
    content: "";
    width: 50px;
    display: block;
    position: absolute;
  }
  #sec07 h2::after{
    border-bottom: 1px solid #111;
    top: 0;
    left: 0;
  }
  #sec07 h2::before{
    border-bottom: 1px solid #111;
    bottom: 0;
    right: 0;
  }


  #sec07 .wrap ol{
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
    #sec07 .wrap ol li{
      display: flex;
      margin-bottom: 40px;
      position: relative;
    }
      #sec07 .wrap ol li::after{
        content: "";
        width: 100%;
        height: 10px;
        display: block;
        background-image: url(../img/sec7_img_line.svg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: cover;
        position: absolute;
        left: 0;
        bottom: -30px;
      }

      #sec07 .wrap ol li:last-child{
        margin-bottom: 0;
      }
        #sec07 .wrap ol li:last-child::after{
          display: none;
        }
      #sec07 .wrap ol li p{
        padding: 2em;
      }
      #sec07 .wrap ol li .sec07_li_title{
        width: 40%;
        background-color: #AD9D70;
        color: #FFF;
        font-size: 22px;
        text-align: center;
      }
      #sec07 .wrap ol li .sec07_li_body{
        width: 60%;
      }



/* ────────────────────────────────────

about

────────────────────────────────────*/
#sec_about{
  padding: 50px 0;
  background-image: url(../img/sec_desc_bg01.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#sec_about dl{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
#sec_about dl dt{
  width: 35%;
  background: rgb(173,157,112);
  background: linear-gradient(
    160deg, 
    rgba(199,187,151,1) 0%, 
    rgba(173,157,112,1) 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 60px;
  text-align: center;
}
#sec_about dl dd{
  width: 60%;
}

/* ────────────────────────────────────

form

────────────────────────────────────*/
#sec_form{
  padding: 100px 0;
}
  #sec_form .wrap #sec_form_title01{
    display: block;
    font-size: 70px;
    text-align: center;
    position: relative;
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    line-height: 1;
    margin-bottom: 50px;
  }
  #sec_form #sec_form_title01::after,
  #sec_form #sec_form_title01::before{
    content: "";
    width: 50px;
    display: block;
    position: absolute;
  }
  #sec_form #sec_form_title01::after{
    border-bottom: 1px solid #111;
    top: 0;
    left: 0;
  }
  #sec_form #sec_form_title01::before{
    border-bottom: 1px solid #111;
    bottom: 0;
    right: 0;
  }


.sec_form_tbl{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.sec_form_tbl tr,
.sec_form_tbl th,
.sec_form_tbl td{}
.sec_form_tbl th,
.sec_form_tbl td{
  padding: 30px 20px;
}
.sec_form_tbl tr{
  border-bottom: 1px solid #FFF;
}
.sec_form_tbl th{
  background-color: #AD9D70;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  color: #FFF;
}
  .sec_form_tbl th span{
    padding: 2px 15px;
    /* background-color: #c64174; */
    background-color: #72612E;
    font-size: 12px;
    line-height: 1;
    color: #FFF;
    margin-left: 10px;
    display: inline-block;
  }
.sec_form_tbl td{
  background-color: #EDE7D5;
}
.sec_form_tbl td input[type="text"],
.sec_form_tbl td input[type="tel"],
.sec_form_tbl td textarea,
.sec_form_tbl td select{
  display: block;
  width: 100%;
  padding: 8px;
  font-size: 20px;
  border-radius: 0;
  border: none;
}
.sec_form_tbl td input::placeholder{
  color: #BBB;
  font-size: 0.8em;
}

.btn_entry{
  background:none;
  border: none;
  display: block;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  /* background: linear-gradient(
    160deg, 
    rgba(87,79,56,1) 0%, 
    rgba(207,193,157,1) 50%, 
    rgba(184,169,127,1) 50%, 
    rgba(87,79,56,1) 100%
  ); */
  background-color: #111;
  border-radius: 10px;
  color: #FFF;
  text-align: center;
  padding: 20px;
  font-size: 26px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
  transition: background-color 1s, letter-spacing 1s;
}
.btn_entry:hover{
  background-color: #AD9D70;
  letter-spacing: 5px;
  /* background: linear-gradient(
    100deg, 
    rgba(87,79,56,1) 0%, 
    rgba(207,193,157,1) 50%, 
    rgba(184,169,127,1) 50%, 
    rgba(87,79,56,1) 100%
  ); */
}

.list_form_radio{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
  .list_form_radio li{
    width: 49%;
    display: block;
    margin-bottom: 10px;
    background-color: #FFF;
    overflow: hidden;
    border-radius: 10px;
  }
    .list_form_radio li label{
      display: block;
      padding: 20px;
      font-size: 18px;
      border-radius: 10px;
      text-align: center;
      border: 1px solid #AD9D70;
    }
input[type=radio]{
  position: absolute;
  visibility: hidden;
}
input[type=radio]:checked + label{
  background-color: #b2d5de;
  color: #2e778c;
  border: 1px solid #5aa2b5;
}

#privacy_policy{
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
  #privacy_policy_wrap{
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #999;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
  }
  #privacy_policy *{
    font-size: 13px;
    line-height: 1.5em;
  }
  #privacy_policy h2{
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  #privacy_policy h3{
    font-size: 15px;
    line-height: 1.3em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #privacy_policy ol{
    margin-left: 1.2em;
    list-style: decimal;
  }
    #privacy_policy ol li{
      margin-bottom: 5px;
    }
      #privacy_policy ol li ol{
        margin-top: 5px;
        margin-bottom: 5px;
      }
    #privacy_policy p{
      margin-bottom: 5px;
    }

#pp_chk{
  margin: 10px auto 20px;
  padding: 20px;
  width: 100%;
  background-color: #EEE;
  text-align: center;
}
  #pp_chk label{
    font-size: 16px;
  }

/* ────────────────────────────────────

thanksページ

────────────────────────────────────*/
#thanks{
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 20vh 10%;
}
#thanks h1{
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1.3em;
  line-height: 1.5em;
  background-color: #AD9D70;
  color: #FFF;
  display: block;
  text-align: center;
}
#thanks p{
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
}

footer{
  background-color: #111;
  color: #FFF;
  text-align: center;
  padding: 20px;
}