@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  position: relative;
  top: 120px;
  width: 100%;
  padding-bottom: 220px;
  background: url("../img/home/mv_bg.webp") no-repeat top center;
  background-size: cover;
  overflow: hidden;
  --ellipse-w: clamp(1400px, 220vw, 3200px);
  --ellipse-h: clamp(480px, calc(var(--ellipse-w) * 0.32), 1200px);
}
#mv::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(var(--ellipse-h) * -0.8);
  width: var(--ellipse-w);
  height: var(--ellipse-h);
  transform: translateX(-50%);
  background: #dff3ff;
  background: linear-gradient(
    180deg,
    rgba(223, 243, 255, 1) 0%,
    rgba(255, 255, 255, 1) 20%
  );
  border-radius: 50%;
  pointer-events: none;
}
.mv_text {
  width: 916px;
  margin: 0 auto;
  padding-top: 160px;
  text-align: center;
}
.mv_br {
  display: none;
}
.mv_text h2 {
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.mv_text h2 span {
  font-size: 75px;
}
.mv_bottom {
  width: 100%;
  padding-top: 98px;
  padding-bottom: 113px;
  background: url("../img/home/mv_bottom_bg.png") no-repeat top center;
  background-size: cover;
}
.mv_bottom h3 {
  margin-bottom: 19px;
}
.mv_bottom p {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.68;
}
@media screen and (max-width: 1180px) {
  .mv_text {
    width: 100%;
    padding-top: 13.559vw;
  }
  .mv_text h3 img {
    width: 27.881vw;
    height: 4.492vw;
  }
  .mv_text h2 {
    position: relative;
    z-index: 2;
    margin-bottom: 3.39vw;
    font-size: 5.085vw;
  }
  .mv_text h2 span {
    font-size: 6.356vw;
  }
  .mv_bottom {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 98px;
    padding-bottom: 113px;
    background: url("../img/home/mv_bottom_bg.png") no-repeat top center;
    background-size: contain;
  }
  .mv_bottom h3 {
    margin-bottom: 1.61vw;
  }
  .mv_bottom p {
    font-size: 2.712vw;
  }
}
@media screen and (max-width: 900px) {
  #mv {
    top: 89px;
    padding-bottom: 70px;
  }
  .mv_text {
    padding-top: 8.889vw;
  }
  .mv_br {
    display: block;
  }
  .mv_text h2 {
    margin-bottom: 0;
    font-size: 7.778vw;
    line-height: 1.3;
  }
  .mv_text h2 span {
    font-size: 9.444vw;
  }
  .mv_bottom {
    width: 90%;
    padding-top: 10.889vw;
    padding-bottom: 112px;
  }
  .mv_bottom h3 {
    margin-bottom: 2.111vw;
  }
  .mv_bottom p {
    font-size: 3.556vw;
  }
}
@media screen and (max-width: 414px) {
  #mv {
    padding-bottom: 60px;
  }
  .mv_text h3 img {
    width: 41.469vw;
    height: auto;
  }
  .mv_bottom {
    width: 95%;
  }
  .mv_bottom p {
    font-size: 3.956vw;
  }
}
/*-----------------------------------------------------
	#reason
------------------------------------------------------*/
#reason .wrap {
  position: relative;
  margin-top: -160px;
  padding-top: 50px;
  padding-bottom: 18px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  text-align: center;
}
#reason .wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px 30px 0 0;
  padding: 10px;
  background: linear-gradient(
    to bottom,
    #e2f4ff 0%,
    #e2f4ff 20%,
    rgba(226, 244, 255, 1) 30%,
    rgba(226, 244, 255, 0) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
#reason .wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: -595px;
  right: -100px;
  width: 731px;
  height: 653px;
  background: url("../img/home/mv_character.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1420px) {
  #reason .wrap::after {
    top: -550px;
    right: -95px;
    width: 650px;
    height: 581px;
  }
}
@media screen and (max-width: 1305px) {
  #reason .wrap::after {
    top: -588px;
    right: -43px;
  }
}
@media screen and (max-width: 1200px) {
  #reason .wrap::after {
    top: -567px;
    right: -33px;
    width: 600px;
    height: 536px;
  }
}
@media screen and (max-width: 1180px) {
  #reason .wrap::after {
    top: -50.644vw;
    right: -3.39vw;
    width: 46.61vw;
    height: 41.61vw;
  }
}
#reason .wrap h2 {
  position: relative;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: var(--main-color);
}

#reason .wrap h2 span.big {
  font-size: 70px;
  line-height: 1;
}
#reason .wrap h2 span.mid {
  font-size: 48px;
  line-height: 1;
}
#reason .wrap ul.reason_list {
  gap: 21px;
  padding: 0 40px;
}
#reason .wrap ul.reason_list li {
  position: relative;
  z-index: 1;
  width: calc((100% - 42px) / 3);
  padding: 37px 10px 17px;
  background: url("../img/home/stripe_bg.png");
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
#reason .wrap ul.reason_list li::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 14px;
  left: 16px;
  width: 65px;
  height: 50px;
  background: url("../img/home/check.svg") no-repeat center center;
  background-size: cover;
}
#reason .wrap ul.reason_list li mark {
  padding: 0 6px;
}
@media screen and (max-width: 1180px) {
  #reason .wrap ul.reason_list li::after {
    width: 35px;
    height: 27px;
  }
}
@media screen and (max-width: 900px) {
  #reason .wrap {
    width: calc(100% - 40px);
    margin-top: -70px;
    padding-top: 40px;
    padding-bottom: 18px;
  }
  #reason .wrap::after {
    top: -61.444vw;
    right: -2.222vw;
    width: 50vw;
    height: 44.667vw;
  }
}
@media screen and (max-width: 750px) {
  #reason .wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  #reason .wrap ul.reason_list {
    gap: 10px;
    padding: 0 20px;
  }
  #reason .wrap ul.reason_list li {
    width: calc((100% - 10px) / 2);
    padding: 40px 10px 17px;
    font-size: 24px;
  }
  #reason .wrap ul.reason_list li::after {
    top: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 500px) {
  #reason .wrap h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  #reason .wrap h2 span.big {
    font-size: 50px;
  }
  #reason .wrap h2 span.mid {
    font-size: 30px;
  }
  #reason .wrap ul.reason_list li {
    padding: 40px 10px 17px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 414px) {
  #reason .wrap {
    width: calc(100% - 20px);
  }
}
/*-----------------------------------------------------
	#fuan
------------------------------------------------------*/
#fuan {
  padding: 80px 0 85px;
}
#fuan h2 {
  margin-bottom: 25px;
  text-align: center;
}
.balloon {
  position: relative;
  padding: 22px 20px 50px;
  background: #f4f4f4;
  border: 3px solid #f4f4f4;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  overflow: visible;
}
.balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(60px, 12vw, 115px);
  height: clamp(40px, 8vw, 77px);
  bottom: calc(clamp(-40px, -8vw, -77px) + 3px);
  background: #f4f4f4;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.25));
}
.fuan {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.fuan_r ul li {
  position: relative;
  margin-bottom: 10px;
  padding: 15px 20px 15px 66px;
  background: #fff;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.68;
  color: var(--main-color);
}
.fuan_r ul li img {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  #fuan {
    padding: 40px 0 65px;
  }
  .balloon {
    padding: 30px 20px;
  }
  .fuan_l {
    text-align: center;
  }
  .fuan_l img {
    max-width: 80%;
    margin: 0 auto;
  }
  .fuan_r ul li {
    font-size: 18px;
    line-height: 1.4;
  }
}

/*-----------------------------------------------------
	#first
------------------------------------------------------*/
#first {
  padding: 28px 0 43px;
  background: #e4f9ff;
}
.first {
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-bottom: 15px;
}
.first_l {
  text-align: center;
}
.first_l h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.37;
  color: var(--main-color);
}
.first_l h2 span {
  font-size: 42px;
  font-weight: 900;
}
.first_l p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 750px) {
  .first {
    margin-bottom: 30px;
  }
  .first_l h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
  }
  .first_l h2 span {
    font-size: 38px;
  }
}

/*-----------------------------------------------------
	#service
------------------------------------------------------*/
#service {
  padding: 113px 0 81px;
  background: url("../img/home/service_bg.webp") no-repeat top left;
  background-size: cover;
}
.sevice {
  gap: 26px;
}
.sercive_first {
  position: relative;
  width: calc((100% - 52px) / 3);
  text-align: center;
}
.sercive_first h2 {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  text-align: center;
}
.sercive_child {
  position: relative;
  width: calc((100% - 52px) / 3);
  padding: 26px 26px 65px;
  background: #fff;
  border: 1px solid var(--main-color);
  border-radius: 30px;
  overflow: hidden;
}
.sercive_child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78%;
  height: 50%;
  background: #285fc6;
  background: linear-gradient(
    -135deg,
    rgba(40, 95, 198, 1) 0%,
    rgba(48, 117, 246, 1) 100%
  );
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.service_img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 150px;
  text-align: right;
}
.sercive_child h3 {
  position: absolute;
  top: 27px;
  left: 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
}
.sercive_child p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
.sercive_child .right {
  padding-right: 60px;
}
.service_link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #47befb;
  background: linear-gradient(
    90deg,
    rgba(71, 190, 251, 1) 0%,
    rgba(35, 170, 240, 1) 100%
  );
  text-align: center;
}
.service_link a {
  display: block;
  padding: 12px 10px;
}
.service_link a span {
  position: relative;
  padding-right: 31px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.service_link a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/home/service_icon.svg") no-repeat center center;
  background-size: cover;
}
.sp_home_img {
  display: none;
}
@media screen and (max-width: 1180px) {
  .sercive_first {
    width: 100%;
  }
  .sercive_first h2 {
    position: static;
    bottom: auto;
    left: 0;
  }
  .sercive_child:nth-of-type(2) {
    width: calc((100% - 26px) / 2);
    margin-left: calc((100% - -26px) / 2);
  }
  .sercive_child {
    width: calc((100% - 26px) / 2);
  }
}

@media screen and (max-width: 900px) {
  #service {
    position: relative;
    padding: 113px 0 81px;
    background: #ebf6ff;
    /* background-repeat: repeat-x;
    background-position: bottom left;
    background-size: contain; */
  }
  .sp_home_img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sp_home_img img {
    width: 100%;
    height: auto;
  }
  .sercive_first {
    width: 100%;
  }
  .sercive_child:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
  }
  .sercive_child {
    width: 100%;
  }
  .sercive_child .right {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  #service {
    padding: 60px 0;
  }
  .sercive_child h3 {
    top: 20px;
    left: 18px;
    font-size: 20px;
  }
  .sercive_child p {
    margin-top: 10px;
    font-size: 16px;
  }
}

/*-----------------------------------------------------
	#case
------------------------------------------------------*/
#case {
  padding: 74px 0;
  background: #ffffff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 100%
  );
}
#case h2 {
  margin-bottom: 35px;
  text-align: center;
}
.post_swiper {
  position: relative;
  padding: 0 30px;
}
.swiper {
  overflow: hidden;
}
.swiper-slide {
  padding: 20px 3px;
}
.card {
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}
.card_img img {
  display: block;
  width: 100%;
  height: 161px;
  object-fit: cover;
}
@media (max-width: 1180px) {
  .card_img img {
    height: 18.644vw;
  }
}
@media (max-width: 1000px) {
  .card_img img {
    height: 27.9vw;
  }
}
@media (max-width: 640px) {
  .card_img img {
    height: 56.406vw;
  }
}
.card_body {
  padding: 20px;
}
.card_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
.card_meta .category {
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid var(--main-color);
  font-size: 11px;
  font-weight: 600;
  color: var(--main-color);
}
.card_title {
  min-height: 52px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom-prev::after,
.custom-next::after {
  display: none;
}
.custom-prev,
.custom-next {
  position: absolute;
  top: calc(50% + 18px);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 10;
}
.custom-prev {
  left: -30px;
  background-image: url("../img/home/slide_arrow.svg");
  transform: translateY(-50%) rotate(180deg);
}
.custom-next {
  right: -30px;
  background-image: url("../img/home/slide_arrow.svg");
}
.custom-prev:hover,
.custom-next:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.custom-pagination {
  bottom: -35px !important;
  text-align: center;
}
.custom-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 7px;
  background: #fff;
  border: 1px solid #00a9ff;
  opacity: 1;
}
.custom-pagination .swiper-pagination-bullet-active {
  background: #47befb;
}

@media (max-width: 750px) {
  #case {
    padding: 60px 0 80px;
  }
  #case h2 {
    margin-bottom: 20px;
  }
  .custom-prev {
    left: -10px;
  }
  .custom-next {
    right: -10px;
  }
  .custom-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}

/*-----------------------------------------------------
	#company
------------------------------------------------------*/
#company {
  padding: 84px 0 75px;
}
#company .midasi_01 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
#company .midasi_01 span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}
#company .midasi_01 span::before {
  content: "";
  margin: 0;
}
.company {
  justify-content: space-between;
}
.company_l {
  width: 45.6%;
}
.company_l img {
  width: 100%;
}
.company_r {
  width: 49.8%;
}
.company_r p {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
#company .right {
  margin-top: -100px;
}
@media (max-width: 1180px) {
  #company .right {
    margin-top: 50px;
    text-align: center !important;
  }
}
@media (max-width: 900px) {
  #company .midasi_01 {
    display: block;
    gap: 0;
    margin-bottom: 35px;
    text-align: center;
  }
  #company .midasi_01 span {
    display: block;
    gap: 0;
    margin-top: 10px;
  }
  #company .midasi_01 span::before {
    margin: 0 auto 10px;
  }
  .company_l {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .company_l img {
    width: 60%;
  }
  .company_r {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  #company {
    padding: 60px 0;
  }
  #company .midasi_01 {
    margin-bottom: 20px;
  }
  .company_l img {
    width: 80%;
  }
  .company_r p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

/*-----------------------------------------------------
	#news
------------------------------------------------------*/
#news {
  padding: 50px 0 45px;
  background: url(../img/home/news_bg.webp) no-repeat right center;
  background-size: 100%;
  border-top: 10px solid #f2fbff;
}
@media (min-width: 1650px) {
  #news {
    background: url("../img/home/news_bg.webp") no-repeat right bottom;
    background-size: 50%;
  }
}
#news .news_wrap {
  width: 722px;
  padding: 45px 48px;
  background: #f2fbff;
  border-radius: 30px;
}
#news .midasi_01 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#news .midasi_01 span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}
#news .midasi_01 span::before {
  content: "";
  margin: 0;
}
.news_list li {
  padding-top: 26px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--main-color);
}
.news_item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news_item .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.news_item .term a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.news_item .title a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.news_item .term a {
  background: #275dc1;
}
.news_item .term.category_news a {
  background: #74c159;
}
.news_item .term.category_column a {
  background: #efca68;
}
.news_item .term.category_03 a {
  background: #a4aae4;
}

@media (max-width: 1180px) {
  #news {
    padding-bottom: 250px;
    background: url(../img/home/news_bg.webp) no-repeat right bottom;
    background-size: 100%;
  }
  #news .news_wrap {
    width: 100%;
    padding: 45px 40px;
  }
}
@media (max-width: 750px) {
  #news {
    padding: 60px 0 110px;
    background: url(../img/home/news_bg.webp) no-repeat right bottom;
    background-size: 100%;
  }
  #news .news_wrap {
    padding: 40px 20px;
  }
  #news .midasi_01 {
    display: block;
    gap: 0;
    margin-bottom: 0;
    text-align: center;
  }
  #news .midasi_01 span {
    display: block;
    gap: 0;
    margin-top: 10px;
  }
  #news .midasi_01 span::before {
    margin: 0 auto 10px;
  }
  .news_list li {
    padding-top: 26px;
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--main-color);
  }
  .news_item {
    flex-wrap: wrap;
    gap: 10px;
  }
  .news_item .title {
    width: 100%;
  }
}
