@charset "UTF-8";

/*-------------------------------------------------------------------*/
/* voice */
/*-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .voice {
    justify-content: space-between;
    align-items: center;
  }
}

.voice-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice-wrap {
    max-width: 360px;
    margin: 0 auto 20px;
  }
}
.voice-img {
  width: 100%;
  height: auto
}
@media screen and (max-width: 767px) {
  .voice-img {
    width: 210px;
  }
}

.voice-img img {
  width: 100%;
}
.voice-ttl {
  position: absolute;
  top: 50%;
  right: -15%;
}
@media screen and (max-width: 767px) {
  .voice-ttl {
    right: 10px;
  }
}

.voice-ttl ._lead {
  font-size: 30px;
  font-weight: bold;
  white-space: normal;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .voice-ttl ._lead {
    font-size: 20px;
  }
}

.voice-ttl ._small01 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .voice-ttl ._small01 {
    font-size: 16px;
  }
}

.voice-notes01 {
  display: flex;
  justify-content: right;
  margin-top: 20px;
}

/*-------------------------------------------------------------------*/
/* block: flow2601 */
/*-------------------------------------------------------------------*/
#contents .flow2601 {
  padding: 0 0 50px;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  #contents .flow2601 {
    padding: 0 0 30px;
  }
  #contents .flow2601 .wrap {
    padding: 0 15px;
  }
}
#contents .flow2601__in {
  position: relative;
  margin: -30px 0 0;
}
@media screen and (max-width: 767px) {
  #contents .flow2601__in {
    margin: -3px 0 0;
  }
}
#contents .flow2601__t {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: calc(26 / 16);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents .flow2601__t {
    margin: 0 0 16px;
    font-size: clamp(14px / 375 * 320, 14 / 375 * 100vw, 14px);
    line-height: calc(22 / 14);
  }
  #contents .flow2601__t > span {
    display: inline-block;
  }
}
#contents .flow2601__bd {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contents .flow2601__bd {
    padding: 0 0 10px;
    overflow-x: auto;
    overflow-y: clip;
  }
}
#contents .flow2601__ls {
  display: flex;
  gap: 0 calc(30 / 1420 * 100%);
}
@media screen and (max-width: 767px) {
  #contents .flow2601__ls {
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media screen and (min-width: 768px) {
  #contents .flow2601__ls > div {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    width: calc(440 / 1420 * 100%);
  }
}
@media screen and (max-width: 767px) {
  #contents .flow2601__ls .slick-track {
    display: flex;
  }
  #contents .flow2601__ls .slick-list {
    width: 100%;
    padding: 0 30px !important;
    margin: 0 0 28px;
  }
  #contents .flow2601__ls .slick-slide {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0 10px;
  }
  #contents .flow2601__ls .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 17px;
  }
  #contents .flow2601__ls .slick-dots > li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  #contents .flow2601__ls .slick-dots > li button {
    overflow: hidden;
    -webkit-appearance: none;
            appearance: none;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 1px solid #004697;
    border-radius: 50%;
    background: #fff;
    text-indent: -999px;
  }
  #contents .flow2601__ls .slick-dots > li.slick-active button {
    background: #004697;
  }
  #contents .flow2601__ls .slick-arrow {
    -webkit-appearance: none;
            appearance: none;
    position: absolute;
    bottom: 0;
    display: block;
    width: 12px;
    height: 17px;
    padding: 0;
    border: none;
    font-size: 0;
    line-height: 0;
    background: transparent;
  }
  #contents .flow2601__ls .slick-arrow.slick-next {
    right: 15px;
  }
  #contents .flow2601__ls .slick-arrow.slick-prev {
    left: 15px;
    transform: rotate(180deg);
  }
  #contents .flow2601__ls .slick-arrow::before {
    content: '\e900';
    color: #004697;
    font-size: 17px;
    line-height: 1;
    font-family: 'icon';
  }
}
#contents .flow2601__ls__n {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  #contents .flow2601__ls__n {
    margin: 0 0 -4px;
  }
}
#contents .flow2601__ls__n > span {
  display: block;
  color: #074696;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  line-height: calc(45 / 30);
}
@media screen and (max-width: 767px) {
  #contents .flow2601__ls__n > span {
    line-height: calc(37 / 25);
  }
}
#contents .flow2601__ls__n > span.is-s {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  #contents .flow2601__ls__n > span.is-s {
    font-size: clamp(20px / 375 * 320, 20 / 375 * 100vw, 20px);
  }
}
#contents .flow2601__ls__n > span.is-l {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #contents .flow2601__ls__n > span.is-l {
    font-size: clamp(25px / 375 * 320, 25 / 375 * 100vw, 25px);
  }
}
#contents .flow2601__ls__in {
  flex: 1 1 auto;
  border-radius: 10px;
  overflow: clip;
  background: #fff;
}
#contents .flow2601__ls__p {
  width: 100%;
  aspect-ratio: 440/262;
}
@media screen and (max-width: 767px) {
  #contents .flow2601__ls__p {
    aspect-ratio: 290/170;
  }
}
#contents .flow2601__ls__p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contents .flow2601__ls__i {
  padding: 21px 20px 36px;
}
@media screen and (max-width: 767px) {
  #contents .flow2601__ls__i {
    padding: 15px clamp(15px / 375 * 320, 15 / 375 * 100vw, 15px);
  }
}
#contents .flow2601__ls__i__tt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin: 0 0 7px;
  padding: 0 0 1px;
  background: #074696;
}
@media screen and (max-width: 767px) {
  #contents .flow2601__ls__i__tt {
    height: 33px;
    margin: 0 0 6px;
  }
}
#contents .flow2601__ls__i__tt > span {
  display: block;
  color: #fff;
  font-size: clamp(20px / 1600 * 1280, 20 / 1600 * 100vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #contents .flow2601__ls__i__tt > span {
    font-size: clamp(16px / 375 * 320, 16 / 375 * 100vw, 16px);
  }
}
#contents .flow2601__ls__i__tt > span > span {
  font-size: clamp(16px / 1600 * 1280, 16 / 1600 * 100vw, 16px);
}
@media screen and (max-width: 767px) {
  #contents .flow2601__ls__i__tt > span > span {
    font-size: clamp(11px / 375 * 320, 11 / 375 * 100vw, 11px);
  }
}
#contents .flow2601__ls__i__t {
  margin: -2px 0;
  font-size: 16px;
  line-height: calc(28 / 16);
}
@media screen and (max-width: 767px) {
  #contents .flow2601__ls__i__t {
    margin: 0;
    font-size: clamp(14px / 375 * 320, 14 / 375 * 100vw, 14px);
    line-height: calc(22 / 14);
  }
}
