@charset "UTF-8";

.hero {
  background: linear-gradient(to bottom, #F0F0F0 0%, #F0F0F0 123vw, #272727 123vw, #272727 100%);
}

.hero .slick-track {
  display: flex;
}

.heroSlide {
  background-repeat: no-repeat;
  background-size: 160vw auto;
  padding: 64.102564vw 10.25641vw 0 0;
  background-position: right top;
}

.slide1 {
  background-image: url(../images/top/hero_img01.webp);
}

.slide2 {
  background-image: url(../images/top/hero_img02.webp);
}

.slide3 {
  background-image: url(../images/top/hero_img03.webp);
}

@media screen and (max-width: 767px) {
  .heroSlide {
    height: auto;
  }

  .slide1 {
    background-position: right -15vw top;
  }
  
  .slide2 {
    background-position: right -10vw top;
  }
}

.slideText {
  margin: 0;
  padding: 3em 6vw 3em 5.128205vw;
  background-color: #0C7C66;
  color: #FFF;
  height: 100%;
}

.slideText dt {
  font-size: 2.615385em;
  font-weight: 700;
  line-height: 1.76;
  margin: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 390px) {
  .slideText dt {
    font-size: 8.717949vw;
  }
}

.slideText dt span {
  color: #FFCE2E;
  font-size: 0.411765em;
  font-weight: 500;
  display: block;
  margin-bottom: 1em;
}

.slideText dd {
  margin: 1em 0 0;
  font-family: 'Kiwi Maru', sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .hero {
    background: #FFF;
  }
  
  .heroSlide {
    background-size: 75vw auto;
    padding: 9.583333vw 52.083333vw 0 0;
    background-position: right top;
  }

  .slideText {
    padding: 3vw 5vw 0;
    background-color: #0C7C66;
    color: #FFF;
    height: 32.291667vw;
  }
  
  .slideText dt {
    font-size: 2.604167vw;
    line-height: 1.52;
  }

  .slideText dt br {
    display: none;
  }

  .slideText dt span {
    font-size: 12px;
    margin-bottom: 1.75em;
  }

  .slideText dd {
    margin-top: 2em;
    font-size: 12px;
  }
}

@media screen and (min-width: 960px) {
  .slideText dt span,
  .slideText dd {
    font-size: 16px;
  }
}

@media screen and (min-width: 1250px) {
  .slideText {
    padding: 5vw 8vw 0;
  }
}

@media screen and (min-width: 1480px) {
  .slideText dt span,
  .slideText dd {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .slideText dt {
    font-size: 3.125em;
  }
}

.heroNews {
  background-color: #272727;
  display: flex;
  align-items: center;
  height: 6.923077em;
  color: #FFF;
  padding: 1em 6vw 1em 5.128205vw;
}

.heroNewsItem {
  font-size: 14px;
  font-weight: 500;
}

.newsDate1 {
  display: block;
}

.newsText1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .hero {
    position: relative;
  }

  .heroNews {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 6.770833vw;
    z-index: 1000;
    width: 52.083333vw;
  }

  .heroNewsItem {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
  }

  .newsDate1 {
    width: 6em;
  }

  .newsText1 {
    width: calc(100% - 9em);
    margin-left: 3em;
  }
}

@media screen and (min-width: 960px) {
  .heroNewsItem {
    font-size: 16px;
  }
}

@media screen and (min-width: 1480px) {
  .heroNewsItem {
    font-size: 18px;
  }
}

.serviceSlider {
  margin: 3.8em auto 0;
  width: 84.615385%;
}

.serviceSlide {
  padding: 0 2.544103vw;
}

.serviceSlideInner {
  display: block;
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px 5.128205vw;
  box-shadow: 0 0.769231em 0.769231em rgba(64, 64, 64, 0.16);
}

.serviceTitle1 {
  font-size: 1.384615em;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.555556em;
  line-height: 1.5;
  border-radius: 0.444444em;
  margin: 0 0 1em;
  color: #272727;
  background-color: #F0F0F0;
}

.serviceTitle1 .serviceTitleText {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.serviceTitle1 span {
  display: none;
}

.serviceInfo {
  margin: 0;
}

.serviceInfo dt {
  color: #0C7C66;
  font-size: 1.153846em;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 1em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: calc(50% - 1.5em) auto;
  padding: 0 0 0 50%;
  min-height: 5em;
}

.service1 dt {
  background-image: url(../images/top/service_img01.webp);
}

.service2 dt {
  background-image: url(../images/top/service_img02.webp);
}

.service3 dt {
  background-image: url(../images/top/service_img03.webp);
}

.service4 dt {
  background-image: url(../images/top/service_img04.webp);
}

.service5 dt {
  background-image: url(../images/top/service_img05.webp);
}

.service6 dt {
  background-image: url(../images/top/service_img06.webp);
}

.serviceInfo dd {
  margin: 0;
}

.serviceInfo dd p {
  color: #272727;
}

@media screen and (min-width: 768px) {
  .serviceSlider {
    margin-top: 5.625em;
    width: 100%;
  }
  
  .serviceSlideInner {
    padding: 3.125em;
  }

  .serviceTitle1 {
    font-size: 1.5em;
    height: 2.5em;
    border-radius: 0.333333em;
  }

  .serviceInfo dt {
    font-size: 1.125em;
    background-size: auto 6em;
    min-height: 6em;
    padding-left: 12em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1249px) {
  .serviceInfo dt {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1250px) {
  .serviceTitle1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25em 0 0.833333em;
  }

  .serviceTitle1 span {
    display: inline-flex;
    align-items: center;
    font-size: 0.666667em;
    font-weight: 500;
  }

  .serviceTitle1 span::after {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 0.5625em;
    background: url(../images/common/arrow_black.svg) no-repeat center center;
    background-size: contain;
    margin: 0 0 0 1em;
  }

  .serviceInfo {
    background-position: left 2em;
    background-repeat: no-repeat;
    background-size: 15.25em auto;
    padding-left: 18.75em;
  }

  .serviceInfo dt {
    background: none;
    margin-bottom: 1.5em;
    padding-left: 0;
    min-height: 0;
  }

  .service1 {
    background-image: url(../images/top/service_img01.webp);
  }
  
  .service2 {
    background-image: url(../images/top/service_img02.webp);
  }
  
  .service3 {
    background-image: url(../images/top/service_img03.webp);
  }
  
  .service4 {
    background-image: url(../images/top/service_img04.webp);
  }

  .service5 {
    background-image: url(../images/top/service_img05.webp);
  }
  
  .service6 {
    background-image: url(../images/top/service_img06.webp);
  }
}

.serviceSlider .slick-track {
  display: flex;
}

.serviceSlide {
  height: auto;
}

.serviceSlideInner {
  height: 100%;
}

.serviceSlider .slick-arrow {
  font-size: 1em;
  background: #F0F0F0;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  position: absolute;
  z-index: 1000;
  top: 50%;
  margin-top: -4.8em;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.serviceSlider .slick-arrow:hover {
  opacity: 0.7;
}

.serviceSlider .slick-arrow img {
  display: block;
  width: 0.615385em;
}

.serviceSlider .slick-prev {
  left: -1.5em;
}

.serviceSlider .slick-next {
  right: -1.5em;
}

.serviceSlider .slick-dots {
  margin: 2.3em 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serviceSlider .slick-dots > li {
  margin: 0 0.769231em;
}

.serviceSlider .slick-dots button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1em;
  display: block;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  background: #FFF;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.serviceSlider .slick-dots button:hover {
  opacity: 0.7;
}

.serviceSlider .slick-dots .slick-active button {
  background: #C6C6C6;
}

@media screen and (min-width: 768px) {
  .serviceSlider .slick-prev {
    left: 0;
  }
  
  .serviceSlider .slick-next {
    right: 0;
  }
}

@media screen and (min-width: 960px) {
  .serviceSlider .slick-arrow {
    width: 5em;
    height: 5em;
    margin-top: -5.25em;
  }
  
  .serviceSlider .slick-arrow img {
    width: 1em;
  }

  .serviceSlider .slick-prev {
    left: calc(15.104167vw - 2.5em);
  }
  
  .serviceSlider .slick-next {
    right: calc(15.104167vw - 2.5em);
  }

  .serviceSlider .slick-dots {
    margin-top: 3.75em;
  }

  .serviceSlider .slick-dots > li {
    margin: 0 0.625em;
  }
}

@media screen and (min-width: 1250px) {
  .serviceSlider .slick-prev {
    left: 15.104167vw;
  }
  
  .serviceSlider .slick-next {
    right: 15.104167vw;
  }
}

.pointWrap {
  margin: 3.5em auto 0;
  padding: 4.615385em 0 3.076923em;
  background-color: #F0F0F0;
}

.pointList1 {
  margin: 0 auto;
  padding: 0 5.128205vw;
  list-style: none;
  max-width: 1720px;
}

.pointList1 > li {
  position: relative;
  padding-bottom: 23.076923vw;
  margin: 0 auto 5.384615em;
}

.pointList1 > li:last-child {
  margin-bottom: 0;
}

.pointCard {
  background-color: #FFF;
  border-radius: 0.769231em;
  padding: 2.769231em 5.128205vw 22vw;
}

.pointTitle1 {
  font-size: 1.384615em;
  font-weight: 700;
  line-height: 1.7;
  color: #0C7C66;
  margin: 0 0 1em;
}

.pointNo {
  font-family: 'Jost', sans-serif;
  font-size: 2.923077em;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: absolute;
  left: 5.128205vw;
  top: -0.5em;
  color: #0C7C66;
}

.pointImage {
  margin: 0;
  line-height: 1;
  width: 71.794872vw;
  position: absolute;
  right: 5.128205vw;
  bottom: 0;
  overflow: hidden;
  border-radius: 0.769231em;
}

@media screen and (min-width: 960px) {
  .pointWrap {
    padding: 5.625em 0 8.75em;
  }
  
  .pointList1 {
    padding: 0 4.427083vw;
  }

  .pointList1 > li {
    padding: 3.645833vw 7.5vw 0 0;
    margin-bottom: 5.625em;
  }

  .pointCard {
    border-radius: 0.625em;
    padding: 3.75em 32.8125vw 5em 3.385416vw;
  }

  .pointTitle1 {
    font-size: 1.5em;
  }
  
  .pointNo {
    font-size: 3.75em;
    left: 3.385416vw;
    top: 0.5em;
  }

  .pointImage {
    width: 36.979167vw;
    right: 0;
    bottom: auto;
    top: 0;
    border-radius: 0.625em;
  }
}

@media screen and (min-width: 1920px) {
  .pointList1 {
    padding-left: 5.3125em;
    padding-right: 5.3125em;
  }

  .pointList1 > li {
    padding-top: 4.375em;
    padding-right: 9em;
  }

  .pointCard {
    padding-right: 39.375em;
    padding-left: 4.0625em;
  }
  
  .pointNo {
    left: 1.083333em;
    top: 0.75em;
  }

  .pointImage {
    width: 44.375em;
  }
}

.blog .centeredText {
  margin: 0 1em;
}

.blogList1 {
  margin: 50px 0 3.846154em;
  padding: 0;
  list-style: none;
}

.blogList1 > li {
  margin: 0 0 3em;
}

.blogList1 > li:last-child {
  margin-bottom: 0;
}

.blogList1 a {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0.76923em 0.76923em rgba(64, 64, 64, 0.16);
  border-radius: 10px;
  background-color: #FFF;
  overflow: hidden;
}

.blogCategory {
  border-radius: 10px 10px 0 0;
  color: #FFF;
  font-size: 0.923077em;
  font-weight: 700;
  line-height: 2.5;
  padding: 0 1.666667em;
  margin: 0;
  width: 100%;
}

.categoryColor1 {
  background-color: #EDB51B;
}

.categoryColor2 {
  background-color: #0C7C66;
}

.categoryColor3 {
  background-color: #2162AD;
}

.blogImage {
  line-height: 1;
  margin: 0;
  width: 50%;
}

.blogImage img {
  display: block;
  object-fit: cover;
  height: 100%;
}

.blogText {
  width: 50%;
  padding: 0.5em;
}

.blogTitle {
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  line-height: 1.7;
}

.blogTags {
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.769231em;
  line-height: 1.5;
}

.blogTags > li {
  margin: 0 1em 0 0;
}

.blogTags > li:last-child {
  margin-right: 0;
}

.blogTime {
  font-size: 11px;
  margin-top: .5em;
}

@media screen and (min-width: 768px) {
  .blogList1 {
    margin: 90px 0 6.25em;
    display: flex;
    flex-wrap: wrap;
  }
  
  .blogList1 > li {
    width: 30.15873%;
    margin: 3.75em 0 0 4.761905%;
  }

  .blogList1 > li:nth-child(-n+3) {
    margin-top: 0;
  }

  .blogList1 > li:nth-child(3n+1) {
    margin-left: 0;
  }

  .blogList1 a {
    flex-wrap: nowrap;
    flex-direction: column;
    background-color: #FFF;
    height: 100%;
  }

  .blogCategory {
    border-radius: 0;
    font-size: 0.875em;
    line-height: 3;
    order: 1;
  }

  .blogImage {
    width: 100%;
  }

  .blogText {
    width: 100%;
    padding: 1em;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .blogTitle {
    font-size: 1.125em;
  }
  
  .blogTags {
    margin-top: 1.5em;
    font-size: 0.75em;
  }

  .blogTime {
    font-size: 14px;
  }
}

.textBlock2 {
  padding: 0 2.564103vw;
}

.textBlock2 p:not(.noMarginBottom) {
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .textBlock2 {
    padding: 0 8.125em;
  }
}

.contactArea1 {
  margin-top: -27em;
  padding-top: 0;
  background: linear-gradient(to bottom, rgba(12, 124, 102, 0) 0%, rgba(12, 124, 102, 0) 66%, #272727 66%, #272727 100%);
}

/* ご利用企業 */
.client_list {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.client_list:last-child {
  margin-top: 35px;
}
.client_list .bx-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto;
}
/* .client_list .bx-viewport { */
  /* height: auto !important; */
  /* max-height: 100%; */
/* } */
.client_list ul {
  display: flex;
  align-items: center;
  height: 100%;
  /* max-height: 100px; */
  margin: 0;
  padding: 0;
  line-height: 0;
}
.client_list ul li {
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.client_list ul li img {
  display: block;
  width: 80%;
  height: auto;
	max-width: 180px;
  /* vertical-align: top; */
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}
