@charset "UTF-8";
/*-------------------
common
-------------------*/
.secCont__wrap.__bg01 {
  background-color: var(--RED01);
  background-image: url(../img/bg_top_bg01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .secCont__wrap.__bg01 {
    background-image: none;
  }
}
.secCont__wrap.__bg01.__hasSecNews {
  background-position: center bottom 15.625rem;
}
.secCont__wrap.__bg02 {
  background-color: var(--BEIGE03);
  background-image: url(../img/bg_top_bg02_01.png), url(../img/bg_top_bg02_02.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  background-position: top center, bottom center;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .secCont__wrap.__bg02 {
    background-image: url(../img/bg_top_bg02_02_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    padding-bottom: 4.6875rem;
  }
}
.secCont__wrap.__bg02.__secNewsAfter {
  padding-top: 15.625rem;
}
@media screen and (max-width: 767px) {
  .secCont__wrap.__bg02.__secNewsAfter {
    padding-top: 17.3125rem;
  }
}
.secCont__wrap.__bg03 {
  background-color: var(--BEIGE03);
  background-image: url(../img/bg_top_sec-info.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .secCont__wrap.__bg03 {
    background-image: none;
  }
}

.secCont__wrap.__bg02 + .sec-contact,
#sec-product + .sec-contact {
  padding: 5rem 0 6.5625rem;
  background-color: var(--RED01);
  background-image: url(../img/bg_sec-contact_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  .secCont__wrap.__bg02 + .sec-contact,
#sec-product + .sec-contact {
    padding: 6.9375rem 0 6.625rem;
    background-image: url(../img/bg_sec-contact_02_sp.png);
  }
}

.ttl_06 {
  margin-bottom: 1.25rem;
}

/*-------------------
swiper_mv
-------------------*/
.swiper_mv {
  height: 32.5rem;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .swiper_mv {
    height: 57.5rem;
  }
}
.swiper_mv .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper_mv .swiper-slide::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .swiper_mv .swiper-slide::before {
    content: none;
  }
}
.swiper_mv .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.swiper_mv .swiper-slide .slide01 {
  background-image: url(../img/mv_slide_01.jpg);
}
@media screen and (max-width: 767px) {
  .swiper_mv .swiper-slide .slide01 {
    background-image: url(../img/mv_slide_01_sp.jpg);
  }
}
.swiper_mv .swiper-slide .slide02 {
  background-image: url(../img/mv_slide_02.jpg);
}
@media screen and (max-width: 767px) {
  .swiper_mv .swiper-slide .slide02 {
    background-image: url(../img/mv_slide_02_sp.jpg);
  }
}
.swiper_mv .swiper-slide .slide03 {
  background-image: url(../img/mv_slide_03.jpg);
}
@media screen and (max-width: 767px) {
  .swiper_mv .swiper-slide .slide03 {
    background-image: url(../img/mv_slide_03_sp.jpg);
  }
}
.swiper_mv .swiper-slide .slide04 {
  background-image: url(../img/mv_slide_04.jpg);
}
@media screen and (max-width: 767px) {
  .swiper_mv .swiper-slide .slide04 {
    background-image: url(../img/mv_slide_04_sp.jpg);
  }
}
.swiper_mv .swiper-slide .slide05 {
  background-image: url(../img/mv_slide_05.jpg);
}
@media screen and (max-width: 767px) {
  .swiper_mv .swiper-slide .slide05 {
    background-image: url(../img/mv_slide_05_sp.jpg);
  }
}
.swiper_mv .swiper-slide .slide06 {
  background-image: url(../img/mv_slide_06.jpg);
}
@media screen and (max-width: 767px) {
  .swiper_mv .swiper-slide .slide06 {
    background-image: url(../img/mv_slide_06_sp.jpg);
  }
}
.swiper_mv .swiper-slide .slide07 {
  background-image: url(../img/mv_slide_07.jpg);
}
@media screen and (max-width: 767px) {
  .swiper_mv .swiper-slide .slide07 {
    background-image: url(../img/mv_slide_07_sp.jpg);
  }
}
.swiper_mv .swiper-slide .slide08 {
  background-image: url(../img/mv_slide_08.jpg);
}
@media screen and (max-width: 767px) {
  .swiper_mv .swiper-slide .slide08 {
    background-image: url(../img/mv_slide_08_sp.jpg);
  }
}
.swiper_mv .swiper-slide .slide09 {
  background-image: url(../img/mv_slide_09.jpg);
}
@media screen and (max-width: 767px) {
  .swiper_mv .swiper-slide .slide09 {
    background-image: url(../img/mv_slide_09_sp.jpg);
  }
}
.swiper_mv .swiper-slide.swiper-slide-active::before {
  background-color: rgba(0, 0, 0, 0);
}
.swiper_mv .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*-------------------
mv
-------------------*/
.mv {
  min-height: 32.5rem;
  height: 32.5rem;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 57.5rem;
  }
}
.mv .inner {
  height: 100%;
}
.mv .mv__cont {
  position: relative;
  padding: 2.1875rem 18.75rem 1.8125rem 0;
}
@media screen and (max-width: 767px) {
  .mv .mv__cont {
    padding: 3.125rem 0;
    height: 100%;
  }
}
.mv .mv__ttlWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .mv .mv__ttlWrap {
    margin-bottom: 2.0625rem;
  }
}
.mv .mv__ttlSub {
  width: 37.375rem;
}
@media screen and (max-width: 767px) {
  .mv .mv__ttlSub {
    width: 40.375rem;
  }
}
.mv .mv__ttl {
  margin-top: -1.0625rem;
  position: relative;
  z-index: 22;
  width: 32.75rem;
}
@media screen and (max-width: 767px) {
  .mv .mv__ttl {
    margin-top: 0.4375rem;
    width: 41.25rem;
  }
}
.mv .mv__ttlLogoCompany {
  margin-top: -0.6875rem;
  position: relative;
  z-index: 11;
  width: 23.0625rem;
}
@media screen and (max-width: 767px) {
  .mv .mv__ttlLogoCompany {
    margin-top: -1.4375rem;
    width: 25.75rem;
  }
}
.mv .mv__btnList {
  display: flex;
  gap: 0.875rem;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .mv .mv__btnList {
    flex-direction: column;
    gap: 1rem;
  }
}
.mv .btn_01 {
  padding: 0.6875rem 3.25rem 0.6875rem 3.9375rem;
  margin: 0 auto 0.5625rem;
  height: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .mv .btn_01 {
    padding: 1.0625rem 5.3125rem 0.8125rem;
    height: unset;
  }
}
.mv .btn_01:before {
  left: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .mv .btn_01:before {
    left: 1.9375rem;
  }
}
.mv .btn_01.__tel {
  width: 19.625rem;
  flex-direction: column;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .mv .btn_01.__tel {
    width: 30.625rem;
    gap: 0.5rem;
  }
}
.mv .btn_01.__tel .txt {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  color: var(--YELLOW01);
}
@media screen and (max-width: 767px) {
  .mv .btn_01.__tel .txt {
    font-size: 1.5rem;
  }
}
.mv .btn_01.__tel .number {
  font-size: 1.75rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mv .btn_01.__tel .number {
    font-size: 2.625rem;
  }
}
.mv .btn_01.__mail {
  width: 14.8125rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .mv .btn_01.__mail {
    width: 30.625rem;
    font-size: 1.625rem;
  }
}
.mv .mv__obj {
  position: absolute;
  right: -2.0625rem;
  top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .mv .mv__obj {
    right: -0.4375rem;
    top: calc(100% - 10.0625rem);
  }
}
.mv .mv__objTxt a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.1875rem 2.4375rem 4.1875rem 1.6875rem;
  background: url(../img/bg_top_mv_obj_txt_02.png) no-repeat center/contain;
  border-radius: 45%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.41;
  color: #000;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .mv .mv__objTxt a {
    padding: 4rem 3rem 3.6875rem 1.9375rem;
    line-height: 1.5;
  }
}
.mv .mv__objTxt a .row__01 .txt__l {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.125rem;
  position: relative;
}
.mv .mv__objTxt a .row__01 .txt__l:before {
  content: "";
  display: block;
  width: 3rem;
  aspect-ratio: 48/39;
  background: url(../img/ico_pointer_01_red.png) no-repeat center/contain;
  position: absolute;
  bottom: calc(100% - 0.0625rem);
  left: 42%;
}
@media screen and (max-width: 767px) {
  .mv .mv__objTxt a .row__01 .txt__l:before {
    width: 3.25rem;
  }
}
.mv .mv__objTxt a .txt__l {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .mv .mv__objTxt a .txt__l {
    font-size: 1.75rem;
  }
}
.mv .mv__objTxt a .txt__s {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .mv .mv__objTxt a .txt__s {
    font-size: 1.375rem;
  }
}
.mv .mv__objTxt a:hover {
  opacity: 1;
}
.mv .mv__objTxt a:hover .row__01 .txt__l:before {
  -webkit-animation: 0.6s forwards pointer_shake;
          animation: 0.6s forwards pointer_shake;
}
@-webkit-keyframes pointer_shake {
  0% {
    transform: translate(0, 0);
  }
  16% {
    transform: translate(-10%, 10%);
  }
  32% {
    transform: translate(0, 0);
  }
  48% {
    transform: translate(-5%, 5%);
  }
  64% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(-2%, 2%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes pointer_shake {
  0% {
    transform: translate(0, 0);
  }
  16% {
    transform: translate(-10%, 10%);
  }
  32% {
    transform: translate(0, 0);
  }
  48% {
    transform: translate(-5%, 5%);
  }
  64% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(-2%, 2%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.mv .mv__objImg {
  width: 24.8125rem;
  position: absolute;
  right: -3.125rem;
  top: calc(100% - 3.9375rem);
}
@media screen and (max-width: 767px) {
  .mv .mv__objImg {
    right: calc(100% - 2.75rem);
    top: -3.75rem;
  }
}

/*-------------------
sec-introduce
-------------------*/
#sec-introduce {
  padding: 3.375rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  #sec-introduce {
    padding-top: 15.625rem;
  }
}
#sec-introduce .ttl_06 {
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  #sec-introduce .ttl_06 {
    font-size: 2.75rem;
    margin-bottom: 1.9375rem;
  }
}
#sec-introduce .txt {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sec-introduce .txt {
    font-size: 1.75rem;
    line-height: 1.71;
  }
}

/*-------------------
sec-news
-------------------*/
#sec-news {
  position: relative;
  margin-bottom: -15.625rem;
  padding: 0;
  z-index: 22;
}
@media screen and (max-width: 767px) {
  #sec-news {
    margin-bottom: -17.3125rem;
  }
}
#sec-news .ttl_sub {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 0.8125rem;
}
@media screen and (max-width: 767px) {
  #sec-news .ttl_sub {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }
}
#sec-news .news_list_wrap {
  position: relative;
  min-height: 20.875rem;
}
@media screen and (max-width: 767px) {
  #sec-news .news_list_wrap {
    min-height: 29.4375rem;
  }
}
#sec-news .postList_02__swiperCont {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
#sec-news .postList_02__swiperCont.__active {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
#sec-news .btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  #sec-news .btn_wrap {
    margin-top: 2.5rem;
  }
}

/*-------------------
sec-banner
-------------------*/
#sec-banner {
  padding: 4.75rem 0 0.375rem;
}
@media screen and (max-width: 767px) {
  #sec-banner {
    padding: 6.8125rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #sec-banner .inner {
    padding: 0;
  }
}
#sec-banner .cont {
  background: url(../img/bg_top_sec-banner.jpg) no-repeat center/cover;
  width: 100%;
  aspect-ratio: 900/330;
  padding: 0.375rem 0 1.875rem;
}
@media screen and (max-width: 767px) {
  #sec-banner .cont {
    background-image: url(../img/bg_top_sec-banner_sp.jpg);
    aspect-ratio: 755/700;
    padding: 1.9375rem 0 6.25rem;
  }
}
#sec-banner .cont .ttl {
  width: 54.5625rem;
  aspect-ratio: 873/220;
  margin: 0 auto 1.125rem;
}
@media screen and (max-width: 767px) {
  #sec-banner .cont .ttl {
    width: 44.5rem;
    aspect-ratio: 712/437;
    margin-bottom: 3rem;
  }
}
#sec-banner .cont .btn_wrap {
  display: flex;
  justify-content: center;
}
#sec-banner .cont .btn_wrap .btn_01 {
  background: #f55640;
  border-color: #f55640;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sec-banner .cont .btn_wrap .btn_01 {
    min-height: 5.625rem;
    font-size: 1.75rem;
  }
}
#sec-banner .cont .btn_wrap .btn_01:after {
  background-image: url(../img/arrow_white.png);
}
@media screen and (max-width: 767px) {
  #sec-banner .cont .btn_wrap .btn_01:after {
    width: 1.5625rem;
    right: 2.6875rem;
  }
}
#sec-banner .cont .btn_wrap .btn_01:hover {
  opacity: 0.8;
}

/*-------------------
sec-support
-------------------*/
#sec-support {
  padding-top: 4.375rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #sec-support {
    padding-top: 5.625rem;
  }
}
#sec-support .support_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  #sec-support .support_list {
    gap: 1.25rem;
  }
}
#sec-support .support_list__item {
  width: calc((100% - 1.875rem) / 3);
}
@media screen and (max-width: 767px) {
  #sec-support .support_list__item {
    width: calc((100% - 1.25rem) / 2);
  }
}
#sec-support .support_list__item a {
  width: 100%;
  aspect-ratio: 290/210;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.625rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  #sec-support .support_list__item a {
    aspect-ratio: 325/236;
    padding: 0.9375rem;
    font-size: 2.75rem;
  }
}
#sec-support .support_list__item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#sec-support .support_list__item a:hover {
  color: var(--RED03);
  text-shadow: 0 0 24px #fff;
}
#sec-support .support_list__item a:hover:before {
  content: none;
}
#sec-support .support_list__item a.__noLink {
  filter: none;
  opacity: 1;
}
#sec-support .support_list__item:nth-child(1) a {
  background-image: url(../img/img_top_sec-support_10.jpg);
}
#sec-support .support_list__item:nth-child(2) a {
  background-image: url(../img/img_top_sec-support_11.jpg);
}
#sec-support .support_list__item:nth-child(3) a {
  background-image: url(../img/img_top_sec-support_12.jpg);
}
#sec-support .support_list__item:nth-child(4) a {
  background-image: url(../img/img_top_sec-support_01.jpg);
}
#sec-support .support_list__item:nth-child(5) a {
  background-image: url(../img/img_top_sec-support_02.jpg);
}
#sec-support .support_list__item:nth-child(6) a {
  background-image: url(../img/img_top_sec-support_03.jpg);
}
#sec-support .support_list__item:nth-child(7) a {
  background-image: url(../img/img_top_sec-support_04.jpg);
}
#sec-support .support_list__item:nth-child(8) a {
  background-image: url(../img/img_top_sec-support_05.jpg);
}
#sec-support .support_list__item:nth-child(9) a {
  background-image: url(../img/img_top_sec-support_06.jpg);
}
#sec-support .support_list__item:nth-child(10) a {
  background-image: url(../img/img_top_sec-support_07.jpg);
}
#sec-support .support_list__item:nth-child(11) a {
  background-image: url(../img/img_top_sec-support_08.jpg);
}
#sec-support .support_list__item:nth-child(12) a {
  background-image: url(../img/img_top_sec-support_09.jpg);
}

/*-------------------
sec-column
-------------------*/
#sec-column {
  padding: 3.75rem 0 0;
}
@media screen and (max-width: 767px) {
  #sec-column {
    padding: 6.875rem 0 0;
  }
}
#sec-column .postList_02__txtWrap {
  min-height: 9.875rem;
}
@media screen and (max-width: 767px) {
  #sec-column .postList_02__txtWrap {
    min-height: 18.625rem;
  }
}
#sec-column .btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  #sec-column .btn_wrap {
    margin-top: 2.5rem;
  }
}

/*-------------------
sec-consultant
-------------------*/
#sec-consultant {
  padding: 2.4375rem 0 6.25rem;
  background-color: var(--RED01);
  background-image: url(../img/bg_top_sec-consultant.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  #sec-consultant {
    padding: 0.9375rem 0 5.4375rem;
    background-image: url(../img/bg_top_sec-consultant_sp.png);
  }
}
#sec-consultant .secCont__disc {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sec-consultant .secCont__disc {
    text-align: left;
  }
}
#sec-consultant .secCont__childCont {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec-consultant .secCont__childCont {
    margin-top: 4.5rem;
  }
}
#sec-consultant .secCont__childCont .container {
  display: flex;
  gap: 3.875rem;
}
@media screen and (max-width: 767px) {
  #sec-consultant .secCont__childCont .container {
    flex-direction: column-reverse;
    gap: 1.6875rem;
    padding: 0 1.875rem;
  }
}
#sec-consultant .secCont__childCont .container .img {
  width: 32.5rem;
  min-width: 32.5rem;
}
@media screen and (max-width: 767px) {
  #sec-consultant .secCont__childCont .container .img {
    width: 100%;
    min-width: unset;
  }
}
#sec-consultant .secCont__childCont .container .txt__wrap {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  #sec-consultant .secCont__childCont .container .txt__wrap {
    margin-top: 0;
  }
}
#sec-consultant .secCont__childCont .container .ttl_02 {
  color: #fff;
}
#sec-consultant .secCont__childCont .container .txt {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sec-consultant .secCont__childCont .container .txt {
    line-height: 1.428;
  }
}

/*-------------------
sec-product
-------------------*/
#sec-product {
  background: var(--BEIGE03);
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #sec-product {
    padding-top: 5.9375rem;
  }
}
#sec-product .secCont__childCont.__top {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__top {
    margin-bottom: 2.8125rem;
  }
}
#sec-product .secCont__childCont.__top .txt_lead02:before {
  width: 41.625rem;
  aspect-ratio: 666/152;
  background-image: url(../img/bg_top_sec-product_txt_lead.png);
}
#sec-product .secCont__childCont.__top .container {
  display: flex;
  gap: 3.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__top .container {
    flex-direction: column;
    gap: 1.6875rem;
    padding: 0 1.875rem;
    margin-bottom: 3.375rem;
  }
}
#sec-product .secCont__childCont.__top .container .img {
  width: 32.5rem;
  min-width: 32.5rem;
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__top .container .img {
    width: 100%;
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__top .container .txt {
    line-height: 1.428;
  }
}
#sec-product .secCont__childCont.__top .list_wrap {
  position: relative;
  z-index: 11;
}
#sec-product .secCont__childCont.__top .list_wrap:not(:last-of-type) {
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__top .list_wrap:not(:last-of-type) {
    margin-bottom: 3.75rem;
  }
}
#sec-product .secCont__childCont.__top .list_wrap:before, #sec-product .secCont__childCont.__top .list_wrap:after {
  content: "";
  display: block;
  width: 11.25rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 940px) {
  #sec-product .secCont__childCont.__top .list_wrap:before, #sec-product .secCont__childCont.__top .list_wrap:after {
    content: none;
  }
}
#sec-product .secCont__childCont.__top .list_wrap.__standard:before {
  background-image: url(../img/img_top_sec-product_obj_01.png);
  left: -9.5625rem;
  top: 3.125rem;
}
#sec-product .secCont__childCont.__top .list_wrap.__convenient:before {
  background-image: url(../img/img_top_sec-product_obj_02.png);
  right: -9.5625rem;
  top: 3.125rem;
}
#sec-product .secCont__childCont.__top .list_wrap.__convenient:after {
  background-image: url(../img/img_top_sec-product_obj_03.png);
  left: -9.5625rem;
  top: 53.75rem;
}
#sec-product .secCont__childCont.__top .list_wrap.__other:before {
  background-image: url(../img/img_top_sec-product_obj_04.png);
  right: -9.5625rem;
  top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__top .list_wrap.__convenient .list_02__item:nth-child(1) img, #sec-product .secCont__childCont.__top .list_wrap.__convenient .list_02__item:nth-child(2) img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#sec-product .secCont__childCont.__bottom {
  position: relative;
  z-index: 11;
  padding: 7.5rem 0 5.9375rem;
  background-image: url(../img/bg_top_sec-product_online.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__bottom {
    padding: 5.3125rem 0 4.6875rem;
    background-image: url(../img/bg_top_sec-product_online_sp.png);
  }
}
#sec-product .secCont__childCont.__bottom .txt_lead02:before {
  width: 41.75rem;
  aspect-ratio: 668/124;
  background-image: url(../img/bg_top_sec-product_online_txt_lead.png);
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__bottom .txt_lead02:before {
    width: 41.625rem;
    aspect-ratio: 666/152;
    background-image: url(../img/bg_top_sec-product_online_txt_lead_sp.png);
  }
}
#sec-product .secCont__childCont.__bottom .container {
  display: flex;
  gap: 3.875rem;
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__bottom .container {
    flex-direction: column;
    gap: 0;
    padding: 0 1.875rem;
  }
}
#sec-product .secCont__childCont.__bottom .container .img {
  width: 32.5rem;
  min-width: 32.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__bottom .container .img {
    width: 100%;
    min-width: unset;
    order: 2;
  }
}
#sec-product .secCont__childCont.__bottom .container .img .obj {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 9rem;
  aspect-ratio: 144/148;
  background: url(../img/bg_top_sec-product_online_obj.png) no-repeat center/contain;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 1.6875rem;
  bottom: -2.5rem;
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__bottom .container .img .obj {
    width: 10.75rem;
    font-size: 1.5rem;
    right: 4.8125rem;
    bottom: -2.6875rem;
  }
}
#sec-product .secCont__childCont.__bottom .container .img .obj .txt__l {
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__bottom .container .img .obj .txt__l {
    font-size: 2.5625rem;
  }
}
#sec-product .secCont__childCont.__bottom .container .txt__wrap {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__bottom .container .txt__wrap {
    margin-top: 0;
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__bottom .container .txt {
    line-height: 1.428;
    margin-bottom: 1.6875rem;
  }
}
#sec-product .secCont__childCont.__bottom .container .btn_wrap {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__bottom .container .btn_wrap {
    order: 3;
    margin-top: 3.75rem;
  }
}
#sec-product .secCont__childCont.__bottom .container .btn_01 {
  width: 20rem;
  color: var(--RED01);
  background: #fff;
  border-color: var(--RED02);
  font-size: 1.125rem;
  padding: 1.0625rem 3.3125rem 1.0625rem 4.375rem;
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__bottom .container .btn_01 {
    width: 30.625rem;
    font-size: 1.625rem;
    padding: 1.0625rem 5.4375rem;
    margin: 0 auto;
  }
}
#sec-product .secCont__childCont.__bottom .container .btn_01:after {
  background-image: url(../img/arrow_red.png);
}
#sec-product .secCont__childCont.__bottom .container .btn_01:hover {
  opacity: 0.8;
}
#sec-product .secCont__childCont.__bottom .container .btn_01:before {
  width: 2.25rem;
  background-image: url(../img/ico_cart_red.png);
  left: 1.25rem;
}
@media screen and (max-width: 767px) {
  #sec-product .secCont__childCont.__bottom .container .btn_01:before {
    width: 2.6875rem;
    left: 2rem;
  }
}

/*-------------------
sec-after
-------------------*/
#sec-after {
  padding: 0 0 7.5rem;
  background-color: var(--RED01);
  background-image: url(../img/bg_top_sec-after.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #sec-after {
    padding: 3.5625rem 0 4.875rem;
    background-image: none;
  }
}
#sec-after .ttl_06 {
  font-size: 2.5rem;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  #sec-after .ttl_06 {
    font-size: 2.75rem;
    margin-bottom: 2.1875rem;
  }
}
#sec-after .secCont__disc {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sec-after .secCont__disc {
    text-align: center;
    margin-bottom: 2rem;
  }
}
#sec-after .after_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  #sec-after .after_list {
    flex-direction: column;
    gap: 0;
  }
}
#sec-after .after_list__item {
  width: calc((100% - 1.875rem) / 3);
}
@media screen and (max-width: 767px) {
  #sec-after .after_list__item {
    width: 100%;
    display: flex;
    gap: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #sec-after .after_list__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
#sec-after .after_list__img {
  width: 100%;
  aspect-ratio: 290/210;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  #sec-after .after_list__img {
    margin-bottom: 0;
    width: 20.3125rem;
    min-width: 20.3125rem;
  }
}
#sec-after .after_list__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#sec-after .after_list__txt {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec-after .after_list__txt {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 2.75rem;
  }
}

/*-------------------
sec-purchase
-------------------*/
#sec-purchase {
  padding: 4.125rem 0 0;
}
@media screen and (max-width: 767px) {
  #sec-purchase {
    padding: 5.625rem 0 0;
  }
}
#sec-purchase .secCont__disc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec-purchase .secCont__disc {
    text-align: left;
    margin-bottom: 1.5625rem;
  }
}
#sec-purchase .btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  #sec-purchase .btn_wrap {
    margin-top: 3rem;
  }
}
#sec-purchase .btn_wrap .btn_01 {
  width: 31.25rem;
  background: var(--RED01);
  color: #fff;
  border-color: var(--RED02);
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  #sec-purchase .btn_wrap .btn_01 {
    width: 100%;
    font-size: 1.625rem;
  }
}
#sec-purchase .btn_wrap .btn_01:before {
  background-image: url(../img/ico_mail_white.png);
}
#sec-purchase .btn_wrap .btn_01:after {
  background-image: url(../img/arrow_white.png);
}
#sec-purchase .btn_wrap .btn_01:hover {
  opacity: 0.8;
}

/*-------------------
sec-info
-------------------*/
#sec-info {
  padding-bottom: 3.875rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  #sec-info {
    padding: 5.625rem 0 3.875rem;
  }
}
#sec-info .info_tbl {
  --BORDER_COL: var(--BEIGE02);
  border-top: 1px solid var(--BORDER_COL);
  border-left: 1px solid var(--BORDER_COL);
  margin-bottom: 1.25rem;
}
#sec-info .info_tbl th,
#sec-info .info_tbl td {
  border-bottom: 1px solid var(--BORDER_COL);
  border-right: 1px solid var(--BORDER_COL);
  padding: 0.4375rem 1.4375rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #sec-info .info_tbl th,
#sec-info .info_tbl td {
    line-height: 1.71;
  }
}
#sec-info .info_tbl th {
  background: var(--BEIGE04);
  vertical-align: top;
  text-align: left;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  #sec-info .info_tbl th {
    padding: 0.125rem 0.75rem;
    font-weight: bold;
    width: 11.25rem;
  }
}
#sec-info .info_tbl td {
  background: #fff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #sec-info .info_tbl td {
    padding: 0.125rem 1.3125rem;
  }
}
#sec-info .info_tbl td * {
  font-weight: 400;
}
#sec-info .info_tbl__tel dl:last-of-type:before {
  content: "ーーーーーーーーーーーーーーーーーー";
  display: block;
}
@media screen and (max-width: 767px) {
  #sec-info .info_tbl__tel dl:last-of-type:before {
    content: "ーーーーーーーーーーーーーーー";
  }
}
#sec-info .info_tbl__tel dt {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #sec-info .info_tbl__tel dt {
    font-size: 1.75rem;
  }
}
#sec-info .info_tbl__tel .btn__tel {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 0.4375rem;
  font-family: var(--FONT_ROBOTO);
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--RED01);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #sec-info .info_tbl__tel .btn__tel {
    gap: 0.6875rem;
    font-size: 2.5rem;
    pointer-events: auto;
  }
}
#sec-info .info_tbl__tel .btn__tel:before {
  content: "";
  display: block;
  width: 1.625rem;
  aspect-ratio: 1/1;
  background: url(../img/ico_tel_red.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  #sec-info .info_tbl__tel .btn__tel:before {
    width: 2.4375rem;
  }
}
#sec-info .info_tbl__tel .btn_01.__mail {
  width: 14.25rem;
  min-height: 2.625rem;
  font-size: 1rem;
  font-weight: bold;
  border-width: 0.125rem;
  padding: 0.625rem 2.875rem;
  margin: 0.3125rem 0;
}
@media screen and (max-width: 767px) {
  #sec-info .info_tbl__tel .btn_01.__mail {
    width: 23.9375rem;
    min-height: 4.375rem;
    font-size: 1.75rem;
    padding: 1.0625rem 4.3125rem;
    margin: 0.75rem 0;
  }
}
#sec-info .info_tbl__tel .btn_01.__mail:before {
  width: 1.375rem;
  left: 1.1875rem;
}
@media screen and (max-width: 767px) {
  #sec-info .info_tbl__tel .btn_01.__mail:before {
    width: 2.3125rem;
    left: 2rem;
  }
}
#sec-info .info_tbl__tel .btn_01.__mail:after {
  width: 0.875rem;
  right: 1rem;
}
@media screen and (max-width: 767px) {
  #sec-info .info_tbl__tel .btn_01.__mail:after {
    width: 1.3125rem;
    right: 1.5rem;
  }
}
#sec-info .info_tbl__line td {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec-info .info_tbl__line td {
    text-align: left;
  }
}
#sec-info .info_tbl__line .btn_wrap .img {
  display: block;
  width: 15.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sec-info .info_tbl__line .btn_wrap .img {
    margin: 0.8125rem 0 2.625rem;
  }
}
#sec-info .map_wrap {
  border: 1px solid var(--BEIGE02);
  margin-bottom: 1.8125rem;
  aspect-ratio: 900/510;
}
@media screen and (max-width: 767px) {
  #sec-info .map_wrap {
    margin-bottom: 3.75rem;
    aspect-ratio: 670/372;
  }
}
#sec-info .map_wrap iframe {
  width: 100%;
  height: 100%;
}
#sec-info .btn_01 {
  margin: 0 auto;
}
/*# sourceMappingURL=top.css.map */