/*************************************************

mv

*************************************************/
.mv {
  position: relative;
  z-index: 10;
}

.mv-img,
.mv-title {
  position: relative;
  line-height: 0;
  z-index: 1;
}
.mv-img img,
.mv-title img {
  width: 100%;
}

.mv-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.mv-deco {
  position: absolute;
  z-index: 5;
}
.mv-deco.is-yellow1 {
  top: 5.2083333333vw;
  left: 21.875vw;
}
@media screen and (max-width: 767px) {
  .mv-deco.is-yellow1 {
    top: 114.6666666667vw;
    left: 5.8666666667vw;
  }
}
.mv-deco.is-yellow1 .mv-deco__el {
  width: 5.0694444444vw;
  background-color: #E1C700;
}
@media screen and (max-width: 767px) {
  .mv-deco.is-yellow1 .mv-deco__el {
    width: 13.3333333333vw;
  }
}
.mv-deco.is-yellow2 {
  top: 32.9861111111vw;
  left: 51.7361111111vw;
}
@media screen and (max-width: 767px) {
  .mv-deco.is-yellow2 {
    display: none;
  }
}
.mv-deco.is-yellow2 .mv-deco__el {
  width: 4.1666666667vw;
  background-color: #E1C700;
}
.mv-deco.is-blue1 {
  top: 3.4722222222vw;
  right: -1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .mv-deco.is-blue1 {
    top: 16vw;
    right: -4.5333333333vw;
  }
}
.mv-deco.is-blue1 .mv-deco__el {
  width: 7.9861111111vw;
  background-color: #00A5D7;
}
@media screen and (max-width: 767px) {
  .mv-deco.is-blue1 .mv-deco__el {
    width: 14.9333333333vw;
  }
}
.mv-deco.is-green1 {
  top: 43.6805555556vw;
  left: 21.6666666667vw;
}
@media screen and (max-width: 767px) {
  .mv-deco.is-green1 {
    top: 156.2666666667vw;
    left: auto;
    right: 6.6666666667vw;
  }
}
.mv-deco.is-green1 .mv-deco__el {
  width: 5.2083333333vw;
  background-color: #73BA00;
}
@media screen and (max-width: 767px) {
  .mv-deco.is-green1 .mv-deco__el {
    width: 13.3333333333vw;
  }
}

.mv-deco__el {
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 117, 127, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 117, 127, 0.2);
}
@media screen and (max-width: 767px) {
  .mv-deco__el {
    border-radius: 13px;
  }
}

.mv-slide {
  position: absolute;
  z-index: 2;
}
.mv-slide.is-01 {
  top: -1.7361111111vw;
  left: 49.5833333333vw;
  width: 20.5555555556vw;
}
@media screen and (max-width: 767px) {
  .mv-slide.is-01 {
    top: -1.3333333333vw;
    left: 49.3333333333vw;
    width: 36.5333333333vw;
  }
}
.mv-slide.is-02 {
  top: 30.2083333333vw;
  left: -0.9027777778vw;
  width: 23.2638888889vw;
}
@media screen and (max-width: 767px) {
  .mv-slide.is-02 {
    top: 73.3333333333vw;
    left: -1.3333333333vw;
    width: 48.5333333333vw;
  }
}
.mv-slide.is-03 {
  top: 29.5138888889vw;
  right: -1.0416666667vw;
  width: 20vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mv-slide.is-03 {
    top: 132.5333333333vw;
    left: 18.4vw;
    right: auto;
    width: 41.8666666667vw;
  }
}

.mv-slide-inner {
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 117, 127, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 117, 127, 0.2);
}
@media screen and (max-width: 767px) {
  .mv-slide-inner {
    border-radius: 10px;
  }
}

.mv-slide__item {
  overflow: hidden;
  height: auto;
  aspect-ratio: 1/1;
}
.mv-slide__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*************************************************

what

*************************************************/
.what {
  position: relative;
  padding: 40px 0 80px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .what {
    padding: 50px 0 50px;
  }
}
.what > * {
  position: relative;
  z-index: 5;
}
.what::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 170px;
  background: url(../../../../assets/img/corporate/advertising/cm2025/bg.png) repeat center top/250px auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .what::before {
    height: max(100px, 6vw + 50px);
  }
}

.what-title {
  margin-bottom: 30px;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .what-title img {
    width: min(269px, 90%);
  }
}

.what-texts {
  color: #666666;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .what-texts {
    font-size: 16px;
  }
}
.what-texts p {
  font-weight: 500;
}
.what-texts > * {
  margin-bottom: 1.7em;
}
.what-texts > *:last-child {
  margin-bottom: 0;
}
.what-texts strong {
  color: #00757F;
  font-weight: 700;
}

.what-bg {
  position: absolute;
  left: 0;
  bottom: 160px;
  width: 100%;
  height: calc(100% + 12.1527777778vw);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .what-bg {
    bottom: max(90px, 6vw + 40px);
  }
}
.what-bg picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.what-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  width: 100%;
  height: 100%;
}

.what-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin: 70px 20px 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .what-btn {
    gap: 8px;
    margin-top: 40px;
  }
}

.what-btn__anchor {
  width: min(204px, 100%);
}
@media screen and (max-width: 767px) {
  .what-btn__anchor {
    width: min(106px, 100%);
  }
}
.what-btn__anchor img {
  -webkit-filter: drop-shadow(10px 10px 30px rgba(0, 117, 127, 0.2));
          filter: drop-shadow(10px 10px 30px rgba(0, 117, 127, 0.2));
}

/*************************************************

itemarea

*************************************************/
.itemarea {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .itemarea {
    padding: 50px 0 160px;
  }
}

.itemarea-sec {
  position: relative;
  margin-top: 110px;
}

.itemarea-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: min(990px, 100% - 60px);
  margin: 0 auto;
  background-color: #fff;
  border-top: transparent solid 2px;
  border-bottom: transparent solid 2px;
  z-index: 2;
}
.itemarea-box > * {
  position: relative;
  z-index: 5;
}
.itemarea-box::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  width: 183px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -37%);
          transform: translate(-50%, -37%);
  background-color: #fff;
  border: transparent solid 2px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .itemarea-box::before {
    width: 90px;
  }
}

.itemarea-box-body {
  position: relative;
  background-color: #fff;
  padding-bottom: 80px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .itemarea-box-body {
    padding-bottom: 115px;
  }
}

.itemarea-box-title {
  height: 190px;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .itemarea-box-title {
    height: 120px;
  }
}

.itemarea-slide {
  overflow: hidden;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .itemarea-slide {
    margin-bottom: 20px;
  }
}

.itemarea-slide-item {
  position: relative;
  width: min(730px, 100% - 60px);
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .itemarea-slide-item {
    padding-top: 10px;
  }
}

.itemarea-slide-label {
  position: absolute;
  top: 11px;
  left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .itemarea-slide-label {
    top: 0;
    width: 90px;
    height: 20px;
    font-size: 12px;
  }
}

.itemarea-slide-video {
  overflow: hidden;
  position: relative;
  aspect-ratio: 730/411;
  background-color: #666464;
  border-radius: 30px;
  cursor: pointer;
  z-index: 1;
}
@media (any-hover: hover) {
  .itemarea-slide-video:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
@media screen and (max-width: 767px) {
  .itemarea-slide-video {
    border-radius: 15px;
  }
}
.itemarea-slide-video img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.itemarea-slide-video::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 83px;
  height: auto;
  display: block;
  content: "";
  aspect-ratio: 166/125;
  background: url(../../../../assets/img/corporate/advertising/cm2025/icon_play.png) no-repeat center center/100% auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.itemarea-slide-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin: 15px 0 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .itemarea-slide-pagination {
    gap: 7px;
    margin-top: 7px;
  }
}
.itemarea-slide-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  opacity: 1;
  background-color: #D9D9D9;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .itemarea-slide-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.itemarea-slide-mvel {
  display: none !important;
}

.itemarea-texts {
  margin: 0 30px;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .itemarea-texts {
    font-size: 14px;
    text-align: left;
  }
}
.itemarea-texts p {
  margin-bottom: 1.8em;
  font-weight: 500;
}
.itemarea-texts p:last-child {
  margin-bottom: 0;
}
.itemarea-texts sup {
  font-size: 10px;
}

.itemarea-cap {
  width: min(730px, 100% - 60px);
  margin: 10px auto 0;
  font-size: 10px;
  text-align: right;
  font-weight: 500;
}

.itemarea-modals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: min(730px, 100% - 60px);
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .itemarea-modals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.itemarea-modals__item {
  width: calc(33.3333333333% - 6.6666666667px);
}
@media screen and (max-width: 767px) {
  .itemarea-modals__item {
    width: 100%;
  }
}

.itemarea-modals__btn {
  display: block;
  width: 100%;
}
.itemarea-modals__btn .in-img {
  overflow: hidden;
  display: block;
  line-height: 0;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .itemarea-modals__btn .in-img {
    border-radius: 10px;
  }
}
.itemarea-modals__btn .in-img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.itemarea-modals__btn .in-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  margin-top: 5px;
  padding: 0 17px;
  color: #fff;
  border-radius: 100px;
  border: transparent solid 2px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .itemarea-modals__btn .in-btn {
    height: 40px;
    margin-top: 10px;
    padding: 0 14px;
  }
}
.itemarea-modals__btn .in-btn-text {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .itemarea-modals__btn .in-btn-text {
    font-size: 12px;
  }
}
.itemarea-modals__btn .in-btn-icon {
  display: block;
  width: 24px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .itemarea-modals__btn .in-btn-icon {
    width: 20px;
  }
}
.itemarea-modals__btn .in-btn-icon svg {
  width: 100%;
}
.itemarea-modals__btn .in-btn-icon path {
  fill: #fff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media (any-hover: hover) {
  .itemarea-modals__btn:hover .in-img img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.itemarea-modals2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(500px, 100% - 60px);
  margin: 30px auto 0;
}

.itemarea-modals2__btn {
  position: relative;
  display: block;
  width: 100%;
}
.itemarea-modals2__btn .in-img {
  width: 147px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .itemarea-modals2__btn .in-img {
    width: 76px;
  }
}
.itemarea-modals2__btn .in-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.itemarea-modals2__btn .in-btn {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 147px);
  height: 100%;
  padding: 10px 23px;
}
@media screen and (max-width: 767px) {
  .itemarea-modals2__btn .in-btn {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 76px);
    padding: 10px 16px 10px 10px;
  }
}
.itemarea-modals2__btn .in-btn-text {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .itemarea-modals2__btn .in-btn-text {
    font-size: 12px;
  }
}
.itemarea-modals2__btn .in-btn-icon {
  width: 24px;
  padding-bottom: 3px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .itemarea-modals2__btn .in-btn-icon {
    width: 20px;
  }
}

.itemarea-modals2__btn-inner {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .itemarea-modals2__btn-inner {
    height: 58px;
    border-radius: 10px;
  }
}

.itemarea-sites {
  width: min(730px, 100% - 60px);
  margin: 60px auto 0;
}

.itemarea-sites__title {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .itemarea-sites__title {
    margin-bottom: 25px;
  }
  .itemarea-sites__title img {
    max-width: 200px;
  }
}

.itemarea-sites__title-text {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .itemarea-sites__title-text {
    width: 100%;
    padding-bottom: 10px;
  }
}
.itemarea-sites__title-text::before {
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  display: block;
  content: "";
  width: 1000px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .itemarea-sites__title-text::before {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.itemarea-sites__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 767px) {
  .itemarea-sites__links {
    gap: 15px 20px;
  }
}

.itemarea-sites__links-acnhor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .itemarea-sites__links-acnhor {
    font-size: 14px;
  }
}

.itemarea-sites__links-icon {
  line-height: 0;
}
.itemarea-sites__links-icon svg {
  fill: none;
}
.itemarea-sites__links-icon path {
  fill: #666;
}

.itemarea-deco {
  position: absolute;
  z-index: 5;
}

.itemarea-deco-el {
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 117, 127, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 117, 127, 0.2);
}
@media screen and (max-width: 767px) {
  .itemarea-deco-el {
    border-radius: 10px;
  }
}

.itemarea-deco2 {
  position: absolute;
  line-height: 0;
  z-index: 1;
}

.itemarea-flowimg {
  position: absolute;
  z-index: 4;
}

.iitemarea-flowimg-el {
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 117, 127, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 117, 127, 0.2);
}
@media screen and (max-width: 767px) {
  .iitemarea-flowimg-el {
    border-radius: 10px;
  }
}

.itemarea-flowchara {
  position: absolute;
  line-height: 0;
  z-index: 5;
}
.itemarea-flowchara img {
  -webkit-filter: drop-shadow(6px 6px 24px rgba(0, 117, 127, 0.2));
          filter: drop-shadow(6px 6px 24px rgba(0, 117, 127, 0.2));
}

/* is-mobility
---------------------------------------*/
.itemarea-sec.is-mobility .itemarea-box {
  border-color: #E1C700;
}
.itemarea-sec.is-mobility .itemarea-box::before {
  border-color: #E1C700;
}
.itemarea-sec.is-mobility .itemarea-box-title {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-mobility .itemarea-box-title {
    -webkit-transform: translate(-3px, -15px);
            transform: translate(-3px, -15px);
  }
  .itemarea-sec.is-mobility .itemarea-box-title img {
    width: 92px;
  }
}
.itemarea-sec.is-mobility .itemarea-slide-label {
  background-color: #E1C700;
}
.itemarea-sec.is-mobility .itemarea-slide-pagination .swiper-pagination-bullet-active {
  background-color: #E1C700;
}
.itemarea-sec.is-mobility .itemarea-texts strong {
  color: #E1C700;
}
.itemarea-sec.is-mobility .itemarea-modals__btn .in-btn {
  background-color: #E1C700;
  border-color: #E1C700;
}
@media (any-hover: hover) {
  .itemarea-sec.is-mobility .itemarea-modals__btn:hover .in-btn {
    color: #E1C700;
    background-color: transparent;
  }
  .itemarea-sec.is-mobility .itemarea-modals__btn:hover .in-btn-icon path {
    fill: #E1C700;
  }
}
.itemarea-sec.is-mobility .itemarea-sites__title-text::before {
  background-color: #E1C700;
}
.itemarea-sec.is-mobility .itemarea-sites__links-icon path {
  fill: #E1C700;
}
.itemarea-sec.is-mobility .itemarea-deco.is-01 {
  top: -135px;
  left: calc(50% + 584px);
}
@media screen and (max-width: 1300px) {
  .itemarea-sec.is-mobility .itemarea-deco.is-01 {
    top: 235px;
    left: auto;
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-mobility .itemarea-deco.is-01 {
    top: 385px;
    right: -7px;
  }
}
.itemarea-sec.is-mobility .itemarea-deco.is-01 .itemarea-deco-el {
  width: min(150px, 10.4166666667vw);
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-mobility .itemarea-deco.is-01 .itemarea-deco-el {
    width: 45px;
  }
}
.itemarea-sec.is-mobility .itemarea-deco.is-02 {
  top: 255px;
  right: calc(50% + 633px);
}
@media screen and (max-width: 1440px) {
  .itemarea-sec.is-mobility .itemarea-deco.is-02 {
    right: auto;
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-mobility .itemarea-deco.is-02 {
    top: 40px;
    left: -10px;
  }
}
.itemarea-sec.is-mobility .itemarea-deco.is-02 .itemarea-deco-el {
  width: min(95px, 6.5972222222vw);
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-mobility .itemarea-deco.is-02 .itemarea-deco-el {
    width: 59px;
  }
}
.itemarea-sec.is-mobility .itemarea-deco.is-03 {
  bottom: 255px;
  left: 9px;
}
.itemarea-sec.is-mobility .itemarea-deco.is-03 .itemarea-deco-el {
  width: 35px;
}
.itemarea-sec.is-mobility .itemarea-deco .itemarea-deco-el {
  background-color: #E1C700;
}
.itemarea-sec.is-mobility .itemarea-flowimg.is-01 {
  top: -80px;
  left: calc(50% + 345px);
}
@media screen and (max-width: 1300px) {
  .itemarea-sec.is-mobility .itemarea-flowimg.is-01 {
    left: auto;
    right: min(-5px, -0.3846153846vw);
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-mobility .itemarea-flowimg.is-01 {
    right: -5px;
  }
}
.itemarea-sec.is-mobility .itemarea-flowimg.is-01 .iitemarea-flowimg-el {
  width: min(228px, 15.8333333333vw);
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-mobility .itemarea-flowimg.is-01 .iitemarea-flowimg-el {
    width: 115px;
  }
}
.itemarea-sec.is-mobility .itemarea-flowimg.is-02 {
  top: 358px;
  right: calc(50% + 445px);
}
@media screen and (max-width: 1300px) {
  .itemarea-sec.is-mobility .itemarea-flowimg.is-02 {
    top: auto;
    right: auto;
    bottom: -100px;
    left: min(10px, 0.7692307692vw);
  }
}
@media screen and (max-width: 1300px) and (max-width: 767px) {
  .itemarea-sec.is-mobility .itemarea-flowimg.is-02 {
    left: 15px;
    bottom: -80px;
  }
}
.itemarea-sec.is-mobility .itemarea-flowimg.is-02 .iitemarea-flowimg-el {
  width: min(228px, 15.8333333333vw);
}
@media screen and (max-width: 1300px) {
  .itemarea-sec.is-mobility .itemarea-flowimg.is-02 .iitemarea-flowimg-el {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-mobility .itemarea-flowimg.is-02 .iitemarea-flowimg-el {
    width: 120px;
  }
}
.itemarea-sec.is-mobility .itemarea-flowchara {
  bottom: 200px;
  left: calc(50% + 370px);
}
@media screen and (max-width: 1300px) {
  .itemarea-sec.is-mobility .itemarea-flowchara {
    bottom: -130px;
    left: auto;
    right: 0;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-mobility .itemarea-flowchara {
    bottom: -120px;
    width: min(230px, 61.3333333333vw);
  }
}
.itemarea-sec.is-mobility .itemarea-deco2.is-01 {
  top: 30px;
  left: -10px;
  width: 158px;
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-mobility .itemarea-deco2.is-01 {
    top: 600px;
    left: -50px;
  }
}
.itemarea-sec.is-mobility .itemarea-deco2.is-02 {
  bottom: -36px;
  right: 30px;
  width: 230px;
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-mobility .itemarea-deco2.is-02 {
    right: auto;
    left: 20px;
    bottom: -116px;
  }
}

/* is-semiconductor
---------------------------------------*/
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor {
    margin-top: 170px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-box {
  border-color: #00A5D7;
}
.itemarea-sec.is-semiconductor .itemarea-box::before {
  border-color: #00A5D7;
}
.itemarea-sec.is-semiconductor .itemarea-box-title {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor .itemarea-box-title {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  .itemarea-sec.is-semiconductor .itemarea-box-title img {
    width: 92px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-box-body {
  padding-bottom: 90px;
}
.itemarea-sec.is-semiconductor .itemarea-slide-label {
  background-color: #00A5D7;
}
.itemarea-sec.is-semiconductor .itemarea-slide-pagination .swiper-pagination-bullet-active {
  background-color: #00A5D7;
}
.itemarea-sec.is-semiconductor .itemarea-texts strong {
  color: #00A5D7;
}
.itemarea-sec.is-semiconductor .itemarea-modals__btn .in-btn {
  background-color: #00A5D7;
  border-color: #00A5D7;
}
@media (any-hover: hover) {
  .itemarea-sec.is-semiconductor .itemarea-modals__btn:hover .in-btn {
    color: #00A5D7;
    background-color: transparent;
  }
  .itemarea-sec.is-semiconductor .itemarea-modals__btn:hover .in-btn-icon path {
    fill: #00A5D7;
  }
}
.itemarea-sec.is-semiconductor .itemarea-sites__title-text::before {
  background-color: #00A5D7;
}
.itemarea-sec.is-semiconductor .itemarea-sites__links-icon path {
  fill: #00A5D7;
}
.itemarea-sec.is-semiconductor .itemarea-modals2__btn-inner {
  background-color: #E8FCFF;
}
.itemarea-sec.is-semiconductor .itemarea-modals2__btn-inner .in-btn-icon path {
  fill: #00A5D7;
}
.itemarea-sec.is-semiconductor .itemarea-modals2__btn-inner .in-btn-text {
  color: #00A5D7;
}
.itemarea-sec.is-semiconductor .itemarea-modals2__btn-blow {
  position: absolute;
  top: -26px;
  right: -30px;
  width: 129px;
  display: block;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor .itemarea-modals2__btn-blow {
    top: -25px;
    right: -56px;
    width: 87px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-deco.is-01 {
  top: 330px;
  right: calc(50% + 420px);
}
@media screen and (max-width: 1300px) {
  .itemarea-sec.is-semiconductor .itemarea-deco.is-01 {
    top: 690px;
    right: auto;
    left: 5px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-deco.is-01 .itemarea-deco-el {
  width: min(123px, 8.5416666667vw);
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor .itemarea-deco.is-01 .itemarea-deco-el {
    width: 45px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-deco.is-02 {
  top: 370px;
  left: calc(50% + 550px);
}
@media screen and (max-width: 1440px) {
  .itemarea-sec.is-semiconductor .itemarea-deco.is-02 {
    left: auto;
    right: -10px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-deco.is-02 .itemarea-deco-el {
  width: min(123px, 8.5416666667vw);
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor .itemarea-deco.is-02 .itemarea-deco-el {
    width: 59px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-deco.is-03 {
  top: 770px;
  left: calc(50% + 610px);
}
@media screen and (max-width: 1440px) {
  .itemarea-sec.is-semiconductor .itemarea-deco.is-03 {
    top: auto;
    bottom: -40px;
    left: calc(50% + 20px);
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor .itemarea-deco.is-03 {
    bottom: -115px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-deco.is-03 .itemarea-deco-el {
  width: min(78px, 5.4166666667vw);
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor .itemarea-deco.is-03 .itemarea-deco-el {
    width: 35px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-deco .itemarea-deco-el {
  background-color: #00A5D7;
}
.itemarea-sec.is-semiconductor .itemarea-flowimg.is-01 {
  top: 50px;
  right: calc(50% + 445px);
}
@media screen and (max-width: 1300px) {
  .itemarea-sec.is-semiconductor .itemarea-flowimg.is-01 {
    right: auto;
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor .itemarea-flowimg.is-01 {
    top: -50px;
    right: -5px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-flowimg.is-01 .iitemarea-flowimg-el {
  width: min(253px, 17.5694444444vw);
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor .itemarea-flowimg.is-01 .iitemarea-flowimg-el {
    width: 132px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-flowimg.is-02 {
  top: 515px;
  left: calc(50% + 405px);
}
@media screen and (max-width: 1300px) {
  .itemarea-sec.is-semiconductor .itemarea-flowimg.is-02 {
    top: auto;
    left: auto;
    bottom: -100px;
    right: 7px;
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor .itemarea-flowimg.is-02 {
    bottom: -45px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-flowimg.is-02 .iitemarea-flowimg-el {
  width: min(244px, 16.9444444444vw);
}
@media screen and (max-width: 1300px) {
  .itemarea-sec.is-semiconductor .itemarea-flowimg.is-02 .iitemarea-flowimg-el {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor .itemarea-flowimg.is-02 .iitemarea-flowimg-el {
    width: 96px;
  }
}
.itemarea-sec.is-semiconductor .itemarea-flowchara {
  bottom: 210px;
  right: calc(50% + 250px);
}
@media screen and (max-width: 1300px) {
  .itemarea-sec.is-semiconductor .itemarea-flowchara {
    bottom: -130px;
    right: auto;
    left: -5px;
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-semiconductor .itemarea-flowchara {
    bottom: -190px;
    width: 220px;
  }
}

/* is-energy
---------------------------------------*/
@media screen and (max-width: 767px) {
  .itemarea-sec.is-energy {
    margin-top: 220px;
  }
}
.itemarea-sec.is-energy .itemarea-box {
  border-color: #73BA00;
}
.itemarea-sec.is-energy .itemarea-box::before {
  border-color: #73BA00;
}
.itemarea-sec.is-energy .itemarea-box-title {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-energy .itemarea-box-title {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  .itemarea-sec.is-energy .itemarea-box-title img {
    width: 167px;
  }
}
.itemarea-sec.is-energy .itemarea-slide-label {
  background-color: #73BA00;
}
.itemarea-sec.is-energy .itemarea-slide-pagination .swiper-pagination-bullet-active {
  background-color: #73BA00;
}
.itemarea-sec.is-energy .itemarea-texts strong {
  color: #73BA00;
}
.itemarea-sec.is-energy .itemarea-modals__btn .in-btn {
  background-color: #73BA00;
  border-color: #73BA00;
}
@media (any-hover: hover) {
  .itemarea-sec.is-energy .itemarea-modals__btn:hover .in-btn {
    color: #73BA00;
    background-color: transparent;
  }
  .itemarea-sec.is-energy .itemarea-modals__btn:hover .in-btn-icon path {
    fill: #73BA00;
  }
}
.itemarea-sec.is-energy .itemarea-sites__title-text::before {
  background-color: #73BA00;
}
.itemarea-sec.is-energy .itemarea-sites__links-icon path {
  fill: #73BA00;
}
.itemarea-sec.is-energy .itemarea-modals2__btn-inner {
  background-color: #E8FCFF;
}
.itemarea-sec.is-energy .itemarea-modals2__btn-inner .in-btn-icon path {
  fill: #73BA00;
}
.itemarea-sec.is-energy .itemarea-modals2__btn-inner .in-btn-text {
  color: #73BA00;
}
.itemarea-sec.is-energy .itemarea-deco.is-01 {
  top: 115px;
  right: calc(50% + 620px);
}
@media screen and (max-width: 1300px) {
  .itemarea-sec.is-energy .itemarea-deco.is-01 {
    top: 55px;
    right: auto;
    left: -10px;
  }
}
.itemarea-sec.is-energy .itemarea-deco.is-01 .itemarea-deco-el {
  width: min(75px, 5.2083333333vw);
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-energy .itemarea-deco.is-01 .itemarea-deco-el {
    width: 59px;
  }
}
.itemarea-sec.is-energy .itemarea-deco.is-02 {
  top: 370px;
  right: calc(50% + 430px);
}
@media screen and (max-width: 1440px) {
  .itemarea-sec.is-energy .itemarea-deco.is-02 {
    top: auto;
    right: auto;
    left: 11px;
    bottom: 190px;
  }
}
.itemarea-sec.is-energy .itemarea-deco.is-02 .itemarea-deco-el {
  width: min(123px, 8.5416666667vw);
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-energy .itemarea-deco.is-02 .itemarea-deco-el {
    width: 35px;
  }
}
.itemarea-sec.is-energy .itemarea-deco.is-03 {
  top: 390px;
  left: calc(50% + 590px);
}
@media screen and (max-width: 1440px) {
  .itemarea-sec.is-energy .itemarea-deco.is-03 {
    top: 410px;
    left: auto;
    right: -7px;
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-energy .itemarea-deco.is-03 {
    bottom: -115px;
  }
}
.itemarea-sec.is-energy .itemarea-deco.is-03 .itemarea-deco-el {
  width: min(160px, 11.1111111111vw);
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-energy .itemarea-deco.is-03 .itemarea-deco-el {
    width: 45px;
  }
}
.itemarea-sec.is-energy .itemarea-deco .itemarea-deco-el {
  background-color: #73BA00;
}
.itemarea-sec.is-energy .itemarea-flowimg.is-01 {
  top: 130px;
  left: calc(50% + 452px);
}
@media screen and (max-width: 1300px) {
  .itemarea-sec.is-energy .itemarea-flowimg.is-01 {
    left: auto;
    right: -7px;
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-energy .itemarea-flowimg.is-01 {
    top: -100px;
  }
}
.itemarea-sec.is-energy .itemarea-flowimg.is-01 .iitemarea-flowimg-el {
  width: min(253px, 17.5694444444vw);
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-energy .itemarea-flowimg.is-01 .iitemarea-flowimg-el {
    width: 128px;
  }
}
.itemarea-sec.is-energy .itemarea-flowimg.is-02 {
  top: 515px;
  right: calc(50% + 465px);
}
@media screen and (max-width: 1300px) {
  .itemarea-sec.is-energy .itemarea-flowimg.is-02 {
    top: auto;
    right: auto;
    bottom: -70px;
    left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-energy .itemarea-flowimg.is-02 {
    bottom: -80px;
  }
}
.itemarea-sec.is-energy .itemarea-flowimg.is-02 .iitemarea-flowimg-el {
  width: min(202px, 14.0277777778vw);
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-energy .itemarea-flowimg.is-02 .iitemarea-flowimg-el {
    width: 162px;
  }
}
.itemarea-sec.is-energy .itemarea-deco2.is-01 {
  bottom: 310px;
  left: -30px;
  width: 237px;
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-energy .itemarea-deco2.is-01 {
    bottom: -140px;
    left: -20px;
    width: 174px;
  }
}
.itemarea-sec.is-energy .itemarea-flowchara {
  bottom: 20px;
  left: calc(50% + 330px);
}
@media screen and (max-width: 1300px) {
  .itemarea-sec.is-energy .itemarea-flowchara {
    bottom: -130px;
    left: auto;
    right: 10px;
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .itemarea-sec.is-energy .itemarea-flowchara {
    bottom: -190px;
    width: 204px;
  }
}