@keyframes slider {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p_jyuken {
  overflow: hidden;
}
.p_jyuken_mv {
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_mv {
    padding-top: 51px;
  }
}
.p_jyuken_mv__slide {
  display: flex;
  overflow: hidden;
  font-size: 1.25rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p_jyuken_mv__slide {
    font-size: 2.5rem;
  }
}
.p_jyuken_mv__list {
  display: flex;
  padding-right: 0.5em;
  gap: 0.5em;
  flex-shrink: 0;
  animation: slider 30s linear 0s infinite;
}
.p_jyuken_mv__item {
  flex-shrink: 0;
  display: grid;
  gap: 0.5em;
  grid-template-columns: 12.5em 6em 8.425em 6em 6em;
  grid-template-rows: 4.5em 2.5em 4.5em;
}
.p_jyuken_mv__item_img:nth-child(1) {
  grid-row: 1/4;
}
.p_jyuken_mv__item_img:nth-child(3) {
  grid-row: 2/4;
}
.p_jyuken_mv__item_img:nth-child(4) {
  grid-row: 1/4;
}
.p_jyuken_mv__item_img:nth-child(5) {
  grid-row: 1/3;
  grid-column: 4/6;
}
.p_jyuken_mv__item_img img {
  border-radius: 0.5em;
}
.p_jyuken_mv__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(36%);
  z-index: 3;
}
.p_jyuken_mv__content_flex {
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  line-height: 1;
  justify-content: center;
}
.p_jyuken_mv__content_flex > * {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5166666667em;
  width: 1.5em;
  font-size: 1.875rem;
  font-size: clamp(1.375rem, 6.875vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p_jyuken_mv__content_flex > * {
    font-size: 3.75rem;
    font-size: clamp(2.8125rem, 4.5180722892vw + 0.6438253012rem, 3.75rem);
  }
}
.p_jyuken_mv__content_flex > *:not(:last-child) {
  margin-right: 0.1666666667em;
}
.p_jyuken_mv__content_txt01 {
  background-color: #FFDC00;
}
.p_jyuken_mv__content_txt02 {
  background-color: white;
}
.p_jyuken_banner {
  background-color: #F1F5F5;
  padding: 30px 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: right center;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p_jyuken_banner {
    padding: 49px 72px 52px 60px;
    left: 6px;
    max-width: 700px;
  }
}
.p_jyuken_banner::after {
  content: "";
  position: absolute;
  height: 130px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p_jyuken_banner::after {
    height: 231px;
  }
}
.p_jyuken_banner01::after {
  background-image: url(../images/jyuken/icon_03.svg);
  bottom: 0;
  right: 0;
  transform: translate(50%, 8%);
}
@media screen and (min-width: 768px) {
  .p_jyuken_banner01::after {
    transform: translate(40%, 8%);
    width: 113px;
  }
}
.p_jyuken_banner02::after {
  background-image: url(../images/jyuken/icon_04.svg);
  bottom: 0;
  left: 0;
  transform: translate(-50%, 12%);
}
@media screen and (min-width: 768px) {
  .p_jyuken_banner02::after {
    transform: translate(-74%, 12%);
    width: 77px;
  }
}
.p_jyuken_banner ~ .p_jyuken_banner {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_banner ~ .p_jyuken_banner {
    margin-top: 100px;
  }
}
.p_jyuken_banner__desc {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_banner__desc {
    margin-bottom: 30px;
  }
}
.p_jyuken_sect01 {
  background-color: #F1F5F5;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect01 .c_ttlh2 {
    margin-bottom: 20px;
  }
}
.p_jyuken_sect01_main {
  position: relative;
  padding: 90px 0 70px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect01_main {
    padding: 91px 0 89px;
  }
}
.p_jyuken_sect01_main::after, .p_jyuken_sect01_main::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  z-index: 2;
}
.p_jyuken_sect01_main::after {
  background-image: url(../images/jyuken/icon_02.svg);
  bottom: 0;
  left: 0;
  transform: translate(-18%, 43%);
  width: 120px;
  height: 100px;
  background-position: left center;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect01_main::after {
    width: 232px;
    height: 202px;
    height: clamp(10rem, 12.6506024096vw + 3.9277108434rem, 12.625rem);
    left: auto;
    right: calc(50% + 313px);
    right: calc(50% + clamp(8.75rem, 52.1084337349vw + -16.2620481928rem, 19.5625rem));
    transform: translate(0, 34%);
  }
}
.p_jyuken_sect01_main::before {
  background-image: url(../images/jyuken/icon_01.svg);
  top: 0;
  right: 0;
  transform: translate(19%, -8%);
  width: 100px;
  height: 120px;
  background-position: right center;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect01_main::before {
    right: auto;
    left: calc(50% + 235px);
    left: calc(50% + clamp(7.0625rem, 36.7469879518vw + -10.5760542169rem, 14.6875rem));
    width: 266px;
    height: 318px;
    height: clamp(13.8125rem, 29.2168674699vw + -0.2115963855rem, 19.875rem);
    transform: translate(0%, -27%);
  }
}
.p_jyuken_sect01_lead {
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #707070;
  background-color: #FCD1D1;
  padding: 15px 20px;
  margin-bottom: 40px;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect01_lead {
    padding: 23px 31px;
    margin-bottom: 71px;
  }
}
.p_jyuken_sect01_lead.u-syutugan {
  margin-bottom: 10px;
}
.p_jyuken_sect01_list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect01_list {
    margin-top: 22px;
  }
}
.p_jyuken_sect01_item {
  padding: 15px 30px 15px 20px;
  border-radius: 15px;
  background-color: white;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect01_item {
    justify-content: flex-start;
    flex-direction: row;
    border-radius: 20px;
    align-items: center;
    padding: 22px 50px 21px 30px;
  }
}
.p_jyuken_sect01_item::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/common/icon_arrow_next.svg);
  width: 8px;
  height: 13px;
  position: absolute;
  right: 20px;
}
.p_jyuken_sect01_item:not(:last-child) {
  margin-bottom: 10px;
}
.p_jyuken_sect01_item__time {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect01_item__time {
    font-size: 0.875rem;
    margin-right: 32px;
    margin-bottom: 0;
    line-height: 1;
  }
}
.p_jyuken_sect01_item__desc {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.p_jyuken_sect01_btn {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect01_btn {
    margin-top: 60px;
  }
}
.p_jyuken_sect02 {
  padding: 80px 0 80px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect02 {
    padding: 100px 0 172px;
  }
}
.p_jyuken_sect02_block {
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect02_block {
    margin-top: 53px;
  }
}
.p_jyuken_sect02_block + .p_jyuken_sect02_block {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect02_block + .p_jyuken_sect02_block {
    margin-top: 59px;
  }
}
.p_jyuken_sect02_block .c_ttlh2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect02_block .c_ttlh2 {
    margin-bottom: 42px;
  }
}
.p_jyuken_sect02_block__btns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect02_block__btns {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 40px;
  }
}
.p_jyuken_sect03 {
  background-color: #80CEE2;
  padding: 50px 0 70px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect03 {
    padding: 105px 0 140px;
  }
}
.p_jyuken_sect03_intro {
  color: white;
}
.p_jyuken_sect03_ttl {
  font-weight: bold;
  line-height: 1.7857142857;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect03_ttl {
    margin-bottom: 25px;
  }
}
.p_jyuken_sect03_desc {
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect03_desc {
    margin-bottom: 38px;
  }
}
.p_jyuken_sect03_videos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(clamp(280px, 87.5vw, 320px), 1fr));
  gap: 30px 20px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect03_videos {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
  }
}
.p_jyuken_sect03_video__img {
  position: relative;
  z-index: 0;
}
.p_jyuken_sect03_video__img::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 10px;
  height: 40px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/jyuken/icon_play.svg);
  transform: translateY(-60%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect03_video__img::after {
    height: 50px;
    width: 50px;
  }
}
.p_jyuken_sect03_video__img.active::after {
  display: none;
}
.p_jyuken_sect03_video__img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p_jyuken_sect03_video__txt {
  font-weight: bold;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect03_video__txt {
    margin-top: 30px;
  }
}
.p_jyuken_sect03_box {
  background-color: white;
  border-radius: 15px;
  margin: 70px auto 0;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect03_box {
    margin-top: 107px;
    border-radius: 20px;
    max-width: 920px;
    padding: 55px 60px 77px;
  }
}
.p_jyuken_sect03_box__ttl {
  line-height: 1.7857142857;
  font-weight: bold;
  text-align: center;
  color: #80CEE2;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect03_box__ttl {
    margin-bottom: 36px;
  }
}
.p_jyuken_sect03_box__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 30px 20px;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect03_box__list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 36px 40px;
  }
}
@media (hover: hover) {
  .p_jyuken_sect03_box__item:hover .p_jyuken_sect03_box__desc::after {
    transform: translateX(5px);
  }
}
.p_jyuken_sect03_box__desc {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect03_box__desc {
    margin-top: 16px;
  }
}
.p_jyuken_sect03_box__desc::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/common/icon_arrow_next.svg);
  width: 8px;
  height: 13px;
  flex-shrink: 0;
  margin-left: 10px;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p_jyuken_sect03_box__desc::after {
    margin-left: 16px;
  }
}

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