@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.feature
------------------------------ */
.feature {
  padding: 50px 0 20px;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 50px 0;
  }
}
.feature .lead {
  padding: 0 0 55px;
}
@media screen and (max-width: 768px) {
  .feature .lead {
    padding: 0 0 50px;
  }
}
.feature .lead .sec_ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .feature .lead .sec_ttl {
    margin-bottom: 20px;
  }
}
.feature .feature_about {
  padding: 90px 0 150px;
}
@media screen and (max-width: 768px) {
  .feature .feature_about {
    padding: 50px 0 50px;
  }
}
.feature .feature_about .black_ttl {
  margin-bottom: 10px;
}
.feature .feature_about .feature_about_box {
  padding: 50px 0;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .feature .feature_about .feature_about_box {
    padding: 25px 0;
  }
}
.feature .feature_about .feature_about_box .ttl_box {
  position: relative;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .feature .feature_about .feature_about_box .ttl_box {
    padding-left: 40px;
  }
}
.feature .feature_about .feature_about_box .ttl_box .num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .feature .feature_about .feature_about_box .ttl_box .num {
    font-size: 2.4rem;
  }
}
.feature .feature_about .feature_about_box .ttl_box .mid_ttl {
  max-width: 835px;
  margin-bottom: 15px;
}
.feature .feature_about .feature_about_box .txt_box {
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .feature .feature_about .feature_about_box .txt_box {
    display: block;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature_about .feature_about_box .txt_box .btn {
    justify-content: flex-end;
    margin-top: 15px;
  }
}
.feature .feature_wrap {
  margin-top: -45px;
}
@media screen and (max-width: 768px) {
  .feature .feature_wrap {
    margin-top: 50px;
  }
}
.feature .feature_box {
  position: relative;
}
.feature .feature_box + .feature_box {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .feature .feature_box + .feature_box {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .feature .feature_box:nth-child(odd) .img_box {
    order: 2;
  }
  .feature .feature_box:nth-child(odd) .txt_box {
    order: 1;
  }
}
.feature .feature_box .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .feature .feature_box .flex {
    display: block;
  }
}
.feature .feature_box .flex .txt_box {
  padding-top: 95px;
}
@media screen and (max-width: 768px) {
  .feature .feature_box .flex .txt_box {
    padding-top: 25px;
  }
}
.feature .feature_box .mid_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature .feature_box .mid_ttl {
    margin-bottom: 10px;
  }
}
.feature .feature_box .space {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .feature .feature_box .space {
    margin-top: 30px;
  }
}
.feature .feature_box .ttl_box {
  position: relative;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .feature .feature_box .ttl_box {
    padding-left: 40px;
  }
}
.feature .feature_box .ttl_box .num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .feature .feature_box .ttl_box .num {
    font-size: 2.4rem;
  }
}
.feature .feature_box .txt_box {
  position: relative;
  z-index: 2;
  width: 580px;
}
@media screen and (max-width: 768px) {
  .feature .feature_box .txt_box {
    width: 100%;
  }
}
.feature .feature_box .img_box {
  position: relative;
}
.feature .feature_box .img_box .ball {
  width: 431px;
  height: 431px;
  bottom: -246px;
  right: -95px;
  animation: fuwafuwa 2s ease-in-out infinite;
}
.feature .feature_box .img_box .img {
  position: relative;
  z-index: 2;
  width: 580px;
}
@media screen and (max-width: 768px) {
  .feature .feature_box .img_box .img {
    width: 100%;
  }
}
.feature .feature_box.feature02 .img_box .ball {
  width: 341px;
  height: 341px;
  right: auto;
  bottom: auto;
  left: -115px;
  top: -83px;
}
.feature .feature_box.feature02 .img_box::before {
  position: absolute;
  content: "";
  display: block;
  width: 431px;
  height: 431px;
  bottom: -135px;
  right: -172px;
  background: #F8F8F8;
  border-radius: 50%;
  pointer-events: none;
  animation: fuwafuwa 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature02 .img_box::before {
    display: none;
  }
}
.feature .feature_box.feature03 .img_box::before {
  position: absolute;
  content: "";
  display: block;
  width: 359px;
  height: 359px;
  top: -105px;
  left: -167px;
  background: #F8F8F8;
  border-radius: 50%;
  pointer-events: none;
  animation: fuwafuwa 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature03 .img_box::before {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .feature .feature_box.feature04 .img_box {
    width: 500px;
  }
}
.feature .feature_box.feature04 .img_box::before {
  position: absolute;
  content: "";
  display: block;
  width: 359px;
  height: 359px;
  top: -105px;
  left: -167px;
  background: #F8F8F8;
  border-radius: 50%;
  pointer-events: none;
  animation: fuwafuwa 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .img_box::before {
    display: none;
  }
}
.feature .feature_box.feature04 .img_box .img04_box {
  position: relative;
  margin-top: 20px;
}
.feature .feature_box.feature04 .img_box .img04_box .img04 {
  text-align: center;
}
.feature .feature_box.feature04 .img_box .img04_box .img04 img {
  width: 255px;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .img_box .img04_box .img04 img {
    width: 158px;
  }
}
.feature .feature_box.feature04 .img_box .img04_box .img04_fw {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .img_box .img04_box .img04_fw {
    bottom: 30px;
  }
}
.feature .feature_box.feature04 .img_box .img04_box .img04_fw img {
  width: 53px;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .img_box .img04_box .img04_fw img {
    width: 33px;
  }
}
.feature .feature_box.feature04 .img_box .img_txt {
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .img_box .img_txt {
    font-size: 1.8rem;
  }
}
.feature .feature_box.feature04 .img_box .big_txt {
  text-align: center;
  font-weight: 600;
  font-size: 3.1rem;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .img_box .big_txt {
    font-size: 2.3rem;
  }
}
.feature .feature_box.feature04 .img_box .big_txt .num {
  font-size: 11.9rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .img_box .big_txt .num {
    font-size: 6.5rem;
  }
}
.feature .feature_box.feature04 .logo_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .logo_flex {
    flex-direction: column;
    align-items: center;
  }
}
.feature .feature_box.feature04 .office_wrap {
  width: 540px;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .office_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .office_wrap + .office_wrap {
    margin-top: 30px;
  }
}
.feature .feature_box.feature04 .office_wrap .logo_box .logo {
  text-align: center;
}
.feature .feature_box.feature04 .office_wrap .logo_box .logo01 img {
  width: 315px;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .office_wrap .logo_box .logo01 img {
    width: 199px;
  }
}
.feature .feature_box.feature04 .office_wrap .logo_box .logo02 img {
  width: 441px;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .office_wrap .logo_box .logo02 img {
    width: 299px;
  }
}
.feature .feature_box.feature04 .office_wrap .logo_box .ttl {
  margin: 25px 0;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .office_wrap .logo_box .ttl {
    margin: 10px 0;
    font-size: 1.8rem;
  }
}
.feature .feature_box.feature04 .office_wrap .office_box {
  display: flex;
  justify-content: center;
}
.feature .feature_box.feature04 .office_wrap .office_item + .office_item {
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .office_wrap .office_item + .office_item {
    margin-left: 6px;
  }
}
.feature .feature_box.feature04 .office_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 248px;
  height: 248px;
  padding-top: 35px;
  background: url(../img/index/ico_img01.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .office_item {
    width: 145px;
    height: 145px;
    padding-top: 15px;
  }
}
.feature .feature_box.feature04 .office_item .office_item_ttl {
  line-height: 1.2;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  color: #111;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .office_item .office_item_ttl {
    font-size: 1.5rem;
  }
}
.feature .feature_box.feature04 .office_item .office_item_txt {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 600;
  color: #111;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .office_item .office_item_txt {
    font-size: 1.5rem;
  }
}
.feature .feature_box.feature04 .office_item .office_item_txt .num {
  font-weight: 500;
  font-size: 12.4rem;
}
@media screen and (max-width: 768px) {
  .feature .feature_box.feature04 .office_item .office_item_txt .num {
    font-size: 7.2rem;
  }
}
@media screen and (min-width: 769px) {
  .feature .feature_box.feature04 .txt_box {
    width: 690px;
  }
}
@media screen and (min-width: 769px) {
  .feature .feature_box.feature05 .flex .img_box {
    order: 1;
  }
  .feature .feature_box.feature05 .flex .txt_box {
    order: 2;
  }
}
.feature .feature_box.feature05 .img_box {
  order: 1;
}
.feature .feature_box.feature05 .img_box .ball {
  top: -74px;
  bottom: auto;
  right: -312px;
}