@charset "UTF-8";
#faq .btn, #works .btn, #reform .btn, #concept .link .btn, #news .btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #886239;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  min-width: 240px;
  /*
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#faq .btn:hover, #works .btn:hover, #reform .btn:hover, #concept .link .btn:hover, #news .btn:hover {
  opacity: 0.6;
}
#faq .btn a, #works .btn a, #reform .btn a, #concept .link .btn a, #news .btn a {
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  padding-right: 100px;
  padding-left: 15px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/arrow.webp);
  background-position: center right 35px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #faq .btn, #works .btn, #reform .btn, #concept .link .btn, #news .btn {
    min-width: 200px;
  }
  #faq .btn a, #works .btn a, #reform .btn a, #concept .link .btn a, #news .btn a {
    height: 60px;
    background-position: center right 25px;
    padding-right: 90px;
  }
}

#faq h2, #works h2, #reform h2, #concept h2, #news h2 {
  color: #776755;
  line-height: 1.5;
  font-weight: bold;
  font-size: 63px;
  color: #000000;
  font-weight: 600;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
}
#faq h2 small, #works h2 small, #reform h2 small, #concept h2 small, #news h2 small {
  margin-bottom: 10px;
  display: block;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 1199px) {
  #faq h2, #works h2, #reform h2, #concept h2, #news h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #faq h2, #works h2, #reform h2, #concept h2, #news h2 {
    font-size: 25px;
  }
  #faq h2 small, #works h2 small, #reform h2 small, #concept h2 small, #news h2 small {
    font-size: 15px;
  }
}

#faq h2, #works h2, #reform h2, #concept h2, #news h2 {
  margin-bottom: 50px;
}

#reform, #concept, #faq .btn, #works .btn, #reform .btn, #concept .link .btn, #news .btn {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header .logo a:nth-child(1) {
  display: none;
}
#header .logo:nth-child(2) {
  display: none;
}
#header.m_fixed .logo a:nth-child(2) {
  display: block;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  display: flex;
}
#mainimg .left {
  background: url(../images/h-logo-bg.webp);
  background-position: center;
  background-size: cover;
  width: 440px;
  height: calc(100vh - 90px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -90px;
  min-height: 450px;
  max-height: 910px;
}
#mainimg .left .logo img:nth-child(2) {
  display: none;
}
#mainimg .left.m_fixed {
  padding-top: 350px;
}
#mainimg .left.m_fixed .logo img:nth-child(1) {
  display: none;
}
#mainimg #mainslider {
  width: calc(100vw - 440px);
}
#mainimg #mainslider img {
  max-height: 910px;
  height: calc(100vh - 90px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.6;
  text-shadow: 0.01em 0.01em 0.25em rgba(0, 0, 0, 0.2), -0.01em -0.01em 0.25em rgba(0, 0, 0, 0.2), 0.01em -0.01em 0.25em rgba(0, 0, 0, 0.2), -0.01em 0.01em 0.25em rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
#mainimg .catch span {
  margin-left: -0.4em;
}
#mainimg .catch span:nth-child(2) {
  margin-left: unset;
  margin-right: -0.4em;
}
@media (max-width: 1350px) {
  #mainimg .left {
    width: 35%;
    min-height: unset;
  }
  #mainimg .left .logo {
    max-width: 270px;
  }
  #mainimg .left .catch {
    font-size: 25px;
  }
  #mainimg #mainslider {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  #mainimg .left {
    height: 700px;
  }
  #mainimg .left .logo {
    width: 75%;
  }
  #mainimg #mainslider img {
    height: 700px;
  }
}
@media (max-width: 767px) {
  #mainimg .left {
    width: 42%;
    height: 300px;
    margin-top: -50px;
  }
  #mainimg .left .logo {
    max-width: 140px;
  }
  #mainimg .left .catch {
    font-size: 20px;
  }
  #mainimg #mainslider {
    width: 58%;
  }
  #mainimg #mainslider img {
    height: 300px;
  }
}
@media (max-width: 500px) {
  #mainimg .left .catch {
    font-size: 4vw;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-top: 120px;
  padding-top: 50px;
  padding-bottom: 80px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  background-image: url(../images/news-bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
#news::before {
  content: "";
  width: 48%;
  height: 1000px;
  position: absolute;
  background-image: url(../images/news-shape.webp);
  background-repeat: no-repeat;
  z-index: -1;
  top: -300px;
  left: 210px;
}
#news a {
  transition: all 0.5s ease-out;
}
#news a:hover {
  opacity: 0.6;
}
#news h2 {
  text-align: center;
}
#news .inner {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#news .contents {
  display: flex;
}
#news article {
  position: relative;
  width: 23.6363636364%;
}
#news article:not(:nth-child(4n+1)) {
  margin-left: 1.8181818182%;
}
#news article .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#news article time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1.7857142857;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#news article .text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  margin-top: 5px;
}
#news article .image {
  border: 5px #ffffff solid;
  margin-bottom: 20px;
}
#news article .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#news article .cate {
  flex-shrink: 0;
  width: 130px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
#news article .cate.event a {
  background-color: #886239;
}
#news article .cate.column a {
  background-color: #008e45;
}
#news article .cate a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.5s ease-out;
  background-color: #8dc21f;
  color: #ffffff;
  font-weight: 500;
}
#news article .cate a:hover {
  opacity: 0.6;
}
#news .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
@media (max-width: 767px) {
  #news {
    margin-top: 50px;
    padding-bottom: 60px;
    /* //画像あり
    article {
      flex-wrap: wrap;
       padding: 0 10px 5px 10px;
       & + article {
         margin-top: 30px;
       }
       time {
         margin-right: 0px;
       }
       .text {
         margin-top: 10px;
         width: 100%;
         font-size: 14px;
       }
     }
     */
  }
  #news::before {
    width: 50%;
    height: 350px;
    position: absolute;
    background-image: url(../images/news-shape.webp);
    background-repeat: no-repeat;
    z-index: -1;
    top: -110px;
    left: 15%;
    background-size: contain;
  }
  #news .contents {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #news h2 {
    margin-bottom: 35px;
  }
  #news article {
    width: 47.5%;
  }
  #news article:not(:nth-child(4n+1)) {
    margin-left: unset;
  }
  #news article:nth-child(n+3) {
    margin-top: 30px;
  }
  #news article time {
    margin-right: 0px;
  }
  #news article .text {
    font-size: 14px;
    margin-top: 0;
  }
  #news article .image {
    margin-bottom: 10px;
  }
  #news article .cate {
    width: 90px;
    height: 20px;
    margin-right: 9px;
  }
  #news article .cate a {
    font-size: 14px;
  }
  #news .btn {
    margin-top: 45px;
  }
}

/* ----------------------------------------------
concept
------------------------------------------------- */
#concept {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
#concept::before {
  content: "";
  width: 800px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/concept-shape1.webp);
  background-position: right;
  z-index: -1;
  position: absolute;
  right: 0;
  top: -80px;
}
#concept::after {
  content: "";
  width: 20%;
  height: 500px;
  background-repeat: no-repeat;
  background-image: url(../images/concept-shape2.webp);
  background-position: right;
  z-index: -1;
  position: absolute;
  left: -100px;
  top: 60%;
}
#concept h2 {
  text-align: center;
}
#concept .block {
  width: 80%;
  height: 330px;
  margin-right: auto;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
#concept .block:nth-child(2n) {
  margin-left: auto;
  margin-right: unset;
}
#concept .block:nth-child(2n) .content {
  margin-left: auto;
}
#concept .block:not(:first-child) {
  margin-top: 40px;
}
#concept .block.right {
  margin-left: auto;
  margin-right: unset;
}
#concept .block.right .content {
  margin-left: auto;
}
#concept .block a {
  text-decoration: none;
}
#concept .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#concept .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#concept .content {
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 50px;
  position: relative;
}
#concept .content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #8dc21f;
  mix-blend-mode: multiply;
  z-index: 0;
}
#concept h3 {
  font-size: 69px;
  font-weight: 300;
  line-height: 1.1;
  padding-right: 0.2em;
  z-index: 2;
  margin-right: auto;
}
#concept h3 small {
  font-size: 49px;
  font-weight: 600;
  z-index: 2;
}
#concept .text {
  margin-left: 2.5em;
  margin-top: 20px;
  z-index: 2;
  margin-right: auto;
}
#concept .text-box {
  font-size: 24px;
  font-weight: 300;
  z-index: 3;
}
#concept .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
#concept .link .btn {
  margin-top: 60px;
}
#concept .link .btn a {
  width: 400px;
  height: 76px;
}
@media (max-width: 1199px) {
  #concept::before {
    content: "";
    width: 35%;
    height: 100%;
    background-position: top right;
    background-image: url(../images/concept-shape1.webp);
    background-size: 100%;
    z-index: -1;
    position: absolute;
    right: 0;
    top: -30px;
  }
  #concept .block {
    width: calc(100% - 10px);
  }
  #concept h3 {
    font-size: 48px;
  }
  #concept h3 small {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #concept {
    padding-top: 60px;
  }
  #concept::before {
    content: "";
    width: 230px;
    height: 100%;
    background-position: bottom;
    right: -30px;
    top: -80px;
  }
  #concept::after {
    top: 33%;
    left: -230px;
    background-size: 100%;
    width: 300px;
  }
  #concept h2 {
    margin-bottom: 30px;
  }
  #concept .block {
    height: 160px;
  }
  #concept .block:not(:first-child) {
    margin-top: 30px;
  }
  #concept .content {
    padding: 0 10px;
  }
  #concept h3 {
    font-size: 27px;
  }
  #concept h3 small {
    font-size: 22px;
    padding-left: 0em;
  }
  #concept .text {
    font-size: 14px;
    margin-left: 1em;
    margin-top: 10px;
  }
  #concept .link .btn a {
    width: 220px;
    height: 60px;
  }
}

/* ----------------------------------------------
reform
------------------------------------------------- */
#reform {
  padding-top: 130px;
  padding-bottom: 130px;
}
#reform .inner {
  display: flex;
  align-items: center;
}
#reform .image {
  width: calc((100vw - 1200px) / 2 + 700px);
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
  margin-right: 90px;
  position: relative;
}
#reform .image img {
  width: 100%;
}
#reform .image-text {
  position: absolute;
  font-size: 50px;
  color: #ffffff;
  text-shadow: 0.01em 0.01em 0.15em rgba(0, 0, 0, 0.2), -0.01em -0.01em 0.15em rgba(0, 0, 0, 0.2), 0.01em -0.01em 0.15em rgba(0, 0, 0, 0.2), -0.01em 0.01em 0.15em rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  top: 20%;
  left: 5%;
}
#reform .text {
  line-height: 1.4;
  font-size: 25px;
}
#reform .btn {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  #reform .text {
    font-size: 30px;
  }
  #reform .contents {
    width: 40%;
    padding-left: 20px;
  }
  #reform .image {
    width: 60%;
    margin-right: unset;
  }
}
@media (max-width: 767px) {
  #reform {
    padding: 0 10px;
    margin-top: 70px;
    margin-bottom: 50px;
  }
  #reform .inner {
    display: block;
  }
  #reform h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  #reform .contents {
    width: 100%;
    padding-left: unset;
  }
  #reform .image {
    width: 100%;
    margin-left: unset;
    margin-bottom: 10px;
  }
  #reform .image-text {
    font-size: 25px;
  }
  #reform .text {
    font-size: 18px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #reform .btn {
    margin-top: 30px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works {
  background-image: url(../images/works-bg.webp);
  background-position: center;
  background-size: cover;
  height: 600px;
}
#works .inner {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#works h2 {
  color: #ffffff;
  text-shadow: 0.01em 0.01em 0.15em rgba(0, 0, 0, 0.2), -0.01em -0.01em 0.15em rgba(0, 0, 0, 0.2), 0.01em -0.01em 0.15em rgba(0, 0, 0, 0.2), -0.01em 0.01em 0.15em rgba(0, 0, 0, 0.2);
}
#works .btn {
  background-color: #8dc21f;
}
@media (max-width: 1199px) {
  #works {
    height: 450px;
  }
}
@media (max-width: 767px) {
  #works {
    height: 260px;
    background-position: 45%;
    background-size: 210%;
  }
  #works h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  #works .btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------
faq
------------------------------------------------- */
#faq {
  background-color: #f6efea;
  padding: 70px 10px;
}
#faq .inner {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1450px;
  background-color: #e8d5c8;
  background-image: url(../images/faq-bg.webp);
  background-position: center;
  background-size: cover;
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#faq .contents {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  #faq .inner {
    height: 500px;
  }
}
@media (max-width: 767px) {
  #faq {
    padding: 40px 10px;
  }
  #faq h2 {
    margin-bottom: 40px;
  }
  #faq .inner {
    height: 255px;
    background-position: 25%;
  }
}/*# sourceMappingURL=index.css.map */