@charset "UTF-8";

/* ===============================================### 
共通設定
###=============================================== */
.news_250530.news_lp {
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  color: #000;
  --color-purple: #2f5496;
  --color-green: #8ABFA3;
  overflow: hidden;
}

.newsDetail.staticPageMain {
  width: 900px;
}

.newsTitleWrapper {
  width: 800px;
  margin: auto;
}

.news_250530 img {
  width: 100%;
  height: auto;
}

.news_250530 p {
  font-weight: 500;
}

@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

@media screen and (max-width: 1200px) {
  .newsDetail.staticPageMain {
    width: calc(800 * (100vw / 1200));
  }

  .newsTitleWrapper {
    width: 100%;
  }
}

/* ===========### PC版用設定 ###=========== */
@media screen and (min-width: 768px) {
  .news_lp {
    text-align: center;
  }

  #footer_emmi {
    margin-top: 111px;
  }

  .news_lp img {
    width: 100%;
    height: auto;
  }

  .news_lp .spOnly {
    display: none;
  }
}

/* ===========### SP版用設定 ###=========== */
@media screen and (max-width: 767px) {
  .newsDetail.staticPageMain {
    width: 100%;
  }

  .newsTitleWrapper {
    width: 92%;
    margin: auto;
  }

  .l-view {
    display: none;
  }

  .news_lp {
    text-align: center;
    width: calc(750 * 100vw / 750);
    margin: 0 auto;
  }

  #footer_emmi {
    margin-top: 0;
  }

  .news_lp.spOnly {
    display: block;
  }

  .news_lp img {
    width: 100%;
    height: auto;
  }
}

/* ===============================================### 
コンテンツ共通設定
###=============================================== */
.news_250530 .content__text {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}

.news_250530 .content__title {
  line-height: 1.8;
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-purple);
}

.news_250530 .bold__text {
  font-weight: 600;
}

.news_250530 .bold__text.blue {
  color: #8eaadb;
}

.news_250530 .product__text {
  color: var(--color-green);
}

.news_250530 .flex-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.news_250530 .flex-wrapper .content__image {
  width: 50%;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_250530 .content__text {
    font-size: calc(24 * 100vw / 750);
    letter-spacing: 0.025em;
    line-height: calc(48 * 100vw / 750);
    text-align: center;
    font-feature-settings: "palt";
  }

  .news_250530 .content__title {
    font-size: calc(40 * 100vw / 750);
    font-weight: 600;
    position: relative;
    display: inline-block;
  }
}



/* ===============================================### 
detail_text
###=============================================== */
.news_250530 .detail__text {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}

.news_250530 .detail__text.text01 {
  margin-top: 2.5rem;
}

.news_250530 .detail__text.text02 {
  margin-top: 2.8rem;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_250530 .detail__text {
    font-size: calc(24 * 100vw / 750);
    letter-spacing: 0.025em;
    line-height: calc(48 * 100vw / 750);
    text-align: center;
    font-feature-settings: "palt";
  }

  .news_250530 .detail__text.text02 {
    margin-top: calc(47 * (100vw / 750));
  }
}



/* ===============================================### 
コンテンツ01
###=============================================== */
.news_250530 .content01 {
  margin-top: 9rem;
  margin-inline: auto;
}

.news_250530 .content01 .content__item01 {
  width: fit-content;
  margin-top: 3.3rem;
  margin-inline: auto;
}

.news_250530 .content01 .content__item02 {
  width: fit-content;
  margin-top: 4rem;
  margin-inline: auto;
}

.news_250530 .content01 .content__item03 {
  width: fit-content;
  margin-top: 3.2rem;
  margin-inline: auto;
}

.news_250530 .content01 .content__item04 {
  margin-top: 2.4rem;
}

.news_250530 .content01 .content__item05 {
  width: fit-content;
  margin-top: 6.7rem;
  margin-inline: auto;
}

.news_250530 .content01 .content__item06 {
  width: fit-content;
  margin-top: 4rem;
  margin-inline: auto;
}

/************** flex **************/

.news_250530 .content01 .content__item03.flex-wrapper {
  justify-content: space-between;
  column-gap: 6rem;
}

.news_250530 .content01 .content__item03 .flex__item .flex-wrapper {
  column-gap: 4rem;
}

.news_250530 .content01 .content__item05 .flex-wrapper {
  margin-top: 3.3rem;
}

/************** text **************/
.news_250530 .content01 .content__text {
  margin-top: 3.3rem;
}

.news_250530 .content01 .content__item04 .content__text.text01 {
  margin-top: 0;
}

.news_250530 .content01 .content__item04 .content__text.text02 {
  margin-top: 4.6rem;
  font-size: 1.2rem;
}

.news_250530 .content01 .content__item05 .content__text span {
  color: var(--color-purple);
}



/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_250530 .content01 {
    margin-top: calc(124 * (100vw / 750));
  }

  .news_250530 .content01 .content__item01 {
    margin-top: calc(53 * (100vw / 750));
  }

  .news_250530 .content01 .content__item02 {
    margin-top: calc(65 * (100vw / 750));
  }

  .news_250530 .content01 .content__item03 {
    margin-top: calc(50 * (100vw / 750));
  }

  .news_250530 .content01 .content__item04 {
    margin-top: calc(39 * (100vw / 750));
  }

  .news_250530 .content01 .content__item05 {
    margin-top: calc(91 * (100vw / 750));
  }

  .news_250530 .content01 .content__item06 {
    margin-top: calc(66 * (100vw / 750));
  }

  /************** flex **************/
  .news_250530 .content01 .content__item03.flex-wrapper {
    flex-direction: column;
    justify-content: center;
    row-gap: calc(57 * (100vw / 750));
  }

  .news_250530 .content01 .content__item03 .flex__item .flex-wrapper {
    column-gap: calc(40 * (100vw / 750));
  }

  .news_250530 .content01 .content__item05 .flex-wrapper {
    margin-top: calc(52 * (100vw / 750));
  }

  /************** text **************/
  .news_250530 .content01 .content__text {
    margin-top: calc(44 * (100vw / 750));
  }

  .news_250530 .content01 .content__item02 .content__text,
  .news_250530 .content01 .content__item03 .content__text,
  .news_250530 .content01 .content__item05 .content__text {
    margin-top: calc(53 * (100vw / 750));
  }

  .news_250530 .content01 .content__item04 .content__text.text02 {
    margin-top: calc(74 * (100vw / 750));
    font-size: calc(20 * (100vw / 750));
  }

  .news_250530 .content01 .content__item06 .content__text {
    margin-top: calc(51 * (100vw / 750));
    letter-spacing: 0;
  }

}



/* ===============================================### 
コンテンツ02
###=============================================== */
.news_250530 .content02 {
  margin-top: 7rem;
  margin-inline: auto;
  box-sizing: border-box;
}

.news_250530 .content02 .content__item01 {
  width: fit-content;
  margin-top: 3.2rem;
  margin-inline: auto;
}

.news_250530 .content02 .content__item02 {
  width: fit-content;
  margin-top: 3.4rem;
  margin-inline: auto;
}

.news_250530 .content02 .content__item02 .flex-wrapper {
  column-gap: 4rem;
}

.news_250530 .content02 .content__item03 {
  width: fit-content;
  margin-top: 5.4rem;
  margin-inline: auto;
}

.news_250530 .content02 .content__item04 {
  width: fit-content;
  margin-top: 3.3rem;
  margin-bottom: 5.2rem;
  margin-inline: auto;
}


/************** text **************/
.news_250530 .content02 .content__text {
  margin-top: 3.3rem;
}

.news_250530 .content02 .content__item04 .content__text.text02 {
  margin-top: 4.6rem;
  font-size: 1.2rem;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_250530 .content02 .content__item01 {
    margin-top: calc(52 * (100vw / 750));
  }

  .news_250530 .content02 .content__item02 {
    margin-top: calc(51 * (100vw / 750));
  }

  .news_250530 .content02 .content__item02 .flex-wrapper {
    column-gap: calc(40 * (100vw / 750));
  }

  .news_250530 .content02 .content__item03 {
    margin-top: calc(89 * (100vw / 750));
  }

  .news_250530 .content02 .content__item04 {
    margin-top: calc(50 * (100vw / 750));
    margin-bottom: calc(83 * (100vw / 750));
  }


  /************** text **************/
  .news_250530 .content02 .content__text {
    margin-top: calc(45 * (100vw / 750));
  }

  .news_250530 .content02 .content__item01 .content__text,
  .news_250530 .content02 .content__item02 .content__text,
  .news_250530 .content02 .content__item03 .content__text,
  .news_250530 .content02 .content__item04 .content__text {
    margin-top: calc(54 * (100vw / 750));
  }

  .news_250530 .content02 .content__item04 .content__text.text02 {
    margin-top: calc(75 * (100vw / 750));
    font-size: calc(20 * (100vw / 750));
  }

}



/* ===============================================### 
コンテンツ03
###=============================================== */
.news_250530 .content03 {
  margin-top: 9.8rem;
  margin-inline: auto;
}

.news_250530 .content03 .content__text {
  margin-top: 3.3rem;
}

.news_250530 .content03 .content__item01 {
  width: fit-content;
  margin-top: 3.2rem;
  margin-inline: auto;
}

.news_250530 .content03 .content__item02 {
  width: fit-content;
  margin-top: 4rem;
  margin-inline: auto;
}

.news_250530 .content03 .content__item03 {
  width: fit-content;
  margin-top: 5.3rem;
  margin-inline: auto;
}


.news_250530 .content03 .content__item04 {
  width: fit-content;
  margin-top: 5.3rem;
  margin-inline: auto;
}

/*** flex ***/
.news_250530 .content03 .content__item03.flex-wrapper {
  column-gap: 6rem;
}

.news_250530 .content03 .content__item02 .flex-wrapper {
  gap: 4rem;
}

.news_250530 .content03 .content__item04 .flex-wrapper {
  margin-top: 4rem;
  column-gap: 6rem;
}

.news_250530 .content03 .content__item04 .content-wrapper {
  width: fit-content;
  padding-top: 6rem;
  padding-bottom: 5.2rem;
  margin-inline: auto;
}

/************** slide **************/
.news_250530 .content03 .content__item01 .slide-wrapper {
  width: 90rem;
}

/************** text **************/
.news_250530 .content03 .content__item04 .content__title {
  margin-top: -0.3rem;
  color: #546587;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_250530 .content03 {
    margin-top: calc(136 * (100vw / 750));
  }

  .news_250530 .content03 .content__text {
    margin-top: calc(45 * (100vw / 750));
  }

  .news_250530 .content03 .content__item01 {
    margin-top: calc(51 * (100vw / 750));
  }

  .news_250530 .content03 .content__item02 {
    margin-top: calc(100 * (100vw / 750));
  }

  .news_250530 .content03 .content__item03 {
    margin-top: calc(86 * (100vw / 750));
  }

  /************** slide **************/
  .news_250530 .content03 .content__item01 .slide-wrapper {
    width: calc(465 * (100vw / 750));
  }

  .news_250530 .content03 .content__item01 .flex-wrapper {
    flex-wrap: wrap;
    gap: 0.5rem;
    ;
  }

  .news_250530 .content03 .content__item01 .flex-wrapper .content__image {
    width: 48%;
  }

  .news_250530 .content03 .content__item01.slick-list {
    margin: 0 auto;
    padding: 0;
  }

  .news_250530 .content03 .content__item01 .slick-dots {
    bottom: -17px;
  }

  .news_250530 .content03 .content__item01 .slick-dots li {
    margin-inline: calc(5 * (100vw / 750));
    width: calc(12 * (100vw / 750));
    height: calc(12 * (100vw / 750));
  }

  .news_250530 .content03 .content__item01 .slick-dots li button {
    padding: 0;
    width: calc(12 * (100vw / 750));
    height: calc(12 * (100vw / 750));
    background-color: rgba(96, 86, 120, 0.2);
  }

  .news_250530 .slick-dots li button:before,
  .news_250530 .slick-dots li.slick-active button:before {
    display: none;
  }

  .news_250530 .content03 .content__item01 .slick-dots li button:before {
    width: calc(12 * (100vw / 750));
    height: calc(12 * (100vw / 750));
    border-radius: 100%;
  }

  .news_250530 .content03 .content__item01 .slick-dots li.slick-active button {
    width: calc(12 * (100vw / 750));
    height: calc(12 * (100vw / 750));
    background-color: var(--color-purple);
  }

  .news_250530 .content03 .content__item02 .flex-wrapper {
    column-gap: calc(10 * (100vw / 750));
    flex-wrap: wrap;
    column-gap: calc(78 * (100vw / 750));
    row-gap: 0;
  }

  .news_250530 .content03 .content__item04 {
    margin-top: calc(91 * (100vw / 750));
  }

  .news_250530 .content03 .content__item04 .flex-wrapper {
    margin-top: calc(62 * (100vw / 750));
    column-gap: calc(10 * (100vw / 750));
  }

  .news_250530 .content03 .content__item04 .content-wrapper {
    padding-top: calc(97 * (100vw / 750));
    padding-bottom: calc(85 * (100vw / 750));
  }


  /************** text **************/
  .news_250530 .content03 .content__item04 .content__title {
    margin-top: 0;
  }

  .news_250530 .content03 .content__item02 .content__text,
  .news_250530 .content03 .content__item03 .content__text,
  .news_250530 .content03 .content__item04 .content__text {
    margin-top: calc(52 * (100vw / 750));
  }

  .news_250530 .content03 .content__item02 .content__text {
    letter-spacing: 0;
  }


}



/* ===============================================### 
コンテンツ04
###=============================================== */

.news_250530 .content04 .content__item01 {
  margin-top: 3.2rem;
}

.news_250530 .content04 .content__item02 {
  margin-top: 5.2rem;
}

.news_250530 .content04 .content__item03 {
  margin-top: 5.3rem;
}

/*** flex ***/
.news_250530 .content04 .content__item03 .flex-wrapper {
  column-gap: 6rem;
}

/************** text **************/
.news_250530 .content04 {
  margin-top: 9rem;
}

.news_250530 .content04 .title-wrapper .content__text {
  margin-top: 3.1rem;
}

.news_250530 .content04 .content__text {
  margin-top: 3.4rem;
}

.news_250530 .content04 .content__item03 .content__text {
  margin-top: 3.2rem;
}



/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_250530 .content04 .content__item01 {
    margin-top: calc(51 * (100vw / 750));
  }

  .news_250530 .content04 .content__item02 {
    margin-top: calc(56 * (100vw / 750));
  }

  .news_250530 .content04 .content__item03 {
    margin-top: calc(88 * (100vw / 750));
  }

  /*** flex ***/
  .news_250530 .content04 .content__item03 .flex-wrapper {
    column-gap: calc(10 * (100vw / 750));
  }

  /************** text **************/
  .news_250530 .content04 .title-wrapper .content__text {
    margin-top: calc(45 * (100vw / 750));
  }

  .news_250530 .content04 .content__text {
    margin-top: calc(53 * (100vw / 750));
  }

  .news_250530 .content04 .content__item03 .content__text {
    margin-top: calc(51 * (100vw / 750));
  }

}


/* ===============================================### 
コンテンツ05
###=============================================== */
.news_250530 .content05 {
  margin-top: 9.3rem;
}

/************** text **************/
.news_250530 .content05 .content__text.text03 {
  margin-top: 2.8rem;
}

.news_250530 .content05 .content__text.text04 {
  margin-top: 4.5rem;
  font-size: 1.2rem;
}

.news_250530 .content05 .content__text.text05 {
  margin-top: 8.8rem;
}

.news_250530 .content05 .content__text.text06 {
  margin-top: 2.8rem;
}

.news_250530 .content05 .content__text.text07 {
  margin-top: 4.5rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_250530 .content05 {
    margin-top: calc(126 * (100vw / 750));
  }

  /************** text **************/
  .news_250530 .content05 .content__text {
    letter-spacing: 0;
  }

  .news_250530 .content05 .content__text.text03 {
    margin-top: calc(47 * (100vw / 750));
  }

  .news_250530 .content05 .content__text.text04 {
    margin-top: calc(73 * (100vw / 750));
    font-size: calc(20 * (100vw / 750));
  }

  .news_250530 .content05 .content__text.text05 {
    margin-top: calc(112 * (100vw / 750));
  }

  .news_250530 .content05 .content__text.text06 {
    margin-top: calc(49 * (100vw / 750));
  }

  .news_250530 .content05 .content__text.text07 {
    margin-top: calc(75 * (100vw / 750));
  }
}

@media screen and (max-width: 767px) {
  .imgcenter {
    width: 50%;
    margin: auto;
  }

  .img15,
  .img16,
  .img17 {
    width: 46% !important;
  }

  .content04 .gap {
    gap: calc(20* (100vw /750));
  }
}

@media screen and (min-width: 768px) {
  .img01 {
    width: 70%;
    margin: auto;
  }

  .imgcenter {
    width: 30rem;
    margin: auto;
  }

  .news_250530 .flex-wrapper .content__image {
    width: 30rem;
  }

  .news_250530 .content03 .content__item01 .flex-wrapper {
    flex-wrap: wrap;
    gap: 1rem;
    ;
    width: 100rem;
  }

  .news_250530 .content03 .content__item01 .flex-wrapper .content__image {
    width: 30rem;
  }


  .content04 .gap {
    gap: 1rem;
  }
}