@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Light";
  src: url("../fonts/NotoSansCJKjp-Light.otf");
}
@font-face {
  font-family: "Noto sans Regular";
  src: url("../fonts/noto-sans-jp-r.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Medium";
  src: url("../fonts/noto-sans-jp-m.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Bold";
  src: url("../fonts/noto-sans-jp-b.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Black";
  src: url("../fonts/noto-sans-jp-black.woff") format("woff");
}
@font-face {
  font-family: "shippori";
  src: url("../fonts/ShipporiMincho-OTF-Medium.otf");
}
@font-face {
  font-family: "shippori-r";
  src: url("../fonts/ShipporiMincho-OTF-Regular.otf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Light";
  src: url("../fonts/NotoSansCJKjp-Light.otf");
}
@font-face {
  font-family: "Noto sans Regular";
  src: url("../fonts/noto-sans-jp-r.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Medium";
  src: url("../fonts/noto-sans-jp-m.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Bold";
  src: url("../fonts/noto-sans-jp-b.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Black";
  src: url("../fonts/noto-sans-jp-black.woff") format("woff");
}
@font-face {
  font-family: "shippori";
  src: url("../fonts/ShipporiMincho-OTF-Medium.otf");
}
@font-face {
  font-family: "shippori-r";
  src: url("../fonts/ShipporiMincho-OTF-Regular.otf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================

  main layout  all

========================================= */
/*	cmn parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.pre {
  white-space: pre-line;
}

.no-sb {
  margin: 50px auto 0;
}

.cmn-txt-box p:nth-of-type(n+2) {
  margin-top: 21px;
}

.blog-list {
  width: 100%;
  max-width: 810px;
}
.blog-list-item:nth-of-type(n+2) {
  margin-top: 20px;
}
.blog-list-link {
  display: block;
  padding: 18px 46px 15px 26px;
  background-color: #fff;
  border-left: 10px solid #e2d3c9;
}
.blog-list-time {
  color: #c6b6ab;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .blog-list-time {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  .blog-list-time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.blog-list-tag {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.1;
  color: #5b9e51;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .blog-list-tag {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  .blog-list-tag {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.blog-list-tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 11px;
  padding-left: 11px;
  border-left: 1px solid #c6b6ab;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blog-list-tag-wrap .blog-list-tag:nth-of-type(n+2) {
  margin-left: 11px;
  padding-left: 13px;
  border-left: 1px solid #c6b6ab;
}
.blog-list-ttl {
  width: 100%;
  margin-top: 8px;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  color: #3c2b20;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .blog-list-ttl {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  .blog-list-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.cmn-bg {
  background-color: #fefbeb;
}
.cmn-bg01 {
  background: url(../img/top/sec01-deco.png) #fefbeb no-repeat center bottom/100%;
}
.cmn-bg02 {
  background-color: #fefbeb;
  position: relative;
}
.cmn-bg02::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  padding-top: 100px;
  background: url(../img/top/sec02-wave.png) no-repeat center bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -99px;
  z-index: 1;
}
@media screen and (min-width: 1920px) {
  .cmn-bg02::before {
    background-size: cover;
  }
}
.cmn-bg03 {
  background: url(../img/top/sec03-bg-l.png) no-repeat left top/35.9375%, url(../img/top/sec03-bg-r.png) no-repeat right top/35.09375%;
}
.cmn-bg-wave {
  position: relative;
}
.cmn-bg-wave::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  padding-top: 100px;
  background: url(../img/top/sec03-wave.png) no-repeat center bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -99px;
  z-index: 1;
}
@media screen and (min-width: 1920px) {
  .cmn-bg-wave::before {
    background-size: cover;
  }
}
.cmn-bg04 {
  background: url(../img/top/top-contact-l.png) no-repeat left top/35.677%, url(../img/top/top-contact-r.png) no-repeat right bottom/34.0625%;
}

.voice-list {
  position: relative;
  z-index: 1;
}
.voice-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
.voice-list-link {
  display: block;
  border-radius: 26px;
  background-color: #694a36;
  padding: 60px 63px 43px 60px;
}
.voice-list-left {
  width: 100%;
  max-width: 250px;
}
.voice-list-figure {
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.voice-list-right {
  width: 100%;
  max-width: 650px;
}
.voice-list-table {
  width: 100%;
  margin-top: 37px;
}
.voice-list-table tr:nth-of-type(n+2) th, .voice-list-table tr:nth-of-type(n+2) td {
  padding-top: 5px;
}
.voice-list-table th {
  width: 80px;
  border-bottom: 1px solid #bdd7b9;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  color: #bdd7b9;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .voice-list-table th {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  .voice-list-table th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.voice-list-table td {
  padding-left: 17px;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  color: #fff;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .voice-list-table td {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  .voice-list-table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.voice-list-ttl {
  padding-bottom: 23px;
  border-bottom: 1px solid #d5bfb1;
  font-family: "shippori", serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .voice-list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.voice-list-txt {
  color: #fff;
  white-space: pre-line;
}
.voice-list-txt-box {
  margin-top: 30px;
}

/*	sec01  PC
------------------------------------ */
#sec01 .sec-inner {
  width: 100%;
  max-width: 1280px;
}
#sec01 .head-type01 {
  position: relative;
}
#sec01 .head-type01::before, #sec01 .head-type01::after {
  content: "";
  display: inline-block;
  width: 49px;
  height: 58px;
  position: absolute;
}
#sec01 .head-type01::before {
  background: url(../img/top/sec01-ttl-l.png) no-repeat center/contain;
  left: calc(50% - 368px);
  top: 10px;
}
#sec01 .head-type01::after {
  background: url(../img/top/sec01-ttl-r.png) no-repeat center/contain;
  right: calc(50% - 365px);
  top: 10px;
}
#sec01 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1175px) {
  #sec01 .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sec01 .list-item:nth-of-type(n+2) {
    margin: 20px auto 0 !important;
  }
}
#sec01 .list-item {
  width: 376px;
  height: 74px;
  padding: 5px 29px;
  background: url(../img/top/sec01-list-bg.png) no-repeat center/contain;
}
#sec01 .list-item:not(:nth-of-type(3n-2)) {
  margin-left: 15px;
}
#sec01 .list-item:nth-of-type(n+4) {
  margin-top: 17px;
}
#sec01 .list-txt {
  padding: 3px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "shippori", serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.14em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sec01 .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sec01 .list-txt-lg {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  #sec01 .list-txt-lg {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sec01 .note {
  padding: 70px 0;
  background: url(../img/top/sec01-bnr.png) no-repeat center/cover;
  text-align: center;
}
#sec01 .note-ttl {
  font-family: "shippori", serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #sec01 .note-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sec01 .note-ttl-lg {
  font-size: 50px;
  font-size: 5rem;
  color: #edcb2e;
}
@media screen and (max-width: 767px) {
  #sec01 .note-ttl-lg {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*	sec02  PC
------------------------------------ */
#sec02 .bg {
  position: relative;
}
#sec02 .box-figure {
  width: 40.625%;
  position: absolute;
  top: 105px;
  right: 0;
}
@media screen and (min-width: 1920px) {
  #sec02 .box-figure {
    width: auto;
    right: calc(50% - 960px);
  }
}
#sec02 .head-type02 {
  text-align: left;
}
#sec02 .head-type02-en-lg {
  color: #fbf7e2;
  top: 36px;
  left: calc(50% - 890px);
}
#sec02 .cmn-txt-box {
  max-width: 560px;
  margin-top: 55px;
  position: relative;
  z-index: 1;
}
#sec02 .cmn-btn-wrap {
  margin-top: 84px;
  text-align: left;
}

/*	sec03  PC
------------------------------------ */
#sec03 .head-type02-en-lg {
  left: 0;
  right: 0;
  top: 18px;
}
#sec03 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 55px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #sec03 .list-item:nth-of-type(n+4) {
    margin-top: 27px;
  }
}
#sec03 .cmn-btn-wrap {
  margin: 63px auto 0;
}

/*	sec04  PC
------------------------------------ */
#sec04 .bg {
  position: relative;
}
#sec04 .bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 20%;
  background: url(../img/top/voice-bg.png) repeat #fefbeb center bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
#sec04 .head-type02-en-lg {
  top: 40px;
  left: calc(50% - 760px);
  color: #fbf7e2;
}
#sec04 .voice-list {
  margin: 69px auto 0;
}
#sec04 .voice-list::before, #sec04 .voice-list::after {
  content: "";
  display: inline-block;
  width: 408px;
  height: 207px;
  background: url(../img/top/top-voice-ico.png) no-repeat center/contain;
  position: absolute;
  z-index: -1;
}
#sec04 .voice-list::before {
  bottom: -92px;
  left: -280px;
}
#sec04 .voice-list::after {
  right: -280px;
  top: -92px;
}
#sec04 .cmn-btn-wrap {
  margin: 80px auto 0;
}

/*	top-bnr  PC
------------------------------------ */
.top-bnr .bg {
  background: url(../img/top/sec05-bg.png) no-repeat center/cover;
}
.top-bnr .bnr-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-bnr .bnr-item {
  width: 100%;
  max-width: 500px;
}
.top-bnr .bnr-link {
  display: block;
  width: 100%;
  height: 0;
  border-radius: 12px;
  padding-top: 300px;
  position: relative;
}
.top-bnr .bnr-link01 {
  background: url(../img/top/sec05-img01.png) no-repeat center/cover;
}
.top-bnr .bnr-link02 {
  background: url(../img/top/sec05-img02.png) no-repeat center/cover;
}
.top-bnr .bnr-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 55px;
  background-color: #fff;
  border-radius: 10px 0 10px 0;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  color: #5b9e51;
  line-height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .top-bnr .bnr-ttl {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  .top-bnr .bnr-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.top-bnr .bnr-ttl::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #5b9e51;
}

/*	top-contact  PC
------------------------------------ */
#top-contact .head-type02-en-lg {
  margin: auto;
  color: #f7fcf5;
  left: 0;
  right: 0;
  top: 17px;
}
#top-contact .sec-inner {
  width: 100%;
  max-width: 1280px;
}
#top-contact .box {
  margin: 65px auto 0;
  border-top: 10px solid #a3cf9d;
  border-bottom: 10px solid #a3cf9d;
  padding: 53px 0 70px;
  background-color: #eefbec;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top-contact .box {
    border-width: 5px;
  }
}
#top-contact .box-cir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 220px;
  border: 5px solid #9b7c67;
  background-color: #694a36;
  text-align: center;
  border-radius: 50%;
  font-family: "shippori", serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 1.4;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 60px;
  top: -152px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  #top-contact .box-cir {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-contact .box-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-size: 12px 4px;
  background-image: -webkit-linear-gradient(left, #c5bc8d, #c5bc8d 4px, transparent 4px, transparent 12px);
  background-image: linear-gradient(to right, #c5bc8d, #c5bc8d 4px, transparent 4px, transparent 12px);
  background-repeat: repeat-x;
  width: 100%;
  max-width: 745px;
  margin: auto;
  background-position: bottom;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #top-contact .box-border {
    background-size: 9px 1px;
    background-image: -webkit-linear-gradient(left, #c5bc8d, #c5bc8d 2px, transparent 2px, transparent 9px);
    background-image: linear-gradient(to right, #c5bc8d, #c5bc8d 2px, transparent 2px, transparent 9px);
  }
}
#top-contact .box-time {
  color: #b19f92;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #top-contact .box-time {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-contact .box-time-ttl {
  width: 90px;
  height: 31px;
  margin-right: 16px;
  line-height: 31px;
  background-color: #b19f92;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #top-contact .box-time-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-contact .box-tel {
  margin-left: 39px;
  padding-left: 55px;
  background: url(../img/top/top-contact-tel.png) no-repeat left center;
  font-family: "shippori", serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.08em;
  color: #28731d;
}
@media screen and (max-width: 767px) {
  #top-contact .box-tel {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-contact .box-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 577px;
  padding: 19px 0;
  border-radius: 10px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  position: relative;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #top-contact .box-btn {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  #top-contact .box-btn {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-contact .box-btn::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 15px;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #ffffff;
}
#top-contact .box-btn::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 35px;
  bottom: 0;
}
#top-contact .box-btn-wrap {
  margin: 33px auto 0;
  text-align: center;
}
#top-contact .box-btn01 {
  background-color: #f19f47;
}
#top-contact .box-btn01::after {
  background: url(../img/top/top-contact-line.png) no-repeat center/contain;
}
#top-contact .box-btn02 {
  margin: 20px auto 0;
  background-color: #edcb2e;
}
#top-contact .box-btn02::after {
  background: url(../img/top/top-contact-reserve.png) no-repeat center/contain;
}

/* =========================================

  sub layout  PC

========================================= */
/*	guide  PC
------------------------------------ */
#guide .sec01 .head-type01 {
  line-height: 1.525;
}
#guide .sec01 .head-type01-ac {
  color: #5b9e51;
}
#guide .sec01 .flex {
  margin: 55px auto 0;
}
#guide .sec01 .cmn-txt-box {
  max-width: 540px;
}
#guide .sec02 .bg {
  background: url(../img/guide/cmn-bg-l.png) no-repeat left -50px/35.9375%, url(../img/guide/cmn-bg-r.png) no-repeat right -50px/35.09375%;
}
#guide .sec02 .list {
  margin: 64px auto 0;
}
#guide .sec02 .list-item {
  height: 349px;
  position: relative;
}
#guide .sec02 .list-item:nth-of-type(2n-1) .list-figure {
  left: calc(50% - 960px);
}
#guide .sec02 .list-item:nth-of-type(2n-1) .list-txt-box {
  margin-left: auto;
}
#guide .sec02 .list-item:nth-of-type(2n) .list-figure {
  right: calc(50% - 960px);
}
#guide .sec02 .list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
#guide .sec02 .list-figure {
  position: absolute;
  top: 0;
}
#guide .sec02 .list-txt {
  margin-top: 40px;
}
#guide .sec02 .list-txt-box {
  width: 100%;
  max-width: 512px;
  padding-top: 10px;
}
#guide .sec02 .list-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#guide .sec02 .list-ttl-num {
  font-family: "shippori", serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.04em;
  color: #5b9e51;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #guide .sec02 .list-ttl-num {
    font-size: 30px;
    font-size: 3rem;
  }
}
#guide .sec02 .list-ttl-txt {
  margin-left: 18px;
  padding-left: 18px;
  font-family: "shippori", serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  color: #3c2b20;
  line-height: 1.583;
  position: relative;
}
@media screen and (max-width: 767px) {
  #guide .sec02 .list-ttl-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
#guide .sec02 .list-ttl-txt::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60px;
  margin: auto;
  background: #5b9e51;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#guide .sec02 .list-ttl-lg {
  color: #5b9e51;
  font-family: "shippori", serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.14em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #guide .sec02 .list-ttl-lg {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#guide .sec03 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 65px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#guide .sec03 .list-item {
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  #guide .sec03 .list-item:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  #guide .sec03 .list-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
#guide .sec03 .list-figure {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

/*	menu  PC
------------------------------------ */
#menu .sec01 .head-type02-en-lg {
  color: #fbf7e2;
  top: 9px;
}
#menu .sec01 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 70px auto 0;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
#menu .sec01 .list::before, #menu .sec01 .list::after {
  content: "";
  display: inline-block;
  width: 408px;
  height: 207px;
  background: url(../img/menu/sec01-l.png) no-repeat center/contain;
  position: absolute;
}
@media screen and (max-width: 1767px) {
  #menu .sec01 .list::before, #menu .sec01 .list::after {
    width: 223px;
    height: 110px;
  }
}
#menu .sec01 .list::before {
  left: -319px;
  top: -80px;
}
@media screen and (max-width: 1767px) {
  #menu .sec01 .list::before {
    left: -60px;
    top: -10px;
  }
}
@media screen and (max-width: 1262px) {
  #menu .sec01 .list::before {
    left: -25px;
    top: -10px;
  }
}
#menu .sec01 .list::after {
  right: -323px;
  bottom: 29px;
}
@media screen and (max-width: 1767px) {
  #menu .sec01 .list::after {
    right: -78px;
    bottom: 72px;
  }
}
@media screen and (max-width: 1262px) {
  #menu .sec01 .list::after {
    right: 0;
    bottom: 72px;
  }
}
#menu .sec01 .list-item {
  width: 100%;
  max-width: 340px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#menu .sec01 .list-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
}
#menu .sec01 .list-item:nth-of-type(1)::before {
  width: 211px;
  height: 153px;
  background: url(../img/menu/sec01-ico01.png) no-repeat center/contain;
  bottom: -53px;
  right: -44px;
}
#menu .sec01 .list-item:nth-of-type(2)::before {
  width: 159px;
  height: 157px;
  background: url(../img/menu/sec01-ico02.png) no-repeat center/contain;
  bottom: -60px;
  right: -51px;
}
#menu .sec01 .list-item:nth-of-type(3)::before {
  width: 159px;
  height: 157px;
  background: url(../img/menu/sec01-ico03.png) no-repeat center/contain;
  bottom: -57px;
  right: -73px;
}
@media screen and (max-width: 1239px) {
  #menu .sec01 .list-item:nth-of-type(3)::before {
    right: 0;
  }
}
#menu .sec01 .list-item:nth-of-type(4)::before {
  width: 179px;
  height: 128px;
  background: url(../img/menu/sec01-ico04.png) no-repeat center/contain;
  bottom: -38px;
  right: -28px;
}
#menu .sec01 .list-item:nth-of-type(5)::before {
  width: 150px;
  height: 131px;
  background: url(../img/menu/sec01-ico05.png) no-repeat center/contain;
  bottom: -38px;
  right: -35px;
}
#menu .sec01 .list-item:nth-of-type(6)::before {
  width: 182px;
  height: 153px;
  background: url(../img/menu/sec01-ico06.png) no-repeat center/contain;
  bottom: -44px;
  right: -79px;
}
@media screen and (max-width: 1239px) {
  #menu .sec01 .list-item:nth-of-type(6)::before {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  #menu .sec01 .list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #menu .sec01 .list-item:nth-of-type(n+4) {
    margin-top: 50px;
  }
}
#menu .sec01 .list-ttl {
  display: inline-block;
  padding: 0 7px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d8efd5));
  background: -webkit-linear-gradient(transparent 60%, #d8efd5 60%);
  background: linear-gradient(transparent 60%, #d8efd5 60%);
  font-family: "shippori", serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  color: #3c2b20;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #menu .sec01 .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#menu .sec01 .list-figure {
  margin-top: 14px;
}
#menu .sec01 .list-txt {
  margin: 14px auto 0;
}
#menu .sec02 .bg {
  background-color: #ffffff;
}
#menu .sec02 .sec-inner {
  width: 100%;
  max-width: 1280px;
}
#menu .sec02 .head-type02-en-lg {
  top: 14px;
}
#menu .sec02 .list {
  width: 100%;
  max-width: 1140px;
  margin: 69px auto 0;
}
#menu .sec02 .list-item {
  padding: 44px 80px;
  background-color: #f1f9f0;
  -webkit-box-shadow: 0 0 15px rgba(241, 249, 240, 0.1);
          box-shadow: 0 0 15px rgba(241, 249, 240, 0.1);
}
#menu .sec02 .list-item:nth-of-type(n+2) {
  margin-top: 38px;
}
#menu .sec02 .list-ttl {
  padding-left: 27px;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  color: #3c2b20;
  position: relative;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #menu .sec02 .list-ttl {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  #menu .sec02 .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#menu .sec02 .list-ttl::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #74b88d;
  position: absolute;
  top: 17px;
  left: 0;
}
#menu .sec02 .list-table {
  width: 100%;
  margin: 19px auto 0;
}
#menu .sec02 .list-table tr {
  position: relative;
}
#menu .sec02 .list-table tr::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  margin: auto;
  background-size: 12px 4px;
  background-image: -webkit-linear-gradient(left, #c5bc8d, #c5bc8d 4px, transparent 4px, transparent 12px);
  background-image: linear-gradient(to right, #c5bc8d, #c5bc8d 4px, transparent 4px, transparent 12px);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #menu .sec02 .list-table tr::before {
    background-size: 9px 1px;
    background-image: -webkit-linear-gradient(left, #c5bc8d, #c5bc8d 2px, transparent 2px, transparent 9px);
    background-image: linear-gradient(to right, #c5bc8d, #c5bc8d 2px, transparent 2px, transparent 9px);
  }
}
#menu .sec02 .list-table tr:nth-of-type(n+2) th, #menu .sec02 .list-table tr:nth-of-type(n+2) td {
  padding-top: 14px;
}
#menu .sec02 .list-table th, #menu .sec02 .list-table td {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  color: #3c2b20;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #menu .sec02 .list-table th, #menu .sec02 .list-table td {
    font-family: メイリオ;
  }
}
@media screen and (max-width: 767px) {
  #menu .sec02 .list-table th, #menu .sec02 .list-table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#menu .sec02 .list-table-th {
  display: inline-block;
  padding-right: 14px;
  background-color: #f1f9f0;
  position: relative;
  z-index: 1;
}
#menu .sec02 .list-table td {
  text-align: right;
}
#menu .sec02 .list-table-td {
  display: inline-block;
  padding-left: 14px;
  background-color: #f1f9f0;
  text-align: right;
  position: relative;
  z-index: 1;
}

/*	voice  PC
------------------------------------ */
#voice .sec01 .cmn-bg04 {
  background: url(../img/voice/l.png) no-repeat left top/35.677%, url(../img/voice/r.png) no-repeat right 103%/34.0625%;
  background-color: #fefbeb;
}
@media screen and (max-width: 767px) {
  #voice .sec01 .cmn-bg04 {
    background-position: left top, right 101%;
  }
}
#voice .sec01 .voice-list {
  margin: 70px auto 0;
}
#voice .detail .voice-list-link {
  background-color: #d6ead3;
  border-top: 10px solid #a3cf9d;
  border-bottom: 10px solid #a3cf9d;
  border-color: #6a9463;
}
@media screen and (max-width: 767px) {
  #voice .detail .voice-list-link {
    border-width: 5px;
  }
}
#voice .detail .voice-list-table th {
  color: #5b9e51;
  border-color: #5b9e51;
}
#voice .detail .voice-list-table td {
  color: #3c2b20;
}
#voice .detail .voice-list-ttl {
  color: #3c2b20;
}
#voice .detail .voice-list-txt {
  color: #3c2b20;
}

/*	staff_info  PC
------------------------------------ */
#staff_info .sec01 .head-type02-en-lg {
  top: 11px;
  color: #fbf7e2;
}
#staff_info .sec01 .list {
  margin: 69px auto 0;
  position: relative;
}
#staff_info .sec01 .list-item {
  padding: 50px 59px 60px;
  border-radius: 25px;
  background-color: #fbf7e2;
}
#staff_info .sec01 .list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#staff_info .sec01 .list-figure {
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#staff_info .sec01 .list-figure-wrap {
  width: 100%;
  max-width: 250px;
}
#staff_info .sec01 .list-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 7px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #c5bf9d;
}
#staff_info .sec01 .list-name {
  font-family: "shippori", serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  color: #3c2b20;
}
@media screen and (min-width: 768px) {
  #staff_info .sec01 .list-name {
    width: 70%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #staff_info .sec01 .list-name {
    font-size: 20px;
    font-size: 2rem;
  }
}
#staff_info .sec01 .list-year {
  color: #5b9e51;
  font-family: "shippori", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  #staff_info .sec01 .list-year {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#staff_info .sec01 .list-year-num {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #staff_info .sec01 .list-year-num {
    font-size: 20px;
    font-size: 2rem;
  }
}
#staff_info .sec01 .list-txt {
  margin-top: 30px;
  padding: 0 20px;
  white-space: pre-line;
}
#staff_info .sec01 .list-txt-box {
  width: 100%;
  max-width: 645px;
}
#staff_info .sec02 .bg {
  background: url(../img/staff_info/bg-l.png) no-repeat left 0/35.9375%, url(../img/staff_info/bg-r.png) no-repeat right 0/35.09375%;
}
#staff_info .sec02 .sec-inner {
  width: 100%;
  max-width: 1280px;
}
#staff_info .sec02 .head-type02-en-lg {
  top: 10px;
}
#staff_info .sec02 .cmn-table {
  max-width: 982px;
  margin: 55px auto 0;
  position: relative;
}

/*	contact  PC
------------------------------------ */
#contact .sec01 .head-type02-en-lg {
  top: 0;
  color: #fbf7e2;
}
#contact .sec01 .wrap {
  margin: 79px auto 0;
}
#contact .sec01 button[name=back], #contact .sec01 input[type=submit] {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #contact .sec01 button[name=back], #contact .sec01 input[type=submit] {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #contact .sec01 button[name=back], #contact .sec01 input[type=submit] {
    font-family: メイリオ;
  }
}

/*	blog  PC
------------------------------------ */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #3c2b20;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto sans Regular", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#blog .sec01 .blog-list {
  max-width: 100%;
  margin: 30px auto 0;
}
#blog .sec01 .head-type02-en-lg {
  top: 0;
  color: #fbf7e2;
}
#blog .detail .blog-list-tag-wrap {
  border-left: none;
  margin: 0;
  padding: 0;
}
#blog .detail .head-type03 {
  margin: 30px auto 0;
}

/*	privacy  PC
------------------------------------ */
#privacy .head-type02-en-lg {
  font-size: 50px;
  font-size: 5rem;
  top: 97px;
  color: #fbf7e2;
}
@media screen and (max-width: 767px) {
  #privacy .head-type02-en-lg {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*	site  PC
------------------------------------ */
#site .head-type02-en-lg {
  top: 10px;
  color: #fbf7e2;
}
#site .site-ul {
  position: relative;
}