@charset "UTF-8";
img {
  width: 100%;
}

.home_kv {
  position: relative;
  width: 100%;
  aspect-ratio: 1456/900;
}
@media screen and (max-width: 767px) {
  .home_kv {
    aspect-ratio: 375/600;
    overflow: hidden;
  }
  .home_kv.sp {
    overflow: hidden;
    width: 100vw;
    height: 100dvh;
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .home_kv.sp {
    height: 100%;
  }
}
.home_kv__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home_kv__conts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .home_kv__conts {
    justify-content: flex-start;
  }
}
.home_kv__conts__catch {
  width: 67.032967033vw;
}
@media screen and (max-width: 767px) {
  .home_kv__conts__catch {
    width: 77.8666666667vw;
  }
}
.home_kv__conts__border {
  width: 7.2802197802vw;
  height: 0.2747252747vw;
  display: block;
  background: #009BD9;
  margin: 1.717032967vw 0 1.4423076923vw;
}
@media screen and (max-width: 767px) {
  .home_kv__conts__border {
    width: 28.2666666667vw;
    height: 1.0666666667vw;
    margin: 5.8666666667vw 0 6.1333333333vw;
  }
}
.home_kv__conts p {
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-size: 1.3736263736vw;
}
@media screen and (max-width: 767px) {
  .home_kv__conts p {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .home_kv__conts {
    padding-top: 43.2vw;
    width: 100%;
    aspect-ratio: 375/874;
  }
  .home_kv.sp .home_kv__conts {
    padding-top: 38.4vw;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .home_kv.sp .home_kv__conts {
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 767px) {
  .home_kv.sp--ios16up .home_kv__conts {
    padding-top: 26.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .home_kv__conts { /*iPhoneSEなど小型端末*/ }
  .home_kv.sp .home_kv__conts {
    padding-top: 33.0666666667vw;
  }
  .home_kv.sp--ios16up .home_kv__conts {
    padding-top: 24vw;
  }
}
.home_kv__conts--bottom {
  padding-bottom: 1.3736263736vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .home_kv__conts--bottom {
    padding-bottom: 4.2666666667vw;
  }
  .home_kv.sp--ios16up .home_kv__conts--bottom {
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .home_kv__conts--bottom { /*iPhoneSEなど小型端末*/
    padding-bottom: 2.1333333333vw;
  }
}
@media (orientation: landscape) {
  .home_kv.sp .home_kv__conts--bottom {
    margin-top: 16vw;
  }
}
.home_kv__pickup {
  position: absolute;
  z-index: 5;
  right: 7.0054945055vw;
  bottom: 2.8846153846vw;
  width: 27.4725274725vw;
  height: 12.6373626374vw;
  background: #fff;
  border-radius: 0.8241758242vw;
  padding: 0;
}
.home_kv__pickup .i_pickup {
  width: 5.3571428571vw;
  display: block;
  position: absolute;
  z-index: 2;
  left: -0.8241758242vw;
  top: -1.1675824176vw;
  pointer-events: none;
}
.home_kv__pickup .i_pickup img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home_kv__pickup {
    display: none;
  }
}
.home_kv .i_scroll {
  width: 3.228021978vw;
  position: absolute;
  left: 50%;
  bottom: 2.8846153846vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .home_kv .i_scroll {
    width: 11.7333333333vw;
    bottom: 5.3333333333vw;
  }
}
.home_kv .b_news {
  position: absolute;
  right: 4.2666666667vw;
  bottom: 5.6vw;
  width: 21.3333333333vw;
  z-index: 3;
  transition-duration: 0.3s;
}
.home_kv .b_news:hover {
  opacity: 0.7;
  cursor: pointer;
}
section {
  position: relative;
}
section h2 {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
  font-size: 3.021978022vw;
  letter-spacing: 0.05em;
}
section h2 span {
  font-weight: 600;
  font-size: 1.9230769231vw;
  line-height: 1.7;
  margin-bottom: 0.4em;
}
section h2:after {
  display: block;
  width: 7.2802197802vw;
  height: 0.2747252747vw;
  content: "";
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  section h2 {
    font-size: 9.6vw !important;
  }
  section h2 span {
    font-size: 4.8vw !important;
  }
  section h2:after {
    width: 16vw !important;
    height: 0.5333333333vw !important;
  }
}

.dream_catch {
  padding: 4.1208791209vw 0;
  font-size: 3.0906593407vw;
  text-align: center;
  font-weight: bold;
  color: #009BD9;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .dream_catch {
    padding: 10.6666666667vw 0;
    font-size: 5.8666666667vw;
    line-height: 1.5;
  }
}

.home_product {
  padding: 0 7.0054945055vw 9.0659340659vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home_product {
    flex-direction: column;
    padding: 0 0 26.6666666667vw 0;
    align-items: flex-end;
  }
}
.home_product__ttl {
  width: 27.4725274725vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_product__ttl {
    width: 95.7333333333vw;
  }
}
.home_product__ttl__bg {
  width: 100%;
}
.home_product__ttl h2 {
  position: absolute;
  bottom: 3.021978022vw;
  left: 2.6098901099vw;
}
@media screen and (max-width: 767px) {
  .home_product__ttl h2 {
    left: 5.3333333333vw;
    bottom: 6.1333333333vw;
  }
}
.home_product__body {
  border-radius: 1.6483516484vw;
  background: #fff;
  border: solid 1px #EAE4CF;
  width: 56.7307692308vw;
  padding: 3.4340659341vw 2.7472527473vw;
}
@media screen and (max-width: 767px) {
  .home_product__body {
    width: 100%;
    padding: 12vw 10.6666666667vw 20.8vw;
    border-radius: 0;
  }
}
.home_product__body__pic {
  margin-bottom: 3.4340659341vw;
  display: block;
}
@media screen and (max-width: 767px) {
  .home_product__body__pic {
    width: 94%;
    margin: 0 auto 8.5333333333vw;
  }
}
.home_product__body__msg {
  margin-bottom: 2.7472527473vw;
}
@media screen and (max-width: 767px) {
  .home_product__body__msg {
    text-align: center;
    margin-bottom: 8vw;
  }
}
.home_product__body__msg h3 {
  margin-bottom: 1.0302197802vw;
  font-size: 2.1978021978vw;
  font-weight: 700;
  color: #009BD9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .home_product__body__msg h3 {
    margin-bottom: 4vw;
    font-size: 8.5333333333vw;
  }
}
.home_product__body__msg p {
  font-size: 1.2362637363vw;
  line-height: 1.5;
  font-weight: 600;
}
.home_product__body__msg p:first-of-type {
  margin-bottom: 1.4em;
}
@media screen and (max-width: 767px) {
  .home_product__body__msg p {
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
}
.home_product__body__btm {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home_product__body__btm {
    flex-direction: column;
  }
}
.home_product__body__btm ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .home_product__body__btm ul {
    justify-content: center;
    margin-bottom: 5.3333333333vw;
  }
}
.home_product__body__btm ul li {
  font-size: 1.3736263736vw;
  font-weight: 600;
  color: #009BD9;
  margin-right: 1.2em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .home_product__body__btm ul li {
    font-size: 5.3333333333vw;
    width: 43%;
    margin: 0 0 0.9em;
    text-align: center;
  }
}
.home_product__body__btm .b_blue {
  width: 14.5604395604vw;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .home_product__body__btm .b_blue {
    width: 56.5333333333vw;
  }
}

.home_profile {
  padding-bottom: 7.5549450549vw;
}
@media screen and (max-width: 767px) {
  .home_profile {
    padding-bottom: 21.3333333333vw;
  }
}
.home_profile .home_profile__ttl {
  position: relative;
  margin-bottom: 2.3351648352vw;
}
@media screen and (max-width: 767px) {
  .home_profile .home_profile__ttl {
    margin-bottom: 9.0666666667vw;
  }
}
.home_profile .home_profile__ttl h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #009BD9;
  font-weight: 700;
  font-size: 3.021978022vw;
  letter-spacing: 0.05em;
}
.home_profile .home_profile__ttl h2 span {
  font-weight: 600;
  font-size: 1.9230769231vw;
  line-height: 1.7;
  margin-bottom: 0.4em;
  color: #333;
}
.home_profile .home_profile__ttl h2:after {
  display: block;
  width: 7.2802197802vw;
  height: 0.2747252747vw;
  content: "";
  background: #009BD9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_profile .home_profile__ttl h2 {
    margin-bottom: 8.5333333333vw;
  }
}
.home_profile__flex {
  display: flex;
  justify-content: space-between;
  padding: 0 7.0054945055vw;
}
@media screen and (max-width: 767px) {
  .home_profile__flex {
    display: block;
    padding: 0 4.2666666667vw;
  }
}
.home_profile__flex__pic {
  width: 27.4725274725vw;
}
.home_profile__flex__pic img {
  border-radius: 1.6483516484vw;
}
@media screen and (max-width: 767px) {
  .home_profile__flex__pic {
    width: 100%;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  .home_profile__flex__pic img {
    border-radius: 6.4vw;
  }
}
.home_profile__flex__txt {
  flex: 1;
  padding-right: 3.4340659341vw;
}
@media screen and (max-width: 767px) {
  .home_profile__flex__txt {
    width: 100%;
    padding: 0;
  }
}
.home_profile__flex__txt h3 {
  color: #009BD9;
  position: relative;
  font-size: 1.9230769231vw;
  padding-bottom: 0.56em;
  margin-bottom: 2.1978021978vw;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.home_profile__flex__txt h3 span {
  display: inline-block;
  padding-top: 0.6em;
  font-size: 1.2362637363vw;
}
.home_profile__flex__txt h3:after {
  display: block;
  width: 7.2802197802vw;
  height: 0.2747252747vw;
  content: "";
  background: #009BD9;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .home_profile__flex__txt h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 4.8vw;
    align-items: center;
    padding-bottom: 0.7em;
  }
  .home_profile__flex__txt h3 span {
    font-size: 3.7333333333vw;
  }
  .home_profile__flex__txt h3:after {
    width: 21.3333333333vw;
    height: 0.8vw;
  }
}
.home_profile__flex__txt p {
  line-height: 1.8;
}
.home_profile__flex__txt p + p {
  margin-top: 2em;
}
.home_profile__flex__txt .b_blue {
  margin-top: 2.0604395604vw;
  width: 14.8351648352vw;
  position: relative;
}
.home_profile__flex__txt .b_blue:after {
  position: absolute;
  right: 0.9615384615vw;
}
@media screen and (max-width: 767px) {
  .home_profile__flex__txt .b_blue {
    display: none;
  }
}
.home_profile__flex > p .b_blue {
  width: 56vw;
}

.home_news {
  background: #fff;
  padding: 7.2802197802vw 7.0054945055vw;
}
@media screen and (max-width: 767px) {
  .home_news {
    padding: 26.6666666667vw 4.2666666667vw;
  }
}
.home_news__ttl {
  position: relative;
  margin-bottom: 2.3351648352vw;
}
@media screen and (max-width: 767px) {
  .home_news__ttl {
    margin-bottom: 9.0666666667vw;
  }
}
.home_news__ttl h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #009BD9;
  font-weight: 700;
  font-size: 3.021978022vw;
  letter-spacing: 0.05em;
}
.home_news__ttl h2 span {
  font-weight: 600;
  font-size: 1.9230769231vw;
  line-height: 1.7;
  margin-bottom: 0.4em;
  color: #333;
}
.home_news__ttl h2:after {
  display: block;
  width: 7.2802197802vw;
  height: 0.2747252747vw;
  content: "";
  background: #009BD9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_news__ttl h2 {
    margin-bottom: 8.5333333333vw;
  }
}
.home_news__ttl .news_menu {
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translateY(-30%);
}
@media screen and (max-width: 767px) {
  .home_news__ttl .news_menu {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    transform: none;
  }
  .home_news__ttl .news_menu li {
    width: 26.1333333333vw;
    height: 9.6vw;
    border-radius: 9.6vw;
  }
}
.home_news__conts .news_slider {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.4038461538vw;
}
.home_news__conts .news_slider.centering {
  justify-content: center;
}
.home_news__conts .news_slider .news_item, .home_news__conts .news_slider .spacer {
  width: 27.4725274725vw;
}
.home_news__conts .news_slider .news_item a, .home_news__conts .news_slider .spacer a {
  padding: 0.8928571429vw;
  background: #F7F6F4;
  border: #EAE4CF 0.0686813187vw solid;
}
@media screen and (max-width: 767px) {
  .home_news__conts .news_slider .news_item a, .home_news__conts .news_slider .spacer a {
    border-radius: 4.8vw;
    padding: 4vw;
    border: #EAE4CF 0.2666666667vw solid;
  }
}
@media screen and (max-width: 767px) {
  .home_news__conts .news_slider {
    width: 100%;
    flex-direction: column;
    margin-bottom: 16vw;
  }
  .home_news__conts .news_slider .news_item {
    width: 100%;
    border-radius: 4.8vw;
    margin-bottom: 4.8vw;
  }
  .home_news__conts .news_slider .news_item:last-of-type {
    margin-bottom: none;
  }
}
.home_news__conts .news_slider__ctrl {
  display: flex;
  justify-content: center;
}
.home_news__conts .news_slider__ctrl.hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .home_news__conts .news_slider__ctrl {
    display: none;
  }
}
.home_news__conts .news_slider__ctrl__pager {
  padding: 1.2362637363vw 0.9615384615vw;
  margin: 0 0.5494505495vw;
  border-radius: 2.8846153846vw;
  background: #F7F6F4;
  border: #F2EADE solid 0.0686813187vw;
}
.home_news__conts .news_slider__ctrl__pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_news__conts .news_slider__ctrl__pager ul li {
  transition-duration: 0.3s;
  margin: 0 0.2747252747vw;
  width: 0.4120879121vw;
  height: 0.4120879121vw;
  border-radius: 0.4120879121vw;
  background: #9D9D9C;
  transition-duration: 0.3s;
  cursor: pointer;
}
.home_news__conts .news_slider__ctrl__pager ul li:hover {
  background: #009BD9;
}
.home_news__conts .news_slider__ctrl__pager ul li.slick-active {
  width: 2.6098901099vw;
  background: #009BD9;
}
.home_news__conts .news_slider__ctrl__pager ul li button {
  font-size: 0;
  opacity: 0;
}
.home_news__conts .news_slider__ctrl .b_ctrl {
  width: 2.8846153846vw;
  height: 2.8846153846vw;
  border-radius: 100%;
  margin: 0 0.5494505495vw;
  cursor: pointer;
}
.home_news__conts .news_slider__ctrl .b_ctrl.b_pp {
  transition-duration: 0.3s;
}
.home_news__conts .news_slider__ctrl .b_ctrl.b_pp:not(.pause) img.pause {
  display: none;
}
.home_news__conts .news_slider__ctrl .b_ctrl.b_pp:not(.pause) img.play {
  display: inline;
}
.home_news__conts .news_slider__ctrl .b_ctrl.b_pp:not(.pause):hover img.pause {
  display: inline;
}
.home_news__conts .news_slider__ctrl .b_ctrl.b_pp:not(.pause):hover img.play {
  display: none;
}
.home_news__conts .news_slider__ctrl .b_ctrl.b_pp.pause img.pause {
  display: inline;
}
.home_news__conts .news_slider__ctrl .b_ctrl.b_pp.pause img.play {
  display: none;
}
.home_news__conts .news_slider__ctrl .b_ctrl.b_pp.pause:hover img.pause {
  display: none;
}
.home_news__conts .news_slider__ctrl .b_ctrl.b_pp.pause:hover img.play {
  display: inline;
}
.home_news__conts .news_slider__ctrl .b_ctrl.b_pn {
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}
.home_news__conts .news_slider__ctrl .b_ctrl.b_pn:hover {
  opacity: 0.8;
}
.home_news__conts .news_slider__ctrl .b_ctrl.b_pn.b_prev {
  background-image: url(../img/common/arrow_slider_prev.svg);
}
.home_news__conts .news_slider__ctrl .b_ctrl.b_pn.b_next {
  background-image: url(../img/common/arrow_slider_next.svg);
}
.home_news__conts .b_blue {
  width: 17.032967033vw;
  letter-spacing: 0.08em;
  float: right;
  transform: translateY(-90%);
}
@media screen and (max-width: 767px) {
  .home_news__conts .b_blue {
    width: 66.1333333333vw;
    float: none;
    transform: none;
    margin: 0 auto;
  }
}

.home_company {
  padding: 8.2417582418vw 7.0054945055vw;
}
@media screen and (max-width: 767px) {
  .home_company {
    padding: 32vw 0 28.2666666667vw;
  }
}
.home_company__conts {
  position: relative;
  padding: 3.021978022vw 3.021978022vw 0 3.021978022vw;
}
@media screen and (max-width: 767px) {
  .home_company__conts {
    padding: 8.8vw 0 0;
  }
}
.home_company__conts > .b_blue {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14.5604395604vw;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .home_company__conts > .b_blue {
    display: none;
  }
}
.home_company__ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1.6483516484vw;
  height: 19.9175824176vw;
  z-index: 0;
  background: linear-gradient(to bottom, #57AEE2 0%, #009BD9 100%);
}
@media screen and (max-width: 767px) {
  .home_company__ttl {
    padding: 17.0666666667vw 0 6.9333333333vw 5.8666666667vw;
    border-radius: 6.4vw 0 0 0;
    margin-left: 4.2666666667vw;
    width: auto;
    height: auto;
    position: relative;
    aspect-ratio: 360/184;
  }
}
.home_company__ttl h2 {
  top: 5.4945054945vw;
  right: 2.4038461538vw;
  position: absolute;
  align-items: flex-end;
}
.home_company__ttl h2 span {
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .home_company__ttl h2 {
    position: relative;
    right: auto;
    align-items: flex-start;
  }
}
.home_company__body {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 53.8461538462vw;
  border-radius: 1.6483516484vw;
  padding: 3.9148351648vw 3.4340659341vw 3.9148351648vw;
}
@media screen and (max-width: 767px) {
  .home_company__body {
    width: 100%;
    padding: 8.8vw 4.2666666667vw 21.3333333333vw;
    border-radius: 0;
  }
}
.home_company__body dl {
  display: flex;
  justify-content: flex-start;
}
.home_company__body dl:not(:last-of-type) {
  margin-bottom: 1.2362637363vw;
}
@media screen and (max-width: 767px) {
  .home_company__body dl {
    display: block;
    border-top: 0.5333333333vw solid #9D9D9C;
    padding: 5.0666666667vw 0 5.0666666667vw 5.3333333333vw;
    letter-spacing: 0.02em;
  }
  .home_company__body dl:last-of-type {
    border-bottom: 0.5333333333vw solid #9D9D9C;
  }
  .home_company__body dl:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.home_company__body dl dt {
  width: 6.8681318681vw;
  margin-right: 0.9615384615vw;
  font-size: 1.2362637363vw;
  padding-bottom: 1.0302197802vw;
  border-bottom: 0.1373626374vw solid #9D9D9C;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .home_company__body dl dt {
    width: 100%;
    font-size: 4.8vw;
    border: none;
    color: #009BD9;
    font-weight: bold;
    padding-bottom: 1.6vw;
  }
}
.home_company__body dl dd {
  width: auto;
  flex: 1;
  font-size: 1.2362637363vw;
  padding-bottom: 1.0302197802vw;
  border-bottom: 0.1373626374vw solid #9D9D9C;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .home_company__body dl dd {
    width: 100%;
    font-size: 4.8vw;
    border: none;
    padding-bottom: 0;
  }
}
.home_company__body dl dd p {
  padding-left: 5.0137362637vw;
  text-indent: -5.0137362637vw;
}
.home_company__body dl dd p span {
  color: #aaa;
}
.home_company__body dl dd p:last-of-type {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .home_company__body dl dd p {
    padding: 0;
    text-indent: 0;
  }
}
.home_company__body dl:nth-of-type(1) dd, .home_company__body dl:nth-of-type(2) dd {
  font-size: 1.510989011vw;
}
@media screen and (max-width: 767px) {
  .home_company__body dl:nth-of-type(1) dd, .home_company__body dl:nth-of-type(2) dd {
    font-size: 5.3333333333vw;
  }
}
.home_company__body .b_blue {
  display: none;
}
@media screen and (max-width: 767px) {
  .home_company__body .b_blue {
    display: flex;
    margin-top: 8vw;
    width: 56.5333333333vw;
    position: relative;
  }
}/*# sourceMappingURL=home.css.map */