/* index.html
---------------------------------------------------- */
#main-visual .mv-inner {
  position: relative;
  background-color: #fff;
  padding: 1.25rem;
  height: 100vh;
  min-height: 50vw;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner {
    padding: 0 20px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-inner {
    height: initial;
    min-height: initial;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner {
    padding: 0 18px;
    padding-top: 68px;
  }
}
#main-visual .mv-inner .mv-slider {
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  overflow: clip;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-inner .mv-slider {
    height: initial;
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-slider {
    aspect-ratio: 1/1;
  }
}
#main-visual .mv-inner .mv-slider .slider-mv {
  width: 100%;
  height: 100%;
}
#main-visual .mv-inner .mv-slider .slider-mv .swiper-img {
  width: 100%;
  height: 100%;
}
#main-visual .mv-inner .mv-slider .slider-mv .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-visual .mv-inner .mv-catch {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 2em 3em;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-inner .mv-catch {
    position: relative;
    padding: 1.4em 0;
  }
}
#main-visual .mv-inner .mv-catch p {
  font-weight: 600;
  font-size: max(1.125em, 1.375rem);
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch p {
    font-size: 0.9em;
  }
}
#main-visual .mv-inner .mv-catch p span.__label {
  display: inline-block;
  width: 6em;
  text-align: center;
  color: #fff;
  background-color: #1a68de;
  padding: 0.3em 0.4em 0.4em;
  margin-right: 0.6em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch p span.__label {
    padding: 0.4em 0.48em 0.48em;
  }
}
#main-visual .mv-inner .mv-catch h2 {
  font-weight: 600;
  font-size: max(2em, 2.75rem);
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch h2 {
    font-size: min(6vw, 1.645em);
  }
}

.sec-about {
  margin-top: 3em;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-about {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .sec-about {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about {
    margin-top: 2em;
  }
}
.sec-about .sec-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner {
    display: block;
  }
}
.sec-about .sec-inner .txt-wrap .sec-catch {
  margin-top: 1em;
}
.sec-about .sec-inner .txt-wrap .sec-catch p {
  font-weight: 700;
  font-size: max(1.25em, 1.5rem);
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .txt-wrap .sec-catch p {
    font-size: 1.125em;
  }
}
.sec-about .sec-inner .txt-wrap .sec-txt {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .txt-wrap .sec-txt {
    margin-top: 1em;
  }
}
.sec-about .sec-inner .txt-wrap .sec-txt p {
  line-height: 2em;
}
.sec-about .sec-inner .img-wrap {
  display: flex;
  justify-content: space-between;
  width: 37.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .img-wrap {
    width: min(90%, 480px);
    margin: 0 auto;
    margin-top: 3em;
    margin-bottom: -1em;
  }
}
.sec-about .sec-inner .img-wrap .img {
  width: calc(50% - 1em);
}
.sec-about .sec-inner .img-wrap .img:nth-of-type(2) {
  margin-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .img-wrap .img:nth-of-type(2) {
    margin-top: 3em;
  }
}
.sec-about .sec-inner .img-wrap .img img {
  width: 100%;
  height: auto;
}

.sec-strength .strength-list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-strength .strength-list ul {
    display: block;
    margin-top: 2em;
  }
}
.sec-strength .strength-list ul .strength-list-item {
  background-color: #dbe9ff;
  border: solid 1px #fff;
  width: calc(33.3333333333% - 1.25rem);
}
.sec-strength .strength-list ul .strength-list-item:nth-of-type(2) {
  margin-top: 5rem;
}
.sec-strength .strength-list ul .strength-list-item:nth-of-type(3) {
  margin-top: 10rem;
}
@media screen and (max-width: 1199px) {
  .sec-strength .strength-list ul .strength-list-item {
    width: 100%;
  }
  .sec-strength .strength-list ul .strength-list-item:nth-of-type(2), .sec-strength .strength-list ul .strength-list-item:nth-of-type(3) {
    margin-top: 1em;
  }
}
.sec-strength .strength-list ul .strength-list-item .item-name h3 {
  display: flex;
  justify-content: space-between;
}
.sec-strength .strength-list ul .strength-list-item .item-name h3 span.__txt {
  display: block;
  font-weight: 700;
  font-size: max(1.125em, 1.25rem);
  line-height: 1.4em;
  padding: 1.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-strength .strength-list ul .strength-list-item .item-name h3 span.__txt {
    padding: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .strength-list ul .strength-list-item .item-name h3 span.__txt {
    font-size: 1em;
  }
}
.sec-strength .strength-list ul .strength-list-item .item-name h3 span.__num {
  display: block;
  position: relative;
  background-color: #fff;
  color: #1a68de;
  width: 1.8em;
  flex-shrink: 0;
  font-size: 3.375rem;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-strength .strength-list ul .strength-list-item .item-name h3 span.__num {
    width: 2.5em;
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .strength-list ul .strength-list-item .item-name h3 span.__num {
    width: 2.75em;
    font-size: 1.5em;
  }
}
.sec-strength .strength-list ul .strength-list-item .item-name h3 span.__num .__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-strength .strength-list ul .strength-list-item .item-txt {
  border-top: solid 1px #fff;
  padding: 1.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-strength .strength-list ul .strength-list-item .item-txt {
    padding: 1.4em 1.4em 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .strength-list ul .strength-list-item .item-txt {
    padding: 1em 1.4em 1.4em;
  }
}

.sec-rental .sec-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .sec-rental .sec-inner {
    display: block;
  }
}
.sec-rental .sec-inner .txt-wrap {
  margin-left: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-rental .sec-inner .txt-wrap {
    margin-left: 0;
    margin-top: 1em;
  }
}
.sec-rental .sec-inner .txt-wrap .sec-txt {
  margin-top: 2em;
}
.sec-rental .sec-inner .txt-wrap .sec-txt p {
  line-height: 2em;
}
.sec-rental .sec-inner .txt-wrap .sec-link {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-rental .sec-inner .txt-wrap .sec-link {
    margin-bottom: -2.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-rental .sec-inner .txt-wrap .sec-link {
    margin-top: 1.4em;
    margin-bottom: 3em;
  }
}
.sec-rental .sec-inner .txt-wrap .sec-link .__linkbtn01 {
  margin-left: auto;
}
.sec-rental .sec-inner .img-wrap {
  width: 37.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .sec-rental .sec-inner .img-wrap {
    width: min(100%, 660px);
    margin: 0 auto;
  }
}
.sec-rental .sec-inner .img-wrap .__row {
  display: flex;
}
.sec-rental .sec-inner .img-wrap .__row .img, .sec-rental .sec-inner .img-wrap .__row .box {
  width: 33.3333333333%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1199px) {
  .sec-rental .sec-inner .img-wrap .__row .img, .sec-rental .sec-inner .img-wrap .__row .box {
    aspect-ratio: 3/2;
  }
}
.sec-rental .sec-inner .img-wrap .__row .box {
  background: linear-gradient(135deg, #fff, #dbe9ff);
}
.sec-rental .sec-inner .img-wrap .__row .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-works {
  margin: 1.875rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-works {
    margin: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-works {
    margin: 0;
  }
}
.sec-works .cate-list {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: -2.4em;
}
@media screen and (max-width: 767px) {
  .sec-works .cate-list {
    margin-left: 0;
    margin-top: 2em;
  }
}
.sec-works .works-list ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  .sec-works .works-list ul {
    display: block;
  }
}
.sec-works .works-list ul .works-list-item {
  position: relative;
  width: calc(33.3333333333% - 1.25rem);
  aspect-ratio: 3/2;
  margin-right: 1.875rem;
  margin-top: 2em;
}
.sec-works .works-list ul .works-list-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-works .works-list ul .works-list-item {
    width: min(100%, 660px);
    aspect-ratio: 5/3;
    margin: 0 auto;
    margin-top: 2em;
  }
  .sec-works .works-list ul .works-list-item:nth-of-type(3n) {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .works-list ul .works-list-item {
    aspect-ratio: 3/2;
    margin-top: 1.4em;
  }
}
.sec-works .works-list ul .works-list-item .item-img {
  width: 100%;
  height: 100%;
  background-color: #c2c7d3;
}
.sec-works .works-list ul .works-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.36s ease;
}
.sec-works .works-list ul .works-list-item .item-name {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  font-weight: 700;
  padding: 0.48em 1.2em 0.6em;
}
.sec-works .sec-link {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-works .sec-link {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}
.sec-works .sec-link .__linkbtn01 {
  margin: 0 auto;
}/*# sourceMappingURL=index.css.map */