@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.mv
------------------------------ */
.content {
  padding-top: 90px;
  padding-bottom: 0;
  overflow: visible;
}
@media screen and (max-width: 1440px) {
  .content {
    padding-top: 6.25vw;
  }
}
@media screen and (max-width: 1240px) and (min-width: 769px) {
  .content {
    padding-top: 77px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding-top: 104px;
  }
}

.mv .mv_ttl_box {
  padding: 70px 0 40px;
  background: #F5F5F5 url(../img/index/mv_bg01.png) no-repeat;
  background-size: 641px;
  background-position: calc(50% + 296px) top;
  background-blend-mode: multiply;
}
@media screen and (max-width: 1440px) {
  .mv .mv_ttl_box {
    padding: 4.86vw 0 2.77vw;
    background-size: 44.5vw;
  }
}
@media screen and (max-width: 1240px) and (min-width: 769px) {
  .mv .mv_ttl_box {
    padding: 60px 0 35px;
    background-size: 551px;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_ttl_box {
    height: 248px;
    padding: 0;
    background-size: 448px;
    background-position: center 149px;
  }
}
.mv .mv_ttl {
  width: 92%;
  max-width: 1320px;
  margin: 0 auto;
  font-size: 3.5rem;
  line-height: 1.3;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 1440px) {
  .mv .mv_ttl {
    font-size: 2.43vw;
  }
}
@media screen and (max-width: 1240px) and (min-width: 769px) {
  .mv .mv_ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_ttl {
    margin: 0 auto;
    font-size: 2.8rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 350px) {
  .mv .mv_ttl {
    font-size: 8vw;
  }
}
.mv .mv_slide_box {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.mv .mv_slide_box .mv_slide {
  width: 33.3333%;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .mv .mv_slide_box .mv_slide {
    width: 50%;
  }
}
.mv .mv_slide_box .mv_slide.slick-initialized {
  opacity: 1;
}
.mv .mv_slide_box .mv_slide .img img {
  width: 100%;
}

/* ------------------------------
	.about
------------------------------ */
.about {
  position: relative;
  padding: 100px 0 340px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 127px 0 85px;
  }
}
.about .bg_img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.about .bg_img {
  position: absolute;
  content: "";
  display: block;
  background: #F5F5F5 url(../img/index/about_bg01.jpg) no-repeat;
  background-size: 1504px;
  background-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .about .bg_img {
    background: #F5F5F5 url(../img/index/about_bg01_sp.jpg) no-repeat;
    background-size: 715px;
    background-blend-mode: multiply;
  }
}
@media screen and (min-width: 769px) {
  .about .bg_img.bg01 {
    top: 67px;
    left: calc(50% + 412px);
    width: 341px;
    height: 844px;
    background-position: right top;
  }
}
@media screen and (max-width: 768px) {
  .about .bg_img.bg01 {
    top: 42px;
    left: 0;
    width: 100%;
    height: 328px;
    background-position: center top;
  }
}
@media screen and (min-width: 769px) {
  .about .bg_img.bg02 {
    top: 741px;
    right: calc(50% - 368px);
    width: 1120px;
    height: 982px;
    background-position: left -674px;
  }
}
@media screen and (max-width: 768px) {
  .about .bg_img.bg02 {
    top: 513px;
    left: 0;
    width: 100%;
    height: 630px;
    background-position: center bottom;
  }
}
@media screen and (min-width: 769px) {
  .about .bg_img.bg03 {
    bottom: 0;
    left: calc(50% - 85px);
    width: 837px;
    height: 426px;
    background-position: right bottom;
  }
}
.about .about_box {
  position: absolute;
  z-index: 4;
  top: 210px;
  width: 100%;
  height: calc(100% - 550px);
}
@media screen and (max-width: 768px) {
  .about .about_box {
    position: relative;
    top: 0;
    height: 1100px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .about .sp_bg_cnt {
    position: relative;
    z-index: 2;
    height: 100vh;
    background: #F5F5F5;
  }
}
@media screen and (max-width: 768px) {
  .about .sp_bg_cnt .bg_img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    min-height: 872px;
    background: #F5F5F5 url(../img/index/about_bg02_sp.jpg) no-repeat center center;
    background-size: 715px;
    background-blend-mode: multiply;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 1s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media screen and (max-width: 768px) {
  .about .sp_bg_cnt.active .bg_img {
    position: fixed;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .about .sp_bg_cnt.back .bg_img {
    position: absolute;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .about .sp_bg_cnt.hide .bg_img {
    opacity: 0;
    visibility: hidden;
  }
}
.about .txt_box {
  position: sticky;
  z-index: 10;
  top: 0;
  margin-left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 65px;
  text-shadow: 0 0 3px #F5F5F5;
}
@media screen and (max-width: 768px) {
  .about .txt_box {
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about .txt_box .en_ttl {
    margin-bottom: 20px;
  }
}
.about .txt_box .str_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 390px) {
  .about .txt_box .lead_txt {
    font-size: 3.8vw;
  }
}
.about .txt_box .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about .txt_box .btn {
    margin-top: 25px;
  }
}
.about .img_box {
  position: relative;
  z-index: 3;
}
.about .img_box .img01 {
  width: 584px;
  margin-left: auto;
  margin-right: calc(50% + 40px);
}
@media screen and (max-width: 768px) {
  .about .img_box .img01 {
    width: 350px;
    max-width: 90%;
    margin-left: 0;
    margin-right: auto;
  }
}
.about .img_box .img02 {
  width: 428px;
  margin-left: calc(50% + 290px);
  margin-top: 280px;
}
@media screen and (max-width: 1440px) {
  .about .img_box .img02 {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .about .img_box .img02 {
    width: 186px;
    max-width: 48%;
    margin-top: 52px;
  }
}
.about .img_box .img03 {
  position: absolute;
  top: 1314px;
  right: calc(50% + 240px);
  width: 284px;
}
@media screen and (max-width: 768px) {
  .about .img_box .img03 {
    position: relative;
    top: 0;
    right: 0;
    width: 170px;
    margin-top: 46px;
    margin-left: 13%;
  }
}
.about .img_box .img04 {
  margin-top: 144px;
}
@media screen and (min-width: 769px) {
  .about .img_box .img04 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .about .img_box .img04 img {
    width: 596px;
  }
}
@media screen and (max-width: 768px) {
  .about .img_box .img04 {
    width: 303px;
    max-width: 80%;
    margin-top: 48px;
  }
}

/* ------------------------------
	.business
------------------------------ */
.business {
  position: relative;
  margin-top: -150px;
  padding: 0 0 270px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .business {
    margin-top: 0;
    padding: 0;
  }
}
.business .bg_img {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .business .bg_img {
    position: absolute;
    content: "";
    display: block;
    background: #F5F5F5 url(../img/index/business_bg01.png) no-repeat;
    background-size: 1584px;
    background-blend-mode: multiply;
  }
}
@media screen and (min-width: 769px) {
  .business .bg_img.bg01 {
    top: 0;
    right: calc(50% + 393px);
    width: 400px;
    height: 1280px;
    background-position: left top;
  }
}
@media screen and (min-width: 769px) {
  .business .bg_img.bg02 {
    bottom: 0;
    left: calc(50% + 103px);
    width: 690px;
    height: 337px;
    background-position: right bottom;
  }
}
.business .wrap {
  position: relative;
  z-index: 2;
}
.business .ttl_box {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .business .ttl_box {
    margin-bottom: 64px;
  }
}
.business .business_wrap {
  max-width: 1000px;
  margin-left: auto;
}
.business .business_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 64px 0;
}
@media screen and (max-width: 768px) {
  .business .business_list {
    gap: 56px 0;
  }
}
.business .business_list .business_item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .business .business_list .business_item {
    width: 100%;
  }
}
.business .business_list .business_item a {
  display: block;
}
@media screen and (min-width: 769px) {
  .business .business_list .business_item a:hover {
    opacity: 1;
  }
  .business .business_list .business_item a:hover .ttl::before {
    right: 0;
  }
}
.business .business_list .business_item .img {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
  margin-bottom: 32px;
}
.business .business_list .business_item .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
}
.business .business_list .business_item .ttl {
  position: relative;
  padding-right: 50px;
  font-size: 2.7rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #008EA5;
}
@media screen and (max-width: 768px) {
  .business .business_list .business_item .ttl {
    padding-right: 40px;
    font-size: 2.2rem;
  }
}
.business .business_list .business_item .ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  background: url(../img/common/ico_arw02.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
.business .business_list .business_item .txt {
  margin-top: 16px;
  font-size: 1.7rem;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .business .business_list .business_item .txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .business .business_list .business_item > .btn {
    position: absolute;
    right: 16px;
    bottom: -60px;
  }
  .business .business_list .business_item:nth-child(even) > .btn {
    position: absolute;
    bottom: 150px;
  }
}

/* ------------------------------
	.top_foot
------------------------------ */
.top_foot .btm_bg {
  height: 396px;
  background: #F5F5F5 url(../img/index/btm_bg01.jpg) no-repeat center center;
  background-size: 1565px;
  background-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .top_foot .btm_bg {
    height: 245px;
    background-size: 968px;
  }
}
.top_foot .btn_box {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top_foot .btn_box {
    display: block;
  }
}
.top_foot .btn_box .btm_btn {
  width: 50%;
  border-top: 1px solid #008EA5;
  border-bottom: 1px solid #008EA5;
}
@media screen and (min-width: 1501px) {
  .top_foot .btn_box .btm_btn {
    border-left: 1px solid #008EA5;
  }
}
@media screen and (max-width: 768px) {
  .top_foot .btn_box .btm_btn {
    width: 100%;
    border-bottom: 0;
  }
}
.top_foot .btn_box .btm_btn:nth-child(even) {
  border-left: 1px solid #008EA5;
}
@media screen and (max-width: 768px) {
  .top_foot .btn_box .btm_btn:nth-child(even) {
    border-left: 0;
  }
}
@media screen and (min-width: 1501px) {
  .top_foot .btn_box .btm_btn:last-child {
    border-right: 1px solid #008EA5;
  }
}
@media screen and (max-width: 768px) {
  .top_foot .btn_box .btm_btn:last-child {
    border-bottom: 1px solid #008EA5;
  }
}
.top_foot .btn_box .btm_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 240px;
  color: #008EA5;
  background: #fff;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  -webkit-transition: color 0.4s ease, background 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease;
}
@media screen and (max-width: 768px) {
  .top_foot .btn_box .btm_btn a {
    height: 128px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .top_foot .btn_box .btm_btn a:hover {
    opacity: 1;
    background: #008EA5;
    color: #fff;
  }
}