/* =========================================================
button
========================================================= */
/* =========================================================
title
========================================================= */
/* =========================================================
service-guide
========================================================= */
.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 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, 42px);
  }
}
.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: 50px !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: 44px;
}
@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);
}

/* =========================================================
contact
========================================================= */
.p-contact-title {
  text-align: center;
  margin: 30px auto;
  max-width: 1820px;
  width: 96%;
}
@media screen and (min-width: 992px) {
  .p-contact-title {
    margin: 50px auto;
  }
}
.p-contact-title--main {
  display: block;
  margin-bottom: 2px;
}
.p-contact-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-contact-title--main span {
    font-size: 3.2258064516vw;
    padding: 1.5120967742vw 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-contact-title--main span {
    font-size: 3.6rem;
    padding: clamp(1.2rem, 0.7vw, 1.5rem) clamp(2.5rem, 1.5vw, 3rem);
  }
}
.p-contact-title--text {
  display: block;
  width: 100%;
}
.p-contact-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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-contact-title--text span {
    font-size: 1.6129032258vw;
    padding: 0.2016129032vw 2.6209677419vw;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-title--text span {
    font-size: 1.6rem;
    padding: 0.5rem 2.6rem;
  }
}
.p-contact__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  max-width: 1000px;
  margin: 0 auto;
  width: 96%;
}
.p-contact__row:first-child {
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .p-contact__row {
    grid-template-columns: 220px 1fr;
    gap: 40px;
  }
}
.p-contact__label {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.p-contact__label::before {
  content: "";
  display: block;
  background: #001433;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}
.p-contact__label p {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-contact__label .required {
  background: #f4f000;
  padding: 4px 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
.p-contact__input input {
  width: 50%;
  border: 2px solid #091429;
  padding: 12px;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .p-contact__input input {
    width: 100%;
  }
}
.p-contact__input textarea {
  width: 100%;
  border: 2px solid #091429;
  padding: 12px;
  font-size: 1.6rem;
  min-height: 220px;
  resize: vertical;
}
@media screen and (max-width: 991px) {
  .p-contact__input textarea {
    min-height: 150px;
  }
}
.p-contact__input label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-contact__input label input {
  width: 50px;
}
.p-contact__submit {
  margin: 50px auto;
  text-align: center;
}
.p-contact__submit input[type=submit] {
  background: #001433;
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 18px 80px;
  transition: 0.3s;
  letter-spacing: 0.2em;
}
.p-contact__submit input[type=submit]:hover {
  color: #091429;
  background-color: #ff3;
}
.p-contact__submit .wpcf7-spinner {
  display: none;
}
.p-contact-wrap {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact-wrap {
    text-align: center;
  }
}
.p-contact-wrap p {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 15px;
}
.p-contact-btn {
  margin-top: 15px;
  text-align: center;
}
.p-contact-btn a {
  background: #091429;
  border: none;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 18px 80px;
  margin: 0 auto;
  transition: 0.3s;
}
.p-contact-btn a:hover {
  color: #091429;
  background-color: #ff3;
}
.p-contact .wpcf7 form.invalid .wpcf7-response-output,
.p-contact .wpcf7 form.unaccepted .wpcf7-response-output,
.p-contact .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
  text-align: center;
  max-width: 800px;
  margin: 30px auto;
  padding: 10px 0;
}

/* =========================================================
news
========================================================= */
.p-news-title {
  text-align: center;
  margin: 30px auto;
  max-width: 1820px;
  width: 96%;
}
@media screen and (min-width: 992px) {
  .p-news-title {
    margin: 50px auto;
  }
}
.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: -webkit-fit-content;
  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: 30px auto;
  max-width: 1200px;
  width: 96%;
}
@media screen and (min-width: 992px) {
  .p-news-list {
    margin: 50px auto;
  }
}
.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: 50%;
  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%;
}
.p-news-article .title {
  padding-top: 10px;
  font-size: 1.6rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-news-article .title {
    padding-left: 30px;
    width: calc(100% - 100px - 150px);
  }
}
.p-news-detail {
  margin: 30px auto 0;
  max-width: 1200px;
  width: 96%;
}
@media screen and (min-width: 992px) {
  .p-news-detail {
    margin: 50px auto 0;
  }
}
.p-news-detail--header {
  border-bottom: 2px solid #091429;
}
.p-news-detail--meta {
  color: #091429;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
@media screen and (min-width: 768px) {
  .p-news-detail--meta {
    font-size: 1.4112903226vw;
  }
}
@media screen and (min-width: 992px) {
  .p-news-detail--meta {
    font-size: 1.4rem;
  }
}
.p-news-detail--tag {
  background: #ffffff;
  border: 1px solid #091429;
  border-radius: 100px;
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  max-width: 150px;
  width: 50%;
}
.p-news-detail time {
  margin-left: 20px;
  text-align: left;
  width: calc(100% - 180px);
}
.p-news-detail--title {
  padding: 10px 0 10px 20px;
  position: relative;
  text-align: left;
  width: 100%;
  font-size: clamp(2rem, 2vw, 2.8rem);
}
@media screen and (min-width: 768px) {
  .p-news-detail--title {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 992px) {
  .p-news-detail--title {
    font-size: 2.8rem;
  }
}
.p-news-detail--title::before {
  content: "";
  background: #091429;
  display: block;
  width: 10px;
  height: 44px;
  position: absolute;
  top: calc(50% - 22px);
  left: 0;
}
.p-news-detail--content {
  padding: 50px 30px;
}
.p-news-detail--content p {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  padding: 0 0 10px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-news-detail--content p {
    font-size: 1.4112903226vw;
  }
}
@media screen and (min-width: 992px) {
  .p-news-detail--content p {
    font-size: 1.4rem;
  }
}
.p-news-detail--content strong {
  font-weight: bold;
}
.p-news-detail--content h1,
.p-news-detail--content h2,
.p-news-detail--content h3,
.p-news-detail--content h4,
.p-news-detail--content h5,
.p-news-detail--content h6 {
  display: block;
  font-weight: bold;
  margin: 20px 0;
  width: 100%;
  font-size: clamp(2rem, 2vw, 2.4rem);
}
@media screen and (min-width: 768px) {
  .p-news-detail--content h1,
.p-news-detail--content h2,
.p-news-detail--content h3,
.p-news-detail--content h4,
.p-news-detail--content h5,
.p-news-detail--content h6 {
    font-size: 2.4193548387vw;
  }
}
@media screen and (min-width: 992px) {
  .p-news-detail--content h1,
.p-news-detail--content h2,
.p-news-detail--content h3,
.p-news-detail--content h4,
.p-news-detail--content h5,
.p-news-detail--content h6 {
    font-size: 2.4rem;
  }
}
.p-news-detail--pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  max-width: 1200px;
  width: 96%;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
@media screen and (min-width: 768px) {
  .p-news-detail--pager {
    font-size: 1.6129032258vw;
  }
}
@media screen and (min-width: 992px) {
  .p-news-detail--pager {
    font-size: 1.6rem;
    margin: 0 auto 100px;
  }
}
.p-news-detail--pager a {
  background: #091429;
  border-radius: 100px;
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 10px 15px;
  margin: 0 5px;
  text-align: center;
}
.p-news-detail--pager-prev a {
  background: url(../images/common/icon-arrow01-reverse.svg) no-repeat center;
  background-size: 100%;
  background-color: #091429;
}
.p-news-detail--pager-next a {
  background: url(../images/common/icon-arrow01.svg) no-repeat center;
  background-size: 100%;
  background-color: #091429;
}
/*# sourceMappingURL=style-contact.css.map */