/* =========================================================
button
========================================================= */
/* =========================================================
title
========================================================= */
@media screen and (min-width: 992px) {
  .pc {
    display: revert;
    visibility: visible;
  }
  .sp {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (max-width: 991px) {
  .pc {
    display: none !important;
    visibility: hidden;
  }
  .sp {
    display: revert;
    visibility: visible;
  }
}
.p-top_ttl {
  border-left: 10px solid #000;
  font-size: 2.4rem;
  line-height: 1.6;
  padding-left: 20px;
}

/* =========================================================
top
========================================================= */
.p-top-kinds {
  padding: 5vh 0;
}
@media screen and (max-width: 991px) {
  .p-top-kinds {
    padding: 30px 0 5vh;
  }
}
@media screen and (max-width: 619px) {
  .p-top-kinds {
    padding: 30px 0 5vh;
  }
}
.p-top-kinds_wrap {
  margin: auto;
  width: 96%;
  max-width: 1820px;
}
@media screen and (max-width: 991px) {
  .p-top-kinds_wrap {
    width: 94%;
  }
}
.p-top-kinds_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.p-top-kinds_item {
  width: 25%;
  padding: 0 10px;
}
@media screen and (max-width: 1439px) {
  .p-top-kinds_item {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .p-top-kinds_item {
    width: 100%;
  }
}
.p-top-kinds_item:hover {
  background: #ff3;
}
.p-top-kinds_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1439px) {
  .p-top-kinds_box {
    flex-direction: row;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-kinds_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .p-top-kinds_box {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .p-top-kinds_box {
    flex-direction: column;
  }
}
.p-top-kinds_box a {
  transition: 0.3s;
}
.p-top-kinds_box a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1439px) {
  .p-top-kinds_box.culp {
    border-bottom: 2px solid #091429;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-kinds_box.culp {
    border-bottom: none;
  }
}
@media screen and (max-width: 991px) {
  .p-top-kinds_box.culp {
    border-bottom: 2px solid #091429;
  }
}
@media screen and (max-width: 1439px) {
  .p-top-kinds_box.acrylic {
    border-bottom: 2px solid #091429;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-kinds_box.acrylic {
    border-bottom: none;
  }
}
@media screen and (max-width: 991px) {
  .p-top-kinds_box.acrylic {
    border-bottom: 2px solid #091429;
    padding-top: 24px;
  }
}
@media screen and (max-width: 1439px) {
  .p-top-kinds_box.aluminum {
    padding-top: 24px;
  }
}
@media screen and (max-width: 991px) {
  .p-top-kinds_box.aluminum {
    border-bottom: 2px solid #091429;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1439px) {
  .p-top-kinds_box.cutting {
    padding-top: 24px;
  }
}
.p-top-kinds_header {
  width: 100%;
}
.p-top-kinds_ttlarea {
  margin: 0 0 -8px -8px;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .p-top-kinds_ttlarea {
    margin: 0 0 -8px -4px;
  }
}
.p-top-kinds_title {
  font-size: clamp(2.1rem, -1rem + 2.5vw, 3.2rem);
  font-weight: 700;
}
.p-top-kinds_title span {
  background: #FFFF33;
  display: inline-block;
  padding: 6px 22px;
}
@media screen and (max-width: 1439px) {
  .p-top-kinds_title span {
    font-size: clamp(2rem, 0.2rem + 2vw, 2.5rem);
    padding: 10px 8px;
  }
}
@media screen and (max-width: 991px) {
  .p-top-kinds_title span {
    font-size: clamp(3rem, 0.2rem + 2vw, 3.2rem);
    padding: 5px 8px;
  }
}
.p-top-kinds_lead {
  color: #fff;
  font-size: clamp(1.4rem, 0.829rem + 0.321vw, 1.6rem);
  margin-top: 5px;
}
.p-top-kinds_lead span {
  background: #091429;
  display: inline-block;
  padding: 5px 22px;
  font-weight: 400;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 1439px) {
  .p-top-kinds_lead span {
    padding: 8px;
  }
}
.p-top-kinds_image {
  text-align: center;
}
.p-top-kinds_summury {
  border-left: 2px solid #091429;
  margin-top: 12px;
  padding-left: clamp(1.3rem, -0.733rem + 1.146vw, 2.5rem);
  padding-right: 6px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-top-kinds_summury {
    border-left: none;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-kinds_summury {
    border-left: 2px solid #091429;
  }
}
@media screen and (max-width: 991px) {
  .p-top-kinds_summury {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-kinds_summury {
    border-left: 2px solid #091429;
  }
}
.p-top-kinds_summury--header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .p-top-kinds_summury--header {
    flex-direction: column;
    align-items: self-start;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-kinds_summury--header {
    flex-direction: row;
    align-items: center;
  }
}
.p-top-kinds_summury--price {
  font-size: clamp(2rem, -2rem + 2.5vw, 2.4rem);
  font-weight: 700;
}
.p-top-kinds_summury--price .small {
  font-size: clamp(1.4rem, -0.2rem + 1vw, 1.6rem);
}
.p-top-kinds_summury--btn {
  background-color: #091429;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 1.3rem;
  padding: 6px 19px;
}
@media screen and (max-width: 1439px) {
  .p-top-kinds_summury--btn {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-kinds_summury--btn {
    margin-top: 0;
  }
}
.p-top-kinds_summury--btn::after {
  aspect-ratio: 1/1;
  background-image: url(../images/top/guide-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-left: 19px;
  width: 16px;
}
.p-top-kinds_summury--btn:hover {
  background-color: #ff3;
}
.p-top-kinds_summury--txt {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9;
  margin-top: 24px;
}
@media screen and (max-width: 619px) {
  .p-top-kinds_summury--txt {
    display: none;
    visibility: hidden;
  }
}
.p-top-kinds_summury--tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 619px) {
  .p-top-kinds_summury--tag {
    display: none;
    visibility: hidden;
  }
}
.p-top-kinds_summury--tag li {
  border: 1px solid #091429;
  border-radius: 999px;
  font-size: 1.2rem;
  margin-top: 4px;
  margin-right: 8px;
  padding: 3px 10px;
}

.p-top-guide_wrap {
  margin: auto;
  width: 96%;
  max-width: 1820px;
}
.p-top-guide_list {
  border-bottom: 2px solid #091429;
  border-top: 2px solid #091429;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 0;
}
.p-top-guide_item {
  background: #091429;
  width: 24%;
}
@media screen and (max-width: 1439px) {
  .p-top-guide_item {
    width: 48%;
    margin: 2px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-guide_item {
    width: 100%;
    margin-top: 10px;
  }
}
.p-top-guide_item:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1439px) {
  .p-top-guide_item:first-of-type {
    margin: 2px auto;
  }
}
.p-top-guide_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: clamp(1.5rem, 0.949rem + 1.469vw, 3.3rem);
  transition: 0.3s;
  color: #fff !important;
  font-size: clamp(1.8rem, 0.2rem + 1vw, 2rem);
}
.p-top-guide_item a:hover {
  color: #091429;
  background-color: #ff3;
}
.p-top-guide_item a:hover .p-top-guide_txt {
  color: #000;
}
.p-top-guide_link {
  height: 100%;
}
.p-top-guide_link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.p-top-guide_link a .small {
  display: block;
  font-size: 1.3rem;
}
.p-top-guide_link.order a::before {
  background-image: url(../images/top/guide-order.svg);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 50px;
}
@media screen and (min-width: 992px) {
  .p-top-guide_link.order a::before {
    width: clamp(30px, 2.6vw, 50px);
  }
}
.p-top-guide_link.order a:hover::before {
  background-image: url(../images/top/guide-order_hover.svg);
}
.p-top-guide_link.order a::after {
  aspect-ratio: 1/1;
  background-image: url(../images/top/guide-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 31px;
}
.p-top-guide_link.order a:hover::after {
  background-image: url(../images/top/guide-arrow_hover.svg);
}
.p-top-guide_link.data a::before {
  background-image: url(../images/top/guide-data.svg);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 42px;
}
@media screen and (min-width: 992px) {
  .p-top-guide_link.data a::before {
    width: clamp(30px, 2.6vw, 50px);
  }
}
.p-top-guide_link.data a:hover::before {
  background-image: url(../images/top/guide-data_hover.svg);
}
.p-top-guide_link.data a::after {
  aspect-ratio: 1/1;
  background-image: url(../images/top/guide-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 31px;
}
.p-top-guide_link.data a:hover::after {
  background-image: url(../images/top/guide-arrow_hover.svg);
}
.p-top-guide_link.payment a::before {
  background-image: url(../images/top/guide-payment.svg);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 52px !important;
}
@media screen and (min-width: 992px) {
  .p-top-guide_link.payment a::before {
    width: clamp(30px, 2.6vw, 50px);
  }
}
.p-top-guide_link.payment a:hover::before {
  background-image: url(../images/top/guide-payment_hover.svg);
}
.p-top-guide_link.payment a::after {
  aspect-ratio: 1/1;
  background-image: url(../images/top/guide-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 31px;
}
.p-top-guide_link.payment a:hover::after {
  background-image: url(../images/top/guide-arrow_hover.svg);
}
.p-top-guide_link.faq a::before {
  background-image: url(../images/top/guide-faq.svg);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 48px;
}
@media screen and (min-width: 992px) {
  .p-top-guide_link.faq a::before {
    width: clamp(30px, 2.6vw, 50px);
  }
}
.p-top-guide_link.faq a:hover::before {
  background-image: url(../images/top/guide-faq_hover.svg);
}
.p-top-guide_link.faq a::after {
  aspect-ratio: 1/1;
  background-image: url(../images/top/guide-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 31px;
}
.p-top-guide_link.faq a:hover::after {
  background-image: url(../images/top/guide-arrow_hover.svg);
}
.p-top-guide_txt {
  color: #fff;
  font-size: clamp(1.8rem, 0.2rem + 1vw, 2rem);
}

.p-top-construction {
  padding: 5vh 0;
}
.p-top-construction_wrap {
  margin: auto;
  width: 96%;
  max-width: 1820px;
}
.p-top-construction_cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-top-construction_header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 1.5%;
  width: 23.5%;
}
@media screen and (max-width: 991px) {
  .p-top-construction_header {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-construction_header {
    width: 100%;
  }
}
.p-top-construction_header--ttlarea {
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 80%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .p-top-construction_header--ttlarea {
    height: auto;
    padding: 24px 0;
  }
}
.p-top-construction_header--ttl {
  background: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 6px 26px;
}
@media screen and (max-width: 1439px) {
  .p-top-construction_header--ttl {
    font-size: clamp(2.8rem, 2.678rem + 0.327vw, 3.2rem);
  }
}
@media screen and (max-width: 1199px) {
  .p-top-construction_header--ttl {
    font-size: clamp(2.6rem, 2.509rem + 0.242vw, 2.8rem);
  }
}
@media screen and (max-width: 991px) {
  .p-top-construction_header--ttl {
    font-size: 2.4rem;
  }
}
.p-top-construction_header--lead {
  margin-top: 7px;
}
.p-top-construction_header--lead01 {
  background: #091429;
  color: #fff;
  font-size: 1.6rem;
  padding: 4px 26px;
}
.p-top-construction_header--lead02 {
  background: #091429;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 3px;
  padding: 4px 26px;
}
.p-top-construction_header--btn {
  border-bottom: 2px solid #091429;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  height: 26%;
  width: 100%;
  padding: 10px 0;
}
.p-top-construction_header--btn:hover {
  background-color: #ff3;
}
@media screen and (max-width: 1199px) {
  .p-top-construction_header--btn {
    font-size: clamp(1.8rem, 1.527rem + 0.727vw, 2.4rem);
  }
}
@media screen and (max-width: 991px) {
  .p-top-construction_header--btn {
    height: auto;
    padding: 12px 0;
  }
}
.p-top-construction_header--btn::before {
  background-image: url(../images/common/icon-works.svg);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-right: 29px;
  width: 50px;
}
@media screen and (max-width: 991px) {
  .p-top-construction_header--btn::before {
    height: auto;
    padding: 12px 0;
    width: 40px;
    background-size: 40px auto;
    margin-right: 20px;
  }
}
.p-top-construction_header--btn::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-left: 15px;
  width: 31px;
}
.p-top-construction_header--btn .reduce {
  display: block;
  font-size: 1.4rem;
}
.p-top-construction_image {
  aspect-ratio: 3/2;
  text-align: center;
  width: 37.5%;
}
@media screen and (max-width: 1439px) {
  .p-top-construction_image {
    width: 37.5%;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-construction_image {
    width: 37.5%;
  }
}
@media screen and (max-width: 991px) {
  .p-top-construction_image {
    margin: 24px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-construction_image {
    width: 100%;
  }
}
.p-top-construction_image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-construction_image img {
    height: auto !important;
  }
}
.p-top-construction_summury {
  width: 37.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
}
@media screen and (max-width: 1439px) {
  .p-top-construction_summury {
    width: 37.5%;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-construction_summury {
    width: 37.5%;
  }
}
@media screen and (max-width: 991px) {
  .p-top-construction_summury {
    width: 100%;
  }
}
@media screen and (max-width: 619px) {
  .p-top-construction_summury {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-construction_summury {
    width: 100%;
  }
}
.p-top-construction_summury--ttl {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-top-construction_summury--ttl {
    font-size: 2.6rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-construction_summury--ttl {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 991px) {
  .p-top-construction_summury--ttl {
    font-size: 2.2rem !important;
  }
}
.p-top-construction_summury--ttl .name {
  background-color: #FFFF33;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .p-top-construction_summury--ttl .name {
    padding: 5px 16px;
  }
}
.p-top-construction_summury--ttl .name .small {
  font-size: 2.4rem;
  margin-left: 1.2rem;
}
@media screen and (max-width: 1439px) {
  .p-top-construction_summury--ttl .name .small {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-construction_summury--ttl .name .small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .p-top-construction_summury--ttl .name .small {
    font-size: 1.8rem;
  }
}
.p-top-construction_summury--lead01 {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 17px;
}
@media screen and (max-width: 991px) {
  .p-top-construction_summury--lead01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 619px) {
  .p-top-construction_summury--lead01 {
    display: none;
    visibility: hidden;
  }
}
.p-top-construction_summury--lead01 span {
  background: #091429;
  display: inline-block;
  padding: 4px 26px;
}
@media screen and (max-width: 767px) {
  .p-top-construction_summury--lead01 span {
    padding: 4px 16px;
  }
}
.p-top-construction_summury--lead02 {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .p-top-construction_summury--lead02 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-construction_summury--lead02 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 619px) {
  .p-top-construction_summury--lead02 {
    display: none;
    visibility: hidden;
  }
}
.p-top-construction_summury--lead02 span {
  background: #091429;
  display: inline-block;
  padding: 4px 26px;
}
@media screen and (max-width: 767px) {
  .p-top-construction_summury--lead02 span {
    padding: 4px 16px;
  }
}
.p-top-construction_summury--lead03 {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .p-top-construction_summury--lead03 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-construction_summury--lead03 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 620px) {
  .p-top-construction_summury--lead03 {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-top-construction_summury--lead03 span {
    background: #091429;
    display: inline-block;
    padding: 8px 16px;
    line-height: 1.4em;
  }
}
.p-top-construction_summury--tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 28px;
}
@media screen and (max-width: 619px) {
  .p-top-construction_summury--tag {
    display: none;
    visibility: hidden;
  }
}
.p-top-construction_summury--tag li {
  border: 1px solid #091429;
  border-radius: 999px;
  font-size: 1.4rem;
  margin-top: 4px;
  margin-right: 15px;
  padding: 7px 19px;
}
.p-top-construction_summury--txt {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 32px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 400;
}
@media screen and (max-width: 619px) {
  .p-top-construction_summury--txt {
    display: none;
    visibility: hidden;
  }
}
.p-top-construction_summury--link {
  border-bottom: 2px solid #091429;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 2rem;
  font-weight: 700;
  padding: 22px 4px 22px 0;
}
.p-top-construction_summury--link:hover {
  background-color: #ff3;
}
@media screen and (max-width: 991px) {
  .p-top-construction_summury--link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-construction_summury--link {
    font-size: 1.6rem;
  }
}
.p-top-construction_summury--link::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-left: 31px;
  width: 31px;
}
@media screen and (max-width: 991px) {
  .p-top-construction_summury--link::after {
    background-size: 15px auto;
    margin-left: 5px;
    width: 20px;
  }
}

.p-top-reason {
  padding: 5vh 0;
}
@media screen and (max-width: 619px) {
  .p-top-reason {
    padding: 0;
  }
}
.p-top-reason_wrap {
  background-image: url(../images/top/reason-bk.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: auto;
  width: 96%;
  max-width: 1820px;
  height: 100%;
}
.p-top-reason_wrap figure {
  margin: 0 auto;
}
.p-top-reason_wrap figure img {
  width: 100%;
  height: auto !important;
}
@media screen and (max-width: 619px) {
  .p-top-reason_wrap {
    width: 100%;
  }
}
.p-top-reason_cont {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 6%;
  width: 50%;
}
@media screen and (max-width: 1439px) {
  .p-top-reason_cont {
    padding: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-reason_cont {
    padding: 60px;
  }
}
@media screen and (max-width: 991px) {
  .p-top-reason_cont {
    padding: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason_cont {
    padding: 50px 20px;
  }
}
.p-top-reason_ttl {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-top-reason_ttl {
    font-size: clamp(2.8rem, 2.467rem + 0.278vw, 3.2rem);
  }
}
@media screen and (max-width: 1199px) {
  .p-top-reason_ttl {
    font-size: clamp(2.6rem, 2.509rem + 0.242vw, 2.8rem);
  }
}
@media screen and (max-width: 991px) {
  .p-top-reason_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 619px) {
  .p-top-reason_ttl {
    font-size: 2.2rem;
  }
}
.p-top-reason_ttl span {
  background-color: #FFFF33;
  display: inline-block;
  padding: 6px 18px;
}
@media screen and (max-width: 619px) {
  .p-top-reason_ttl span {
    display: block;
    text-align: center;
  }
}
.p-top-reason_lead {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-top-reason_lead span {
  background-color: #091429;
  display: inline-block;
  margin-top: 17px;
  padding: 3px 18px;
}
@media screen and (max-width: 1439px) {
  .p-top-reason_lead span {
    margin-top: 10px;
  }
}
@media screen and (max-width: 619px) {
  .p-top-reason_lead span {
    color: #091429;
    background-color: #fff;
    display: block;
    padding: 8px 13px;
    text-align: center;
    line-height: 1.4em;
    font-weight: 600;
  }
}
.p-top-reason_txt {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.2;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-top-reason_txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 619px) {
  .p-top-reason_txt {
    font-size: 1.4rem;
    line-height: 2;
    padding-riht: 10px;
    padding-left: 10px;
  }
}
.p-top-reason_link {
  border-bottom: 2px solid #fff;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 2rem;
  letter-spacing: 0.25em;
  margin-top: 16px;
  padding: 19px 4px 19px 0;
}
.p-top-reason_link:hover {
  color: #091429;
  background-color: #ff3;
}
.p-top-reason_link:hover::after {
  background-image: url(../images/top/guide-arrow_hover.svg);
}
@media screen and (max-width: 1439px) {
  .p-top-reason_link {
    margin-top: 0;
    padding: 14px 4px 14px 0;
  }
}
@media screen and (max-width: 1199px) {
  .p-top-reason_link {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .p-top-reason_link {
    font-size: 1.6rem;
  }
}
.p-top-reason_link::after {
  aspect-ratio: 1/1;
  background-image: url(../images/top/guide-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 31px;
  margin-left: 24px;
}

.p-top-news {
  padding: 5vh 0;
}
.p-top-news_wrap {
  margin: auto;
  width: 96%;
  max-width: 1820px;
}
.p-top-news_cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .p-top-news_cont {
    flex-direction: column;
  }
}
.p-top-news_header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
}
@media screen and (max-width: 991px) {
  .p-top-news_header {
    width: 100%;
  }
}
.p-top-news_header--ttlarea {
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 74%;
}
@media screen and (max-width: 991px) {
  .p-top-news_header--ttlarea {
    height: auto;
    padding: 24px 0;
  }
}
.p-top-news_header--ttl {
  background: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 6px 26px;
}
@media screen and (max-width: 1439px) {
  .p-top-news_header--ttl {
    font-size: clamp(2.8rem, 2.678rem + 0.327vw, 3.2rem);
  }
}
@media screen and (max-width: 1199px) {
  .p-top-news_header--ttl {
    font-size: clamp(2.6rem, 2.509rem + 0.242vw, 2.8rem);
  }
}
@media screen and (max-width: 991px) {
  .p-top-news_header--ttl {
    font-size: 2.4rem;
  }
}
.p-top-news_header--lead {
  margin-top: 7px;
}
.p-top-news_header--lead01 {
  background: #091429;
  color: #fff;
  font-size: 1.6rem;
  padding: 4px 26px;
}
.p-top-news_header--lead02 {
  background: #091429;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 3px;
  padding: 4px 26px;
}
.p-top-news_header--btn {
  border-bottom: 2px solid #091429;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  height: 26%;
}
.p-top-news_header--btn:hover {
  background-color: #ff3;
}
@media screen and (max-width: 1199px) {
  .p-top-news_header--btn {
    font-size: clamp(1.8rem, 1.527rem + 0.727vw, 2.4rem);
  }
}
@media screen and (max-width: 991px) {
  .p-top-news_header--btn {
    height: auto;
    padding: 12px 0;
  }
}
.p-top-news_header--btn::before {
  background-image: url(../images/common/icon-news.svg);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-right: 15px;
  width: 55px;
}
.p-top-news_header--btn::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-left: 54px;
  width: 31px;
}
.p-top-news_list {
  width: 74%;
}
@media screen and (max-width: 991px) {
  .p-top-news_list {
    width: 100%;
  }
}
.p-top-news_item {
  border-bottom: 1px solid #999;
  font-size: 1.4rem;
  padding: 2.2rem 1.1rem;
}
.p-top-news_item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-top-news_item .cat {
  border: 1px solid #091429;
  border-radius: 999px;
  font-size: 1.3rem;
  margin-left: 2.2rem;
  padding: 4px 25px;
}
.p-top-news_item .txt {
  margin-left: 2.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .p-top-news_item .txt {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-news_item .txt {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-top: 1.2rem;
  }
}

.p-news-title {
  text-align: center;
  margin: 0 auto;
  max-width: 1820px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-news-title {
    margin: 0;
  }
}
.p-news-title--main {
  display: block;
  margin-bottom: 2px;
}
.p-news-title--main span {
  background-color: #ffff00;
  display: inline-block;
  font-size: clamp(2.6rem, 4.1vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding: clamp(10px, 2.3vw, 15px) clamp(20px, 2.7vw, 30px);
}
@media screen and (min-width: 768px) {
  .p-news-title--main span {
    font-size: 3.2258064516vw;
    padding: 1.5120967742vw 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-news-title--main span {
    font-size: 4rem;
    padding: clamp(1.2rem, 0.7vw, 1.5rem) clamp(2.5rem, 1.5vw, 3rem);
  }
}
.p-news-title--text {
  display: block;
  width: 100%;
}
.p-news-title--text span {
  background-color: #091429;
  color: #fff;
  display: block;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin: 0.7rem auto;
  padding: 0.5rem 2.6rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-news-title--text span {
    font-size: 1.6129032258vw;
    padding: 0.2016129032vw 2.6209677419vw;
  }
}
@media screen and (min-width: 768px) {
  .p-news-title--text span {
    font-size: 1.6rem;
    padding: 0.5rem 2.6rem;
  }
}
.p-news-list {
  text-align: center;
  margin: 0 0 0 3%;
  width: 73%;
}
@media screen and (max-width: 991px) {
  .p-news-list {
    margin: 0 auto;
    width: 100%;
  }
}
.p-news-article {
  border-bottom: 1px dotted #999999;
}
.p-news-article a {
  color: #091429;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 30px 10px;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-news-article a {
    font-size: 1.4112903226vw;
  }
}
@media screen and (min-width: 992px) {
  .p-news-article a {
    font-size: 1.4rem;
  }
}
.p-news-article a:hover {
  background: #ff3;
}
.p-news-article .time {
  width: 100px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .p-news-article .time {
    width: 100px;
  }
}
.p-news-article .tag {
  background: #ffffff;
  border: 1px solid #091429;
  border-radius: 100px;
  display: inline-block;
  padding: 5px 15px;
  max-width: 150px;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .p-news-article .tag {
    font-size: 1.2rem;
    padding: 3px 10px;
    max-width: 100px;
  }
}
.p-news-article .title {
  padding-top: 10px;
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-news-article .title {
    font-size: 1.6rem;
    padding-left: 30px;
    width: calc(100% - 100px - 150px);
  }
}/*# sourceMappingURL=style-top.css.map */