@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: Arial, Verdana;
  color: #333333;
  margin: 0;
}

p {
  line-height: 1.5;
}

a {
  max-width: 100%;
  text-decoration: none;
}

a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

/*--  共通部分  -----------------------------------------------------*/
.serif {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.title {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: #a67d35;
  text-align: center;
  font-weight: bold;
  margin-bottom: 48px;
}

.title span {
  position: relative;
}

.title::before {
  content: '';
  position: absolute;
  border-bottom: 12px solid #ffecf4;
  left: 0;
  bottom: 12px;
  width: 100%;
}

@media (min-width: 992px) {
  .title {
    font-size: 42px;
  }
}

.subtitle {
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .subtitle {
    font-size: 24px;
  }
}

.top {
  max-width: 1200px;
  height: 66vw;
  max-height: 720px;
  position: relative;
  padding: 32px 16px 0;
  margin: 0 auto;
}

.top .inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}

.top .inner img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top .inner .cach {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  opacity: 0;
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 6.0s;
          animation-duration: 6.0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 70%;
  max-width: 1230px;
}

.top .inner .txt {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
  width: 70%;
  max-width: 1224px;
  opacity: 0;
}

.top .inner .slide {
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
}

.top .inner .slide .ph {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.top .inner .slide .ph.ph01 {
  background-image: url(../img/fv_ph01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top .inner .slide .ph.ph02 {
  background-image: url(../img/fv_ph02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top .inner .slide .ph + .ph {
  position: absolute;
  left: 0;
  top: 0;
}

.top .inner .slide.active .ph {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition: all 8s cubic-bezier(1, 0, 0, 1);
  transition: all 8s cubic-bezier(1, 0, 0, 1);
}

.top .inner .slide.active .ph:nth-of-type(2) {
  -webkit-animation-delay: 8.0s;
          animation-delay: 8.0s;
}

@media (min-width: 992px) {
  .top {
    padding-top: 64px;
    margin-bottom: 64px;
  }
}

.top-text {
  padding: 32px 16px 48px;
  text-align: center;
}

.top-text .phArea {
  position: relative;
  max-width: 1100px;
  text-align: center;
  margin: 80px auto;
}

.top-text .phArea .ico {
  display: none;
}

@media (min-width: 992px) {
  .top-text .phArea .ico {
    display: block;
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .top-text .phArea .ico.ico01 {
    top: -50px;
    left: 55px;
  }
  .top-text .phArea .ico.ico02 {
    top: -35px;
    left: 370px;
  }
  .top-text .phArea .ico.ico03 {
    top: 10px;
    right: 70px;
  }
  .top-text .phArea .ico.ico04 {
    top: 300px;
    left: -55px;
  }
  .top-text .phArea .ico.ico05 {
    top: 260px;
    left: 290px;
  }
  .top-text .phArea .ico.ico06 {
    top: 395px;
    right: -55px;
  }
  .top-text .phArea .ico.ico07 {
    bottom: -30px;
    left: 140px;
  }
  .top-text .lede {
    font-size: 20px;
    margin-bottom: 80px;
  }
}

.contentBox .contentBox_graphArea {
  background: #f9f7f3;
  border-bottom: 1px solid #e7e4dd;
  padding: 64px 16px 24px;
}

.contentBox .contentBox_graphArea:last-of-type {
  border-bottom: none;
  padding-bottom: 24px;
}

.contentBox .contentBox_graphArea .subtitle {
  margin-bottom: 48px;
}

.contentBox .contentBox_graphArea .stitle {
  color: #9f8046;
  text-align: center;
  font-weight: lighter;
  margin-bottom: 24px;
}

.contentBox .contentBox_graphArea .stitle sup {
  position: relative;
  font-size: 10px;
  top: -5px;
}

.contentBox .contentBox_graphArea .img {
  text-align: center;
}

.contentBox .contentBox_graphArea .aside_kome {
  font-size: 12px;
  text-align: right;
  margin: 0 auto 40px;
}

.contentBox .contentBox_graphArea .graphList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contentBox .contentBox_graphArea .graphList li {
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
  background: #fff;
  margin: 0 auto 24px;
}

.contentBox .contentBox_graphArea .graphList li img {
  width: 150px;
  height: 150px;
}

.contentBox .contentBox_graphArea .graphList li .txt {
  font-size: 16px;
  padding: 24px 8px 0;
}

.contentBox .contentBox_graphArea .graphList li .txt p {
  font-size: 14px;
}

.contentBox .contentBox_graphArea .graphList li .txt .age {
  color: #6899bb;
  font-size: 14px;
  margin-bottom: 5px;
}

.contentBox .contentBox_graphArea .boxArea {
  border-radius: 5px;
  background: #fff;
  margin: 70px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px;
  font-size: 16px;
  color: #3d392f;
}

.contentBox .contentBox_graphArea .boxArea h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contentBox .contentBox_graphArea .boxArea .aside {
  font-size: 12px;
}

@media (min-width: 768px) {
  .contentBox .contentBox_graphArea .subtitle {
    font-size: 32px;
  }
  .contentBox .contentBox_graphArea .subtitle .br {
    display: none;
  }
  .contentBox .contentBox_graphArea .stitle {
    font-size: 24px;
    margin-bottom: 64px;
  }
  .contentBox .contentBox_graphArea .boxArea {
    max-width: 768px;
    padding: 48px;
  }
}

@media (min-width: 992px) {
  .contentBox .contentBox_graphArea {
    padding: 120px calc((100% - 992px) / 2) 48px;
  }
}

.point {
  padding: 48px 16px 32px;
}

.point .cach {
  font-size: 18px;
  font-weight: lighter;
  color: #9f8046;
  text-align: center;
  margin-bottom: 24px;
}

.point .text {
  font-size: 14px;
}

.point .text .br {
  display: none;
}

.point .text.mb {
  margin-bottom: 32px;
}

.point .aside {
  font-size: 12px;
  text-align: center;
  margin-bottom: 32px;
}

.point .img {
  text-align: center;
  margin-bottom: 64px;
}

@media (min-width: 768px) {
  .point {
    padding: 80px 32px 48px;
  }
  .point .subtitle {
    font-size: 32px;
  }
  .point .cach {
    font-size: 28px;
  }
  .point .text {
    font-size: 16px;
    text-align: center;
    line-height: 2.0;
  }
  .point .text .br {
    display: block;
  }
  .point .img {
    margin-bottom: 160px;
  }
}

.style {
  padding: 48px 16px 32px;
  background-color: #f9f7f3;
}

.style .title-img {
  width: 240px;
  margin: 0 auto 16px;
}

.style .text {
  font-size: 14px;
  margin-bottom: 24px;
}

.style .subtitle {
  font-size: 18px;
  font-weight: lighter;
  color: #9f8046;
  text-align: center;
  margin-bottom: 24px;
}

.style .matchingList {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.style .matchingList li {
  width: 100%;
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #9f8046;
  border-radius: 5px;
  margin: 0 auto 16px;
}

.style .matchingList li p {
  color: #9f8046;
  padding-left: 25px;
  font-size: 16px;
  width: calc(100% - 90px);
}

.style .matchingList li a {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #9f8046;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  color: #fff;
}

.style .matchingList li a p {
  color: #fff;
  text-decoration: underline;
}

.style .matchingList li a::before {
  position: absolute;
  content: "";
  border-right: 2px #f3f1ec solid;
  border-bottom: 2px #f3f1ec solid;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 15px;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.style .matchingList li img {
  padding-right: 20px;
  width: 70px;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.style .content {
  padding-top: 48px;
}

.style .content .stitle {
  color: #9f8046;
  font-size: 18px;
  text-align: center;
  font-weight: lighter;
  margin-bottom: 24px;
}

.style .content p {
  font-size: 14px;
  margin-bottom: 32px;
}

.style .content .line {
  width: 48px;
  height: 1px;
  background-color: #9f8046;
  margin: 0 auto 24px;
}

@media (min-width: 544px) {
  .style .title-img {
    width: 320px;
    margin-bottom: 48px;
  }
  .style .text {
    font-size: 18px;
    text-align: center;
    line-height: 2.0;
    margin-bottom: 64px;
  }
  .style .content p {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .style {
    padding-top: 160px;
  }
  .style .subtitle {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .style .matchingList {
    max-width: 1100px;
  }
  .style .matchingList li {
    height: 80px;
  }
  .style .matchingList li a {
    height: 80px;
  }
  .style .content .stitle {
    font-size: 24px;
  }
  .style .content p {
    margin-bottom: 48px;
  }
  .style .content .line {
    margin-bottom: 56px;
  }
}

.table {
  text-align: center;
  padding: 48px 16px 32px;
}

.table .table-aside {
  font-size: 14px;
  text-align: right;
  margin-bottom: 48px;
}

.table .price-aside {
  font-size: 14px;
  margin-bottom: 48px;
}

.table .stitle {
  color: #9f8046;
  margin-bottom: 16px;
}

.table .text {
  font-size: 14px;
}

@media (min-width: 992px) {
  .table {
    padding: 120px calc((100% - 992px) / 2) 48px;
  }
  .table .stitle {
    font-size: 18px;
  }
  .table .text {
    font-size: 20px;
  }
}

.experience {
  background-color: #f9f7f3;
  padding: 48px 16px 32px;
}

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

.experience .stories-list {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.experience .stories-list .stories-list__item {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 32px;
}

.experience .stories-list .copy {
  margin-bottom: 16px;
}

#story {
  padding: 32px 16px 48px;
}

#story .titleArea {
  text-align: center;
}

#story .titleArea .lead {
  font-size: 12px;
  margin-bottom: 16px;
}

#story .img {
  margin-bottom: 24px;
}

@media (min-width: 544px) {
  #story {
    font-size: 16px;
    padding: 32px 32px 48px;
  }
}

@media (min-width: 768px) {
  #story {
    max-width: 768px;
    padding: 120px 0 48px;
  }
  #story .titleArea .lead {
    font-size: 16px;
    margin-bottom: 48px;
  }
  #story .story_title {
    font-size: 28px;
  }
  #story .storyTxt01.flex, #story .storyTxt01.flex-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #story .storyTxt01.flex .storyTxt01inner, #story .storyTxt01.flex-right .storyTxt01inner {
    width: 70%;
  }
  #story .storyTxt01.flex .storyTxt01inner.img, #story .storyTxt01.flex-right .storyTxt01inner.img {
    width: 28%;
  }
  #story .storyTxt01.flex-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  #story {
    max-width: none;
    background-color: #ebebeb;
  }
  #story .detail_body {
    max-width: 1100px;
    background-color: white;
    margin: 0 auto;
  }
  #story .detail_body .profile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #story .detail_body .profile-content .box_prof {
    width: 48%;
  }
  #story .detail_body .detail_inner {
    padding: 48px 160px 64px;
  }
  #story .detail_body .detail_inner .text_title {
    font-size: 20px;
  }
  #story .detail_body .detail_inner .story_copy {
    background: #E3D6BF;
    margin-bottom: 24px;
    padding: 12px 16px;
    font-size: 24px;
  }
  #story .detail_body .detail_inner .box_concierge {
    padding: 32px 48px 56px;
  }
  #story .detail_body .detail_inner .box_concierge .concierge_ttl {
    font-size: 28px;
  }
  #story .detail_body .detail_inner .box_concierge .concierge_ttl span {
    margin-left: 16px;
  }
  #story .detail_body .detail_inner .box_concierge .concierge_copy {
    font-size: 22px;
  }
}

.question {
  background-color: #f9f7f3;
  padding: 48px 16px 32px;
}

.question .title-box {
  text-align: center;
}

.question .content {
  max-width: 480px;
  margin: 0 auto;
}

.question .content dt {
  color: #9f8046;
  position: relative;
  padding: 0 0 20px 40px;
}

.question .content dt::before {
  position: absolute;
  content: url("../img/qa_ico.png");
  font-size: 18px;
  left: 0;
  top: -5px;
}

.question .content dd {
  border-bottom: 1px solid #e7e4dd;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .question .content {
    max-width: 768px;
  }
  .question .content dt {
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */