@charset "UTF-8";
main .h1_ttl h1 > small {
  display: inline-block;
  font-size: 20px;
  line-height: 1.4em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
main .h1_ttl .lead {
  text-align: left;
}

.sect_catalog .area_catalog .content .btn {
  display: none;
}
.sect_catalog .area_catalog .box-catalog {
  margin-top: 40px;
  padding: 0 20px;
}
.sect_catalog .area_catalog .box-catalog > a {
  display: block;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sect_catalog .area_catalog .box-catalog > a:hover {
  border-color: #60aae5;
}
.sect_catalog .area_catalog .box-catalog > a:hover img {
  opacity: 0.8;
}
.sect_catalog .area_catalog .box-catalog .btn {
  margin-top: 40px;
}
@media (width >= 768px) {
  .sect_catalog .h1_ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sect_catalog .area_catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sect_catalog .area_catalog .content {
    width: calc(66.6667% - 16px);
  }
  .sect_catalog .area_catalog .content .btn {
    display: block;
    margin-top: 32px;
  }
  .sect_catalog .area_catalog .box-catalog {
    width: calc(33.3333% - 16px);
    margin-top: 0;
  }
  .sect_catalog .area_catalog .box-catalog .btn {
    display: none;
  }
}
@media (width >= 1024px) {
  .sect_catalog .h1_ttl h1 > small {
    font-size: 32px;
  }
  .sect_catalog .h1_ttl .lead {
    text-align: center;
  }
  .sect_catalog .area_catalog .content {
    width: calc(66.6667% - 20px);
  }
  .sect_catalog .area_catalog .content h3 {
    margin-bottom: 20px;
  }
  .sect_catalog .area_catalog .box-catalog {
    width: calc(33.3333% - 20px);
    padding: 0 40px;
  }
}

.sect_sns .wrap_contents .content .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin: 24px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sect_sns .wrap_contents .content .account > img {
  width: 48px;
}
.sect_sns .wrap_contents .content .account > p {
  margin: 0;
}
.sect_sns .wrap_contents .content .btn {
  margin-top: 32px;
}
.sect_sns .wrap_contents .divider {
  margin: 36px 0;
  border-top: 1px solid #d9d9d9;
}
@media (width >= 768px) {
  .sect_sns .wrap_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sect_sns .wrap_contents .content {
    width: calc(50% - 16px);
  }
  .sect_sns .wrap_contents .divider {
    display: none;
  }
  .sect_sns .wrap_contents .divider:nth-of-type(even),
  .sect_sns .wrap_contents .divider:last-child {
    display: block;
    width: 100%;
    margin: 40px 0;
  }
}
@media (width >= 1024px) {
  .sect_sns .wrap_contents {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 40px;
  }
  .sect_sns .wrap_contents .content {
    width: calc(33.3333% - 26.6666666667px);
    position: relative;
    padding-bottom: 80px;
  }
  .sect_sns .wrap_contents .content .account > img {
    width: 64px;
  }
  .sect_sns .wrap_contents .content .btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 0 12px;
  }
  .sect_sns .wrap_contents .content .btn > a {
    width: 100%;
  }
  .sect_sns .wrap_contents .divider,
  .sect_sns .wrap_contents .divider:nth-of-type(even) {
    display: none;
    margin: 0;
  }
  .sect_sns .wrap_contents .divider:nth-of-type(3n) {
    display: block;
    width: 100%;
  }
  .sect_sns .wrap_contents .divider:last-child {
    margin: 0;
  }
}

.sect_faq + .btn {
  margin-top: 36px;
  margin-bottom: 36px;
}
@media (width >= 768px) {
  .sect_faq + .btn {
    text-align: center;
  }
}
@media (width >= 1024px) {
  .sect_faq + .btn {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sect_faq + .btn > a {
    min-width: 320px;
  }
}

.area_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.area_cta .cta_btn {
  width: 100%;
  max-width: 315px;
}
.area_cta .cta_btn p {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.area_cta .cta_btn p::before, .area_cta .cta_btn p::after {
  content: "";
  width: 1.5px;
  height: 1.2em;
  margin: auto;
  background-color: var(--Black-BK1);
}
.area_cta .cta_btn p::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  margin-right: 10px;
}
.area_cta .cta_btn p::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-left: 10px;
}
.area_cta .cta_btn a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 54px;
  padding: 16px 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  color: var(--White-WH1);
  font-style: normal;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.area_cta .cta_btn a span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.area_cta .cta_btn a:hover {
  opacity: 0.7;
}
.area_cta .cta_btn.icon a::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.area_cta .cta_btn.icon_tel a {
  font-size: 32px;
  letter-spacing: -0.01em;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff6f00), to(#ffa544));
  background: linear-gradient(0deg, #ff6f00 0%, #ffa544 100%);
  -webkit-box-shadow: 0px 4px 0px 0px #d65d00;
          box-shadow: 0px 4px 0px 0px #d65d00;
}
.area_cta .cta_btn.icon_tel a::before {
  background-color: var(--White-WH1); /* 色を指定 */
  -webkit-mask-image: url(../../img/icon/icon_phone.svg);
  mask-image: url(../../img/icon/icon_phone.svg);
}
.area_cta .cta_btn.icon_mail a {
  font-size: 22px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff3f40), to(#ff7f80));
  background: linear-gradient(0deg, #ff3f40 0%, #ff7f80 100%);
  -webkit-box-shadow: 0px 4px 0px 0px #e61e1e;
          box-shadow: 0px 4px 0px 0px #e61e1e;
}
.area_cta .cta_btn.icon_mail a::before {
  background-color: var(--White-WH1); /* 色を指定 */
  -webkit-mask-image: url(../../img/icon/icon_mail.svg);
  mask-image: url(../../img/icon/icon_mail.svg);
}
@media (width >= 1024px) {
  .area_cta .cta_btn {
    min-width: 400px;
  }
  .area_cta .cta_btn p {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .area_cta .cta_btn a {
    height: 68px;
    padding: 20px 45px;
  }
  .area_cta .cta_btn.icon a::before {
    width: 35px;
    height: 35px;
  }
  .area_cta .cta_btn.icon_tel a {
    font-size: 40px;
  }
  .area_cta .cta_btn.icon_mail a {
    font-size: 31px;
  }
}

.sect_column .contents {
  margin: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 16px;
}
.sect_column .contents li {
  width: calc(50% - 8px);
}
.sect_column .contents li a img {
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sect_column .contents li a p {
  margin: 8px 0 0;
  color: #0068b7;
  font-weight: 700;
}
.sect_column .contents li a:hover img, .sect_column .contents li a:hover p {
  opacity: 0.8;
}
@media (width >= 768px) {
  .sect_column .contents {
    gap: 20px;
  }
  .sect_column .contents li {
    width: calc(25% - 20px);
  }
  .sect_column .btn {
    text-align: center;
  }
}