@charset "UTF-8";
:root {
  --vw: 1vw;
}

/*
------------------------
用途：個別にhover要素付けたい時用
------------------------
例）
div {
    width:100px;
    height:100px;
    @include hover;
}
*/
/*
------------------------
用途：良く使うflexを1行に短縮
------------------------
例）
div {
    @include flex(b,w);
}
↑これは↓これを一行で書いた例
div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
*/
.SECOND .main-v {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  background: #ccc;
  width: 100%;
  height: calc(25 * var(--vw));
}
@media only screen and (max-width: 767px) {
  .SECOND .main-v {
    height: calc(46.6666666667 * var(--vw));
  }
}
.SECOND .main-v > * {
  grid-area: 1/-1;
  height: 100%;
}
.SECOND .main-v__img {
  overflow: hidden;
}
.SECOND .main-v__img img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}
.SECOND .main-v__in {
  display: grid;
  justify-content: center;
  align-items: center;
}
.SECOND .main-v .page-ttl {
  display: grid;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  text-align: center;
  line-height: 1;
  text-shadow: 0 calc(0.3333333333 * var(--vw)) calc(0.6666666667 * var(--vw)) rgba(0, 0, 0, 0.25);
  padding: calc(2.9166666667 * var(--vw)) calc(1 * var(--vw)) calc(1.0833333333 * var(--vw));
}
@media only screen and (max-width: 767px) {
  .SECOND .main-v .page-ttl {
    text-shadow: 0 calc(0.5333333333 * var(--vw)) calc(1.0666666667 * var(--vw)) rgba(0, 0, 0, 0.25);
    padding: calc(4.8 * var(--vw)) calc(3.2 * var(--vw)) calc(3.2 * var(--vw));
  }
}
.SECOND .main-v .page-ttl .main {
  font-size: calc(3.3333333333 * var(--vw));
}
@media only screen and (max-width: 767px) {
  .SECOND .main-v .page-ttl .main {
    font-size: 4.8rem;
  }
}
.SECOND .main-v .page-ttl .sub {
  font-size: calc(2.3333333333 * var(--vw));
  margin: 0.2em 0 0;
}
@media only screen and (max-width: 767px) {
  .SECOND .main-v .page-ttl .sub {
    font-size: 3.2rem;
    margin: 0.5em 0 0;
  }
}
.SECOND .contents_cobox11 {
  top: 0;
  right: 0;
  left: 0;
  color: #433013;
  margin: 0 auto;
}
.SECOND .sec {
  position: relative;
  width: 100%;
}
.SECOND .sec_in {
  position: relative;
}
.SECOND .sec b {
  color: #A7906D;
  font-weight: normal;
}
.SECOND .table {
  border: 1px solid #433013;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .SECOND .table {
    width: 200%;
  }
}
.SECOND .table th, .SECOND .table td {
  color: #433013;
  font-size: calc(1.3333333333 * var(--vw) * 1000 / 1200);
  line-height: 1.2;
  text-align: left;
  border: 1px solid #433013;
  padding: calc(2 * var(--vw) * 1000 / 1200) calc(1.6666666667 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  .SECOND .table th, .SECOND .table td {
    font-size: 2.8rem;
    padding: calc(3.2 * var(--vw)) calc(2.6666666667 * var(--vw));
  }
}
.SECOND .table th {
  background: #A0DF82;
  font-weight: 700;
}
.SECOND .table td {
  background: #fff;
}

#ABOUT .sec-feature {
  padding: calc(4.3333333333 * var(--vw)) 0 0;
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-feature {
    padding: calc(13.3333333333 * var(--vw)) 0 0;
  }
}
#ABOUT .sec-feature .feature-box {
  padding: calc(22.6666666667 * var(--vw)) 0 0;
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-feature .feature-box {
    padding: calc(36.2666666667 * var(--vw)) 0 0;
  }
}
#ABOUT .sec-feature .feature-list {
  counter-reset: featureNum;
  display: grid;
  gap: calc(7.0833333333 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-feature .feature-list {
    gap: calc(16 * var(--vw));
  }
}
#ABOUT .sec-feature .feature-list__item {
  position: relative;
  counter-increment: featureNum;
  display: flex;
  flex-direction: column;
  width: calc(83.3333333333 * var(--vw) * 1000 / 1200);
  margin: 0 auto;
  padding: 0 0 0 calc(2.0833333333 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-feature .feature-list__item {
    width: 100%;
    padding: 0 0 0 calc(3.3333333333 * var(--vw));
  }
}
#ABOUT .sec-feature .feature-list .feature-num {
  position: absolute;
  top: calc(-2.3333333333 * var(--vw) * 1000 / 1200);
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(0.6666666667 * var(--vw) * 1000 / 1200);
  background: #DCEFF0;
  color: #433013;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: calc(1.6666666667 * var(--vw) * 1000 / 1200);
  font-weight: 700;
  line-height: 1;
  border-radius: calc(1.6666666667 * var(--vw) * 1000 / 1200);
  filter: drop-shadow(0 calc(0.3333333333 * var(--vw) * 1000 / 1200) calc(0.6666666667 * var(--vw) * 1000 / 1200) rgba(0, 0, 0, 0.25));
  width: calc(10 * var(--vw) * 1000 / 1200);
  height: calc(9.0833333333 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-feature .feature-list .feature-num {
    top: calc(-10.6666666667 * var(--vw));
    gap: calc(1.0666666667 * var(--vw));
    font-size: 2.4rem;
    filter: drop-shadow(0 calc(0.5333333333 * var(--vw)) calc(1.0666666667 * var(--vw)) rgba(0, 0, 0, 0.25));
    border-radius: calc(2.6666666667 * var(--vw));
    width: calc(16 * var(--vw));
    height: calc(16 * var(--vw));
  }
}
#ABOUT .sec-feature .feature-list .feature-num::before {
  content: "特徴";
}
#ABOUT .sec-feature .feature-list .feature-num::after {
  content: counter(featureNum);
  font-size: calc(2.6666666667 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-feature .feature-list .feature-num::after {
    font-size: 3.8rem;
  }
}
#ABOUT .sec-feature .feature-content-box {
  background: #EBF5EC;
  border-radius: calc(6.6666666667 * var(--vw) * 1000 / 1200);
  width: calc(79.1666666667 * var(--vw) * 1000 / 1200);
  padding: calc(1.6666666667 * var(--vw) * 1000 / 1200) calc(10.4166666667 * var(--vw) * 1000 / 1200) calc(2.5 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-feature .feature-content-box {
    border-radius: calc(2.6666666667 * var(--vw));
    width: 95%;
    padding: calc(8 * var(--vw)) calc(5.3333333333 * var(--vw)) calc(8 * var(--vw));
  }
}
#ABOUT .sec-feature .feature-content-box::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/about/dot.svg) no-repeat 0 0/100% auto;
  width: calc(23.3333333333 * var(--vw) * 1000 / 1200);
  height: calc(16.6666666667 * var(--vw) * 1000 / 1200);
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-feature .feature-content-box::before {
    width: calc(18.6666666667 * var(--vw));
    height: calc(13.3333333333 * var(--vw));
  }
}
#ABOUT .sec-feature .feature-content-box > * {
  position: relative;
}
#ABOUT .sec-feature .feature-ttl {
  display: flex;
  flex-direction: column;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
#ABOUT .sec-feature .feature-ttl .main {
  color: #00360C;
  font-size: calc(1.6666666667 * var(--vw) * 1000 / 1200);
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-feature .feature-ttl .main {
    font-size: 3.2rem;
  }
}
#ABOUT .sec-feature .feature-ttl .sub {
  color: #433013;
  font-size: calc(2 * var(--vw) * 1000 / 1200);
  line-height: 1.25;
  margin: calc(0.6666666667 * var(--vw) * 1000 / 1200) 0 0;
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-feature .feature-ttl .sub {
    font-size: 3.4rem;
    line-height: 1.5;
    margin: calc(2.1333333333 * var(--vw)) 0 0;
  }
}
#ABOUT .sec-feature .feature-content {
  color: #433013;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: calc(1.3333333333 * var(--vw) * 1000 / 1200);
  line-height: 1.875;
  margin: calc(3.3333333333 * var(--vw) * 1000 / 1200) 0 0;
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-feature .feature-content {
    font-size: 2.8rem;
  }
}
#ABOUT .sec-company-info {
  padding: calc(16.6666666667 * var(--vw)) 0 0;
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-company-info {
    padding: calc(26.6666666667 * var(--vw)) 0 0;
  }
}
#ABOUT .sec-company-info .contents_cobox11 {
  top: calc(-8.0833333333 * var(--vw));
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-company-info .contents_cobox11 {
    top: calc(-12.9333333333 * var(--vw));
  }
}
#ABOUT .sec-company-info .company-info-box {
  background: #D1F4D6;
  padding: calc(12.9166666667 * var(--vw)) 0 calc(8.3333333333 * var(--vw));
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-company-info .company-info-box {
    padding: calc(20.6666666667 * var(--vw)) 0 calc(13.3333333333 * var(--vw));
  }
}
#ABOUT .sec-company-info .table-box {
  width: calc(83.3333333333 * var(--vw) * 1000 / 1200);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-company-info .table-box {
    width: 100%;
  }
}
#ABOUT .sec-company-info .table colgroup col:nth-of-type(1) {
  width: 30%;
}
#ABOUT .sec-company-info .table colgroup col:nth-of-type(2) {
  width: 70%;
}
#ABOUT .sec-company-info .table td .td_in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(15 * var(--vw) * 1000 / 1200);
}
#ABOUT .sec-company-info .table td .btn-map {
  display: inline-block;
  width: calc(6 * var(--vw) * 1000 / 1200);
}
#ABOUT .sec-access {
  padding: calc(8.3333333333 * var(--vw)) 0 0;
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-access {
    padding: calc(13.3333333333 * var(--vw)) 0 0;
  }
}
#ABOUT .sec-access .access-box {
  width: calc(83.3333333333 * var(--vw) * 1000 / 1200);
  margin: 0 auto;
  padding: calc(20.8333333333 * var(--vw)) 0 0;
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-access .access-box {
    width: 100%;
    padding: calc(33.3333333333 * var(--vw)) 0 0;
  }
}
#ABOUT .sec-access .access-box .gmap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/1;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-access .access-box .gmap {
    aspect-ratio: 1;
  }
}
#ABOUT .sec-access .access-box .gmap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin: auto 0;
}
#ABOUT .sec-access .access-box .dl {
  color: #433013;
  margin: calc(4.1666666667 * var(--vw) * 1000 / 1200) 0 0;
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-access .access-box .dl {
    margin: calc(6.6666666667 * var(--vw)) 0 0;
  }
}
#ABOUT .sec-access .access-box .dl + .dl {
  margin: calc(1.5 * var(--vw) * 1000 / 1200) 0 0;
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-access .access-box .dl + .dl {
    margin: calc(4.8 * var(--vw)) 0 0;
  }
}
#ABOUT .sec-access .access-box .dl__term {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: calc(1.6666666667 * var(--vw) * 1000 / 1200);
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-access .access-box .dl__term {
    font-size: 3.2rem;
  }
}
#ABOUT .sec-access .access-box .dl__desc {
  font-size: calc(1.3333333333 * var(--vw) * 1000 / 1200);
  line-height: 1.2;
  margin: calc(0.6666666667 * var(--vw) * 1000 / 1200) 0 0;
}
@media only screen and (max-width: 767px) {
  #ABOUT .sec-access .access-box .dl__desc {
    font-size: 2.8rem;
    line-height: 1.5;
    margin: calc(1.0666666667 * var(--vw)) 0 0;
  }
}/*# sourceMappingURL=about.css.map */