@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : kyoto.css                                  */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
#kyoto {
  background: #fbfbfa;
}

.ohs_link_btn li a {
  background: #fff;
  border: 2px solid #1D5DD5;
  color: #1D5DD5;
}
.ohs_link_btn li:nth-child(3) a {
  background: #1D5DD5;
  color: #fff;
}
.ohs_link_btn li.list_inquiry a {
  background: #EBFA3B;
  color: #1D5DD5;
}

#container {
  background: url(/kyoto/img/bg_voice.jpg) repeat;
  background-size: 120px 120px;
}

.page-mv {
  margin-top: 120px;
}
.page-mv img {
  height: auto;
  object-fit: contain;
}

.note {
  font-size: 14px;
}
.note a {
  color: #1D5DD5;
  text-decoration: underline;
}

.lead_sec {
  position: relative;
  background: #FCFCFB;
  text-align: center;
  padding: 150px 0 120px;
}
.lead_sec::before, .lead_sec::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
}
.lead_sec::before {
  top: 10%;
  right: -5%;
  background: url(../../../kyoto/img/bg_item01.png) no-repeat top center/contain;
  width: 45.88%;
  max-width: 780px;
  aspect-ratio: 2/1;
}
.lead_sec::after {
  left: -15%;
  bottom: 25%;
  background: url(../../../kyoto/img/bg_item02.png) no-repeat top center/contain;
  width: 49.06%;
  max-width: 834px;
  aspect-ratio: 278/115;
}
.lead_sec .lead_sec_inner {
  position: relative;
  z-index: 2;
}
.lead_sec .lead {
  font-size: 20px;
  line-height: 2.5;
}

.ohs_link_btn {
  position: relative;
  margin: 100px auto 0;
  z-index: 2;
}

.sec_title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
}

.point_sec {
  background: url(/kyoto/img/backdrop.jpg);
  background-size: 100%;
  padding: 120px 0;
  padding-top: 120px;
}
.point_sec .head_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.point_sec .splide_wrap {
  position: relative;
}
.point_sec .splide_wrap::before {
  content: "";
  position: absolute;
  left: -24px;
  top: -25px;
  width: 9%;
  aspect-ratio: 105/532;
  background: url(/kyoto/img/img_roll@2x.png) no-repeat center/contain;
  z-index: 2;
}
.point_sec .splide {
  overflow-x: hidden;
  background: #F4F3EC;
  padding: 20px 7.69%;
  margin-right: calc(50% - 50vw);
  margin-top: 50px;
  box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.point_sec .splide__track {
  overflow: visible;
}
.point_sec .splide__slide img {
  width: 100%;
}
.point_sec .splide__pagination {
  position: static;
}
.point_sec .splide__pagination__page {
  background: #bfbfbf;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  transform: none;
}
.point_sec .splide__pagination__page.is-active {
  background: #9D8C3D;
}

.arrows .splide__arrow {
  position: static;
  opacity: 1;
  transform: none;
}
.arrows .splide__arrow:hover:not(:disabled) {
  opacity: 0.7;
}
.arrows .splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrows {
  display: flex;
  gap: 0 20px;
}

.splide__arrow {
  width: 80px;
  height: 80px;
}
.splide__arrow svg {
  display: none;
}

.splide__arrow--prev {
  background: url(/kyoto/img/arrow_l.svg) no-repeat center/contain;
}

.splide__arrow--next {
  background: url(/kyoto/img/arrow_r.svg) no-repeat center/contain;
}

.new_course_sec {
  position: relative;
  background: #FCFCFB;
  padding: 120px 0;
}
.new_course_sec::before, .new_course_sec::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
}
.new_course_sec::before {
  top: 10%;
  right: -20%;
  background: url(../../../kyoto/img/bg_item03.png) no-repeat top center/contain;
  width: 49.06%;
  max-width: 834px;
  aspect-ratio: 278/115;
}
.new_course_sec::after {
  left: -5%;
  bottom: 5%;
  background: url(../../../kyoto/img/bg_item04.png) no-repeat top center/contain;
  width: 45.88%;
  max-width: 780px;
  aspect-ratio: 2/1;
}
.new_course_sec .new_course_sec_inner {
  position: relative;
  z-index: 2;
}
.new_course_sec .sec_title {
  text-align: center;
}
.new_course_sec .bnr_list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  margin-top: 50px;
}
.new_course_sec .note {
  margin-top: 10px;
}

.voice_sec {
  position: relative;
  padding: 120px 0 100px;
  z-index: 1;
}
.voice_sec::before, .voice_sec::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
}
.voice_sec::before {
  top: 8%;
  right: -18%;
  background: url(../../../kyoto/img/bg_item_white01.png) no-repeat top center/contain;
  width: 49.06%;
  max-width: 834px;
  aspect-ratio: 278/115;
}
.voice_sec::after {
  left: -10%;
  bottom: 8%;
  background: url(../../../kyoto/img/bg_item_white02.png) no-repeat top center/contain;
  width: 45.88%;
  max-width: 780px;
  aspect-ratio: 2/1;
}
.voice_sec .voice_sec_inner {
  position: relative;
  z-index: 3;
}
.voice_sec .sec_title {
  text-align: center;
}
.voice_sec .lead {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
}
.voice_sec .satisfaction {
  text-align: center;
  margin-top: 50px;
}
.voice_sec .tab_wrap {
  margin-top: 28px;
}
.voice_sec .tab_wrap .tab_list {
  display: flex;
  gap: 0 1.61%;
}
.voice_sec .tab_wrap .tab_list .tab_item {
  position: relative;
  width: 32.26%;
  background: #D1CDC2;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #757575;
  padding: 20px 10px;
  cursor: pointer;
}
.voice_sec .tab_wrap .tab_list .tab_item.active {
  background: #857736;
  color: #fff;
}
.voice_sec .tab_wrap .tab_list .tab_item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #857736;
  border-bottom: 0;
  border-radius: 3px;
}
.voice_sec .tab_wrap .tab_content {
  margin-top: 30px;
}
.voice_sec .tab_wrap .tab_panel {
  display: none;
}
.voice_sec .tab_wrap .tab_panel.active {
  display: block;
  padding: 50px;
  height: 375px;
  overflow-y: scroll;
  background: #fff;
  border-radius: 20px;
}
.voice_sec .tab_wrap .tab_panel.active .tab_panel_item {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 12.57% 85.66%;
  gap: 0 1.77%;
  border-top: 1px solid #C9C9CA;
  padding: 30px 0;
}
.voice_sec .tab_wrap .tab_panel.active .tab_panel_item:first-of-type {
  border-top: none;
  padding-top: 0;
}
.voice_sec .tab_wrap .tab_panel.active .tab_panel_item .img {
  grid-row: 1/3;
  grid-column: 1/2;
}
.voice_sec .tab_wrap .tab_panel.active .tab_panel_item .head {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 24px;
}
.voice_sec .tab_wrap .tab_panel.active .tab_panel_item .text {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: 18px;
  margin-top: 20px;
}

.other_bnr_sec {
  position: relative;
  padding-bottom: 120px;
  z-index: 1;
}
.other_bnr_sec::before, .other_bnr_sec::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
}
.other_bnr_sec::before {
  top: 8%;
  right: -20%;
  background: url(../../../kyoto/img/bg_item_white01.png) no-repeat top center/contain;
  width: 49.06%;
  max-width: 834px;
  aspect-ratio: 278/115;
}
.other_bnr_sec::after {
  left: -5%;
  bottom: -30%;
  background: url(../../../kyoto/img/bg_item_white02.png) no-repeat top center/contain;
  width: 45.88%;
  max-width: 780px;
  aspect-ratio: 2/1;
}
.other_bnr_sec .other_bnr_sec_inner {
  position: relative;
  z-index: 3;
}
.other_bnr_sec .bnr {
  text-align: center;
}
.other_bnr_sec .ohs_link_btn {
  position: relative;
  z-index: 99;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  #container {
    background-size: 60px 60px;
  }
  .page-mv {
    margin-top: 84px;
  }
  .note {
    font-size: 13px;
  }
  .lead_sec {
    padding: 40px 0 50px;
  }
  .lead_sec::before {
    top: 10%;
    right: -5%;
    width: 87.44%;
  }
  .lead_sec::after {
    left: -15%;
    bottom: 25%;
    width: 93.48%;
  }
  .lead_sec .lead {
    text-align: left;
    font-size: 13px;
  }
  .ohs_link_btn {
    margin: 30px auto 0;
  }
  .sec_title {
    font-size: 22px;
  }
  .point_sec {
    background-size: 250%;
    padding: 50px 0;
  }
  .point_sec .splide_wrap::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -5px;
    width: 10.5%;
  }
  .point_sec .splide {
    padding: 5px 2% 5px 9%;
    margin-right: calc(50% - 50vw);
    margin-top: 25px;
    box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .point_sec .splide__pagination {
    position: static;
    gap: 0 5px;
    padding: 0 10px;
  }
  .point_sec .splide__pagination li {
    width: 30%;
  }
  .point_sec .splide__pagination__page {
    width: 100%;
    height: 4px;
  }
  .splide__arrows {
    gap: 0 10px;
  }
  .splide__arrow {
    width: 44px;
    height: 44px;
  }
  .new_course_sec {
    padding: 60px 0;
  }
  .new_course_sec::before {
    top: 10%;
    right: -20%;
    width: 87.44%;
  }
  .new_course_sec::after {
    left: -5%;
    bottom: 5%;
    width: 93.48%;
  }
  .new_course_sec .new_course_sec_inner {
    position: relative;
    z-index: 2;
  }
  .new_course_sec .sec_title {
    text-align: center;
  }
  .new_course_sec .bnr_list {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    margin-top: 25px;
  }
  .new_course_sec .note {
    margin-top: 10px;
  }
  .voice_sec {
    position: relative;
    padding: 50px 0;
    z-index: 2;
  }
  .voice_sec::before {
    top: 9%;
    right: -30%;
    background: url(../../../kyoto/img/bg_item_white01.png) no-repeat top center/contain;
    width: 87.44%;
    max-width: 362px;
    aspect-ratio: 278/115;
  }
  .voice_sec::after {
    left: -30%;
    top: 35%;
    bottom: auto;
    background: url(../../../kyoto/img/bg_item_white02.png) no-repeat top center/contain;
    width: 93.48%;
    max-width: 387px;
    aspect-ratio: 2/1;
  }
  .voice_sec .voice_sec_inner {
    position: relative;
    z-index: 3;
  }
  .voice_sec .sec_title {
    text-align: center;
  }
  .voice_sec .lead {
    font-size: 22px;
    margin-top: 20px;
  }
  .voice_sec .satisfaction {
    margin-top: 38px;
  }
  .voice_sec .tab_wrap {
    margin-top: 20px;
  }
  .voice_sec .tab_wrap .tab_list {
    gap: 0 1.6%;
  }
  .voice_sec .tab_wrap .tab_list .tab_item {
    width: 32.8%;
    border-radius: 10px;
    font-size: 15px;
    padding: 10px 5px;
  }
  .voice_sec .tab_wrap .tab_list .tab_item.active::after {
    bottom: -8px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #857736;
  }
  .voice_sec .tab_wrap .tab_content {
    margin-top: 15px;
  }
  .voice_sec .tab_wrap .tab_panel.active {
    padding: 25px;
    height: 480px;
    border-radius: 10px;
  }
  .voice_sec .tab_wrap .tab_panel.active .tab_panel_item {
    grid-template-columns: 25.08% 71.79%;
    gap: 0 3.13%;
    padding: 15px 0;
  }
  .voice_sec .tab_wrap .tab_panel.active .tab_panel_item .img {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .voice_sec .tab_wrap .tab_panel.active .tab_panel_item .head {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 18px;
    line-height: 1.5;
  }
  .voice_sec .tab_wrap .tab_panel.active .tab_panel_item .text {
    grid-row: 2/3;
    grid-column: 1/3;
    font-size: 14px;
    margin-top: 10px;
  }
  .other_bnr_sec {
    padding-bottom: 50px;
  }
  .other_bnr_sec::before {
    top: -40%;
    right: -40%;
    background: url(../../../kyoto/img/bg_item_white01.png) no-repeat top center/contain;
    width: 87.44%;
    max-width: 362px;
    aspect-ratio: 278/115;
  }
  .other_bnr_sec::after {
    left: -50%;
    bottom: 30%;
    background: url(../../../kyoto/img/bg_item_white02.png) no-repeat top center/contain;
    width: 93.48%;
    max-width: 387px;
    aspect-ratio: 2/1;
  }
  .other_bnr_sec .other_bnr_sec_inner {
    position: relative;
    z-index: 3;
  }
  .other_bnr_sec .bnr {
    text-align: center;
  }
  .other_bnr_sec .ohs_link_btn {
    position: relative;
    z-index: 99;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=kyoto.css.map */