@charset "UTF-8";

/* ===============================================### 
共通設定
###=============================================== */
.news_250904.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_250904 img {
  width: 100%;
  height: auto;
}

.news_250904 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_250904 .content__text {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}

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

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

.news_250904 .bold__text.blue {
  color: #8eaadb;
}
.news_250904 .bold__text.pink {
  color: #DD9BD8;
}
.news_250904 .product__text {
  color: var(--color-green);
}

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

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

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_250904 .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_250904 .content__title {
    font-size: calc(40 * 100vw / 750);
    font-weight: 600;
    position: relative;
    display: inline-block;
  }
}



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

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

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


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_250904 .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_250904 .detail__text.text02 {
    margin-top: calc(47 * (100vw / 750));
  }
}


/* ===============================================### 
content__btn
###=============================================== */
.news_250904 .content__btn a {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}

.news_250904 .content__btn {
  margin-top: 2.5rem;
  text-decoration: underline;
}

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

  .news_250904 .content__btn {
    margin-top: calc(47 * (100vw / 750));
  }
}

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

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

.news_250904 .content01 .content__text {
  margin-top: 2rem;
}
.news_250904 .content01 .flex-wrapper {
  gap: 1rem;
}


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

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

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

}



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

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


/************** text **************/
.news_250904 .content02 .content__text {
  margin-top: 2rem;
}


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

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

}



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

.news_250904 .content03 .content__text {
  margin-top: 2rem;
}

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

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

.news_250904 .content03 .content__item02 .content__image {
  margin-top: 3rem;
}

.news_250904 .content03 .content__item02 .img15 {
  margin-top: 1rem;
}

.news_250904 .content03 .content__item02 .content__text {
  margin-top: 1rem;
}

.news_250904 .content03 .flex-wrapper {
  flex-wrap: wrap;
  gap: 1rem;
  width: 80%;
  margin: 0 auto;
}

.news_250904 .content03 .flex-wrapper .content__image {
  width: 40%;
}

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

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

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

  /************** slide **************/
  .news_250904 .content03 .flex-wrapper {
    box-sizing: border-box;
    gap: 1rem;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .news_250904 .content03 .flex-wrapper .content__image {
    width: 48.5%;
  }

}


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

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

.news_250904 .content04 .content__text {
  margin-top: 2rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  /************** text **************/
  .news_250904 .content04 .title-wrapper .content__text {
    margin-top: calc(45 * (100vw / 750));
  }

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

}


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

/************** text **************/
.news_250904 .content05 .content__text {
  margin-top: 2rem;
}

.news_250904 .content05 .content__item01 {
  margin-top: 2rem;
}

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

  /************** text **************/
  .news_250904 .content05 .content__text {
    letter-spacing: 0;
    margin-top: calc(47 * (100vw / 750));
  }

  .news_250904 .content05 .content__item01 {
    margin-top: calc(47 * (100vw / 750));
  }
}

/* ===============================================### 
コンテンツ06
###=============================================== */
.news_250904 .content06 {
  margin-top: 9rem;
}
.news_250904 .content06 .content__text {
  margin-top: 2rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_250904 .content06 {
    margin-top: calc(126 * (100vw / 750));
  }
  /************** text **************/
  .news_250904 .content06 .content__text {
    letter-spacing: 0;
    margin-top: calc(47 * (100vw / 750));
  }
}

/* ===============================================### 
コンテンツ07
###=============================================== */
.news_250904 .content07 {
  margin-top: 9.3rem;
}
.news_250904 .content07 .content__text {
  margin-top: 2rem;
}
/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .news_250904 .content07 {
    margin-top: calc(126 * (100vw / 750));
  }
  /************** text **************/
  .news_250904 .content07 .content__text {
    letter-spacing: 0;
    margin-top: calc(47 * (100vw / 750));
  }
}

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

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

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

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

  .news_250904 .flex_small .content__image {
    width: 25rem;
  }

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