@charset "UTF-8";
/**
 * レスポンシブ時に、PCのみに適用させる。
 */
/**
 * レスポンシブ時に、SPのみに適用させる。
 */
/**
 * マウスポインタが使えるデバイスのみに適用させる
 */
/**
 * デフォルトのイージング
 */
/**
 * リキッドレスポンシブ時に、要素のvwを返す。
 * @param {number} $size デザインデータの縦横値
 * @param {number} $viewport デザインデータの横幅
 */
/* インターンシップコース紹介
====================================================*/
@media only screen and (min-width: 941px) {
  .page__contents {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 940px) {
  .page__contents {
    padding-bottom: 26.6666666667vw;
  }
}

@media only screen and (min-width: 941px) {
  .page__title .contents-inner {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 940px) {
  .page__title .contents-inner {
    padding-bottom: 10.6666666667vw;
  }
}

.page__kv__inner {
  position: relative;
  display: flex;
}
@media only screen and (min-width: 941px) {
  .page__kv__inner {
    justify-content: space-between;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 940px) {
  .page__kv__inner {
    flex-direction: column-reverse;
    padding-bottom: 16vw;
  }
}
@media only screen and (min-width: 941px) {
  .page__kv__text {
    width: 440px;
  }
}
@media only screen and (max-width: 940px) {
  .page__kv__text {
    margin-top: -5.3333333333vw;
    width: 86.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
}
@media only screen and (min-width: 941px) {
  .page__kv__text h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 940px) {
  .page__kv__text h2 {
    margin-bottom: 10.6666666667vw;
  }
}
.page__kv__text h2 span {
  display: inline;
  color: white;
  line-height: 1.6;
  background-color: #000000;
  font-feature-settings: "palt";
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (min-width: 941px) {
  .page__kv__text h2 span {
    padding: 0 10px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 940px) {
  .page__kv__text h2 span {
    padding: 0 2.6666666667vw;
    font-size: 7.4666666667vw;
  }
}
.page__kv__text p {
  font-weight: 400;
  line-height: 1.875;
}
@media only screen and (min-width: 941px) {
  .page__kv__text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 940px) {
  .page__kv__text p {
    font-size: 4.2666666667vw;
  }
}
.page__kv__image img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 940px) {
  .page__kv__image img {
    width: 100%;
    height: 46.6666666667vw;
    object-fit: cover;
  }
}
.page__kv__title {
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
@media only screen and (max-width: 940px) {
  .page__kv__title {
    font-size: 9.3333333333vw;
    line-height: 1.314;
    padding: 0 6.6666666667vw;
    margin-top: 4.5333333333vw;
  }
}

@media only screen and (min-width: 941px) {
  .page__program .contents-inner {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 940px) {
  .page__program .contents-inner {
    padding-bottom: 9.3333333333vw;
    width: 86.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.page__program h3 {
  position: relative;
  display: flex;
  align-items: center;
  vertical-align: top;
  font-weight: 600;
}
@media only screen and (min-width: 941px) {
  .page__program h3 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 940px) {
  .page__program h3 {
    font-size: 7.4666666667vw;
    line-height: 1.6071428571;
    margin-bottom: 5.3333333333vw;
  }
}
.page__program h3::before {
  content: "";
  background-color: #dc1919;
  display: inline-block;
}
@media only screen and (min-width: 941px) {
  .page__program h3::before {
    width: 8px;
    height: 43px;
    margin-right: 17px;
  }
}
@media only screen and (max-width: 940px) {
  .page__program h3::before {
    width: 2.1333333333vw;
    height: 11.4666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.page__program__title {
  font-weight: 700;
  line-height: 1.8;
  border-bottom: 2px solid black;
}
@media only screen and (min-width: 941px) {
  .page__program__title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 940px) {
  .page__program__title {
    font-size: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.page__program__title span {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
.page__program__title span::first-letter {
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 940px) {
  .page__program__title span {
    padding-bottom: 0.8vw;
  }
}
.page__program__title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: black;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 940px) {
  .page__program__title span::after {
    height: 2px;
  }
}
.page__program__title__sm {
  font-weight: 700;
}
@media only screen and (min-width: 941px) {
  .page__program__title__sm {
    font-size: 18px;
    line-height: 1.6666666667;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 940px) {
  .page__program__title__sm {
    font-size: 4.5333333333vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
}
.page__program p {
  font-weight: 400;
}
@media only screen and (min-width: 941px) {
  .page__program p {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 940px) {
  .page__program p {
    font-size: 4.8vw;
    line-height: 1.6666666667;
    margin-bottom: 8vw;
  }
}
.page__program dl {
  font-weight: 400;
}
@media only screen and (min-width: 941px) {
  .page__program dl {
    font-size: 16px;
    margin-top: -30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 940px) {
  .page__program dl {
    font-size: 4.8vw;
    margin-top: -5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.page__program dl dd {
  padding-left: 1em;
}
.page__program__flow {
  position: relative;
}
@media only screen and (min-width: 941px) {
  .page__program__flow {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 940px) {
  .page__program__flow {
    margin-bottom: 8vw;
  }
}
.page__program__flow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 100px 0 100px 40px;
  right: -39px;
  z-index: 2;
  border-color: transparent transparent transparent #DC1919;
}
@media only screen and (max-width: 940px) {
  .page__program__flow::after {
    border-width: 14.4vw 0 14.4vw 5.8666666667vw;
    right: 0vw;
  }
}
.page__program__flow ul {
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 940px) {
  .page__program__flow ul {
    width: 80.9866666667vw;
  }
}
.page__program__flow ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 700;
  flex-grow: 1;
  counter-increment: num;
}
@media only screen and (min-width: 941px) {
  .page__program__flow ul li {
    height: 200px;
    font-size: 20px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 940px) {
  .page__program__flow ul li {
    height: 28.5333333333vw;
    font-size: 3.2vw;
    line-height: 1.3333333333;
  }
}
.page__program__flow ul li:not(:last-child)::before, .page__program__flow ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 115px 0 115px 48px;
}
@media only screen and (max-width: 940px) {
  .page__program__flow ul li:not(:last-child)::before, .page__program__flow ul li:not(:last-child)::after {
    border-width: 15.7333333333vw 0 15.7333333333vw 6.4vw;
  }
}
.page__program__flow ul li:not(:last-child)::before {
  right: -44px;
  z-index: 1;
  border-color: transparent transparent transparent #f8f8f8;
}
@media only screen and (max-width: 940px) {
  .page__program__flow ul li:not(:last-child)::before {
    right: -6.4vw;
  }
}
.page__program__flow ul li:not(:last-child)::after {
  right: -40px;
  z-index: 2;
}
@media only screen and (max-width: 940px) {
  .page__program__flow ul li:not(:last-child)::after {
    right: -5.8666666667vw;
  }
}
.page__program__flow ul li span {
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 100%;
}
.page__program__flow ul li span::before {
  content: counter(num, decimal-leading-zero) "";
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  top: 15px;
}
@media only screen and (max-width: 940px) {
  .page__program__flow ul li span::before {
    font-size: 4vw;
    top: 2.1333333333vw;
  }
}
@media only screen and (min-width: 941px) {
  .page__program__flow ul li:not(:first-child) {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 940px) {
  .page__program__flow ul li:not(:first-child) {
    padding-left: 7.2vw;
  }
}
.page__program__flow__01 {
  background: #F0B0B0;
}
@media only screen and (max-width: 940px) {
  .page__program__flow__01 {
    padding-left: 2.6666666667vw;
  }
}
.page__program__flow__01 span::before {
  left: 16px;
}
@media only screen and (max-width: 940px) {
  .page__program__flow__01 span::before {
    left: 2.6666666667vw;
  }
}
.page__program__flow__01::after {
  border-color: transparent transparent transparent #F0B0B0;
}
.page__program__flow__02 {
  background: #E56464;
}
.page__program__flow__02 span::before {
  left: 50px;
}
@media only screen and (max-width: 940px) {
  .page__program__flow__02 span::before {
    left: 6.6666666667vw;
  }
}
.page__program__flow__02::after {
  border-color: transparent transparent transparent #E56464;
}
.page__program__flow__03 {
  background: #DC1919;
}
.page__program__flow__03 span::before {
  left: 50px;
}
@media only screen and (max-width: 940px) {
  .page__program__flow__03 span::before {
    left: 6.6666666667vw;
  }
}

@media only screen and (min-width: 941px) {
  .page__other-day .contents-inner {
    margin-top: -30px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 940px) {
  .page__other-day .contents-inner {
    margin-top: -4vw;
    padding-bottom: 9.3333333333vw;
    width: 86.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.page__other-day__desc {
  background-color: white;
  display: flex;
}
@media only screen and (min-width: 941px) {
  .page__other-day__desc {
    padding: 40px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 940px) {
  .page__other-day__desc {
    padding: 6.6666666667vw;
    flex-direction: column;
  }
}
@media only screen and (min-width: 941px) {
  .page__other-day__desc__text {
    margin-right: 50px;
    flex: 1;
  }
}
@media only screen and (max-width: 940px) {
  .page__other-day__desc__text {
    margin-bottom: 8vw;
  }
}
.page__other-day__desc__text h3 {
  font-weight: 600;
}
@media only screen and (min-width: 941px) {
  .page__other-day__desc__text h3 {
    font-size: 18px;
    line-height: 1.6666666667;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 940px) {
  .page__other-day__desc__text h3 {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
}
.page__other-day__desc__text h4 {
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (min-width: 941px) {
  .page__other-day__desc__text h4 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 940px) {
  .page__other-day__desc__text h4 {
    font-size: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.page__other-day__desc__text h4::first-letter {
  font-feature-settings: "palt" 1;
}
.page__other-day__desc__text p {
  font-weight: 400;
}
@media only screen and (min-width: 941px) {
  .page__other-day__desc__text p {
    font-size: 16px;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 940px) {
  .page__other-day__desc__text p {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
@media only screen and (min-width: 941px) {
  .page__other-day__desc__image {
    width: 40%;
  }
}
@media only screen and (max-width: 940px) {
  .page__other-day__desc__image {
    width: 100%;
  }
}
.page__other-day__desc__image img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 941px) {
  .page__live .contents-inner {
    margin-top: -30px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 940px) {
  .page__live .contents-inner {
    margin-top: -4vw;
    padding-bottom: 9.3333333333vw;
    width: 86.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.page__live__desc {
  background-color: white;
}
@media only screen and (min-width: 941px) {
  .page__live__desc {
    padding: 40px;
  }
}
@media only screen and (max-width: 940px) {
  .page__live__desc {
    padding: 6.6666666667vw;
  }
}
@media only screen and (min-width: 941px) {
  .page__live__desc__text {
    margin-right: 50px;
    flex: 1;
  }
}
@media only screen and (max-width: 940px) {
  .page__live__desc__text {
    margin-bottom: 8vw;
  }
}
.page__live__desc__text h3 {
  font-weight: 600;
}
@media only screen and (min-width: 941px) {
  .page__live__desc__text h3 {
    font-size: 18px;
    line-height: 1.6666666667;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 940px) {
  .page__live__desc__text h3 {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
}
.page__live__desc__text h4 {
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (min-width: 941px) {
  .page__live__desc__text h4 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 940px) {
  .page__live__desc__text h4 {
    font-size: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.page__live__desc__text h4::first-letter {
  font-feature-settings: "palt" 1;
}
.page__live__desc__text p {
  font-weight: 400;
}
@media only screen and (min-width: 941px) {
  .page__live__desc__text p {
    font-size: 16px;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 940px) {
  .page__live__desc__text p {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
.page__live__desc__text p + p {
  margin-top: 1em;
}
.page__live__desc__text .notes {
  margin-top: 1em;
  font-weight: 400;
}
@media only screen and (min-width: 941px) {
  .page__live__desc__text .notes {
    font-size: 14px;
    line-height: 2;
  }
}
@media only screen and (max-width: 940px) {
  .page__live__desc__text .notes {
    font-size: 3.7333333333vw;
  }
}
.page__live__desc__btn {
  width: 280px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dc1919;
  border-radius: 9999px;
  color: #dc1919;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
@media only screen and (min-width: 941px) {
  .page__live__desc__btn {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page__live__desc__btn:hover {
    background-color: #dc1919;
    color: #fff;
  }
  .page__live__desc__btn:hover::after {
    border-color: white;
  }
}
@media only screen and (max-width: 940px) {
  .page__live__desc__btn {
    width: 100%;
    height: 12.8vw;
    font-size: 4.2666666667vw;
    margin-right: auto;
    margin-top: 4vw;
  }
}
.page__live__desc__btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #dc1919;
  border-top: 2px solid #dc1919;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 25px;
}
@media only screen and (max-width: 940px) {
  .page__live__desc__btn::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: calc(50% - 1.3333333333vw);
    right: 5.8666666667vw;
  }
}

.page__entry__btn {
  text-align: center;
}
@media only screen and (min-width: 941px) {
  .page__entry__btn {
    padding-bottom: 20px;
  }
}
.page__entry__btn p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 940px) {
  .page__entry__btn p {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.page__entry__btn a {
  width: 450px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dc1919;
  border-radius: 9999px;
  color: #dc1919;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 941px) {
  .page__entry__btn a {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page__entry__btn a:hover {
    background-color: #dc1919;
    color: #fff;
  }
  .page__entry__btn a:hover::after {
    border-color: white;
  }
}
@media only screen and (max-width: 940px) {
  .page__entry__btn a {
    width: 85.8666666667vw;
    height: 14.9333333333vw;
    font-size: 5.8666666667vw;
  }
}
.page__entry__btn a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-left: 3px solid #dc1919;
  border-top: 3px solid #dc1919;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 7px);
  right: 25px;
}
@media only screen and (max-width: 940px) {
  .page__entry__btn a::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: calc(50% - 1.8666666667vw);
    right: 5.8666666667vw;
  }
}

@media only screen and (min-width: 941px) {
  .page__desc .contents-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 940px) {
  .page__desc .contents-inner {
    padding-top: 16vw;
    padding-bottom: 17.3333333333vw;
  }
}
.page__desc__title {
  text-align: center;
  line-height: 1.6666666667;
  font-weight: 500;
  background-color: #D2D2D2;
}
@media only screen and (min-width: 941px) {
  .page__desc__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 940px) {
  .page__desc__title {
    font-size: 4.8vw;
  }
}
.page__desc table {
  table-layout: fixed;
  width: 100%;
}
@media only screen and (min-width: 941px) {
  .page__desc table {
    table-layout: fixed;
    width: 100%;
  }
}
.page__desc table tbody th, .page__desc table tbody td {
  font-weight: 500;
}
@media only screen and (min-width: 941px) {
  .page__desc table tbody th, .page__desc table tbody td {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media only screen and (max-width: 940px) {
  .page__desc table tbody th, .page__desc table tbody td {
    padding: 6.6666666667vw 2.6666666667vw 6.6666666667vw 6.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
.page__desc table tbody th {
  position: relative;
  vertical-align: middle;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media only screen and (min-width: 941px) {
  .page__desc table tbody th {
    width: 180px;
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 940px) {
  .page__desc table tbody th {
    width: 29.3333333333vw;
  }
}
.page__desc table tbody th::before, .page__desc table tbody th::after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background-color: #f8f8f8;
  position: absolute;
}
.page__desc table tbody th::before {
  top: 0;
  right: -1px;
}
.page__desc table tbody th::after {
  bottom: 0;
  right: -1px;
}
.page__desc table tbody td {
  border-bottom: 1px solid #707070;
}
@media only screen and (min-width: 941px) {
  .page__desc table tbody td {
    padding: 25px 20px 25px 50px;
  }
}
@media only screen and (max-width: 940px) {
  .page__desc table tbody td {
    font-feature-settings: "palt";
  }
}
.page__desc table tbody td strong {
  font-weight: 700;
}
@media only screen and (max-width: 940px) {
  .page__desc table tbody td .notes {
    font-size: 3.7333333333vw;
  }
}

@media only screen and (min-width: 941px) {
  .page__rel-info .contents-inner {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 940px) {
  .page__rel-info .contents-inner {
    padding-top: 21.3333333333vw;
    padding-bottom: 17.3333333333vw;
    width: 86.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.page__rel-info__desc dl {
  display: flex;
}
@media only screen and (min-width: 941px) {
  .page__rel-info__desc dl {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 940px) {
  .page__rel-info__desc dl {
    flex-direction: column;
  }
}
@media only screen and (min-width: 941px) {
  .page__rel-info__desc dl dt {
    width: 30%;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 940px) {
  .page__rel-info__desc dl dt {
    width: 100%;
  }
}
.page__rel-info__desc dl dt img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 941px) {
  .page__rel-info__desc dl dd {
    flex: 1;
  }
}
@media only screen and (max-width: 940px) {
  .page__rel-info__desc dl dd {
    width: 100%;
    padding-top: 5.3333333333vw;
  }
}
.page__rel-info__desc dl dd p {
  font-weight: 400;
}
@media only screen and (min-width: 941px) {
  .page__rel-info__desc dl dd p {
    font-size: 16px;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 940px) {
  .page__rel-info__desc dl dd p {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
.page__rel-info__desc dl dd a {
  width: 280px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dc1919;
  border-radius: 9999px;
  color: #dc1919;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  margin-left: auto;
  margin-top: 15px;
}
@media only screen and (min-width: 941px) {
  .page__rel-info__desc dl dd a {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page__rel-info__desc dl dd a:hover {
    background-color: #dc1919;
    color: #fff;
  }
  .page__rel-info__desc dl dd a:hover::after {
    border-color: white;
  }
}
@media only screen and (max-width: 940px) {
  .page__rel-info__desc dl dd a {
    width: 85.8666666667vw;
    height: 12.8vw;
    font-size: 4.2666666667vw;
    margin-right: auto;
    margin-top: 4vw;
  }
}
.page__rel-info__desc dl dd a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #dc1919;
  border-top: 2px solid #dc1919;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 25px;
}
@media only screen and (max-width: 940px) {
  .page__rel-info__desc dl dd a::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: calc(50% - 1.3333333333vw);
    right: 5.8666666667vw;
  }
}

@media only screen and (min-width: 941px) {
  .page__section .contents-inner {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 940px) {
  .page__section .contents-inner {
    width: 86.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.page__section .list-column-1 > *:nth-child(n+2) {
  margin-top: 30px;
}
@media only screen and (max-width: 940px) {
  .page__section .list-column-1 > *:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media only screen and (max-width: 940px) {
  .page__section .list-column-1 > * {
    width: 100%;
  }
}
.page__section .image-panel {
  display: block;
  background-color: #fff;
  padding: 20px;
}
@media only screen and (max-width: 940px) {
  .page__section .image-panel {
    padding: 4vw;
  }
}
.page__section .image-panel .image-panel__inner {
  position: relative;
  overflow: hidden;
}
.page__section .image-panel .image-panel__image {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.page__section .image-panel .image-panel__caption {
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: -0.75em;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
}
@media only screen and (max-width: 940px) {
  .page__section .image-panel .image-panel__caption {
    margin-left: -4vw;
    width: 86.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.page__section .image-panel .image-panel__caption span {
  display: inline-block;
  background-color: #000;
  padding: 0 0.5em;
}
.page__section .image-panel .image-panel__text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 940px) {
  .page__section .image-panel .image-panel__text {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media (hover: hover) {
  .page__section .image-panel:hover .image-panel__image {
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 940px) {
  .page__section .image-panel img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */