@charset "UTF-8";
:root {
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --zen: "Zen Maru Gothic", sans-serif;
  --en: "Oswald", sans-serif;
}

.home #main {
  background-color: #f5f2ec;
}
.home #mv {
  padding-top: 260px;
  padding-bottom: 100px;
  aspect-ratio: 24/9;
  width: 100%;
  background: url(../img/top/mv-bg.jpg) top center/cover no-repeat;
}
.home #mv .mv-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.home #mv .mv-ttl:after {
  content: "";
  background: url(../img/top/mv-ttl-bbl.png) center center/contain no-repeat;
  width: 550px;
  height: 200px;
  position: absolute;
  transform: translate(0%, -85%);
  top: 0;
  left: 60%;
}
@media screen and (max-width: 768px) {
  .home #mv .mv-ttl:after {
    right: 0;
    left: auto;
  }
}
.home #mv .mv-ttl .ttl1,
.home #mv .mv-ttl .ttl3 {
  max-width: 520px;
  width: 100%;
}
.home #mv .mv-ttl .ttl2 {
  max-width: 50px;
  width: 100%;
  margin: 0 20px;
}
.home #mv .read {
  font-size: 4.2rem;
  font-weight: 500;
  font-family: var(--zen);
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .home #mv {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .home #mv .mv-ttl {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .home #mv .mv-ttl:after {
    width: 260px;
    height: 100px;
  }
  .home #mv .mv-ttl .ttl1,
  .home #mv .mv-ttl .ttl3 {
    width: 70%;
  }
  .home #mv .mv-ttl .ttl2 {
    max-width: 40px;
    width: 100%;
    margin: 20px 0;
  }
  .home #mv .read {
    font-size: 2rem;
  }
}
.home #news {
  padding-top: 240px;
  padding-bottom: 160px;
  position: relative;
}
.home #news:before {
  content: "";
  width: 165px;
  height: 70px;
  background: url(../img/top/news-arrow.png) center center/contain no-repeat;
  position: absolute;
  transform: translateX(-50%);
  top: 70px;
  left: 50%;
}
.home #news .sec-inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.home #news h2 {
  font-size: 4.8rem;
  margin-bottom: 20px;
}
.home #news .news-wrap {
  margin-bottom: 40px;
}
.home #news .news-wrap li {
  padding: 15px 30px;
  border-top: 1px solid #776650;
}
.home #news .news-wrap li:last-of-type {
  border-bottom: 1px solid #776650;
}
.home #news .news-wrap li a {
  display: flex;
  align-items: center;
}
.home #news .news-wrap li a .date,
.home #news .news-wrap li a .ttl {
  font-size: 2.4rem;
  color: #796853;
}
.home #news .news-wrap li a .date {
  margin-right: 30px;
}
.home #news .news-wrap li a .dow {
  margin-right: 30px;
  color: #fff;
  background-color: #f29600;
  padding: 0 5px;
  border-radius: 3px;
}
@media screen and (max-width: 1023px) {
  .home #news {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .home #news:before {
    width: 80px;
    height: 40px;
    top: 30px;
  }
  .home #news h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .home #news .news-wrap li {
    padding: 10px;
    border-top: 1px solid #776650;
  }
  .home #news .news-wrap li:last-of-type {
    border-bottom: 1px solid #776650;
  }
  .home #news .news-wrap li a {
    display: flex;
    align-items: center;
  }
  .home #news .news-wrap li a .date,
  .home #news .news-wrap li a .ttl {
    font-size: 1.2rem;
  }
  .home #news .news-wrap li a .date {
    margin-right: 10px;
  }
  .home #news .news-wrap li a .dow {
    font-size: 1rem;
    margin-right: 10px;
    padding: 0 5px;
  }
}
.home #aquanature {
  overflow: hidden;
}
.home #aquanature .area-top {
  margin-bottom: 160px;
}
.home #aquanature .area-top h2 {
  font-size: 7.4rem;
  border-bottom: 3px dotted;
  margin-bottom: 15px;
}
.home #aquanature .area-top h3 {
  font-size: 4.2rem;
  margin-bottom: 40px;
}
.home #aquanature .area-top .detail {
  font-size: 2.4rem;
  font-weight: 300;
  font-family: var(--zen);
  text-align: center;
  position: relative;
}
.home #aquanature .area-top .detail:after {
  content: "";
  width: 400px;
  height: 400px;
  background: url(../img/top/aquanature-top.png) center center/contain no-repeat;
  position: absolute;
  transform: translate(30%, -50%);
  top: 50%;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .home #aquanature .area-top {
    margin-bottom: 160px;
  }
  .home #aquanature .area-top h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .home #aquanature .area-top h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .home #aquanature .area-top .detail {
    font-size: 1.4rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .home #aquanature .area-top .detail:after {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto 10px;
    position: static;
    transform: none;
  }
}
.home #aquanature .area-work {
  margin-bottom: 140px;
}
.home #aquanature .area-work h3 {
  font-size: 4.2rem;
  margin-bottom: 100px;
}
.home #aquanature .area-work .work-wrap {
  display: flex;
}
.home #aquanature .area-work .work-wrap li {
  text-align: center;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.home #aquanature .area-work .work-wrap li > * {
  position: relative;
  z-index: 1;
}
.home #aquanature .area-work .work-wrap li:nth-of-type(n + 4) {
  margin-top: 200px;
}
.home #aquanature .area-work .work-wrap li:before {
  content: "";
  width: 300px;
  height: 300px;
  background-color: #e8dea5;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 0;
}
.home #aquanature .area-work .work-wrap li .img {
  margin-bottom: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 20px;
  left: 50%;
}
.home #aquanature .area-work .work-wrap li .ttl {
  font-size: 4rem;
  font-weight: 500;
  font-family: var(--zen);
  color: #b28247;
}
.home #aquanature .area-work .work-wrap li .txt {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--zen);
  color: #464646;
}
.home #aquanature .area-work .work-wrap .work1 .img {
  width: 160px;
}
.home #aquanature .area-work .work-wrap .work2 .img {
  width: 260px;
}
.home #aquanature .area-work .work-wrap .work3 .img {
  width: 120px;
}
.home #aquanature .area-work .work-wrap .work4 .img {
  width: 285px;
  top: -20px;
}
.home #aquanature .area-work .work-wrap .work5 .img {
  width: 260px;
  top: -20px;
}
.home #aquanature .area-work .work-wrap .work6 .img {
  width: 245px;
  top: -40px;
}
@media screen and (max-width: 1023px) {
  .home #aquanature .area-work {
    margin-bottom: 100px;
  }
  .home #aquanature .area-work h3 {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
  .home #aquanature .area-work .work-wrap {
    flex-wrap: wrap;
  }
  .home #aquanature .area-work .work-wrap li {
    padding-top: 40px;
    width: 45%;
  }
  .home #aquanature .area-work .work-wrap li:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .home #aquanature .area-work .work-wrap li:nth-of-type(n + 3) {
    margin-top: 90px;
  }
  .home #aquanature .area-work .work-wrap li:before {
    content: "";
    width: 150px;
    height: 150px;
  }
  .home #aquanature .area-work .work-wrap li .img {
    top: 0;
  }
  .home #aquanature .area-work .work-wrap li .ttl {
    font-size: 1.6rem;
  }
  .home #aquanature .area-work .work-wrap li .txt {
    font-size: 1.2rem;
  }
  .home #aquanature .area-work .work-wrap .work1 .img {
    width: 80px;
  }
  .home #aquanature .area-work .work-wrap .work2 .img {
    width: 130px;
  }
  .home #aquanature .area-work .work-wrap .work3 .img {
    width: 75px;
  }
  .home #aquanature .area-work .work-wrap .work4 .img {
    width: 130px;
    top: -10px;
  }
  .home #aquanature .area-work .work-wrap .work5 .img {
    width: 130px;
    top: -10px;
  }
  .home #aquanature .area-work .work-wrap .work6 .img {
    width: 80px;
    top: -10px;
  }
}
.home #aquanature .area-day-flow {
  margin-bottom: 270px;
}
.home #aquanature .area-day-flow h3 {
  font-size: 4.2rem;
  margin-bottom: 50px;
}
.home #aquanature .area-day-flow .img {
  max-width: 440px;
  width: 100%;
  margin: 0 auto 200px;
}
.home #aquanature .area-day-flow table {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 40px;
}
.home #aquanature .area-day-flow table th,
.home #aquanature .area-day-flow table td {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: var(--zen);
  padding-bottom: 5px;
  color: #b28247;
  border-bottom: 1px solid;
}
.home #aquanature .area-day-flow table th {
  width: 250px;
  padding-left: 40px;
  position: relative;
}
.home #aquanature .area-day-flow table th:before {
  content: "";
  width: 9px;
  height: 40px;
  background-color: #8cc21e;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 10px;
}
.home #aquanature .area-day-flow .note {
  font-size: 1.8rem;
  font-family: var(--sans);
  font-weight: 300;
  color: #b28247;
  display: table;
  margin: -30px auto 0;
}
@media screen and (max-width: 1023px) {
  .home #aquanature .area-day-flow {
    margin-bottom: 120px;
  }
  .home #aquanature .area-day-flow h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .home #aquanature .area-day-flow .img {
    width: 80%;
    margin: 0 auto 80px;
  }
  .home #aquanature .area-day-flow table {
    border-spacing: 0 20px;
  }
  .home #aquanature .area-day-flow table th,
  .home #aquanature .area-day-flow table td {
    font-size: 1.4rem;
  }
  .home #aquanature .area-day-flow table th {
    width: 90px;
    padding-left: 20px;
  }
  .home #aquanature .area-day-flow table th:before {
    width: 6px;
    height: 25px;
    left: 5px;
  }
  .home #aquanature .area-day-flow .note {
    font-size: 1.2rem;
    margin: 0 auto;
  }
}
.home #aquanature .area-reco {
  padding: 90px 40px 80px;
  margin-bottom: 200px;
  background-color: #fff;
  border: 3px dotted #7e705f;
  position: relative;
}
.home #aquanature .area-reco h3 {
  font-size: 6rem;
  font-weight: 500;
  font-family: var(--zen);
  white-space: nowrap;
  color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  z-index: 1;
}
.home #aquanature .area-reco h3 .bg {
  position: relative;
  z-index: 1;
}
.home #aquanature .area-reco h3 .bg:nth-of-type(7) {
  z-index: 0;
}
.home #aquanature .area-reco h3 .bg:before {
  content: "";
  width: 85px;
  height: 85px;
  background-color: #e8ad0d;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}
.home #aquanature .area-reco h3 .bg .ft {
  position: relative;
  z-index: 2;
}
.home #aquanature .area-reco .flex {
  align-items: center;
}
.home #aquanature .area-reco .flex ul li {
  font-size: 2.8rem;
  color: #707070;
  padding-left: 60px;
  position: relative;
}
.home #aquanature .area-reco .flex ul li:nth-of-type(n + 2) {
  margin-top: 20px;
}
.home #aquanature .area-reco .flex ul li:before {
  content: "";
  width: 50px;
  height: 35px;
  background: url(../img/top/reco-li.png) center center/contain no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.home #aquanature .area-reco .flex .img {
  max-width: 430px;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .home #aquanature .area-reco {
    padding: 40px 10px;
    margin-bottom: 100px;
  }
  .home #aquanature .area-reco h3 {
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  .home #aquanature .area-reco h3 .bg:before {
    width: 35px;
    height: 35px;
  }
  .home #aquanature .area-reco .flex ul li {
    font-size: 1.6rem;
    padding-left: 40px;
  }
  .home #aquanature .area-reco .flex ul li:before {
    width: 30px;
    height: 20px;
  }
  .home #aquanature .area-reco .flex .img {
    width: 80%;
    margin-top: 30px;
  }
}
.home #aquanature .area-flow {
  padding-bottom: 100px;
}
.home #aquanature .area-flow .head-sideline {
  margin-bottom: 60px;
}
.home #aquanature .area-flow .col-2 {
  margin-bottom: 80px;
}
.home #aquanature .area-flow .col-2 .box {
  width: 49%;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 20px;
  padding-left: 130px;
  border: 1px dotted #7e705f;
  background-color: #fff;
  position: relative;
}
.home #aquanature .area-flow .col-2 .box:before {
  font-size: 8rem;
  font-family: var(--sans);
  line-height: 1;
  color: #e88b0d;
  position: absolute;
  top: 20px;
  left: 20px;
}
.home #aquanature .area-flow .col-2 .box h4 {
  font-size: 4.4rem;
  color: #e88b0d;
}
.home #aquanature .area-flow .col-2 .box .txt {
  font-size: 2rem;
  color: #707070;
}
.home #aquanature .area-flow .col-2 .box .tel {
  font-size: 4.4rem;
  line-height: 1;
  color: #707070;
}
.home #aquanature .area-flow .col-2 .box1:before {
  content: "01";
}
.home #aquanature .area-flow .col-2 .box1 .txt {
  font-size: 2.4rem;
}
.home #aquanature .area-flow .col-2 .box2:before {
  content: "02";
}
.home #aquanature .area-flow .col-2 .box3 {
  margin-top: 30px;
}
.home #aquanature .area-flow .col-2 .box3:before {
  content: "03";
}
.home #aquanature .area-flow .col-2 .box4 {
  margin-top: 30px;
}
.home #aquanature .area-flow .col-2 .box4:before {
  content: "04";
}
@media screen and (max-width: 1023px) {
  .home #aquanature .area-flow {
    padding-bottom: 80px;
  }
  .home #aquanature .area-flow .head-sideline {
    margin-bottom: 30px;
  }
  .home #aquanature .area-flow .col-2 {
    margin-bottom: 40px;
  }
  .home #aquanature .area-flow .col-2 .box {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 60px;
  }
  .home #aquanature .area-flow .col-2 .box:before {
    font-size: 3rem;
    top: 15px;
    left: 15px;
  }
  .home #aquanature .area-flow .col-2 .box h4 {
    font-size: 2.4rem;
  }
  .home #aquanature .area-flow .col-2 .box .txt {
    font-size: 1.4rem;
  }
  .home #aquanature .area-flow .col-2 .box .tel {
    font-size: 2.2rem;
  }
  .home #aquanature .area-flow .col-2 .box:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .home #aquanature .area-flow .col-2 .box:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .home #aquanature .area-flow .col-2 .box1 .txt {
    font-size: 1.6rem;
  }
}
.home #consul {
  background: url(../img/top/consul-bg.jpg) center center/cover no-repeat;
  padding-top: 80px;
  padding-bottom: 220px;
}
.home #consul h2 {
  font-size: 7.2rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 100px;
}
.home #consul h2 span {
  font-size: 3.4rem;
}
.home #consul h3 {
  font-size: 4rem;
  margin-bottom: 50px;
}
.home #consul .flex {
  margin-bottom: 120px;
  align-items: center;
}
.home #consul .flex .txt {
  font-size: 2.2rem;
  font-weight: 300;
  color: #786751;
  max-width: 780px;
}
.home #consul .flex .img {
  max-width: 400px;
}
.home #consul table {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.home #consul table tr:first-of-type th,
.home #consul table tr:first-of-type td {
  border-top: 1px solid;
}
.home #consul table th,
.home #consul table td {
  font-size: 2.4rem;
  color: #786751;
  border-bottom: 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home #consul table th {
  font-weight: 400;
  width: 200px;
  padding-left: 10px;
}
@media screen and (max-width: 1023px) {
  .home #consul {
    background: url(../img/top/consul-bg-sp.jpg) center center/cover no-repeat;
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .home #consul h2 {
    font-size: 3.2rem;
    margin-bottom: 60px;
  }
  .home #consul h2 span {
    font-size: 1.4rem;
  }
  .home #consul h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .home #consul .flex {
    margin-bottom: 80px;
  }
  .home #consul .flex .txt {
    font-size: 1.6rem;
  }
  .home #consul table th,
  .home #consul table td {
    font-size: 1.4rem;
  }
  .home #consul table th {
    width: 110px;
    padding-left: 10px;
  }
}
.home #sale:before {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  margin-bottom: 100px;
  background: url(../img/top/sale-obj.png) center center/100% auto no-repeat;
}
.home #sale > h2 {
  font-size: 6rem;
  position: relative;
}
.home #sale > h2:after {
  content: "";
  width: 140px;
  height: 130px;
  background: url(../img/top/sale-ttl-obj.png) center center/contain no-repeat;
  position: absolute;
  transform: translate(100%, -50%);
  right: 0;
  top: 70%;
}
.home #sale > h2 span {
  font-size: 10rem;
  color: rgba(0, 0, 0, 0);
  text-shadow: 3px 3px 0 #99c990;
  -webkit-text-stroke: 1px #a56d35;
  text-stroke: 1px #a56d35;
}
.home #sale > h3 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: -60px;
}
@media screen and (max-width: 1023px) {
  .home #sale {
    overflow: hidden;
  }
  .home #sale:before {
    width: 100%;
    height: 60px;
    margin-bottom: 40px;
  }
  .home #sale > h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .home #sale > h2:after {
    content: "";
    width: 60px;
    height: 50px;
    right: 10px;
    top: 20%;
  }
  .home #sale > h2 span {
    font-size: 3.4rem;
    text-shadow: 1px 1px 0 #99c990;
  }
  .home #sale > h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.home #sale .blk .head-frame {
  font-size: 4.8rem;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #b28247;
  position: relative;
}
.home #sale .blk .head-frame:after {
  content: "";
  width: 100%;
  height: 2px;
  border-top: 2px dotted #b28247;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 5px;
}
.home #sale .blk .head-frame span {
  color: rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 0 #faee01;
  -webkit-text-stroke: 1px #a56d35;
  text-stroke: 1px #a56d35;
}
.home #sale .blk .txt {
  font-size: 2rem;
  font-weight: 300;
  color: #786751;
  max-width: 730px;
}
.home #sale .blk1 {
  margin-bottom: 60px;
}
.home #sale .blk1 .img {
  max-width: 650px;
}
.home #sale .blk2 {
  margin-bottom: 100px;
  padding-bottom: 100px;
  position: relative;
}
.home #sale .blk2:after {
  content: "";
  width: 520px;
  height: 360px;
  background: url(../img/top/sale3.png) center center/contain no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home #sale .blk2 .img {
  max-width: 460px;
}
.home #sale .blk3 {
  padding-bottom: 240px;
}
.home #sale .blk3 .head-sideline {
  margin-bottom: 70px;
}
.home #sale .blk3 .head-sideline span {
  position: relative;
}
.home #sale .blk3 .head-sideline span:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #e88b0d;
  border-radius: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 2px;
  left: 50%;
}
.home #sale .blk3 .col-4 {
  justify-content: space-around;
}
.home #sale .blk3 .col-4 li {
  font-size: 2.2rem;
  font-family: var(--zen);
  text-align: center;
  color: #fff;
  padding: 40px 0;
  border-radius: 40px;
  background-color: #e88b0d;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .home #sale .blk .head-frame {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .home #sale .blk .txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .home #sale .blk1 {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .home #sale .blk1 .img {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .home #sale .blk2 {
    margin-bottom: 60px;
    padding-bottom: 100px;
    position: relative;
  }
  .home #sale .blk2:after {
    content: "";
    width: 260px;
    height: 150px;
    background: url(../img/top/sale3-sp.png) center center/contain no-repeat;
    right: -60px;
    bottom: 30px;
  }
  .home #sale .blk2 .flex {
    flex-direction: column-reverse;
  }
  .home #sale .blk2 .img {
    width: 60%;
  }
  .home #sale .blk3 {
    padding-bottom: 120px;
  }
  .home #sale .blk3 .head-sideline {
    margin-bottom: 40px;
  }
  .home #sale .blk3 .col-4 {
    justify-content: space-between;
  }
  .home #sale .blk3 .col-4 li {
    font-size: 1.6rem;
    width: 47%;
    padding: 30px 0;
    border-radius: 30px;
  }
  .home #sale .blk3 .col-4 li:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
.home #scene {
  padding-bottom: 120px;
  background: url(../img/top/scene-bg.jpg) top center/cover no-repeat;
}
.home #scene h2 {
  font-size: 6.8rem;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 140px;
  color: #fff;
  background-color: #e8ad0d;
  position: relative;
}
.home #scene h2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid #e8ad0d;
  border-bottom: 0;
  position: absolute;
  transform: translate(-50%, 100%);
  left: 50%;
  bottom: 0;
}
.home #scene .blk h3 {
  font-size: 4.8rem;
  margin-bottom: 20px;
  position: relative;
}
.home #scene .blk h3:before {
  content: "＼";
  position: absolute;
  transform: translate(-150%, -50%);
  left: 0;
  top: 50%;
}
.home #scene .blk h3:after {
  content: "／";
  position: absolute;
  transform: translate(150%, -50%);
  right: 0;
  top: 50%;
}
.home #scene .blk .col-3 li {
  width: 29.3333333333%;
  padding-top: 30px;
  padding-bottom: 200px;
  padding-right: 20px;
  background: url(../img/top/scene-item-bg.png) center center/contain no-repeat;
  position: relative;
}
.home #scene .blk .col-3 li .txt {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: var(--zen);
  text-align: center;
  color: #776650;
}
.home #scene .blk .col-3 li .txt span {
  color: #f39800;
  background: linear-gradient(transparent 70%, #fffa45 0%);
}
.home #scene .blk .col-3 li .img {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.home #scene .blk .col-3 .scene1 .img {
  width: 230px;
  bottom: 0;
}
.home #scene .blk .col-3 .scene2 .img {
  width: 330px;
  bottom: 20px;
}
.home #scene .blk .col-3 .scene3 .img {
  width: 230px;
  bottom: 5px;
}
.home #scene .blk .col-3 .scene4 .img {
  width: 245px;
  bottom: 0;
}
.home #scene .blk .col-3 .scene5 .img {
  width: 265px;
  bottom: -20px;
}
.home #scene .blk .col-3 .scene6 .img {
  width: 210px;
  bottom: 20px;
}
.home #scene .blk1 {
  margin-bottom: 80px;
}
.home #scene .blk2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .home #scene {
    background: url(../img/top/scene-bg-sp.png) top center/100% auto repeat-y;
    padding-bottom: 60px;
  }
  .home #scene .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .home #scene h2 {
    font-size: 2.8rem;
    margin-bottom: 80px;
  }
  .home #scene h2:after {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid #e8ad0d;
  }
  .home #scene .blk h3 {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .home #scene .blk .col-3 li {
    width: 100%;
  }
  .home #scene .blk .col-3 li .txt {
    font-size: 2.2rem;
  }
  .home #scene .blk1 {
    margin-bottom: 40px;
  }
  .home #scene .blk2 {
    margin-bottom: 40px;
  }
}
.home #contract {
  padding-top: 140px;
  padding-bottom: 140px;
}
.home #contract .head-sideline {
  margin-bottom: 40px;
}
.home #contract .head-sideline:before, .home #contract .head-sideline:after {
  width: 410px;
  height: 3px;
  border-top: 3px solid #b28247;
}
.home #contract .head-sideline span {
  color: rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 0 #faee01;
  -webkit-text-stroke: 1px #a56d35;
  text-stroke: 1px #a56d35;
}
.home #contract .blk:nth-of-type(n + 2) {
  margin-top: 100px;
}
.home #contract .blk .txt h3 {
  font-size: 4.2rem;
  margin-bottom: 20px;
}
.home #contract .blk .txt h3 span {
  background: linear-gradient(transparent 70%, #fffa45 0%);
}
.home #contract .blk .txt p {
  font-size: 2rem;
  line-height: 1.5;
  color: #776650;
}
.home #contract .blk1 .img {
  max-width: 700px;
}
.home #contract .blk2 .img {
  max-width: 720px;
}
.home #contract .blk3 h3 {
  font-size: 3.8rem;
  margin-bottom: 30px;
}
.home #contract .blk4 h3 {
  font-size: 3.8rem;
  line-height: 1.2;
  margin-bottom: 40px;
  position: relative;
}
.home #contract .blk4 h3:before, .home #contract .blk4 h3:after {
  content: "";
  width: 4px;
  height: 50px;
  border-left: 4px dotted;
  position: absolute;
  bottom: 0;
}
.home #contract .blk4 h3:before {
  transform: translateX(-100%) rotate(-25deg);
  left: -30px;
}
.home #contract .blk4 h3:after {
  transform: translateX(100%) rotate(25deg);
  right: -30px;
}
.home #contract .blk5 h3 {
  font-size: 4.2rem;
  margin-bottom: 40px;
}
.home #contract .map {
  width: 100%;
}
.home #contract .map iframe {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 1023px) {
  .home #contract {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home #contract .head-sideline {
    margin-bottom: 20px;
  }
  .home #contract .head-sideline:before, .home #contract .head-sideline:after {
    width: 60px;
  }
  .home #contract .blk:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  .home #contract .blk .txt {
    margin-bottom: 20px;
  }
  .home #contract .blk .txt h3 {
    font-size: 2.4rem;
    margin-left: 0;
  }
  .home #contract .blk .txt p {
    font-size: 1.6rem;
  }
  .home #contract .blk2 .flex {
    flex-direction: column-reverse;
  }
  .home #contract .blk3 h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .home #contract .blk3 .img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .home #contract .blk4 h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .home #contract .blk4 h3:before, .home #contract .blk4 h3:after {
    content: "";
    width: 3px;
    height: 30px;
  }
  .home #contract .blk5 h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .home #contract .map {
    width: 100%;
  }
  .home #contract .map iframe {
    height: 300px;
  }
}
.home #todoroki {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fefefe url(../img/top/todoroki-bg-sp.svg) top left/90px auto repeat;
  border-top: 15px solid #9498b4;
  border-bottom: 15px solid #9498b4;
  position: relative;
}
.home #todoroki * {
  font-family: var(--serif);
}
.home #todoroki .sec-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.home #todoroki h2 {
  font-size: 4.8rem;
  font-weight: 600;
  color: #8e7147;
  margin-bottom: 40px;
}
.home #todoroki h3 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #8e7147;
  margin-bottom: 20px;
}
.home #todoroki .img {
  margin-bottom: 20px;
}
.home #todoroki .txt {
  font-size: 2.4rem;
  color: #675947;
  padding: 0 20px;
}
.home #todoroki .txt + .txt {
  margin-top: 0.75em;
}
@media screen and (max-width: 1023px) {
  .home #todoroki {
    background: #fefefe url(../img/top/todoroki-bg-sp.svg) top left/90px auto repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 10px solid #9498b4;
    border-bottom: 10px solid #9498b4;
    position: relative;
  }
  .home #todoroki:after {
    content: "";
    width: 50%;
    aspect-ratio: 1/1;
    background: url(../img/top/todoroki-logo.png) center center/contain no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .home #todoroki .sec-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home #todoroki h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .home #todoroki h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .home #todoroki .img {
    margin-bottom: 20px;
  }
  .home #todoroki .txt {
    font-size: 1.6rem;
    padding: 0 20px;
  }
}
.home #company {
  padding-top: 80px;
}
.home #company h2 {
  font-size: 4.2rem;
  margin-bottom: 20px;
}
.home #company table {
  width: 100%;
  position: relative;
  z-index: 3;
}
.home #company table tr:first-of-type {
  border-top: 1px solid;
}
.home #company table th,
.home #company table td {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: var(--serif);
  color: #675947;
  padding: 10px 0;
  border-bottom: 1px solid;
}
.home #company table th {
  width: 220px;
  padding-left: 15px;
}
@media screen and (max-width: 1023px) {
  .home #company {
    padding-top: 40px;
  }
  .home #company .sec-inner {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto 40px;
  }
  .home #company h2 {
    font-size: 2.4rem;
  }
  .home #company table {
    position: relative;
    z-index: 2;
  }
  .home #company table th,
  .home #company table td {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
  }
  .home #company table th {
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: none;
    padding-bottom: 5px;
  }
  .home #company table td {
    font-size: 1.4rem;
    border-top: none;
    padding-top: 0;
  }
}
.home #contact {
  padding-top: 80px;
  padding-bottom: 200px;
}
.home #contact h2 {
  font-size: 4.2rem;
  margin-bottom: 40px;
}
.home #contact .read {
  font-size: 2.4rem;
  font-family: var(--zen);
  text-align: center;
  color: #675947;
}
@media screen and (max-width: 1023px) {
  .home #contact {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .home #contact h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .home #contact .read {
    font-size: 1.4rem;
  }
  .home #contact .form iframe {
    height: 1320px;
  }
}

.archive #main {
  background-color: #f5f2ec;
}
.archive .content {
  padding-top: 90px;
  padding-bottom: 120px;
}
.archive .content .blk:nth-of-type(n + 2) {
  margin-top: 80px;
}
.archive .content .blk h2 {
  font-size: 3.2rem;
  font-family: var(--sans);
  text-align: left;
  width: 100%;
  color: #776650;
  border-bottom: 1px solid;
  padding-left: 10px;
  margin-bottom: 5px;
}
.archive .content .blk .info {
  font-size: 2rem;
  color: #776650;
  padding-left: 10px;
  margin-bottom: 5px;
}
.archive .content .blk .detail {
  font-size: 2rem;
  color: #776650;
  padding-left: 10px;
}
.archive .content .blk .btn-more {
  color: #fff;
  background-color: #776650;
  padding: 5px 40px 5px 25px;
  border-radius: 10px;
  display: table;
  margin-left: auto;
  position: relative;
}
.archive .content .blk .btn-more:after {
  content: "▶";
  font-size: 1.4rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 5px;
}
@media screen and (max-width: 1023px) {
  .archive .content {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .archive .content .blk:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  .archive .content .blk h2 {
    font-size: 2rem;
    padding-left: 5px;
  }
  .archive .content .blk .info {
    font-size: 1.6rem;
    padding-left: 5px;
  }
  .archive .content .blk .detail {
    font-size: 1.4rem;
    padding-left: 5px;
    margin-bottom: 20px;
  }
  .archive .content .blk .btn-more {
    font-size: 1.2rem;
    padding: 5px 40px 5px 25px;
  }
}

.single #main {
  background-color: #f5f2ec;
}
.single .content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.single .content h2 {
  font-size: 3.6rem;
  font-family: var(--sans);
  text-align: left;
  width: 100%;
  color: #776650;
  border-bottom: 1px solid;
  padding-left: 10px;
  margin-bottom: 5px;
}
.single .content .info {
  font-size: 2rem;
  color: #776650;
  padding-left: 10px;
  margin-bottom: 30px;
}
.single .content .thumb {
  padding: 0 20px;
  margin-bottom: 20px;
}
.single .content .txt * {
  font-size: 2rem;
  font-family: var(--zen);
  color: #776650;
}
@media screen and (max-width: 1023px) {
  .single .content {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .single .content h2 {
    font-size: 2rem;
  }
  .single .content .info {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .single .content .thumb {
    padding: 0;
  }
  .single .content .txt * {
    font-size: 1.4rem;
  }
}

.p-company-logo-wrap {
  padding: 10rem 0 0;
}
@media screen and (max-width: 1023px) {
  .p-company-logo-wrap {
    padding: 6rem 0 0;
  }
}

.p-company-logo {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.p-company-logo li {
  width: calc((100% - 9rem) / 4);
  margin-right: 3rem;
  margin-bottom: 3rem;
  aspect-ratio: 3/1;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0px 10px 6px -4px rgba(0, 0, 0, 0.1);
}
.p-company-logo li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company-logo li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 2rem;
}
.p-company-logo li:nth-of-type(4n) {
  margin-right: 0;
}
.p-company-logo .slick-slide > div {
  margin: 10px;
}
.p-company-logo .head-sideline:after {
  transform: translate(100%, -50%);
  left: -16%;
}
.p-company-logo p {
  text-align: center;
  padding: 0 1rem;
  height: 100%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .p-company-logo {
    padding: 0;
    margin-bottom: 3rem;
  }
  .p-company-logo li {
    width: calc((100% - 2rem) / 2);
    margin-right: 2rem;
    margin-bottom: 2rem;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0px 10px 6px -4px rgba(0, 0, 0, 0.1);
  }
  .p-company-logo li:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-company-logo p {
    font-size: 1.3rem;
  }
}

.p-company-logo.company_logo_slider {
  position: relative;
  padding: 0 35px;
  margin-bottom: 0;
}
.p-company-logo.company_logo_slider li {
  margin-bottom: 0rem;
  margin-right: 0px;
  margin-left: 0px;
}
.p-company-logo.company_logo_slider li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .p-company-logo.company_logo_slider {
    padding: 0 24px;
  }
  .p-company-logo.company_logo_slider li {
    margin-bottom: 0rem;
    margin-right: 5px;
    margin-left: 5px;
  }
  .p-company-logo.company_logo_slider li:nth-of-type(4n) {
    margin-right: 5px;
  }
}
.p-company-logo.company_logo_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #e2dede;
  width: 5rem;
  height: 5rem;
  border-radius: 100vmax;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-company-logo.company_logo_slider .prev-arrow {
  left: -3rem;
}
.p-company-logo.company_logo_slider .prev-arrow:before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
}
.p-company-logo.company_logo_slider .next-arrow {
  right: -3rem;
}
.p-company-logo.company_logo_slider .next-arrow:before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .p-company-logo.company_logo_slider .slick-arrow {
    width: 3rem;
    height: 3rem;
  }
  .p-company-logo.company_logo_slider .prev-arrow {
    left: 0;
  }
  .p-company-logo.company_logo_slider .prev-arrow:before {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
  }
  .p-company-logo.company_logo_slider .next-arrow {
    right: 0;
  }
  .p-company-logo.company_logo_slider .next-arrow:before {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
  }
}/*# sourceMappingURL=style.css.map */