/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_detail {
  padding-top: 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_detail {
    padding-top: 108px;
  }
}
.p_detail__desc {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.p_detail__content {
  width: 100%;
  position: relative;
}
.p_detail__btn {
  width: 100%;
  max-width: 351px;
  margin: 48px auto 0;
  position: relative;
  z-index: 2;
}
.p_detail__btn .c_btn01 {
  width: 100%;
  background-color: #f29600;
  color: #fff;
}
.p_detail__btn .c_btn01:hover {
  color: #f29600;
  background-color: #fff;
}
.p_detail01 {
  padding: 40px 0 80px;
}
@media screen and (min-width: 768px) {
  .p_detail01 {
    padding: 86px 0 200px;
  }
}
.p_detail01__img img {
  border-radius: 20px;
}
.p_detail01:has(.c_post__list01) .p_detail01__inner {
  padding-top: 36px;
}
.p_detail01:has(.c_post__list01) .c_post__list {
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .p_detail01:has(.c_post__list01) .c_post__list {
    padding-top: 12px;
    width: clamp(
      12.375rem,
      14.6634615385vw + 5.3365384615rem,
      20rem
  );
    flex-shrink: 0;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .p_detail01:has(.p_detail01__case) {
    padding: 86px 0 clamp(
      7.5rem,
      20.7932692308vw + -2.4807692308rem,
      18.3125rem
  );
  }
}
.p_detail01__inner {
  padding-top: 39px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p_detail01__inner {
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.p_detail01__inner .c_post__head {
  gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p_detail01__inner .c_post__head {
    display: flex;
    justify-content: space-between;
  }
}
.p_detail01__inner .c_post__head .c_label {
  border-radius: 20px;
  margin-right: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p_detail01__inner .c_post__head .c_label {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 8px;
    font-size: clamp(
      1.25rem,
      0.4807692308vw + 1.0192307692rem,
      1.5rem
  );
    padding: 1px 22px 5px 22px;
    line-height: 1.4;
  }
}
.p_detail01__inner .c_post__head .c_post__date {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p_detail01__inner .c_post__head .c_post__date {
    margin-top: 12px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p_detail01__inner .c_post__list {
    padding-top: 4px;
    margin-right: -3px;
  }
}
.p_detail01__inner .c_post__list01 {
  margin-top: 0;
  transform: translateY(4px);
}
@media screen and (min-width: 768px) {
  .p_detail01__inner .c_post__list01 {
    margin-bottom: -9px;
  }
}
@media screen and (min-width: 768px) {
  .p_detail01__inner .c_post__list01__img {
    width: 49px;
    margin: 0 8px 8px 0;
  }
}
.p_detail01__ttl {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #4a525f;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p_detail01__ttl {
    font-size: clamp(
      1.25rem,
      0.4807692308vw + 1.0192307692rem,
      1.5rem
  );
  }
}
.p_detail01__inner01 {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_detail01__inner01 {
    padding-top: 36px;
  }
}
.p_detail01__content [for^=pwbox] {
  width: calc(100% - 64px);
  display: inline-flex;
  max-width: 360px;
}
@media screen and (min-width: 768px) {
  .p_detail01__content [for^=pwbox] {
    width: calc(100% - 110px);
  }
}
.p_detail01__content [for^=pwbox] input {
  border: 1px solid #ccc;
  outline: none;
  padding: 2px 15px 3px 15px;
  margin-left: 15px;
  width: calc(100% - 100px);
  max-width: 360px;
}
@media screen and (min-width: 768px) {
  .p_detail01__content [for^=pwbox] input {
    width: calc(100% - 110px);
  }
}
.p_detail01__content [for^=pwbox] + input {
  border: 1px solid #ccc;
  outline: none;
  padding: 2px 15px 3px 15px;
  transition: 0.5s;
}
.p_detail01__content [for^=pwbox] + input[type=submit] {
  text-align: center;
  min-width: 60px;
}
@media screen and (min-width: 768px) {
  .p_detail01__content [for^=pwbox] + input[type=submit] {
    min-width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p_detail01__content [for^=pwbox] + input[type=submit]:hover {
    opacity: 0.7;
  }
}
.p_detail01__content a {
  color: #fcb900;
  text-decoration: underline;
  transition: 0.5s;
}
.p_detail01__content a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p_detail01__content a:hover {
    opacity: 0.8;
    text-decoration-color: transparent;
  }
}
.p_detail01__content h3 {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #4a525f;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p_detail01__content h3 {
    font-size: clamp(
      1.25rem,
      0.4807692308vw + 1.0192307692rem,
      1.5rem
  );
  }
}
.p_detail01__content p {
  font-size: 0.875rem;
  line-height: 2;
  color: #4a525f;
  letter-spacing: 0.01em;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_detail01__content p {
    font-size: clamp(
      0.875rem,
      0.2403846154vw + 0.7596153846rem,
      1rem
  );
    padding-top: 32px;
  }
}
.p_detail01__content figure {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_detail01__content figure {
    padding-top: 32px;
  }
}
.p_detail01__content table th, .p_detail01__content table td {
  border: transparent;
  border-bottom: 1px solid #E2E6ED;
  width: auto;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .p_detail01__content table th, .p_detail01__content table td {
    padding: 38px 30px;
  }
}
.p_detail01__content table th {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.8;
  color: #4A525F;
}
@media screen and (min-width: 768px) {
  .p_detail01__content table th {
    font-size: 1rem;
  }
}
.p_detail01__content table td {
  border: transparent;
  border-bottom: 1px solid #E2E6ED;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.8;
  color: #4A525F;
}
@media screen and (min-width: 768px) {
  .p_detail01__content table td {
    font-size: 1rem;
    padding-left: 15px;
  }
}
.p_detail01__content table td:first-child {
  font-weight: 500;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .p_detail01__content table td:first-child {
    width: 135px;
    padding-right: 15px;
    padding-left: 30px;
  }
}
.p_detail01__content .wp-block-button {
  width: 100%;
  text-align: center;
}
.p_detail01__content .wp-element-button {
  margin: 0 auto;
  display: block;
  border-radius: 30px;
  border: 1px solid #f29600;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.8;
  font-family: "Outfit", sans-serif;
  padding: 9px 20px;
  width: 100%;
  min-width: 140px;
  text-align: center;
  background-color: #f29600;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p_detail01__content .wp-element-button {
    max-width: 351px;
    font-family: "Noto Sans JP", sans-serif;
    min-width: 200px;
    padding: 10px 25px 12px 25px;
    font-size: 1.25rem;
  }
}
.p_detail01__content .wp-element-button::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
@media screen and (min-width: 768px) {
  .p_detail01__content .wp-element-button:hover {
    color: #f29600;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p_detail01__content .wp-element-button:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
  }
}
.p_detail01 .btn_blank {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_detail01 .btn_blank {
    padding-top: 50px;
  }
}
.p_detail01___list {
  padding-top: 40px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p_detail01___list {
    padding-top: 117px;
  }
}
.p_detail01___list .list_item {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #e2e6ed;
  gap: 20px;
  color: #4a525f;
}
@media screen and (min-width: 768px) {
  .p_detail01___list .list_item {
    padding: 38px 30px 37px;
  }
}
.p_detail01___list .list_item__ttl {
  width: 100px;
  font-weight: 500;
}
.p_detail01___list .list_item__txt {
  font-weight: 400;
}
.p_detail01__case {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_detail01__case {
    margin-top: 162px;
  }
}
.p_detail01__case .c_title__en {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p_detail01__case .c_title__en {
    padding-right: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p_detail01__case .c_post__img {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p_detail01__case .c_post__list01 {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p_detail01__case .c_post__txt {
    margin-bottom: 2px;
  }
}
.p_detail01__case .case_content {
  padding-top: 28px;
}
.p_detail01__case .case_content .c_post__list {
  text-align: left;
  width: 100%;
}
/*# sourceMappingURL=news.css.map */
