@charset "UTF-8";

/*---------------------------------


  0.common 
  1.header
  2.
  3.
  4.
  5.
  6.
  7.
  8.

---------------------------------*/
.w100 {
  font-weight: 100;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w700 {
  font-weight: 700;
}

.w900 {
  font-weight: 900;
}

@media print,
screen and (max-width: 765px) {
  ._sp {
    display: none !important;
  }
}

._tb {
  display: none;
}

@media print,
screen and (max-width: 1180px) {
  ._tb {
    display: block;
  }
}

._pc {
  display: none;
}

@media print,
screen and (max-width: 765px) {
  ._pc {
    display: block;
  }
}

main {
  margin-top: 133px;
  overflow: hidden;
}

.header {
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  transition: 1s ease;
  position: fixed;
  top: 0;
  left: 0;
}

.header .header-top {
  width: 100%;
  height: 95px;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}

.header .header-top__left {
  width: 225px;
  margin-left: 50px;
  display: flex;
  align-items: center;
}

.header .header-top__right {
  display: flex;
  align-items: center;
}

.header .header-bt {
  background: #F4F9EB;
}

.header .header-bt__lists {
  display: flex;
  justify-content: space-around;
}

.header .header-bt__item {
  width: 10.625%;
  width: 9.5%;
  border-right: 1px solid #EEEEEE;
}

.header .header-bt__item:last-child {
  border-right: none;
}

.header .header-bt__item:nth-child(4) {
  width: 14.5%;
}

.header .header-bt__item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 1.176vw, 1.6rem);
  letter-spacing: 0.04em;
  padding: 10px 0;
}

.header .header-bt__item a:hover {
  transition: 0.3s ease-in-out;
  background: #87B828;
  color: white;
}

.telBox {
  display: flex;
  align-items: center;
  margin-right: 22px;
}

.telBox__icon {
  width: 52px;
}

.telBox__num {
  font-size: 3.9rem;
  line-height: 1;
}

.telBox__top {
  display: flex;
  justify-content: space-between;
}

.snsBox {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.snsBox__icon {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #87B828;
  border-radius: 50%;
  margin-right: 14px;
}

.snsBox__icon img {
  width: 24px;
}

.snsBox__icon--last {
  margin-right: 0;
}

.snsBox__icon.line img {
  width: 31px;
}

#nav_toggle {
  display: none;
}

#nav_toggle div {
  position: relative;
  display: block;
  top: 0;
  right: 0;
  width: 84px;
  height: 84px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

#nav_toggle span {
  /* position: absolute; */
  display: block;
  width: 37px;
  height: 3px;
  background: #87B828;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-bottom: 10px;
}

#nav_toggle span:last-child {
  margin-bottom: 0;
}

.header.open #nav_toggle span:nth-child(1) {
  top: 50%;
  position: absolute;
  transform: rotate(45deg);
}

.header.open #nav_toggle span:nth-child(2) {
  display: none;
}

.header.open #nav_toggle span:nth-child(3) {
  top: 50%;
  position: absolute;
  transform: rotate(-45deg);
}

#nav_open {
  position: fixed;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateX(100%);
  transition: 0.5s;
  position: absolute;
  transition: 0.8s cubic-bezier(0.42, 0.14, 0.36, 0.92);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

#nav_open.open {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

#sp_nav.header-bt {
  display: flex;
  justify-content: center;
  position: fixed;
  padding: 80px 0 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  transform: translateX(-100%);
  transition: 1s ease;
}

#sp_nav.header-bt .header-bt__lists {
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
}

#sp_nav.header-bt .header-bt__item {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #d7d7d7;
}

#sp_nav.open {
  transform: translateX(0%);
}

.sp_ctb {
  display: none;
}

.hide {
  transform: translateY(-100%);
}

@media print,
screen and (max-width: 1379px) {
  .header .header-top__left {
    margin-left: 2em;
  }

  main {
    margin-top: 80px;
  }
}

@media print,
screen and (max-width: 1180px) {
  #nav_toggle {
    display: block;
  }

  .header .header-top {
    height: 80px;
    padding-right: 0;
  }

  .header .header-top__left {
    margin-left: 2em;
  }

  .header .header-top__left a {
    height: 50px;
  }

  .header .header-top__left img {
    height: 100%;
  }

  .header .ctb,
  .header .header-bt {
    display: none;
  }

  .header .telBox {
    margin-right: 0;
  }

  .header.lp {
    padding-right: 20px;
  }
}

@media print,
screen and (max-width: 820px) {
  .header .header-top__left {
    width: 35%;
    margin-left: 1em;
  }

  #nav_toggle {
    width: 60px;
  }

  #nav_toggle div {
    width: inherit;
    height: auto;
  }

  .header .telBox {
    display: none;
  }

  .header .snsBox {
    margin-right: 0;
  }

  .header .snsBox__icon {
    margin-right: 0.7em;
  }

  .header .snsBox__icon:last-child {
    margin-right: 0;
  }

  .header.lp {
    padding-right: 10px;
  }

  #sp_nav.header-bt {
    padding: 80px 0 70px;
  }

  .header .header-bt__item a {
    font-size: 1.6rem;
  }

  .sp_ctb {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    display: flex;
    background: #F4F9EB;
    align-items: center;
    padding: 1em;
    transform: translateY(70px);
  }

  .sp_ctb.active {
    transform: translateY(0);
    transition: 0.5s linear;
  }

  .sp_ctb__tel,
  .sp_ctb__ctb {
    background: #87B828;
  }

  .sp_ctb__tel {
    border-radius: 8px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 1em;
  }

  .sp_ctb__tel img {
    width: 40px;
  }

  .sp_ctb__ctb {
    width: 92%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 8px;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 0.1em;
  }
}

footer {
  position: relative;
  background-color: #87B828;
  padding-bottom: 8px;
}

footer .footerLink {
  margin-bottom: 30px;
}

footer .footerLink__lists {
  display: flex;
  justify-content: space-between;
}

footer .footerLink__item a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}

footer .copyright {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  text-align: center;
}

footer .container {
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

footer img {
  width: 120px;
  position: relative;
  top: -15px;
  z-index: 1;
  margin-bottom: 20px;
}

footer:after {
  content: "";
  width: 0;
  height: 0;
  border: 49.4vw solid transparent;
  border-bottom: 50px solid #87B828;
  border-top: none;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
}

@media print,
screen and (max-width: 1180px) {
  footer:after {
    border: 50vw solid transparent;
  }
}

.single footer {
  margin-top: 5rem;
}

@media print,
screen and (max-width: 1180px) {
  footer .container {
    max-width: inherit;
    width: 100%;
  }

  footer .footerLink {
    margin-bottom: 1em;
    font-weight: 500;
  }

  footer .footerLink__lists {
    border-top: 1px solid #fff;
    flex-wrap: wrap;
  }

  footer .footerLink__item {
    width: 50%;
    line-height: 3;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  footer .footerLink__item:nth-of-type(2n) {
    border-right: none;
  }

  footer .footerLink__item a {
    font-size: 1.3rem;
  }

  footer .footerLink__item:last-child {
    width: 100%;
  }
}

@media print,
screen and (max-width: 820px) {
  footer {
    padding-bottom: 78px;
  }
}

/*---------------------------------

   0.common

---------------------------------*/
html,
body {
  font-size: 10px;
  font-weight: 500;
  color: #283C4E;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  scroll-behavior: smooth;
  position: relative;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #283C4E;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

.container {
  max-width: 1000px;
  width: 73%;
  margin: 0 auto;
  padding: 110px 0;
}

.container_sm {
  max-width: 800px;
  width: 58%;
  margin: 0 auto;
}

.wrap {
  overflow: hidden;
}

.green {
  color: #87B828;
}

.orange {
  color: #EA932D;
}

.bg_creame {
  background: url(../img/creme_paper.png) no-repeat center/cover;
}

.bg_paper {
  background: url(../img/gray_paper.png) no-repeat center/cover;
}

.bg_snow {
  background: url(../img/snow_paper.png) no-repeat center/cover;
  overflow: hidden;
}

.bg_gr_thick {
  background: url(../img/green_bg_thick.png) no-repeat center/cover;
}




.ctb {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7841f;
  width: 237px;
  height: 54px;
  border-radius: 6px;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  box-shadow: 0 5px 0 #e1781d;
}

.ctb img {
  width: 27px;
  margin-right: 8px;
}

.ctb:hover {
  top: -4px;
  box-shadow: 0 9px 0 #e1781d;
}

.ctb:active {
  top: 5px;
  box-shadow: none;
  transition: 0.2s ease;
}

.tag {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  border: 1px solid;
  border-radius: 8px;
  width: 127px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

.t-label {
  width: 487px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #87B828;
  clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
  padding: 20px 43px 14px 0;
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -55px;
  z-index: 1;
  overflow: hidden;
}

.t-label__en {
  margin-bottom: 5px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.t-label__ja {
  font-size: 3.6rem;
}

.l-triangle {
  padding-bottom: 200px;
  clip-path: polygon(50% 0, 100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
}

.l-triangle--both {
  clip-path: polygon(50% 6%, 100% 0, 100% 94%, 50% 100%, 0 94%, 0 0);
}

.l-triangle--top {
  clip-path: polygon(50% 6%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
}

.no1banner {
  width: 764px;
  margin: 0 auto;
  border: 3px solid #87B828;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.73);
  display: flex;
  padding: 17px;
  position: relative;
}

.no1banner__item {
  font-size: 2rem;
  height: 50px;
  width: 336px;
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #87B828;
  color: #fff;
  border-radius: 7px;
}

.no1banner__item:last-child {
  margin-bottom: 0;
}

.no1banner__right {
  margin-left: 27px;
  position: relative;
  min-width: 130px;
}

.no1banner__right p {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 900;
}

.no1banner img {
  width: 482px;
  position: absolute;
  right: 10px;
  top: 53px;
}

.l-section {
  position: relative;
  margin-bottom: 50px;
}

.l-section.service {
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.l-section.blog {
  margin-bottom: 0;
}

.l-boxMenu {
  display: flex;
  justify-content: space-between;
}

.l-boxMenu__item {
  width: 32%;
  padding: 40px 30px 30px;
  letter-spacing: 0.05em;
  text-align: center;
}

.l-boxMenu__item:nth-child(1) {
  background-color: #F4F9EB;
}

.l-boxMenu__item:nth-child(2) {
  background-color: #E9F1F7;
}

.l-boxMenu__item:nth-child(3) {
  background-color: #EBF9F9;
}

.l-boxMenu__title {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.2rem;
  margin: 0 auto 30px;
  border-bottom: 2px solid;
  padding-bottom: 12px;
}

.l-boxMenu__title span {
  margin-top: 8px;
}

.l-boxMenu__desc {
  font-size: 1.6rem;
  line-height: 1.625;

  text-align: left;
}

@media print,
screen and (max-width: 1180px) {
  .l-boxMenu__item {
    width: 33%;
    padding: 3em 2em;
  }

  .l-boxMenu__title {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }

  .l-boxMenu__desc {
    margin-bottom: 1em;
  }
}

.c-title__text {
  font-size: 2.7rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.c-title .accent {
  font-size: 4.2rem;
  line-height: 1.452;
}

.c-title .underline {
  display: inline-block;
}

.underline {
  position: relative;
  margin-bottom: 58px;
  z-index: 1;
}

.underline:after {
  content: "";
  width: 98%;
  height: 14px;
  opacity: 0.34;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
}

.underline.gr:after {
  background-color: #87B828;
}

.underline.or:after {
  background-color: #E6A036;
  z-index: -1;
}

.underline.gl:after {
  background-color: #AE8F26;
  bottom: 6px;
}

.arrow {
  width: 24px;
  height: 24px;
  border: 2px solid #87B828;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
}

.arrow:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #87B828;
  border-right: 2px solid #87B828;
  position: absolute;
  left: 5px;
  top: 6px;
  transform: rotate(45deg);
}

.frameBtn {
  font-size: 1.8rem;
  border: 2px solid #87B828;
  width: 242px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #87B828;
  transition: 0.2s ease-in-out;
}

.frameBtn:hover {
  background-color: #87B828;
  color: #fff;
}

.frameBtn:hover .arrow {
  border-color: #fff;
}

.frameBtn:hover .arrow:after {
  border-color: #fff;
}

@media print,
screen and (max-width: 1379px) {

  .container,
  .container_sm {
    width: 80%;
  }
}

@media print,
screen and (max-width: 1180px) {
  .l-boxMenu__title {
    font-size: clamp(1.7rem, 2.2vw, 2.2rem);
  }

  .c-title__text {
    width: 80%;
    margin: 0 auto;
    line-height: 1.5;
  }

  .l-triangle {
    padding-bottom: 100px;
    clip-path: polygon(50% 0, 100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
  }

  .tag {
    width: 48%;
    font-size: clamp(1.4rem, 1.7vw, 1.6rem);
  }
}

@media print,
screen and (max-width: 765px) {

  .container,
  .container_sm {
    width: 90%;
  }

  .container {
    padding: 6em 0;
  }

  .t-label {
    width: 70vw;
    padding: 3vw 6vw 3vw 0;
    height: inherit;
    justify-content: center;
    font-weight: 700;
  }

  .t-label__ja {
    font-size: 2.4rem;
  }

  .t-label__en {
    font-size: 1.4rem;
  }

  .c-title__text {
    width: 90%;
    font-size: clamp(1.6rem, 4.8vw, 2.7rem);
    padding-top: 1em;
  }

  .c-title .underline {
    margin-bottom: 2em;
  }

  .c-title .accent {
    font-size: 3.2rem;
  }

  .l-triangle {
    padding-bottom: 100px;
  }

  .l-triangle::before,
  .l-triangle:after {
    border-bottom: 10vw solid #fff;
  }

  .l-boxMenu {
    flex-direction: column;
  }

  .l-boxMenu__item {
    width: 90%;
    margin: 0 auto 2em;
  }

  .l-boxMenu__title {
    font-weight: 700;
    font-size: 1.7rem;
  }

  .l-boxMenu__desc {
    font-size: 1.4rem;
  }

  .l-section.service {
    padding-bottom: 4em;
  }

  .l-triangle {
    clip-path: polygon(50% 0, 100% 0, 100% 97%, 50% 100%, 0 97%, 0 0);
  }
}

.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

.bx-wrapper .text {
  position: absolute;
  top: 28%;
  left: 50% !important;
  transform: translateX(-50%) !important;
  color: #fff;
  z-index: 1;
  text-align: center;
  letter-spacing: .2em;
  font-size: 3rem;
  font-weight: 600;
}


.bx-wrapper .text span {
  display: inline-block;
}

.bx-wrapper .text .sm {
  font-size: 3.6rem;
  letter-spacing: .3em;
  display: block;
  border-top: 2px solid;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}

.bx-wrapper .text .ss {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  margin: 15px auto 30px;
}

.bx-wrapper .text .acc-s {
  font-weight: 600;
  font-size: 3.4rem;
}

.bx-wrapper .text .acc {
  font-weight: 600;
  font-size: 4.4rem;
  font-size: 5vw;
    font-feature-settings: "palt";
}
@media print,
screen and (max-width: 765px) {
  .bx-wrapper .text {
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  .bx-wrapper .text .acc {
    font-size: 4.4rem;
  }
}

.bx-wrapper .text .kanji {
  display: block;
  margin-bottom: 20px;
}

@font-face {
  font-family: 'tamanegi';
  src: url('../font/玉ねぎ楷書激無料版v7改.ttf') format("truetype");
}

@media (min-width: 768px) {
.mv-text {
  width: 100%;
  font-size: 12rem !important;
}
}
.mv-text {
  font-family: 'tamanegi',sans-serif;
}


.bxslider img {
  width: 100% !important;
  height: auto !important;
}

.zoom_slider li {
  height: 85vh;
  opacity: 0;
  position: relative;
}

.zoom_slider li img {
  height: 100%;
  object-fit: cover;
}

.zoom_slider li:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  left: 0;
  top: 0;
}

.bx-viewport .zoom_slider li {
  opacity: 1 !important;
  /*JSが読み込まれたら表示*/
}

.zoom_slider>li[aria-hidden=false] img {
  /* 	opacity: 0; */
  animation: anime_zoom 5s linear;
}

.zoom_slider>li[aria-hidden=true] img {
  transform: scale(1.2);
}

@keyframes anime_zoom {
  0% {
    /* 	   opacity: 1; */
    transform: scale(1);
  }

  40% {
    transform: scale(1);
  }

  100% {

    transform: scale(1.2);
  }
}

@media print,
screen and (max-width: 1180px) {
  .bx-wrapper .text {
    width: 100%;
  }
}

@media print,
screen and (max-width: 765px) {
  .bx-wrapper .text {
    text-align: left;
    width: 90%;
    margin: auto;
    font-size: 2.4rem;
  }

  .bx-wrapper .text .acc {
    line-height: 1.8;
  }

  .bx-wrapper .text .acc-s,
  .bx-wrapper .text .ss {
    letter-spacing: 0em;
  }

  .bx-wrapper .text .sm {
    font-size: 3.6rem;
    letter-spacing: 0em;
  }

  .bx-wrapper .text .acc {
    display: block;
    letter-spacing: 0em;
  }

  .bx-wrapper .text .sm {
    font-size: 2.4rem;
  }

}

@media print,
screen and (max-width: 375px) {
  .bx-wrapper .text {
    font-size: 1.8rem;
  }
}

.aboutus {
  margin-top: 175px;
  position: relative;
  margin-bottom: 76px;
}

.aboutus .l-triangle {
  background: url(../img/leaf_thin.png) no-repeat center/cover;
}

.aboutus__text {
  font-size: 1.8rem;
  line-height: 2;
  padding: 100px 0 36px;
  text-align: center;
}

.aboutus__badges {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 36px;
}

.aboutus__badges img {
  width: 25%;
}

@media print,
screen and (max-width: 1180px) {
  .no1banner {
    width: 100%;
  }

  .no1banner__lists {
    width: 50%;
  }

  .no1banner__item {
    width: 100%;
  }

  .no1banner img {
    width: 60%;
    right: inherit;
    left: 39%;
  }
}

@media print,
screen and (max-width: 765px) {
  .aboutus {
    margin-top: 100px;
    margin-bottom: 2em;
  }

  .aboutus__text {
    font-size: 1.6rem;
    padding: 4em 0 2em;
  }

  .aboutus__badges {
    margin-bottom: 2em;
    justify-content: space-between;
  }

  .aboutus__badges img {
    width: 32%;
  }

  .no1banner {
    width: 100%;
    flex-direction: column;
  }

  .no1banner__lists {
    width: 100%;
    margin-bottom: 2em;
  }

  .no1banner__right {
    margin: 2em 0 6em 0;
    text-align: center;
  }

  .no1banner__item {
    height: inherit;
    margin-bottom: 1em;
    padding: 1em 0.5em;
    font-weight: 700;
    letter-spacing: 0.05em;
  }

  .no1banner img {
    position: relative;
    top: 0;
    width: 100%;
    left: -11vw;
    transform: scale(1.3);
  }
}

.opg {
text-align:center;
}

.opg img {
width:48%;
min-width:380px;
padding:4px;
}

.service {
  background: url(../img/gray_paper.png) no-repeat center/cover;
  letter-spacing: 0.05em;
}

/**/
.service__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.service__top>p {
  font-size: 1.6rem;
  line-height: 2;
  width: auto;
  /*48%*/
  margin-right: 40px;
}

.service .container {
  max-width: inherit;
}

.areaBox {
  width: 900px;
  /*width: auto;*/
  background: #fff;
  border-right: 2px solid #87B828;
  border-left: 2px solid #87B828;
  border-bottom: 2px solid #87B828;
  text-align: center;
}

.areaBox__desc {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.areaBox__inner {
  padding: 0 0 40px;
}

.areaBox__title {
  top: -10px;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  margin-bottom: 17px;
  letter-spacing: 0.05em;
  display: block;
  overflow: hidden;
}

.areaBox__title span {
  position: relative;
}

.areaBox__title span:before,
.areaBox__title span:after {
  content: "";
  width: 500px;
  height: 2px;
  background-color: #87B828;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
}

.areaBox__title span:before {
  left: 110%;
}

.areaBox__title span:after {
  right: 110%;
}

.areaBox .circles {
  display: flex;
  justify-content: center;
  width: 365px;
  justify-content: space-between;
  margin: 0 auto 16px;
}

.areaBox .circles__item {
  width: 102px;
  height: 102px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.c-labelBoxes {
  display: flex;
  flex-wrap: wrap;
}

.c-labelBoxes__item {
  width: 32%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-right: 2%;
}

.c-labelBoxes__item:last-child {
  margin-right: 0;
}

.c-labelBoxes__item:nth-child(3) {
  margin-right: 0;
}

.c-labelBoxes__item:nth-child(4) {
  margin-left: 17%;
}

.c-labelBoxes__title {
  width: 100%;
  padding: 24px 20px 13px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  background: #87B828;
  color: #fff;
  position: relative;
}

.c-labelBoxes__title:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  border-style: solid;
  border-width: 12px 11.75vw 0 11.75vw;
  border-color: #87B828 transparent transparent transparent;
}

.c-labelBoxes__icon {
  width: 64px;
  margin-bottom: 17px;
}

.c-labelBoxes__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 20px 26px;
  height: 100%;
}

.c-labelBoxes__innerTop {
  text-align: center;
}

.c-labelBoxes__text {
  line-height: 1.75;
  font-size: 1.4rem;
  margin-bottom: 2em;
  text-align: left;
}

.c-labelBoxes .frameBtn {
  width: 100%;
}

@media print,
screen and (max-width: 1379px) {
  .c-labelBoxes {
    justify-content: space-around;
  }

  .c-labelBoxes__item {
    width: 300px;
    margin-right: 0;
  }

  .c-labelBoxes__item:nth-child(4) {
    margin-left: 0;
  }

  .c-labelBoxes .frameBtn {
    width: 100%;
  }

  .c-labelBoxes__title:after {
    border-width: 12px 150px 0 150px;
  }
}

@media print,
screen and (max-width: 1379px) {
  .service__top {
    flex-direction: column;
  }

  .areaBox {
    box-sizing: border-box;
    width: 90%;
    margin: 30px auto 0;
  }

  .service__top>p {
    width: 90%;
    margin: auto;
  }
}

@media print,
screen and (max-width: 1180px) {
  .areaBox {
    position: relative;
  }

  .areaBox__inner {
    padding: 0 1em 2em;
  }

  .areaBox__title {
    top: -11px;
  }

  .areaBox__desc {
    font-size: 1.6rem;
  }

  .areaBox__desc span {
    display: inline-block;
    line-height: 2;
  }

  .areaBox .circles {
    width: 100%;
  }

  .areaBox .circles__item {
    width: 11vw;
    height: 11vw;
  }

  .c-labelBoxes {
    justify-content: space-between;
  }

  .c-labelBoxes__item {
    width: 48%;
  }

  .c-labelBoxes__title:after {
    border-width: 12px 19vw 0 19vw;
  }
}

@media print,
screen and (max-width: 900px) {
  .service .areaBox {
    width: 100%;
  }
}

@media print,
screen and (max-width: 765px) {
  .service__top>p {
    width: 100%;
    margin-bottom: 3em;
    text-align: center;
  }

  .service .areaBox {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }

  .service .areaBox__inner {
    padding: 0 1em 2em;
  }

  .service .areaBox__title {
    display: block;
    top: -12px;
  }

  .service .areaBox .circles {
    justify-content: space-around;
  }

  .service .areaBox .circles__item {
    width: 20vw;
    height: 20vw;
  }

  .service .areaBox .circles__item p {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .c-labelBoxes {
    width: 100%;
    flex-direction: column;
  }

  .c-labelBoxes__item {
    width: 100%;
    margin-bottom: 4em;
  }

  .c-labelBoxes__title:after {
    border-width: 13px 45vw 0 45vw;
  }

  .c-labelBoxes__inner {
    padding: 4em 1.5em 2em;
  }

  .c-labelBoxes__text {
    text-align: left;
  }
}

.voice {
  background: url(../img/snow_paper.png) no-repeat center/cover;
}

.voice .c-title {
  margin-bottom: 130px;
}

.voice .container {
  max-width: inherit;
}

.voiceBox {
  display: flex;
  justify-content: space-between;
}

.voiceBox__item {
  letter-spacing: 0.05em;
  width: 31%;
  background: #fff;
  padding: 22px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}

.voiceBox__item span {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  background: #B49A0B;
  color: #fff;
  width: 126px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -44px;
}

.voiceBox__head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
}

.voiceBox__head img {
  width: 84px;
}

.voiceBox__text {
  font-size: 1.5rem;
  line-height: 1.75;
}

.voiceBox .prof {
  margin-bottom: 1em;
  margin-left: 17px;
}

.voiceBox .prof__top {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.voiceBox .prof__bt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media print,
screen and (max-width: 1180px) {
  .voiceBox {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .voiceBox__item {
    width: 48%;
    margin-bottom: 7em;
  }

  .voiceBox .prof__bt {
    font-size: 1.4rem;
  }
}

@media print,
screen and (max-width: 765px) {
  .voice .orange {
    font-weight: 700;
    font-size: 2rem;
  }

  .voice .c-title {
    margin-bottom: 8em;
  }

  .voiceBox__text {
    font-size: 1.4rem;
  }

  .voiceBox__item {
    width: 100%;
  }

  .voiceBox__item:last-child {
    margin-bottom: 0;
  }
}

.message__inner {
  width: 86%;
  background: rgba(242, 242, 242, 0.96);
  margin-left: auto;
}

.message .container {
  display: flex;
  /* width: inherit; */
  width: 84%;
  max-width: inherit;
  margin: 0 auto 0 0;
}

.message img {
  width: 436px;
  position: relative;
  left: -82px;
  object-fit: cover;
}

.message .text {
  max-width: 556px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.message .text__inner {
  margin-bottom: 4em;
}

.message .text__title {
  font-size: 3.2rem;
  margin-bottom: 10px;
}

.message .frameBtn {
  margin-left: auto;
}

@media print,
screen and (max-width: 1379px) {
  .message .container {
    width: 90%;
  }
}

@media print,
screen and (max-width: 1180px) {
  .message .container {
    width: 95%;
  }

  .message__inner {
    width: 90%;
  }

  .message img {
    width: 40%;
    left: -5%;
    height: 500px;
    position: absolute;
    left: 0;
  }

  .message .text {
    justify-content: inherit;
    padding-left: 42%;
    max-width: inherit;
  }

  .message .text__desc {
    margin-bottom: 2em;
  }
}

@media print,
screen and (max-width: 765px) {
  .message .container {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
    padding: 6em 0 6em 0;
  }

  .message img {
    position: relative;
    left: inherit;
    right: -5%;
    width: 95%;
    z-index: 0;
    margin-bottom: 4em;
    height: auto;
  }

  .message__inner {
    width: 95%;
  }

  .message .text {
    font-size: 1.5rem;
    padding-left: 0;
  }

  .message .text__inner {
    width: 90%;
    margin: 0 auto 4em;
  }

  .message .text__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .message .frameBtn {
    margin-right: 5%;
  }
}

.blogList__item {
  padding: 22px 0 12px;
  border-bottom: 1px solid #D9D9D9;
}

.blogList__bt {
  display: flex;
  font-size: 1.6rem;
  padding: 0 20px;
}

.blogList .date {
  width: 212px;
}

.tags {
  padding: 0 20px;
}

.tags__cat {
  display: inline-block;
  margin-right: 6px;
}

.tags__cat a {
  margin-bottom: 10px;
  border: 1px solid;
  padding: 3px 9px;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
}

.tags__cat a.new {
  border-color: #87B828;
  color: #87B828;
}

.tags__cat a.hikkoshi {
  border-color: #EEC172;
  color: #EEC172;
}

.tags__cat a.ihinseiri {
  border-color: #B59B11;
  color: #B59B11;
}

.tags__cat a.gomiyashiki {
  border-color: #45BBDE;
  color: #45BBDE;
}

.tags .date {
  display: none;
}

@media print,
screen and (max-width: 1180px) {
  .blogList .content {
    line-height: 1.5;
  }
}

@media print,
screen and (max-width: 765px) {
  .tags {
    flex-wrap: wrap;
  }

  .tags .date {
    display: block;
  }

  .tags__cat a {
    margin-bottom: 0;
  }

  .blogList__bt {
    padding: 0 0.5em;
  }

  .blogList__bt .date {
    display: none;
  }

  .blogList__item .tags {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    padding: 0 0.5em;
  }

  .blogList__item .tags .date {
    font-size: 1.4rem;
    width: inherit;
    margin-right: 1em;
  }

  .blogList__item .tags__cat {
    margin-bottom: 0;
  }
}

section.contact {
  background: #283C4E;
  color: #fff;
  padding: 20px 0 20px;
}

section.contact .contactItem {
  letter-spacing: 0.05em;
}

section.contact .contactItem__title {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 10px;
}

section.contact .contactItem__title--mail {
  line-height: 1;
  margin-bottom: 20px;
}

section.contact .contactItem__title--mail img {
  width: 30px;
  margin-right: 10px;
}

section.contact .contactItem__desc {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 32px;
}

section.contact .contactItem__box {
  border: 1px solid;
  margin-bottom: 77px;
  padding: 5px 0 10px;
}

section.contact .contactItem--mail .contactItem__desc {
  margin-bottom: 57px;
}

section.contact .contactItem .btn {
  font-size: 2rem;
  letter-spacing: 0.2em;
  background-color: #87B828;
  width: 100%;
  height: 84px;
  text-align: center;
  position: relative;
  transition: 0.5s linear;
}

section.contact .contactItem .btn:hover {
  opacity: 0.8;
}

@keyframes gradient {
  0% {
    background: #87B828;
  }

  100% {
    background: linear-gradient(110.85deg, #87B828 0%, #3ecb9c 100.19%);
  }
}

section.contact .telBox {
  justify-content: center;
  margin-right: 0;
}

section.contact .telBox__num {
  color: #fff;
  font-size: 5.2rem;
}

section.contact .telBox__icon {
  align-self: flex-end;
  width: 62px;
}

section.contact .telBox .tag {
  width: 48%;
  text-indent: 5px;
}

section.contact form {
  margin-bottom: 120px;
  border: 1px solid;
}

section.contact form>p {
  position: relative;
}

section.contact form>p .wpcf7-spinner {
  position: absolute;
  left: 29%;
  top: 50%;
  transform: translateY(-50%);
}

.CF7_table {
  width: 100%;
}

.CF7_table th {
  min-width: 240px;
  padding: 17px 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding-left: 38px;
  vertical-align: middle;
}

.CF7_table .CF7_req {
  font-size: 1.4rem;
  border: 1px solid;
  margin-right: 10px;
  padding: 0 12px;
  border-radius: 8px;
}

.CF7_table td {
  padding: 17px 17px 17px 27px;
}

.CF7_table input {
  height: 35px;
  padding: 0 0.5em;
  font-size: 1.6rem;
}

.CF7_table input,
.CF7_table textarea {
  background: #fff;
  width: 100%;
  color: #000;
}

.CF7_table textarea {
  height: 224px;
  padding: 1em;
  line-height: 1.65;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.CF7_table tr {
  border-bottom: 1px solid;
}

.CF7_table tr:last-child th {
  vertical-align: initial;
  padding-top: 1.5em;
}

.CF7_table .mwform-tel-field {
  width: 100%;
  display: block;
}

.CF7_table .mwform-tel-field input[type=text] {
  width: 30%;
}

.btn-class {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 10%;
  margin-top: 5%;
}

.custom-class {
  font-size: 2rem;
  letter-spacing: 0.2em;
  background-color: #FF4F02 !important;
  border: 3px solid #FF4F02 !important;
  width: 100%;
  height: 62px;
  text-align: center;
  position: relative;
  transition: 0.5s linear;
  margin-bottom: 3rem;
}

.snsBanner {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
}

.snsBanner .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
}

.snsBanner a {
  width: 48%;
}

@media print,
screen and (max-width: 765px) {
  section.contact form {
    margin-bottom: 6em;
  }

  section.contact .contactItem__title--mail {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2.4rem;
  }

  section.contact .contactItem__title--mail img {
    margin-bottom: 10px;
    margin-right: 0;
  }

  section.contact .telBox__top {
    margin-bottom: 0.5em;
  }

  section.contact .telBox__num {
    font-size: 3.2rem;
  }

  section.contact .telBox__icon {
    width: 50px;
  }

  section.contact .telBox .tag {
    font-size: 1.4rem;
  }

  .CF7_table td,
  .CF7_table th {
    display: block;
    padding: 15px 10px;
  }

  .CF7_table th {
    border-bottom: 1px solid;
  }

  .CF7_table tr:last-child th {
    padding-top: 15px;
  }

  .snsBanner {
    height: inherit;
    padding: 4em 0px;
  }

  .snsBanner .container {
    flex-direction: column;
  }

  .snsBanner a {
    width: 100%;
    margin-bottom: 2em;
  }

  .mwform-tel-field input[type=text] {
    width: 29%;
  }


}

@media screen and (max-width: 480px) {

  .custom-class {
    font-size: 2rem;
    letter-spacing: 0.2em;
    background-color: #FF4F02 !important;
    border: 3px solid #FF4F02 !important;
    width: 100%;
    height: 54px;
    text-align: center;
    position: relative;
    transition: 0.5s linear;
    margin-bottom: 3rem;
    width: 60% !important;
  }

  .btn-class {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 25%;
    margin-top: 5%;
  }
}

.example {
  background: #F4F9EB;
  padding-bottom: 110px;
  margin: 0;
}

.example .container {
  padding: 150px 0 110px;
}

.exampleBox {
  display: flex;
  flex-wrap: wrap;
}

.exampleBox__item {
  width: 180px;
  height: 100px;
  background: green;
  padding: 1.5em;
  margin-right: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

.exampleBox__item:nth-of-type(5n) {
  margin-right: 0;
}

.exampleBox__item:hover {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.16);
  transition: 0.2s ease;
}

.exampleBox__item div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: 1.6rem;
}

.exampleBox img {
  width: 50px;
object-fit: cover;
}

@media print,
screen and (max-width: 1379px) {
  .example .exampleBox__item {
    width: 18%;
    margin-right: 2.5%;
  }

  .example .exampleBox__item:nth-of-type(5n) {
    margin-right: 0;
  }

  .example .exampleBox img {
    width: 40%;
    max-width: 50px;
  }
}

@media print,
screen and (max-width: 1180px) {
  .example .container {
    padding: 110px 0;
  }

  .example .exampleBox__item {
    padding: 1.5em 1em;
  }
}

@media print,
screen and (max-width: 765px) {
  .example .container {
    padding: 6em 0;
  }

  .example .exampleBox {
    justify-content: space-between;
  }

  .example .exampleBox__item {
    width: 48%;
    margin-right: 0;
    height: inherit;
    margin-bottom: 1em;
  }

}

/*追加*/
/*トップページ*/
.slide-menu {
  width: 100%;
  display: block;
  margin: 70px auto 120px;
  clear: both;
  overflow: hidden;
}


.slide-items {
  width: 100%;
  display: flex;
  margin: 0 auto 0;
}

.slide-items li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.slide-items img {
  width: 100%;
  margin:0 auto;
}

.slide-items li:hover {
  background: #dcdcdc;
  transition: 0.3s;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

/* スマートフォン用のスタイル */
@media only screen and (max-width:768px) {
  .slick-track {
      margin-right: 0 !important; /* 右の余白を0に設定 */
  }

  .slide-items li {
      margin-right: 0; /* リストアイテムの右の余白を0に設定 */
  }
}
@media (min-width: 768px) {
  .slick-dots {
    display: none !important;
  }
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

.slide-items h3 {
  margin: 2em 1em;
  font-size: 16px;
  line-height: 1.8;
}

.green {
  color: #87b828;
}

/*コンテンツ*/
.l-section.works2 {
  background: #F4F9EB;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
  text-align: center;
}

@media print,
screen and (max-width: 765px) {
  .l-section.works2 {
    padding-bottom: 20px;
  }
}

.l-section.works {
  background: url(../img/kami.jpg) no-repeat center/cover;
  margin-top: 0;
  padding-top: 110px;
  margin-bottom: 0;
  padding-bottom: 110px;
}

.l-section.staff {
  background: url(../img/snow_paper.png) no-repeat center/cover;
  margin-top: 0;
  padding-top: 110px;
  margin-bottom: 0;
  padding-bottom: 110px;
}

.staff .c-title,
.works .c-title,
.works2 .c-title {
  margin-bottom: 20px;
}

.staff .container,
.works .container,
.works2 .container {
  width: 84%;
  max-width: inherit;
  margin: 0 auto 0;
}

.l-works-t .container,
.l-staff-t .container {
  display: flex;
  /* width: inherit; */
  width: 84%;
  max-width: inherit;
  margin: 0 auto 0 0;
}

/*リンクボタン*/
.frameBtn-c {
  font-size: 1.8rem;
  border: 2px solid #87B828;
  width: 242px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #87B828;
  transition: 0.2s ease-in-out;
  text-align: center;
  margin: auto;
}

.frameBtn-c:hover {
  background-color: #87B828;
  color: #fff;
}

.frameBtn-c:hover .arrow {
  border-color: #fff;
}

.frameBtn-c:hover .arrow:after {
  border-color: #fff;
}

/*追加*/
.l-works {
  justify-content: flex-start !important;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}

.l-works .pf-cards__card {
  margin-bottom: 5em;
  width: calc(33.333% - 3.5% * 2 / 3) !important;
  margin-right: 3.5% !important;
}

.l-works .pf-cards__card:nth-child(3n) {
  margin-right: 0 !important;
}

@media print,
screen and (max-width: 1379px) {
  .l-works .pf-cards__card {
    margin-bottom: 5em;
    width: calc(33.333% - 2.5% * 2 / 3) !important;
    margin-right: 2.5% !important;
  }  
}

@media print,
screen and (max-width: 900px) {
  .l-works .pf-cards__card {
    width: calc(50% - 10% / 2) !important;
    margin-right: 10% !important;
  }

  .l-works .pf-cards__card:nth-child(3n) {
    margin-right: 10% !important;
  }

  .l-works .pf-cards__card:nth-child(2n) {
    margin-right: 0 !important;
  }
}

/*カテゴリ表記*/
.cate {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 3em;
  color: #fff;
}


.bg-01 {
  background: #87b828;
}

.bg-02 {
  background: #4169e1;
}

.bg-03 {
  background: #ff8c00;
}

.bg-04 {
  background: #dc143c;
}

.bg-05 {
  background: #6a5acd;
}

@media print,
screen and (max-width: 900px) {
  .l-works .pf-cards__card {
    width: 45%;
  }

  .cate {
    display: block;
    font-size: 2.0rem;
    letter-spacing: 0em;
    text-align: center;
    line-height: 2em;
    color: #fff;
  }
}

@media print,
screen and (max-width: 768px) {
  .l-works {
    flex-direction: column;
  }

  .l-works .pf-cards__card {
    width: 100% !important;
  }
}

/* work info
-------------------------*/ 
.work-info {
  margin-bottom: 100px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .work-info {
    font-size: 14px;
    margin-bottom: 80px;
  }
}
.work-info .work-info-bg {
  background: #fff;
  border-radius: 15px;
}
@media (min-width: 769px) {
  .work-info .work-info-bg {
    display: flex;
    justify-content: space-between;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .work-info .work-info-bg {
    padding: 30px;
  }
}
@media (min-width: 769px) {
  .work-info .work-info-bg .work-info-inner {
    width: 60%;
  }
}
@media (max-width:768px) {
  .work-info .work-info-bg .work-info-inner {
    margin-bottom: 30px;
  }
}
.work-info .work-info-bg .work-info-inner .work-title {
  letter-spacing: 0.12em;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .work-info .work-info-bg .work-info-inner .work-title {
    font-size: 20px;
    margin-bottom: 30px;
    padding-left: 30px;
  }
}
@media (max-width:768px) {
  .work-info .work-info-bg .work-info-inner .work-title {
    font-size: 20px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.work-info .work-info-bg .work-info-inner .work-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #87B828;
  width: 5px;
  height: 95%;
}
@media (min-width: 769px) {
  .work-info .work-info-bg .work-info-inner .work-title::before {
    width: 0.2604166667vw;
  }
}
@media (max-width:768px) {
  .work-info .work-info-bg .work-info-inner .work-title::before {
    width: 3px;
  }
}
.work-info .work-info-bg .work-info-inner .work-info-table table {
  width: 100%;
  border-collapse: separate;
}
@media (min-width: 769px) {
  .work-info .work-info-bg .work-info-inner .work-info-table table tr td {
    border-bottom: dotted 2px #6B8A9B;
    padding: 0.78125vw;
  }
}
@media (max-width:768px) {
  .work-info .work-info-bg .work-info-inner .work-info-table table tr td {
    padding: 10px;
    display: block;
    width: 100%;
  }
}
.work-info .work-info-bg .work-info-inner .work-info-table table tr td:nth-child(1) {
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media (min-width: 769px) {
  .work-info .work-info-bg .work-info-inner .work-info-table table tr td:nth-child(1) {
    width: 30%;
  }
}
@media (max-width:768px) {
  .work-info .work-info-bg .work-info-inner .work-info-table table tr td:nth-child(1) {
    padding: 10px 0;
  }
}
.work-info .work-info-bg .work-info-inner .work-info-table table tr td:nth-child(2) {
  font-weight: 500;
}
@media (min-width: 769px) {
  .work-info .work-info-bg .work-info-inner .work-info-table table tr td:nth-child(2) {
    width: 70%;
  }
}
@media (max-width:768px) {
  .work-info .work-info-bg .work-info-inner .work-info-table table tr td:nth-child(2) {
    border-bottom: dotted 2px #6B8A9B;
    padding: 0 0 10px;
  }
}
@media (min-width: 769px) {
  .work-info .work-info-bg .work-info-img {
    width: 35%;
  }
}


/* work-ba
---------------------*/
@media (min-width: 769px) {
  .work-ba {
    margin-bottom:100px;
    display: flex;
    gap: 5%;
  }
}
@media (max-width: 768px) {
  .work-ba {
    margin-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .work-ba .work-ba-wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .work-ba .work-ba-wrapper {
    margin-bottom: 50px;
  }
}
.work-ba .work-ba-wrapper:nth-child(1) {
  position: relative;
}
.work-ba .work-ba-wrapper:nth-child(1):before {
  position: absolute;
  content: "";
  background: transparent url(../img/angle-right-solid.svg) no-repeat center center/contain;
}
@media (min-width: 769px) {
  .work-ba .work-ba-wrapper:nth-child(1):before {
    width: 11.75px;
    height: 18.75px;
    top: 50%;
    transform: translateY(-50%);
    right: -6.5%;
  }
}
@media (max-width: 768px) {
  .work-ba .work-ba-wrapper:nth-child(1):before {
    width: 11.75px;
    height: 18.75px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -35px;
  }
}
.work-ba .work-ba-wrapper .work-ba-title {
  text-align: center;
  letter-spacing: 0.07em;
  font-weight: bold;
  color: #fff;
  background: #87B828;
}
@media (min-width: 769px) {
  .work-ba .work-ba-wrapper .work-ba-title {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .work-ba .work-ba-wrapper .work-ba-title {
    font-size: 20px;
    padding: 10px;
  }
}

/* work-sodan
-----------------*/ 
.work-sodan {
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .work-sodan {
    margin-bottom: 80px;
    font-size: 14px;
  } 
}
.work-sodan .work-sodan-title {
  background: #F3F3F3;
  font-size: 20px;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .work-sodan .work-sodan-title {
    padding: 10px 15px;
  }
}
.work-sodan .work-sodan-title:before {
  position: absolute;
  content: "";
  background: #87B828;
  width: 5px;
  left: 0;
  height: 80%;
  top:50%;
  transform: translateY(-50%);
}
.work-sodan-txt {
  font-weight: 500;
}

/* work-staff
--------------*/ 
.work-staff {
  margin-bottom: 100px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .work-staff {
    margin-bottom: 80px;
    font-size: 14px;
  } 
}
.work-staff .work-staff-inner {
  background: #FDFBF2;
  border: 1px solid #DCDCDC;
  border-radius: 15px;
  padding: 30px;
}
@media (min-width: 769px) {
  .work-staff .work-staff-inner {
    display: flex;
    justify-content: space-between;
  } 
}
@media (min-width: 769px) {
  .work-staff .work-staff-inner .work-staff-left{
    margin-right: 28px;
  } 
}
@media (max-width: 768px) {
  .work-staff .work-staff-inner .work-staff-left{
    margin-bottom: 30px;
  } 
}
.work-staff .work-staff-inner .work-staff-left .work-staff-img{
  width: 152px;
  margin-bottom: 15px;
} 
@media (max-width: 768px) {
  .work-staff .work-staff-inner .work-staff-left .work-staff-img{
    margin: 0 auto 15px;
  } 
}
.work-staff-name {
  text-align: center;
}
@media (min-width: 769px) {
  .work-staff .work-staff-inner .work-staff-right{
    width:  calc(100% - 180px);
  } 
}
.work-staff-title {
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 768px) { 
  .work-staff-title {
    font-size: 16px;
  } 
}
.work-staff-txt {
  line-height: 1.75;
}

/* work-img
--------------*/ 
.work-img {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .work-img {
    margin-bottom: 80px;
    font-size: 14px;
  } 
}
@media (min-width: 769px) {
  .work-img-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .work-img-list li{
    width: calc(50% - 5% / 2);
    margin-right: 5%;
    margin-bottom: 5%;
  }
}
.work-img-list li:nth-child(2n){
  margin-right: 0;
}
@media (max-width: 768px) {
  .work-img-list li{
    margin-bottom: 30px;
  } 
}


.inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

/*スタッフ紹介*/
.staff-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: auto;
  font-size: 0;
}

.staff-list li {
  width: 21%;
  border-radius: 0 0 12px 12px;
  line-height: 2;
  text-align: left;
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.staff-list li img {
  display: block;
  max-width: 350px;
  max-height: 400px;
  aspect-ratio: 7 / 8;
  overflow: hidden;
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 6px 6px 2px rgba(0, 0, 0, 0.16);
	object-fit: cover;
}

.staff-list .staff-text {
  background: #fff;
  border-left: 1.5px solid #232323;
  line-height: 2em;
  margin: 0 auto 0;
  padding: 0 0em 0.5em 1em;
}

.staff__title {
  color: #c0c0c0;
  font-size: 14px;
  text-align: left;
  margin: auto;
}

.staff__name {
  font-size: 1.5em;
  text-align: left;
  margin: auto;
}

.staff-list span {
  font-size: 14px;
  color: #87b828;
  padding-right: 0.5em;
}


@media print,
screen and (max-width: 865px) {
  .staff-list li {
    width: 30%;
  }
}

@media print,
screen and (max-width: 600px) {
  .staff-list li {
    width: 46%;
  }
}

@media print,
screen and (max-width: 450px) {
  .staff-list li {
    width: 100%;
  }
}

cell.empty {
  background-color: none;
  border: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

.worksBox__title {
  font-size: 3.2rem;
  margin: 0 auto 2em;
  text-align: center;
}

@media print,
screen and (max-width: 765px) {
  .worksBox__title {
    font-size: 2.2rem;
  }
}

/*作業実績*/
.lp-pf {
  background: url(../img/kaitori_bg.png) no-repeat center/cover;
}

.pf-cards {
  display: flex;
  justify-content: space-between;
}

.pf-cards__card {
  width: 31%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 6px 6px 2px rgba(0, 0, 0, 0.16);
}

.pf-cards__img,
.hikkoshi .sagyo .pf-cards__img,
.ihinseiri .sagyo .pf-cards__img {
  height: 278px;
}

.pf-cards__img img {
  height: 100%;
  object-fit: cover;
}

.sagyo .pf-cards__img {
  height: 192px;
}


.pf-cards__title {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 24px;
}

.pf-cards__title .sm {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}

.pf-cards__title--long {
  font-size: clamp(1.8rem, 1.464vw, 2rem);
  line-height: 1.3;
}

.pf-cards__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pf-cards__left {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  background: #87B828;
  color: #fff;
  padding: 6px 7px;
  border-radius: 4px;
  letter-spacing: 0.2em;
}

.pf-cards__right {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.pf-cards__right--sm {
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.4;
}

.pf-cards__bt {
  padding: 13px 23px 20px;
}

.pf-cards__detail {
  height: 185px;
  border-bottom: 3px solid #87B828;
}

.pf-cards__row {
  margin-bottom: 6px;
}

.pf-cards__row:last-child {
  margin-bottom: 0;
}

.pf-cards__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.pf-cards__price p:first-child {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}

.pf-cards__price .price {
  font-size: 3.9rem;
  letter-spacing: 0.05em;
  color: #EF4101;
}

.pf-cards.sagyo .pf-cards__right {
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.pf-cards.sagyo .pf-cards__detail {
  height: 80px;
}

.pf-cards.col_2 .pf-cards__card {
  width: 45%;
}

@media print,
screen and (max-width: 1379px) {
  .pf-cards__card {
    width: 32%;
  }
}

@media print,
screen and (max-width: 1180px) {
  .pf-cards__img {
    height: 20vw !important;
  }

  .lp-pf.kaitori .container {
    width: 85%;
  }

  .lp-pf.kaitori .pf-cards {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .lp-pf.kaitori .pf-cards__card {
    width: 47%;
    margin-bottom: 2em;
  }

  .lp-pf.kaitori .pf-cards__card:last-child {
    margin-left: 26%;
  }

  .sagyo .container {
    width: 90%;
  }

  .sagyo .pf-cards__bt {
    padding: 13px 2vw 20px;
  }

  .sagyo .pf-cards__title {
    font-size: 2vw;
  }

  .sagyo .pf-cards__title--long {
    font-size: 1.7vw;
  }

  .sagyo .pf-cards__left {
    font-size: 1.5vw;
  }

  .sagyo .pf-cards__price .price {
    font-size: 4vw;
  }

  .sagyo .pf-cards__price p:first-child {
    font-size: 1.611vw;
  }
}

@media print,
screen and (max-width: 765px) {
  .pf-cards__img {
    height: 50vw !important;
  }

  .lp-pf.kaitori .pf-cards__card,
  .lp-pf.kaitori .pf-cards__card:last-child {
    width: 100%;
    margin-left: 0;
  }

  .sagyo .pf-cards__bt {
    padding: 2em 1.5em;
  }

  .sagyo .pf-cards__title {
    font-size: 5.8vw;
  }

  .sagyo .pf-cards__detail {
    height: inherit;
    padding-bottom: 2em;
  }

  .sagyo .pf-cards__left {
    font-size: 1.6rem;
  }

  .sagyo .pf-cards__price .price {
    font-size: 3rem;
  }

  .sagyo .pf-cards__price p:first-child {
    font-size: 1.6rem;
  }

  .pf-cards {
    flex-wrap: wrap;
  }

  .pf-cards__card {
    width: 100%;
    margin-bottom: 2em;
  }

  .pf-cards.col_2 .pf-cards__card {
    width: 100%;
  }
}

/*対応エリア地図*/
.accessCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 4% 40px;
}

.accessCard__lg {
  font-size: 6.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
  color: #87B828;
}

.accessCard__place {
  font-size: 3.4rem;
  margin-bottom: 28px;
}

.accessCard__desc {
  font-size: 1.8rem;
  line-height: 1.27;
}

.accessCard__right {
  width: 460px;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.accessCard__map {
  position: absolute;
  top: -10em;
  /*-12em;*/
  right: 0px;
  /*-10px;*/
  width: 100%;
}

.accessCard__map img {
  max-height: 260px;
}

.accessCard .badge {
  width: 140px;
  position: relative;
  z-index: 1;
}

.accessCard .badge__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  font-size: 3rem;
  color: #fff;
}

.accessCard .badge__text .lg {
  font-size: 4.7rem;
}

.accessCard .tBox {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  padding: 12px 20px;
  border: 3px solid #87B828;
  border-radius: 6px;
  width: 256px;
  align-self: flex-end;
  z-index: 1;
  background: #fff;
  color: #87B828;
}

.accessCard__left {
  z-index: 1;
  min-width: 340px;
  text-align: center;
}


@media print,
screen and (max-width: 1180px) {
  .accessCard__lg {
    font-size: 6.61vw;
  }

  .accessCard__place {
    font-size: 3.729vw;
  }

  .accessCard__map {
    top: -32%;
    min-width: 455px;
    z-index: 0;
  }
}

@media print,
screen and (max-width: 765px) {
  .page .access {
    overflow: hidden;
  }

  .page .access .c-title .en {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }

  .page .access .c-title__text {
    font-size: 7vw;
  }

  .page .access .c-title--yay p:before {
    left: -3vw;
    height: 80%;
  }

  .page .access .c-title--yay p:after {
    right: -3vw;
    height: 80%;
  }

  .page .access .container {
    padding-bottom: 6em;
  }

  .accessCard {
    flex-direction: column;
    padding: 2em;
  }

  .accessCard__left {
    width: 100%;
    text-align: center;
    min-width: inherit;
    margin-bottom: 2em;
  }

  .accessCard__lg {
    font-size: 12vw;
    margin-bottom: 0.3em;
  }

  .accessCard__place {
    font-size: 5vw;
    margin-bottom: 1em;
  }

  .accessCard__desc {
    font-size: 4.3vw;
  }

  .accessCard__right {
    width: 100%;
  }

  .accessCard__map {
    right: inherit;
    min-width: inherit;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*top:50%
    transform: translate(-50%, -50%);*/
  }
}

.gaiyou {
text-align:left;
}

.gaiyou .t1 {
font-size:18px;
width:120px;
height:50px;
}

.gaiyou .t2 {
font-size:14px;
height:50px;
}

.kasen{
border-bottom:solid 2px;
}