/* @mixin ----------*/
/* contents ----------*/
body {
  font-weight: 500;
}

article {
  padding: 0;
}

sup {
  top: -0.3em;
}

.inr {
  margin: 0 auto;
  max-width: 124rem;
  padding: 0 2rem;
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

.caption {
  font-weight: 400;
}
.caption.center {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .caption.center {
    padding-left: 0;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    max-width: 90rem;
    width: 100%;
  }
  .caption.center > li {
    text-align: center;
    text-indent: 0;
  }
}

.btn-has-arrow-left {
  text-align: left;
}

/* mv ----------*/
.visual {
  background-color: #f0f6f8;
}
.visual img {
  height: 45rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media print, screen and (max-width: 1200px) {
  .visual img {
    height: 30rem;
  }
}
@media print, screen and (max-width: 1000px) {
  .visual img {
    height: 25rem;
  }
}
@media print, screen and (max-width: 767px) {
  .visual {
    background-image: url(../images/mv-sp.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 82.5%;
  }
  .visual img {
    display: none;
  }
}
.visual-caption {
  margin-top: 2.5rem;
  text-align: right;
}

/* feature ----------*/
.feature-ttl01 {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 8rem;
  padding-top: 21rem;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .feature-ttl01 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    padding-top: 17rem;
  }
}
.feature-ttl01::before {
  background-image: url(../images/feature-ttl-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 18.1rem;
  margin-left: -10rem;
  position: absolute;
  top: 0;
  left: 50%;
  width: 20rem;
}
@media print, screen and (max-width: 767px) {
  .feature-ttl01::before {
    background-size: contain;
    height: 14rem;
    margin-left: -7.5rem;
    width: 15rem;
  }
}
.feature-ttl01 small {
  font-size: 2rem;
  display: block;
  margin-top: 3rem;
}
@media print, screen and (max-width: 767px) {
  .feature-ttl01 small {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
.feature-ttl01.no-deco {
  margin-top: 16rem;
  padding-top: 0;
}
@media print, screen and (max-width: 767px) {
  .feature-ttl01.no-deco {
    margin-top: 7rem;
  }
}
.feature-ttl01.no-deco::before, .feature-ttl01.no-deco::after {
  display: none;
}
.feature-ttl01.icon02 {
  padding-top: 18rem;
}
@media print, screen and (max-width: 767px) {
  .feature-ttl01.icon02 {
    padding-top: 14.5rem;
  }
}
.feature-ttl01.icon02::before {
  background-image: url(../images/feature-ttl-icon02.png);
  height: 15rem;
}
@media print, screen and (max-width: 767px) {
  .feature-ttl01.icon02::before {
    height: 11.5rem;
  }
}
.feature-ttl01.icon03 {
  padding-top: 22.6rem;
}
@media print, screen and (max-width: 767px) {
  .feature-ttl01.icon03 {
    padding-top: 17.6rem;
  }
}
.feature-ttl01.icon03 span {
  font-size: 3rem;
}
.feature-ttl01.icon03::before {
  background-image: url(../images/feature-ttl-icon03.png);
  height: 19.6rem;
}
@media print, screen and (max-width: 767px) {
  .feature-ttl01.icon03::before {
    height: 14.6rem;
  }
}
.feature-txt {
  font-size: 2.2rem;
  line-height: 1.8;
  margin-right: auto;
  margin-left: auto;
  max-width: 90rem;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .feature-txt {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
  }
}
.feature-img {
  margin-top: 12rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 90rem;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .feature-img {
    margin-top: 5rem;
  }
}
.feature-img-box {
  margin-right: auto;
  margin-left: auto;
  max-width: 90rem;
  width: 100%;
}
.feature-img + .caption {
  margin-right: auto;
  margin-left: auto;
  max-width: 90rem;
  width: 100%;
}
.feature-link-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 5rem;
}
@media print, screen and (max-width: 767px) {
  .feature-link-box {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.feature-link-ttl {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 767px) {
  .feature-link-ttl {
    font-size: 1.6rem;
    text-align: left;
    width: 100%;
  }
}
.feature-link-item a {
  border: 1px solid #a4a4a5;
  border-radius: 10px;
  color: #6a6969;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  padding: 0.5rem 2rem 0.5rem 4rem;
  position: relative;
  transition: opacity 0.3s ease;
}
@media print, screen and (max-width: 767px) {
  .feature-link-item a {
    border-radius: 5px;
    font-size: 1.6rem;
    padding: 0.5rem 1.5rem 0.5rem 3.5rem;
  }
}
.feature-link-item a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.feature-link-item a::before {
  background-image: url(../images/feature-link-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.4rem;
  margin-top: -0.7rem;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 1.2rem;
}
@media print, screen and (max-width: 767px) {
  .feature-link-item a::before {
    height: 1rem;
    margin-top: -0.5rem;
    left: 1rem;
    width: 0.8rem;
  }
}

/* read-box ----------*/
.read-box-ttl {
  font-size: 4.5rem;
  font-weight: 400;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 7rem;
  position: relative;
  max-width: 82rem;
  width: 100%;
}
@media print, screen and (max-width: 1200px) {
  .read-box-ttl {
    font-size: 3.5rem;
    max-width: 63rem;
  }
}
@media print, screen and (max-width: 767px) {
  .read-box-ttl {
    font-size: 2.6rem;
    max-width: 25rem;
    margin-bottom: 3rem;
  }
}
.read-box-ttl::before, .read-box-ttl::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 3.5rem;
  left: -6rem;
  transform: rotate(60deg);
  width: 60px;
}
@media print, screen and (max-width: 1200px) {
  .read-box-ttl::before, .read-box-ttl::after {
    top: 3rem;
    left: -5rem;
    width: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .read-box-ttl::before, .read-box-ttl::after {
    top: 4rem;
    transform: rotate(70deg);
    width: 70px;
  }
}
.read-box-ttl::after {
  right: -6rem;
  left: auto;
  transform: rotate(-60deg);
}
@media print, screen and (max-width: 1200px) {
  .read-box-ttl::after {
    right: -5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .read-box-ttl::after {
    transform: rotate(-70deg);
  }
}
.read-box-btn a {
  background-color: #ed7a94;
  border-radius: 1rem;
  color: #fff;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.8rem 4.5rem 1rem;
  transition: opacity 0.3s ease;
}
@media print, screen and (max-width: 767px) {
  .read-box-btn a {
    font-size: 1.8rem;
  }
}
.read-box-btn a:hover {
  opacity: 0.5;
  text-decoration: none;
}

/* section ----------*/
.section {
  padding-top: 14rem;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section {
    padding-top: 7rem;
  }
}
.section-tecbg {
  background-image: url(../images/sec-link-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section a:hover {
  text-decoration: none;
}
.section-link {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 768px) {
  .section-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10rem;
  }
}
.section-link li {
  border-radius: 1rem;
  width: 30%;
}
@media print, screen and (min-width: 768px) {
  .section-link li {
    padding: 0 2.5rem 5rem;
  }
}
@media print, screen and (max-width: 1200px) {
  .section-link li {
    padding: 0 1.5rem 3rem;
    width: 45rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .section-link li {
    width: 35rem;
  }
}
@media print, screen and (max-width: 767px) {
  .section-link li {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2.5rem;
    max-width: 35rem;
    padding: 0;
    width: 100%;
  }
}
.section-link li a {
  background-color: #c55793;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  border-radius: 1rem;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  height: 100%;
  text-align: center;
  transition: opacity 0.3s ease;
  padding: 6.5rem 0.5rem 7rem 41%;
  position: relative;
}
@media print, screen and (max-width: 1200px) {
  .section-link li a {
    padding: 6.5rem 0.5rem 7rem 29%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .section-link li a {
    padding: 6.5rem 0.5rem 7rem 37%;
  }
}
@media print, screen and (max-width: 767px) {
  .section-link li a {
    font-size: 1.6rem;
    text-align: left;
    padding: 4.5rem 4rem 2.5rem 37%;
  }
}
.section-link li a::before {
  background-image: url(../images/sec-link_img01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem 0 0 1rem;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 38.9%;
}
@media print, screen and (max-width: 1200px) {
  .section-link li a::before {
    width: 28%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .section-link li a::before {
    width: 35%;
  }
}
@media print, screen and (max-width: 767px) {
  .section-link li a::before {
    background-image: url(../images/sec-link_img01-sp.jpg);
    width: 33%;
  }
}
.section-link li a::after {
  background-image: url(../images/sec-link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 3.9rem;
  margin-right: -7.8rem;
  position: absolute;
  right: 50%;
  bottom: 1.5rem;
  width: 3.9rem;
}
@media print, screen and (max-width: 767px) {
  .section-link li a::after {
    height: 2rem;
    margin-top: 0.25rem;
    margin-right: 0;
    top: 50%;
    right: 1.5rem;
    bottom: auto;
    width: 2rem;
  }
}
.section-link li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.section-link li a span {
  background-color: #f9d5e5;
  border-radius: 1rem 1rem 0 0;
  color: #000;
  display: block;
  font-size: 1.8rem;
  padding: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .section-link li a span {
    font-size: 1.4rem;
  }
}
.section-link li a small {
  font-size: 1.2rem;
}
.section-link li:nth-of-type(2) a::before {
  background-image: url(../images/sec-link_img02.jpg);
}
@media print, screen and (max-width: 767px) {
  .section-link li:nth-of-type(2) a::before {
    background-image: url(../images/sec-link_img02-sp.jpg);
  }
}
.section-link li:nth-of-type(3) a::before {
  background-image: url(../images/sec-link_img03.jpg);
}
@media print, screen and (max-width: 767px) {
  .section-link li:nth-of-type(3) a::before {
    background-image: url(../images/sec-link_img03-sp.jpg);
  }
}
.section-link li:nth-of-type(4) a::before {
  background-image: url(../images/sec-link_img06.jpg);
}
@media print, screen and (max-width: 767px) {
  .section-link li:nth-of-type(4) a::before {
    background-image: url(../images/sec-link_img06-sp.jpg);
  }
}
.section-link li:nth-of-type(5) a::before {
  background-image: url(../images/sec-link_img04.jpg);
}
@media print, screen and (max-width: 767px) {
  .section-link li:nth-of-type(5) a::before {
    background-image: url(../images/sec-link_img04-sp.jpg);
  }
}
.section-link li:nth-of-type(6) a::before {
  background-image: url(../images/sec-link_img05.jpg);
}
@media print, screen and (max-width: 767px) {
  .section-link li:nth-of-type(6) a::before {
    background-image: url(../images/sec-link_img05-sp.jpg);
  }
}

/* section03 ----------*/
.section03 .caption {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  max-width: 90rem;
  width: 100%;
}

/* read-ttl-btn ----------*/
.read-ttl-btn {
  margin-bottom: 18rem;
}
@media print, screen and (max-width: 1200px) {
  .read-ttl-btn {
    margin-bottom: 15rem;
  }
}
@media print, screen and (max-width: 767px) {
  .read-ttl-btn {
    margin-bottom: 7rem;
  }
}
.read-ttl-btn a {
  background-color: #c490bf;
  border-radius: 1rem;
  color: #fff;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  max-width: 40rem;
  padding: 0.8rem 5rem 1rem;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .read-ttl-btn a {
    font-size: 1.8rem;
    max-width: 100%;
    width: auto;
  }
}
.read-ttl-btn a::after {
  background-image: url(../images/read-ttl-btn-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 3.4rem;
  margin-top: -1.7rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.8rem;
}
@media print, screen and (max-width: 767px) {
  .read-ttl-btn a::after {
    height: 2.4rem;
    margin-top: -1.2rem;
    right: 1.5rem;
    width: 1.4rem;
  }
}
.read-ttl-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.read-ttl-btn.long {
  margin-top: 25rem;
  margin-bottom: 0;
}
@media print, screen and (max-width: 1200px) {
  .read-ttl-btn.long {
    margin-top: 10rem;
  }
}
.read-ttl-btn.long a {
  background-color: #c55793;
  font-size: 4.3rem;
  max-width: 100%;
  padding: 0.8rem 14rem 1rem;
  width: auto;
}
@media print, screen and (max-width: 1200px) {
  .read-ttl-btn.long a {
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 767px) {
  .read-ttl-btn.long a {
    font-size: 2.3rem;
    padding: 0.8rem 5rem 1rem;
  }
}
.read-ttl-btn.long a::after {
  height: 3.8rem;
  margin-top: -1.9rem;
  right: 3rem;
  width: 2.5rem;
}
@media print, screen and (max-width: 1200px) {
  .read-ttl-btn.long a::after {
    height: 2.8rem;
    margin-top: -1.4rem;
    right: 2.2rem;
    width: 1.5rem;
  }
}

/* section02 ----------*/
.section02 {
  padding-top: 23rem;
}
@media print, screen and (max-width: 767px) {
  .section02 {
    padding-top: 10rem;
  }
}

/* section03 ----------*/
.section03 {
  padding-top: 18rem;
}
@media print, screen and (max-width: 767px) {
  .section03 {
    padding-top: 7rem;
  }
}
.section03 .feature-ttl01.no-deco {
  margin-top: 0;
}

/* section05 ----------*/
.section05 {
  padding-top: 22rem;
  padding-bottom: 26rem;
}
@media print, screen and (max-width: 767px) {
  .section05 {
    padding-top: 10rem;
    padding-bottom: 7rem;
  }
}

.link-btn {
  display: block;
  margin: 10rem auto 0;
  max-width: 73rem;
  transition: opacity 0.3s ease;
  width: 100%;
}
.link-btn:hover {
  opacity: 0.5;
}
@media print, screen and (max-width: 767px) {
  .link-btn {
    margin: 3rem auto 0;
  }
}

/* section06 ----------*/
.section06 {
  padding-top: 19rem;
  padding-bottom: 17rem;
}
@media print, screen and (max-width: 767px) {
  .section06 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.caption-box {
  border-top: 1px solid #727171;
  margin-top: 15rem;
  padding-top: 15rem;
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .caption-box {
    margin-top: 7rem;
    padding-top: 7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .caption-box .caption {
    line-height: 1.7;
  }
}
.caption-box .caption + .caption {
  margin-top: 2.5rem;
}

/* section07 ----------*/
.section07 {
  padding-top: 15rem;
  padding-bottom: 20rem;
}
@media print, screen and (max-width: 767px) {
  .section07 {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}

/* section08 ----------*/
.section08 {
  padding-top: 0;
  padding-bottom: 20rem;
}
@media print, screen and (max-width: 767px) {
  .section08 {
    padding-top: 3rem;
    padding-bottom: 7rem;
  }
}

/* c-w-btn ----------*/
.c-w-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 70rem;
  width: 100%;
  transition: opacity 0.3s ease;
}
@media print, screen and (max-width: 767px) {
  .c-w-btn {
    max-width: 35rem;
  }
}
.c-w-btn:hover {
  opacity: 0.3;
}
.c-w-btn-txt {
  color: #4c4948;
  font-size: 2.8rem;
  font-weight: 400;
  margin-top: 24rem;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 767px) {
  .c-w-btn-txt {
    font-size: 2rem;
    margin-top: 7rem;
    margin-bottom: 1.5rem;
  }
}

/* other ----------*/
hr {
  border-color: #727171;
}

@media print, screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}
/*# sourceMappingURL=aiot_design.css.map */