/* ------------------------------------------------------------------------------------------------ */
/* 既存css変更 */
main .grid .m-page {
  margin-top: 5.8vw !important;
  width: auto !important;
}

body,
.entry-title a,
:root .has-primary-color {
  color: #333333 !important;
}

html {
  background-color: #ffffff;
}

/* ------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------ */
/* 共通 */
.sp__only {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp__only {
    display: block;
  }

  .pc__only {
    display: none;
  }
}

/* ------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------ */
/* responsive用 */
.news__banner .news__flex .left__flex .news__title.tab__768 {
  display: none;
}

.sec3 .link__flex.sp__only {
  display: none;
}

.sec8 .link__flex.sp__only {
  display: none;
}

.sec9 .link__box.sp__only {
  display: none;
}

/* ------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------ */
/* top & slick*/
/* ------------------------------------------------------------------------------------------ */
.top {
  background: linear-gradient(#ffffff 50%, #edf9ff 50%);
  width: 100%;
  position: relative;
}

.top .slick__box .slick__img {
  padding: 0 30px;
}

.top .slick__box .slick__img img {
  width: 100%;
  width: 90vw;
  max-width: 1440px;
  height: auto;
  max-height: unset;
  border-radius: 30px;
}

/* ------------------------------------------------------------------------------------------ */
/* news__banner */
/* ------------------------------------------------------------------------------------------ */
.news__banner {
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
  margin: auto;
  width: 72%;
  max-width: 1296px;
  background-color: #ffffff;
  border-radius: 60px;
  box-shadow: 0px 10px 20px #00000014;
}

.news__banner .news__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news__banner .news__flex .left__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 120px);
}

.news__banner .news__flex .left__flex .news__title {
  font-size: 1.33vw;
  letter-spacing: 0.01em;
  line-height: 2.208;
  /* padding: 1.2vw 3.333vw 1.2vw 4.44vw; */
  position: relative;
  width: 160px;
  padding: 20px 0;
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .news__banner .news__flex .left__flex .news__title {
    padding: 15px 40px 15px 40px;
    font-size: 18px;
  }
}

.news__banner .news__flex .left__flex .news__title::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 60px;
  background-color: #dddddd;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.news__banner .news__flex .left__flex .news__contents {
  display: flex;
  align-items: center;
  /* padding-left: 40px; */
  padding-left: 2.22vw;
  width: calc(100% - 160px);
}

.news__banner .news__flex .left__flex .news__contents .date {
  font-size: 16px;
  line-height: 1.68;
  padding-right: 30px;
  width: 120px;
}

.news__banner .news__flex .left__flex .news__contents .contents {
  font-size: 16px;
  font-size: calc(12px + 4 * (100vw - 320px) / 1046);
  width: calc(100% - 120px);
  line-height: 1.5;
  padding: 10px 0;
}

@media screen and (min-width: 1440px) {
  .news__banner .news__flex .left__flex .news__contents .contents {
    font-size: 16px;
  }
}

.news__banner .news__flex .banner__right {
  font-size: 16px;
  position: relative;
  padding-right: 30px;
  margin-right: 40px;
  width: 120px;
  margin-left: 20px;
}

.news__banner .news__flex .banner__right::after {
  position: absolute;
  content: '';
  background-image: url(../img/front_n/top__arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* ------------------------------------------------------------------------------------------ */
/* main__inner */
main .grid .m-page .main__inner {
  width: 56.66vw;
  max-width: 1020px;
}

/* ------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------ */
/* sec1 */
/* .sec1 {
  width: 85%;
  max-width: 1020px;
} */

.sec1 .sec1__top {
  background-image: url(../img/front_n/mask__group1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* width: 100%; */
  width: 56.66vw;
  /* height: 230px; */
  height: 12.777vw;
  text-align: center;
}

.sec1 .sec1__top .sec1__title {
  /* font-size: 32px; */
  font-size: 1.777778vw;
  line-height: 1.875;
  letter-spacing: 0.01em;
}

.sec1 .sec1__top .sec1__title span {
  /* font-size: 45px; */
  font-size: 2.5vw;
}

.sec1 .sec1__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* width: 100%; */
  width: 56.66vw;
}

.sec1 .sec1__contents .contents {
  background-color: #d6f0fc;
  border-radius: 30px;
  width: 32.35%;
  text-align: center;
  padding: 35px 0;
  margin-bottom: 15px;
}

.sec1 .sec1__contents .contents.contents2 {
  background-color: #dff2dd;
}

.sec1 .sec1__contents .contents.contents3 {
  background-color: #fce6db;
}

.sec1 .sec1__contents .contents.contents4 {
  background-color: #fbf4d9;
}

.sec1 .sec1__contents .contents.contents5 {
  background-color: #f1e7fc;
}

.sec1 .sec1__contents .contents.contents6 {
  background-color: #ffe8f2;
}

.sec1 .sec1__contents .contents .contents__img {
  width: 49.375%;
  margin: auto;
  margin-bottom: 9.375%;
}

.sec1 .sec1__contents .contents .contents__text {
  font-size: 1vw;
  line-height: 1.6;
}

.sec1 .sec1__contents .contents .contents__text .calc1,
.sec1 .sec1__contents .contents .contents__text .calc2,
.sec1 .sec1__contents .contents .contents__text .calc3 {
  font-size: calc(16px + 12 * (100vw - 320px) / 1080);
  letter-spacing: 1;
}

.sec1 .sec1__contents .contents .contents__text .calc4,
.sec1 .sec1__contents .contents .contents__text .calc5,
.sec1 .sec1__contents .contents .contents__text .calc6 {
  font-size: calc(16px + 8 * (100vw - 320px) / 1080);
}

.sec1 .sec1__contents .contents .contents__text .calc.calc1 {
  color: #36b6ef;
}

.sec1 .sec1__contents .contents .contents__text .calc.calc2 {
  color: #60bc56;
}

.sec1 .sec1__contents .contents .contents__text .calc.calc3 {
  color: #fa834f;
}

.sec1 .sec1__contents .contents .contents__text .calc.calc4 {
  color: #f0c403;
}

.sec1 .sec1__contents .contents .contents__text .calc.calc5 {
  color: #7138d7;
}

.sec1 .sec1__contents .contents .contents__text .calc.calc6 {
  color: #f559ab;
}
@media (min-width: 1680px) {
  .sec1 .sec1__top {
    width: 100%;
    height: 230px;
  }
  .sec1 .sec1__contents {
    width: 100%;
  }
}
/* ------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------ */
/* sec2 */
.sec2 {
  margin-top: 65px;
  /* width: 56.66vw;
  max-width: 1020px; */
  width: 100%;
  position: relative;
}

.sec2 .slick__img img {
  width: 100%;
  min-width: 600px;
  height: auto;
  margin-bottom: 20px;
}

.sec2 .slick__box2.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .sec2 .slick__box2.pc {
    display: none;
  }

  .sec2 .slick__box2.sp {
    display: block;
  }
}

/* ------------------------------------ */
/* slick__arrow */
.sec2 .prev-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  width: 2.777vw;
  height: 2.777vw;
  cursor: pointer;
  transition: 0.5s linear;
}

.sec2 .prev-arrow:hover,
.sec2 .next-arrow:hover {
  opacity: 0.6;
}

.sec2 .next-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 2.777vw;
  height: 2.777vw;
  cursor: pointer;
  transition: 0.5s linear;
}

/* ------------------------------------ */

/* ------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------ */
/* sec3 */
.sec3 {
  width: 56.66vw;
  max-width: 1020px;
  border-radius: 30px;
  background-color: #36b6ef;
  margin-top: 80px;
}

.sec3__inner {
  padding: 3.333vw;
}

.sec3 .title__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sec3 .title__flex .text__flex,
.sec6 .title__flex .text__flex {
  display: flex;
  justify-content: center;
}

.sec3 .title__flex .title__img,
.sec6 .title__flex .title__img {
  width: 2.5vw;
  height: 2.109vw;
  margin-right: 1.11vw;
}

.sec3 .title__flex .text,
.sec6 .title__flex .text {
  font-size: 2.5vw;
  letter-spacing: 0.004em;
}

.sec3 .title__flex .text .slash,
.sec6 .title__flex .text .slash {
  font-size: 2vw;
  letter-spacing: 0.1em;
  padding: 0 15px;
  font-weight: initial;
}

.sec3 .title__flex .text .sub,
.sec6 .title__flex .text .sub {
  font-size: 1.11vw;
  letter-spacing: 0.01em;
}

.sec3 .link__flex {
  display: block;
  position: relative;
  font-size: 1vw;
  padding-right: 32px;
  cursor: pointer;
}

.sec3 .link__flex::after {
  position: absolute;
  content: '';
  background-image: url(../img/front_n/sec3__arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/* ------------------------------------ */
/* contents__flex */
.sec3 .contents__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.777vw;
  flex-wrap: wrap;
}

.sec3 .contents__flex .contents {
  width: 16.11vw;
  max-width: 290px;
  min-width: 170px;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.5s;
}

.sec3 .contents__flex .contents:hover .contents__top img {
  transform: scale(1.08);
  transition-duration: 0.5s;
}

.sec3 .contents .contents__top {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
}

.sec3 .contents .contents__top img {
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec3 .contents .contents__bottom {
  text-align: center;
  padding-top: 25px;
}

.sec3 .contents .contents__bottom .contents__text {
  font-size: 0.888vw;
  line-height: 1.68;
}

.sec3 .contents .contents__bottom .contents__text .date {
  font-size: 14px;
  line-height: 2;
  font-weight: initial;
}

/* ------------------------------------ */

/* ------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------ */
/* sec4 */
.sec4 {
  width: 56.66vw;
  max-width: 1020px;
  margin-top: 100px;
}

/* ------------------------------------ */
/* sec4 & sec5(共通部分) */
.sec4 .sec4__title,
.sec5 .sec5__title,
.sec7 .sec7__title,
.sec9 .sec9__title {
  text-align: center;
}

.sec4 .sec4__title h2.main,
.sec5 .sec5__title h2.main,
.sec7 .sec7__title h2.main,
.sec9 .sec9__title h2.main {
  font-size: 2.5vw;
  letter-spacing: 0.004em;
  padding-bottom: 10px;
}

.sec4 .sec4__title h3.sub,
.sec5 .sec5__title h3.sub,
.sec7 .sec7__title h3.sub,
.sec9 .sec9__title h3.sub {
  font-size: 1.11vw;
  letter-spacing: 0.01em;
}

/* ------------------------------------ */

/* ------------------------------------ */
/* sec4__contents */
.sec4 .sec4__contents {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.sec4__contents .contents {
  width: 18.33vw;
  /* padding-top: 2.22vw; */
  /* padding-bottom: 1.66vw; */
  padding-top: 2.5vw;
  padding-bottom: 3vw;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 10px 20px #00000014;
  display: block;
}

.sec4__contents .contents .contents__img:first-child {
  width: 9.5vw;
  margin: auto;
}

/* .sec4__contents .contents:nth-child(2) .contents__img {
  width: 9.5vw;
  margin: auto;
}

.sec4__contents .contents:nth-child(3) .contents__img {
  margin: auto;
}

.sec4__contents .contents:nth-child(4) .contents__img {
  width: 10.88vw;
  margin: auto;
}

.sec4__contents .contents:nth-child(5) {
  padding-top: 4.1vw;
  padding-bottom: 4.1vw;
} */

/* .sec4__contents .contents:last-child .contents__img {
  width: 6.5vw;
  margin: auto;
} */

.sec4__contents .contents:nth-child(1),
.sec4__contents .contents:nth-child(2),
.sec4__contents .contents:nth-child(3),
.sec4__contents .contents:nth-child(4) {
  margin-bottom: 20px;
}

/* .sec4__contents .contents:nth-child(2) {
  padding-top: 2.555vw;
  padding-bottom: 3vw;
}

.sec4__contents .contents:nth-child(3),
.sec4__contents .contents:nth-child(4) {
  padding-top: 2.44vw;
  padding-bottom: 3vw;
} */

.sec4__contents .contents .contents__bottom {
  margin-top: 25px;
  text-align: center;
}

.sec4__contents .contents .title__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
}

.sec4__contents .contents .title__flex .title__arrow {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.sec4__contents .contents .contents__bottom .contents__title {
  font-size: 1.11vw;
  color: #333333;
}

.sec4__contents .contents .contents__bottom .contents__title {
  width: 30%;
}

.sec4__contents .contents .contents__bottom .contents__title__flex {
  display: flex;
  align-items: center;
}

.sec4__contents .contents .contents__bottom .contents__title__img {
  width: 20px;
}

.sec4__contents .contents .contents__bottom .contents__title2 {
  /* width: 100px; */
  width: 80px;
}

.sec4__contents .contents .contents__bottom .contents__text {
  font-size: 14px;
  font-size: 0.777vw;
  line-height: 1.71;
  padding-top: 1.11vw;
  text-align: center;
}

/* ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------ */
/* sec5 */
.sec5 {
  margin-top: 100px;
}

.sec5 .contents__box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 72px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.sec5 .contents__box .contents {
  width: 23.52%;
  height: 16.315vw;
  max-height: 310px;
  min-height: 250px;
  border-radius: 30px;
  position: relative;
  text-align: center;
  margin-right: 20px;
}

.sec5 .contents__box .contents:last-child {
  margin-right: 0;
}

.sec5 .contents__box .contents .contents__img {
  margin: auto;
  max-width: 164px;
  width: 8.6vw;
  min-width: 100px;
  padding-top: 40px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .sec5 .contents__box .contents .contents__img1 {
    max-width: 300px;
    width: 23vw;
  }

  .sec5 .contents__box .contents .contents__img2 {
    width: 15vw;
    max-width: 300px;
  }

  .sec5 .contents__box .contents .contents__img3 {
    width: 22vw;
    max-width: 300px;
  }

  .sec5 .contents__box .contents .contents__img4 {
    max-width: 300px;
    width: 22vw;
  }
}

.sec5 .contents__box .contents .contents__num1 {
  position: absolute;
  font-size: 2.5vw;
  color: #36b6ef;
  top: -10%;
  right: 0;
  left: 0;
  margin: auto;
}

.sec5 .contents__box .contents .contents__num2 {
  position: absolute;
  font-size: 2.5vw;
  color: #60bc56;
  top: -10%;
  right: 0;
  left: 0;
  margin: auto;
}

.sec5 .contents__box .contents .contents__num3 {
  position: absolute;
  font-size: 2.5vw;
  color: #fa834f;
  top: -10%;
  right: 0;
  left: 0;
  margin: auto;
}

.sec5 .contents__box .contents .contents__num4 {
  position: absolute;
  font-size: 2.5vw;
  color: #eccc45;
  top: -10%;
  right: 0;
  left: 0;
  margin: auto;
}

.sec5 .contents__box .contents .contents__text {
  /* font-size: 16px; */
  font-size: 0.88vw;
  line-height: 1.68;
}

.sec5 .contents__box .contents:nth-child(1) {
  background-color: #d6f0fc;
}

.sec5 .contents__box .contents:nth-child(2) {
  background-color: #dff2dd;
}

.sec5 .contents__box .contents:nth-child(3) {
  background-color: #fce6db;
}

.sec5 .contents__box .contents:nth-child(4) {
  background-color: #fbf4d9;
}

/* .sec5 .contents__box .contents:nth-child(1)::after {
  position: absolute;
  content: "";
  background-image: url(../img/front_n/sec5__img1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 40px;
  bottom: -10px;
  right: 0px;
}
.sec5 .contents__box .contents:nth-child(2)::after {
  position: absolute;
  content: "";
  background-image: url(../img/front_n/sec5__img2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 36px;
  height: 28px;
  bottom: -10px;
  right: 0px;
}
.sec5 .contents__box .contents:nth-child(3)::after {
  position: absolute;
  content: "";
  background-image: url(../img/front_n/sec5__img3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 36px;
  height: 28px;
  bottom: -10px;
  right: 0px;
}
.sec5 .contents__box .contents:nth-child(4)::after {
  position: absolute;
  content: "";
  background-image: url(../img/front_n/sec5__img4.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 37px;
  bottom: -10px;
  right: 0px;
} */

.sec5 .contents__box .contents:nth-child(4)::before {
  position: absolute;
  content: '';
  width: 400%;
  height: 5px;
  background-color: #36b6ef;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -2;
}

/* ------------------------------------ */
/* sec5 & sec7 & sec9（共通リンク） */
.sec5 .link__box,
.sec7 .link__box,
.sec9 .link__box {
  width: 20vw;
  background-color: #36b6ef;
  border: 1px solid #36b6ef;
  border-radius: 40px;
  padding: 1.3888vw 0;
  position: relative;
  text-align: center;
  margin: auto;
  cursor: pointer;
  transition: 0.2s linear;
}

.sec9 .link__box {
  width: 14.444vw;
  padding: 1.11vw 0;
  margin-top: 2.77vw;
}

.sec5 .link__box .sec5__link,
.sec7 .link__box .sec7__link,
.sec9 .link__box .sec9__link {
  font-size: 15px;
  display: block;
}

.sec5 .link__box::after,
.sec7 .link__box::after,
.sec9 .link__box::after {
  position: absolute;
  content: '';
  background-image: url(../img/front_n/sec5__arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  top: 0;
  bottom: 0;
  right: 1.388vw;
  margin: auto;
}

.sec5 .link__box:hover,
.sec7 .link__box:hover,
.sec9 .link__box:hover {
  background-color: #ffffff;
  border: 1px solid #36b6ef;
}

.sec5 .link__box:hover::after,
.sec7 .link__box:hover::after,
.sec9 .link__box:hover::after {
  background-image: url(../img/front_n/sec5__arrow__h.png);
}

.sec5 .link__box:hover .sec5__link,
.sec7 .link__box:hover .sec7__link,
.sec9 .link__box:hover .sec9__link {
  color: #36b6ef;
  opacity: 1;
}

/* ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------ */
/* sec6 */
.sec6 {
  margin-top: 100px;
  width: 56.66vw;
  max-width: 1020px;
  border-radius: 30px;
  background-color: #36b6ef;
}

.sec6 .sec6__inner {
  padding: 3.333vw;
  position: relative;
}

.sec6 .title__flex .text__flex {
  justify-content: unset;
}

/* ------------------------------------ */
/* slick3 */
.sec6 .sec6__inner .slick__box3 {
  margin-top: 50px;
}

.sec6 .slick-list {
  border-radius: 0;
}

.sec6 .sec6__inner .slick__box3 .contents__img {
  display: block;
}

.sec6 .sec6__inner .slick__box3 .contents__img img {
  width: 100%;
  /* height: 14.4444vw; */
  height: 13vw;
  max-height: 260px;
  min-height: 180px;
  padding: 0 10px;
}

.sec6 .prev-arrow {
  width: 2.777vw;
  height: 2.777vw;
  position: absolute;
  right: 7%;
  top: -40%;
  transition: 0.5s linear;
  cursor: pointer;
}

.sec6 .prev-arrow:hover,
.sec6 .next-arrow:hover {
  opacity: 0.6;
}

.sec6 .next-arrow {
  width: 2.777vw;
  height: 2.777vw;
  position: absolute;
  top: -40%;
  right: 0;
  transition: 0.5s linear;
  cursor: pointer;
}

/* ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------ */
/* sec7 */
.sec7 {
  margin-top: 100px;
  width: 56.66vw;
  max-width: 1020px;
  display: none;
}

.sec7 .contents__box {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sec7 .contents__box .contents {
  width: 18.333vw;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px #00000014;
  border-radius: 30px;
  transition-duration: 0.5s;
  overflow: hidden;
  margin-right: 20px;
}

.sec7 .contents__box .contents:hover .contents__top img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.sec7 .contents__box .contents .contents__top {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.sec7 .contents__box .contents .contents__top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.sec7 .contents__box .contents .contents__bottom {
  height: 6em;
  padding: 1.38vw;
}

.sec7 .contents__box .contents:nth-child(2) .contents__bottom,
.sec7 .contents__box .contents:nth-child(3) .contents__bottom {
  padding-bottom: 2.88vw;
}

.sec7 .contents__box .contents .contents__bottom .title {
  font-size: 0.888vw;
  line-height: 1.68;
  color: #333333;
}

.sec7 .contents__box .contents .contents__bottom .date {
  font-size: 0.777vw;
  line-height: 2;
  color: #333333;
}

/* ------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------ */
/* sec8 */
.sec8 {
  margin-top: 100px;
  width: 56.66vw;
  max-width: 1020px;
}

#sb_instagram .sbi_photo {
  border-radius: 15px;
}

.sec8 .contents__wrap {
  border-radius: 30px;
  background-color: #ffffff;
  padding: 0 2.777vw;
}

.sec8 .contents__wrap .title__flex {
  padding-top: 3.333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec8 .contents__wrap .title__flex .text__flex {
  display: flex;
}

.sec8 .contents__wrap .title__flex .text__flex .title__img {
  width: 1.888vw;
  height: 1.888vw;
  margin-right: 15px;
}

.sec8 .contents__wrap .title__flex .text__flex .main {
  font-size: 1.7777vw;
  letter-spacing: 0.004em;
}

.sec8 .link__flex {
  display: block;
  position: relative;
  font-size: 1vw;
  padding-right: 32px;
  cursor: pointer;
}

.sec8 .link__flex::after {
  position: absolute;
  content: '';
  background-image: url(../img/front_n/sec8__arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.sec8 .contents__wrap .contents__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.777vw;
  padding-bottom: 2.777vw;
}

.sec8 .contents__wrap .contents__flex .contents {
  /* width: 21.274%; */
  width: 12.05vw;
  height: auto;
  overflow: hidden;
  transition-duration: 0.5s;
  border-radius: 20px;
}

.sec8 .contents__wrap .contents__flex .contents:hover img {
  transform: scale(1.05);
  transition-duration: 0.5s;
}

.sec8 .contents__wrap .contents__flex .contents img {
  overflow: hidden;
  transition-duration: 0.5s;
  border-radius: 20px;
}

.sec8 .contents__wrap .contents__flex .contents:nth-child(-n + 4) {
  margin-bottom: 17px;
}

/* ------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------ */
/* sec9 */
.sec9 {
  margin-top: 100px;
  width: 56.66vw;
  max-width: 1020px;
  margin-bottom: 100px;
}

.sec9 .contents__flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sec9 .contents__flex .left {
  width: 35%;
  text-align: center;
  margin-right: 4.88vw;
}

.sec9 .contents__flex .left .left__img {
  width: 2.5vw;
  margin: auto;
}

.sec9 .contents__flex .right .contents {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin-bottom: 30px;
}

.sec9 .contents__flex .right .contents:last-child {
  margin-bottom: 0px;
}

.sec9 .contents__flex .right .contents .contents__img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  max-width: 150px;
  max-height: 150px;
  margin-right: 20px;
}

.sec9 .contents__flex .right .contents .contents__img img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sec9 .contents__flex .right .contents .contents__right .contents__name {
  font-size: 0.88vw;
  line-height: 1.68;
}

.sec9 .contents__flex .right .contents .contents__right .title {
  font-size: 1.11vw;
  line-height: 2;
}

.sec9 .contents__flex .right .contents .contents__right .contents__item p {
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  color: #666666;
}

.sec9 .contents__flex .right .contents .contents__right .contents__text {
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* ------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* responsive */
/* ------------------------------------------------------------------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------------------------- */
/* top */
@media screen and (max-width: 1024px) {
  .news__banner .news__flex .left__flex .news__title {
    font-size: 14px;
    padding: 15px;
  }

  .news__banner .news__flex .left__flex .news__contents .date {
    font-size: 12px;
  }

  .news__banner .news__flex .left__flex .news__contents .contents {
    font-size: 12px;
    flex: 1;
    width: 100%;
  }

  .news__banner .news__flex .left__flex .news__contents .date {
    padding-right: 0;
  }

  .news__banner .news__flex .right {
    font-size: 12px;
    margin-right: 15px;
  }

  .news__banner .news__flex .banner__right {
    font-size: 12px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .news__banner {
    width: 80%;
    min-width: 340px;
  }

  .news__banner .news__flex .left__flex .news__title.tab__768 {
    display: block;
    position: relative;
    padding: 10px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 1;
  }

  .news__banner .news__flex .left__flex .news__title.tab__768::after {
    position: absolute;
    content: '';
    background-image: url(../img/front_n/top__arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: unset;
    width: 22px;
    height: 22px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .news__banner .news__flex .left__flex .news__title {
    display: none;
  }

  .news__banner .news__flex .right {
    display: none;
  }

  .news__banner .news__flex .banner__right {
    display: none;
  }

  .news__banner .news__flex {
    justify-content: center;
  }

  .news__banner .news__flex .left__flex {
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
  }

  .news__banner .news__flex .left__flex .news__contents {
    flex-direction: column;
    padding: 0 30px;
    width: 100%;
  }

  .news__banner .news__flex .left__flex .news__contents .date {
    width: 100%;
  }

  .news__banner .news__flex .left__flex .news__contents .contents {
    margin-top: 2px;
  }

  .news__banner .news__flex .left__flex .news__contents .contents {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  main {
    margin-top: 100px !important;
  }

  header .cycle {
    top: 45vh;
  }

  .top .slick__box .slick__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
    min-height: unset;
    display: block;
    border-radius: 20px;
  }

  .slick-list {
    border-radius: 30px;
  }

  .top .slick__box .slick__img {
    position: relative;
    margin: 0 4px;
    padding: 0;
    max-width: 430px;
    max-height: 630px;
    height: 40vw;
    width: 96vw;
    border-radius: 15px;
  }

  .news__banner {
    width: 90vw;
    max-width: 430px;
    border-radius: 20px;
    /* bottom: -50px; */
    bottom: -80px;
    bottom: -7vh;
    min-width: unset;
  }

  .news__banner .news__flex .left__flex {
    display: block;
  }

  .news__banner .news__flex {
    display: block;
  }

  .news__banner .news__flex .left__flex .news__title.tab__768 {
    text-align: center;
  }

  .news__banner .news__flex .left__flex .news__title.tab__768::after {
    right: 0;
  }

  .news__banner .news__flex .left__flex {
    margin: 5px 0;
    margin-bottom: 10px;
  }

  .news__banner .news__flex .left__flex .news__title.tab__768 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .news__banner .news__flex .left__flex .news__contents .contents {
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 375px) {
  .news__banner .news__flex .left__flex {
    margin-bottom: 15px;
  }

  .news__banner .news__flex .left__flex .news__title.tab__768 {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 13px;
    width: 120px;
  }

  .news__banner {
    bottom: -65px;
  }

  .news__banner .news__flex .left__flex .news__contents {
    padding: 0 15px;
  }

  .news__banner .news__flex .left__flex .news__title.tab__768::after {
    right: 10px;
    width: 18px;
    height: 18px;
  }

  header .cycle {
    top: 45vh;
  }

  .news__banner .news__flex .left__flex .news__contents .contents {
    font-size: 12px;
  }
}

/* ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- */
/* main__inner */
/* ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  main .new_flex {
    display: block !important;
  }

  main .grid .m-page .main__inner {
    width: 95%;
    margin: auto;
    max-width: unset;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* sec1 */
@media screen and (max-width: 768px) {
  .sec1 .sec1__top {
    width: 100%;
    height: 20vw;
  }

  .sec1 .sec1__contents {
    width: 100%;
  }

  .sec1 .sec1__top .sec1__title {
    font-size: 25px;
  }

  .sec1 .sec1__top .sec1__title span {
    font-size: 35px;
  }

  .sec1 .sec1__contents .contents .contents__text {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  .sec1 .sec1__contents .contents {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 48%;
    padding: 20px 0;
    height: auto;
    max-height: unset;
  }

  .sec1 .sec1__contents .contents .contents__img {
    width: 32%;
    height: auto;
    margin: 0 auto 10px;
  }

  .sec1 .sec1__contents .contents .contents__text {
    font-size: 3.33vw;
    font-size: 16px;
  }

  .sec1 .sec1__contents .contents .contents__text .delete__line {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .sec1 .sec1__top {
    height: 18vw;
    background-position: top;
  }
  .sec1 .sec1__contents .contents .contents__text {
    font-size: 3.33vw;
  }

  .sec1 .sec1__contents .contents .contents__img {
    width: 50%;
    height: auto;
    margin: 0 auto 5px;
  }

  .sec1 .sec1__top .sec1__title span {
    font-size: 25px;
  }

  .sec1 .sec1__top .sec1__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  .sec1 .sec1__top .sec1__title {
    font-size: 14px;
  }

  .sec1 .sec1__top .sec1__title span {
    font-size: 18px;
  }

  .sec1 .sec1__contents .contents .contents__text {
    font-size: 12px;
  }
}

/* ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- */
/* sec2 */
@media screen and (max-width: 1024px) {
  .sec2 .slick__img img {
    height: 16vw;
    max-width: unset;
    min-height: 100px;
    min-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .sec2 .slick__img img {
    height: 25vw;
  }

  .sec2 .next-arrow {
    width: 25px;
    height: 25px;
  }

  .sec2 .prev-arrow {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 480px) {
  .sec2 .slick-list {
    border-radius: 0;
  }

  .sec2 {
    margin-top: 40px;
  }

  .sec2 .slick__img img {
    height: 39.5vw;
    min-width: 299px;
    min-height: unset;
    max-width: 400px;
    min-width: 400px;
    /*height: 60vw;*/
    object-fit: contain;
    margin: auto;
    display: block;
  }

  .sec2 .next-arrow {
    width: 8.33vw;
    height: 8.33vw;
  }

  .sec2 .prev-arrow {
    width: 8.33vw;
    height: 8.33vw;
  }
}

@media screen and (max-width: 375px) {
  .sec2 .slick__img img {
    height: 35.5vw;
    min-width: 285px;
    min-height: unset;
    max-width: 330px;
    min-width: 95%;
    height: auto;
  }
}

/* ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- */
/* sec3 */
@media screen and (max-width: 1280px) {
  .sec3 .contents__flex .contents:last-child {
    display: none;
  }

  .sec3 .contents__flex .contents {
    width: 22vw;
  }

  .sec3 .contents .contents__bottom .contents__text {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 1024px) {
  .sec3 .contents__flex .contents {
    width: 100%;
    display: flex;
    min-width: 170px;
    align-items: center;
    margin-top: 30px;
    max-width: unset;
  }

  .sec3 .contents__flex .contents:last-child {
    display: flex;
  }

  .sec3 .contents .contents__top {
    width: 50%;
    height: 150px;
  }

  .sec3 .contents .contents__bottom .contents__text {
    font-size: 12px;
  }

  .sec3 .contents .contents__bottom {
    padding-top: 0px;
    text-align: left;
    padding-left: 3vw;
    flex: 1;
  }

  .sec3 .link__flex {
    font-size: 1.4vw;
  }

  .sec3 .title__flex .text .sub {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 768px) {
  .sec3 {
    width: 95%;
    margin: auto;
    margin-top: 80px;
  }

  .sec3 .contents .contents__bottom .contents__text {
    font-size: 12px;
  }

  .sec3 .link__flex {
    font-size: 2vw;
  }

  .sec3 .title__flex .text .sub {
    font-size: 2vw;
  }

  .sec3 .title__flex .text {
    font-size: 3.5vw;
  }

  .sec3 .title__flex .title__img {
    width: 3.5vw;
  }
}

@media screen and (max-width: 480px) {
  .sec3 .contents__flex .contents:nth-child(2),
  .sec3 .contents__flex .contents:nth-child(3) {
    display: none;
  }

  .sec3 .title__flex .link__flex {
    display: none;
  }

  .sec3 .link__flex.sp__only {
    display: block;
    font-size: 3.75vw;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .sec3 .title__flex .text__flex {
    padding-top: 20px;
  }

  .sec3 .title__flex .title__img {
    width: 4.5vw;
  }

  .sec3 .title__flex .text {
    font-size: 4.5vw;
  }

  .sec3 .title__flex .text .sub {
    font-size: 3.2vw;
  }

  .sec3 .title__flex .text .slash {
    font-size: 4vw;
  }

  main .new_flex {
    width: 100% !important;
  }

  .sec3 {
    width: 100%;
  }

  .sec3 .contents .contents__bottom .contents__text {
    font-size: 12px;
  }

  .sec3 .link__flex::after {
    right: 30%;
  }
}

@media screen and (max-width: 375px) {
  .sec3 .contents__flex .contents {
    flex-direction: column;
  }

  .sec3 .contents .contents__bottom {
    padding-left: 0;
    padding-top: 5vw;
  }

  .sec3 .link__flex.sp__only {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sec3 .title__flex .text__flex {
    padding-top: 30px;
  }

  .sec3 .contents .contents__top {
    width: 80%;
  }

  .sec3 .title__flex .text .sub {
    font-size: 12px;
  }

  .sec3 .title__flex .text {
    font-size: 18px;
  }

  .sec3 .contents .contents__bottom .contents__text {
    font-size: 14px;
  }

  .sec3 .link__flex.sp__only {
    font-size: 14px;
  }
}

/* ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- */
/* sec4 */
@media screen and (min-width: 1440px) {
  .sec4__contents .contents .contents__bottom .contents__title {
    font-size: 18px;
  }

  .sec4 .sec4__contents {
    align-items: flex-start;
  }

  .sec4__contents .contents {
    width: 48%;
  }
}

@media screen and (min-width: 1500px) {
  .sec4__contents .contents .contents__bottom .contents__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .sec4__contents .contents .contents__bottom .contents__title {
    font-size: 1.5vw;
  }

  .sec4__contents .contents {
    width: 48%;
    margin-bottom: 20px;
  }

  .sec4__contents .contents .contents__bottom .contents__text {
    font-size: 1.2vw;
  }

  .sec4 {
    margin-top: 60px;
  }

  .sec4 .sec4__title h3.sub {
    font-size: 2vw;
  }

  .sec4 .sec4__title h2.main {
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .sec4 {
    width: 100%;
  }

  .sec4 .sec4__title h2.main {
    font-size: 22px;
  }

  .sec4 .sec4__title h3.sub {
    font-size: 18px;
  }

  .sec4__contents .contents .contents__bottom .contents__title {
    font-size: 16px;
  }

  .sec4__contents .contents .contents__bottom .contents__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .sec4 {
    width: 95%;
    margin: auto;
    margin-top: 50px;
  }

  .sec4__contents .contents {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- */
/* sec5 */
@media screen and (max-width: 1024px) {
  .sec5 {
    margin-top: 60px;
  }

  .sec5 .sec5__title h2.main {
    font-size: 3.5vw;
  }

  .sec5 .sec5__title h3.sub {
    font-size: 1.6vw;
  }

  .sec5 .contents__box .contents {
    width: 28%;
    height: 14vw;
    margin-right: 10px;
  }

  .sec5 .contents__box .contents .contents__text {
    font-size: 1.2vw;
  }

  /* 青色リンク（共通） */
  .sec5 .link__box .sec5__link,
  .sec7 .link__box .sec7__link,
  .sec9 .link__box .sec9__link {
    font-size: 13px;
  }
}

@media screen and (max-width: 800px) {
  .sec5 .contents__box {
    margin-bottom: 50px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .sec5 .contents__box .contents {
    width: 48%;
    margin-right: 0;
    height: auto;
    margin-bottom: 40px;
    min-height: unset;
    padding: 28px;
    padding-top: 10px;
  }

  .sec5 .contents__box .contents .contents__num1,
  .sec5 .contents__box .contents .contents__num2,
  .sec5 .contents__box .contents .contents__num3,
  .sec5 .contents__box .contents .contents__num4 {
    top: -4%;
  }

  .sec5 .contents__box .contents .contents__img {
    width: 19vw;
    padding-top: 24px;
    padding-bottom: 8px;
  }

  .sec5 .contents__box .contents:nth-child(4)::before {
    display: none;
  }

  .sec5 .contents__box .contents .contents__num1 {
    right: unset;
    left: 30px;
  }

  .sec5 .contents__box .contents .contents__num2 {
    right: unset;
    left: 30px;
  }

  .sec5 .contents__box .contents .contents__num3 {
    right: unset;
    left: 30px;
  }

  .sec5 .contents__box .contents .contents__num4 {
    right: unset;
    left: 30px;
  }

  .sec5 .contents__box .contents .contents__text {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  /* 青色リンク（共通部分) */
  .sec5 .link__box,
  .sec7 .link__box,
  .sec9 .link__box {
    width: 35vw;
    padding: 20px 0;
  }

  /* 青色リンク（共通部分) */

  .sec5 .sec5__title h2.main {
    font-size: 27px;
  }

  .sec5 .sec5__title h3.sub {
    font-size: 16px;
  }

  .sec5 .contents__box .contents .contents__num1 {
    font-size: 35px;
  }

  .sec5 .contents__box .contents .contents__num2 {
    font-size: 35px;
  }

  .sec5 .contents__box .contents .contents__num3 {
    font-size: 35px;
  }

  .sec5 .contents__box .contents .contents__num4 {
    font-size: 35px;
  }

  .sec5 .contents__box .contents .contents__text {
    font-size: 2vw;
  }

  .sec5 .contents__box .contents .contents__text br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .sec5 .contents__box .contents:nth-child(4)::before {
    height: 320px;
  }
}

@media screen and (max-width: 480px) {
  .sec5 {
    width: 95%;
    margin: 60px auto 0 auto;
  }

  .sec5 .contents__box {
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .sec5 .contents__box .contents {
    height: unset;
    min-height: 220px;
    padding: 10px 5px;
  }

  .sec5 .contents__box .contents .contents__text {
    font-size: 3.33vw;
  }

  .sec5 .contents__box .contents .contents__text br {
    display: block;
  }

  .sec5 .contents__box .contents .contents__text .delete__line {
    display: none;
  }

  .sec5 .contents__box .contents .contents__num1,
  .sec5 .contents__box .contents .contents__num2,
  .sec5 .contents__box .contents .contents__num3,
  .sec5 .contents__box .contents .contents__num4 {
    font-size: 7.375vw;
    left: 0;
    right: 0;
    top: -6%;
  }

  .sec5 .contents__box .contents {
    margin-bottom: 40px;
  }

  .sec5 .contents__box .contents:nth-child(4)::before {
    background-color: #b7e5fa;
    height: 900px;
  }

  /* 青色リンク（共通部分） */
  .sec5 .link__box,
  .sec7 .link__box,
  .sec9 .link__box {
    width: 80%;
    padding: 25px 0;
  }

  .sec5 .link__box .sec5__link,
  .sec7 .link__box .sec7__link,
  .sec9 .link__box .sec9__link {
    font-size: 3.33vw;
  }

  .sec5 .link__box::after,
  .sec7 .link__box::after,
  .sec9 .link__box::after {
    right: 25px;
  }

  /* 青色リンク（共通部分） */
}

@media screen and (max-width: 375px) {
  .sec5 .contents__box .contents .contents__text {
    font-size: 13px;
  }

  /* 青色リンク（共通部分） */
  .sec5 .link__box .sec5__link,
  .sec7 .link__box .sec7__link,
  .sec9 .link__box .sec9__link {
    font-size: 14px;
  }

  .sec5 .link__box,
  .sec7 .link__box,
  .sec9 .link__box {
    padding: 15px 0;
  }

  /* 青色リンク（共通部分） */
}

/* ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- */
/* sec6 */
@media screen and (max-width: 1024px) {
  .sec6 .sec6__inner .slick__box3 .contents__img img {
    height: 25vw;
  }

  .sec6 .next-arrow {
    top: -30%;
  }

  .sec6 .prev-arrow {
    top: -30%;
  }
}

@media screen and (max-width: 768px) {
  .sec6 {
    width: 100%;
    margin-top: 60px;
  }

  .sec6 .sec6__inner {
    padding: 10vw 3.33vw;
  }

  .sec6 .sec6__inner .slick__box3 .contents__img img {
    height: 35vw;
  }

  .sec6 .prev-arrow {
    width: 30px;
    height: 30px;
  }

  .sec6 .next-arrow {
    width: 30px;
    height: 30px;
  }

  .sec6 .title__flex .text .sub {
    font-size: 16px;
  }

  .sec6 .title__flex .text .slash {
    font-size: 16px;
  }

  .sec6 .title__flex .text {
    font-size: 25px;
  }

  .sec6 .title__flex .title__img {
    width: 3.5vw;
  }
}

@media screen and (max-width: 480px) {
  .sec6 {
    margin-top: 80px;
  }

  .sec6 .title__flex .text {
    font-size: 6.66vw;
  }

  .sec6 .title__flex .title__img {
    width: 6vw;
  }

  .sec6 .title__flex .text .sub {
    font-size: 3.33vw;
  }

  .sec6 .sec6__inner {
    padding: 30px 3.33vw 50px 3.33vw;
  }

  .sec6 .sec6__inner .slick__box3 .contents__img img {
    height: 52vw;
    margin-bottom: 60px;
  }

  .sec6 .next-arrow {
    top: unset;
    left: 50px;
    margin: auto;
    bottom: -25px;
    width: 50px;
    height: 50px;
  }

  .sec6 .prev-arrow {
    top: unset;
    left: -50px;
    margin: auto;
    bottom: -25px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 375px) {
  .sec6 .sec6__inner {
    padding: 50px 3.33vw 60px 3.33vw;
  }

  .sec6 .next-arrow {
    width: 30px;
    height: 30px;
  }

  .sec6 .sec6__inner .slick__box3 .contents__img img {
    margin-bottom: 30px;
  }

  .sec6 .prev-arrow {
    width: 30px;
    height: 30px;
  }
}

/* ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- */
/* sec7 */
@media screen and (min-width: 1440px) {
  .sec7 .contents__box .contents {
    width: 32%;
    height: 20vw;
    max-height: 330px;
  }

  .sec7 .contents__box .contents .contents__bottom .title {
    font-size: 14px;
  }

  .sec7 .contents__box .contents .contents__bottom .date {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .sec7 {
    margin-top: 60px;
  }

  .sec7 .contents__box {
    flex-wrap: wrap;
  }

  .sec7 .contents__box .contents {
    margin: 0 1vw;
    width: 46%;
  }

  .sec7 .contents__box .contents:nth-child(n + 3) {
    margin-top: 30px;
  }

  .sec7 .contents__box .contents .contents__bottom .title {
    font-size: 12px;
  }

  .sec7 .contents__box .contents .contents__bottom .date {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .sec7 {
    width: 100%;
  }

  .sec7 .sec7__title h2.main {
    font-size: 27px;
  }

  .sec7 .sec7__title h3.sub {
    font-size: 16px;
  }

  .sec7 .contents__box .contents .contents__top img {
    /* height: 100%; */
    transform: scale(1.1);
    object-fit: cover;
  }

  .sec7 .contents__box .contents {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .sec7 .contents__box .contents .contents__top {
    width: 33%;
  }

  .sec7 .contents__box .contents:nth-child(n + 3) {
    margin-top: 0;
  }

  .sec7 .contents__box .contents .contents__bottom {
    height: auto;
    padding-left: 5vw;
    padding-right: 3vw;
  }
}

@media screen and (max-width: 480px) {
  .sec7 .contents__box .contents {
    width: 95%;
    margin: 0 auto 30px auto;
  }

  .sec7 .contents__box .contents .contents__top {
    width: 40%;
    max-height: 120px;
    height: 120px;
    max-width: 120px;
  }

  .sec7 .contents__box .contents .contents__top img {
    height: 100%;
  }
}

@media screen and (max-width: 375px) {
  .sec7 .contents__box .contents {
    width: 90%;
  }

  .sec7 .contents__box {
    margin-bottom: 30px;
  }

  .sec7 .contents__box .contents {
    flex-direction: column;
  }

  .sec7 .contents__box .contents .contents__top {
    width: 100%;
    margin-bottom: 20px;
    max-width: unset;
    height: unset;
    max-height: 120px;
  }

  .sec7 .contents__box .contents .contents__bottom {
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- */
/* sec8 */
.sec8 .contents__flex.sp__only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sec8 .contents__wrap .contents__flex {
    flex-wrap: wrap;
  }

  .sec8 .contents__wrap .contents__flex .contents {
    width: 48%;
    margin-bottom: 20px;
  }

  .sec8 .contents__wrap .contents__flex .contents:nth-child(-n + 4) {
    margin-bottom: 20px;
  }

  .sec8 .contents__wrap .title__flex .text__flex .main {
    font-size: 2.8vw;
  }

  .sec8 .contents__wrap .title__flex .text__flex .title__img {
    width: 30px;
    height: 30px;
  }

  .sec8 .link__flex {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .sec8 {
    width: 95%;
    margin: 60px auto 0 auto;
  }

  .sec8 .contents__wrap .contents__flex .contents {
    width: 22%;
  }

  .sec8 .contents__wrap .title__flex .text__flex .main {
    font-size: 25px;
  }

  .sec8 .contents__wrap .contents__flex {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .sec8 {
    width: 100%;
  }

  .sec8 .contents__wrap .contents__flex .contents {
    width: 48%;
  }

  .sec8 .contents__wrap .title__flex {
    padding-top: 60px;
  }

  .sec8 .contents__wrap .contents__flex {
    margin-top: 40px;
  }

  .sec8 .title__flex .link__flex.pc__only {
    display: none;
  }

  .sec8 .link__flex.sp__only {
    display: block;
  }

  .sec8 .link__flex {
    text-align: center;
    padding-bottom: 60px;
    font-size: 3.75vw;
  }

  .sec8 .link__flex::after {
    top: -3px;
    bottom: unset;
    right: 36%;
  }

  .sec8 .contents__flex.pc__only {
    display: none;
  }

  .sec8 .contents__flex.sp__only {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .sec8 .contents__wrap .title__flex .text__flex .main {
    font-size: 22px;
  }

  .sec8 .contents__wrap .title__flex .text__flex .title__img {
    width: 22px;
    height: 22px;
  }

  .sec8 .link__flex {
    font-size: 12px;
  }

  .sec8 .link__flex::after {
    top: -5px;
  }
}

/* ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- */
/* sec9 */
@media screen and (max-width: 1280px) {
  .sec9 .contents__flex .right .contents .contents__img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .sec9 .contents__flex {
    flex-direction: column;
  }

  .sec9 .contents__flex .left {
    margin-right: 0;
    margin-bottom: 60px;
    width: 100%;
  }

  .sec9 .contents__flex .right .contents {
    margin-bottom: 50px;
    flex-direction: column;
  }

  .sec9 .contents__flex .right .contents .contents__right .contents__name {
    font-size: 12px;
  }

  .sec9 .contents__flex .right .contents .contents__right .title {
    font-size: 14px;
  }

  .sec9 .link__box {
    width: 30vw;
  }

  .sec9 .contents__flex .right .contents .contents__img {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px auto;
  }

  .sec9 .contents__flex .right .contents {
    align-items: unset;
  }

  .sec9 .sec9__title h3.sub {
    font-size: 18px;
  }

  .sec9 .sec9__title h2.main {
    font-size: 28px;
  }

  .sec9 .contents__flex .left .left__img {
    width: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .sec9 {
    width: 90%;
    margin: 60px auto 100px auto;
  }
}

@media screen and (max-width: 480px) {
  .sec9 .contents__flex .right .contents {
    flex-direction: row;
    align-items: center;
  }

  .sec9 .link__box {
    display: none;
  }

  .sec9 .link__box.sp__only {
    display: block;
    margin-top: 40px;
    width: 54vw;
    padding: 20px 0;
  }

  .sec9 .contents__flex .left .left__img {
    width: 30px;
  }

  .sec9 .contents__flex .right .contents .contents__img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 375px) {
  .sec9 .contents__flex .right .contents {
    flex-direction: column;
  }

  .sec9 .contents__flex .right .contents .contents__right .contents__text {
    font-size: 12px;
  }

  .sec9 .link__box.sp__only {
    width: 80%;
    padding: 15px 0;
  }

  .sec9 .contents__flex .right .contents .contents__img {
    margin: 0 auto 20px auto;
  }
}

/* ---------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------- */
/* 修正記載 */
.sec4__contents .contents .contents__bottom .contents__title.contents__title4 {
  width: 10vw;
  min-width: 80px;
  max-width: 110px;
}

@media screen and (max-width: 1439px) {
  .sec4__contents .contents {
    min-height: 365px;
  }

  .sec4__contents .contents:nth-child(4) {
    margin-bottom: 0;
  }

  /* .sec4__contents .contents:nth-child(2) {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  } */

  .sec4__contents
    .contents
    .contents__bottom
    .contents__title.contents__title3 {
    width: 45%;
  }

  /* .sec4__contents .contents:nth-child(6) {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .sec4__contents .contents:nth-child(4) {
    margin-bottom: 0;
    padding-top: 3.5vw;
    padding-bottom: 4vw;
  }

  .sec4__contents .contents:nth-child(1) {
    padding-top: 2vw;
    padding-bottom: 2vw;
  } */
}

@media screen and (max-width: 1280px) {
  .sec4__contents .contents {
    min-height: 365px;
  }
}

@media screen and (max-width: 1024px) {
  .sec4__contents .contents {
    min-height: unset;
  }

  .sec4__contents .contents:nth-child(n) {
    margin-bottom: 20px;
  }

  .sec4__contents .contents .contents__img:first-child {
    width: 18vw;
  }

  /* .sec4__contents .contents:nth-child(2) {
    padding-top: 1vw;
    padding-bottom: 2vw;
  } */

  .sec4__contents
    .contents
    .contents__bottom
    .contents__title.contents__title3 {
    width: 30%;
  }

  /* .sec4__contents .contents:nth-child(6) {
    padding-top: 2.44vw;
    padding-bottom: 3vw;
  }

  .sec4__contents .contents:nth-child(4) {
    margin-bottom: 20px;
    padding-top: 2.44vw;
    padding-bottom: 3vw;
  }

  .sec4__contents .contents:nth-child(1) {
    padding-top: 2.22vw;
    padding-bottom: 1.66vw;
  } */
}

@media screen and (min-width: 1440px) {
  .sec4__contents .contents .contents__bottom .contents__title2 {
    width: 120px;
  }
}

.sec1 .sec1__top .title__flex {
  margin: auto;
}

.sec1 .sec1__top .title__flex .title__img {
  width: 15.789vw;
  max-width: 300px;
  min-width: 100px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .sec1 .sec1__top .title__flex {
    width: 22%;
  }

  .sec1 .sec1__top .title__flex .title__img {
    width: 22vw;
  }

  .sec4__contents .contents .contents__img:first-child {
    width: 20vw;
  }
}

@media screen and (max-width: 480px) {
  .sec1 .sec1__top .title__flex {
    width: 33%;
  }

  main .grid .m-page {
    margin-top: 10px !important;
  }

  .sec4__contents .contents .contents__img:first-child {
    width: 38vw;
  }

  .sec4__contents .contents .contents__bottom {
    margin-top: 0px;
  }
}

/* ---------------------------------------------------------------------------------------- */
.news__sec {
  background-color: #fff;
}
.news__sec.sec3 .link__flex::after {
  background-image: url(/html/template/default/assets/img/front_n/top__arrow.png);
}
.news__sec.sec3 .contents__flex {
  width: 100%;
  display: block;
}

.news__sec.sec3 .news__contents {
  display: flex;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
  line-height: 1.3;
}
.news__sec.sec3 .news__contents:first-child {
  padding: 0 0 20px 0;
}
.news__sec.sec3 .news__contents:last-child {
  border: 0;
  padding: 20px 0 0;
}
.news__sec.sec3 .news__contents .date {
  width: 100px;
}
.news__sec.sec3 .contents__flex .contents {
  width: calc(100% - 100px);
  max-width: unset;
  min-width: unset;
  margin-top: 0;
}
@media (max-width: 480px) {
  .news__sec.sec3 {
    margin-top: 40px;
  }
  .news__sec .sec3__inner {
    padding: 20px 15px;
  }
  .news__sec.sec3 .title__flex .text {
    font-size: 24px;
  }
  .news__sec.sec3 .title__flex .text .slash {
    padding: 0;
  }
  .news__sec.sec3 .title__flex .text__flex {
    padding-top: 5px;
  }
  .news__sec.sec3 .news__contents {
    display: block;
    padding: 10px 0;
  }
  .news__sec.sec3 .news__contents:first-child {
    padding: 0 0 10px 0;
  }
  .news__sec.sec3 .news__contents:last-child {
    padding: 10px 0 0;
  }
  .news__sec.sec3 .contents__flex .contents {
    display: block;
    width: 100%;
    margin: 8px 0 0;
  }
}
