@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
.home_sec .home_wrap {
  min-width: 900px;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 140px;
}

.home_sec .home_wrap .home_area .area_title {
  text-align: center;
  padding: 125px 0 175px;
}

.home_sec .home_wrap .home_area .area_title h3 {
  font-weight: 400;
  font-family: "adobe-garamond-pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "メイリオ", sans-serif;
  color: #A4C7CC;
  font-size: 28px;
}

.home_sec .home_wrap .home_area .area_title p {
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
}

.home_sec .home_wrap .home_area .home_cnt {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 -50px;
  padding: 0 50px;
}

.home_sec .home_wrap .home_area .home_cnt .compare_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home_sec .home_wrap .home_area .home_cnt .compare_area .before_img {
  width: 28.8%;
  margin-top: 100px;
  position: relative;
}

.home_sec .home_wrap .home_area .home_cnt .compare_area .before_img::after {
  position: absolute;
  content: '';
  background: url(../../common/img/btn_arrow_r.png) no-repeat center/cover;
  width: 80px;
  height: 9.3px;
  bottom: 70px;
  right: 0;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.home_sec .home_wrap .home_area .home_cnt .compare_area .before_img span {
  font-size: 24px;
  font-family: "adobe-garamond-pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "メイリオ", sans-serif;
}

.home_sec .home_wrap .home_area .home_cnt .compare_area .after_img {
  width: 57.7%;
  margin-top: -80px;
}

.home_sec .home_wrap .home_area .home_cnt .compare_area .after_img .img_wrap {
  position: relative;
}

.home_sec .home_wrap .home_area .home_cnt .compare_area .after_img .img_wrap::after {
  position: absolute;
  content: '';
  width: 92%;
  height: 92%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.home_sec .home_wrap .home_area .home_cnt .compare_area .after_img span {
  font-size: 24px;
  font-family: "adobe-garamond-pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "メイリオ", sans-serif;
}

.home_sec .home_wrap .home_area .home_cnt .organization_area {
  text-align: center;
  padding: 120px 0;
}

.home_sec .home_wrap .home_area .home_cnt .organization_area p {
  font-size: 26px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
}

.home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img {
  padding-top: 55px;
  margin: 0 11.1%;
}

.home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .colum_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .colum_2 .enclosure {
  width: 46.8%;
}

.home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .colum_2 .enclosure p {
  margin-top: 20px;
}

.home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .enclosure {
  margin-top: 60px;
  padding: 30px 0;
  border: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .enclosure::after {
  position: absolute;
  content: '';
  background: url(../../common/img/dots.png) no-repeat center/contain;
  width: 3px;
  height: 35px;
  top: -13px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .enclosure.top {
  margin-top: 0;
}

.home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .enclosure.top::after {
  content: none;
}

.home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .enclosure h2 {
  font-weight: 400;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  color: #8FB6BC;
}

.home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .enclosure p {
  margin-top: 40px;
  font-size: 16px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "メイリオ", sans-serif;
}

.home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .enclosure .price {
  line-height: 2.2;
  position: relative;
  padding-left: 10px;
  text-align: left;
}

.home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .enclosure .price::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 72%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #55504B;
}

.home_sec .home_wrap .info_area {
  position: relative;
  margin-bottom: 200px;
}

.home_sec .home_wrap .info_area::before {
  position: absolute;
  content: '';
  width: 53.3%;
  height: 96%;
  left: -50px;
  background-color: rgba(255, 255, 255, 0.7);
}

.home_sec .home_wrap .info_area .merito_cnt {
  position: relative;
  margin-bottom: 80px;
  margin-top: 140px;
  padding-top: 90px;
}

.home_sec .home_wrap .info_area .merito_cnt h4 {
  font-weight: 400;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  font-size: 28px;
}

.home_sec .home_wrap .info_area .merito_cnt .merito_list {
  margin-left: 31%;
}

.home_sec .home_wrap .info_area .merito_cnt .merito_list ul {
  margin: 65px 0 90px;
}

.home_sec .home_wrap .info_area .merito_cnt .merito_list ul li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2.6;
}

.home_sec .home_wrap .info_area .merito_cnt .merito_list ul li::after {
  position: absolute;
  content: '';
  background-color: #A4C7CC;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 10px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home_sec .home_wrap .info_area .merito_img_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home_sec .home_wrap .info_area .merito_img_list .merito_img:nth-of-type(1) {
  width: 55.3%;
  margin-left: 8.2%;
}

.home_sec .home_wrap .info_area .merito_img_list .merito_img:nth-of-type(2) {
  width: 33.3%;
  margin-top: 160px;
  margin-left: 11.3%;
  margin-right: -8.1%;
}

.home_sec .home_wrap .info_area .info_cnt {
  position: relative;
}

.home_sec .home_wrap .info_area .info_cnt h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  font-size: 28px;
  font-weight: 400;
}

.home_sec .home_wrap .info_area .info_cnt .info_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home_sec .home_wrap .info_area .info_cnt .info_flex .info_img {
  width: 33%;
  margin-left: -11%;
  margin-top: 200px;
}

.home_sec .home_wrap .info_area .info_cnt .info_flex .info_list {
  margin-top: 90px;
}

.home_sec .home_wrap .info_area .info_cnt .info_flex .info_list .info_item {
  margin-bottom: 85px;
}

.home_sec .home_wrap .info_area .info_cnt .info_flex .info_list .info_item:last-of-type {
  margin-bottom: 0;
}

.home_sec .home_wrap .info_area .info_cnt .info_flex .info_list .info_item h5 {
  font-weight: 400;
  margin: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  color: #8FB6BC;
  font-size: 24px;
  padding-bottom: 40px;
}

.home_sec .home_wrap .info_area .info_cnt .info_flex .info_list .info_item p {
  line-height: 2.2;
}

.home_sec .home_wrap .performance_area {
  position: relative;
  margin-bottom: 200px;
}

.home_sec .home_wrap .performance_area::before, .home_sec .home_wrap .performance_area::after {
  position: absolute;
  content: '';
  width: 120px;
  height: 120px;
}

.home_sec .home_wrap .performance_area::before {
  top: 0;
  left: -50px;
  border-top: 1px solid #55504B;
  border-left: 1px solid #55504B;
}

.home_sec .home_wrap .performance_area::after {
  top: 0;
  right: -50px;
  border-top: 1px solid #55504B;
  border-right: 1px solid #55504B;
}

.home_sec .home_wrap .performance_area .performance_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 130px 0;
}

.home_sec .home_wrap .performance_area .performance_cnt::before, .home_sec .home_wrap .performance_area .performance_cnt::after {
  position: absolute;
  content: '';
  width: 120px;
  height: 120px;
}

.home_sec .home_wrap .performance_area .performance_cnt::before {
  bottom: 0;
  left: -50px;
  border-bottom: 1px solid #55504B;
  border-left: 1px solid #55504B;
}

.home_sec .home_wrap .performance_area .performance_cnt::after {
  bottom: 0;
  right: -50px;
  border-bottom: 1px solid #55504B;
  border-right: 1px solid #55504B;
}

.home_sec .home_wrap .performance_area .performance_cnt .performance_theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(25% + 50px);
  margin-left: -50px;
}

.home_sec .home_wrap .performance_area .performance_cnt .performance_theme p {
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
}

.home_sec .home_wrap .performance_area .performance_cnt .performance_list {
  width: 75%;
}

.home_sec .home_wrap .performance_area .performance_cnt .performance_list .list_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
}

.home_sec .home_wrap .performance_area .performance_cnt .performance_list .list_cnt:last-of-type {
  padding-bottom: 0;
}

.home_sec .home_wrap .performance_area .performance_cnt .performance_list .list_cnt .list_theme {
  display: inline-block;
  min-width: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2.5;
  position: relative;
}

.home_sec .home_wrap .performance_area .performance_cnt .performance_list .list_cnt .list_theme::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  top: 12px;
  right: 0;
  background-color: #55504B;
}

.home_sec .home_wrap .performance_area .performance_cnt .performance_list .list_cnt .list_item {
  width: calc(98% - 120px);
  padding-left: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2.5;
}

@media screen and (max-width: 1024px) {
  .home_sec .home_wrap {
    min-width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .home_sec .home_wrap {
    min-width: auto;
    width: 100%;
  }
  .home_sec .home_wrap .home_area .area_title {
    padding: 33.3vw 0 10vw;
  }
  .home_sec .home_wrap .home_area .area_title h3 {
    font-size: 5.3vw;
  }
  .home_sec .home_wrap .home_area .area_title p {
    font-size: 5.8vw;
  }
  .home_sec .home_wrap .home_area .home_cnt {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
  .home_sec .home_wrap .home_area .home_cnt .compare_area {
    display: block;
  }
  .home_sec .home_wrap .home_area .home_cnt .compare_area .before_img {
    width: 34.6vw;
    margin: 0;
    margin-left: 6.6vw;
  }
  .home_sec .home_wrap .home_area .home_cnt .compare_area .before_img::after {
    bottom: -6vw;
    right: auto;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 10.5vw;
    height: 1.2vw;
  }
  .home_sec .home_wrap .home_area .home_cnt .compare_area .after_img {
    width: 69.3vw;
    margin: 0;
    margin-top: 10px;
    margin-left: 24vw;
  }
  .home_sec .home_wrap .home_area .home_cnt .compare_area .before_img span,
  .home_sec .home_wrap .home_area .home_cnt .compare_area .after_img span {
    font-size: 3.7vw;
    display: inline-block;
    padding-top: 15px;
  }
  .home_sec .home_wrap .home_area .home_cnt .organization_area {
    background-color: #fff;
    margin-top: 15.3vw;
    padding: 15.3vw 0 16vw;
  }
  .home_sec .home_wrap .home_area .home_cnt .organization_area p {
    font-size: 4.8vw;
  }
  .home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img {
    padding-top: 8.6vw;
    margin: 0 6.6vw;
  }
  .home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .colum_2 .enclosure {
    width: 41vw;
  }
  .home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .enclosure {
    padding: 6.6vw 0;
    margin-top: 8vw;
  }
  .home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .enclosure h2 {
    font-size: 4.8vw;
  }
  .home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .enclosure p {
    margin-top: 6.6vw;
    font-size: 3.2vw;
  }
  .home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .enclosure .price {
    font-size: 3.2vw;
  }
  .home_sec .home_wrap .home_area .home_cnt .organization_area .organization_img .enclosure::after {
    width: 0.4vw;
    height: 4.6vw;
    top: -2vw;
  }
  .home_sec .home_wrap .info_area::before {
    content: none;
  }
  .home_sec .home_wrap .info_area .merito_cnt {
    padding-top: 19vw;
    margin-top: 0;
    margin-bottom: 20.2vw;
  }
  .home_sec .home_wrap .info_area .merito_cnt h4 {
    text-align: center;
    font-size: 5.8vw;
  }
  .home_sec .home_wrap .info_area .merito_cnt .merito_list {
    margin-left: 4.6vw;
  }
  .home_sec .home_wrap .info_area .merito_cnt .merito_list ul {
    margin: 9.3vw 0 18.6vw;
  }
  .home_sec .home_wrap .info_area .merito_cnt .merito_list ul li {
    font-size: 3.4vw;
    padding-left: 6vw;
  }
  .home_sec .home_wrap .info_area .merito_cnt .merito_list ul li::after {
    top: 3.1vw;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 2.6vw;
    height: 2.6vw;
  }
  .home_sec .home_wrap .info_area .merito_img_list .merito_img:nth-of-type(1) {
    width: 74.6vw;
    margin: 0 auto;
  }
  .home_sec .home_wrap .info_area .merito_img_list .merito_img:nth-of-type(2) {
    display: none;
  }
  .home_sec .home_wrap .info_area .info_cnt h4 {
    font-size: 5.8vw;
    text-align: center;
  }
  .home_sec .home_wrap .info_area .info_cnt .info_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home_sec .home_wrap .info_area .info_cnt .info_flex .info_list {
    margin-top: 9.3vw;
  }
  .home_sec .home_wrap .info_area .info_cnt .info_flex .info_list .info_item h5 {
    font-size: 4.8vw;
    padding-bottom: 5.3vw;
  }
  .home_sec .home_wrap .info_area .info_cnt .info_flex .info_list .info_item {
    margin: 0 6.6vw;
    margin-bottom: 12.6vw;
  }
  .home_sec .home_wrap .info_area .info_cnt .info_flex .info_list .info_item p {
    font-size: 3.4vw;
  }
  .home_sec .home_wrap .info_area .info_cnt .info_flex .info_img:nth-of-type(1) {
    margin-left: 13.3vw;
    margin-top: 10.4vw;
    width: 50.6vw;
  }
  .home_sec .home_wrap .info_area .info_cnt .info_flex .info_img:nth-of-type(2) {
    margin-left: auto;
    margin-right: 9.3vw;
    margin-top: 17vw;
    width: 50.6vw;
  }
  .home_sec .home_wrap .performance_area {
    margin: 0 6.6vw;
    margin-bottom: 30.6vw;
  }
  .home_sec .home_wrap .performance_area .performance_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13.3vw 0 12vw;
  }
  .home_sec .home_wrap .performance_area::before,
  .home_sec .home_wrap .performance_area .performance_cnt::before,
  .home_sec .home_wrap .performance_area::after,
  .home_sec .home_wrap .performance_area .performance_cnt::after {
    width: 16vw;
    height: 16vw;
  }
  .home_sec .home_wrap .performance_area::before,
  .home_sec .home_wrap .performance_area .performance_cnt::before {
    left: -2vw;
  }
  .home_sec .home_wrap .performance_area::after,
  .home_sec .home_wrap .performance_area .performance_cnt::after {
    right: -2vw;
  }
  .home_sec .home_wrap .performance_area .performance_cnt .performance_theme {
    padding-bottom: 13.3vw;
    width: 100%;
    margin-left: 0;
  }
  .home_sec .home_wrap .performance_area .performance_cnt .performance_theme p {
    font-size: 5.8vw;
  }
  .home_sec .home_wrap .performance_area .performance_cnt .performance_list {
    width: auto;
  }
  .home_sec .home_wrap .performance_area .performance_cnt .performance_list .list_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_sec .home_wrap .performance_area .performance_cnt .performance_list .list_cnt .list_theme {
    -ms-flex-item-align: baseline;
        align-self: baseline;
    font-size: 3.4vw;
    width: auto;
    min-width: 23vw;
  }
  .home_sec .home_wrap .performance_area .performance_cnt .performance_list .list_cnt .list_item {
    font-size: 3.4vw;
    width: auto;
    padding: 0;
  }
  .home_sec .home_wrap .performance_area .performance_cnt .performance_list .list_cnt .list_theme::before {
    height: 3.4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/*# sourceMappingURL=home.css.map */