@charset "UTF-8";
#works .btn a, #concept .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  color: #0b60ca;
  text-decoration: none;
  transition: all 0.5s ease-out;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.08em;
  /* @include transition();
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#works .btn a:hover, #concept .btn a:hover {
  opacity: 0.6;
}
#works .btn a img, #concept .btn a img {
  margin-left: 10px;
}
@media (max-width: 767px) {
  #works .btn a, #concept .btn a {
    font-size: 14px;
    width: 130px;
    padding-bottom: 0;
  }
}

#news h2 {
  font-size: 30px;
  color: #776755;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: bold;
}
#news h2 small {
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1199px) {
  #news h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #news h2 {
    font-size: 22px;
  }
}

#news h2 {
  margin-bottom: 50px;
  text-align: center;
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainslider {
  position: relative;
}
#mainimg #mainslider img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider::before {
  content: "";
  width: 20%;
  height: calc(100% - 135px);
  position: absolute;
  background-image: url("../images/mainimg-ikuken.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  right: 0;
  bottom: 35px;
  z-index: 2;
}
@media (max-width: 1199px) {
  #mainimg #mainslider img {
    height: auto;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider::before {
    height: calc(100% - 65px);
    bottom: 10px;
  }
}

/* ----------------------------------------------
concept
------------------------------------------------- */
#concept {
  background-color: #00192d;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
#concept::before {
  content: "";
  background-image: url("../images/concept-bg.webp");
  position: absolute;
  right: 0;
  top: 0;
  width: 51%;
  height: 144px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
#concept .inner {
  display: flex;
  margin-left: calc((100% - 1480px) / 2);
}
#concept .inner h2 {
  font-size: 63.27px;
  letter-spacing: 0.08em;
  line-height: 1.6001264422;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
#concept .contents {
  margin-left: 40px;
  margin-top: 110px;
}
#concept .contents .text {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8888888889;
  margin-bottom: 53px;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 40px;
}
#concept .thumbset {
  /* prev next arrows */
}
#concept .thumbset .main {
  margin-inline: auto;
  max-width: calc((100vw - 1480px) / 2 + 1240px);
  width: 100%;
}
#concept .thumbset .main li {
  max-width: 1200px !important;
  margin-right: 90px;
  position: relative;
}
#concept .thumbset .main li a {
  color: #ffffff;
  font-weight: 400;
  transition: all 0.5s ease-out;
}
#concept .thumbset .main li a:hover {
  opacity: 0.6;
}
#concept .thumbset .main .slick-list {
  padding-left: 0 !important;
  padding-right: calc((100vw - 1280px) / 2) !important;
}
#concept .thumbset .main .image {
  width: -moz-fit-content;
  width: fit-content;
}
#concept .thumbset .main .image::before {
  content: "";
  width: 90px;
  height: 26px;
  position: absolute;
  background-image: url(../images/works-btn.png);
  bottom: 30px;
  right: 20px;
  display: block;
  z-index: 1;
}
#concept .thumbset .main .image .logo {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  width: 30%;
  min-width: 100px;
}
#concept .thumbset .main .image img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#concept .thumbset .main .image .content {
  position: absolute;
  bottom: 0;
  margin-left: 40px;
  margin-bottom: 30px;
}
#concept .thumbset .main .image .content .title1 {
  font-size: 16px;
  color: #0b0b0b;
  letter-spacing: 0.08em;
  background-color: #eef0f2;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 28px;
}
#concept .thumbset .main .image .content .title1 span {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
  margin-right: 0.6em;
}
#concept .thumbset .main .image .content h3 {
  font-size: 40px;
  letter-spacing: 0.08em;
}
#concept .thumbset .main .image .content .content-text {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8888888889;
  padding-right: 10px;
}
#concept .thumbset .slick-prev,
#concept .thumbset .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 1020px;
}
#concept .thumbset .slick-prev {
  background: url("../images/slide-prev.webp") no-repeat left center/cover;
  left: -30px;
}
#concept .thumbset .slick-next {
  background: url("../images/slide-next.webp") no-repeat right center/cover;
  right: 0;
}
#concept .thumbset .slick-arrow {
  width: 60px;
  height: 60px;
  text-indent: -999em;
  cursor: pointer;
  z-index: 2;
}
#concept .thumbset .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: inherit;
}
#concept .btn {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
@media (max-width: 1600px) {
  #concept .inner {
    margin-left: 10px;
  }
  #concept .inner h2 {
    font-size: 50px;
  }
  #concept .inner .contents .thumbset .main {
    max-width: calc(100vw - 150px);
    margin-right: 0;
    margin-left: 0;
  }
  #concept .inner .contents .thumbset .main .slick-list {
    padding-right: 20% !important;
  }
  #concept .inner .contents .thumbset .main .image .content h3 {
    font-size: 30px;
  }
  #concept .inner .contents .thumbset .main .slick-next {
    left: unset;
    right: calc(23% + 20px);
  }
}
@media (max-width: 1350px) {
  #concept .inner .contents .thumbset .main .slick-next {
    right: calc(20% + 60px);
  }
}
@media (max-width: 1199px) {
  #concept .inner h2 {
    font-size: 40px;
  }
  #concept .inner .text {
    font-size: 16px;
  }
  #concept .inner .contents {
    margin-top: 60px;
  }
  #concept .inner .contents .thumbset .main li {
    margin-right: 70px;
  }
  #concept .inner .contents .thumbset .main .image {
    display: flex;
    align-items: center;
  }
  #concept .inner .contents .thumbset .main .image::before {
    bottom: 10px;
    width: 70px;
    height: 20px;
    background-size: 100%;
  }
  #concept .inner .contents .thumbset .main .image .content {
    height: 100%;
    margin-left: 25px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
    padding-top: 20%;
  }
  #concept .inner .contents .thumbset .main .image .content .title1 {
    padding: 1px 7px;
    font-size: 13px;
  }
  #concept .inner .contents .thumbset .main .image .content h3 {
    font-size: 23px;
  }
  #concept .inner .contents .thumbset .main .image .content .content-text {
    font-size: 14px;
  }
  #concept .inner .contents .thumbset .main .image .content .slick-list {
    margin-right: 70px;
  }
  #concept .inner .contents .thumbset .main .image img {
    min-height: 290px;
  }
  #concept .inner .contents .thumbset .main .image .logo img {
    min-height: unset;
  }
  #concept .inner .contents .thumbset .main .slick-arrow {
    width: 45px;
    height: 45px;
    right: calc(20% + 45px);
    transition: all 0.5s ease-out;
  }
  #concept .inner .contents .thumbset .main .slick-prev {
    left: -22.5px;
  }
  #concept .inner .contents .thumbset .main .slick-next {
    right: calc(20% + 48px);
  }
}
@media (max-width: 767px) {
  #concept {
    padding-top: 70px;
  }
  #concept::before {
    width: 80%;
  }
  #concept .inner {
    display: block;
  }
  #concept .inner h2 {
    writing-mode: unset;
    font-size: 24px;
  }
  #concept .inner .contents {
    margin-left: 0;
    margin-top: 30px;
  }
  #concept .inner .contents .text {
    font-size: 14px;
    padding-right: 10px;
  }
  #concept .inner .contents .thumbset .main {
    max-width: 100%;
  }
  #concept .inner .contents .thumbset .main .slick-list {
    padding-right: 13% !important;
  }
  #concept .inner .contents .thumbset .main li {
    margin-right: 30px;
  }
  #concept .inner .contents .thumbset .main li .image img {
    min-height: 270px;
  }
  #concept .inner .contents .thumbset .main li .image .content {
    margin-left: 30px;
    margin-right: 20px;
    padding-top: 20%;
  }
}
@media (max-width: 767px) and (max-width: 500px) {
  #concept .inner .contents .thumbset .main li .image .content {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  #concept .inner .contents .thumbset .main li .image .content .title1 {
    font-size: 12px;
    padding: 1px 6px;
    margin-right: 5px;
  }
  #concept .inner .contents .thumbset .main li .image .content h3 {
    font-size: 18px;
  }
  #concept .inner .contents .thumbset .main li .image .content .content-text {
    font-size: 13px;
  }
  #concept .inner .contents .thumbset .main .slick-prev {
    height: 35px;
    width: 35px;
    left: -8.5px;
  }
  #concept .inner .contents .thumbset .main .slick-next {
    right: 15%;
    right: calc(13% + 12px);
    width: 35px;
    height: 35px;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
#works h2 {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 100px;
}
#works .thumbset .main {
  width: 100%;
  /* prev next arrows */
}
#works .thumbset .main .slick-list {
  padding: 0 calc((100% - 1220px) / 2) !important;
}
#works .thumbset .main .slick-list li a {
  transition: all 0.5s ease-out;
}
#works .thumbset .main .slick-list li a:hover {
  opacity: 0.6;
}
#works .thumbset .main .slick-list li .image {
  margin: 0 22px;
  position: relative;
}
#works .thumbset .main .slick-list li .image::before {
  content: "";
  width: 90px;
  height: 26px;
  position: absolute;
  background-image: url(../images/works-btn.png);
  bottom: 20px;
  right: 20px;
  display: block;
  z-index: 1;
}
#works .thumbset .main .slick-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 360/450;
}
#works .thumbset .main .slick-list .slick-slide {
  position: relative;
}
#works .thumbset .main .slick-list .slick-slide .image {
  position: relative;
}
#works .thumbset .main .slick-list .slick-slide .image::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.65;
  position: absolute;
  top: 0;
}
#works .thumbset .main .slick-list .slick-slide.slick-active .image::after {
  background-color: unset;
}
#works .thumbset .main .slick-prev,
#works .thumbset .main .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#works .thumbset .main .slick-prev {
  background: url("../images/slide-prev.webp") no-repeat left center/cover;
  left: 10vw;
  left: calc((100% - 1220px) / 2 - 53px);
}
#works .thumbset .main .slick-next {
  background: url("../images/slide-next.webp") no-repeat right center/cover;
  right: calc((100% - 1220px) / 2 - 53px);
}
#works .thumbset .main .slick-arrow {
  transition: all 0.5s ease-out;
  width: 60px;
  height: 60px;
  text-indent: -999em;
  cursor: pointer;
}
#works .thumbset .main .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: inherit;
}
#works .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
#works .btn a {
  color: #0b0b0b;
  border-bottom: 1px solid #0b0b0b;
}
@media (max-width: 1600px) {
  #works .thumbset .main .slick-list {
    padding: 0 13% !important;
  }
  #works .thumbset .main .slick-prev {
    left: calc(13.5% - 60px);
  }
  #works .thumbset .main .slick-next {
    right: calc(13.5% - 60px);
  }
}
@media (max-width: 1199px) {
  #works h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  #works .thumbset .main .slick-list .slick-track {
    left: -50%;
  }
  #works .thumbset .main .slick-arrow {
    width: 45px;
    height: 45px;
  }
  #works .thumbset .main .slick-prev {
    left: calc(13.5vw - 50px);
  }
  #works .thumbset .main .slick-next {
    right: calc(13.5vw - 50px);
  }
}
@media (max-width: 767px) {
  #works {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  #works h2 {
    font-size: 23px;
    margin-bottom: 40px;
  }
  #works .btn {
    margin-top: 30px;
  }
  #works .thumbset .main .slick-list {
    padding: 0 23% !important;
  }
  #works .thumbset .main .slick-list .slick-track {
    left: 0;
  }
}
@media (max-width: 767px) {
  #works .thumbset .main .slick-next, #works .thumbset .main .slick-prev {
    width: 35px;
    height: 35px;
  }
  #works .thumbset .main .slick-prev {
    left: calc(21.5% - 23px);
  }
  #works .thumbset .main .slick-next {
    right: calc(21.5% - 23px);
  }
  #works .thumbset .main .slick-list li .image {
    margin: 0 14px;
  }
  #works .thumbset .main .slick-list li .image::before {
    width: 65px;
    background-size: 100%;
    height: 19px;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 500px) {
  #works .thumbset .main .slick-prev {
    left: calc(23% - 32px);
  }
  #works .thumbset .main .slick-next {
    right: calc(23% - 32px);
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  background-color: #00192d;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
#company .bg-img {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  max-height: 450px;
  height: 450px;
  background-image: url("../images/company-bg.webp");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#company .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 80px;
  padding-bottom: 100px;
}
#company .inner .logo {
  display: flex;
  align-items: center;
}
#company .inner .logo a {
  transition: all 0.5s ease-out;
}
#company .inner .logo a:hover {
  opacity: 0.6;
}
#company .inner .logo img {
  margin-right: 20px;
}
#company .inner .logo p {
  letter-spacing: 0.08em;
  font-size: 18px;
}
#company .inner .contents {
  display: flex;
  margin-top: 25px;
}
#company .inner .contents .left {
  width: 50%;
}
#company .inner .contents .left .text {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8888888889;
  margin-bottom: 20px;
}
#company .inner .contents .left .text span {
  text-wrap: nowrap;
}
#company .inner .contents .left .text img {
  margin-right: 10px;
}
#company .inner .contents .left .text a {
  color: #ffffff;
  font-weight: 500;
  text-underline-offset: 10px;
}
#company .inner .contents .left .btn a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  transition: all 0.5s ease-out;
}
#company .inner .contents .left .btn a:hover {
  opacity: 0.6;
}
#company .inner .contents .left .btn a img {
  padding-left: 10px;
}
#company .inner .contents .insta {
  width: 50%;
}
#company .inner .contents .insta .title {
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
#company .inner .contents .insta .title img {
  margin-right: 10px;
}
#company .inner .contents .insta .text {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
#company .inner .contents .insta .btn a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  transition: all 0.5s ease-out;
}
#company .inner .contents .insta .btn a:hover {
  opacity: 0.6;
}
#company .inner .contents .insta .btn a img {
  padding-left: 10px;
}
@media (max-width: 1199px) {
  #company .bg-img {
    height: 300px;
    background-position: 40%;
  }
  #company .inner .logo p {
    font-size: 14px;
  }
  #company .inner .contents .left .text {
    font-size: 16px;
  }
  #company .inner .contents .insta .title {
    font-size: 18px;
  }
  #company .inner .contents .insta .text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #company .bg-img {
    height: 200px;
    background-position: 33%;
    background-attachment: unset;
  }
  #company .inner {
    padding-bottom: 70px;
    padding-top: 60px;
  }
  #company .inner .logo {
    display: block;
    text-align: center;
  }
  #company .inner .logo p {
    font-size: 14px;
  }
  #company .inner .logo img {
    margin-right: 0;
  }
  #company .inner .contents {
    display: block;
  }
  #company .inner .contents .left {
    width: 100%;
    text-align: center;
  }
  #company .inner .contents .left .text {
    font-size: 14px;
  }
  #company .inner .contents .left .btn {
    text-align: center;
  }
  #company .inner .contents .insta {
    margin-top: 45px;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #company .inner .contents .insta .title {
    justify-content: center;
  }
  #company .inner .contents .insta .text {
    font-size: 15px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 70px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  /* //画像あり
  article {
    display: flex;
    padding: 0 20px 20px 20px;
    border-bottom: solid 1px #f3f3f3;
    & + article {
      margin-top: 40px;
    }
    .image {
      flex-shrink: 0;
      width: 60px;
      height: 60px;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;";
        border-radius: 50%;
      }
    }
    time {
      margin: 15px 30px 0 20px;
      display: block;
      flex-shrink: 0;
      font-size: 14px;
      @include lh(14, 30);
      font-weight: 700;
      color: #fabe00;
    }
    .text {
      margin-top: 15px;
      font-size: 16px;
      @include lh(16, 30);
      font-weight: 700;
      a {
        @include opacity();
        text-decoration: none;
        color: #101010;
      }
    }
  }
   */
}
#news .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#news article {
  display: flex;
  padding: 0 20px 10px 20px;
  border-bottom: solid 1px #f3f3f3;
  /*  カテゴリーあり
  .cate {
     margin-right: 30px;
     flex-shrink: 0;
     width: 100px;
     height: 20px;
     background-color: #3c8bd6;
     @include flex-center();
     a {
       @include flex-center();
       width: 100%;
       height: 100%;
       text-decoration: none;
       @include opacity();
     }
   } 
   */
}
#news article + article {
  margin-top: 45px;
}
#news article time {
  display: block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 2.1428571429;
  margin-right: 50px;
  font-weight: 700;
  color: #fabe00;
}
#news article .text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
}
@media (max-width: 767px) {
  #news {
    /* //画像あり
    article {
      flex-wrap: wrap;
       padding: 0 10px 5px 10px;
       & + article {
         margin-top: 30px;
       }
       time {
         margin-right: 0px;
       }
       .text {
         margin-top: 10px;
         width: 100%;
         font-size: 14px;
       }
     }
     */
  }
  #news article {
    display: block;
    padding: 0 10px 5px 10px;
    /* カテゴリーあり
    flex-wrap: wrap;
    .cate {
      margin-right: 0px;
    }
     */
  }
  #news article + article {
    margin-top: 30px;
  }
  #news article time {
    margin-right: 0px;
  }
  #news article .text {
    font-size: 14px;
  }
}

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

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

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

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

------------------------------------------------- *//*# sourceMappingURL=index.css.map */