@charset "UTF-8";
/* ‹¤’Ê */
.contents .component-button {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .contents .component-button {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .contents .component-button .component-button__inner {
    padding: 2rem;
  }
}
.contents .contents-title {
  margin-bottom: 2rem;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .contents .contents-title {
    font-size: 4rem;
  }
}

.contents .contents-text {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .contents .contents-text {
    font-size: 1.6rem;
  }
}

.contents img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

.contents .contents-lead {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 600;
  color: #0265B4;
}
@media (min-width: 768px) {
  .contents .contents-lead {
    font-size: 2.4rem;
  }
}

.contents-mv {
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 768px) {
  .contents-mv {
    margin-bottom: 7rem;
  }
}
.contents-topmessage {
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .contents-topmessage {
    margin-bottom: 7rem;
  }
}

.contents-topmessage .contents-text {
  margin-bottom: 2rem;
  line-height: 1.875;
}

@media screen and (min-width: 768px) {
  .contents-topmessage .contents-text {
    margin-bottom: 4rem;
  }
}
.contents-topmessage .component-button {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .contents-topmessage .component-button {
    margin-bottom: 6rem;
  }
}
.contents-lead__box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .contents-lead__box {
    flex-direction: row;
  }
}

.contents-lead__box_left {
  width: 100%;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .contents-lead__box_left {
    width: 50%;
  }
}
.contents-lead__box_left .contents-title {
  line-height: 1.6842;
  text-align: left;
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .contents-lead__box_left .contents-title {
    font-size: 3.8rem;
  }
}
.contents-lead__box_left .contents-text {
  text-align: left;
  line-height: 2.125;
}

.contents-lead__box_right {
  width: 100%;
}
@media (min-width: 768px) {
  .contents-lead__box_right {
    width: 38.7%;
  }
}
.contents-lead__box_right .contents-text {
  margin-bottom: 1rem;
}
.contents-lead__box_right .contents-text p {
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  letter-spacing: 0.04em;
}

.contents-lead__box_right .contents-text p .symbol{
  color: #0265B4;
  font-size: 2rem;

}
.contents-lead__box_right .contents-text p .cap {
  font-size: 1.2rem;
}

.contents-voice {
  padding: 3rem 0 4rem;
  margin-bottom: 4rem;
  background: #D0EBFF;
}
@media (min-width: 768px) {
  .contents-voice {
    padding: 6rem 0 7.5rem;
    margin-bottom: 8rem;
  }
}

.contents-voice .contents-title {
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contents-voice .contents-title {
    font-size: 6rem;
  }
}

.contents-voice .contents-lead {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .contents-voice .contents-lead {
    margin-bottom: 5.5rem;
  }
}

.contents-voice__question {
  font-size: 2rem;
  color: #0265B4;
  border-bottom: 3px solid #0265B4;
  font-weight: 600;
  margin: 0 auto 3rem;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .contents-voice__question {
    font-size: 3rem;
    border-bottom: 6px solid #0265B4;
    margin: 0 auto 6rem;
  }
}
.contents-voice__question span {
  font-size: 4rem;
  color: #43C1EF;
}

.contents-voice__graph {
  margin: 0 auto 3.5rem;
  display: block;
  max-width: 550px;
}
@media (min-width: 768px) {
  .contents-voice__graph {
    margin: 0 auto 7rem;
  }
}

.contents-voice__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  max-width: 870px;
  margin: 0 auto 3.5rem;
}
@media (min-width: 768px) {
  .contents-voice__box {
    margin: 0 auto 7rem;
  }
}

.contents-voice__item {
  max-width: 370px;
  width: 100%;
}
.contents-voice__item img {
  max-width: 268px;
  margin: 0 auto;
  display: block;
}

.contents-voice__title {
  position: relative;
  padding: 0.5rem;
  display: inline-block;
  border-radius: 5rem;
  background-color: #0265B4;
  line-height: 1.5;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .contents-voice__title {
    margin-bottom: 5rem;
    padding: 1rem;
  }
}
.contents-voice__title span {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .contents-voice__title span {
    font-size: 3rem;
  }
}
.contents-voice__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #0265B4 transparent transparent;
  translate: -50% 100%;
}
.contents-voice__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #0265B4 transparent transparent;
  translate: -50% 100%;
}

.contents-voice__popup .component-button {
  max-width: 368px;
}

.contents-popup {
  display: none;
  place-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100dvw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.8);
}

.contents-popup.active {
  display: grid;
}

.contents-popup img {
  display: block;
  width: 100%;
}

.contents-popup .contents-popup__inner {
  position: relative;
  background: #E0EEFB;
  border: 2px solid #0265B4;
  width: 89.7435897436dvw;
  height: 89.7435897436dvh;
  padding: 2rem 2rem 0;
  border-radius: 0.6rem;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .contents-popup .contents-popup__inner {
    max-width: 1200px;
    height: 640px;
    padding: 5rem 5rem 0;
  }
}

.contents-popup .contents-popup__close {
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 2;
}
@media (min-width: 768px) {
  .contents-popup .contents-popup__close {
    top: 20px;
    right: 20px;
  }
}

.contents-popup .contents-popup__close .contents-popup__close_btn {
  position: relative;
  width: 34px;
  height: 34px;
  background: #0265B4;
  border-radius: 100%;
}

.contents-popup .contents-popup__close .contents-popup__close_btn::before,
.contents-popup .contents-popup__close .contents-popup__close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 3px;
  background-color: #fff;
  transform-origin: center;
}

.contents-popup .contents-popup__close .contents-popup__close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.contents-popup .contents-popup__close .contents-popup__close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.contents-popup .contents-voice__box {
  gap: 3%;
  max-width: inherit;
  align-items: flex-start;
  margin-bottom: 0;
}

.contents-popup .contents-voice__item {
  max-width: none;
}

.contents-popup .contents-voice__title {
  width: 100%;
  display: block;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .contents-popup .contents-voice__title {
    max-width: 306px;
    margin: 0 auto 4rem;
  }
}

.contents-popup .contents-voice__text {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
  padding: 1rem;
  border-radius: 0.6rem;
  background-color: #fff;
  text-align: left;
  line-height: 1.46;
  border-radius: 1rem;
  font-size: 1.5rem;
  display: grid;
  place-content: center;
}
@media (min-width: 768px) {
  .contents-popup .contents-voice__text {
    height: 123px;
  }
}
.contents-popup .contents-voice__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
.contents-popup .contents-voice__text span {
  color: #0265B4;
  display: contents;
}

.contents-day {
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .contents-day {
    margin-bottom: 9rem;
  }
}
.contents-day .contents-inner {
  padding: 0 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .contents-day .contents-inner {
    padding: 0;
    width: 89.7435897436%;
  }
}
.contents-day .contents-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .contents-day .contents-title {
    font-size: 5rem;
  }
}

.contents-day .contents-lead {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .contents-day .contents-lead {
    margin-bottom: 4rem;
  }
}

.contents-day__introduction {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) {
  .contents-day__introduction {
    flex-direction: row;
    gap: 5%;
    margin: 0 auto 6rem;
  }
}

.contents-day__introduction_item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contents-day__introduction_item img {
  width: 104px;
  height: 104px;
}
.contents-day__introduction_item p {
  color: #0265B4;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.contents-day__introduction_item p span {
  font-size: 1.5rem;
  word-break: keep-all;
    overflow-wrap: anywhere;
}

.contents-day__schedule {
  position: relative;
  width: 100%;
}
.contents-day__schedule .swiper {
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
}
.contents-day__schedule .swiper-wrapper {
  align-items: stretch;
}

.contents-day__schedule .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
}
.contents-day__schedule .swiper-button-prev,
.contents-day__schedule .swiper-button-next {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  z-index: 10;
  color: #0265B4;
  width: 15px;
}
@media (min-width: 768px) {
  .contents-day__schedule .swiper-button-prev,
  .contents-day__schedule .swiper-button-next {
    width: 20px;
    top: 50%;
  }
}
.contents-day__schedule .swiper-button-prev {
  left: calc((100% - min(980px, 85%)) / 2 - 25px);
}
.contents-day__schedule .swiper-button-next {
  right: calc((100% - min(980px, 85%)) / 2 - 25px);
}

.contents-day__schedule_item {
  border-radius: 2rem;
  border: 3px solid #0265B4;
  background: #fff;
  padding: 2rem;
  width: 85%;
  max-width: 980px;
  display: flex;
  height: auto;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contents-day__schedule_item {
    padding: 4rem 4rem 0 ;
  }
}
.contents-day__schedule_item .contents-day__introduction_item p {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .contents-day__schedule_item .contents-day__introduction_item p {
    font-size: 3rem;
  }
}
.contents-day__schedule_item .contents-day__introduction_item p span {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .contents-day__schedule_item .contents-day__introduction_item p span {
    font-size: 1.8rem;
  }
}

.contents-day__schedule_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contents-day__schedule_box {
    flex-direction: row;
    gap: 5%;
    margin-bottom: 0px;
  }
}
.contents-day__schedule_box .contents-day__schedule_text {
  flex: 1;
  font-size: 1.5rem;
}

.contents-day__schedule_list {
  display: block;
  padding-left: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .contents-day__schedule_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3%;
    padding: 40px 20px;
  }
}
.contents-day__schedule_list::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 9px;
  width: 2px;
  height: 96%;
  background: #A7D2F4;
}
@media (min-width: 768px) {
  .contents-day__schedule_list::before {
    top: 78px;
    left: 30px;
    width: calc(100% - 67px);
    height: 2px;
  }}

.contents-day__schedule_list_item {
  position: relative;
  margin-bottom: 30px;
  text-align: left;
  display: flex;
  gap: 5%;
}
.contents-day__schedule_list_item:last-child {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .contents-day__schedule_list_item {
    text-align: center;
    margin-bottom: 0;
    display: block;
  }
}
.contents-day__schedule_list_item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -25px;
  transform: none;
  width: 10px;
  height: 10px;
  background: #0265B4;
  border-radius: 50%;
  z-index: 1;
}
@media (min-width: 768px) {
  .contents-day__schedule_list_item::before {
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.contents-day__schedule_list_img::before {
  display: none;
}

.contents-day__schedule_time {
  color: #298EDE;
  font-size: 1.4rem;
}

.contents-day__schedule_content {
  margin-top: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .contents-day__schedule_content {
    margin-top: 4rem;
  }
}
.contents-day__schedule_content p {
  color: #0265B4;
  font-size: 1.6rem;
  text-align: justify;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .contents-day__schedule_content p {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.contents-day__schedule_content p span{
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .contents-day__schedule_img_content {
    margin-top: 7rem;
  }
}
.contents-day__schedule_img_content img {
  max-width: 222px;
  border-radius: 8px;
  max-width: 100%;
}
.contents-day__schedule_img_content::before {
  display: none;
}

.contents-message {
  background-color: rgba(2, 101, 180, 0.16);
  padding: 0 3rem 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .contents-message {
    padding: 6rem 0 10rem;
    margin-bottom: 10rem;
  }
}
.contents-message .contents-title {
  background: url(/recruitment/kousen/_assets/img/img-message.svg) no-repeat;
  background-position: 50% 0%;
  font-size: 2.5rem;
  margin-bottom: 3.8rem;
  padding-top: 7rem;
}
@media (min-width: 768px) {
  .contents-message .contents-title {
    font-size: 5rem;
    margin-bottom: 5.5rem;
  }
}

.contents-message__list {
  position: relative;
  width: 100%;
}
.contents-message__list .swiper {
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
}
.contents-message__list .swiper .swiper-wrapper {
  margin-bottom: 3rem;
  align-items: stretch;
}
@media (min-width: 768px) {
  .contents-message__list .swiper .swiper-wrapper {
    margin-bottom: 6rem;
  }
}
.contents-message__list .swiper-button-prev,
.contents-message__list .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #0265B4;
  width: 15px;
}
@media (min-width: 768px) {
  .contents-message__list .swiper-button-prev,
  .contents-message__list .swiper-button-next {
    width: 20px;
  }
}
.contents-message__list .swiper-button-prev {
  left: -20px;
  right: auto;
}
@media (min-width: 580px) {
  .contents-message__list .swiper-button-prev {
    left: calc(50% - 250px);
  }
}
.contents-message__list .swiper-button-next {
  right: -20px;
}
@media (min-width: 580px) {
  .contents-message__list .swiper-button-next {
    left: calc(50% + 230px);
    right: auto;
  }
}

.contents-message__list .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -15px;
}
.contents-message__list .swiper-pagination-bullet {
  background: #A7C6E0;
  opacity: 1;

}
.contents-message__list .swiper-pagination-bullet-active {
  background: #0265B4;
}

.contents-message__list_item {
  border: 3px solid #0265B4;
  border-radius: 2rem;
  background-color: #EDF5FD;
  padding: 1.5rem;
  width: 100%;
  max-width: 450px;
  height: auto;
}
@media (min-width: 768px) {
  .contents-message__list_item {
    padding: 3rem;
  }
}

.contents-message__title {
  color: #0265B4;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .contents-message__title {
    font-size: 2rem;
  }
}

.contents-message__text {
  font-size: 1.4rem;
}

.contents-support {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .contents-support {
    margin-bottom: 10rem;
  }
}
.contents-support .contents-text {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .contents-support .contents-text {
    margin-bottom: 3rem;
  }
}

.contents-support__movie {
  border-top: 1px solid #0265B4;
  border-bottom: 1px solid #0265B4;
  background-color: #EDF5FD;
  padding: 2.5rem;
}
@media (min-width: 768px) {
  .contents-support__movie {
    padding: 5rem 0;
  }
}

.contents-support__movie_title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
  color: #0265B4;
  text-align: center;
}
@media (min-width: 768px) {
  .contents-support__movie_title {
    font-size: 3rem;
  }
}

.contents-support__movie_text {
  font-size: 1.4rem;
  text-align: center;
}

.contents-info .contents-inner {
  background-color: #FFFFFF;
  border-radius: 2rem;
  padding: 2.5rem;
}
@media (min-width: 768px) {
  .contents-info .contents-inner {
    max-width: 1200px;
    padding: 5rem 7.5rem;
  }
}

.contents-info__box {
  display: flex;
  text-align: center;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .contents-info__box {
    flex-direction: row;
    margin-bottom: 2rem;
  }
}
.contents-info__box .component-button {
  width: 100%;
}
@media (min-width: 768px) {
  .contents-info__box .component-button {
    margin-bottom: 1.2rem;
  }
}

.contents-info_title {
  font-size: 2rem;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
  color: #0265B4;
  font-weight: bold;
}
@media (min-width: 768px) {
  .contents-info_title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

.contents-info__text {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .contents-info__text {
    margin-bottom: 4rem;
  }
}

.contents-info__event {
  width: 100%;
  border-bottom: 1px solid #707070;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .contents-info__event {
    border-right: 1px solid #707070;
    border-bottom: none;
    width: 50%;
    padding-right: 7.5rem;
  }
}
.contents-info__event .component-button {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .contents-info__event .component-button {
    margin-bottom: 0rem;
  }
}

.contents-info__entry {
  width: 100%;
}
@media (min-width: 768px) {
  .contents-info__entry {
    width: 50%;
    padding-left: 7.5rem;
  }
}

.contents-info__inquiry {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
  background: #F7F7F7;
  border-radius: 0.5rem;
  max-width: 1040px;
  padding: 2rem 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .contents-info__inquiry {
    flex-direction: row;
    gap: 5%;
    padding: 2.5rem 8.5rem;
  }
}

.contents-info__inquiry_left .contents-info__inquiry_title {
  color: #0265B4;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contents-info__inquiry_left .contents-info__inquiry_title {
    font-size: 1.8rem;
  }
}
.contents-info__inquiry_left .contents-info__inquiry_text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.78;
}

.contents-info__inquiry_right .contents-info__inquiry_address {
  color: #0265B4;
  font-size: 1.5rem;
}
.contents-info__inquiry_right .contents-info__inquiry_mailaddress {
  font-size: 1.8rem;
  color: #0265B4;
}
@media (min-width: 768px) {
  .contents-info__inquiry_right .contents-info__inquiry_mailaddress {
    font-size: 2.6rem;
  }
}
.contents-info__inquiry_right .contents-info__inquiry_cap {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .contents .component-entory .component-entory__buttons .component-button .component-button__inner{
    padding: 1.3rem;
  }
}
/*# sourceMappingURL=style.css.map */