@charset "UTF-8";

/*---------- reset ----------*/
.main-area .main-inner {
  margin: 0;
  width: 100%;
}

/*---------- reset ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

.celford_240913 img,
.celford_240913 svg,
.celford_240913 picture,
.celford_240913 video {
  width: 100%;
  height: auto;
}

.celford_240913 a,
.celford_240913 picture {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .celford_240913 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}

.celford_240913 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}

@media screen and (min-width: 768px) {
  .celford_240913 #breadcrumb .cateList {
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/
.js-fade-Vr-first,
.js-fade-Vr {
  opacity: 0;
  transition-duration: 2.2s;
  /* transform: translateY(3rem); */
}

.js-fade-Vr-first.active,
.js-fade-Vr.active {
  opacity: 1;
  /* transform: translateY(0); */
}

/*---------- animation ----------*/
/*---------- font ----------*/
.celford_240913 {
  color: #000000;
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(24 *(100vw / 750));
  line-height: 2.2;
  letter-spacing: 0.025em;
}

@font-face {
  font-family: "NotoSerifJp";
  src: url("../fonts/NotoSerifJP-Medium.otf") format("opentype");
}

.ff_deja {
  font-family: dejanire-headline, serif;
  font-style: italic;
  font-weight: 400;
}

@media screen and (min-width: 768px) {

  .celford_240913 {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}

.sec-iconArea__txt,
.sec-credit span {
  font-family: "Crimson Text", serif;
  font-size: calc(24 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 768px) {

  .sec-iconArea__txt,
  .sec-credit span {
    font-size: 1.3rem;
  }
}

.celford_240913__btn a {
  font-family: "Crimson Text", serif;
  font-size: calc(22 *(100vw / 750));
  line-height: 1.5454545455;
  letter-spacing: 0.002em;
}

@media screen and (min-width: 768px) {
  .celford_240913__btn a {
    font-size: 1.1rem;
    line-height: 1.5454545455;
  }
}

/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/


/*---------- common ----------*/
.model__img {
  position: relative;
}

.model__img::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.celford_240913 {
  margin-bottom: calc(38 *(100vw / 750));
  overflow: hidden;
}

.firstviewArea__img {
  margin-inline: auto;
  margin-bottom: calc(123 *(100vw / 750));
}

.firstviewArea__lead {
  text-align: center;
}

.video {
  margin-top: calc(90* (100vw /750));
}










.footerIconArea {
  margin-bottom: calc(120 *(100vw / 750));
}

.footerIconArea .sec-iconArea {
  position: relative;
  left: calc(-1* (100vw / 750));
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(570* (100vw / 750));
  gap: calc(19* (100vw / 750)) calc(45 *(100vw / 750));
  margin: calc(180* (100vw / 750)) auto 0;
}

.footerIconArea .sec-iconArea__wrap {
  display: flex;
  align-items: center;
  gap: calc(20 *(100vw / 750));
}

.footerIconArea .sec-iconArea__wrap:nth-child(n+5) {
  position: relative;
  left: calc(18* (100vw / 750));
}

.footerIconArea .sec-iconArea__icon {
  width: calc(62.5 *(100vw / 750));
}

.footerIconArea .sec-iconArea__txt {
  margin-right: 0;
  white-space: nowrap;
}

.celford_240913__btn {
  text-align: center;
}

.celford_240913__btn a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(640 *(100vw / 750));
  height: calc(124 *(100vw / 750));
  margin: calc(92* (100vw / 750)) auto 0;
  border: solid calc(2* (100vw /750)) #333333;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .model__img::before {
    z-index: 2;
    width: 4rem;
    height: 14rem;
  }

  .celford_240913 {
    margin-bottom: 6rem;
    padding-top: 3rem;
  }

  .firstviewArea__img {
    width: 120rem;
    margin-bottom: 11.3rem;
  }

  .video {
    width: 80rem;
    margin: 7.5rem auto 0;
  }


  .footerIconArea {
    margin-bottom: 9.9rem;
  }

  .footerIconArea .sec-iconArea {
    gap: 2rem;
    margin: 18.7rem auto 0;
    width: 53rem;
    left: 0;
  }

  .footerIconArea .sec-iconArea__wrap:nth-child(4) {
    position: relative;
    left: -0.5rem;
  }

  .footerIconArea .sec-iconArea__wrap:nth-child(n+5) {
    position: relative;
    left: 0.5rem;
  }

  .footerIconArea .sec-iconArea__wrap {
    gap: 1rem;
  }

  .footerIconArea .sec-iconArea__icon {
    width: 4.05rem;
  }

  .celford_240913__btn a {
    width: 101.6rem;
    height: 6.2rem;
    letter-spacing: 0.025em;
    margin: 5.5rem auto 0;
    border: solid 1px #333333;
  }

}






/* ▽_____________ common ______________▽ */
.sec__content-item {
  position: relative;
}

/* .sec__content_ttl {
  font-family: "NotoSerifJp", serif;
  font-size: calc(34* (100vw / 750));
  line-height: 2;
  letter-spacing: 0.075em;
  margin-top: calc(60* (100vw / 750));
} */

.sec__content-item--tx>p {
  margin-top: calc(40* (100vw / 750));
  text-align: justify;
  letter-spacing: 0.05em;
}

.item-function__wrap {
  display: flex;
  margin-top: calc(15* (100vw / 750));
  gap: calc(28* (100vw / 750));
}

.item-function__wrap li {
  display: flex;
  align-items: center;
}

.item-function__wrap p {
  font-size: calc(24* (100vw / 750));
  font-family: "Crimson Text", serif;
}

.item-function__wrap .function__icon {
  width: calc(54* (100vw / 750));
  margin-left: calc(19* (100vw / 750));
}

.function__icon+.function__icon {
  margin-left: calc(11* (100vw / 750));
}

.credit__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(39* (100vw / 750));
  gap: 0 calc(25* (100vw / 750));
}

.credit__wrap::after {
  content: "";
  width: 100%;
}

.credit__wrap li {
  font-size: calc(24* (100vw / 750));
  font-family: "Crimson Text", serif;
  letter-spacing: 0.025em;
  white-space: nowrap;
  line-height: 1;
  font-feature-settings: "palt";
}

.credit__wrap li a {
  padding-bottom: calc(3* (100vw / 750));
  border-bottom: calc(2* (100vw / 750)) solid #b2b2b2;
}

@media screen and (min-width: 768px) {
  .sec__content-item--tx>p {
    margin-top: 1.8rem;
    letter-spacing: 0.025em;
  }

  .item-function__wrap {
    margin-top: 1.7rem;
    gap: 2rem;
  }

  .item-function__wrap p {
    font-size: 1.3rem;
  }

  .item-function__wrap .function__icon {
    width: 3rem;
    margin-left: 1rem;
  }

  .function__icon+.function__icon {
    margin-left: 0.5rem;
  }

  .credit__wrap {
    margin-top: 3rem;
    gap: 0 2rem;
  }

  .credit__wrap li {
    font-size: 1.3rem;
    width: fit-content;
    letter-spacing: 0.015em;
  }

  .credit__wrap li a {
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #b2b2b2;
  }
}

/* △_____________ common ______________△ */













.sec__content-wrap {
  position: relative;
  width: calc(750* (100vw / 750));
}

.sec__ttl {
  position: relative;
  font-size: calc(24* (100vw /750));
  line-height: 2.2;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: calc(487* (100vw /750));
}

.sec__ttl::before {
  content: "";
  position: absolute;
  width: calc(750* (100vw /750));
  height: calc(615* (100vw /750));
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/svg/sp/sec1.svg) center/contain no-repeat;
  top: calc(-340* (100vw /750));
}

@media screen and (max-width: 767px) {
  .sec__content-wrap {
    position: relative;
    width: calc(750* (100vw /750));
  }

  .sec__content_ttl {
    position: absolute;
    z-index: 2;
    pointer-events: none;
  }
}

@media screen and (min-width: 768px) {
  .sec__ttl {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    margin-top: 31.8rem;
  }

  .sec__ttl::before {
    width: 71rem;
    height: 36rem;
    background: url(../img/svg/sec1.svg) center/contain no-repeat;
    top: -23.8rem;
  }

}

/* ===============================================
* slick *
=============================================== */
#lp_contents .slick-dots li.slick-active {
  position: relative;
}

#lp_contents .slick-dots li.slick-active button {
  content: "";
  width: 0;
  background-color: #000;
  -webkit-animation-duration: 3.8s;
  animation-duration: 3.8s;
  -webkit-animation-name: slide_bg;
  animation-name: slide_bg;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes slide_bg {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes slide_bg {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

#lp_contents .slick-dots li {
  width: calc(70 *(100vw / 750));
  height: calc(4 *(100vw / 750));
  margin: 0 0 0 calc(17* (100vw /750));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #B2B2B2;
}

@media only screen and (min-width: 768px),
print {
  #lp_contents .slick-dots li {
    width: 3.5rem;
    height: 2px;
    margin: 0 1rem;
    margin-right: 0;
  }
}

#lp_contents .slick-dots li button {
  height: 100%;
  width: 100%;
  padding: 0;
}

#lp_contents .slick-dots li button:before {
  content: "";
  height: 100%;
  width: 100%;
}

#lp_contents .slick-dots li.slick-active button:before {
  opacity: 1;
  width: 100%;
  height: 100%;
}

#lp_contents .slick-dots {
  position: initial;
  margin-top: calc(30 *(100vw / 750));
  text-align: left;
}

@media only screen and (min-width: 768px),
print {
  #lp_contents .slick-dots {
    margin-top: 1.5rem;
  }
}

#lp_contents .slick-dots li:first-of-type {
  margin-left: 0 !important;
}

#lp_contents .slick-arrow {
  display: none !important;
}

#lp_contents .slick-prev:before,
#lp_contents .slick-next:before {
  display: none;
}

#lp_contents .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ===============================================
* movie *
=============================================== */
.movie__button {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(28 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.035em;
}

.movie__button {
  position: absolute;
  right: calc(13 *(100vw / 750));
  bottom: calc(13 *(100vw / 750));
  padding: calc(5 *(100vw / 750)) calc(10* (100vw /750));
  border: solid 1px #000000;
  cursor: pointer;
}

.movie {
  position: relative;
  margin-inline: auto;
  margin-top: calc(89 *(100vw / 750));
  width: calc(750* (100vw /750));
}

.movie__button .sound-off {
  display: none;
}

@media screen and (min-width: 768px) {

  .movie__button {
    right: 1rem;
    bottom: 2rem;
    padding: 0.2rem 0.6rem;
    font-size: 1.5rem;
  }

  .movie {
    width: 80rem;
    margin-top: 7.3rem;
  }
}

/* ===============================================
* sec1 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec1 .sec__content-wrap--1 .sec__content_ttl {
    width: calc(104* (100vw /750));
    top: calc(-23* (100vw /750));
    right: calc(17* (100vw /750));
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--1 {
    width: calc(660* (100vw /750));
    margin: calc(204* (100vw /750)) auto 0;
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--2 {
    margin-top: calc(50* (100vw /750));
  }

  .sec1 .sec__content-wrap--1 .credit__wrap {
    margin-top: calc(36* (100vw / 750));
  }


  .sec__content-item--tx {
    width: calc(650* (100vw /750));
    margin: calc(60* (100vw /750)) auto 0;
  }

  .sec__content-item--tx h5 {
    font-family: "NotoSerifJp", serif;
    font-size: calc(34* (100vw /750));
    line-height: 2;
    letter-spacing: 0.075em;
    font-weight: 500;
  }

  .sec__content-item--tx h5+p {
    margin-top: calc(30* (100vw /750));
    letter-spacing: 0.05em;
    font-feature-settings: "pkna";
  }

  /* ===============================================
  *  .sec__content-wrap--2  *
  =============================================== */
  .sec1 .sec__content-wrap--2 .sec__content_ttl {
    width: calc(55.5* (100vw /750));
    top: calc(3* (100vw /750));
    right: calc(50* (100vw /750));
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--1 {
    width: calc(440* (100vw /750));
    margin: calc(198* (100vw /750)) auto 0;
  }

  .sec1 .sec__content-wrap--2 .img04 {
    margin-top: calc(45* (100vw /750));
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--tx {
    width: calc(568* (100vw /750));
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--3 {
    width: calc(680* (100vw /750));
    margin: calc(68* (100vw /750)) auto 0;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--3 .credit__wrap {
    margin-top: calc(60* (100vw /750));
    justify-content: flex-end;
  }

  /* ===============================================
  *  .sec__content-wrap--3  *
  =============================================== */
  .sec1 .sec__content-wrap--3 .sec__content_ttl {
    width: calc(97.8* (100vw /750));
    top: calc(-32* (100vw /750));
    left: calc(64* (100vw /750));
  }

  .sec1 .sec__content-wrap--3 .sec__content-item--1 {
    width: calc(560* (100vw /750));
    margin: calc(184* (96vw /750)) calc(55* (100vw /750)) 0 auto;
  }

  .sec1 .sec__content-wrap--3 .sec__content-item--2 {
    margin-top: calc(50* (100vw /750));
  }
}

@media screen and (min-width: 768px) {
  .sec__content-wrap {
    display: grid;
    position: relative;
    width: 140rem;
    margin: auto;
  }


  /* ===============================================
* .sec__content-wrap--1 *
=============================================== */
  .sec1 .sec__content-wrap--1 {
    width: 99rem;
    grid-template-columns: 61rem auto;
    grid-template-rows: 6.8rem 21.7rem 35.7rem auto;
    margin-top: 15.6rem;
  }

  .sec1 .sec__content-wrap--1 .sec__content_ttl {
    grid-area: 2/1/3/2;
    width: 44.4rem;
    margin-left: 3.3rem;
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--1 {
    grid-area: 1/2/2/3;
    width: 38rem;
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--2 {
    grid-area: 3/1/5/2;
    width: 51rem;
  }

  .sec1 .sec__content-wrap--1 .sec__content-item--3 {
    grid-area: 4/2/5/3;
    width: 38rem;
  }

  .sec__content-item--tx h5 {
    font-family: "NotoSerifJp", serif;
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: 0.075em;
    font-weight: 500;
  }

  .sec__content-item--tx h5+p {
    margin-top: 1.7rem;
    letter-spacing: 0;
    font-feature-settings: "pkna";
  }

  /* ===============================================
  * sec__content-wrap--2 *
  =============================================== */
  .sec1 .sec__content-wrap--2 {
    width: 102rem;
    margin-top: 16rem;
    grid-template-columns: 50rem auto;
    grid-template-rows: 8.8rem 25.6rem 61.7rem auto;
  }

  .sec1 .sec__content-wrap--2 .sec__content_ttl {
    grid-area: 2/2/3/4;
    width: 33.4rem;
    margin-left: 9.4rem;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--1 {
    grid-area: 1/1/3/2;
    width: 30rem;
  }

  .sec1 .sec__content-wrap--2 .img04 {
    margin-top: 3rem;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--2 {
    grid-area: 4/1/5/2;
    width: 30rem;
  }

  .sec1 .sec__content-wrap--2 .sec__content-item--3 {
    grid-area: 3/2/5/3;
    width: 52rem;
  }

  .sec1 .sec__content-wrap--2 .credit__wrap {
    justify-content: flex-end
  }

  /* ===============================================
  * sec__content-wrap--3 *
  =============================================== */
  .sec1 .sec__content-wrap--3 {
    width: 86.5rem;
    margin-top: 13.9rem;
    grid-template-columns: 50.6rem 8.4rem auto;
    grid-template-rows: 12rem 31.7rem 34.8rem auto;
    left: -2.3rem;
  }

  .sec1 .sec__content-wrap--3 .sec__content_ttl {
    grid-area: 2/1/3/3;
    width: 28.7rem;
    margin-left: 10.9rem;
  }

  .sec1 .sec__content-wrap--3 .sec__content-item--1 {
    grid-area: 1/2/2/3;
    width: 36rem;
    z-index: 1;
  }

  .sec1 .sec__content-wrap--3 .sec__content-item--2 {
    grid-area: 3/1/5/2;
    width: 53rem;
  }

  .sec1 .sec__content-wrap--3 .sec__content-item--3 {
    grid-area: 4/3/5/4;
    width: 32rem;
  }
}


























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



/* //////////////////////////////////////////////////////////////////////////////////////////////
                                          CE240913
////////////////////////////////////////////////////////////////////////////////////////////// */
.firstviewArea {
  margin-bottom: 11.6rem;
}

/* section01 */
.section01 {

}
.sec01_ttl_img {
  width: 140rem;
  margin: 0 auto 3.4rem;
}
.sec_lead {
  text-align: center;
  letter-spacing: 0.025em;
}
.sec_lead.under01 {
  margin-bottom: 1.3rem;
}
.icon_img {
  width: 8rem;
  margin: 0 auto 10rem;
}
.sec01_item_sax_area {
}
.sec01_item01 {
  width: 47rem;
  position: relative;
  margin: 0 auto;
  height: 96.1rem;
  left: -1rem;
}
.sec01_sax {
  position: absolute;
  width: 4rem;
  left: -6rem;
  top: 0;
}
.sec01_lead {
  position: absolute;
  right: -30.9rem;
  top: 31.5rem;
}
.item_lead {
  font-family: "NotoSerifJp";
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.075em;
}
.sec01_item02 {
  width: 32rem;
  position: absolute;
  bottom: 0.2rem;
  left: -29.5rem;
}
.credit__wrap.credit_left {
  justify-content: flex-start;
}
.credit__wrap.row2 {
  margin-top: 1.5rem;
}
.sec01_item_white01 {
  width: 35rem;
  position: relative;
  right: -76rem;
  top: -13.8rem;
  margin-bottom: 4rem;
}
.sec01_white {
  width: 4rem;
  position: absolute;
  right: -6rem;
  top: 0;
}
.sec01_item_white02 {
  position: relative;
  width: 48rem;
  margin: 0 auto 20rem;
  top: 4.1rem;
  left: -22.2rem;
}
.item_lead.text_right {
  text-align: right;
}
.sec01_lead02 {
  position: absolute;
  top: 32.4rem;
  left: -26.2rem;
}
.sec01_white_credit {
  position: absolute;
  right: -13.8rem;
  bottom: 0rem;
}

/* section02 */
.section02 {

}
.sec02_ttl_lead_box {
  width: 140rem;
  height: 140rem;
  position: relative;
  margin: 0 auto;
  /* margin-bottom: 4rem; */
  top: -23.7rem;
}
.sec02_ttl {
  position: absolute;
  top: 30.3rem;
}
.sec02_lead {
  width: 40rem;
  margin-top: 17.9rem;
  position: relative;
  left: 80.5rem;
}
.sec02_lead .sec_lead {
  text-align: justify;
}
.icon_img_sec02 {
  width: 8rem;
  margin-top: 1.3rem;
}
.sec02_img01 {
  width: 51rem;
  position: absolute;
  left: 17.5rem;
  top: -20.3rem;
  z-index: 20;
}
.sec02_img02 {
  position: relative;
  width: 33rem;
  margin: 0 auto 14rem;
  top: 23.7rem;
  left: 56.5rem;
}
.sec02_lead01 {
  position: absolute;
  top: 21.1rem;
  left: -27.9rem;
}
.sec02_credit_box01 {
  position: absolute;
  right: -14.8rem;
  bottom: 0rem;
}
.sec02_beige {
  width: 4rem;
  position: absolute;
  right: -6.5rem;
  top: 0;
}
.sec02_img03_black_flex {
  display: flex;
  justify-content: space-between;
}
.sec02_img03_black_flex_re {
  width: 89rem;
  margin: 0 auto;
  position: relative;
  left: 3.2rem;
  top: -9.7rem;
}
.sec02_img03_black_flex_left {
  width: 50rem;
  position: relative;
}
.sec02_black {
  width: 4rem;
  position: absolute;
  left: -6.4rem;
  top: 0;
}
.sec02_lead02 {
  position: absolute;
  top: 29.9rem;
  right: 6.4rem;
}
.item_lead.text_center {
  text-align: center;
}
.sec02_img03_black_flex_right {
  margin-top: 48.3rem;
  width: 35rem;
  position: relative;
}
.sec02_img04_deco {
  position: absolute;
  top: 59.5rem;
  right: -5.8rem;
  width: 10rem;
}
.section02_bg {
  width: 100%;
  height: 65.5rem;
  background: #F6F6F6;
  margin: 12.3rem auto 31.1rem;
  position: relative;
}
.section02_bg_flex {
  position: absolute;
  width: 56.6rem;
  left: 36.5rem;
  top: -8rem;
}
.sec02_img05 {
  width: 33rem;
  margin-bottom: 4rem;
}
.sec02_img06 {
  width: 42rem;
  margin-left: 14.5rem;
}
.sec02_bg_left_ttl {
  width: 7.3rem;
  position: absolute;
  left: 25.2rem;
  top: 8.6rem;
}
.sec02_bg_text {
  width: 35rem;
  position: absolute;
  right: 25rem;
  top: 9rem;
}
.sec02_bg_text .item_lead {
  margin-bottom: 1.9rem;
}
.sec02_bg_text .sec_lead {
  text-align: justify;
}
.credit__wrap.credit_right {
  justify-content: flex-end;
}

/* section03 */
.section03 {margin-bottom: 14rem;}
.sec03_ttl_img {
  width: 140rem;
  margin: 0 auto 3.4rem;
}
.icon_img.sec03 {
  margin-bottom: 9.8rem;
}
.sec03_img_black_flex {
  display: flex;
  justify-content: space-between;
}
.sec03_flex_re {
  width: 85rem;
  position: relative;
  left: 42.3rem;
}
.sec03_img_black_flex_left {
  width: 28rem;
}
.sec03_img_black_flex_right {
  width: 45rem;
  margin-top: 16.8rem;
}
.sec03_black {
  width: 4rem;
  position: absolute;
  top: 16.8rem;
  right: -6.1rem;
}
.sec03_lead01 {
  position: absolute;
  bottom: 31.9rem;
  left: 4.2rem;
}
.sec03_sax_flex_re {
  position: relative;
  width: 92rem;
  top: -3.1rem;
  left: 11rem;
}
.sec03_img_sax_flex {
  display: flex;
  justify-content: space-between;
}
.sec03_img_sax_flex_left {
  width: 44rem;
}
.sec03_img_sax_flex_right {
  width: 44rem;
  margin-top: 15rem;
}
.sec03_sax {
  width: 4rem;
  position: absolute;
  top: 0;
  left: 46rem;
}
.sec03_lead02 {
  position: absolute;
  bottom: 39.7rem;
  right: -21.6rem;
}

/* section04 */
.sec04_ttl_img {
  width: 140rem;
  margin: 0 auto 3.4rem;
}
.icon_img.sec04 {
  margin-bottom: 9.8rem;
}
.sec04_pink_flex_re {
  position: relative;
  width: 97rem;
  /* top: -3.1rem; */
  left: 18.4rem;
}
.sec04_pink_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14rem;
}
.sec04_pink_flex_left {
  width: 32rem;
  margin-top: 34.6rem;
}
.sec04_pink_flex_right {
  width: 43rem;
}
.sec04_pink {
  width: 4rem;
  position: absolute;
  top: 0;
  right: -6rem;
}
.sec04_lead01 {
  position: absolute;
  top: 18.3rem;
  left: 6rem;
}
.sec04_ivory_flex_re {
  position: relative;
  width: 84rem;
  /* top: -3.1rem; */
  left: 31rem;
}
.sec04_ivory_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15rem;
}
.sec04_ivory_flex_left {
  width: 34rem;
}
.sec04_ivory_flex_right {
  width: 42rem;
  margin-top: 25rem;
}
.sec04_ivory {
  width: 4rem;
  position: absolute;
  top: 0;
  left: -6rem;
}
.sec04_lead02 {
  position: absolute;
  top: 8.7rem;
  right: 10.9rem;
}
.coat_on_sec04 {
  width: 10rem;
  position: absolute;
  top: 42.7rem;
  right: 34.4rem;
}

/* section05 */
.section05 {

}
.sec05_bg {
  width: 55.6%;
  height: 55rem;
  background: #F6F6F6;
  margin-left: auto;
  margin-top: 35.8rem;
  margin-bottom: 29.2rem;
  position: relative;
}
.sec05_img_area {
  top: -21rem;
  position: absolute;
  left: -17.8rem;
}
.sec05_img01 {
  width: 38rem;
  margin-bottom: 5.2rem;
}
.sec05_img03 {
  width: 57rem;
  position: absolute;
  left: -26.4rem;
}
.sec05_bg_left_ttl {
  width: 7.3rem;
  position: absolute;
  left: -29.1rem;
  top: -20.9rem;
}
.sec05_bg_text {
  width: 38rem;
  position: absolute;
  right: 73.8rem;
  top: 14.8rem;
}
.sec05_bg_text .item_lead {
  margin-bottom: 1.9rem;
}
.sec05_bg_text .sec_lead {
  text-align: justify;
  margin-bottom: 1.2rem;
}
.sec05_icon {
  width: 6.7rem;
  /* margin-left: 0.8rem; */
}
.sec05_credit {
  position: absolute;
  bottom: -81rem;
  right: 116.7rem;
}

/* section06 */
.section06 {

}
.sec06_ttl_lead_box {
  width: 140rem;
  height: 140.6rem;
  position: relative;
  margin: 0 auto;
  /* margin-bottom: 4rem; */
  top: 0;
}
.sec06_ttl {
  position: absolute;
  top: 30.3rem;
  width: 140rem;
  margin: 0 auto;
}
.sec06_lead01 {
  width: 33rem;
  margin-top: 3.3rem;
  position: relative;
  left: 79.3rem;
}
.sec06_lead01 .sec_lead {
  text-align: justify;
}
.sec06_img_area {
  position: absolute;
  top: 16.5rem;
  left: 21.1rem;
}
.sec06_img01 {
  width: 48rem;
  margin-bottom: 4.1rem;
  position: relative;
  z-index: 20;
}
.sec06_img02 {
  width: 32rem;
  position: absolute;
  left: 29.8rem;
}
.sec06_black {
  width: 4rem;
  position: absolute;
  top: 75.5rem;
  left: 14.7rem;
}
.sec06_lead {
  position: absolute;
  bottom: 22.3rem;
  left: 17.7rem;
}
.sec06_credit {
  position: absolute;
  bottom: 0rem;
  right: 43.7rem;
}
.sec06_white_area {
  margin-top: 14rem;
  position: relative;
  height: 108rem;
  width: 90rem;
  margin-left: auto;
}
.sec06_white_img_area {
  /* position: absolute; */
}
.sec06_white_img01 {
  width: 66rem;
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 4rem;
}
.sec06_white_img02 {
  width: 40rem;
  position: absolute;
  top: 48rem;
  right: 50rem;
}
.sec06_lead02 {
  position: absolute;
  top: 18.4rem;
  left: -8.7rem;
}
.sec06_white {
  width: 4rem;
  position: absolute;
  bottom: 0;
  left: -6.5rem;
}
.sec06_white_credit {
  position: absolute;
  bottom: 0;
  right: 35.4rem;
}

/* section07 */
.section07 {
  /* width: 100%; */
  /* display: flex; */
  position: relative;
}
.sec07_bg {
  /* width: calc(100vw - 68rem); */
  width: 140rem;
  margin: 0 auto;
  height: 52.7rem;
  /* background: #F6F6F6; */
  margin-top: 38.7rem;
  margin-bottom: 32.8rem;
  position: relative;
}
.sec07_img_area {
  top: -18.7rem;
  position: absolute;
  left: 31.9rem;
  display: flex;
  justify-content: space-between;
  width: 93rem;
}
.sec07_img01 {
  width: 51rem;
}
.sec07_img02 {
  width: 38rem;
  margin-top: 26.7rem;
}
.sec07_bg_left_ttl {
  width: 7.3rem;
  position: absolute;
  left: 16.6rem;
  top: -18.7rem;
}
.sec07_bg_text {
  width: 37rem;
  position: absolute;
  left: 32rem;
  top: 22.4rem;
}
.sec07_bg_text .item_lead {
  margin-bottom: 1.9rem;
}
.sec07_bg_text .sec_lead {
  text-align: justify;
}
.sec07bg_right {
  /* width: 29.5%; */
}

/* last_parts */
.last_parts {
  width: 100rem;
  margin: 33.1rem auto 5.8rem;
}

.width1400 {
  width: 140rem;
  margin: 0 auto;
  height: 78rem;
  position: relative;
}
.width1400_2 {
  width: 140rem;
  margin: 0 auto;
  /* height: 78rem; */
  position: relative;
}
.width1400_3 {
  width: 140rem;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.pc_on {
  display: block;
}
.sp_on {
  display: none;
}

.sen_img {
  position: relative;
}
.sen_img img {
  position: relative;
  z-index: 10;
}
.sen_img::before {
  content: "";
  position: absolute;
  /* width: 100vw; */
  height: 1px;
  background: #4D4D4D;
  top: 1.2rem;
  /* left: -26rem; */
  z-index: 1;
  margin: 0 calc(50% - 50vw);
  width: 130vw;
}
.sen_img::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #4D4D4D;
  /* left: -26rem; */
  margin: 0 calc(50% - 50vw);
  width: 130vw;
}

.sec02_ttl_lead_box .sen_img {
  top: 30.4rem;
}

/* .section07::after {
  content: "";
  width: calc(989* (100vw /1400));
  height: calc(52.7* (100vw /1400));
  background: #F6F6F6;
  position: absolute;
} */
.sec07_bg::before {
  display: block;
  content: "";
  position: absolute;
  width: 100vw;
  height: 52.7rem;
  background: #F6F6F6;
  left: auto;
  right: 41rem;
  z-index: -1;
}

@-moz-document url-prefix() {
  .sec02_bg_text {
    width: 35.7rem;
  }
  .sec05_bg_text {
    width: 38.5rem;
  }
}

@media screen and (max-width: 1900px) {
.sec07_bg {
  /* width: calc(100vw - 41rem); */
}
.sec07_bg_left_ttl {
  left: 16.6rem;
}
.sec07_img_area {
  left: 31.9rem;
}
.sec05_bg {
  width: 57.8%;
}
.sec07_bg_text {
  left: 32rem;
}
}


@media screen and (max-width: 767px) {
  .pc_on {
    display: none;
  }
  .sp_on {
    display: block;
  }

  .sen_img::before , .sen_img::after {
    display: none;
  }

.sec01_ttl_img {
  width: calc(750* (100vw /750));
  margin: 0 auto calc(64* (100vw /750));
}
.icon_img {
  margin: 0 auto calc(80* (100vw /750));
}
.sec_lead.sec01_lead_top {
  width: calc(650* (100vw /750));
  margin: 0 auto calc(31* (100vw /750));
  text-align: justify;
}
.sec01_item01 {
  width: calc(700* (100vw /750));
  margin: 0;
  margin-left: auto;
  height: calc(1050* (100vw /750));
  left: 0;
}
.sec01_lead {
  display: none;
}
.sec01_item02 {
  width: calc(460* (100vw /750));
  position: relative;
  bottom: calc(-40* (100vw /750));
  left: calc(-50* (100vw /750));
}
.sec01_sax {
  width: calc(70* (100vw /750));
  left: calc(420* (100vw /750));
  top: calc(1088* (100vw /750));
}
.sec02_credit {
  margin-left: calc(40* (100vw /750));
}
.width1400_2 {
  width: calc(750* (100vw /750));
  height: auto;
}
.sec01_item_white01 {
  width: calc(490* (100vw /750));
  right: 0;
  top: 0;
  margin-bottom: calc(-289* (100vw /750));
  margin-top: calc(968* (100vw /750));
  margin-left: auto;
  margin-right: calc(50* (100vw /750));
}
.sec01_white {
  width: calc(70* (100vw /750));
  right: calc(502* (100vw /750));
  top: calc(510* (100vw /750));
}
.sec01_item_white02 {
  width: calc(700 *(100vw /750));
  margin: 0 auto;
  top: calc(40 *(100vw /750));
  left: calc(-210 *(100vw /750));
  z-index: 100;
}
.sec01_lead02 {
  display: none;
}
.sec01_white_credit {
  right: calc(-22 *(100vw /750));
  bottom: calc(-69 *(100vw /750));
  display: flex;
  z-index: 100;
}
.sec02_ttl_lead_box {
  width: calc(750 *(100vw /750));
  height: calc(3120 *(100vw /750));
  top: calc(0 *(100vw /750));
}
.sec02_img01 {
  width: calc(750 *(100vw /750));
  left: calc(0 *(100vw /750));
  top: calc(542 *(100vw /750));
}
.sec02_lead {
  width: calc(620 *(100vw /750));
  margin-top: calc(65 *(100vw /750));
  left: calc(67 *(100vw /750));
  margin-bottom: calc(80 *(100vw /750));
}
.sec_lead {
  font-size: calc(24* (100vw /750));
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.sec02_img02 {
  width: calc(530* (100vw /750));
  margin: 0 auto;
  top: calc(1166* (100vw /750));
  left: calc(64* (100vw /750));
  z-index: 100;
}
.sec02_beige {
  width: calc(70* (100vw /750));
  right: calc(-80* (100vw /750));
}
.sec02_credit_box01 {
  right: calc(56* (100vw /750));
  bottom: calc(-69* (100vw /750));
  display: flex;
  z-index: 100;
}
.sec02_credit_box01 .credit__wrap {
  margin-top: 0;
}
.sec02_img03_black_flex_left {
  width: calc(650* (100vw /750));
  top: calc(396* (100vw /750));
  left: calc(0* (100vw /750));
}
.sec02_black {
  width: calc(70* (100vw /750));
  left: calc(660* (100vw /750));
  top: calc(396* (100vw /750));
}
.sec02_img03_black_flex_right {
  margin-top: calc(436* (100vw /750));
  width: calc(510* (100vw /750));
  right: calc(-141* (100vw /750));
  top: calc(0* (100vw /750));
}
.sec02_img04_deco {
  top: calc(1569* (100vw /750));
  right: calc(60* (100vw /750));
  width: calc(142.8* (100vw /750));
}
.sec02_lead02 {
  top: calc(1407* (100vw /750));
  right: calc(621* (100vw /750));
  writing-mode: vertical-rl;
  height: 100%;
  font-size: calc(36* (100vw /750));
  letter-spacing: 0.075em;
  line-height: 1.6;
  font-feature-settings: "vpal";
}
.section02 {
  height: calc(5330* (100vw /750));
}
.section02_bg {
  height: calc(1410* (100vw /750));
  margin: calc(428* (100vw /750)) auto calc(496* (100vw /750));
}
.width1400 {
  width: 100%;
  height: auto;
}
.section02_bg_flex {
  width: calc(520* (100vw /750));
  left: calc(0* (100vw /750));
  top: calc(-144* (100vw /750));
}
.sec02_img05 {
  width: calc(520* (100vw /750));
  margin-bottom: calc(80* (100vw /750));
}
.sec02_bg_left_ttl {
  width: calc(92* (100vw /750));
  left: calc(595* (100vw /750));
  top: calc(-145* (100vw /750));
}
.sec02_bg_text {
  width: calc(645* (100vw /750));
  right: calc(50* (100vw /750));
  top: calc(698* (100vw /750));
}
.sec02_img06 {
  width: calc(645* (100vw /750));
  margin-left: 0;
  position: relative;
  top: calc(481* (100vw /750));
  left: calc(53* (100vw /750));
}
.section03 {
  margin-bottom: calc(328* (100vw /750));
}
.sec03_ttl_img {
  width: calc(750* (100vw /750));
  margin: 0 auto calc(65* (100vw /750));
}
.icon_img.sec03 {
  margin-bottom: calc(80* (100vw /750));
}
.sec03_flex_re {
  width: calc(750* (100vw /750));
  left: calc(0* (100vw /750));
}
.sec03_img_black_flex {
  flex-wrap: wrap;
}
.sec03_img_black_flex_left {
  width: calc(520* (100vw /750));
  order: 2;
  margin-left: auto;
  margin-right: calc(40* (100vw /750));
}
.sec03_img_black_flex_right {
  width: calc(750* (100vw /750));
  margin-top: calc(0* (100vw /750));
  margin-bottom: calc(40* (100vw /750));
}
.sec03_lead01 {
  display: none;
}
.sec03_black {
  width: calc(70* (100vw /750));
  top: calc(1161* (100vw /750));
  right: calc(575* (100vw /750));
}
.sec03_img_sax_flex_left {
  width: calc(650* (100vw /750));
}
.sec03_sax_flex_re {
  width: calc(750* (100vw /750));
  top: calc(119* (100vw /750));
  left: calc(0* (100vw /750));
}
.sec03_img_sax_flex {
  flex-wrap: wrap;
}
.sec03_sax {
  width: calc(70* (100vw /750));
  top: calc(0* (100vw /750));
  left: calc(665* (100vw /750));
}
.sec03_img_sax_flex_right {
  width: calc(750* (100vw /750));
  margin-top: calc(40* (100vw /750));
}
.sec04_ttl_img {
  width: calc(750* (100vw /750));
  margin: calc(0* (100vw /750)) auto calc(64* (100vw /750));
}
.icon_img.sec04 {
  margin-bottom: calc(80* (100vw /750));
}
.sec04_pink_flex_re {
  width: calc(750* (100vw /750));
  left: calc(0* (100vw /750));
}
.sec04_pink_flex {
  margin-bottom: calc(100* (100vw /750));
  flex-wrap: wrap;
}
.sec04_pink_flex_left {
  width: calc(520* (100vw /750));
  margin-top: calc(39* (100vw /750));
  order: 2;
}
.sec04_pink_flex_right {
  width: calc(670* (100vw /750));
  margin-left: auto;
}
.sec04_lead01 {
  display: none;
}
.sec04_ivory_flex_re {
  width: calc(750* (100vw /750));
  left: calc(0* (100vw /750));
}
.sec04_ivory_flex {
  margin-bottom: calc(180* (100vw /750));
  flex-wrap: wrap;
}
.sec04_ivory_flex_right {
  width: calc(680* (100vw /750));
  margin-top: calc(40* (100vw /750));
  margin-left: auto;
}
.sec04_ivory {
  width: calc(70* (100vw /750));
  top: calc(0* (100vw /750));
  left: calc(650* (100vw /750));
}
.sec04_lead02 {
  display: none;
}
.sec05_bg {
  width: calc(400* (100vw /750));
  margin-top: calc(180* (100vw /750));
  margin-bottom: calc(180* (100vw /750));
  height: calc(1893* (100vw /750));
}
.sec05_img_area {
  top: calc(80* (100vw /750));
  left: calc(-200* (100vw /750));
}
.sec05_img01 {
  width: calc(570* (100vw /750));
  margin-bottom: calc(30* (100vw /750));
}
.sec05_img03 {
  width: calc(750* (100vw /750));
  margin-top: calc(570* (100vw /750));
  left: calc(-150* (100vw /750));
}
.sec05_bg_left_ttl {
  width: calc(96* (100vw /750));
  left: calc(-316* (100vw /750));
  top: calc(211* (100vw /750));
}
.sec05_bg_text {
  width: calc(690* (100vw /750));
  right: calc(379* (100vw /750));
  top: calc(1027* (100vw /750));
}
.sec06_ttl_lead_box {
  width: calc(750* (100vw /750));
  margin-top: calc(458* (100vw /750));
  height: auto;
}
.sec06_ttl {
  top: calc(0* (100vw /750));
  width: calc(750* (100vw /750));
}
.sec06_lead01 {
  width: calc(620* (100vw /750));
  margin-top: calc(64* (100vw /750));
  left: calc(67* (100vw /750));
}
.sec06_img_area {
  top: calc(815* (100vw /750));
  left: calc(0* (100vw /750));
}
.sec06_img01 {
  width: calc(750* (100vw /750));
  margin-bottom: calc(40* (100vw /750));
}
.sec06_img02 {
  width: calc(520* (100vw /750));
  left: calc(117* (100vw /750));
}
.sec06_black {
  width: calc(70* (100vw /750));
  top: calc(1972* (100vw /750));
  left: calc(30* (100vw /750));
}
.sec06_credit {
  display: flex;
  bottom: calc(53* (100vw /750));
  right: calc(99* (100vw /750));
}
.sec06_credit .credit__wrap {
  margin-top: 0;
}
.sec06_ttl_lead_box {
  height: calc(2880* (100vw /750));
}
.sec06_lead {
  display: none;
}
.sec06_white_area {
  margin-top: calc(67* (100vw /750));
  height: calc(1459* (100vw /750));
  width: calc(750* (100vw /750));
}
.sec06_white_img01 {
  width: calc(690* (100vw /750));
  margin-bottom: calc(40* (100vw /750));
}
.sec06_lead02 {
  display: none;
}
.sec06_white_img02 {
  width: calc(560* (100vw /750));
  top: calc(500* (100vw /750));
  right: calc(190* (100vw /750));
}
.sec06_white {
  width: calc(70* (100vw /750));
  bottom: calc(120* (100vw /750));
  left: calc(573* (100vw /750));
}
.sec06_white_credit {
  bottom: calc(-1* (100vw /750));
  right: calc(350* (100vw /750));
  display: flex;
  flex-wrap: wrap;
  width: calc(360* (100vw /750));
}
.sec07_bg {
  width: calc(593* (100vw /750));
  height: calc(1698* (100vw /750));
  margin-top: calc(670* (100vw /750));
  margin-bottom: calc(0* (100vw /750));
}
.sec07_img_area {
  top: calc(-410* (100vw /750));
  left: calc(-80* (100vw /750));
  display: flex;
  flex-wrap: wrap;
  width: calc(750* (100vw /750));
}
.sec07_img01 {
  width: calc(750* (100vw /750));
  order: 2;
  margin-top: calc(610* (100vw /750));
}
.sec07_img02 {
  width: calc(570* (100vw /750));
  margin-top: calc(0* (100vw /750));
  margin-left: auto;
}
.sec07_bg_left_ttl {
  width: calc(96.3* (100vw /750));
  left: calc(-17* (100vw /750));
  top: calc(-492* (100vw /750));
}
.sec07_bg_text {
  width: calc(640* (100vw /750));
  left: calc(-24* (100vw /750));
  top: calc(506* (100vw /750));
}
.last_parts {
  width: calc(750* (100vw /750));
  margin: calc(207* (100vw /750)) auto calc(100* (100vw /750));
}
.firstviewArea {
  margin-bottom: calc(129* (100vw /750));
}
.icon_img {
  margin: 0 auto calc(84* (100vw /750));
  width: calc(140* (100vw /750));
}
.credit__wrap.row2 {
  margin-top: calc(23* (100vw / 750));
}

.sec01_white_credit .credit__wrap {
  margin-top: 0;
}
.icon_img_sec02 {
  /* display: none; */
  margin-top: 0;
  width: calc(145* (100vw / 750));
  position: relative;
  left: calc(236* (100vw / 750));
}
.sec02_img03_black_flex_re {
  width: calc(750* (100vw / 750));
  margin: 0 auto;
  position: relative;
  left: calc(0* (100vw / 750));
  top: calc(0* (100vw / 750));
}
.sec02_credit_box01 .credit_left.row2 {
  margin-top: 0;
}
.sec02_img03_black_flex {
  flex-wrap: wrap;
}
.sec02_bg_text .item_lead {
  margin-bottom: calc(28* (100vw / 750));
  font-size: calc(34*(100vw / 750));
}
.sec02_img06 .credit_right {
  justify-content: flex-start;
}
.section03 .sec_lead {
  text-align: justify;
  width: calc(620* (100vw /750));
  margin: 0 auto calc(30* (100vw /750));
}
.sec03_sax_flex_re .credit__wrap {
  margin-left: calc(40* (100vw /750));
}
.section04 .sec_lead {
  text-align: justify;
  margin: 0 auto calc(30* (100vw /750));
  width: calc(590* (100vw /750));
}
.sec04_pink {
  width: calc(70* (100vw /750));
  top: calc(1045* (100vw /750));
  right: calc(150* (100vw /750));
}
.sec04_pink_flex_left .credit__wrap {
  margin-left: calc(80* (100vw /750));
}
.sec04_ivory_flex_left {
  width: calc(640* (100vw /750));
}
.sec05_bg_text .item_lead {
  margin-bottom: calc(28* (100vw /750));
  font-size: calc(34*(100vw / 750));
}
.sec05_icon {
  width: calc(120* (100vw /750));
  margin-left: 0;
}
.sec05_bg_text .sec_lead {
  margin-bottom: calc(34* (100vw /750));
}
.sec05_credit {
  bottom: calc(-71* (100vw /750));
  right: calc(575* (100vw /750));
}
.sec06_credit .credit__wrap.row2 {
  margin-top: 0;
}
.sec06_white_credit .credit__wrap , .sec06_white_credit .credit__wrap.row2 {
  margin-top: 0;
}
.sec06_white_credit .credit__wrap.row2.sp_ma {
  margin-top: calc(23*(100vw / 750));
}
.sec07_bg_text .item_lead {
  margin-bottom: calc(27* (100vw /750));
  font-size: calc(34*(100vw / 750));
}
.sec07_img01 .credit__wrap {
  margin-left: calc(55* (100vw /750));
}
.coat_on_sec04 {
  width: calc(142.8* (100vw /750));
  top: calc(1249* (100vw /750));
  right: calc(573* (100vw /750));
}
.item_lead.sec02_lead02.sp_on span {
  position: relative;
  top: calc(279* (100vw /750));
}
.sec02_ttl {
  top: calc(829*(100vw / 750));
}
.sec_lead.under01 {
  margin-bottom: calc(26*(100vw / 750));
}

.sec07_bg::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(593* (100vw /750));
  height: calc(1698* (100vw /750));
  background: #F6F6F6;
  left: calc(-80* (100vw /750));
  right: 0;
  z-index: -1;
}
}

