@charset "UTF-8";

/* ===============================================### 
共通設定
###=============================================== */
.news_241106.news_lp{
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  color: #000;
  --color-blue: #133E87;
  --color-light-blue01: #608BC1;
  --color-light-blue02: #CBDCEB;
  overflow: hidden;
}

.newsDetail.staticPageMain{
  width: 900px;
}

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

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

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

.news_241106 .content__title{
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-blue);
}

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

.news_241106 .product__text{
  color: var(--color-light-blue01);
}

.news_241106 .flex-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}

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



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

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

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


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

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



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

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

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

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

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

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

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

/************** flex **************/
.news_241106 .content01 .content__item02 .flex-wrapper{
  column-gap: 4rem;
}

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

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

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

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

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

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

.news_241106 .content01 .content__item05 .content__text span{
  color: var(--color-blue);
}

/************** image **************/
.news_241106 .content01 .content__item01 .content__image{
  width: 35rem;
}

.news_241106 .content01 .content__item02 .content__image{
  width: 16rem;
}

.news_241106 .content01 .content__item03 .content__image{
  width: 16rem;
}

.news_241106 .content01 .content__item05 .content__image{
  width: 35rem;
  margin-inline: auto;
}

.news_241106 .content01 .content__item06 .content__image{
  width: 16rem;
  margin-inline: auto;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /************** image **************/
  .news_241106 .content01 .content__item01 .content__image{
    width: calc(375 * (100vw / 750));
  }

  .news_241106 .content01 .content__item02 .content__image{
    width: calc(270 * (100vw / 750));
  }

  .news_241106 .content01 .content__item03 .content__image{
    width: calc(270 * (100vw / 750));
  }

  .news_241106 .content01 .content__item05 .content__image{
    width: calc(375 * (100vw / 750));
  }

  .news_241106 .content01 .content__item06 .content__image{
    width: calc(270 * (100vw / 750));
  }
}



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

.news_241106 .content02.content__border{
  border: 0.2rem solid var(--color-light-blue02);
}

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

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

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

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

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


/************** text **************/
.news_241106 .content02 .content__title{
  margin-top: 5.6rem;
  color: var(--color-blue);
}

.news_241106 .content02 .content__text{
  margin-top: 3.3rem;
}

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

/************** image **************/
.news_241106 .content02 .content__item01 .content__image{
  width: 28rem;
}

.news_241106 .content02 .content__item02 .content__image{
  width: 16rem;
}

.news_241106 .content02 .content__item03 .content__image{
  width: 28rem;
  margin-inline: auto;
}

.news_241106 .content02 .content__item04 .content__image{
  width: 16rem;
  margin-inline: auto;
}


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

  .news_241106 .content02.content__border{
    border: calc(2 * (100vw / 750)) solid var(--color-light-blue02);
  }

  .news_241106 .content02 .content__item01{
    margin-top: calc(55 * (100vw / 750));
  }

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

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

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

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


  /************** text **************/
  .news_241106 .content02 .content__title{
    margin-top: calc(95 * (100vw / 750));
  }

  .news_241106 .content02 .content__text{
    margin-top: calc(41 * (100vw / 750));
  }

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

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

  /************** image **************/
  .news_241106 .content02 .content__item01 .content__image{
    width: calc(460 * (100vw / 750));
  }

  .news_241106 .content02 .content__item02 .content__image{
    width: calc(270 * (100vw / 750));
  }

  .news_241106 .content02 .content__item03 .content__image{
    width: calc(460 * (100vw / 750));
  }

  .news_241106 .content02 .content__item04 .content__image{
    width: calc(270 * (100vw / 750));
  }
}



/* ===============================================### 
コンテンツ03
###=============================================== */
.news_241106 .content03{
  width: 80rem;
  margin-top: 10rem;
  margin-inline: auto;
  background-color: #F7F7F5;
}

.news_241106 .content03 .content-wrapper{
  /* width: 74rem; */
  padding-top: 5.7rem;
  padding-bottom: 5.5rem;
  margin-inline: auto;
}

.news_241106 .content03 .content__item01{
  margin-top: 3.3rem;
}

.news_241106 .content03 .content__item02{
  margin-top: 4.1rem;
}

.news_241106 .content03 .content__item03{
  margin-top: 4.7rem;
}

.news_241106 .content03 .content__item04{
  margin-top: 6.2rem;
}

/*** flex ***/
.news_241106 .content03 .content__item01 .flex-wrapper{
  column-gap: 6rem;
}

.news_241106 .content03 .content__item02 .flex-wrapper{
  column-gap: 0.5rem;
}

.news_241106 .content03 .content__item03 .flex-wrapper{
  column-gap: 1.1rem;
}

/************** text **************/
.news_241106 .content03 .title-wrapper .content__text{
  margin-top: 3.1rem;
}

.news_241106 .content03 .content__text{
  margin-top: 3.5rem;
}

.news_241106 .content03 .content__item02 .content__text{
  margin-top: 1.7rem;
}

.news_241106 .content03 .content__item03 .content__text{
  margin-top: 2.2rem;
}

.news_241106 .content03 .content__item04 .content__text.text01{
  margin-top: 3.2rem;
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-blue);
}

.news_241106 .content03 .content__item04 .content__text.text02{
  margin-top: 3.3rem;
}


/************** image **************/
.news_241106 .content03 .content__item01 .content__image{
  width: 24rem;
  /* margin-inline: auto; */
}

.news_241106 .content03 .content__item02 .content__image{
  width: 18.9rem;
  /* margin-inline: auto; */
}

.news_241106 .content03 .content__item03 .content__image{
  width: 18.1rem;
}

.news_241106 .content03 .content__item04 .content__image{
  width: 24rem;
  margin-top: 2.8rem;
  margin-inline: auto;
}


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

  .news_241106 .content03 .content-wrapper{
    width: calc(710 * (100vw / 750));
    padding-top: calc(100 * (100vw / 750));
    padding-bottom: calc(94 * (100vw / 750));
  }

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

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

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

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

  /*** flex ***/
  .news_241106 .content03 .content__item01 .flex-wrapper{
    column-gap: calc(10 * (100vw / 750));
  }

  .news_241106 .content03 .content__item02 .flex-wrapper{
    flex-wrap: wrap;
    column-gap: 0;
  }

  .news_241106 .content03 .content__item02 .flex__item.item02{
    margin-top: calc(-40 * (100vw / 750));
  }
  
  .news_241106 .content03 .content__item03 .flex-wrapper{
    flex-wrap: wrap;
    column-gap: 0;
  }


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

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

  .news_241106 .content03 .content__item02 .content__text{
    margin-top: calc(29 * (100vw / 750));
    letter-spacing: 0;
  }

  .news_241106 .content03 .content__item03 .content__text{
    margin-top: calc(30 * (100vw / 750));
    letter-spacing: 0;
  }

  .news_241106 .content03 .content__item04 .content__text.text01{
    font-size: calc(39 * (100vw / 750));
  }

  .news_241106 .content03 .content__item04 .content__text.text02{
    margin-top: calc(53 * (100vw / 750));
    letter-spacing: 0;
  }


  /************** image **************/
  .news_241106 .content03 .content__item01 .content__image{
    width: calc(460 * (100vw / 750));
  }

  .news_241106 .content03 .content__item02 .content__image{
    width: calc(310 * (100vw / 750));
  }

  .news_241106 .content03 .content__item03 .content__image{
    width: calc(310 * (100vw / 750));
  }

  .news_241106 .content03 .content__item03 .content__image.image03{
    margin-top: calc(-36 * (100vw / 750));
  }

  .news_241106 .content03 .content__item04 .content__image{
    width: calc(350 * (100vw / 750));
    margin-top: calc(52 * (100vw / 750));
  }
}


/* ===============================================### 
コンテンツ04
###=============================================== */
.news_241106 .content04{
  margin-top: 9.3rem;
}

/************** text **************/
.news_241106 .content04 .content__text.text03{
  margin-top: 2.8rem;
}

.news_241106 .content04 .content__text.text04{
  margin-top: 4.5rem;
  font-size: 1.2rem;
}

.news_241106 .content04 .content__text.text05{
  margin-top: 8.8rem;
}

.news_241106 .content04 .content__text.text06{
  margin-top: 2.8rem;
}

/* .news_241106 .content04 .content__text.text07{
  margin-top: 4.5rem;
} */

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

  /************** text **************/
  .news_241106 .content04 .content__text{
    letter-spacing: 0;
  }

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

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

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

  .news_241106 .content04 .content__text.text06{
    margin-top: calc(49 * (100vw / 750));
  }
/* 
  .news_241106 .content04 .content__text.text07{
    margin-top: calc(75 * (100vw / 750));
  }  */
}