@charset "UTF-8";
/* index.html
---------------------------------------------------- */
header {
  position: relative;
  height: 80px;
}
@media screen and (max-width: 1599px) {
  header {
    height: 72px;
  }
}
@media screen and (max-width: 1199px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
  }
}
header .header-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  border-top: solid 1px #dfe5e3;
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    position: relative;
    border-top: none;
  }
}
header.__floating .header-inner {
  position: fixed;
}
@media screen and (max-width: 1199px) {
  header.__floating .header-inner {
    position: absolute;
  }
}

#main-visual {
  width: 100%;
  height: calc(100lvh - 80px);
}
@media screen and (max-width: 1599px) {
  #main-visual {
    height: calc(100vh - 72px);
  }
}
@media screen and (max-width: 1199px) {
  #main-visual {
    height: auto;
    padding-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual {
    padding-top: 60px;
  }
}
#main-visual .mv-slider {
  padding-top: 10px;
}
#main-visual .mv-slider .slider-mv {
  overflow: initial;
  overflow-x: clip;
}
#main-visual .mv-slider .slider-mv .swiper-wrapper {
  transition-timing-function: linear;
}
#main-visual .mv-slider .slider-mv .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 45vh;
}
@media screen and (max-width: 1599px) {
  #main-visual .mv-slider .slider-mv .swiper-wrapper .swiper-slide {
    height: 43vh;
  }
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-slider .slider-mv .swiper-wrapper .swiper-slide {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-slider .slider-mv .swiper-wrapper .swiper-slide {
    height: 75rem;
  }
}
#main-visual .mv-slider .slider-mv .swiper-wrapper .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
}
#main-visual .mv-slider .slider-mv .swiper-wrapper .swiper-slide .swiper-img.__01 img {
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
}
#main-visual .mv-slider .slider-mv .swiper-wrapper .swiper-slide .swiper-img.__02 img {
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}
#main-visual .mv-slider .slider-mv .swiper-wrapper .swiper-slide .swiper-img.__03 img {
  -o-object-position: 35% 50%;
     object-position: 35% 50%;
}
#main-visual .mv-slider .slider-mv .swiper-wrapper .swiper-slide .swiper-img.__04 img {
  -o-object-position: 15% 50%;
     object-position: 15% 50%;
}
#main-visual .mv-catch {
  position: relative;
  z-index: 2;
  font-size: 3.875rem;
  margin-top: -1.7em;
}
@media screen and (max-width: 1599px) {
  #main-visual .mv-catch {
    margin-top: -1.6em;
  }
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-catch {
    font-size: 43.4px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-catch {
    font-size: 34.1px;
  }
}
#main-visual .mv-catch h2 {
  text-align: center;
  font-family: "Hina Mincho", serif;
  font-size: 1em;
  line-height: 1.6em;
}
@media screen and (max-width: 1599px) {
  #main-visual .mv-catch h2 {
    line-height: 1.5em;
  }
}
#main-visual .mv-catch h2 span.catch-light {
  color: #fff;
  text-shadow: 4px 4px 10px rgba(62, 61, 75, 0.8);
}
#main-visual .mv-catch h2 span.catch-gradation {
  font-size: 1.125em;
  background: linear-gradient(0deg, #365b7e, #97b9d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main-visual .mv-catch p {
  color: #373643;
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-catch p {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-catch p {
    margin-top: 2em;
  }
}

@media screen and (max-width: 1199px) {
  .sec-about {
    padding-top: 240px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about {
    padding-top: 200px;
  }
}
.sec-about .sec-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner {
    display: block;
  }
}
.sec-about .sec-inner .txt-wrap {
  margin-top: -2em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .txt-wrap {
    margin-top: -4em;
    margin-bottom: 6em;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .txt-wrap {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .txt-wrap {
    margin-bottom: 4.8em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .img-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .img-wrap {
    display: block;
  }
}
.sec-about .sec-inner .img-wrap .__imgstyle {
  margin-left: auto;
  aspect-ratio: 3/2;
}
.sec-about .sec-inner .img-wrap .img01 {
  width: 21.875rem;
  margin-left: auto;
  margin-right: 25rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .img-wrap .img01 {
    width: 27.34375rem;
    margin-right: 0;
    margin-left: 12.5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .img-wrap .img01 {
    width: 32.8125rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .img-wrap .img01 {
    width: 43.75rem;
  }
}
.sec-about .sec-inner .img-wrap .img02 {
  width: 34.375rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .img-wrap .img02 {
    width: 42.96875rem;
    margin-top: 9.375rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .img-wrap .img02 {
    width: 51.5625rem;
    margin-top: 10.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .img-wrap .img02 {
    width: 68.75rem;
    margin-top: 3em;
  }
}
.sec-about .sec-inner .img-wrap .img03 {
  position: relative;
  z-index: 2;
  width: 18.75rem;
  margin-right: 21.875rem;
  margin-top: -3.125rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .img-wrap .img03 {
    width: 23.4375rem;
    margin-right: 31.25rem;
    margin-top: -6.25rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .img-wrap .img03 {
    width: 28.125rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .img-wrap .img03 {
    width: 37.5rem;
    margin-right: 50rem;
    margin-top: -2em;
  }
}

.sec-service-works .sec-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .sec-service-works .sec-inner {
    display: block;
  }
}
.sec-service-works .sec-inner .sec-content {
  width: calc(50% - 1.875rem);
}
@media screen and (max-width: 1199px) {
  .sec-service-works .sec-inner .sec-content {
    width: 100%;
  }
}
.sec-service-works .sec-inner .sec-content.__service {
  background: linear-gradient(0deg, #c6aa8c, #f0e0d3);
}
.sec-service-works .sec-inner .sec-content.__works {
  background: linear-gradient(0deg, #649ab3, #e4ebed);
}
@media screen and (max-width: 1199px) {
  .sec-service-works .sec-inner .sec-content.__works {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service-works .sec-inner .sec-content.__works {
    margin-top: 3em;
  }
}
.sec-service-works .sec-inner .sec-content .__border-wrap {
  padding: 0 6.875rem;
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-service-works .sec-inner .sec-content .__border-wrap {
    padding-top: 3em;
    padding-bottom: 4.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service-works .sec-inner .sec-content .__border-wrap {
    padding-top: 2.4em;
    padding-bottom: 3.6em;
  }
}
.sec-service-works .sec-inner .sec-content .sec-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-service-works .sec-inner .sec-content .sec-ttl h2 {
  margin-left: -1em;
}
.sec-service-works .sec-inner .sec-content .sec-txt {
  margin-top: 2em;
}
.sec-service-works .sec-inner .sec-content .sec-txt p {
  text-align: center;
}
.sec-service-works .sec-inner .sec-content .sec-link {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-service-works .sec-inner .sec-content .sec-link {
    margin-top: 2.4em;
  }
}
.sec-service-works .sec-inner .sec-content .sec-link a {
  margin: 0 auto;
}
.sec-service-works .sec-inner .sec-content .sec-img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 0.625rem;
  overflow: clip;
  margin-top: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-service-works .sec-inner .sec-content .sec-img {
    width: min(100%, 400px);
    margin: 0 auto;
    margin-top: 3em;
  }
}
@media screen and (max-width: 991px) {
  .sec-service-works .sec-inner .sec-content .sec-img {
    border-radius: 6px;
  }
}
.sec-service-works .sec-inner .sec-content .sec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-news {
  padding-top: 11.25rem;
}
@media screen and (max-width: 1599px) {
  .sec-news {
    padding-top: 12.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-news {
    padding-top: 120px;
  }
}
@media screen and (max-width: 991px) {
  .sec-news {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-news {
    padding-top: 90px;
  }
}
.sec-news .sec-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .sec-news .sec-inner {
    display: block;
  }
}
.sec-news .sec-inner .txt-wrap {
  margin-top: -2em;
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .sec-news .sec-inner .txt-wrap {
    margin-top: -4em;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .sec-news .sec-inner .txt-wrap {
    margin-top: -2em;
  }
}
.sec-news .sec-inner .txt-wrap .news-list {
  width: 100%;
  height: 25em;
  padding-right: 16px;
  margin-top: 4em;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.sec-news .sec-inner .txt-wrap .news-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
@media screen and (max-width: 767px) {
  .sec-news .sec-inner .txt-wrap .news-list {
    height: 30em;
    padding-right: 12px;
    margin-top: 3em;
  }
}
.sec-news .sec-inner .txt-wrap .news-list ul .news-list-item {
  position: relative;
  padding-bottom: 3em;
  margin-bottom: 3em;
}
.sec-news .sec-inner .txt-wrap .news-list ul .news-list-item:nth-of-type(1) {
  padding-top: 1em;
}
.sec-news .sec-inner .txt-wrap .news-list ul .news-list-item:last-of-type {
  margin-bottom: 0;
}
.sec-news .sec-inner .txt-wrap .news-list ul .news-list-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(../images/dotted-line.png);
  background-size: contain;
  background-repeat: repeat-x;
}
.sec-news .sec-inner .txt-wrap .news-list ul .news-list-item .item-ttl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-news .sec-inner .txt-wrap .news-list ul .news-list-item .item-ttl {
    display: block;
  }
}
.sec-news .sec-inner .txt-wrap .news-list ul .news-list-item .item-ttl .__date {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .sec-news .sec-inner .txt-wrap .news-list ul .news-list-item .item-ttl .__date {
    margin-bottom: 0.6em;
  }
}
.sec-news .sec-inner .txt-wrap .news-list ul .news-list-item .item-ttl h3 {
  color: #5e5b69;
  font-size: 1.125em;
  font-weight: 700;
}
.sec-news .sec-inner .txt-wrap .news-list ul .news-list-item .item-txt {
  margin-top: 1.6em;
}
.sec-news .sec-inner .img-wrap .__imgstyle {
  width: 37.5rem;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 1199px) {
  .sec-news .sec-inner .img-wrap .__imgstyle {
    width: 62.5rem;
    margin: 0 auto;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .sec-inner .img-wrap .__imgstyle {
    width: min(100%, 412px);
    margin-top: 3.6em;
  }
}/*# sourceMappingURL=index.css.map */