@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 4px;
  width: 126px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #e0e0e0;
  display: block;
  height: 4px;
  width: 126px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  transition: 0.4s;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #29ABE2;
}

.hero {
  position: relative;
  margin-bottom: 195px;
  padding-top: 191px;
}
.hero__achieve {
  position: absolute;
  top: 140px;
  right: 4%;
  z-index: 20;
}
.hero__achieve-list {
  display: flex;
  align-items: flex-start;
}
.hero__achieve-item {
  position: relative;
  width: 172px;
  margin-right: 11px;
  text-align: center;
}
.hero__achieve-item image {
  width: 100%;
  height: auto;
}
.hero .line {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 0;
  width: 100%;
}
.hero .line .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 89px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.hero__achieve-text {
  position: relative;
  z-index: 5;
  width: 92px;
}
.hero__catch {
  position: absolute;
  top: 207px;
  left: 26%;
  z-index: 20;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.3em;
}
.hero__catch span {
  display: inline-block;
}
.hero__catch span:last-of-type {
  margin-left: 100px;
}
.hero__image {
  position: relative;
  width: 88%;
  margin: auto;
}
.hero__image--mono {
  position: relative;
  z-index: 10;
  mix-blend-mode: color-burn;
  width: 100%;
}
.hero__image--col {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.hero.active .hero__image--col {
  opacity: 1;
}
.hero__animation .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 240px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.hero__animation image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .hero {
    margin-bottom: 80px;
    padding-top: 330px;
  }
  .hero__catch {
    top: 267px;
    right: 5%;
    left: auto;
  }
  .hero__achieve-item {
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    margin-bottom: 150px;
    padding-top: 370px;
  }
  .hero__catch {
    top: 120px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    min-width: 79px;
    font-size: 22px;
    writing-mode: vertical-rl;
  }
  .hero__catch span:last-of-type {
    margin-top: 60px;
    margin-left: 0;
  }
  .hero__image {
    width: 100%;
  }
  .hero__achieve {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    padding: 0 20px;
  }
  .hero__achieve-list {
    justify-content: space-between;
  }
  .hero__achieve-item {
    width: 32%;
    margin-right: 0;
  }
  .hero__achieve-text {
    width: 75px;
  }
}

.catch {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-image: url(../images/landscape.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.catch__detail {
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translateX(-50%);
}
.catch__heading {
  text-align: center;
}
.catch__heading--en {
  width: 144px;
  margin: 0 auto 25px;
}
.catch__heading--ja {
  font-weight: 300;
  font-size: 37px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  white-space: nowrap;
  text-align: center;
}
.catch__heading--ja br {
  display: none;
}
.catch__contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/landscape.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.catch__contents--02 .catch__detail {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.catch__catch {
  margin-bottom: 70px;
  font-weight: 300;
  font-size: 37px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.catch__list {
  min-width: 1050px;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  list-style: decimal;
}
.catch__item:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .catch__heading--ja {
    font-size: 32px;
  }
  .catch__detail {
    width: 100%;
  }
  .catch__catch {
    margin-bottom: 45px;
    font-size: 32px;
  }
  .catch__list {
    min-width: auto;
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  .catch {
    height: 100lvh !important;
    max-height: none !important;
  }
  .catch__detail {
    top: 90px;
  }
  .catch__heading--ja {
    font-size: 28px;
    line-height: 1.5;
  }
  .catch__heading--ja br {
    display: block;
  }
  .catch__heading--ja span:first-of-type {
    margin-right: 20px;
  }
  .catch__heading--ja span:last-of-type {
    margin-left: 120px;
  }
  .catch__catch {
    margin-bottom: 35px;
    font-size: 21px;
  }
  .catch__list {
    font-size: 16px;
  }
  .catch__item {
    font-weight: 500;
  }
}

.business {
  padding-top: 140px;
  padding-bottom: 250px;
}
.business__inner {
  width: 85.7%;
  max-width: 1400px;
  margin: auto;
}
.business__heading {
  margin-bottom: 45px;
}
.business__image {
  width: 565px;
  margin: 0 auto 100px;
}
.business__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business__item {
  width: 26.3%;
  margin-bottom: 45px;
}
.business__head {
  display: flex;
  margin-bottom: 19px;
}
.business__icon {
  width: 62px;
  margin-right: 16px;
}
.business__title {
  flex: 1;
}
.business__title h3 {
  margin-bottom: 10px;
  color: #29ABE2;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.business__more {
  max-width: 133px;
}
@media screen and (max-width: 1200px) {
  .business {
    padding-bottom: 180px;
  }
  .business__heading {
    margin-bottom: 25px;
  }
  .business__image {
    width: 400px;
    margin-bottom: 60px;
  }
  .business__item {
    width: 30%;
  }
  .business__icon {
    width: 40px;
    margin-right: 10px;
  }
  .business__title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .business {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .business__inner {
    width: 100%;
    padding: 0 20px;
  }
  .business__image {
    width: 100%;
    margin-bottom: 40px;
  }
  .business__item {
    width: 48.5%;
    margin-bottom: 30px;
  }
  .business__head {
    margin-bottom: 10px;
  }
  .business__icon {
    width: 30px;
    margin-right: 5px;
  }
  .business__title h3 {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .business__more {
    max-width: 110px;
  }
}

.works {
  position: relative;
  z-index: 5;
  padding-bottom: 60px;
  background-color: #fff;
}
.works__pattern {
  position: absolute;
  width: 130.5%;
}
.works__pattern--top {
  top: 0;
  left: 50%;
  transform: translate(-50%, -63%);
}
.works__pattern--bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.works__inner {
  position: relative;
  z-index: 5;
}
.works__head {
  display: flex;
  justify-content: space-between;
  width: 85.7%;
  margin: 0 auto 80px;
}
.works__lead {
  font-size: 17px;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
.works__list {
  margin-bottom: 75px;
  padding-left: 7.14%;
}
.works__item {
  width: 754px;
  margin-right: 40px;
  margin-bottom: 150px;
  transition: 0.4s;
}
.works__item.slick-current + .works__item {
  margin-top: 75px;
  margin-bottom: 75px;
}
.works__item.slick-current + .works__item + .works__item {
  margin-top: 150px;
  margin-bottom: 0;
}
.works__button {
  position: absolute;
  bottom: 0;
  width: 75px;
  cursor: pointer;
}
.works__button--next {
  right: 8.57%;
}
.works__button--prev {
  right: calc(8.57% + 100px);
}
.works__button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.works__button img:last-of-type {
  opacity: 0;
}
.works__button:hover img:first-of-type {
  opacity: 0;
}
.works__button:hover img:last-of-type {
  opacity: 1;
}
.works .slick-dots {
  position: absolute;
  bottom: -37px;
  width: auto;
  right: calc(8.57% + 240px);
  white-space: nowrap;
}
.works__thumb {
  position: relative;
  width: 100%;
  margin-bottom: 13px;
}
.works__thumb::after {
  display: block;
  padding-top: 37.5%;
  content: "";
}
.works__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works__title {
  margin-bottom: 12px;
  color: #29ABE2;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.works__detail {
  padding: 18px 20px;
  border-radius: 5px;
  background-color: #F4F4F4;
}
.works__detail-list {
  display: flex;
}
.works__detail-item {
  margin-right: 35px;
}
.works__detail-item dt {
  margin-bottom: 5px;
  font-size: 14px;
}
.works__detail-item dd {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.works__link {
  margin-top: -35px;
  margin-left: 7.14%;
}
.works__link a {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .works__head {
    display: block;
  }
  .works__heading {
    margin-bottom: 25px;
  }
  .works__item {
    width: 480px;
  }
  .works__link {
    margin-top: 150px;
  }
  .works .slick-dots li {
    width: 70px;
  }
  .works .slick-dots li button {
    width: 70px;
  }
}
@media screen and (max-width: 576px) {
  .works__head {
    margin-bottom: 40px;
  }
  .works__lead {
    font-size: 15px;
  }
  .works__item {
    width: 260px;
    margin-bottom: 60px;
  }
  .works__item.slick-current + .works__item {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .works__item.slick-current + .works__item + .works__item {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .works__thumb::after {
    padding-top: 60%;
  }
  .works__detail-list {
    display: block;
  }
  .works__detail-item {
    display: flex;
  }
  .works__detail-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .works__detail-item dt {
    width: 80px;
  }
  .works__detail-item dd {
    flex: 1;
    font-size: 14px;
  }
  .works .slick-dots {
    right: auto;
    bottom: 0;
    left: 20px;
  }
  .works__button {
    bottom: -20px;
    width: 55px;
  }
  .works__button--prev {
    right: auto;
    left: 20px;
  }
  .works__button--next {
    right: auto;
    left: 85px;
  }
  .works__link {
    margin-top: 110px;
  }
}

.flow {
  position: relative;
  margin-bottom: 130px;
  padding-top: 210px;
}
.flow__pattern {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(28%, 0);
  width: 34.2%;
}
.flow__inner {
  width: 71.4%;
  margin-right: auto;
  margin-left: 7.14%;
  max-width: 1080px;
}
.flow__heading {
  margin-bottom: 50px;
}
.flow__lead {
  margin-bottom: 70px;
}
.flow__list {
  position: relative;
}
.flow__list::before {
  display: block;
  position: absolute;
  top: 0;
  left: 73px;
  width: 3px;
  height: 100%;
  background-color: #29ABE2;
  content: "";
}
.flow__item {
  display: flex;
  align-items: center;
  position: relative;
}
.flow__item:not(:last-of-type) {
  margin-bottom: 50px;
}
.flow__icon {
  width: 150px;
  margin-right: 28px;
}
.flow__detail {
  flex: 1;
}
.flow__title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c7c7c7;
  color: #29ABE2;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.2em;
}
.flow__sentence {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 576px) {
  .flow {
    margin-bottom: 60px;
    padding-top: 130px;
  }
  .flow__inner {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .flow__heading {
    margin-bottom: 20px;
  }
  .flow__lead {
    margin-bottom: 45px;
    font-size: 15px;
    line-height: 1.5;
  }
  .flow__list::before {
    left: 43px;
    height: calc(100% - 50px);
  }
  .flow__item {
    align-items: flex-start;
  }
  .flow__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .flow__icon {
    width: 90px;
    margin-right: 15px;
  }
  .flow__title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .flow__sentence {
    font-size: 15px;
  }
}/*# sourceMappingURL=front-page.css.map */