/* ==========================================================================
   toppage
   ========================================================================== */
.bg_gray {
  background: #F2F2F2;
}

.bg_gray2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), color-stop(13.3vw, rgba(247, 247, 247, 0)), color-stop(13.3vw, rgb(247, 247, 247)), to(rgb(247, 247, 247)));
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 13.3vw, rgb(247, 247, 247) 13.3vw, rgb(247, 247, 247) 100%);
}
@media screen and (max-width: 1023px) {
  .bg_gray2 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), color-stop(32vw, rgba(247, 247, 247, 0)), color-stop(32vw, rgb(247, 247, 247)), to(rgb(247, 247, 247)));
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 32vw, rgb(247, 247, 247) 32vw, rgb(247, 247, 247) 100%);
  }
}
@media screen and (max-width: 767px) {
  .bg_gray2 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), color-stop(32vw, rgba(247, 247, 247, 0)), color-stop(32vw, rgb(247, 247, 247)), to(rgb(247, 247, 247)));
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 32vw, rgb(247, 247, 247) 32vw, rgb(247, 247, 247) 100%);
  }
}

.b-text__wrap {
  color: #363380;
}
.b-text__wrap:before, .b-text__wrap:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#D09D3E), to(#D09D3E));
  background: linear-gradient(90deg, #D09D3E 0%, #D09D3E 100%);
}
.b-text__wrap:before {
  margin-bottom: 30px;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .b-text__wrap:before {
    margin-bottom: 1.5697674419vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .b-text__wrap:before {
    margin-bottom: 1.6216216216vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .b-text__wrap:before {
    margin-bottom: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .b-text__wrap:before {
    margin-bottom: 4.296875vw;
  }
}
.b-text__wrap:after {
  margin-top: 30px;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .b-text__wrap:after {
    margin-top: 1.5697674419vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .b-text__wrap:after {
    margin-top: 1.6216216216vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .b-text__wrap:after {
    margin-top: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .b-text__wrap:after {
    margin-top: 4.296875vw;
  }
}

.p-detail__table {
  color: #363380;
  border: 1px solid #363380;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-detail__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-detail__table th {
  background: #F2F2F2;
  vertical-align: middle;
  width: 16%;
  padding: 10px 20px;
  font-size: 20px;
}
@media screen and (min-width: 1780px) {
  .p-detail__table th {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__table th {
    font-size: 1.3372093023vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__table th {
    font-size: 1.5540540541vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__table th {
    font-size: 2.8048780488vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-detail__table th {
    border: 1px solid #363380;
  }
}
@media screen and (max-width: 1023px) {
  .p-detail__table th {
    display: block;
  }
  .p-detail__table th:nth-child(3) {
    border-top: 1px solid #363380;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__table th {
    border-right: 1px solid #363380;
    width: 30%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .p-detail__table th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__table th {
    width: 100%;
  }
}
.p-detail__table td {
  vertical-align: middle;
  width: 30%;
  padding: 10px 20px;
  font-size: 20px;
}
@media screen and (min-width: 1780px) {
  .p-detail__table td {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__table td {
    font-size: 1.3372093023vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__table td {
    font-size: 1.5540540541vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__table td {
    font-size: 2.8048780488vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-detail__table td {
    border: 1px solid #363380;
  }
}
@media screen and (max-width: 1023px) {
  .p-detail__table td {
    display: block;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__table td {
    border-right: 1px solid #363380;
    width: 70%;
  }
  .p-detail__table td:nth-child(4) {
    border-top: 1px solid #363380;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__table td {
    width: 100%;
    border-top: 1px solid #363380;
  }
}
.p-detail__faqItem {
  padding: 20px 20px 30px;
}
@media screen and (min-width: 1024px) {
  .p-detail__faqItem {
    padding: 30px 80px 30px 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-detail__faqItem {
    padding: 30px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-detail__faqItem:nth-child(odd) {
  background: #F2F2F2;
}
.p-detail__faqItem:last-child:nth-child(even) {
  padding-bottom: 0;
}
@media screen and (min-width: 1780px) {
  .p-detail__faqItem .title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__faqItem .title {
    font-size: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__faqItem .title {
    font-size: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__faqItem .title {
    font-size: 3.6585365854vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__faqItem .title {
    font-size: 5.859375vw;
  }
}
.p-detail__faqItem .title .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Lora", serif;
  background: #C39D3E;
  aspect-ratio: 1/1;
  width: 1.7em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-detail__faqItem .title .num {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .p-detail__faqItem .title .num {
    margin-bottom: 20px;
  }
}
.p-detail__faqItem .textArea .titleText {
  font-weight: 500;
  color: #363380;
}
@media screen and (min-width: 1780px) {
  .p-detail__faqItem .textArea .titleText {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__faqItem .textArea .titleText {
    font-size: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__faqItem .textArea .titleText {
    font-size: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__faqItem .textArea .titleText {
    font-size: 3.6585365854vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__faqItem .textArea .titleText {
    font-size: 5.859375vw;
  }
}
.p-detail__faqItem .textArea .text {
  color: #363380;
  margin-top: 20px;
}
.p-detail__faqItem .checkItem {
  position: relative;
  padding: 10px 20px 10px 40px;
  font-size: 20px;
}
@media screen and (min-width: 1780px) {
  .p-detail__faqItem .checkItem {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__faqItem .checkItem {
    font-size: 1.1627906977vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__faqItem .checkItem {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__faqItem .checkItem {
    font-size: 2.4390243902vw;
  }
}
.p-detail__faqItem .checkItem:after, .p-detail__faqItem .checkItem:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-detail__faqItem .checkItem:after {
  width: 1.5em;
  height: 1.5em;
  border: 3px solid #363380;
  background: #F2F2F2;
  z-index: 5;
}
.p-detail__faqItem .checkItem.on:before {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 1em;
  height: 1.8em;
  border-right: 5px solid #363380;
  border-bottom: 5px solid #363380;
  z-index: 10;
  left: 0.3em;
  top: -0.5em;
}
.p-detail__textArea {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #C39D3E;
  border-bottom: 1px solid #C39D3E;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #363480;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__textArea {
    margin-top: 1.5697674419vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__textArea {
    margin-top: 1.6216216216vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__textArea {
    margin-top: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__textArea {
    margin-top: 4.296875vw;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__textArea {
    padding-top: 1.5697674419vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__textArea {
    padding-top: 1.6216216216vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__textArea {
    padding-top: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__textArea {
    padding-top: 4.296875vw;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__textArea {
    padding-bottom: 1.5697674419vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__textArea {
    padding-bottom: 1.6216216216vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__textArea {
    padding-bottom: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__textArea {
    padding-bottom: 4.296875vw;
  }
}
.p-detail__jobTitle {
  border-top: 1px solid #C39D3E;
  border-bottom: 1px solid #C39D3E;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  padding: 5px 0;
  margin-top: 20px;
  color: #363480;
}
@media screen and (min-width: 1780px) {
  .p-detail__jobTitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__jobTitle {
    font-size: 1.1627906977vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__jobTitle {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__jobTitle {
    font-size: 2.4390243902vw;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__jobTitle {
    margin-top: 1.0465116279vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__jobTitle {
    margin-top: 1.0810810811vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__jobTitle {
    margin-top: 2.1484375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__jobTitle {
    margin-top: 2.8645833333vw;
  }
}
.p-detail__proList {
  margin-top: 30px;
  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;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__proList {
    margin-top: 1.5697674419vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__proList {
    margin-top: 1.6216216216vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__proList {
    margin-top: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__proList {
    margin-top: 4.296875vw;
  }
}
.p-detail__proItem {
  color: #363480;
}
@media screen and (min-width: 768px) {
  .p-detail__proItem {
    width: calc(50% - 20px);
  }
  .p-detail__proItem:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__proItem {
    width: 100%;
  }
  .p-detail__proItem:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-detail__proItem .label {
  background: #363380;
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .p-detail__flexList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-detail__flexHead {
    width: 100%;
    max-width: 900px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__flexHead {
    padding-right: 3.1395348837vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__flexHead {
    padding-right: 3.2432432432vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__flexHead {
    padding-right: 6.4453125vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767px) {
  .p-detail__flexHead {
    padding-right: 8.59375vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__flexHead {
    margin: 0 auto;
  }
}
.p-detail__flexHead.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-detail__flexBody {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 1023px) {
  .p-detail__flexBody {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__flexBody {
    margin-top: 1.5697674419vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__flexBody {
    margin-top: 1.6216216216vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__flexBody {
    margin-top: 3.22265625vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-detail__flexBody {
    margin-top: 4.296875vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__flexBody {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  aspect-ratio: 46/33;
  width: 100%;
}
.p-detail__content:before {
  content: "";
  display: block;
  aspect-ratio: 44/31;
  width: calc(100% - 20px);
  position: absolute;
  top: 0;
  right: 0;
  background: #E2D3AD;
  z-index: 5;
}
.p-detail__imageArea {
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 44/31;
  width: calc(100% - 20px);
  z-index: 10;
}
.p-detail__imageArea img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-detail__imageArea .arrow {
  position: absolute;
  width: 40px;
  bottom: 10px;
  right: 10px;
  z-index: 20;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__imageArea .arrow {
    width: 2.3255813953vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__imageArea .arrow {
    width: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__imageArea .arrow {
    width: 4.296875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__imageArea .arrow {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__imageArea .arrow {
    width: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__imageArea .arrow {
    width: 4.6511627907vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__imageArea .arrow {
    width: 5.4054054054vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__imageArea .arrow {
    width: 8.59375vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-detail__imageArea .arrow {
    width: 10.4166666667vw;
  }
}
.p-detail__messeTitle {
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #363480;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__messeTitle {
    margin-top: 1.5697674419vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__messeTitle {
    margin-top: 1.6216216216vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__messeTitle {
    margin-top: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__messeTitle {
    margin-top: 4.296875vw;
  }
}
@media screen and (min-width: 1780px) {
  .p-detail__messeTitle {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__messeTitle {
    font-size: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__messeTitle {
    font-size: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__messeTitle {
    font-size: 3.6585365854vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__messeTitle {
    font-size: 5.859375vw;
  }
}
.p-detail__messeText {
  margin-top: 30px;
  color: #363480;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detail__messeText {
    margin-top: 1.5697674419vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detail__messeText {
    margin-top: 1.6216216216vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detail__messeText {
    margin-top: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__messeText {
    margin-top: 4.296875vw;
  }
}
.p-detail__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  width: 150px;
  margin-left: auto;
  margin-right: 0;
  color: #363480;
  border-bottom: 1px solid #363480;
}
.p-detail__more .text {
  margin-bottom: 5px;
}
.p-detail__more:after {
  content: "";
  display: block;
  width: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 9px;
  margin-bottom: -4px;
  height: 1.5em;
  background: #363480;
}

.p-detailBtm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-detailBtm__item {
  position: relative;
  display: block;
  border-top: 1px solid #C39D3E;
  border-bottom: 1px solid #C39D3E;
  padding: 30px 0;
  width: calc(33.3333333333% - 45px);
}
.p-detailBtm__item:nth-child(n+4) {
  border-top: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-detailBtm__item {
    width: calc(50% - 20px);
  }
  .p-detailBtm__item:nth-child(n+3) {
    border-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-detailBtm__item {
    width: 100%;
  }
  .p-detailBtm__item:nth-child(n+2) {
    border-top: 0px;
  }
}
.p-detailBtm__item .image {
  position: relative;
  width: 100%;
  aspect-ratio: 30/14;
  overflow: hidden;
}
.p-detailBtm__item .image img {
  width: 100%;
  height: 100%;
}
.p-detailBtm__item .image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-detailBtm__item .image .num {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 5px;
  margin-right: 10px;
  line-height: 1;
  font-family: "Lora", serif;
  color: #C39D3E;
  font-weight: 400;
  font-style: italic;
  z-index: 20;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detailBtm__item .image .num {
    margin-top: 0.261627907vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detailBtm__item .image .num {
    margin-top: 0.2702702703vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detailBtm__item .image .num {
    margin-top: 0.537109375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detailBtm__item .image .num {
    margin-top: 0.7161458333vw;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detailBtm__item .image .num {
    margin-right: 0.523255814vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detailBtm__item .image .num {
    margin-right: 0.5405405405vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detailBtm__item .image .num {
    margin-right: 1.07421875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detailBtm__item .image .num {
    margin-right: 1.4322916667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detailBtm__item .image .num {
    font-size: 15.625vw;
  }
}
@media screen and (min-width: 1780px) {
  .p-detailBtm__item .image .num {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detailBtm__item .image .num {
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detailBtm__item .image .num {
    font-size: 4.0540540541vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detailBtm__item .image .num {
    font-size: 7.3170731707vw;
  }
}
.p-detailBtm__item .image .arrow {
  position: absolute;
  width: 40px;
  bottom: 10px;
  right: 10px;
  z-index: 20;
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detailBtm__item .image .arrow {
    width: 2.3255813953vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detailBtm__item .image .arrow {
    width: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detailBtm__item .image .arrow {
    width: 4.296875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detailBtm__item .image .arrow {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detailBtm__item .image .arrow {
    width: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1779px) and (min-width: 1280px) {
  .p-detailBtm__item .image .arrow {
    width: 4.6511627907vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-detailBtm__item .image .arrow {
    width: 5.4054054054vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-detailBtm__item .image .arrow {
    width: 8.59375vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-detailBtm__item .image .arrow {
    width: 10.4166666667vw;
  }
}
.p-detailBtm__item .en {
  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;
  position: relative;
  z-index: 10;
  font-family: "Lora", serif;
  font-weight: 500;
  color: #363480;
  line-height: 1.2;
  padding: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .p-detailBtm__item .en {
    font-size: 4.4270833333vw;
  }
}
@media screen and (min-width: 1780px) {
  .p-detailBtm__item .en {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detailBtm__item .en {
    font-size: 0.988372093vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detailBtm__item .en {
    font-size: 1.1486486486vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detailBtm__item .en {
    font-size: 2.0731707317vw;
  }
}
.p-detailBtm__item .jp {
  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;
  padding: 0 0 10px;
  color: #363480;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-detailBtm__item .jp {
    font-size: 8.59375vw;
  }
}
@media screen and (min-width: 1780px) {
  .p-detailBtm__item .jp {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1779px) and (min-width: 1280px) {
  .p-detailBtm__item .jp {
    font-size: 1.9186046512vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-detailBtm__item .jp {
    font-size: 2.2297297297vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-detailBtm__item .jp {
    font-size: 4.0243902439vw;
  }
}
.p-detailBtm__item .text {
  margin-top: 15px;
  color: #363480;
}