@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Black";
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2");
  font-display: swap;
}
/*	layout
------------------------------------ */
/* animation
例）animation: fadedown .5s ease-in-out;
遅延）animation-delay: 0.5s;
最後の状態維持）animation-fill-mode: forwards;
------------------------------------ */
@keyframes fadedown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes faderight {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  50% {
    transform: translateX(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes grad-fill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floatY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(var(--amp));
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -90px auto 0;
  padding-top: 90px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px 0 0;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 100px 0;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  border: 2px solid #89bf1b;
  border-radius: 10px;
}

.com-illu01 {
  background: url(../img/sub/com-illu01.png) no-repeat calc(50% - 550px) 96px, url(../img/sub/com-illu02.png) no-repeat calc(50% - 580px) calc(100% + 10px);
}
.com-illu02 {
  background: url(../img/sub/com-illu01.png) no-repeat calc(50% - 550px) 96px;
}
.com-illu03 {
  background: url(../img/sub/com-illu01.png) no-repeat calc(50% - 550px) 96px, url(../img/illu03.png) no-repeat calc(100% - 152px) calc(100% + 10px);
}

.com-bg {
  width: 94.8%;
  margin: auto;
  background: #f1f4ea;
  border-radius: 25px;
}
@media screen and (max-width: 1314px) {
  .com-bg {
    width: 100%;
  }
}

.news-post {
  width: 100%;
  max-width: 790px;
}
.news-post-item {
  border-bottom: 1px solid #323743;
}
.news-post-item:first-of-type a {
  padding-top: 0;
}
.news-post-link {
  display: block;
  padding: 36px 0 25px;
}
.news-post-time {
  margin-top: 7px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 18px;
  flex-wrap: wrap;
}
.news-post-tag-txt {
  margin: 0 12px 12px 0;
  padding: 5px 19px;
  background: #fff;
  border: 1px solid #89bf1b;
  border-radius: 5px;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #89bf1b;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-txt {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .news-post-txt {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  margin: 60px auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 330px;
}
.com-tag-item:not(:nth-of-type(3n-2)) {
  margin-left: 44px;
}
.com-tag-item:nth-of-type(n+4) {
  margin-top: 44px;
}
.com-tag-link {
  display: block;
  width: 100%;
  max-width: none;
  border: 1px solid #89bf1b;
  border-radius: 35px;
  text-align: center;
  background: url(../img/about/arw-down.png) no-repeat calc(100% - 28px) 50% #fff;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #89bf1b;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-tag-link:hover {
    background-position: calc(100% - 28px) 60%;
  }
}

/* =========================================

  main layout  all

========================================= */
/* top-news  PC
------------------------------------ */
#top-news {
  background: url(../img/top/news-bg.png) no-repeat left calc(100% - 20px);
}
#top-news .news-btn {
  margin-top: 180px;
}

/* top-greeting  PC
------------------------------------ */
#top-greeting .greeting-bg {
  background: url(../img/top/greeting-illu.png) no-repeat calc(100% - 50px) calc(100% + 10px);
}
@media screen and (min-width: 768px) {
  #top-greeting .greeting-left {
    max-width: 600px;
  }
}
#top-greeting .greeting-txt {
  margin-top: 75px;
}
#top-greeting .greeting-btn {
  max-width: 380px;
  margin: 75px 0 0;
}

/* top-service  PC
------------------------------------ */
#top-service .service-flx-txt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-service .service-flx-txt {
    max-width: 770px;
  }
}
#top-service .service-list {
  margin: 75px auto 0;
}
#top-service .service-list-item {
  max-width: 282px;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-item:nth-of-type(n+2) {
    margin-left: 24px;
  }
}
#top-service .service-list-link {
  display: block;
  padding: 40px 18px 18px;
  background: url(../img/top/service-arw.png) no-repeat calc(100% - 18px) 36px #fff;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-link:hover {
    background-position: calc(100% - 10px) 36px;
    opacity: 1;
  }
}
#top-service .service-list-ttl {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl {
    font-size: 1.5rem;
  }
}
#top-service .service-list-img {
  margin: 30px auto 0;
}

/* top-works  PC
------------------------------------ */
#top-works .works-bg {
  background: url(../img/top/works-illu.png) no-repeat left bottom;
}
@media screen and (max-width: 1634px) {
  #top-works .works-bg {
    background-size: 300px;
  }
}
#top-works .works-btn {
  margin-top: 72px;
}
#top-works .works-list {
  width: 100%;
  max-width: 906px;
}
#top-works .works-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-works .works-list-item {
    max-width: 276px;
  }
  #top-works .works-list-item:nth-of-type(n+2) {
    margin-left: 39px;
  }
}
#top-works .works-list-img {
  width: 100%;
  height: 0;
  padding-top: 120.2%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#top-works .works-list-ttl {
  margin-top: 18px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  #top-works .works-list-ttl {
    font-size: 1.5rem;
  }
}

/* top-information  PC
------------------------------------ */
#top-information .information-bg {
  position: relative;
  z-index: 1;
}
#top-information .information-bg::before {
  content: "";
  display: block;
  width: 92.9%;
  height: 100%;
  border-radius: 0 25px 25px 0;
  background: #f1f4ea;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#top-information .information-en {
  position: absolute;
  top: 0;
  right: 5.1%;
}
#top-information .information-btn {
  max-width: 350px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #top-information .information-btn {
    width: 350px;
  }
}
#top-information .information-btn-wrap a:nth-of-type(n+2) {
  margin-top: 20px;
}
#top-information .information-list {
  max-width: 916px;
  margin: 60px auto 0;
}
#top-information .information-list-item {
  width: 100%;
  max-width: 458px;
}
#top-information .information-list-item iframe {
  width: 100%;
}

/* com-cmpany  PC
------------------------------------ */
.com-company {
  background: url(../img/top/company-illu01.png) no-repeat 7.6% 171px, url(../img/top/company-illu02.png) no-repeat calc(100% - 102px) calc(100% + 10px);
}
.com-company .company-ttl {
  text-align: center;
}
.com-company .company-flx {
  margin: 80px auto 0;
}
.com-company .company-flx-right {
  width: 100%;
  max-width: 502px;
}
.com-company .company-btn {
  max-width: 380px;
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .com-company .ggmap {
    max-width: 570px;
    margin-right: 78px;
  }
}

/* =========================================

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .concept-txt {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #about .concept-txt {
    text-align: center;
  }
}
#about .concept-list {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #about .concept-list-item:nth-of-type(n+2) {
    margin: 114px auto 0;
  }
  #about .concept-list-item:last-of-type {
    margin-top: 80px;
  }
}
#about .concept-detail {
  margin: 50px auto 0;
}
#about .concept-detail li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#about .concept-detail li:nth-of-type(n+2) {
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid #89bf1b;
}
@media screen and (min-width: 768px) {
  #about .concept-detail-img {
    margin-right: 55px;
    flex-shrink: 0;
  }
}
#about .concept-detail-txt {
  margin-top: 20px;
}
#about .concept-detail-btn {
  display: flex;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #about .concept-detail-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #about .concept-detail-btn:hover {
    color: #89bf1b;
    opacity: 1;
  }
}
#about .concept-detail-btn::after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-left: 12px;
  background: url(../img/top/service-arw.png) no-repeat center/contain;
}
#about .concept-detail-btn-wrap {
  display: flex;
  margin-top: 25px;
  align-items: center;
  justify-content: flex-end;
}
#about .faq-list {
  margin: 60px auto 0;
}
#about .faq-list-item:nth-of-type(n+2) {
  margin-top: 55px;
}
#about .faq-list-ttl {
  border-radius: 10px 10px 0 0;
}
#about .faq-list-dl {
  background: #fff;
  border-radius: 0 0 10px 10px;
}
#about .faq-list-dl div {
  padding: 30px;
}
#about .faq-list-dl div:nth-of-type(n+2) {
  border-top: 1px solid #89bf1b;
}
#about .faq-list-dl dt {
  display: flex;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #89bf1b;
  align-items: flex-start;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #about .faq-list-dl dt {
    font-size: 1.5rem;
  }
}
#about .faq-list-dl dt::before {
  content: "Q.";
  margin-right: 11px;
  font-size: 3.5rem;
  font-family: "Montserrat-ExtraBold", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #about .faq-list-dl dt::before {
    font-size: 1.75rem;
  }
}
#about .faq-list-dl dd {
  margin: 15px auto 0;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #about .faq-list-dl dd {
    font-size: 1.5rem;
  }
}

/* works  PC
------------------------------------ */
#works .com-tag {
  justify-content: space-between;
}
#works .com-tag-item {
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  #works .com-tag-item {
    margin: 0 !important;
  }
  #works .com-tag-item:nth-of-type(n+3) {
    margin-top: 30px !important;
  }
}
#works .works-list {
  margin: 60px auto 0;
}
#works .works-list-item:nth-of-type(n+2) {
  margin: 100px auto 0;
}
#works .works-list-tag_post {
  margin: 44px auto 0;
}
#works .works-list-tag_post .works-list-tag_post-item:nth-of-type(n+2) {
  margin: 70px auto 0;
  padding-top: 80px;
  border-top: 1px solid #89bf1b;
}
#works .works-list-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#works .works-list-img li {
  width: 100%;
  max-width: 520px;
  height: 0;
  padding-top: 420px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #works .works-list-img li:nth-of-type(n+3) {
    margin-top: 42px;
  }
}
#works .works-list-contents {
  margin: 50px auto 0;
}
#works .works-list-txt {
  margin: 15px auto 0;
  white-space: pre-line;
}

/* information  PC
------------------------------------ */
#information .information-list {
  margin: 60px auto 0;
}
#information .information-list-item:nth-of-type(n+2) {
  margin: 100px auto 0;
}
#information .information-sb3 {
  display: flex;
  width: 100%;
  max-width: 961px;
  margin: 50px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
#information .information-sb3 li {
  width: 100%;
  max-width: 458px;
}
@media screen and (min-width: 768px) {
  #information .information-sb3 li:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
#information .information-sb3 iframe {
  width: 100%;
}
#information .information-sb3_02 {
  max-width: 687px;
  flex-direction: column;
  align-items: center;
}
#information .information-sb3_02 li {
  max-width: 687px;
}
#information .information-sb3_02 li:nth-of-type(n+2) {
  margin: 30px auto 0;
}

/* company  PC
------------------------------------ */
#company .greeting-flx {
  margin: 75px auto 0;
}
@media screen and (min-width: 768px) {
  #company .greeting-flx-img {
    margin-right: 58px;
    flex-shrink: 0;
  }
}
#company .greeting-flx-txt {
  margin-top: 20px;
}
#company .staff {
  position: relative;
  z-index: 1;
}
#company .staff::before {
  content: "";
  display: block;
  width: 92.9%;
  height: 100%;
  border-radius: 0 25px 25px 0;
  background: #f1f4ea;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1294px) {
  #company .staff::before {
    width: 96%;
  }
}
#company .staff-list {
  margin: 76px auto 0;
}
#company .staff-list-item {
  display: flex;
  justify-content: space-between;
}
#company .staff-list-item:nth-of-type(n+2) {
  margin: 75px auto 0;
}
@media screen and (min-width: 768px) {
  #company .staff-list-img {
    width: 520px;
    height: 420px;
    margin-right: 58px;
    flex-shrink: 0;
    position: relative;
  }
  #company .staff-list-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  #company .staff-list-con {
    width: 100%;
    max-width: 500px;
  }
}
#company .staff-list-txt {
  margin-top: 20px;
  white-space: pre-line;
}

/* contact  PC
------------------------------------ */
#contact .contact-txt {
  margin: 45px auto 0;
}
@media screen and (min-width: 768px) {
  #contact .contact-txt {
    text-align: center;
  }
}
#contact .contact-box {
  width: 100%;
  max-width: 600px;
  margin: 65px auto 0;
  padding: 92px 0 23px;
  background: url(../img/contact/tel.png) no-repeat center 39px #f1f4ea;
  text-align: center;
}
#contact .contact-box-link {
  font-family: "Montserrat-ExtraBold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #89bf1b;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #contact .contact-box-link {
    font-size: 1.5rem;
  }
}
#contact .contact-box-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .contact-box-list li:nth-of-type(n+2) {
  margin-left: 30px;
}
#contact .contact-box-list-txt {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #89bf1b;
}
@media screen and (max-width: 768px) {
  #contact .contact-box-list-txt {
    font-size: 1.5rem;
  }
}
#contact .mail {
  position: relative;
  z-index: 1;
}
#contact .mail::before {
  content: "";
  display: block;
  width: 92.9%;
  height: 100%;
  border-radius: 0 25px 25px 0;
  background: #f1f4ea;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1294px) {
  #contact .mail::before {
    width: 96%;
  }
}

/* news  PC
------------------------------------ */
#news .detail .news-post {
  max-width: none;
}

/* privacy  PC
------------------------------------ */
#privacy .privacy-box-ttl {
  color: #89bf1b;
  border-color: #89bf1b;
}/*# sourceMappingURL=all.css.map */