@charset "UTF-8";
#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimgtop {
  position: relative;
  overflow: hidden;
}
#mainimgtop .slide {
  /* & > div{
    min-height: 100px;
    .image{
      min-height: 100px;
    }
  } */
}
#mainimgtop .slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimgtop .slide .top {
  height: 29.5vw;
  z-index: 1;
  min-height: 110px;
}
#mainimgtop .slide .top .image {
  width: 52.875vw !important;
  aspect-ratio: 846/472;
  margin-right: 47.125vw;
  min-height: 110px;
}
#mainimgtop .slide .center {
  height: 27.6875vw;
  margin-top: -21.25vw;
  min-height: 100px;
}
#mainimgtop .slide .center .image {
  width: 56.625vw !important;
  aspect-ratio: 906/443;
  margin-left: 43.375vw;
  min-height: 100px;
}
#mainimgtop .slide .bottom {
  height: 23.8125vw;
  margin-top: -3.75vw;
  z-index: -1;
  min-height: 90px;
}
#mainimgtop .slide .bottom .image {
  width: 31.4375vw !important;
  aspect-ratio: 503/381;
  margin-left: 27vw;
  margin-right: 41.375vw;
  min-height: 90px;
}
#mainimgtop .txslide {
  position: absolute;
  top: 56%;
  z-index: 1;
  width: 100%;
}
#mainimgtop .tx {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  /* font-size: 115.39px; */
  font-size: 7.2vw;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #e60f3d;
  text-shadow: 0 0 32px rgba(255, 255, 255, 0.59), 0 0 32px rgba(255, 255, 255, 0.59), 0 0 32px rgba(255, 255, 255, 0.59);
}
#mainimgtop .tx .text {
  margin-left: 14.0625vw;
  text-wrap: nowrap;
}
#mainimgtop .animation {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#mainimgtop .c {
  position: absolute;
  aspect-ratio: 1/1;
  border: 3px solid blue;
  border-radius: 100%;
  animation-name: animaite;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  z-index: 1;
}

@keyframes animaite {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
#mainimgbottom {
  margin-bottom: 159px;
  position: relative;
  z-index: -2;
  /* position: relative;
  margin-bottom: 159px;
  .bg{
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .catch {
    @include fontnoto(900);
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc((100% - $contWidth)/2);
    small{
      @include fontnoto(700);
      font-size: 40px;
      @include lh(40,60);
      letter-spacing: 0.08em;
      display: block;
      margin-top: 20px;
    }
  } */
}
#mainimgbottom .inner2 {
  position: relative;
  z-index: 1;
  margin-top: -100vh;
  transform: translate3d(0, 0, 0);
  isolation: isolate;
}
#mainimgbottom .inner2 .element2 {
  z-index: 1;
  width: 100%;
  top: 0;
  height: 0;
  position: sticky;
  top: 0px;
}
#mainimgbottom .inner2 .element2 .element2Inner {
  width: 100%;
  height: 100vh;
  position: relative;
}
#mainimgbottom .inner2 .element2 .element2Inner .purpose {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  transform: translateY(calc(50vh - 50%));
}
#mainimgbottom .inner2 .element2 .element2Inner .purpose .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fff;
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100% - $contWidth)/2); */
  margin-left: calc((100% - 1180px) / 2);
  padding-right: 10px;
}
#mainimgbottom .inner2 .element2 .element2Inner .purpose .catch small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: block;
  margin-top: 20px;
}
#mainimgbottom .inner2 .bg2 {
  margin-top: 100vh;
  padding-top: 5vh;
  position: relative;
  transform: translate3d(0, 0, 0);
}
#mainimgbottom .inner2 .bg2 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 1217px) {
  #mainimgbottom .inner2 .element2 .element2Inner .purpose .catch {
    margin-left: 10px;
  }
}
@media (max-width: 999px) {
  #mainimgbottom {
    margin-bottom: 130px;
  }
  #mainimgbottom .inner2 .element2 .element2Inner .purpose .catch {
    font-size: 40px;
  }
  #mainimgbottom .inner2 .element2 .element2Inner .purpose .catch small {
    font-size: 30px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #mainimgbottom {
    margin-bottom: 90px;
  }
  #mainimgbottom .inner2 .element2 .element2Inner .purpose .catch {
    font-size: 30px;
  }
  #mainimgbottom .inner2 .element2 .element2Inner .purpose .catch small {
    font-size: 24px;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  #mainimgbottom .inner2 .element2 .element2Inner .purpose .catch {
    font-size: 24px;
  }
  #mainimgbottom .inner2 .element2 .element2Inner .purpose .catch small {
    font-size: 17px;
  }
  #mainimgbottom .inner2 .bg2 {
    padding-top: 14vh;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 104px;
}
#news .inner {
  overflow-x: clip;
}
#news .head h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  font-size: 40px;
  margin-bottom: 20px;
}
#news .head h2 small {
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #e60f3d;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#news .head h2 small::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #e60f3d;
}
@media (max-width: 999px) {
  #news .head h2 {
    font-size: 30px;
  }
  #news .head h2 small {
    font-size: 18px;
  }
  #news .head h2 small::after {
    width: 40px;
  }
}
@media (max-width: 767px) {
  #news .head h2 {
    font-size: 24px;
  }
  #news .head h2 small {
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  #news .head h2 small::after {
    width: 30px;
  }
}
#news .head .cates .cate {
  cursor: pointer;
}
#news .head .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #e60f3d;
  background-repeat: no-repeat;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background-image: url(../images/arow.webp);
  background-position: center right 15px;
  font-size: 14px;
}
#news .head .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #news .head .btn a {
    width: 180px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  #news .head .btn a {
    width: 160px;
    height: 40px;
    font-size: 12px;
  }
}
#news .contents {
  margin-top: 10px;
  /* article{
    &:not(.on){
      display: none;
    }
  } */
}
#news .contents.on > :not(.on) {
  display: none;
}
@media (max-width: 999px) {
  #news {
    margin-bottom: 90px;
  }
  #news .head h2 {
    margin-bottom: 15px;
  }
  #news .contents {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #news {
    margin-bottom: 80px;
  }
  #news .head h2 {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
businessline
------------------------------------------------- */
#businessline {
  margin-bottom: 113px;
}
#businessline .head {
  margin-left: calc((100% - 1180px) / 2);
  padding-right: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 6.231884058%;
  margin-bottom: 50px;
  overflow-x: clip;
}
#businessline .head h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  font-size: 40px;
}
#businessline .head h2 small {
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #e60f3d;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#businessline .head h2 small::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #e60f3d;
}
@media (max-width: 999px) {
  #businessline .head h2 {
    font-size: 30px;
  }
  #businessline .head h2 small {
    font-size: 18px;
  }
  #businessline .head h2 small::after {
    width: 40px;
  }
}
@media (max-width: 767px) {
  #businessline .head h2 {
    font-size: 24px;
  }
  #businessline .head h2 small {
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  #businessline .head h2 small::after {
    width: 30px;
  }
}
#businessline .head .text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #101010;
  margin-top: 40px;
}
#businessline .inner {
  position: relative;
}
#businessline .inner .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 250px);
  background-color: #f7f7f7;
  z-index: -1;
}
#businessline .mainimage {
  margin-left: 100px;
  /* margin-bottom: 80px; */
}
#businessline .mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
  border-top-left-radius: 20px;
}
#businessline .contents article .heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  font-size: 34px;
  position: relative;
  padding-bottom: 32px;
  text-align: center;
  margin-bottom: 28px;
}
#businessline .contents article .heading::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: #e60f3d;
}
@media (max-width: 999px) {
  #businessline .contents article .heading {
    font-size: 26px;
    padding-bottom: 20px;
  }
  #businessline .contents article .heading::after {
    width: 80px;
  }
}
@media (max-width: 767px) {
  #businessline .contents article .heading {
    font-size: 20px;
    padding-bottom: 10px;
  }
  #businessline .contents article .heading::after {
    width: 60px;
  }
}
#businessline .contents article .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #101010;
  text-align: center;
  width: calc(100% - 20px);
  max-width: 950px;
  margin: 0 auto 49px;
}
#businessline .contents article .text .title {
  display: block;
  font-size: 24px;
  color: #e60f3d;
}
#businessline .contents article .content {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 5.0847457627%;
  margin-bottom: 87px;
}
#businessline .contents article .content .block {
  width: 47.4576271186%;
}
#businessline .contents article .content .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#businessline .contents article .content .block a:hover {
  opacity: 0.6;
}
#businessline .contents article .content .block .image {
  aspect-ratio: 560/300;
  margin-bottom: 19px;
}
#businessline .contents article .content .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#businessline .contents article .content .block .titles {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
#businessline .contents article .content .block .titles .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
#businessline .contents article .content .block .titles .title::before {
  content: "";
  width: 4px;
  height: 20px;
  background-color: #e60f3d;
}
#businessline .contents article .content .block .titles .block-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #e60f3d;
  margin-left: auto;
  margin-top: 3px;
}
#businessline .contents article .content .block .titles .block-btn a {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #e60f3d;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
#businessline .contents article .content .block .titles .block-btn a::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../images/arow.webp) no-repeat center #e60f3d;
  border-radius: 50%;
}
#businessline .contents article .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #e60f3d;
  background-repeat: no-repeat;
  width: 400px;
  height: 80px;
  border-radius: 40px;
  background-image: url(../images/arow2.webp);
  background-position: center right 30px;
  font-size: 18px;
  margin: 0 auto;
}
#businessline .contents article .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #businessline .contents article .btn a {
    width: 340px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #businessline .contents article .btn a {
    width: 280px;
    height: 60px;
    font-size: 14px;
  }
}
#businessline .contents article:nth-child(odd) {
  padding: 80px 0 123px;
}
#businessline .contents article:nth-child(even) {
  background-color: #f1f1f1;
  padding: 102px 0 159px;
}
@media (max-width: 1217px) {
  #businessline .head {
    margin-left: 10px;
  }
}
@media (max-width: 999px) {
  #businessline {
    margin-bottom: 90px;
  }
  #businessline .head {
    margin-bottom: 40px;
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
  #businessline .head .text {
    font-size: 16px;
  }
  #businessline .mainimage {
    margin-left: 10px;
  }
  #businessline .contents article {
    padding: 70px 0 100px !important;
  }
  #businessline .contents article .heading {
    margin-bottom: 20px;
  }
  #businessline .contents article .text {
    font-size: 18px;
    margin-bottom: 35px;
  }
  #businessline .contents article .text .title {
    font-size: 20px;
  }
  #businessline .contents article .content {
    row-gap: 45px;
    margin-bottom: 70px;
  }
  #businessline .contents article .content .block .image {
    margin-bottom: 10px;
  }
  #businessline .contents article .content .block .titles .title {
    font-size: 20px;
  }
  #businessline .contents article .content .block .titles .title::before {
    width: 3px;
  }
  #businessline .contents article .content .block .titles .block-btn {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #businessline {
    margin-bottom: 80px;
  }
  #businessline .head {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: unset;
  }
  #businessline .head .text {
    font-size: 14px;
    margin-top: 0;
  }
  #businessline .mainimage img {
    min-height: 200px;
  }
  #businessline .contents article {
    padding: 50px 0 70px !important;
  }
  #businessline .contents article .heading {
    margin-bottom: 10px;
  }
  #businessline .contents article .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #businessline .contents article .text br {
    display: none;
  }
  #businessline .contents article .text .title {
    font-size: 18px;
  }
  #businessline .contents article .content {
    row-gap: 30px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  #businessline .contents article .content .block {
    width: 100%;
    max-width: 400px;
  }
  #businessline .contents article .content .block .titles .title {
    font-size: 18px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #businessline .contents article .content .block .titles .title::before {
    width: 2px;
  }
  #businessline .contents article .content .block .titles .block-btn {
    font-size: 12px;
  }
  #businessline .contents article .content .block .titles .block-btn a::after {
    width: 20px;
    background-size: 12px auto;
  }
}

/* ----------------------------------------------
bnrs
------------------------------------------------- */
#bnrs {
  margin-bottom: 108px;
}
#bnrs .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 2.9661016949%;
}
#bnrs .contents .bnr {
  width: 31.3559322034%;
}
#bnrs .contents .bnr .image {
  aspect-ratio: 370/240;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
}
#bnrs .contents .bnr .image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#bnrs .contents .bnr .image a:hover {
  opacity: 1;
}
#bnrs .contents .bnr .image:hover::before {
  opacity: 0;
}
#bnrs .contents .bnr .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -2;
}
#bnrs .contents .bnr .image::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.3);
  transition: all 0.5s ease-out;
  z-index: -1;
}
#bnrs .contents .bnr .image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#bnrs .contents .bnr.cafe .image::after {
  width: 31.0810810811%;
  aspect-ratio: 115/164;
  background: url(../images/cafe-logo.webp) no-repeat center/cover;
}
#bnrs .contents .bnr.camp .image::after {
  width: 63.2432432432%;
  aspect-ratio: 234/76;
  background: url(../images/camp-logo.webp) no-repeat center/cover;
}
#bnrs .contents .bnr.rental .image::after {
  content: "レンタルスペース";
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#bnrs .contents .bnr .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #101010;
  margin-bottom: 14px;
}
#bnrs .contents .bnr .btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #e60f3d;
  text-align: end;
}
#bnrs .contents .bnr .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-weight: 500;
  color: #e60f3d;
  display: flex;
  align-items: center;
  justify-content: end;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
#bnrs .contents .bnr .btn a:hover {
  opacity: 0.6;
}
#bnrs .contents .bnr .btn a::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../images/bnr-detail.webp) no-repeat center #e60f3d;
  border-radius: 50%;
}
@media (max-width: 999px) {
  #bnrs {
    margin-bottom: 90px;
  }
  #bnrs .contents {
    row-gap: 45px;
  }
  #bnrs .contents .bnr .text {
    font-size: 14px;
  }
  #bnrs .contents .bnr.rental .image::after {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #bnrs {
    margin-bottom: 80px;
  }
  #bnrs .contents {
    gap: 30px 6%;
  }
  #bnrs .contents .bnr {
    width: 47%;
  }
  #bnrs .contents .bnr .btn {
    font-size: 12px;
  }
  #bnrs .contents .bnr .btn a::after {
    width: 20px;
    background-size: 12px auto;
  }
  #bnrs .contents .bnr.rental .image::after {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  #bnrs .contents {
    flex-direction: column;
    align-items: center;
  }
  #bnrs .contents .bnr {
    width: 100%;
    max-width: 370px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  background-color: #f1f1f1;
  padding: 95px 0 106px;
}
#company .inner {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 50px;
  display: flex;
}
#company .left {
  padding: 39px 10px 52px calc((100vw - 1180px) / 2 - 50px);
  flex: 1;
}
#company .left h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  font-size: 40px;
  margin-bottom: 18px;
}
#company .left h2 small {
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #e60f3d;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#company .left h2 small::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #e60f3d;
}
@media (max-width: 999px) {
  #company .left h2 {
    font-size: 30px;
  }
  #company .left h2 small {
    font-size: 18px;
  }
  #company .left h2 small::after {
    width: 40px;
  }
}
@media (max-width: 767px) {
  #company .left h2 {
    font-size: 24px;
  }
  #company .left h2 small {
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  #company .left h2 small::after {
    width: 30px;
  }
}
#company .left .data {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #101010;
}
#company .left .data a {
  font-weight: 500;
  color: #101010;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#company .left .data a:hover {
  opacity: 0.6;
}
#company .sdgs {
  position: relative;
  width: 50%;
  background: url(../images/sdgs-bg.webp) no-repeat center/cover;
}
#company .sdgs:hover::before {
  opacity: 0;
}
#company .sdgs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.5s ease-out;
}
#company .sdgs a {
  display: block;
  width: 100%;
  height: 100%;
}
#company .sdgs a .btn {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
#company .sdgs a .btn::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../images/arow.webp) no-repeat center #e60f3d;
  border-radius: 50%;
}
#company .sdgs .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  width: 100%;
  text-align: center;
}
#company .sdgs .btn {
  position: absolute;
  bottom: 28px;
  right: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #e60f3d;
}
@media (max-width: 1300px) {
  #company .left {
    padding-left: 10px;
  }
}
@media (max-width: 999px) {
  #company {
    padding: 80px 0;
  }
  #company .inner {
    margin: 0 10px;
  }
  #company .left {
    padding: 30px 10px;
  }
  #company .left h2 {
    margin-bottom: 10px;
  }
  #company .left .data {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company {
    padding: 70px 0;
  }
  #company .inner {
    flex-direction: column;
  }
  #company .left {
    padding: 20px 10px;
  }
  #company .left .data {
    font-size: 14px;
  }
  #company .sdgs {
    aspect-ratio: 750/220;
    width: 100%;
    min-height: 150px;
  }
  #company .sdgs a .btn::after {
    width: 20px;
    background-size: 12px auto;
  }
  #company .sdgs .btn {
    font-size: 12px;
    right: 15px;
    bottom: 15px;
  }
}/*# sourceMappingURL=index.css.map */