@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media screen and (min-width: 1001px) {
  body {
    padding-top: 97px !important;
  }
}

#contact,
#flow,
#tec,
#plan1,
#plan2,
#plan3,
#id1,
#id2,
#id3,
#id4,
#id5,
#company1,
#company2,
#company3 {
  position: relative;
  top: -97px;
}
@media screen and (max-width: 1000px) {
  #contact,
  #flow,
  #tec,
  #plan1,
  #plan2,
  #plan3,
  #id1,
  #id2,
  #id3,
  #id4,
  #id5,
  #company1,
  #company2,
  #company3 {
    top: -60px;
  }
}

.header .flex .athome-logo {
  max-width: 226px;
}
@media screen and (max-width: 1200px) {
  .header .flex .athome-logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .header .flex .athome-logo {
    max-width: 121px;
  }
}

@media screen and (min-width: 1001px) {
  .header {
    padding: 20px 0;
  }
}
.header .flex .header-nav ul li {
  margin: 0 2%;
}
@media screen and (max-width: 1300px) {
  .header .flex .header-nav ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .header .flex .header-nav ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .header .flex .header-nav ul li a {
    font-size: 11px;
  }
}

@media screen and (min-width: 1001px) {
  .cta-contact .flex1 .item {
    width: 48.5%;
  }
}
.mv {
  position: relative;
  padding-top: 0;
  margin-top: 0;
}
.mv .inner {
  max-width: 1400px;
}

.athome-contents {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .athome-contents {
    top: 5%;
  }
}
.athome-contents .title {
  max-width: 600px;
}
@media screen and (max-width: 1000px) {
  .athome-contents .title {
    width: 50%;
  }
}

.athome1 {
  padding-top: 60px;
}
@media screen and (max-width: 1000px) {
  .athome1 {
    padding-top: 20px;
  }
}
.athome1 .inner {
  max-width: 1700px;
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  .athome1 .inner {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .athome1 .text {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  .common-fixed .item {
    width: 50%;
  }
}
.athome2 {
  position: relative;
  z-index: 2;
}
.athome2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .athome2 .flex {
    display: block;
  }
}
.athome2 .flex .left {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .athome2 .flex .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.athome2 .flex .right {
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .athome2 .flex .right {
    width: 100%;
  }
}
.athome2 .box {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .athome2 .box {
    margin-bottom: 40px;
  }
}
.athome2 .box .heading {
  background: #01BC87;
  line-height: 1;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .athome2 .box .heading {
    font-size: 16px;
  }
}
.athome2 .box .bottom {
  background: #EDFFEE;
  padding: 20px 20px 30px;
}
.athome2 .box .bottom .title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #01BC87;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .athome2 .box .bottom .title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.athome2 .box .bottom p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .athome2 .box .bottom p {
    text-align: left;
    font-size: 14px;
  }
}
.athome2 .bottom2 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .athome2 .bottom2 {
    margin-top: 20px;
    font-size: 14px;
  }
}
.athome2 .bottom2 p {
  position: relative;
  z-index: 2;
}
.athome2 .bottom2 .b-bg {
  position: absolute;
  bottom: -15%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .athome2 .bottom2 .b-bg {
    position: initial;
  }
}
.athome2 .main-title {
  font-size: 34px;
  font-weight: 700;
  color: #01BC87;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .athome2 .main-title {
    font-size: 20px;
    text-align: center;
  }
}
.athome2 .main-title span {
  font-size: 200%;
}
.athome2 .inner {
  position: relative;
}
.athome2 .bg1 {
  position: absolute;
  top: 0;
  left: -169px;
  max-width: 120px;
}
@media screen and (max-width: 1000px) {
  .athome2 .bg1 {
    left: 0;
    max-width: 40px;
  }
}
.athome2 .bg2 {
  position: absolute;
  top: 0;
  right: -169px;
  max-width: 200px;
}
@media screen and (max-width: 1000px) {
  .athome2 .bg2 {
    right: 0;
    max-width: 50px;
  }
}
.athome2 .bg3 {
  position: absolute;
  bottom: -180px;
  left: -200px;
  max-width: 200px;
}
@media screen and (max-width: 1000px) {
  .athome2 .bg3 {
    left: 0;
    max-width: 80px;
    bottom: 0;
  }
}
.athome2 .bg4 {
  position: absolute;
  right: 0;
  bottom: 5%;
  max-width: 250px;
}
@media screen and (max-width: 1000px) {
  .athome2 .bg4 {
    max-width: 60px;
    bottom: -20px;
  }
}

.athome3 {
  background: url(../img/athome3-bg.webp) no-repeat center center/cover;
  position: relative;
}
.athome3 .inner {
  position: relative;
  z-index: 2;
}
.athome3 .bg1 {
  position: absolute;
  top: 30%;
  left: 0;
  max-width: 400px;
}
@media screen and (max-width: 1000px) {
  .athome3 .bg1 {
    top: 5%;
    max-width: 80px;
  }
}
.athome3 .bg2 {
  position: absolute;
  right: 0;
  max-width: 450px;
  bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .athome3 .bg2 {
    bottom: 1.5%;
    max-width: 180px;
  }
}
.athome3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .athome3 ul {
    display: block;
  }
}
.athome3 ul li {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  height: auto;
  background: #fff;
}
@media screen and (min-width: 1001px) {
  .athome3 ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .athome3 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .athome3 ul li:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .athome3 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .athome3 ul li:last-child {
    margin-bottom: 0;
  }
}
.athome3 ul li:nth-child(1) {
  border: 2px solid #00A2A8;
}
.athome3 ul li:nth-child(1) h3 {
  background: #00A2A8;
}
.athome3 ul li:nth-child(2) {
  border: 2px solid #A8D450;
}
.athome3 ul li:nth-child(2) h3 {
  background: #A8D450;
}
.athome3 ul li:nth-child(3) {
  border: 2px solid #81D2E4;
}
.athome3 ul li:nth-child(3) h3 {
  background: #81D2E4;
}
.athome3 ul li:nth-child(4) {
  border: 2px solid #01BC87;
}
.athome3 ul li:nth-child(4) h3 {
  background: #01BC87;
}
.athome3 ul li h3 {
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .athome3 ul li h3 {
    font-size: 16px;
  }
}
.athome3 ul li .bottom {
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .athome3 ul li .bottom {
    padding: 20px;
  }
}
.athome3 ul li .bottom .flex {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .athome3 ul li .bottom .flex {
    display: block;
  }
}
.athome3 ul li .bottom .flex .contents {
  width: 65%;
}
@media screen and (max-width: 1000px) {
  .athome3 ul li .bottom .flex .contents {
    width: 100%;
    margin-bottom: 10px;
  }
}
.athome3 ul li .bottom .flex .contents p {
  font-size: 14px;
  font-weight: 500;
}
.athome3 ul li .bottom .flex .contents p span {
  font-weight: 700;
}
.athome3 ul li .bottom .flex .img {
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .athome3 ul li .bottom .flex .img {
    width: 60%;
    margin: 0 auto;
  }
}

.title-left {
  position: absolute;
  left: -700px;
  width: 640px;
  top: -70px;
}
@media screen and (max-width: 1000px) {
  .title-left {
    left: -180px;
    width: 140px;
    top: 50%;
  }
}

.athome4 {
  position: relative;
}
.athome4 .inner {
  position: relative;
  z-index: 2;
}
.athome4 .bg1 {
  position: absolute;
  top: 2%;
  right: 5%;
  max-width: 150px;
}
@media screen and (max-width: 1000px) {
  .athome4 .bg1 {
    max-width: 40px;
  }
}
.athome4 .bg2 {
  position: absolute;
  top: 56%;
  right: 5%;
  max-width: 150px;
}
@media screen and (max-width: 1000px) {
  .athome4 .bg2 {
    right: 0;
    max-width: 50px;
    display: none;
  }
}
.athome4 .main-title {
  position: absolute;
  width: 60%;
  bottom: 20px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .athome4 .main-title {
    width: 80%;
    max-width: 400px;
    bottom: -20px;
  }
}
.athome4 .main-img {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .athome4 .main-img {
    margin-bottom: 80px;
  }
}
.athome4 .main-img .right {
  position: absolute;
  top: 10px;
  right: 20px;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .athome4 .main-img .right {
    font-size: 10px;
    right: 10px;
    top: 3px;
  }
}
.athome4 .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .athome4 .flex1 {
    display: block;
    margin-bottom: 50px;
  }
}
.athome4 .flex1 .title {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .athome4 .flex1 .title {
    width: 100%;
    top: -20px;
  }
}
.athome4 .flex1 .title .wrap {
  background: #01BC87;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  padding: 10px 50px;
}
@media screen and (max-width: 1000px) {
  .athome4 .flex1 .title .wrap {
    padding: 5px 20px;
    font-size: 16px;
  }
}
.athome4 .flex1 .item {
  border-radius: 25px;
  border: 5px solid #01BC87;
  padding: 60px 40px;
  width: 49.5%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .athome4 .flex1 .item {
    padding: 40px 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  .athome4 .flex1 .item:last-child {
    margin-bottom: 0;
  }
}
.athome4 .ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .athome4 .ul1 {
    display: block;
    margin-bottom: 50px;
  }
}
.athome4 .ul1 li {
  width: 31%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .athome4 .ul1 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .athome4 .ul1 li:last-child {
    margin-bottom: 0;
  }
}
.athome4 .ul1 li .heading {
  color: #BCEDD8;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin-bottom: -10px;
}
@media screen and (max-width: 1000px) {
  .athome4 .ul1 li .heading {
    font-size: 20px;
  }
}
.athome4 .ul1 li .heading span {
  display: block;
  font-size: 300%;
  line-height: 1;
  font-weight: 300;
}
.athome4 .ul1 li .card {
  border-radius: 20px;
  background: #FBFCDC;
  padding: 30px 20px;
}
.athome4 .ul1 li .card h3 {
  background: #01BC87;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .athome4 .ul1 li .card h3 {
    font-size: 16px;
  }
}
.athome4 .ul1 li .card .img {
  margin-bottom: 20px;
}
.athome4 .ul1 li .card p {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  min-height: 130px;
}
@media screen and (max-width: 1000px) {
  .athome4 .ul1 li .card p {
    min-height: auto;
    font-size: 14px;
    text-align: left;
  }
}
.athome4 .box1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .athome4 .box1 {
    margin-bottom: 50px;
  }
}
.athome4 .box1 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}
@media screen and (max-width: 1000px) {
  .athome4 .box1 .row {
    display: block;
    margin-bottom: 10px;
  }
}
.athome4 .box1 .row .dt {
  width: 160px;
  background: #2ACCBB;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
}
.athome4 .box1 .row .dd {
  background: #fff;
  width: calc(100% - 160px);
  padding: 10px;
  font-size: 14px;
}
.athome4 .box1 .row .dt2 {
  padding: 36px 0;
}
.athome4 .box1 .row .dd2 {
  padding: 28px 10px;
}
.athome4 .box1 .heading {
  background: #01BC87;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .athome4 .box1 .heading {
    font-size: 16px;
  }
}
.athome4 .box1 .bottom {
  background: #E9FFF6;
  padding: 60px 20px;
}
@media screen and (max-width: 1000px) {
  .athome4 .box1 .bottom {
    padding: 30px 20px;
  }
}
.athome4 .box1 .box1-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .athome4 .box1 .box1-flex {
    display: block;
  }
}
.athome4 .box1 .box1-flex .left {
  width: 37%;
}
@media screen and (max-width: 1000px) {
  .athome4 .box1 .box1-flex .left {
    width: 100%;
  }
}
.athome4 .box1 .box1-flex .right {
  width: 62%;
}
@media screen and (max-width: 1000px) {
  .athome4 .box1 .box1-flex .right {
    width: 100%;
  }
}
.athome4 .at-block .title1 .t-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.athome4 .at-block .title1 .text1 {
  background: #FFF89E;
  padding: 2px 7px;
  margin-right: 10px;
  color: #01BC87;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .athome4 .at-block .title1 .text1 {
    font-size: 14px;
  }
}
.athome4 .at-block .title1 .text2 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .athome4 .at-block .title1 .text2 {
    font-size: 16px;
  }
}
.athome4 .at-block .title2 {
  margin-bottom: 20px;
}
.athome4 .at-block .title2 .t-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.athome4 .at-block .title2 .text1 {
  color: #01BC87;
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width: 1000px) {
  .athome4 .at-block .title2 .text1 {
    font-size: 20px;
  }
}
.athome4 .at-block .title2 .text2 {
  color: #fff;
  font-weight: 600;
  background: #00999F;
  padding: 4px 10px;
  border-radius: 30px;
  text-align: center;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .athome4 .at-block .title2 .text2 {
    font-size: 14px;
  }
}
.athome4 .at-block .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .athome4 .at-block .flex2 {
    display: block;
  }
}
.athome4 .at-block .flex2 .left {
  width: 32%;
}
@media screen and (max-width: 1000px) {
  .athome4 .at-block .flex2 .left {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.athome4 .at-block .flex2 .left .item {
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .athome4 .at-block .flex2 .left .item {
    width: 48%;
    margin-bottom: 0;
  }
}
.athome4 .at-block .flex2 .right {
  width: 66%;
}
@media screen and (max-width: 1000px) {
  .athome4 .at-block .flex2 .right {
    width: 100%;
  }
}
.athome4 .at-block .flex2 .right .heading {
  background: #01BC87;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 5px 0;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .athome4 .at-block .flex2 .right .heading {
    font-size: 16px;
  }
}
.athome4 .at-block .flex2 .right .bottom {
  padding: 10px;
}
.athome4 .at-block .flex2 .right .bottom .text3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .athome4 .at-block .flex2 .right .bottom .text3 {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.athome4 .at-block .flex2 .right .bottom .text3 span {
  color: #2ACCBB;
  font-size: 140%;
}
.athome4 .at-block .flex2 .right .b-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .athome4 .at-block .flex2 .right .b-flex {
    display: block;
  }
}
.athome4 .at-block .flex2 .right .b-flex .left2 {
  width: calc(100% - 200px);
  font-size: 26px;
  font-weight: 700;
  color: #2ACCBB;
  line-height: 1.5;
}
.athome4 .at-block .flex2 .right .b-flex .left2 span {
  font-size: 60%;
}
@media screen and (max-width: 1000px) {
  .athome4 .at-block .flex2 .right .b-flex .left2 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.athome4 .at-block .flex2 .right .b-flex .right2 {
  width: 140px;
}
@media screen and (max-width: 1000px) {
  .athome4 .at-block .flex2 .right .b-flex .right2 {
    width: 130px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  .athome4 .box1 .row .dt {
    font-size: 14px;
    padding: 10px 0;
    width: 100%;
  }
  .athome4 .box1 .row .dd {
    font-size: 14px;
    padding: 10px;
    width: 100%;
  }
}
.athome5 {
  position: relative;
}
.athome5 .inner {
  position: relative;
  z-index: 2;
}
.athome5 .bg1 {
  position: absolute;
  top: 80px;
  right: 5%;
  max-width: 150px;
}
@media screen and (max-width: 1000px) {
  .athome5 .bg1 {
    top: 40px;
    max-width: 40px;
  }
}
.athome5 .title1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .athome5 .title1 {
    margin-bottom: 30px;
  }
}
.athome5 .title1 .t-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.athome5 .title1 .text1 {
  background: #FFF89E;
  padding: 2px 7px;
  margin-right: 10px;
  color: #01BC87;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .athome5 .title1 .text1 {
    font-size: 14px;
  }
}
.athome5 .title1 .text2 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .athome5 .title1 .text2 {
    font-size: 16px;
  }
}

.athome5 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .athome5 .flex {
    display: block;
  }
}
.athome5 .flex .left {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .athome5 .flex .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.athome5 .flex .right {
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .athome5 .flex .right {
    width: 100%;
  }
}
.athome5 .flex .right .row {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .athome5 .flex .right .row {
    margin-bottom: 20px;
  }
}
.athome5 .flex .right .row:last-child {
  margin-bottom: 0;
}
.athome5 .flex .right .row .dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #01BC87;
  margin-bottom: 10px;
}
.athome5 .flex .right .row .dt .icon {
  width: 55px;
  height: 59px;
  background: #2ACCBB;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .athome5 .flex .right .row .dt .icon {
    width: 45px;
    height: 49px;
  }
}
.athome5 .flex .right .row .dt .icon .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  max-width: 25px;
}
@media screen and (max-width: 1000px) {
  .athome5 .flex .right .row .dt .icon .wrap {
    max-width: 20px;
  }
}
.athome5 .flex .right .row .dt .icon .wrap2 {
  max-width: 30px;
}
@media screen and (max-width: 1000px) {
  .athome5 .flex .right .row .dt .icon .wrap2 {
    max-width: 25px;
  }
}
.athome5 .flex .right .row .dt .text1 {
  background: #01BC87;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .athome5 .flex .right .row .dt .text1 {
    font-size: 14px;
  }
}
.athome5 .flex .right .row .dd {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .athome5 .flex .right .row .dd {
    font-size: 14px;
  }
}

.footer .contents1-flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: none;
}
@media screen and (max-width: 1000px) {
  .footer .contents1-flex ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .footer .contents1-flex ul li {
    width: 50%;
    text-align: center;
  }
}

.athome6 {
  background: url(../img/athome6-bg.webp) no-repeat top center/cover;
  position: relative;
}
.athome6 .inner {
  position: relative;
  z-index: 2;
}
.athome6 .bg1 {
  position: absolute;
  top: 100px;
  left: 10%;
  max-width: 150px;
}
@media screen and (max-width: 1000px) {
  .athome6 .bg1 {
    top: 20px;
    max-width: 60px;
  }
}
.athome6 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .athome6 .flex {
    display: block;
  }
}
.athome6 .flex .item {
  width: 49%;
}
@media screen and (max-width: 1000px) {
  .athome6 .flex .item {
    margin-bottom: 20px;
    width: 100%;
  }
}
.athome6 .bottom {
  background: #E9FFF6;
  padding: 40px;
}
@media screen and (max-width: 1000px) {
  .athome6 .bottom {
    padding: 20px;
  }
}
.athome6 h3 {
  font-size: 20px;
  background: #01BC87;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 1000px) {
  .athome6 h3 {
    font-size: 16px;
  }
}
.athome6 .box {
  background: #fff;
  margin-bottom: 10px;
  padding: 30px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  .athome6 .box {
    padding: 20px;
  }
}
.athome6 .box:last-child {
  margin-bottom: 0;
}
.athome6 .text1 {
  color: #FFBF10;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .athome6 .text1 {
    font-size: 16px;
  }
}
.athome6 .text1 span {
  font-size: 40px;
}
@media screen and (max-width: 1000px) {
  .athome6 .text1 span {
    font-size: 26px;
  }
}
.athome6 .text2 {
  background: #FBFCDC;
  padding: 10px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .athome6 .text2 {
    font-size: 14px;
    text-align: left;
  }
}
.athome6 .text3 {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .athome6 .text3 {
    font-size: 14px;
    text-align: left;
  }
}
.athome6 .text1-1 {
  text-align: center;
}
.athome6 .text4 {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: 15px;
  color: #01BC87;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .athome6 .text4 {
    font-size: 14px;
    text-align: left;
  }
}
.athome6 .text5 {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.athome6 .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.5px solid #FFBF10;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .athome6 .heading {
    display: block;
  }
}
.athome6 .heading .left {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-right: 10px;
  background: #FBFCDC;
  padding: 5px;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .athome6 .heading .left {
    font-size: 14px;
  }
}
.athome6 .heading .left span {
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .athome6 .heading .text1 {
    text-align: center;
  }
}
.athome6 .row {
  max-width: 230px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}
.athome6 .row .dt {
  width: 80px;
  min-width: 80px;
  background: #FBFCDC;
  font-weight: 500;
  text-align: center;
}
.athome6 .row .dd {
  width: calc(100% - 100px);
}
.athome6 .row .dd {
  color: #FFBF10;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .athome6 .row .dd {
    font-size: 22px;
  }
}
.athome6 .text6 {
  color: #2ACCBB;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .athome6 .text6 {
    text-align: left;
    font-size: 12px;
  }
}
.athome6 .flex2 {
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .athome6 .flex2 {
    margin-top: 20px;
  }
}
.athome6 .flex2 .row2 {
  max-width: 900px;
  margin: 0 auto 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .athome6 .flex2 .row2 {
    display: block;
  }
}
.athome6 .flex2 .row2 .dt2 {
  width: 160px;
  background: #2ACCBB;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .athome6 .flex2 .row2 .dt2 {
    width: 100%;
    font-size: 15px;
    padding: 10px 20px;
  }
}
.athome6 .flex2 .row2 .dd2 {
  width: calc(100% - 160px);
  padding: 20px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .athome6 .flex2 .row2 .dd2 {
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
  }
}
.athome6 .flex2 .row2 .dd2 .span1 {
  font-weight: 700;
  display: block;
}
.athome6 .flex2 .row2 .dd2 .span2 {
  font-size: 12px;
  display: block;
  line-height: 1.3;
}

@media screen and (max-width: 1000px) {
  .athome6 .text5 {
    text-align: left;
    line-height: 1.4;
  }
}
.at-last-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .at-last-flex {
    display: block;
  }
}
.at-last-flex .item {
  width: 49%;
  color: #fff;
  background: #2ACCBB;
  padding: 20px;
}
.at-last-flex .item a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.at-last-flex .item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .at-last-flex .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .at-last-flex .item:last-child {
    margin-bottom: 0;
  }
}
.at-last-flex .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  min-height: 80.5px;
}
@media screen and (max-width: 1000px) {
  .at-last-flex .heading {
    display: block;
  }
}
.at-last-flex .heading .left {
  background: #FFF89E;
  color: #01BC87;
  line-height: 1.4;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  margin-right: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .at-last-flex .heading .left {
    font-size: 14px;
    padding: 5px;
    max-width: 200px;
    margin: 0 auto;
  }
}
.at-last-flex .heading .left span {
  display: block;
  font-size: 70%;
}
.at-last-flex .heading .right {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .at-last-flex .heading .right {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
  }
}
.at-last-flex .add-text {
  font-size: 18px;
  font-weight: 700;
  font-weight: 700;
  text-align: right;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .at-last-flex .add-text {
    font-size: 12px;
    text-align: left;
  }
}
.at-last-flex .add-text span {
  font-size: 80%;
}
.at-last-flex .btn {
  margin-top: 10px;
}
.at-last-flex .btn a {
  border: 1px solid #fff;
  border-radius: 4px;
  line-height: 1.4;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .at-last-flex .btn a {
    font-size: 14px;
  }
}