@charset "UTF-8";
.close_up:before {
  animation: updown 2s ease 2s infinite normal none running;
}

.btn {
  background-color: transparent;
  padding: 0;
}
.btn:hover {
  background-color: transparent;
  opacity: 1;
}

@keyframes updown {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#home {
  line-height: unset;
}

.btn-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.btn-wrap .btn {
  width: 100%;
}
.btn-wrap .btn.prepare > a {
  pointer-events: none;
  background-color: #EEEEEE;
  border: none;
  color: #A0A0A0;
  font-size: 16px;
  font-weight: 500;
}
.btn-wrap .btn.prepare > a::after {
  display: none;
}
.btn-wrap .btn > a {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border-radius: 4px;
  color: #000;
  font-size: 18px;
  line-height: 1.48;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn-wrap .btn > a small {
  font-size: 64%;
}
.btn-wrap .btn > a::after {
  position: absolute;
  top: calc(50% - 12px);
  right: 8px;
  z-index: 2;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #C50086;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/icon_arrow.svg");
  mask-image: url("../images/icon_arrow.svg");
  transition: background-color 0.3s ease-in-out;
}
.btn-wrap .btn .notes {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  text-align: center;
  line-height: 1.64;
}

#topics {
  position: relative;
  align-items: center;
  flex-direction: column;
  margin: 0;
  background-color: #E52D8A;
}
#topics h2 {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  color: #000;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 1;
  font-style: italic;
  text-align: center;
}
#topics h2 span {
  position: relative;
  display: inline-block;
}
#topics h2 span::before, #topics h2 span::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.24));
}
#topics h2 span::before {
  background-image: url("../images/img_infomation_01.png");
}
#topics h2 span::after {
  background-image: url("../images/img_infomation_02.png");
}
#topics dl {
  width: 100%;
  border-bottom: 1px solid #fff;
}
#topics dl * {
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
#topics dl dt {
  font-family: "Jost", sans-serif;
  line-height: 1;
  font-style: italic;
}
#topics dl dd {
  font-weight: bold;
}
#topics .apply-status {
  width: 100%;
}
#topics .apply-status h3 {
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
#topics .apply-status ul {
  display: flex;
  align-items: stretch;
}
#topics .apply-status ul li {
  position: relative;
  text-align: center;
  overflow: visible;
}
#topics .apply-status ul li.close_up {
  overflow: visible;
}
#topics .apply-status ul li.close_up::before {
  position: absolute;
  z-index: 1;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/images/star.png");
  background-size: contain;
  font-family: "Jost", sans-serif;
  line-height: 1;
  font-weight: bold;
}
#topics .apply-status ul li.close_up::after {
  position: absolute;
  z-index: 1;
  content: "締切間近";
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #000;
}
#topics .apply-status ul li.new {
  overflow: hidden;
}
#topics .apply-status ul li.new::before {
  position: absolute;
  z-index: 1;
  content: "New";
  display: block;
  background-color: #F5AA00;
  transform: rotate(-45deg);
  color: #000;
  font-family: "Jost", sans-serif;
  line-height: 1;
  font-weight: 500;
}
#topics .apply-status ul li h4 {
  color: #000177;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}
#topics .apply-status ul li small {
  display: block;
  line-height: 1.64;
}
#topics .apply-status ul li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  color: #251E1C;
}
#topics .apply-status ul li > a::before {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  background-color: #fff;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/icon_arrow.svg");
  mask-image: url("../images/icon_arrow.svg");
  transform: rotate(90deg);
  transition: background-color 0.3s ease-in-out;
}
#topics .apply-status ul li > a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  background-color: #C50086;
  transition: background-color 0.3s ease-in-out, height 0.16s ease-in-out;
}
#topics .apply-status ul li .attention {
  position: absolute;
  color: #fff;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}
#topics .apply-status ul li .attention a {
  color: #fff;
  text-decoration: underline;
}

.summary-wrap .attention {
  text-indent: -1em;
  margin-left: 1em;
}
.summary-wrap a {
  text-decoration: underline;
}

.apply__lists .close_up {
  overflow: visible;
}
.apply__lists .close_up::before {
  position: absolute;
  z-index: 1;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/images/star.png");
  background-size: contain;
  font-family: "Jost", sans-serif;
  line-height: 1;
  font-weight: bold;
}
.apply__lists .close_up::after {
  position: absolute;
  z-index: 1;
  content: "締切間近";
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #000;
}

/*--=== SP ONLY max-width: 767px ===-- / */
@media screen and (max-width: 767px) {
  .hero_area {
    position: relative;
    width: 100vw;
  }
  .hero_area::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100vw;
    min-height: 611px;
    background-image: url("../images/hero_img_sp.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .hero_area .hero_wrap {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    height: 100%;
  }
  .hero_area .hero_wrap .logo {
    padding-top: calc( 100.0vw * 96 / 375 );
    width: calc( 100.0vw * 240 / 375 );
  }
  .hero_area .hero_wrap .logo p {
    margin-bottom: calc( 100.0vw * 16 / 375 );
    font-size: calc( 100.0vw * 16 / 375 );
    line-height: 1;
    font-weight: 600;
    text-align-last: justify;
    text-justify: inter-ideograph;
    font-style: italic;
  }
  .hero_area .hero_wrap .logo img {
    width: 100%;
  }

  .introduction_area {
    margin-bottom: calc( 100.0vw * 80 / 375 );
  }
  .introduction_area > div {
    margin: 0 auto;
  }
  .introduction_area .contents_ctn {
    padding: calc( 100vw * 32 / 375 ) 0 0;
  }
  .introduction_area .contents_ctn .contents_ctn__header {
    margin-bottom: calc( 100vw * 64 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__header .ttl {
    font-size: calc( 100vw * 21 / 375 );
    text-align: center;
    line-height: 1.6;
    background: linear-gradient(-15deg, #000177, #C850C0 50%, #C50086);
    background: -webkit-linear-gradient(-15deg, #000177, #C850C0 50%, #C50086);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap .contents_ctn__body {
    width: 100%;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics {
    margin-bottom: calc( 100vw * 48 / 375 );
    padding: calc( 100vw * 40 / 375 ) calc( 100vw * 24 / 375 ) calc( 100vw * 24 / 375 );
    border-radius: calc( 100vw * 4 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics h2 {
    top: calc( 100vw * -16 / 375 );
    font-size: calc( 100vw * 30 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics h2 span::before, .introduction_area .contents_ctn .contents_ctn__wrap#topics h2 span::after {
    width: calc( 100vw * 48 / 375 );
    height: calc( 100vw * 48 / 375 );
    transform: translate(0, -50%);
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics h2 span::before {
    left: calc( 100vw * -64 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics h2 span::after {
    right: calc( 100vw * -64 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics dl {
    padding-bottom: calc( 100vw * 32 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics dl dt {
    margin-bottom: calc( 100vw * 8 / 375 );
    font-size: calc( 100vw * 11 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics dl dd {
    font-size: calc( 100vw * 15 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status {
    padding-top: calc( 100vw * 32 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status h3 {
    margin-bottom: calc( 100vw * 24 / 375 );
    font-size: calc( 100vw * 14 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul {
    flex-direction: column;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li {
    width: 100%;
    margin-bottom: calc( 100vw * 25 / 375 );
    border-radius: calc( 100vw * 3 / 375 );
    position: relative;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li.attention_plus {
    margin-bottom: calc( 100vw * 55 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li.close_up::before {
    top: calc( 100vw * -10 / 375 );
    left: calc( 100vw * -10 / 375 );
    width: calc( 100vw * 50 / 375 );
    height: calc( 100vw * 50 / 375 );
    font-size: 10px;
    font-size: calc( 100vw * 10 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li.close_up::after {
    top: calc( 100vw * -10 / 375 );
    left: calc( 100vw * -10 / 375 );
    width: calc( 100vw * 50 / 375 );
    height: calc( 100vw * 50 / 375 );
    font-size: 10px;
    font-size: calc( 100vw * 10 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li.new::before {
    top: calc( 100vw * -8 / 375 );
    left: calc( 100vw * -40 / 375 );
    padding: calc( 100vw * 24 / 375 ) calc( 100vw * 40 / 375 ) calc( 100vw * 8 / 375 );
    font-size: calc( 100vw * 13 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li h4 {
    margin-bottom: calc( 100vw * 4 / 375 );
    font-size: calc( 100vw * 15 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li small {
    font-size: calc( 100vw * 11 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li a {
    padding: calc( 100vw * 18 / 375 ) 0 calc( 100vw * 40 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li a::before {
    left: calc(50.0% - 16px / 2);
    bottom: calc((24px - 16px) / 2);
    width: calc( 100vw * 18 / 375 );
    height: calc( 100vw * 18 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li a::after {
    height: calc( 100vw * 24 / 375 );
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li .attention {
    bottom: calc(( 100vw * 33 / 375 )* -1.4);
    left: 0;
    width: 100%;
    font-size: calc( 100vw * 10 / 375 );
    color: #fff;
    text-align: left;
  }
  .introduction_area .introduction_message {
    margin-bottom: 16vw;
  }
  .introduction_area .introduction_message p {
    font-size: 4vw;
    line-height: 2;
    text-align: justify;
  }
  .introduction_area .introduction_outline {
    padding-top: 8vw;
    border-top: 1px solid #808080;
  }
  .introduction_area .introduction_outline h2 {
    padding-top: 0;
    margin-bottom: calc( 100.0vw * 40 / 375 );
    font-size: calc( 100.0vw * 24 / 375 );
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
  }
  .introduction_area .introduction_outline h2 small {
    font-size: calc( 100.0vw * 15 / 375 );
  }
  .introduction_area .introduction_outline table {
    width: 100%;
    margin-bottom: calc( 100.0vw * 8 / 375 );
  }
  .introduction_area .introduction_outline table tr {
    display: flex;
    flex-direction: column;
  }
  .introduction_area .introduction_outline table th {
    vertical-align: top;
  }
  .introduction_area .introduction_outline table th span {
    background: linear-gradient(-15deg, #000177, #C50086);
    background: -webkit-linear-gradient(-15deg, #000177, #C50086);
    clip-path: polygon(4% 0, 96% 0, 100% 50%, 96% 100%, 4% 100%, 0 50%);
    min-width: 100px;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: calc( 100.0vw * 10 / 375 ) 0;
    color: #fff;
    font-size: calc( 100.0vw * 15 / 375 );
    text-align: center;
  }
  .introduction_area .introduction_outline table td {
    padding: 4.8vw 6.4vw 6.4vw;
    font-size: calc( 100.0vw * 16 / 375 );
    font-weight: 600;
  }
  .introduction_area .introduction_outline table td small {
    display: inline-block;
    padding-top: 2.4vw;
    font-size: 3vw;
    line-height: 2;
    font-weight: 400;
  }
  .introduction_area .introduction_outline table td a {
    position: relative;
    color: #000;
  }
  .introduction_area .introduction_outline table td a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: background-color 0.3s ease-in-out;
  }
  .introduction_area .introduction_outline table td a:hover::after {
    background-color: #fff;
  }
  .introduction_area .introduction_outline table td a span {
    position: relative;
  }
  .introduction_area .introduction_outline table td a span::after {
    position: absolute;
    right: -1.24em;
    top: calc(50.0% - 5.0px);
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.28005%200.839999C7.28005%200.37608%207.65613%200%208.12004%200H13.16C13.624%200%2014%200.37608%2014%200.839999V5.87999C14%206.34391%2013.624%206.71999%2013.16%206.71999C12.6961%206.71999%2012.32%206.34391%2012.32%205.87999V2.86789L7.03397%208.15397C6.70593%208.48201%206.17407%208.48201%205.84603%208.15397C5.51799%207.82593%205.51799%207.29407%205.84603%206.96603L11.1321%201.68H8.12004C7.65613%201.68%207.28005%201.30392%207.28005%200.839999ZM0%203.08001C0%202.61609%200.37608%202.24001%200.839999%202.24001H5.31999C5.78391%202.24001%206.15999%202.61609%206.15999%203.08001C6.15999%203.54393%205.78391%203.92001%205.31999%203.92001H1.68V12.32H10.08V8.68C10.08%208.21608%2010.4561%207.84%2010.92%207.84C11.3839%207.84%2011.76%208.21608%2011.76%208.68V13.16C11.76%2013.6239%2011.3839%2014%2010.92%2014H0.839999C0.37608%2014%200%2013.6239%200%2013.16V3.08001Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: background-color 0.3s ease-in-out;
  }
  .introduction_area .btn-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    gap: 3.2vw;
  }
  .introduction_area .btn-wrap .btn {
    width: 100%;
  }
  .introduction_area .btn-wrap .btn.prepare > a {
    pointer-events: none;
    background-color: #EEEEEE;
    border: none;
    box-shadow: inset 0.075em 0.075em 0.075em #CCC;
    color: #A0A0A0;
    font-size: calc( 100.0vw * 18 / 375 );
    font-weight: 500;
  }
  .introduction_area .btn-wrap .btn.prepare > a::after {
    display: none;
  }
  .introduction_area .btn-wrap .btn > a {
    position: relative;
    display: grid;
    place-content: center;
    width: 100%;
    min-height: calc( 100.0vw * 120 / 375 );
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: calc( 100.0vw * 4 / 375 ) solid #000;
    border-radius: calc( 100.0vw * 4 / 375 );
    color: #000;
    font-size: calc( 100.0vw * 20 / 375 );
    line-height: 1.64;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }
  .introduction_area .btn-wrap .btn > a small {
    font-size: calc( 100.0vw * 14 / 375 );
  }
  .introduction_area .btn-wrap .btn > a::after {
    position: absolute;
    top: calc(50% - 4.0vw);
    right: 3.2vw;
    z-index: 2;
    display: block;
    content: "";
    width: 8vw;
    height: 8vw;
    background-color: #C50086;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("../images/icon_arrow.svg");
    mask-image: url("../images/icon_arrow.svg");
    transition: background-color 0.3s ease-in-out;
  }
  .introduction_area .btn-wrap .btn .notes {
    display: block;
    margin-top: 4.8vw;
    font-size: calc( 100.0vw * 13 / 375 );
    text-align: center;
  }

  .summary_area {
    background: linear-gradient(-15deg, #C50086, #000177);
    background: -webkit-linear-gradient(-15deg, #C50086, #000177);
  }
  .summary_area > div {
    min-width: 100%;
    margin: 0 auto;
  }
  .summary_area .contents_ctn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: calc( 100.0vw * 10 / 375 ) calc( 100.0vw * 10 / 375 );
  }
  .summary_area .contents_ctn .area_header {
    width: 100%;
  }
  .summary_area .contents_ctn .area_header > * {
    color: #fff;
  }
  .summary_area .contents_ctn .area_header .ttl {
    margin-bottom: calc( 100.0vw * 40 / 375 );
    font-size: calc( 100.0vw * 24 / 375 );
    line-height: 1.64;
    font-weight: 600;
    text-align: center;
  }
  .summary_area .contents_ctn .area_header .ttl .small {
    font-size: 4vw;
  }
  .summary_area .contents_ctn .area_header p {
    font-size: calc( 100.0vw * 15 / 375 );
    line-height: 1.8;
    text-align: left;
  }
  .summary_area .contents_ctn .area_content {
    width: 100%;
  }
  .summary_area .contents_ctn .area_content * {
    color: #fff;
  }
  .summary_area .contents_ctn .area_content hr {
    width: 100%;
    margin-top: calc( 100.0vw * 48 / 375 );
    border-color: rgba(255, 255, 255, 0.64);
  }
  .summary_area .contents_ctn .apply__lists {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: calc( 100.0vw * 5 / 375 );
    width: 100%;
    margin-bottom: calc( 100.0vw * 40 / 375 );
  }
  .summary_area .contents_ctn .apply__lists .close_up {
    padding-top: calc( 100vw * 70 / 375 ) !important;
  }
  .summary_area .contents_ctn .apply__lists .close_up::before {
    top: calc( 100vw * 10 / 375 );
    right: 0;
    left: 0;
    margin: 0 auto;
    width: calc( 100vw * 50 / 375 );
    height: calc( 100vw * 50 / 375 );
    font-size: 10px;
    font-size: calc( 100vw * 10 / 375 );
  }
  .summary_area .contents_ctn .apply__lists .close_up::after {
    top: calc( 100vw * 10 / 375 );
    right: 0;
    left: 0;
    margin: 0 auto;
    width: calc( 100vw * 50 / 375 );
    height: calc( 100vw * 50 / 375 );
    font-size: 10px;
    font-size: calc( 100vw * 10 / 375 );
  }
  .summary_area .contents_ctn .apply__lists .list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: calc( 100.0vw * 20 / 375 );
    background-color: rgba(255, 255, 255, 0.16);
    width: 100%;
    height: 100%;
    padding: calc( 100.0vw * 20 / 375 );
    border-radius: calc( 100.0vw * 4 / 375 );
    position: relative;
  }
  .summary_area .contents_ctn .apply__lists .summary-wrap {
    width: 100%;
    padding-left: calc( 100.0vw * 16 / 375 );
    border-left: calc( 100.0vw * 4 / 375 ) solid #F5AA00;
  }
  .summary_area .contents_ctn .apply__lists .summary-wrap h3 {
    margin-bottom: calc($base_lh * .16);
    font-size: calc( 100.0vw * 18 / 375 );
    line-height: 1.48;
    font-weight: bold;
  }
  .summary_area .contents_ctn .apply__lists .summary-wrap h3 small {
    display: inline-block;
    font-size: calc( 100.0vw * 12 / 375 );
    font-weight: normal;
  }
  .summary_area .contents_ctn .apply__lists .summary-wrap p {
    font-size: calc( 100.0vw * 12 / 375 );
    line-height: 1.64;
  }
  .summary_area .contents_ctn .apply__lists .summary-wrap p small {
    margin-left: 8px;
    font-size: 40%;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap {
    flex-direction: column;
    gap: calc( 100.0vw * 10 / 375 );
    padding-left: calc( 100.0vw * 20 / 375 );
    width: 100%;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap.sff_flex_order .btn:nth-child(1) {
    order: 1;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap.sff_flex_order .btn:nth-child(2) {
    order: 3;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap.sff_flex_order .btn:nth-child(3) {
    order: 2;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap.sff_flex_order .btn:nth-child(4) {
    order: 4;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn {
    width: 100%;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn a {
    width: 100%;
    min-height: calc( 100.0vw * 40 / 375 );
    border-radius: calc( 100.0vw * 40 / 375 );
    color: #000;
    font-size: calc( 100.0vw * 14 / 375 );
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn a::after {
    top: calc(50% - 8px);
    right: calc( 100.0vw * 10 / 375 );
    width: calc( 100.0vw * 16 / 375 );
    height: calc( 100.0vw * 16 / 375 );
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn a small {
    color: #333;
    transition: color 0.3s ease-in-out;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-apply a {
    background-color: #F5AA00;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-apply a::after {
    background-color: #000;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-apply.closed a {
    background-color: #666666;
    pointer-events: none;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-apply.closed a::after {
    display: none;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-briefing a {
    background-color: #4dabe5;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-briefing a::after {
    background-color: #000;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-briefing a:hover {
    background-color: #000;
    color: #fff;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-briefing a:hover small {
    color: #fff;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-briefing a:hover::after {
    background-color: #fff;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.prepare > a {
    background-color: rgba(255, 255, 255, 0.16);
    color: #fff;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.prepare > a small {
    color: #fff;
  }
  .summary_area .contents_ctn .apply__lists + .notes p {
    font-size: calc( 100.0vw * 14 / 375 );
    line-height: 1.64;
    text-align: center;
  }
  .summary_area .contents_ctn .box-summary {
    margin-top: calc( 100.0vw * 40 / 375 );
  }
  .summary_area .contents_ctn .box-summary h3 {
    margin-bottom: 48px;
    font-size: calc( 100.0vw * 20 / 375 );
    line-height: 1.64;
    font-weight: 500;
    text-align: center;
  }
  .summary_area .contents_ctn .box-summary h3 .small {
    font-size: calc( 100.0vw * 15 / 375 );
  }
  .summary_area .contents_ctn .box-summary h3 i {
    font-style: normal;
  }
  .summary_area .contents_ctn .box-summary .video_wrap {
    max-width: 84vw;
    margin: 0 auto;
  }
  .summary_area .contents_ctn .box-summary .video_wrap iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .summary_area .contents_ctn .box-summary .btn-wrap {
    justify-content: center;
    flex-direction: column;
    gap: calc( 100.0vw * 16 / 375 );
    max-width: 84vw;
    margin: 0 auto;
  }
  .summary_area .contents_ctn .box-summary .btn-wrap .btn {
    width: 84vw;
  }
  .summary_area .contents_ctn .box-summary .btn-wrap .btn a {
    width: 100%;
    min-height: calc( 100.0vw * 48 / 375 );
    border-radius: calc( 100.0vw * 48 / 375 );
    color: #000;
    font-size: calc( 100.0vw * 16 / 375 );
  }
  .summary_area .contents_ctn .box-summary .btn-wrap .btn a::after {
    right: calc( 100.0vw * 12 / 375 );
  }
  .summary_area .contents_ctn .box-summary .btn-wrap .btn.prepare > a {
    background-color: rgba(255, 255, 255, 0.16);
    color: #fff;
  }
  .summary_area .contents_ctn .box-summary .btn-wrap .btn.prepare > a small {
    color: #fff;
  }

  .include-accordion {
    width: 100%;
    margin: 24px 0 40px;
    padding: 0;
  }
  .include-accordion li {
    list-style: none;
  }
  .include-accordion li .btn__accordion {
    position: relative;
    border: none;
    width: 100%;
    height: calc( 100.0vw * 48 / 375 );
    background-color: #fff;
    border-radius: calc( 100.0vw * 40 / 375 );
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: calc( 100.0vw * 14 / 375 );
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
  }
  .include-accordion li .btn__accordion .accordion__label {
    color: #000;
    transition: color 0.16s ease-in-out;
  }
  .include-accordion li .btn__accordion .c-circle-arrow {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc( 100.0vw * 40 / 375 );
    height: 100%;
    margin-left: auto;
  }
  .include-accordion li .btn__accordion .c-circle-arrow .c-circle-arrow__icon {
    width: calc( 100.0vw * 32 / 375 );
    height: calc( 100.0vw * 32 / 375 );
    overflow: hidden;
  }
  .include-accordion li .btn__accordion .c-circle-arrow .c-circle-arrow__icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #c50086;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2066%2066%22%3E%3Cpolygon%20points%3D%2248%2C32%2034%2C32%2034%2C18%2032%2C18%2032%2C32%2018%2C32%2018%2C34%2032%2C34%2032%2C48%2034%2C48%2034%2C34%2048%2C34%20%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2066%2066%22%3E%3Cpolygon%20points%3D%2248%2C32%2034%2C32%2034%2C18%2032%2C18%2032%2C32%2018%2C32%2018%2C34%2032%2C34%2032%2C48%2034%2C48%2034%2C34%2048%2C34%20%22%2F%3E%3C%2Fsvg%3E");
    transition: background-color 0.24s ease-in-out, transform 0.24s ease-in-out;
    transform: translate3d(0, 0, 0);
  }
  .include-accordion li .btn__accordion[aria-expanded=true] {
    background-color: #c50086;
  }
  .include-accordion li .btn__accordion[aria-expanded=true] .accordion__label {
    color: #fff;
  }
  .include-accordion li .btn__accordion[aria-expanded=true] .c-circle-arrow .c-circle-arrow__icon::after {
    background-color: #fff;
    transform: rotate(135deg);
  }
  .include-accordion .accordion__content {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: 3s ease-in-out;
  }
  .include-accordion .accordion__content .notes {
    margin-top: calc( 100.0vw * 24 / 375 );
    margin-bottom: calc( 100.0vw * 24 / 375 );
  }
  .include-accordion .accordion__content .notes p {
    padding: 0 !important;
    font-size: calc( 100.0vw * 10 / 375 );
    text-align: center;
  }
  .include-accordion .accordion__content h4 {
    padding: calc( 100.0vw * 24 / 375 ) 0;
  }
  .include-accordion .accordion__content .flex .time-table__lists {
    margin-bottom: calc( 100.0vw * 12 / 375 );
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item {
    margin-bottom: calc( 100.0vw * 12 / 375 );
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item:last-child {
    margin-bottom: 0;
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: calc( 100.0vw * 12 / 375 );
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item a span {
    display: flex;
    align-items: center;
    padding: calc( 100.0vw * 4 / 375 ) 0;
    line-height: 1.4;
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item a span.time {
    justify-content: center;
    width: calc( 100.0vw * 80 / 375 );
    border-radius: calc( 100.0vw * 4 / 375 );
    background-color: rgba(255, 255, 255, 0.16);
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item a span.chapter {
    justify-content: flex-start;
    width: calc( 100.0vw * 225 / 375 );
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item .subtitle {
    display: block;
    margin: calc( 100.0vw * 24 / 375 ) 0 calc( 100.0vw * 16 / 375 );
  }
  .include-accordion .accordion__content p {
    padding: 24px 0;
  }

  .program_area {
    background-color: #ffffff;
    background-image: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 3px, transparent 0, transparent 6px);
    border-bottom: 1px solid #F5F5F5;
  }
  .program_area .contents_ctn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 12vw;
    padding: 20vw 0;
  }
  .program_area .program_cnt {
    width: 100%;
  }
  .program_area .program_cnt .program_btn {
    display: grid;
    place-items: center;
    height: 56vw;
    margin-bottom: 6.4vw;
    padding: 0 8.4vw;
    background-color: #fff;
    border-radius: 6.4vw;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    border: 0 solid transparent;
    position: relative;
  }
  .program_area .program_cnt .program_btn::after {
    position: absolute;
    left: calc(50% - 24px);
    bottom: 5px;
    z-index: 2;
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    background-color: #181878;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("../images/icon_arrow3.svg");
    mask-image: url("../images/icon_arrow3.svg");
    transition: background-color 0.3s ease-in-out;
  }
  .program_area .program_cnt .program_btn .program_btn_wrap {
    width: 100%;
  }
  .program_area .program_cnt .program_btn .program_btn_wrap h3 {
    margin-bottom: 4.8vw;
    font-size: 5.6vw;
    text-align: center;
    font-weight: 900;
  }
  .program_area .program_cnt .program_btn .program_btn_wrap h3 img {
    display: block;
    width: auto;
    height: 7.2vw;
    margin: 0 auto 2.4vw;
  }
  .program_area .program_cnt .program_btn .program_btn_wrap .ttl-sub {
    padding: 3.2vw 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
  }
  .program_area .program_cnt.forum .program_btn .program_btn_wrap h3 {
    display: flex;
    flex-direction: column;
  }
  .program_area .program_cnt.forum .program_btn .program_btn_wrap h3 img {
    order: 2;
    margin: 3vw auto 0;
  }
  .program_area .program_text {
    padding: 0 4vw;
    font-size: 4vw;
    line-height: 1.8;
    text-align: justify;
  }
  .program_area .program_text br {
    display: none;
  }

  .video_area {
    position: relative;
    margin-top: 8vw;
    margin-bottom: 32vw;
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
  .video_area.ver02 {
    margin: 0;
    padding: 46vw 0;
    border-bottom: 1px solid #ddd;
  }
  .video_area::before, .video_area::after {
    position: absolute;
    z-index: 0;
    content: "";
    display: block;
    width: 48vw;
    height: 48vw;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .video_area::before {
    top: calc(50.0% - 24.0vw - 40.0vw);
    left: 0;
    background-image: url("../images/img_gear_deco01.png");
    background-position: center left;
  }
  .video_area::after {
    top: calc(50.0% - 24.0vw + 32.0vw);
    right: 0;
    width: 50vw;
    height: 42vw;
    background-image: url("../images/img_gear_deco02.png");
    background-position: center right;
  }
  .video_area > div {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto 4.8vw;
  }
  .video_area .video_wrap {
    max-width: 84vw;
    margin: 0 auto;
  }
  .video_area .video_wrap iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }

  .cta_area {
    background: linear-gradient(-15deg, #C50086, #000177);
    background: -webkit-linear-gradient(-15deg, #C50086, #000177);
  }
  .cta_area .contents_ctn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 16vw 0;
  }
  .cta_area .contents_ctn * {
    color: #fff;
  }
  .cta_area .contents_ctn h2 {
    font-size: 5.2vw;
    line-height: 1;
    font-weight: 600;
  }
  .cta_area .contents_ctn h3 {
    margin-bottom: 3.2vw;
    font-size: 4vw;
    line-height: 1;
  }
  .cta_area .contents_ctn p {
    color: #fff;
    font-size: 5.2vw;
    line-height: 1;
  }
  .cta_area .contents_ctn p small {
    margin-left: 0.8vw;
    font-size: 64%;
  }
  .cta_area .contents_ctn .cta_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4vw;
  }
  .cta_area .contents_ctn .cta_wrap > div {
    background-color: rgba(255, 255, 255, 0.16);
    width: 84vw;
    padding: 8vw 6.4vw;
    border-radius: 4px;
  }
  .cta_area .contents_ctn .cta_wrap > div p {
    text-align: center;
  }
  .cta_area .contents_ctn .cta_wrap .btn-wrap {
    margin-top: 4.8vw;
    padding: 0;
  }
  .cta_area .contents_ctn .cta_wrap .btn-wrap .btn.prepare > a {
    background-color: rgba(255, 255, 255, 0.16);
    color: #fff;
  }
  .cta_area .contents_ctn .cta_wrap .btn-wrap .btn.prepare > a small {
    color: #fff;
  }
  .cta_area .contents_ctn .cta_wrap .btn-wrap .btn a {
    min-height: 80px;
  }
  .cta_area .contents_ctn .cta_wrap .btn-wrap .btn a small {
    color: #333;
    transition: color 0.3s ease-in-out;
  }
  .cta_area .contents_ctn .from-jms2024 {
    width: 100%;
    margin-top: 12vw;
  }
  .cta_area .contents_ctn .from-jms2024 h3 {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  .cta_area .contents_ctn .from-jms2024 .video_wrap {
    max-width: 84vw;
    margin: 0 auto;
    padding-top: 2.4vw;
  }
  .cta_area .contents_ctn .from-jms2024 .video_wrap iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }

  .disclaimer_ctn p {
    line-height: 1.8;
  }

  .sns_ctn .insta_ctn {
    padding: 15px;
    border: 1px solid #e6e6e6;
  }
  .sns_ctn .insta_title {
    text-align: center;
  }
  .sns_ctn .insta_title h2 {
    display: inline-block;
    background-image: url("/images/top/sns_insta.jpg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    min-height: 40px;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 50px;
    margin-bottom: 2rem;
  }
  .sns_ctn .sns_list {
    margin: 30px 0 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sns_ctn .sns_list li {
    margin: 0 10px;
    font-size: 1.4rem;
    font-weight: 600;
  }
}
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  .hero_area {
    position: relative;
    width: 100%;
    height: 740px;
    margin-bottom: -64px;
  }
  .hero_area::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    display: block;
    width: 100%;
    height: 56vw;
    min-height: 611px;
    background-image: url("../images/hero_img_pc.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .hero_area .hero_wrap {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    height: 100%;
  }
  .hero_area .hero_wrap .logo {
    width: 640px;
  }
  .hero_area .hero_wrap .logo p {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    text-align-last: justify;
    text-justify: inter-ideograph;
    font-style: italic;
  }
  .hero_area .hero_wrap .logo img {
    width: 100%;
  }

  .introduction_area {
    margin-bottom: 80px;
  }
  .introduction_area > div {
    max-width: 1240px;
    margin: 0 auto;
  }
  .introduction_area .contents_ctn {
    padding: 20px 3.25%;
  }
  .introduction_area .contents_ctn .contents_ctn__header {
    margin-bottom: 80px;
  }
  .introduction_area .contents_ctn .contents_ctn__header .ttl {
    font-size: 32px;
    text-align: center;
    line-height: 1.6;
    background: linear-gradient(-15deg, #000177, #000177 32%, #C850C0 64%, #C50086);
    background: -webkit-linear-gradient(-15deg, #000177, #000177 32%, #C850C0 64%, #C50086);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap .contents_ctn__body {
    width: 47%;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics {
    margin-bottom: 64px;
    padding: 64px 48px 8rem;
    border-radius: 4px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics h2 {
    top: -42px;
    font-size: 68px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics h2 span {
    display: inline-block;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics h2 span::before, .introduction_area .contents_ctn .contents_ctn__wrap#topics h2 span::after {
    width: 86px;
    height: 86px;
    transform: translate(0, -40%);
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics h2 span::before {
    left: -120px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics h2 span::after {
    right: -120px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics dl {
    padding-bottom: 32px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics dl dt {
    margin-bottom: 4px;
    font-size: 13px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics dl dd {
    font-size: 21px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics dl dd.button {
    margin-top: 20px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics dl dd.button a {
    width: 100%;
    display: block;
    background-color: #fff;
    color: #050172;
    padding: 10px;
    font-size: 18px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    position: relative;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics dl dd.button a::after {
    height: 100%;
    width: 32px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics dl dd.button a::before {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    background-color: #fff;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("../images/icon_arrow.svg");
    mask-image: url("../images/icon_arrow.svg");
    transform: rotate(0deg);
    transition: background-color 0.3s ease-in-out;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics dl dd.button a::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: block;
    width: 32px;
    background-color: #C50086;
    transition: background-color 0.3s ease-in-out, height 0.16s ease-in-out;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics dl dd.button a:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics dl dd.button a:hover h4 {
    color: #fff;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status {
    padding-top: 32px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status h3 {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul {
    margin-top: 2em;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul.w50ctn {
    margin-top: 6em;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul.w50ctn li {
    width: calc((100.0% - 16px) / 2);
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul.w50ctn li:nth-child(2n) {
    margin-right: 0;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul:first-child {
    margin-top: 0;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li {
    width: calc((100.0% - 32px) / 3);
    margin-right: 16px;
    border-radius: 3px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li:nth-child(3n) {
    margin-right: 0;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li a:first-child {
    padding: 18px 0 38px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li a:first-child::before {
    left: calc(50.0% - 16px / 2);
    bottom: calc((24px - 16px) / 2);
    width: 16px;
    height: 16px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li a:first-child::after {
    height: 24px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li a:first-child:hover {
    background-color: #000;
    color: #fff;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li a:first-child:hover::before {
    background-color: #fff;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li a:first-child:hover::after {
    background-color: transparent;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li a:first-child:hover h4 {
    color: #fff;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li.close_up::before {
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    font-size: 13px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li.close_up::after {
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    font-size: 13px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li.new::before {
    top: -8px;
    left: -40px;
    padding: 24px 40px 8px;
    font-size: 14px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li h4 {
    margin-bottom: 4px;
    font-size: 18px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li .clm2 {
    display: flex;
    justify-content: center;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li .clm2 small {
    display: block;
    width: 40%;
    text-align: center;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li small {
    font-size: 12px;
  }
  .introduction_area .contents_ctn .contents_ctn__wrap#topics .apply-status ul li .attention {
    bottom: -6.5rem;
    left: 0;
    width: 97%;
    font-size: 1.4rem;
    color: #fff;
    text-align: left;
  }
  .introduction_area .introduction_message p {
    font-size: 19px;
    line-height: 2.1;
    text-align: justify;
  }
  .introduction_area .introduction_message p:not(:first-child) {
    margin-top: 32px;
  }
  .introduction_area .introduction_outline h2 {
    padding-top: 8px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
  }
  .introduction_area .introduction_outline h2 small {
    margin-bottom: 40px;
    font-size: 26px;
  }
  .introduction_area .introduction_outline table {
    margin-bottom: 40px;
  }
  .introduction_area .introduction_outline table th, .introduction_area .introduction_outline table td {
    border-bottom: 12px solid transparent;
  }
  .introduction_area .introduction_outline table th {
    vertical-align: top;
  }
  .introduction_area .introduction_outline table th span {
    background: linear-gradient(-15deg, #000177, #C50086);
    background: -webkit-linear-gradient(-15deg, #000177, #C50086);
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    min-width: 100px;
    display: inline-block;
    width: 120px;
    padding: 8px 8px 8px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .introduction_area .introduction_outline table td {
    padding-top: 2px;
    padding-left: 16px;
    font-size: 18px;
    font-weight: 600;
  }
  .introduction_area .introduction_outline table td small {
    display: inline-block;
    padding-top: 8px;
    line-height: 2;
    font-weight: 400;
  }
  .introduction_area .introduction_outline table td a {
    position: relative;
    color: #000;
  }
  .introduction_area .introduction_outline table td a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: background-color 0.3s ease-in-out;
  }
  .introduction_area .introduction_outline table td a:hover::after {
    background-color: #fff;
  }
  .introduction_area .introduction_outline table td a span {
    position: relative;
  }
  .introduction_area .introduction_outline table td a span::after {
    position: absolute;
    right: -1.24em;
    top: calc(50.0% - 5.0px);
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.28005%200.839999C7.28005%200.37608%207.65613%200%208.12004%200H13.16C13.624%200%2014%200.37608%2014%200.839999V5.87999C14%206.34391%2013.624%206.71999%2013.16%206.71999C12.6961%206.71999%2012.32%206.34391%2012.32%205.87999V2.86789L7.03397%208.15397C6.70593%208.48201%206.17407%208.48201%205.84603%208.15397C5.51799%207.82593%205.51799%207.29407%205.84603%206.96603L11.1321%201.68H8.12004C7.65613%201.68%207.28005%201.30392%207.28005%200.839999ZM0%203.08001C0%202.61609%200.37608%202.24001%200.839999%202.24001H5.31999C5.78391%202.24001%206.15999%202.61609%206.15999%203.08001C6.15999%203.54393%205.78391%203.92001%205.31999%203.92001H1.68V12.32H10.08V8.68C10.08%208.21608%2010.4561%207.84%2010.92%207.84C11.3839%207.84%2011.76%208.21608%2011.76%208.68V13.16C11.76%2013.6239%2011.3839%2014%2010.92%2014H0.839999C0.37608%2014%200%2013.6239%200%2013.16V3.08001Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: background-color 0.3s ease-in-out;
  }
  .introduction_area .btn-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
  }
  .introduction_area .btn-wrap .btn.prepare > a {
    border: none;
    box-shadow: inset 0.075em 0.075em 0.075em #CCC;
  }
  .introduction_area .btn-wrap .btn > a {
    height: 110px;
    margin: 0;
    border: 4px solid #000;
  }
  .introduction_area .btn-wrap .btn > a small {
    font-size: 64%;
  }
  .introduction_area .btn-wrap .btn > a:hover {
    background-color: #000;
    color: #fff;
  }
  .introduction_area .btn-wrap .btn > a:hover::after {
    background-color: #fff;
  }

  .summary_area {
    background: linear-gradient(-15deg, #C50086, #000177);
    background: -webkit-linear-gradient(-15deg, #C50086, #000177);
  }
  .summary_area > div {
    max-width: 1240px;
    margin: 0 auto;
  }
  .summary_area .contents_ctn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 3.25%;
  }
  .summary_area .contents_ctn .area_header {
    width: 100%;
  }
  .summary_area .contents_ctn .area_header > * {
    color: #fff;
    text-align: center;
  }
  .summary_area .contents_ctn .area_header .ttl {
    margin-bottom: 48px;
    font-size: 32px;
    line-height: 1.64;
    font-weight: 600;
  }
  .summary_area .contents_ctn .area_header p {
    font-size: 18px;
    line-height: 1.8;
  }
  .summary_area .contents_ctn .area_content {
    width: 100%;
  }
  .summary_area .contents_ctn .area_content * {
    color: #fff;
  }
  .summary_area .contents_ctn .area_content hr {
    width: 100%;
    margin-top: 80px;
    border-color: rgba(255, 255, 255, 0.64);
  }
  .summary_area .contents_ctn .apply__lists {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    width: 100%;
    margin-bottom: 40px;
  }
  .summary_area .contents_ctn .apply__lists .list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.16);
    width: 100%;
    height: 100%;
    padding: 20px 24px;
    border-radius: 4px;
    position: relative;
  }
  .summary_area .contents_ctn .apply__lists .list-item.close_up::before {
    top: 13px;
    left: -38px;
    width: 60px;
    height: 60px;
    font-size: 13px;
  }
  .summary_area .contents_ctn .apply__lists .list-item.close_up::after {
    top: 13px;
    left: -38px;
    width: 60px;
    height: 60px;
    font-size: 13px;
  }
  .summary_area .contents_ctn .apply__lists .summary-wrap {
    padding-left: 16px;
    border-left: 4px solid #F5AA00;
  }
  .summary_area .contents_ctn .apply__lists .summary-wrap h3 {
    margin-bottom: calc($base_lh * .16);
    font-size: 20px;
    font-weight: bold;
  }
  .summary_area .contents_ctn .apply__lists .summary-wrap h3 small {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
  }
  .summary_area .contents_ctn .apply__lists .summary-wrap p {
    font-size: 13px;
    line-height: 1.64;
  }
  .summary_area .contents_ctn .apply__lists .summary-wrap p small {
    margin-left: 8px;
    font-size: 40%;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 558px;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn {
    width: 275px;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn a {
    width: 100%;
    min-height: 40px;
    border-radius: 40px;
    color: #000;
    font-size: 14px;
    padding: 10px 20px;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn a::after {
    top: calc(50% - 8px);
    right: 10px;
    width: 16px;
    height: 16px;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn a small {
    color: #333;
    transition: color 0.3s ease-in-out;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn a:hover {
    background-color: #000;
    color: #fff;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn a:hover small {
    color: #fff;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn a:hover::after {
    background-color: #fff;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-apply a {
    background-color: #F5AA00;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-apply a::after {
    background-color: #000;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-apply a:hover {
    background-color: #000;
    color: #fff;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-apply a:hover small {
    color: #fff;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-apply a:hover::after {
    background-color: #fff;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-apply.closed a {
    background-color: #666;
    pointer-events: none;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-apply.closed a::after {
    display: none;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-briefing a {
    background-color: #4dabe5;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-briefing a::after {
    background-color: #000;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-briefing a:hover {
    background-color: #000;
    color: #fff;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-briefing a:hover small {
    color: #fff;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-briefing a:hover::after {
    background-color: #fff;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-briefing.closed a {
    background-color: #666;
    pointer-events: none;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.btn-briefing.closed a::after {
    display: none;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.prepare > a {
    background-color: rgba(255, 255, 255, 0.16);
    color: #fff;
  }
  .summary_area .contents_ctn .apply__lists .btn-wrap .btn.prepare > a small {
    color: #fff;
  }
  .summary_area .contents_ctn .apply__lists + .notes p {
    font-size: 18px;
    line-height: 1.64;
    text-align: center;
  }
  .summary_area .contents_ctn .apply__lists + .notes p small {
    margin-left: 8px;
    font-size: 40%;
  }
  .summary_area .contents_ctn .box-summary {
    margin-top: 80px;
  }
  .summary_area .contents_ctn .box-summary h3 {
    font-size: 24px;
  }
  .summary_area .contents_ctn .box-summary h3 i {
    font-style: normal;
  }
  .summary_area .contents_ctn .box-summary#briefing h3 span {
    position: relative;
  }
  .summary_area .contents_ctn .box-summary#briefing h3 span::before, .summary_area .contents_ctn .box-summary#briefing h3 span::after {
    display: inline-block;
    margin: 0 8px;
  }
  .summary_area .contents_ctn .box-summary#briefing h3 span::before {
    content: "《";
  }
  .summary_area .contents_ctn .box-summary#briefing h3 span::after {
    content: "》";
  }
  .summary_area .contents_ctn .box-summary .video_wrap {
    width: 900px;
    margin: 0 auto;
  }
  .summary_area .contents_ctn .box-summary .video_wrap iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .summary_area .contents_ctn .box-summary .btn-wrap {
    gap: 24px;
    justify-content: center;
  }
  .summary_area .contents_ctn .box-summary .btn-wrap .btn {
    width: 100%;
    max-width: 240px;
  }
  .summary_area .contents_ctn .box-summary .btn-wrap .btn a {
    width: 100%;
    min-height: 64px;
    border-radius: 64px;
    color: #000;
    font-size: 18px;
  }
  .summary_area .contents_ctn .box-summary .btn-wrap .btn a::after {
    right: 12px;
  }
  .summary_area .contents_ctn .box-summary .btn-wrap .btn a:hover {
    background-color: #000;
    color: #fff;
  }
  .summary_area .contents_ctn .box-summary .btn-wrap .btn a:hover::after {
    background-color: #fff;
  }
  .summary_area .contents_ctn .box-summary .btn-wrap .btn.prepare > a {
    background-color: rgba(255, 255, 255, 0.16);
    color: #fff;
  }
  .summary_area .contents_ctn .box-summary .btn-wrap .btn.prepare > a small {
    color: #fff;
  }

  .include-accordion {
    width: 100%;
    margin: 24px 0 40px;
    padding: 0;
  }
  .include-accordion li {
    list-style: none;
  }
  .include-accordion li .btn__accordion {
    position: relative;
    border: none;
    width: 100%;
    height: 48px;
    background-color: #fff;
    border-radius: 48px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
  }
  .include-accordion li .btn__accordion .accordion__label {
    color: #000;
    transition: color 0.16s ease-in-out;
  }
  .include-accordion li .btn__accordion .c-circle-arrow {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 100%;
    margin-left: auto;
  }
  .include-accordion li .btn__accordion .c-circle-arrow .c-circle-arrow__icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
  }
  .include-accordion li .btn__accordion .c-circle-arrow .c-circle-arrow__icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #c50086;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2066%2066%22%3E%3Cpolygon%20points%3D%2248%2C32%2034%2C32%2034%2C18%2032%2C18%2032%2C32%2018%2C32%2018%2C34%2032%2C34%2032%2C48%2034%2C48%2034%2C34%2048%2C34%20%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2066%2066%22%3E%3Cpolygon%20points%3D%2248%2C32%2034%2C32%2034%2C18%2032%2C18%2032%2C32%2018%2C32%2018%2C34%2032%2C34%2032%2C48%2034%2C48%2034%2C34%2048%2C34%20%22%2F%3E%3C%2Fsvg%3E");
    transition: background-color 0.24s ease-in-out, transform 0.24s ease-in-out;
    transform: translate3d(0, 0, 0);
  }
  .include-accordion li .btn__accordion:hover {
    background-color: #000;
  }
  .include-accordion li .btn__accordion:hover .accordion__label {
    color: #fff;
  }
  .include-accordion li .btn__accordion:hover .c-circle-arrow .c-circle-arrow__icon::after {
    background-color: #fff;
  }
  .include-accordion li .btn__accordion[aria-expanded=true] {
    background-color: #c50086;
  }
  .include-accordion li .btn__accordion[aria-expanded=true] .accordion__label {
    color: #fff;
  }
  .include-accordion li .btn__accordion[aria-expanded=true] .c-circle-arrow .c-circle-arrow__icon::after {
    background-color: #fff;
    transform: rotate(135deg);
  }
  .include-accordion .accordion__content {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: 3s ease-in-out;
  }
  .include-accordion .accordion__content .notes {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .include-accordion .accordion__content .notes p {
    padding: 0 16px;
    font-size: 13px;
  }
  .include-accordion .accordion__content h4 {
    padding: 24px 16px;
  }
  .include-accordion .accordion__content .flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4%;
  }
  .include-accordion .accordion__content .flex .time-table__lists {
    width: 48%;
  }
  .include-accordion .accordion__content .time-table__lists {
    padding: 0 16px;
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item {
    margin-bottom: 10px;
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item:last-child {
    margin-bottom: 0;
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item a span {
    display: flex;
    align-items: center;
    padding: 4px 0;
    line-height: 1.4;
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item a span.time {
    justify-content: center;
    width: 100%;
    max-width: 80px;
    min-width: 80px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.16);
    transition: background-color 0.24s ease-in-out, color 0.24s ease-in-out;
    will-change: background-color color;
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item a span.chapter {
    position: relative;
    justify-content: flex-start;
    width: auto;
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item a span.chapter::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    transition: width 0.24s ease-in-out;
    will-change: width;
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item a:hover span.time {
    background-color: #fff;
    color: #c50086;
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item a:hover span.chapter::after {
    width: 100%;
  }
  .include-accordion .accordion__content .time-table__lists .time-table__item .subtitle {
    display: block;
    margin: 24px 0 16px;
  }
  .include-accordion .accordion__content p {
    padding: 24px 0;
  }

  .video_area {
    position: relative;
    min-width: 1100px;
    margin-bottom: 96px;
  }
  .video_area.ver02 {
    margin-bottom: 0;
    padding: 96px 0;
    border-bottom: 1px solid #ddd;
  }
  .video_area::before, .video_area::after {
    position: absolute;
    top: calc(50.0% - 12.0vw);
    z-index: 0;
    content: "";
    display: block;
    width: 24vw;
    height: 24vw;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .video_area::before {
    left: 0;
    background-image: url("../images/img_gear_deco01.png");
    background-position: center left;
  }
  .video_area::after {
    right: 0;
    background-image: url("../images/img_gear_deco02.png");
    background-position: center right;
  }
  .video_area > div {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
  }
  .video_area .video_wrap {
    max-width: 900px;
    margin: 0 auto;
  }
  .video_area .video_wrap iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }

  .program_area {
    background-color: #ffffff;
    background-image: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 3px, transparent 0, transparent 6px);
    border-bottom: 1px solid #F5F5F5;
  }
  .program_area .contents_ctn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    max-width: 1240px;
    padding: 120px 1.25%;
  }
  .program_area .program_cnt {
    width: 48%;
  }
  .program_area .program_cnt .program_btn {
    display: grid;
    place-items: center;
    height: 320px;
    margin-bottom: 32px;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    border: 0 solid transparent;
    position: relative;
  }
  .program_area .program_cnt .program_btn::after {
    position: absolute;
    left: calc(50% - 24px);
    bottom: 10px;
    z-index: 2;
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    background-color: #181878;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("../images/icon_arrow3.svg");
    mask-image: url("../images/icon_arrow3.svg");
    transition: background-color 0.3s ease-in-out;
  }
  .program_area .program_cnt .program_btn:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
    border: 10px solid #181878;
  }
  .program_area .program_cnt .program_btn .program_btn_wrap {
    width: 440px;
  }
  .program_area .program_cnt .program_btn .program_btn_wrap h3 {
    margin-bottom: 24px;
    font-size: 32px;
    text-align: center;
    font-weight: 900;
  }
  .program_area .program_cnt .program_btn .program_btn_wrap h3 img {
    display: block;
    width: auto;
    height: 48px;
    margin: 0 auto 2%;
  }
  .program_area .program_cnt .program_btn .program_btn_wrap .ttl-sub {
    padding: 4% 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 600;
    text-align: center;
  }
  .program_area .program_cnt.forum .program_btn .program_btn_wrap h3 {
    display: flex;
    flex-direction: column;
  }
  .program_area .program_cnt.forum .program_btn .program_btn_wrap h3 img {
    order: 2;
    margin: 2% auto 0;
  }
  .program_area .program_text {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
  }

  .disclaimer_ctn p {
    line-height: 1.8;
  }

  .sns_ctn .insta_ctn {
    padding: 15px;
    border: 1px solid #e6e6e6;
  }
  .sns_ctn .insta_title {
    text-align: center;
  }
  .sns_ctn .insta_title h2 {
    display: inline-block;
    background-image: url("/images/top/sns_insta.jpg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    min-height: 40px;
    vertical-align: middle;
    font-size: 2.1rem;
    font-weight: 600;
    padding-left: 50px;
    padding-top: 8px;
    margin-bottom: 2rem;
  }
  .sns_ctn .sns_list {
    margin: 30px 0 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sns_ctn .sns_list li {
    margin: 0 10px;
    font-size: 2rem;
    font-weight: 600;
  }
}
/*--=== / PC ONLY min-width: 768px ===-- */

/*# sourceMappingURL=application.css.map */
