#company .map-btn, #recruit .btn, #works .btn, #repair .btn, #business .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  border-radius: 100px;
  background: #ffffff;
  color: #0b60ca;
  text-decoration: none;
  transition: all 0.5s ease-out;
  /* @include transition();
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#company .map-btn:hover, #recruit .btn:hover, #works .btn:hover, #repair .btn:hover, #business .btn:hover {
  opacity: 0.6;
}
#company .map-btn a, #recruit .btn a, #works .btn a, #repair .btn a, #business .btn a {
  font-weight: 500;
  color: #4b4948;
  text-decoration: none;
  padding-right: 50px;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/arrow.png);
  background-position: center right 15px;
  background-repeat: no-repeat;
}

#company h2, #works h2, #business h2, #solution h2, #news h2 {
  color: #4b4948;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.15em;
}
#company h2 small, #works h2 small, #business h2 small, #solution h2 small, #news h2 small {
  display: block;
  font-size: 22px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1199px) {
  #company h2, #works h2, #business h2, #solution h2, #news h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #company h2, #works h2, #business h2, #solution h2, #news h2 {
    font-size: 25px;
  }
  #company h2 small, #works h2 small, #business h2 small, #solution h2 small, #news h2 small {
    font-size: 16px;
  }
}

#company h2, #works h2, #business h2, #solution h2, #news h2 {
  margin-bottom: 50px;
  text-align: center;
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  margin-bottom: 170px;
}
#mainimg .mainimgtop {
  position: relative;
}
#mainimg .catch {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 180px - 20px);
  height: calc(100vh - 100px - 86px - 40px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  transform: translateX(-50%);
  padding-top: 100px;
  color: #fff;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  letter-spacing: 0.05em;
  padding: 0 10px;
}
#mainimg .catch img {
  margin-bottom: 20px;
}
@media (max-width: 1520px) {
  #mainimg .catch {
    max-width: 1320px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 1340px) {
  #mainimg #news {
    left: 20px;
    bottom: 140px;
  }
}
@media (max-width: 1199px) {
  #mainimg .catch {
    min-height: 570px;
  }
  #mainimg #news {
    bottom: 115px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: 80px;
  }
  #mainimg .catch {
    height: calc(100vh - 100px - 86px);
    min-height: auto;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  #mainimg #news {
    bottom: 15vw;
    position: unset;
    margin-top: 10px;
    margin-left: 20px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    bottom: 90px;
  }
}
#mainimg .thumbset {
  padding: 0 10px;
}
#mainimg .thumbset .main {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 180px);
  margin-left: auto;
  margin-right: auto;
}
#mainimg .thumbset .main .slick-list {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
#mainimg .thumbset .main li {
  width: 100%;
}
#mainimg .thumbset .main li .image img {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: calc(100vh - 100px - 86px - 40px) !important;
}
#mainimg .thumbset .main > li:not(:first-child) {
  display: none;
}
#mainimg .thumbset .thumb {
  display: flex;
  width: 100%;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 900px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
#mainimg .thumbset .thumb .slick-list {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
#mainimg .thumbset .thumb .slick-list .slick-track {
  transform: unset !important;
}
#mainimg .thumbset .thumb .slick-list .slick-track .slick-slide {
  position: relative;
}
#mainimg .thumbset .thumb .slick-list .slick-track .slick-slide .image {
    border-radius: 7px;
  overflow: hidden;
  position: relative;
}
#mainimg .thumbset .thumb .slick-list .slick-track .slick-slide .image img {
  aspect-ratio: 204/88;
}
#mainimg .thumbset .thumb .slick-list .slick-track .slick-slide .image::before {
  content: "";
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 24, 21, 0.5);
}
#mainimg .thumbset .thumb .slick-list .slick-track .slick-slide.slick-current .image::before {
  content: "";
  position: absolute;
  background-color: unset;
}
#mainimg .thumbset .thumb li {
  margin: 0 12px;
}
#mainimg .thumbset .thumb li .image {
  transition: all 2s ease-out;
  cursor: pointer;
  width: 100%;
  position: relative;
}
#mainimg .thumbset .thumb li .image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 230/180;
  font-family: "object-fit: cover;";
}
#mainimg .thumbset .slick-prev,
#mainimg .thumbset .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 60px;
  height: 60px;
  background-size: 100%;
  position: sticky;
}
#mainimg .thumbset .slick-prev {
  background-image: url("../images/slide-prev.png");
  left: -25px;
}
#mainimg .thumbset .slick-next {
  background-image: url("../images/slide-next.png");
  right: -25px;
}
#mainimg .thumbset .slick-arrow {
  display: none;
  transition: all 0.5s ease-out;
  width: 60px;
  height: 60px;
  text-indent: -999em;
  cursor: pointer;
  border-radius: 10px;
}
#mainimg .thumbset .slick-arrow.slick-disabled {
  cursor: inherit;
}
@media (max-width: 1520px) {
  #mainimg .thumbset .main {
    max-width: 1320px;
    width: 100%;
  }
  #mainimg .thumbset .slick-prev {
    left: 5px;
  }
  #mainimg .thumbset .slick-next {
    right: 5px;
  }
}
@media (max-width: 1199px) {
  #mainimg .thumbset .main li .image img {
    height: auto;
    min-height: 570px;
  }
}
@media (max-width: 767px) {
  #mainimg .thumbset .slick-prev {
    left: 5px;
  }
  #mainimg .thumbset .slick-next {
    right: 5px;
  }
}
@media (max-width: 767px) {
  #mainimg .thumbset .main {
    margin-bottom: 20px;
  }
  #mainimg .thumbset .main li .image img {
    min-height: 0px;
    height: calc(100vh - 100px - 86px) !important;
  }
  #mainimg .thumbset .thumb {
    width: calc(100% - 10px);
  }
  #mainimg .thumbset .thumb li {
    margin: 5px;
  }
  #mainimg .thumbset .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

#mainimg {
  position: relative;
}
@media (max-width: 1199px) {
  #mainimg .main img {
    height: auto;
  }
}
/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  position: absolute;
  left: 150px;
  bottom: 150px;
  display: flex;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
}
#news .title {
  background-color: #e3a573;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 5px;
}
#news .contents {
  min-width: 700px;
  max-width: 700px;
  background-color: #ffffff;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
#news article {
  display: flex;
  align-items: center;
  padding: 0 20px 0px 20px;
  border-bottom: solid 1px #f3f3f3;
}
#news article + article {
  margin-top: 45px;
}
#news article time {
  display: block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 2.1428571429;
  margin-right: 10px;
}
#news article .text {
  font-size: 16px;
  line-height: 1.5625;
}
@media (max-width: 1199px) {
  #news .contents {
    min-width: unset;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  #news {
    margin-right: 20px;
  }
  #news .title {
    font-size: 15px;
    width: 70px;
  }
  #news article {
    display: block;
    padding: 0 10px 5px 10px;
  }
  #news article + article {
    margin-top: 30px;
  }
  #news article time {
    margin-right: 0px;
  }
  #news article .text {
    font-size: 14px;
  }
}

#repair, #business, #solution .question,
#solution .answer {
  font-size: 15px;
  line-height: 2.5;
  letter-spacing: 0.1333333333em;
}

/* ----------------------------------------------
solution
------------------------------------------------- */
#solution {
  margin-bottom: 150px;
  z-index: 1;
}
#solution .inner {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#solution h2 {
  position: relative;
}
#solution h2 .image1 {
  position: absolute;
  left: 28%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#solution h2 .image2 {
  position: absolute;
  right: 18%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#solution .contents {
  background-color: #ffffff;
  padding: 50px 0;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  border-radius: 15px;
}
#solution .block {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1220px;
  display: flex;
  align-items: center;
}
#solution .block:not(:first-child) {
  margin-top: 35px;
}
#solution .number {
  background-image: url(../images/solution-number.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 87px;
  height: 87px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 30px;
  font-size: 40px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  color: #ffffff;
  flex-shrink: 0;
}
#solution .number::before {
  content: "Concerns";
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: 13px;
  font-size: 16px;
}
#solution .texbox {
  display: flex;
  align-items: center;
  margin-left: 45px;
}
#solution .question,
#solution .answer {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  width: 44%;
}
#solution .question::before,
#solution .answer::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  left: 0px;
  border-radius: 100px;
  display: block;
}
#solution .question::before {
  background-color: #455261;
}
#solution .answer {
  margin-left: 12.1722846442%;
}
#solution .answer::before {
  background-color: #e3a573;
}
#solution .answer::after {
  content: "";
  position: absolute;
  left: -25%;
  width: 25%;
  height: 43px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/solution-arrow.png);
}
#solution .answer .text {
  overflow-x: clip;
}
#solution .answer .text p {
  transform: translateX(-100%);
  transition: all 1s ease-out;
}
#solution .answer.view .text p {
  transform: translateX(0);
}
@media (max-width: 1199px) {
  #solution h2 .image1 {
    left: 21%;
  }
  #solution h2 .image2 {
    right: 5%;
  }
}
@media (max-width: 767px) {
  #solution {
    margin-bottom: 70px;
  }
  #solution h2 {
    margin-bottom: 40px;
  }
  #solution h2 .image1 {
    width: 80px;
    left: 15%;
    top: 40px;
  }
  #solution h2 .image2 {
    width: 80px;
    right: 1%;
    transform: translate(0, -50%);
  }
  #solution .contents {
    padding: 35px 0;
  }
  #solution .block {
    display: block;
  }
  #solution .block:not(:first-child) {
    margin-top: 45px;
  }
  #solution .number {
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
  #solution .number::before {
    bottom: 13px;
    font-size: 14px;
  }
  #solution .texbox {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }
  #solution .question,
  #solution .answer {
    width: 100%;
    font-size: 15px;
  }
  #solution .answer {
    margin-left: 0;
    margin-top: 45px;
  }
  #solution .answer::after {
    content: "";
    position: absolute;
    top: -42px;
    left: calc(50% - 20px);
    width: 33px;
    height: 43px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/solution-arrow.png);
    transform: rotate(90deg);
    background-size: 70%;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 90px;
  z-index: 2;
  position: relative;
  /* .image{
    width: 97%;
    margin-bottom: 40px;
    img{
      width: 100%;
      height: 100%;
      aspect-ratio: 850/482;
      max-height: 446px;
      object-fit: cover;
    }
  } */
}
#business h2 {
  margin-bottom: 100px;
  position: relative;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#business h2 .image1 {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(-15%, -50%);
  z-index: -1;
}
#business h2 .image2 {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}
#business .btn {
  background: #455261;
}
#business .btn a {
  filter: brightness(0) invert(1);
}
#business .contents {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
#business .blocks {
  width: 50%;
}
#business .blocks .slide {
  width: 97%;
  margin-bottom: 40px;
}
#business .blocks .slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 850/482;
  max-height: 446px;
  -o-object-fit: cover;
     object-fit: cover;
}
#business .blocks .block .english {
  background-color: #cccccc;
}
#business .blocks.left .slide img {
  border-radius: 0 10px 10px 0;
}
#business .blocks.left .block .tex-box {
  margin-left: calc((100vw - 1220px) / 2);
}
#business .blocks.right .slide {
  margin-left: auto;
}
#business .blocks.right .slide img {
  border-radius: 10px 0 0 10px;
}
#business .blocks.right .block .tex-box {
  margin-right: calc((100vw - 1220px) / 2);
  margin-left: auto;
}
#business .block:nth-child(2n+1) {
  /* .image{
    img{
     border-radius: 0 10px 10px 0;
    }
  }
  .tex-box{
    margin-left: calc((100vw - 1220px) / 2);
  }
  .english{
    background-color: #9fc2b9;
  } */
}
#business .block:nth-child(2n) {
  /* .image{
    margin-left: auto;
    img{
     border-radius: 10px 0 0 10px;
  }
  }
  .tex-box{
    margin-right: calc((100vw - 1220px) / 2);
    margin-left: auto;
  }
  .english{
    background-color: #e6b1aa;
  } */
}
#business .tex-box {
  width: calc(46vw - (100vw - 1220px) / 2);
  display: flex;
  flex-direction: column;
}
#business h3 {
  font-size: 22px;
  line-height: 2.2727272727;
  margin-top: auto;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  min-height: 50px;
  color: #4b4948;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#business .english {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6111111111;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  margin-bottom: 30px;
}
#business .btn {
  margin-left: auto;
  margin-top: 30px;
}
@media (max-width: 1240px) {
  #business {
    /* .image{
      margin-bottom: 10px;
    } */
  }
  #business .blocks .slide {
    margin-bottom: 10px;
  }
  #business .blocks.left .block .tex-box {
    margin-left: 0px;
    padding-left: 10px;
    width: 95%;
  }
  #business .blocks.right .block .tex-box {
    margin-right: 0;
    padding-right: 10px;
    width: 95%;
  }
  #business .block:nth-child(2n+1) {
    /* .tex-box{
        margin-left: 0px;
        padding-left: 10px;
        width: 95%;
      } */
  }
  #business .block:nth-child(2n) {
    /* .tex-box{
        margin-right: 0;
        padding-right: 10px;
        width: 95%;
      } */
  }
  #business h3 {
    font-size:22px;
   /*  min-height: 200px; */
  }
}
@media (max-width: 1199px) {
  #business h2 .image1 {
    left: 5%;
    width: 300px;
  }
  #business h2 .image2 {
    width: 280px;
    right: 3%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  #business {
    margin-bottom: 70px;
    /* .image{
      margin-bottom: 20px;
    } */
  }
  #business h2 {
    margin-bottom: 55px;
  }
  #business h2 .image1 {
    left: 5%;
    top: 60px;
    width: 130px;
  }
  #business h2 .image2 {
    width: 130px;
    top: 60px;
    right: 3%;
    transform: translate(0, -50%);
  }
  #business .contents {
    display: block;
  }
  #business .blocks {
    width: 100%;
  }
  #business .blocks .slide {
    margin-bottom: 20px;
    width: 100%;
  }
  #business .blocks.left .slide {
    margin-right: 0px;
    padding: 0 10px;
  }
  #business .blocks.left .slide img {
    border-radius: 10px;
  }
  #business .blocks.left .block .tex-box {
    width: 100%;
    padding: 0 10px;
  }
  #business .blocks.right {
    margin-top: 50px;
  }
  #business .blocks.right .slide {
    margin-left: 0px;
    padding: 0 10px;
  }
  #business .blocks.right .slide img {
    border-radius: 10px;
  }
  #business .blocks.right .block .tex-box {
    width: 100%;
    padding: 0 10px;
  }
  #business .block:not(:first-child) {
    /* margin-top: 50px; */
  }
  #business .block:nth-child(2n+1) {
    /* .image{
      margin-right: 0px;
      padding: 0 10px;
      img{
        border-radius: 10px;
      }
    }
      .tex-box{
        width: 100%;
       padding: 0 10px;
      } */
  }
  #business .block:nth-child(2n) {
    /* .image{
        margin-left: 0px;
        padding: 0 10px;
        img{
          border-radius: 10px;
        }
      }
      .tex-box{
       width: 100%;
       padding: 0 10px;
      } */
  }
  #business h3 {
    font-size: 22px;
    min-height: unset;
    margin-bottom: 20px;
  }
  #business .english {
    font-size: 15px;
    padding: 8px 15px;
    margin-bottom: 20px;
  }
  #business .btn {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
repair
------------------------------------------------- */
#repair {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 150px;
}
#repair .inner {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1220px;
  display: flex;
}
#repair .image {
  width: 45%;
}
#repair .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 10px 0 0 10px;
}
#repair h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  color: #e3a573;
  /* font-size: 42px;
  color: #e6b1aa; */
  line-height: 1.3571428571;
  margin-bottom: 15px;
}
#repair h2 small {
  display: block;
  font-size: 22px;
  color: #4b4948;
  margin-top: 15px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#repair .right {
  width: 55%;
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 60px;
  background-color: #ffffff;
}
#repair .text {
  font-weight: 300;
}
#repair .btn {
  margin-left: auto;
  margin-top: 20px;
  background: #455261;
}
#repair .btn a {
  filter: brightness(0) invert(1);
}
#repair .btn a {
  color: #ffffff;
  background-image: url(../images/arrow2.png);
}
@media (max-width: 1199px) {
  #repair .right {
    padding: 20px 45px;
  }
}
@media (max-width: 767px) {
  #repair {
    margin-bottom: 70px;
  }
  #repair .inner {
    display: block;
  }
  #repair .image {
    width: 100%;
  }
  #repair .image img {
    border-radius: 10px 10px 0 0;
  }
  #repair .right {
    width: 100%;
    padding: 20px 10px;
    border-radius: 0 0 10px 10px;
  }
  #repair h2 {
    font-size: 27px;
  }
  #repair h2 small {
    font-size: 17px;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works {
  margin-bottom: 130px;
}
#works .inner {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1300px;
}
#works .contents {
  display: flex;
  flex-wrap: wrap;
}
#works .block {
  width: 29.0769230769%;
}
#works .block:not(:nth-child(3n+1)) {
  margin-left: 6.3846153846%;
}
#works .block:nth-child(n+4) {
  margin-top: 50px;
}
#works .image {
  position: relative;
}
#works .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 8px;
}
#works .image .btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 10px;
  color: #4b4948;
}
#works .image .btn::after {
  content: "";
  background-image: url(../images/arrow.png);
  display: block;
  height: 8px;
  width: 41px;
}
#works .image a {
  transition: all 0.5s ease-out;
  color: #4b4948;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
#works .image a:hover {
  opacity: 0.6;
}
#works .cate {
margin-top: 20px; 
      display: flex;
    flex-wrap: wrap;
    gap: 5px;

/*   width: 160px;
  height: 29px;
  */
  /* &.restaurant {
    a {
      background-color: #b9886e;
    }
  }
  &.office {
    a {
      background-color: #456a59;
    }
  } */
}
#works .cate a {
  font-size: 13px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  background-color: #455261;
  transition: all 0.5s ease-out;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  max-width: 160px;
  padding: 0 10px;
}
#works .cate a:hover {
  opacity: 0.6;
}
#works .title {
  font-size: 22px;
  line-height: 1.6;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
}
#works .btn {
  width: 210px;
  height: 55px;
  background-color: #455261;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
#works .btn a {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
  color: #ffffff;
  background-image: url(../images/arrow2.png);
  background-size: 55px;
  background-position: center right 30px;
}
@media (max-width: 767px) {
  #works {
    margin-bottom: 70px;
  }
  #works h2 {
    margin-bottom: 40px;
  }
  #works .contents {
    justify-content: space-between;
  }
  #works .block {
    width: 48%;
  }
  #works .block:not(:nth-child(3n+1)) {
    margin-left: unset;
  }
  #works .block:nth-child(n+4) {
    margin-top: unset;
  }
  #works .block:nth-child(n+3) {
    margin-top: 35px;
  }
  #works .image .btn {
    width: 50px;
    height: 50px;
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 1.3;
  }
  #works .image .btn::after {
    display: block;
    height: 6px;
    width: 36px;
    background-size: 100%;
  }
  #works .cate {
    
  
    margin-top: 12px;
  }
  #works .cate a {
    /* font-size: 13px; */
      height: 25px;
     
  }
  #works .title {
    font-size: 16px;
  }
  #works .btn {
    margin-top: 50px;
  }
  #works .btn a {
    font-size: 20px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 150px;
}
#recruit .inner {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1220px;
  display: flex;
}
#recruit .image {
  width: 45%;
}
#recruit .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 10px 0 0 10px;
}
#recruit h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  color: #b06631;
  line-height: 1.1428571429;
  margin-bottom: 15px;
}
#recruit h2 small {
  display: block;
  font-size: 22px;
  color: #4b4948;
  margin-top: 15px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#recruit .right {
  width: 55%;
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 60px;
  background-color: #e3a573;
  flex-direction: column;
}
#recruit .text {
  font-size: 22px;
  color: #ffffff;
}
#recruit .btn {
  margin-left: auto;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  #recruit .right {
    padding: 20px 45px;
  }
}
@media (max-width: 767px) {
  #recruit {
    margin-bottom: 70px;
  }
  #recruit .inner {
    display: block;
  }
  #recruit .image {
    width: 100%;
  }
  #recruit .image img {
    border-radius: 10px 10px 0 0;
  }
  #recruit .right {
    width: 100%;
    padding: 20px 10px;
    border-radius: 0 0 10px 10px;
  }
  #recruit .contents {
    width: 100%;
  }
  #recruit h2 {
    font-size: 27px;
  }
  #recruit .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 150px;
}
#company .image {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
#company .image img {
  width: 100%;
  border-radius: 10px;
}
#company .text {
  font-size: 15px;
}
#company .inner {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1220px;
  display: flex;
  align-items: center;
}
#company .contents {
  display: flex;
  width: 100%;
}
#company h2 {
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
#company .left,
#company .right {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 0 20px;
}
#company .map-btn {
  background-color: #f3f3f3;
  border: #4b4948 1px solid;
  height: 30px;
  margin-top: 15px;
}
#company .map-btn a {
  padding-right: 0;
  background-image: unset;
}
@media (max-width: 767px) {
  #company {
    margin-bottom: 80px;
  }
  #company .contents {
    display: block;
  }
  #company .text {
    font-size: 14px;
  }
  #company h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #company .left,
  #company .right {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px;
  }
  #company .image {
    margin-bottom: 40px;
  }
  #company .right {
    margin-top: 30px;
  }
}/*# sourceMappingURL=index.css.map */