#product_top .product_box {
  margin-top: 8rem
}
#product_top .product-box2 {
  border: 1px solid #4ec5cb;
  margin-top: 5rem;
}
#product_top .product-box3 {
  margin-top: 5rem;
}
#product_top .product-box2 h2 {
  text-align: center;
  margin: 1em 0;
}
#product_top .product-box2 .box2-inner {
  padding: 0;
  border: 10px solid #f3f9f9;
}
#product_top .product02_list-04 h4.list_ttl_bgrb {
  text-align: center;
  background-image: url(../img/product02_t-a-l.png), url(../img/product02_t-a-r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0% 50%, 100% 50%;
  background-color: #3a4d69;
  padding: 0.5em 1em;
  color: #ffffff;
  display: block;
  width: 80%;
  margin: 0 auto;
}
#product_top .product_ttl {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: .4em;
  border-bottom: 1px solid #4ec5cb;
}
.product_ttl.ff_zenkaku span {
  display: inline-block;
  padding: 1em 0
}
#product_top .menu_area .efforts_txt {
  margin: 1em 0 3em;
  font-weight: 600;
  text-align: center
}
#product_top .menu_area .menu_wrap {
  margin-top: 1.5rem;
  padding: 2rem 6rem 3rem 0;
  background-color: #4ec5cb;
  border-radius: 25px;
  border-bottom-right-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}
#product_top .menu_area .ttl_area {
  width: 15%
}
#product_top .menu_area .list_area {
  width: 77%
}
#product_top .menu_area .menu_ttl {
  color: #3ea0a5;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  filter: drop-shadow(2px 3px 0 rgba(0, 0, 0, 0.2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative
}
#product_top .menu_area .menu_ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%)
}
#product_top .menu_area .menu_ttl span {
  display: inline-block;
  font-size: 70%;
  text-align: left;
  line-height: 1.3
}
#product_top .menu_area .menu_list {
  display: flex;
  flex-wrap: wrap
}
#product_top .menu_area .menu_list a {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  padding: 1em 0;
  background-color: #fff;
  border: 2px solid #3aa2a7;
  border-radius: 20px
}
#product_top .menu_area .menu_list a:hover {
  background-color: #9ce2e5
}
#product_top .menu_area .menu_list .btn_blank span {
  display: inline-block;
  padding-right: 1.5em;
  position: relative
}
#product_top .menu_area .menu_list .btn_blank span::before {
  content: "";
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/product_icon.png) no-repeat center/contain;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0
}
#product_top .menu_area .menu_list .btn_anchor {
  padding-bottom: 2.2em;
  background: #fff url(../img/product_icon_anc.png) no-repeat center bottom .5em/1.2em
}
#product_top .menu_area .wrap01 {
  align-items: center
}
#product_top .menu_area .wrap01 .menu_ttl {
  height: 8rem
}
#product_top .menu_area .wrap01 .menu_ttl::before {
  border-width: 4rem 0 4rem 3rem
}
#product_top .menu_area .wrap01 .menu_list {
  justify-content: space-between
}
#product_top .menu_area .wrap01 .menu_list li {
  width: 48%
}
#product_top .menu_area .wrap02 .menu_ttl {
  height: 12rem
}
#product_top .menu_area .wrap02 .menu_ttl::before {
  border-width: 6rem 0 6rem 3rem
}
#product_top .menu_area .wrap02 .menu_list li {
  width: 31%;
  margin-bottom: 1.5rem
}
#product_top .menu_area .wrap02 .menu_list li:not(:nth-child(3n)) {
  margin-right: 3.5%
}
#product_top .devise_list {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
#product_top .devise_list li {
  width: 48%;
  margin-top: 1.5rem;
  border: 1px solid #4ec5cb
}
#product_top .devise_list .list_inner {
  padding: 1.5rem 3rem 3rem;
  border: 10px solid #f3f9f9;
  height: 100%
}
#product_top .devise_list .list_ttl {
  margin: 0 auto;
  width: 90%;
  height: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #3a4d69;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}
#product_top .devise_list .list_ttl::before, #product_top .devise_list .list_ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0
}
#product_top .devise_list .list_ttl::before {
  border-width: 2rem 1rem 2rem 0;
  border-color: rgba(0, 0, 0, 0) #3a4d69 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  left: 0;
  transform: translateX(-100%)
}
#product_top .devise_list .list_ttl::after {
  border-width: 2rem 0 2rem 1rem;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3a4d69;
  right: 0;
  transform: translateX(100%)
}
#product_top .devise_list .img {
  margin-top: 3rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
#product_top .devise_list .efforts_txt {
  margin-top: 1em
}
#product_top .devise_list .efforts_txt strong {
  font-size: 110%
}
#product_top .list_btn {
  display: inline-block;
  margin: 1em 0 0 1em;
  font-size: 1.6rem;
  border-bottom: 1px solid #000;
  position: relative
}
#product_top .list_btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em 0 .5em .7em;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4ec5cb;
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translateY(-50%)
}
#product_top .box01 .devise_list li:nth-child(1) img {
  max-width: 249px
}
#product_top .box01 .devise_list li:nth-child(2) img {
  max-width: 300px
}
#product_top .box01 .devise_list li:nth-child(3) img {
  max-width: 279px
}
#product_top .box01 .devise_list li:nth-child(4) img {
  max-width: 253px
}
#product_top .box01 .devise_list .img {
  height: 12.5rem
}
#product_top .box01 .devise_list .img.high {
  height: 22.5rem
}
#product_top .box02 .devise_list li:nth-child(1) img {
  max-width: 296px
}
#product_top .box02 .devise_list li:nth-child(2) img {
  max-width: 233px
}
#product_top .box02 .devise_list li:nth-child(3) img {
  max-width: 230px
}
#product_top .box02 .devise_list li:nth-child(4) img {
  max-width: 230px
}
#product_top .box02 .devise_list .img {
  height: 14.5rem
}
#product_top .box02 .devise_list .img.high {
  height: 18.5rem
}
#product_top .efforts_wrap {
  margin-top: 3rem;
  align-items: center
}
#product_top .btn_area {
  margin-top: 5rem;
  text-align: center
}
#product_top .btn_area a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  padding: .5em 3em .5em 1.5em;
  background: #fff url(../img/product_icon_back.png) no-repeat center right 1em/1.2em;
  border: 2px solid #3aa2a7;
  border-radius: 40px
}
#product_top .btn_area a:hover {
  color: #fff;
  background-color: #3aa2a7
}
#product_top .product02_01 .img {
  width: 30%;
  padding: 0 2rem
}
#product_top .product02_01 .efforts_txt {
  width: 100%
}
#product_top .product02_02 {
  flex-direction: row-reverse
}
#product_top .product02_02 .efforts_txt {
  width: 60%
}
#product_top .product02_02 .efforts_img {
  width: 35%;
  border-bottom-left-radius: 0
}
#product_top .product02_04 .efforts_img {
  width: 45%;
  border-radius: 0
}
#product_top .product02_04 .efforts_txt {
  width: 50%
}
#product_top .product02_list {
  margin-top: 0
}
#product_top .product02_list li {
  margin-top: 0;
  width: 47%;
  position: relative
}
#product_top .product02_list-04 li {
  margin-top: 0;
  width: 49%;
  position: relative
}
#product_top .product02_list li:first-child::before {
  content: "";
  width: 12%;
  height: auto;
  aspect-ratio: 90/119;
  background: url(../img/product_icon_list.png) no-repeat center/contain;
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translate(100%, 50%)
}
#product_top .product02_list-03 li:first-child::before {
  content: "";
  height: 88%;
  width: 1px;
  aspect-ratio: 0 / 0;
  background: #4ec5cb;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, -10%);
}
#product_top .product02_list-04 li:first-child::before {
  content: none;
}
#product_top .product02_list-04 li .list_inner .efforts_txt {
  text-align: left;
  padding: 0 2.5em;
}
#product_top .devise_list.product02_list-03 li {
  border: none;
  width: 50%
}
#product_top .devise_list.product02_list-03 li .list_inner {
  border: none;
}
#product_top .product02_list .list_ttl_lower {
  font-size: 2rem;
  font-weight: 600;
  text-align: center
}
#product_top .product02_list .efforts_txt {
  font-size: 1.6rem;
  text-align: center
}
#product_top .product02_list img {
  max-width: 90%
}
#product_top .product03_01 {
  align-items: flex-start
}
#product_top .product03_01 .product_lower_box {
  width: 45%
}
#product_top .product03_01 .efforts_sec_ttl {
  margin-bottom: .7em
}
#product_top .product03_01 .img {
  margin-top: 2rem
}
#product_top .product03_01 .box02 .efforts_sec_ttl {
  margin-bottom: 2em
}
#product_top .product03_01 .box02 .img {
  margin-top: 5rem;
  padding: 0 3rem
}
#product_top .bottom-caption {
  font-size: 1.2rem;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 768px)and (max-width: 1240px) {
  #product_top .product_ttl {
    font-size: 2.9vw
  }
  #product_top .menu_area .menu_ttl {
    font-size: 1.9vw
  }
  #product_top .menu_area .menu_list a {
    font-size: 1.4vw
  }
  #product_top .devise_list .list_ttl {
    font-size: 1.4vw
  }
  #product_top .list_btn {
    font-size: 1.29vw
  }
  #product_top .product02_list .list_ttl_lower {
    font-size: 1.6vw
  }
  #product_top .product02_list .efforts_txt {
    font-size: 1.29vw
  }
  #product_top .btn_area a {
    font-size: 1.4vw
  }
}
@media screen and (max-width: 767px) {
  #product_top .product_box {
    margin-top: 4rem
  }
  #product_top .product_ttl {
    font-size: 5vw
  }
  .product_ttl.ff_zenkaku img {
    width: 24vw;
  }
  #product_top .menu_area .efforts_txt {
    margin: 1em 0
  }
    #product_top .product02_04 .efforts_img {
        width: 100%;
    }
  #product_top .menu_area .menu_wrap {
    margin-top: 1rem;
    padding: 1.5rem 2rem 3rem 0;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    display: block
  }
  #product_top .menu_area .ttl_area {
    width: fit-content
  }
  #product_top .menu_area .list_area {
    width: 100%;
    margin-top: 1rem;
    padding-left: 2rem
  }
  #product_top .menu_area .menu_ttl {
    font-size: 4.2vw;
    padding: 0 1em;
    display: flex;
    flex-direction: row
  }
  #product_top .menu_area .menu_ttl span {
    padding: .2em 0 0 1em
  }
  #product_top .menu_area .menu_list {
    display: flex;
    flex-wrap: wrap
  }
  #product_top .menu_area .menu_list a {
    font-size: 3.7vw;
    border-width: 1px;
    border-radius: 10px
  }
  #product_top .menu_area .wrap01 .menu_ttl {
    height: 4rem
  }
  #product_top .menu_area .wrap01 .menu_ttl::before {
    border-width: 2rem 0 2rem 1.5rem
  }
  #product_top .menu_area .wrap01 .menu_list li {
    width: 100%;
    margin-top: .5rem
  }
  #product_top .menu_area .wrap02 .menu_ttl {
    height: 4rem
  }
  #product_top .menu_area .wrap02 .menu_ttl::before {
    border-width: 2rem 0 2rem 1.5rem
  }
  #product_top .menu_area .wrap02 .menu_list {
    justify-content: space-between
  }
  #product_top .menu_area .wrap02 .menu_list li {
    width: 48%;
    margin: .5rem 0 0
  }
  #product_top .menu_area .wrap02 .menu_list li:not(:nth-child(3n)) {
    margin-right: 0
  }
  #product_top .menu_area .wrap02 .menu_list a {
    font-size: 3.5vw
  }
  #product_top .devise_list {
    margin-top: 1rem;
    display: block
  }
  #product_top .devise_list li {
    width: 100%;
    margin-top: 0;
  }
  #product_top .devise_list .list_inner {
    padding: 1rem 1.5rem;
    border-width: 5px
  }
  #product_top .devise_list .list_ttl {
    width: 95%;
    height: 3rem;
    font-size: 3.6vw
  }
  #product_top .devise_list .list_ttl::before {
    border-width: 1.5rem 1rem 1.5rem 0
  }
  #product_top .devise_list .list_ttl::after {
    border-width: 1.5rem 0 1.5rem 1rem
  }
  #product_top .devise_list .img {
    margin-top: 1.5rem
  }
  #product_top .devise_list .efforts_txt {
    font-size: 3.4vw
  }
  #product_top .list_btn {
    font-size: 3.4vw
  }
  #product_top .box01 .devise_list li:nth-child(1) img {
    max-width: 165.5px
  }
  #product_top .box01 .devise_list li:nth-child(2) img {
    max-width: 199px
  }
  #product_top .box01 .devise_list li:nth-child(3) img {
    max-width: 185px
  }
  #product_top .box01 .devise_list li:nth-child(4) img {
    max-width: 177.5px
  }
  #product_top .box01 .devise_list .img {
    height: auto
  }
  #product_top .box01 .devise_list .img.high {
    height: auto
  }
  #product_top .box02 .devise_list li:nth-child(1) img {
    max-width: 196px
  }
  #product_top .box02 .devise_list li:nth-child(2) img {
    max-width: 154.5px
  }
  #product_top .box02 .devise_list li:nth-child(3) img {
    max-width: 152.5px
  }
  #product_top .box02 .devise_list li:nth-child(4) img {
    max-width: 152.5px
  }
  #product_top .box02 .devise_list .img {
    height: auto
  }
  #product_top .box02 .devise_list .img.high {
    height: auto
  }
  #product_top .efforts_wrap {
    margin-top: 2rem
  }
  #product_top .btn_area {
    margin-top: 3rem
  }
  #product_top .btn_area a {
    font-size: 3.7vw;
    background-position: center right .8em;
    border-width: 1px
  }
  #product_top .product02_01 .img {
    width: 100%;
    padding: 0 20%
  }
  #product_top .product02_01 .efforts_txt {
    width: 100%;
    margin-top: 2rem
  }
  #product_top .product02_02 .efforts_img {
    width: 100%
  }
  #product_top .product02_02 .efforts_txt {
    width: 100%;
    margin-top: 2rem
  }
  #product_top .product02_list li {
    width: 100%
  }
  #product_top .product02_list li:first-child {
    margin-bottom: 12vw;
  }
  #product_top .product02_list-03 li:first-child {
    margin-bottom: 6rem
  }
  #product_top .devise_list.product02_list-03 li {
    width: 100%;
  }
  #product_top .product02_list li:first-child::before {
    width: 20%;
    aspect-ratio: 167/120;
    background-image: url(../img/product_icon_list_sp.png);
    bottom: 0;
    right: 50%;
    transform: translate(50%, 100%)
  }
  #product_top .product02_list-03 li:first-child::before {
    content: "";
    height: 1px;
    width: 80%;
    aspect-ratio: 0 / 0;
    background: #4ec5cb;
    position: absolute;
    bottom: -3.5rem;
    right: 10%;
    transform: translate(0, 0);
    background-image: none;
  }
  #product_top .product-box2 .box2-inner {
    padding: 1.5rem 0rem 3rem;
  }
  #product_top .product-box2 h2 {
    margin: 0;
  }
  #product_top .product02_list .list_ttl_lower {
    font-size: 4vw
  }
  #product_top .product02_list .efforts_txt {
    font-size: 3.4vw
  }
  #product_top .product02_list img {
    max-width: 90%
  }
  #product_top .product02_list-03 img {
    max-width: 100%
  }
  #product_top .product03_01 .product_lower_box {
    width: 100%
  }
  #product_top .product03_01 .efforts_sec_ttl {
    margin-bottom: 1em
  }
  #product_top .product03_01 .box02 {
    margin-top: 6rem
  }
  #product_top .product03_01 .box02 .efforts_sec_ttl {
    margin-bottom: 1em
  }
  #product_top .product03_01 .box02 .img {
    margin-top: 2rem;
    padding: 0 1.5rem
  }
} /*# sourceMappingURL=product.css.map */
