@charset "UTF-8";
body {
  width: 100%;
  background: #fff;
}

body div,
body p,
body ul,
body li,
body h1,
body h2,
body h3,
body figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

body h2 {
  font-size: 1.5em;
}

#main-container img,
#main-container figure {
  width: 100%;
  height: auto;
  line-height: 0 !important;
  font-size: 0 !important;
}

body a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  outline: none !important;
  cursor: pointer;
}

body a:hover {
  opacity: .7;
}

body h1 {
  font-size: 0;
}

body a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  outline: none !important;
}

/* ===============================
            コンテンツ
=============================== */
#main-container {
  overflow-x: hidden;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  color: #777263;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

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

#main-container .btn {
  max-width: 342px;
  width: 100%;
}

#main-container .btn a {
  letter-spacing: 0.1em;
  display: inline-block;
  border: 1px solid #777263;
  color: #777263;
  text-align: center;
  width: 100%;
  padding: 24px 0;
  font-weight: bold;
  position: relative;
}

#main-container .btn a:hover {
  background-color: #777263;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  #main-container .btn a {
    padding: 12px 0;
  }
}

#main-container .btn a:before {
  font-size: 10px;
  content: '〉';
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#main-container .section-mv {
  max-width: 1416px;
  width: 60%;
  margin: 0 auto 56px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  #main-container .section-mv {
    width: 100%;
  }
}

#main-container .section-mv:before {
  position: absolute;
  bottom: -29%;
  left: 4%;
  content: '';
  background-color: #E4D2A0;
  opacity: 0.4;
  z-index: -1;
  width: 54%;
  height: 53%;
}

#main-container .section-intro {
  margin: 0 auto;
  margin-bottom: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1023px) {
  #main-container .section-intro {
    width: 95%;
    margin-bottom: 80px;
  }
}

#main-container .section-intro--title {
  line-height: 1.7;
  font-size: 36px;
  color: #C2A887;
  margin: -16px 40px 24px 0;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1023px) {
  #main-container .section-intro--title {
    font-size: 24px;
    margin-top: 0;
  }
}

#main-container .section-intro--title span {
  letter-spacing: 0.05em;
  padding: 1px 2px 1px 4px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  background-color: #C2A887;
}

@media screen and (max-width: 1023px) {
  #main-container .section-intro--title span {
    font-size: 20px;
  }
}

#main-container .section-intro--text p + p {
  margin-top: 24px;
}

@media screen and (max-width: 1023px) {
  #main-container .section-intro--text p + p {
    margin-top: 16px;
  }
}

#main-container .section-member {
  margin-bottom: 320px;
}

@media screen and (max-width: 1023px) {
  #main-container .section-member {
    margin-bottom: 120px;
  }
}

#main-container .section-member--title {
  line-height: 1;
  position: relative;
}

#main-container .section-member--title:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  background-color: #71645C;
  height: 1px;
  max-width: 480px;
  width: 25%;
}

#main-container .section-member--title h2 {
  display: inline-block;
  padding-left: 29%;
}

#main-container .section-member--title figure {
  max-width: 378px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  #main-container .section-member--title figure {
    max-width: 252px;
  }
}

#main-container .section-member--title span {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 16px;
}

#main-container .section-member--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1683px;
  width: 95%;
  margin: 0 auto;
}

#main-container .section-member--list--item:first-child:before {
  background-color: #D6BDB9;
  left: -4%;
  bottom: -8%;
  width: 73%;
  height: 95%;
}

#main-container .section-member--list--item:nth-child(2):before {
  background-color: #E4D2A0;
  left: 22%;
  bottom: 12%;
  width: 73%;
  height: 95%;
}

#main-container .section-member--list--item:nth-child(3) {
  margin-top: 160px;
}

@media screen and (max-width: 1023px) {
  #main-container .section-member--list--item:nth-child(3) {
    margin-top: 0;
  }
}

#main-container .section-member--list--item:nth-child(3):before {
  background-color: #C2A887;
  left: 17%;
  bottom: -14%;
  width: 73%;
  height: 95%;
}

#main-container .section-member--list--item:nth-child(4) {
  margin-top: 160px;
}

@media screen and (max-width: 1023px) {
  #main-container .section-member--list--item:nth-child(4) {
    margin-top: 0;
  }
}

#main-container .section-member--list--item:nth-child(4):before {
  background-color: #D6BDB9;
  left: -3%;
  bottom: 12%;
  width: 73%;
  height: 100%;
}

#main-container .section-member--list--item {
  max-width: 791px;
  width: 47%;
  margin: 56px auto 0;
  position: relative;
}

@media screen and (max-width: 1023px) {
  #main-container .section-member--list--item {
    width: 100%;
  }
}

#main-container .section-member--list--item:before {
  position: absolute;
  content: '';
  opacity: 0.4;
  left: 0;
  bottom: 11%;
  width: 49%;
  height: 78%;
  z-index: -2;
}

#main-container .section-member--list--item__wrap {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  position: relative;
}

#main-container .section-member--list--item__wrap:before {
  position: absolute;
  top: -29%;
  right: 29%;
  content: '';
  background-size: contain;
  width: 125px;
  height: 52px;
  z-index: 9;
}

#main-container .section-member--list--item__wrap--img {
  max-width: 377px;
  width: 48%;
}

#main-container .section-member--list--item__wrap--text {
  background-color: #C2A887;
  max-width: 414px;
  width: 53%;
  padding: 8% 0 12%;
  position: relative;
}

#main-container .section-member--list--item__wrap--text:before {
  position: absolute;
  content: '';
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #fff transparent;
}

#main-container .section-member--list--item__wrap--text figure {
  max-width: 224px;
  width: 66%;
  position: absolute;
  top: -13%;
  left: 7%;
}

#main-container .section-member--list--item__wrap--text .btn {
  position: absolute;
  bottom: -16%;
  left: 7%;
}

@media screen and (max-width: 1023px) {
  #main-container .section-member--list--item__wrap--text .btn {
    bottom: -10%;
  }
}

#main-container .section-member--list--item__wrap--text > div {
  max-width: 342px;
  width: 83%;
  margin: 0 auto;
}

#main-container .section-member--list--item__wrap--text--top {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main-container .section-member--list--item__wrap--text--top h3 {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 16px;
  line-height: 1;
}

#main-container .section-member--list--item__wrap--text--top h3 span {
  font-size: 16px;
}

#main-container .section-story {
  margin-bottom: 80px;
  background-color: #ece5c9;
}

#main-container .section-story--title {
  line-height: 1;
  position: relative;
  text-align: right;
}

#main-container .section-story--title:before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background-color: #71645C;
  height: 1px;
  max-width: 480px;
  width: 25%;
}

#main-container .section-story--title h2 {
  display: inline-block;
  padding-right: 29%;
  margin-top: -5%;
}

@media screen and (max-width: 1023px) {
  #main-container .section-story--title h2 {
    margin-top: -9%;
  }
}

#main-container .section-story--title figure {
  max-width: 226px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  #main-container .section-story--title figure {
    max-width: 150px;
  }
}

#main-container .section-story--title span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
}

#main-container .section-story--list {
  margin-top: 54px;
  max-width: 1457px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 240px;
}

@media screen and (max-width: 1023px) {
  #main-container .section-story--list {
    padding-bottom: 120px;
  }
}

#main-container .section-story--list--item:nth-child(even) > div:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#main-container .section-story--list--item:nth-child(even) > div:first-child > div {
  margin-right: -3%;
}

#main-container .section-story--list--item:nth-child(n + 2) > div:first-child {
  margin-top: -3%;
}

#main-container .section-story--list--item > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-container .section-story--list--item--img {
  max-width: 642px;
  width: 45%;
}

#main-container .section-story--list--item--text {
  max-width: 687px;
  width: 48%;
  margin-left: -3%;
  text-align: center;
  padding: 4% 0 6%;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
}

#main-container .section-story--list--item--text > figure {
  position: absolute;
  top: -16%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36%;
  max-width: 244px;
}

@media screen and (max-width: 1023px) {
  #main-container .section-story--list--item--text > figure {
    top: -12%;
  }
}

#main-container .section-story--list--item--text .btn {
  position: absolute;
  bottom: -13%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#main-container .section-story--list--item--text h3 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 18px;
  font-weight: 500;
  text-align: left;
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  #main-container .section-story--list--item--text h3 {
    font-size: 28px;
  }
}

#main-container .section-story--list--item--text h3 span:first-child {
  font-size: 22px;
  color: #C2A887;
}

#main-container .section-story--list--item--text h3 span:first-child figure {
  width: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

#main-container .section-story--list--item--text h3 span:first-child small {
  font-size: 12px;
}

#main-container .section-story--list--item--text h3 span:last-child {
  background-color: #fff;
  padding: 3px 16px;
}

#main-container .section-item {
  margin-bottom: 160px;
}

@media screen and (max-width: 1023px) {
  #main-container .section-item {
    margin-bottom: 120px;
  }
}

#main-container .section-item--title {
  line-height: 1;
  position: relative;
  margin-bottom: 16px;
}

#main-container .section-item--title:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  background-color: #71645C;
  height: 1px;
  max-width: 480px;
  width: 25%;
}

#main-container .section-item--title h2 {
  display: inline-block;
  padding-left: 29%;
}

#main-container .section-item--title figure {
  max-width: 191px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  #main-container .section-item--title figure {
    max-width: 127px;
  }
}

#main-container .section-item--title span {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 16px;
}

#main-container .section-item--list {
  max-width: 1548px;
  width: 95%;
  margin: 0 auto;
  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;
}

#main-container .section-item--list--item.a h3 {
  background-image: url(../img/pc_img19.png);
}

#main-container .section-item--list--item.b h3 {
  background-image: url(../img/pc_img21.png);
}

#main-container .section-item--list--item.c h3 {
  background-image: url(../img/pc_img23.png);
}

#main-container .section-item--list--item.d h3 {
  background-image: url(../img/pc_img25.png);
}

#main-container .section-item--list--item {
  margin-bottom: 40px;
  max-width: 734px;
  width: 48%;
}

@media screen and (max-width: 1023px) {
  #main-container .section-item--list--item {
    width: 49%;
  }
}

#main-container .section-item--list--item h3 {
  padding-top: 150px;
  margin-bottom: 14px;
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  background-position: center;
  background-size: 74%;
  background-repeat: no-repeat;
  color: rgb(119, 114, 99);
}

@media screen and (max-width: 1023px) {
  #main-container .section-item--list--item h3 {
    padding-top: 24px;
    font-size: 28px;
    line-height: 1.3;
  }
}

#main-container .section-item--list--item h3 span {
  color: #C2A887;
  font-size: 32px;
}

@media screen and (max-width: 1023px) {
  #main-container .section-item--list--item h3 span {
    font-size: 20px;
  }
}

#main-container .section-item--list--item h3 span small {
  font-size: 24px;
}

@media screen and (max-width: 1023px) {
  #main-container .section-item--list--item h3 span small {
    font-size: 16px;
  }
}

#main-container .section-item--list--item--text {
  min-width: 407px;
  margin: 56px auto 0;
  width: 56%;
  border: 1px solid #333;
  padding: 40px 0 32px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  #main-container .section-item--list--item--text {
    min-width: auto;
    width: 100%;
  }
}

#main-container .section-item--list--item--text h4 {
  margin: 0;
  white-space: nowrap;
  position: absolute;
  top: -8%;
  left: 50%;
  font-size: 20px;
  color: #fff;
  background-color: #C2A887;
  line-height: 1;
  font-weight: 500;
  padding: 6px 29px 6px 33px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#main-container .section-item--list--item--text ul {
  font-size: 16px;
  max-width: 327px;
  width: 86%;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  #main-container .section-item--list--item--text ul {
    width: 78%;
  }
}

#main-container .section-item--list--item--text ul li {
  padding-left: 26px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  #main-container .section-item--list--item--text ul li {
    font-size: 14px;
  }
}

#main-container .section-item--list--item--text ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  font-weight: 900;
  color: #C2A887;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  #main-container .section-item--list--item--text ul li:before {
    font-size: 12px;
  }
}

#main-container .section-item .btn-bg {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 1023px) {
  #main-container .section-item .btn-bg {
    margin-top: 40px;
  }
}

#main-container .section-item .btn-bg a {
  display: inline-block;
  background-color: #504D44;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 24px 0;
  width: 32%;
  max-width: 473px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1023px) {
  #main-container .section-item .btn-bg a {
    width: 50%;
  }
}

#main-container .section-item .btn-bg a:before {
  font-size: 10px;
  content: '〉';
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#main-container .section-recommend {
  background-color: #D6C9B9;
  padding: 112px 0 120px;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  #main-container .section-recommend {
    font-size: 64px 0 96px;
  }
}

#main-container .section-recommend h2 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  #main-container .section-recommend h2 {
    font-size: 32px;
  }
}

#main-container .section-recommend--list {
  margin: 80px auto 0;
  max-width: 1240px;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  #main-container .section-recommend--list {
    margin-top: 40px;
  }
}

#main-container .section-recommend--list li {
  max-width: 600px;
  width: 49%;
}

@media screen and (max-width: 1023px) {
  #main-container .section-recommend--list li {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  #main-container .section-recommend--list li:nth-child(n + 2) {
    margin-top: 24px;
  }
}

#main-container .section-recommend--list li:nth-child(n + 3) {
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  #main-container .section-recommend--list li:nth-child(n + 3) {
    margin-top: 24px;
  }
}

#main-container .section-recommend--list li a {
  font-size: 0;
}

/* ===============================
          Recommend
=============================== */
/*# sourceMappingURL=pc_style.css.map */