@charset "UTF-8";
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  　　　　content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.p-sumai100__mainImg {
  position: relative;
  margin-bottom: 105px;
}

@media screen and (max-width: 767px) {
  .p-sumai100__mainImg {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-sumai100__mainImg {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    width: 100%;
    height: 150px;
  }

  .swiper-container img {
    width: 150%;
    height: auto;
  }
}
.swiper-pagination {
  bottom: -45px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: -25px;
  }
}
.p-sumai100__mainImg .swiper-pagination-bullet {
  background: #818181;
  width: 15px;
  height: 15px;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .p-sumai100__mainImg .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 10px;
  }
}
.swiper-button-prev {
  background-image: none;
  background-color: #fff;
  width: 40px;
  height: 100px;
  left: 0;
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev {
    width: 20px;
    height: 50px;
    margin-top: -47px;
  }
}
.swiper-button-prev:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 0;
  width: 25px;
  height: 25px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media screen and (max-width: 767px) {
  .swiper-button-prev:before {
    width: 12px;
    height: 12px;
  }
}
.swiper-button-next {
  background-image: none;
  background-color: #fff;
  width: 40px;
  height: 100px;
  right: 0;
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
  .swiper-button-next {
    width: 20px;
    height: 50px;
    margin-top: -47px;
  }
}
.swiper-button-next:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0;
  width: 25px;
  height: 25px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .swiper-button-next:before {
    width: 12px;
    height: 12px;
  }
}
.p-sumai100__point .p-sumai100__point--ttl {
  text-align: center;
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 1.3;
}

.p-sumai100__point .p-sumai100__point--stxt {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-sumai100__point .p-sumai100__point--ttl {
    font-size: 4.69361vw;
  }

  .p-sumai100__point .p-sumai100__point--stxt {
    font-size: 3.733vw;
  }
}
.p-sumai100__point .p-sumai100__point--list {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 767px) {
  .p-sumai100__point .p-sumai100__point--list {
    margin: auto 80px;
  }
}
.p-sumai100__point .p-sumai100__point--list li {
  display: flex;
  justify-content: center;
  text-align: center;
  min-width: 220px;
  position: relative;
  line-height: 1.5;
  font-size: 1.6rem;
}

.p-sumai100__point .p-sumai100__point--list li img {
  margin-top: 10px;
  max-width: 220px;
}

@media screen and (max-width: 767px) {
  .p-sumai100__point .p-sumai100__point--list li {
    min-width: 100px;
    width: 32%;
    font-size: 3.2vw;
  }

  .p-sumai100__point .p-sumai100__point--list li img {
    width: 100%;
    margin-top: 10px;
    height: auto;
  }
}
.p-sumai100__point .p-sumai100__point--list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .p-sumai100__point .p-sumai100__point--list li::before {
    font-size: 5.333vw;
  }
}
.p-sumai100__point .p-sumai100__point--list li:first-child:before {
  content: "01";
}

.p-sumai100__point .p-sumai100__point--list li:nth-last-of-type(2):before {
  content: "02";
}

.p-sumai100__point .p-sumai100__point--list li:last-child:before {
  content: "03";
}

@media screen and (min-width: 767px) {
  .p-sumai100__cat--wrap {
    display: flex;
  }
}
.p-sumai100__arw {
  position: relative;
}

.p-sumai100__arw:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-sumai100__arw.p-sumai100__arw--white:before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.p-sumai100__category {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .p-sumai100__category {
    width: calc(50% - 40px);
    margin: 0 20px 40px 20px;
  }
}
.p-sumai100__category ul li {
  width: calc(50% - 5px);
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  background-color: #5e9ea4;
  border: 1px solid #5e9ea4;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .p-sumai100__category ul li {
    font-size: 3.733vw;
  }
}
.p-sumai100__category ul li:hover:before {
  border-top: 1px solid #51999B;
  border-right: 1px solid #51999B;
}

.p-sumai100__category ul li:nth-child(2n) {
  margin-right: 0;
}

.p-sumai100__category ul li:nth-child(1) {
  border: 1px solid #83867C;
  background: #83867C;
}

.p-sumai100__category ul li:nth-child(1):hover:before {
  border-top: 1px solid #83867C;
  border-right: 1px solid #83867C;
}

.p-sumai100__category ul li:nth-child(1) a:hover {
  color: #83867C;
}

.p-sumai100__category ul li:nth-child(2) {
  border: 1px solid #EE7948;
  background: #EE7948;
}

.p-sumai100__category ul li:nth-child(2):hover:before {
  border-top: 1px solid #EE7948;
  border-right: 1px solid #EE7948;
}

.p-sumai100__category ul li:nth-child(2) a:hover {
  color: #EE7948;
}

.p-sumai100__category ul li:nth-child(3) {
  border: 1px solid #80AA29;
  background: #80AA29;
}

.p-sumai100__category ul li:nth-child(3):hover:before {
  border-top: 1px solid #80AA29;
  border-right: 1px solid #80AA29;
}

.p-sumai100__category ul li:nth-child(3) a:hover {
  color: #80AA29;
}

.p-sumai100__category ul li:nth-child(4) {
  border: 1px solid #30A3C0;
  background: #30A3C0;
}

.p-sumai100__category ul li:nth-child(4):hover:before {
  border-top: 1px solid #30A3C0;
  border-right: 1px solid #30A3C0;
}

.p-sumai100__category ul li:nth-child(4) a:hover {
  color: #30A3C0;
}

.p-sumai100__category ul li:nth-child(5) {
  border: 1px solid #EA6181;
  background: #EA6181;
}

.p-sumai100__category ul li:nth-child(5):hover:before {
  border-top: 1px solid #EA6181;
  border-right: 1px solid #EA6181;
}

.p-sumai100__category ul li:nth-child(5) a:hover {
  color: #EA6181;
}

.p-sumai100__category ul li a {
  display: block;
  padding: 2rem 0;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-sumai100__category ul li a:hover {
  background-color: #fff;
  color: #5e9ea4;
}

.p-sumai100__feature {
  margin-bottom: 40px;
}

@media screen and (min-width: 767px) {
  .p-sumai100__feature {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
}
.p-sumai100__feature ul li {
  width: calc(50% - 5px);
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  background: #BAAFA6;
  border: 1px solid #BAAFA6;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .p-sumai100__feature ul li {
    font-size: 3.733vw;
  }
}
.p-sumai100__feature ul li:nth-child(2n) {
  margin-right: 0;
}

.p-sumai100__feature ul li:hover:before {
  border-top: 1px solid #BAAFA6;
  border-right: 1px solid #BAAFA6;
}

.p-sumai100__feature ul li a:hover {
  color: #BAAFA6;
  background-color: #fff;
}

.p-sumai100__feature ul li a {
  padding: 2rem 0;
  display: block;
}

.p-sumai100__feature ul li:nth-child(2) a {
  padding: 0.8rem 0;
}

.p-sumai100__link {
  margin-bottom: 45px;
  border-top: 1px solid #999999;
  padding-top: 40px;
}

@media screen and (min-width: 767px) {
  .p-sumai100__link {
    margin: 0 20px 80px 20px;
  }

  .p-sumai100__link ul {
    display: flex;
    justify-content: space-between;
  }
}
.p-sumai100__link ul li {
  width: calc(25% - 15px);
  border: 1px solid #333;
  margin: 0 20px 0 0;
  color: #333;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size: 1.6rem;
}

.p-sumai100__link ul li:last-child {
  margin-right: 0;
}

.p-sumai100__link ul li:hover {
  background-color: #333;
  color: #fff;
}

.p-sumai100__link ul li:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-sumai100__link ul li {
    float: left;
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
    font-size: 3.733vw;
  }

  .p-sumai100__link ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-sumai100__link ul li a {
  display: block;
  padding: 10px;
}

@media screen and (min-width: 767px) {
  .p-sumai100__howto .p-sumai100__howto--area {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-sumai100__howto .p-sumai100__howto--img img {
    width: 100%;
  }
}
.p-sumai100-23-feature {
  width: calc(50% - 40px);
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-sumai100-23-feature {
    margin-bottom: 40px;
    width: 100%;
    margin: 0;
  }
}

.p-sumai100-23-feature__anchor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.p-sumai100-23-feature__anchor-link {
  display: flex;
  border: 3px solid #F3994F;
}
.p-sumai100-23-feature__anchor-link.--color-green {
  border: 3px solid #66BF97;
}
.p-sumai100-23-feature__anchor-link.--color-green .p-sumai100-23-feature__anchor-text {
  color: #66BF97;
  background: #F3F9F6;
  border-left: 3px solid #66BF97;
}
.p-sumai100-23-feature__anchor-link.--color-blue {
  border: 3px solid #8D93C8;
}
.p-sumai100-23-feature__anchor-link.--color-blue .p-sumai100-23-feature__anchor-text {
  color: #8D93C8;
  background: #F5F5FB;
  border-left: 3px solid #8D93C8;
}
.p-sumai100-23-feature__anchor-link img {
  margin-top: -1px;
  margin-left: -1px;
  margin-bottom: -1px;
  margin-right: -1px;
}

.p-sumai100-23-feature__anchor-text {
  color: #F3994F;
  font-family: Inder;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
  background: #FEF7EF;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  border-left: 3px solid #F3994F;
}
.p-sumai100-23__iframe-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-sumai100-23__iframe-wrapper {
    max-width: 100%;
  }
}
.p-sumai100-23__iframe-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
