@charset "UTF-8";
.detail .breadcrumbs {
  padding-top: clamp(1rem, 1.85546875vw, 1.9rem);
  padding-right: 5%;
  padding-bottom: clamp(1rem, 1.85546875vw, 1.9rem);
  padding-left: 5%;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .detail .breadcrumbs .wrapper {
    max-width: 159.6rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.detail .breadcrumbs .wrapper span:last-of-type[property=itemListElement] {
  color: #7b7979;
}
@media (min-width: 601px) {
  .detail .breadcrumbs .wrapper span {
    font-size: clamp(1.4rem, 1.1111111111vw, 1.6rem);
  }
}
@media (max-width: 600px) {
  .detail .breadcrumbs .wrapper span {
    font-size: 1.2rem;
  }
}
.detail .breadcrumbs .wrapper a {
  transition: opacity ease 0.6s;
}
.detail .breadcrumbs .wrapper a:hover {
  opacity: 0.4;
}
.detail .mv .outer {
  background-color: #0e426f;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .detail .mv .outer {
    padding-right: clamp(2.4rem, 5.8536585366vw, 4.8rem);
    padding-left: clamp(2.4rem, 5.8536585366vw, 4.8rem);
    height: clamp(16rem, 39.0243902439vw, 32rem);
  }
}
@media (min-width: 1025px) {
  .detail .mv .outer {
    padding-right: clamp(4.8rem, 5vw, 9.6rem);
    padding-left: clamp(4.8rem, 5vw, 9.6rem);
    height: clamp(21rem, 25vw, 42rem);
  }
}
@media (max-width: 600px) {
  .detail .mv .outer {
    padding-right: clamp(1.4rem, 5.3333333333vw, 2rem);
    padding-left: clamp(1.4rem, 5.3333333333vw, 2rem);
    height: clamp(9rem, 48vw, 18rem);
  }
}
.detail .mv .wrapper {
  display: flex;
  width: 100%;
  max-width: 127.2rem;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  align-items: flex-end;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .detail .mv .wrapper {
    padding-top: clamp(3.2rem, 7.8048780488vw, 6.4rem);
    padding-bottom: clamp(3.2rem, 7.8048780488vw, 6.4rem);
  }
}
@media (min-width: 1025px) {
  .detail .mv .wrapper {
    padding-top: clamp(4.5rem, 5.3571428571vw, 9rem);
    padding-bottom: clamp(4.5rem, 5.3571428571vw, 9rem);
  }
}
@media (max-width: 600px) {
  .detail .mv .wrapper {
    padding-top: clamp(2rem, 10.6666666667vw, 4rem);
    padding-bottom: clamp(2rem, 10.6666666667vw, 4rem);
  }
}
.detail .mv .u-head {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
}
.detail .mv .u-head::before {
  content: attr(data-head);
  display: inline-block;
  color: #f1c41b;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .detail .mv .u-head {
    font-size: clamp(2.2rem, 5.3658536585vw, 4.4rem);
    row-gap: clamp(0.5rem, 1.2195121951vw, 1rem);
  }
  .detail .mv .u-head::before {
    font-size: clamp(1.2rem, 2.9268292683vw, 2.4rem);
  }
}
@media (min-width: 1025px) {
  .detail .mv .u-head {
    font-size: clamp(3rem, 3.5714285714vw, 6rem);
    row-gap: clamp(0.8rem, 0.9523809524vw, 1.6rem);
  }
  .detail .mv .u-head::before {
    font-size: clamp(1.6rem, 1.9047619048vw, 3.2rem);
  }
}
@media (max-width: 600px) {
  .detail .mv .u-head {
    font-size: clamp(1.6rem, 8.5333333333vw, 3.2rem);
    row-gap: 1rem;
  }
  .detail .mv .u-head::before {
    font-size: clamp(1rem, 5.3333333333vw, 2rem);
  }
}
.detail_contents {
  padding-top: clamp(9rem, 3.9682539683vw, 11rem);
  padding-bottom: clamp(11rem, 5.9523809524vw, 14rem);
}
@media (max-width: 767px) {
  .detail_contents {
    padding-top: 6.2rem;
    padding-bottom: 10rem;
  }
}
.detail_contents .wrapper {
  display: flex;
  gap: 14%;
}
@media (max-width: 767px) {
  .detail_contents .wrapper {
    flex-direction: column;
    gap: 12rem;
  }
}
.detail_contents .date {
  color: #9b9b9b;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .detail_contents .date {
    font-size: clamp(1.2rem, 0.7653061224vw, 1.5rem);
  }
}
.detail_contents .tag {
  background-color: #f1c41b;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 4px 18px 6px;
  border-radius: 16px;
}
.detail_contents .tag:empty {
  display: none;
}
.detail_contents .tags span {
  background-color: #f1c41b;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 4px 18px 6px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .detail_contents .tag {
    padding-left: clamp(0.6rem, 3.0612244898vw, 1.8rem);
    padding-right: clamp(0.6rem, 3.0612244898vw, 1.8rem);
  }
  .detail_contents .tags span {
    padding-left: clamp(0.6rem, 3.0612244898vw, 1.8rem);
    padding-right: clamp(0.6rem, 3.0612244898vw, 1.8rem);
  }
}
.detail_main {
  flex-grow: 1;
}
.detail_main_inner {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  margin-bottom: 1.2rem;
}
.detail_main_title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: clamp(2.4rem, 1.5873015873vw, 3.2rem);
  border-bottom: 1px solid #000;
}
.detail_main_content {
  padding-top: clamp(5.2rem, 9.126984127vw, 9.8rem);
}
.detail_main_content h1 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 3.2rem;
  padding-left: 2rem;
  border-left: 6px solid #000;
}
@media (max-width: 767px) {
  .detail_main_content h1 {
    font-size: 2.1rem;
    margin-bottom: 2.4rem;
    padding-left: 1.7rem;
  }
}
.detail_main_content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 3.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .detail_main_content h2 {
    font-size: 1.8rem;
  }
}
.detail_main_content h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 2.8rem;
  padding-left: 2rem;
  border-left: 6px solid #000;
}
.detail_main_content p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .detail_main_content p {
    line-height: 1.8;
    margin-bottom: 4rem;
  }
}
.detail_main_content .list.ul ul {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 8rem;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .detail_main_content .list.ul ul {
    margin-bottom: 5rem;
  }
}
.detail_main_content .list.ul ul li {
  position: relative;
}
.detail_main_content .list.ul ul li::before {
  content: "・";
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translateY(-50%);
  display: inline;
}
.detail_main_content .list.ol ol {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 8rem;
  padding-left: 2em;
  list-style-type: decimal;
}
@media (max-width: 767px) {
  .detail_main_content .list.ol ol {
    margin-bottom: 5rem;
  }
}
.detail_main_content .images.wrap-1, .detail_main_content .images.wrap-2 {
  margin-bottom: 4rem;
}
.detail_main_content .images.wrap-2 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .detail_main_content .images.wrap-2 ul {
    gap: 1.2rem;
    flex-direction: column;
  }
}
.detail_main_content .images.wrap-2 ul li {
  width: 48%;
}
@media (max-width: 767px) {
  .detail_main_content .images.wrap-2 ul li {
    width: 100%;
  }
}
.detail_main_content blockquote {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 7rem;
  padding: 3.8rem 4.6rem;
  line-height: 2.5;
  border: 1px solid #cecece;
}
@media (max-width: 767px) {
  .detail_main_content blockquote {
    padding: 3.6rem 2.4rem;
  }
}
.detail_main_content .table {
  margin-bottom: 8rem;
  overflow: scroll;
}
.detail_main_content .table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.detail_main_content .table table caption {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 4.2rem;
}
@media (max-width: 767px) {
  .detail_main_content .table table caption {
    margin-bottom: 3rem;
    width: 100vw;
  }
}
.detail_main_content .table table caption::after {
  content: "";
  display: block;
  width: 77px;
  height: 1px;
  background-color: #013969;
  margin-top: 1.8rem;
}
.detail_main_content .table table thead, .detail_main_content .table table tbody {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
.detail_main_content .table table thead {
  background-color: #fafafa;
}
.detail_main_content .table table th, .detail_main_content .table table td {
  padding: 2.4rem 0;
  border: 1px solid #013969;
}
@media (max-width: 767px) {
  .detail_main_content .table table th, .detail_main_content .table table td {
    width: 132px;
  }
}
.detail_main_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #013969;
  margin: 0 auto;
  width: 23.4rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 5px;
  transition: opacity ease 0.6s;
}
.detail_main_button:hover {
  opacity: 0.6;
}
.detail_main_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.3rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("https://hiraya.avantia-g.co.jp/wp-content/themes/avantia_theme/images/common/i-cube-wht-four.svg") center/cover no-repeat;
}
.detail_aside {
  width: 18.5%;
  min-width: 23.6rem;
}
@media (max-width: 767px) {
  .detail_aside {
    width: 100%;
  }
}
.detail_aside_wrapper:first-child {
  margin-bottom: 6rem;
}
.detail_aside_title {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
  margin-bottom: 1.8rem;
  font-size: clamp(2.4rem, 1.1904761905vw, 3rem);
  font-weight: 700;
}
@media (max-width: 767px) {
  .detail_aside_title {
    font-size: 3.2rem;
  }
}
.detail_aside_title::before {
  content: attr(data-head);
  display: inline-block;
  color: #013969;
  font-size: clamp(1.6rem, 1.1904761905vw, 2.2rem);
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .detail_aside_title::before {
    font-size: 2.6rem;
  }
}
.detail_aside_list {
  border-top: 1px dotted #013969;
}
.detail_aside_item a {
  display: flex;
  align-items: center;
  padding-top: clamp(1.6rem, 0.7936507937vw, 2rem);
  padding-bottom: clamp(1.6rem, 0.7936507937vw, 2rem);
  border-bottom: 1px dotted #013969;
  transition: opacity ease 0.6s;
}
@media (max-width: 767px) {
  .detail_aside_item a {
    gap: 2rem;
    padding-top: clamp(2rem, 1.0204081633vw, 2.4rem);
    padding-bottom: clamp(2rem, 1.0204081633vw, 2.4rem);
  }
}
.detail_aside_item a:hover {
  opacity: 0.6;
}
.detail_aside_item .arrow-wrapper {
  flex-shrink: 0;
  background-color: #0e426f;
  width: 12px;
  height: 92px;
  margin-right: clamp(0.8rem, 0.3968253968vw, 1rem);
}
.detail_aside_item .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translateX(-75%) translateY(-75%) rotate(45deg);
}
.detail_aside_item .arrow::before, .detail_aside_item .arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.detail_aside_item .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.detail_aside_item .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
@media (max-width: 767px) {
  .detail_aside_item .img {
    flex-shrink: 0;
    width: 45%;
    max-width: 32rem;
  }
}
.detail_aside_item .detail {
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 0.7936507937vw, 1.5rem);
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .detail_aside_item .detail {
    gap: clamp(0.8rem, 2.0408163265vw, 1.6rem);
    margin-bottom: 0.9rem;
  }
}
.detail_aside_item .date {
  font-size: 1.5rem;
}
.detail_aside_item .title {
  font-size: clamp(1.4rem, 0.3968253968vw, 1.6rem);
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .detail_aside_item .title {
    font-size: clamp(1.4rem, 2.0408163265vw, 2.2rem);
  }
}
/*# sourceMappingURL=./detail.css.map */