﻿@charset "utf-8";

.wrapper {
  font-family:'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo, sans-serif
}

.bk_orange {
  background: #F5820F;
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-height: 750px) and (orientation: landscape) {
  .bk_orange {
    padding-bottom: 30vw;
  }
}
.mv {
  position: relative;
}
.mv_header {
  padding-top: 100px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.mv_header::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/cms/conomichi/img/top2026/bk_noise.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.mv_ttl {
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}
.mv_desc {
  font-size: 32px;
  line-height: 1.65;
  font-weight: bold;
}
.mv_desc span {
  background: url(/cms/conomichi/img/about/icon_mv_desc.png) no-repeat;
  display: inline-block;
  background-size: 83px 51px;
  padding: 0 10px;
  background-position: center 2px;
}
.mv_en {
  font-size: 23px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-top: 12px;
}


/* MVスクロールアニメーション（GSAP） */
.horizontal-scroll-section {
  /* 横スクロールアニメーションに必要なスクロール量を確保するため高さを設定 */
  height: 100vh;
  width: 100%;
  margin: 0 auto 0;
  padding-top: 2vw !important;
}
.horizontal-scroll-section::before {
  content: "";
  width: 100%;
  height: 2vw;
  background: url(/cms/conomichi/img/top2026/bk_noise.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.horizontal-scroll-section::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/cms/conomichi/img/top2026/bk_noise.png);
  position: absolute;
  top: calc(500px + 2vw);
  left: 0;
  opacity: 0.5;
}

.pin-wrap {
  height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.animation-wrap {
  position: relative;
  display: flex;
  width: 300%; /* カード3枚なので300% */
  padding: 0 calc((100vw - 1100px) / 2);
}
.card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/cms/conomichi/img/top2026/bk_noise.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.card {
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  flex-shrink: 0;
  width: 1280px;
  padding-right: 180px;
  min-height: 500px;
}
.card:first-of-type:before {
  content: "";
  width: calc((100vw - 1100px) / 2);
  height: 70vh;
  background: url(/cms/conomichi/img/top2026/bk_noise.png);
  position: absolute;
  top: 0;
  left: calc((100vw - 1100px) / -2);
  opacity: 0.5;
  min-height: 500px;
}
.card:last-of-type:before {
  content: "";
  width: calc((100vw - 1100px) / 2);
  height: 70vh;
  background: url(/cms/conomichi/img/top2026/bk_noise.png);
  position: absolute;
  top: 0;
  right: calc((100vw - 1100px) / -2);
  opacity: 0.5;
  min-height: 500px;
}

.card_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  width: 100%;
  position: relative;
}
.card_txt {
  font-size: 16px;
  font-weight: bold;
  width: 37.5%;
  line-height: 2;
  position: relative;
  z-index: 2;
}
.card_img {
  width: 57.5%;
}
.card_img img {
  width: 100%;
}


.mv_note {
  width: 900px;
  background: #EAEAEA;
  margin: 0 auto;
  border-radius: 40px;
  position: absolute;
  top: 1000px;
  left: 50%;
  transform: translateX(-50%);
  /* z-index: 2; */
}
.mv_note.is-fixed {
  position: fixed;
  top: 720px;
}
.mv_note.is-passed {
  position: absolute;
  bottom: calc(100vh - 900px);
  top: initial;
}
.mv_note::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/cms/conomichi/img/top2026/bk_noise.png);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  z-index: 2;
}

.mv_note .mv_note__left {
  position: absolute;
  top: -17px;
  left: 60px;
  width: 184px;
  height: 136px;
  z-index: 1;
  transform: translateX(-50%);
}
.note_inner {
  padding: 28px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  background: #EAEAEA;
  border-radius: 40px;
}
.note_ttl {
  width: 282px;
  position: relative;
  z-index: 4;
}
.note_ttl img {
  margin: 0 auto;
}
.note_article {
  width: 528px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.note_article:after {
  content: "";
  background: url(/cms/conomichi/img/top2026/icon_link.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: 15px;
  transition: all 0.3s;
}
.note_article_img {
  width: 260px;
}
.note_article_imgthumbnail {
  width: 260px;
  height: 136px;
  overflow: hidden;
}
.note_article_imgthumbnail img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
a.note_article:hover .note_article_imgthumbnail img {
  transform: scale(1.15);
}

.note_article_txt {
  width: 248px;
  padding-right: 30px;
}
.note_article_title {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.note_article_updt {
  font-size: 12px;
  text-align: left;
  margin: 0 auto;
  font-weight: bold;
  color: #787878;
  margin-top: 4px;
}

@media screen and (min-width: 1460px) {
  .horizontal-scroll-section::after {
    top: calc(70vh + 2vw);
  }
  .pin-wrap {
    height: 70vh;
  }
  .animation-wrap {
    padding-left: 15.28vw
  }
  .card {
    width: 84.72vw;
    padding-right: 10.69vw;
    max-width: 1672px;
  }
   .card:first-of-type:before {
    width: 15.28vw;
    left: -15.25vw;
  }
  .mv_note {
    top: calc(70vh + 2vw + 289px);
  }
  .mv_note.is-fixed {
    top: calc(70vh + 2vw)
  }
  .mv_note.is-passed {
    top: initial;
    bottom: calc(30vh - 2vw - 200px);
  }
}

@media screen and (max-width: 768px) {
  .bk_orange {
    padding-bottom: 0px
  }
  .mv {
    padding-bottom: 150px;
  }
  .mv_header {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .mv_ttl {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .mv_desc {
    font-size: 23.5px;
  }
  .mv_desc span {
    background-size: 63px 36px;
  }
  .mv_en {
    font-size: 20px;
  }
  .horizontal-scroll-section {
    padding-top: 0px !important;
    height: auto;
  }
  .horizontal-scroll-section::before {
    content: none;
  }
  .horizontal-scroll-section::after {
    content: none;
  }
  .pin-wrap {
    height: auto;
    display: block;
  }
  .animation-wrap {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .card {
    height: auto;
    width: 100%;
    padding: 30px 20px;
    display: block;
    position: relative;
  }
  .card:first-of-type:before {
    display: none;
    width: 20px;
    left: -20px;
    height: calc(100svh - 150px);
  }
  .card:last-of-type:before {
    display: none;
    width: 20px;
    right: -20px;
    height: calc(100svh - 150px);
  }
  .card_inner {
    flex-wrap: wrap;
  }
  .card_txt {
    width: 100%;
    order:2;
    padding: 0 10px;
  }
  .card_img {
    width: 100%;
    order: 1;
  }
  .mv_note {
    width: calc(100% - 40px);
    position: relative !important;
    top:0 !important;
    left: initial;
    transform: translateX(0);
    bottom: initial !important;
    margin-top: 60px;
    border-radius: 20px;
  }
  .mv_note::before {
    content: "";
    width: 100vh;
    height: 200%;
    background: url(/cms/conomichi/img/top2026/bk_noise.png);
    position: absolute;
    top: -60px;
    left: -20px;
    z-index: 2;
    opacity: 0.5;
  }
  .note_inner {
    display: block;
    padding: 15px;
  }
  .note_ttl {
    width: 180px;
    margin: 0 auto 10px;
  }
  .note_article {
    width: 100%;
    display: block;
  }
  .note_article_img {
    width: 100%;
  }
  .note_article_imgthumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 285 / 149;
  }
  .note_article_txt {
    width: 100%;
    padding: 16px 20px 20px;
  }
  .note_article_updt {
    margin-top: 10px;
  }
  .mv_note .mv_note__left {
    top: -17px;
    left: 60px;
    width: 155px;
    height: 120px;
  }
}





.population {
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 2;
}
.population::before {
  content: '';
  position: absolute;
  top: -150px;
  left: 50%;
  width: 125%;
  height: 650px;
  background-color: #fff;
  z-index: -1;
  transform: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
}

.population_header {
  text-align: center;
  padding-top: 50px;
}
.population_header-left {
  position: absolute;
  top: -65px;
  width: 416px;
  height: 207px;
  left: calc(50% - 415px);
  transform: translateX(-50%);
  z-index: 1;
}
.population_header-left::after {
  content: "";
  width: 95%;
  height: 90%;
  background: url(/cms/conomichi/img/top2026/bk_noise.png);
  position: absolute;
  top: 10%;
  left: 10%;
  border-radius: 50% 0 0 0;
} 
.population_header-right {
  position: absolute;
  top: 75px;
  width: 260px;
  height: 100px;
  left: calc(50% + 365px);
  transform: translateX(-50%);
  z-index: 1;
}
.population_header-right::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/cms/conomichi/img/top2026/bk_noise.png);
  position: absolute;
  top: 0;
  left: 0;
} 
.population_ttl {
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.population_en {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.population_about {
  width: 650px;
  margin: 35px auto 80px;
  border: 2px solid #D9D9D9;
}
.population_about_inner {
  padding: 32px 39.5px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.population_about_img {
  width: 120px;
}
.population_about_txt {
  width: calc(100% - 144px);
  font-size: 16px;
  font-weight: bold;
}
.population_about_txt span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}

.population_desc {
  max-width: 100%;
  padding-left: 10.69%;
  padding-right: 15.28%;
}
@media screen and (min-width: 1920px) {
  .population_desc {
    width: 1910px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1500px) {
  .population_desc {
    width: 100%;
    max-width: 1130px;
    padding: 0;
    margin: 0 auto;
  }
}
.population_desc_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.population_desc_img {
  width: 550px;
  position: relative;
}
.population_desc_txt {
  width: calc(100% - 630px);
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
}
.population_note {
  width: 900px;
  /* background: #EAEAEA; */
  margin: 0px auto;
  /* border-radius: 40px; */
  position: relative;
  padding: 80px 0;
  z-index: 2;
}
.population_note::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/cms/conomichi/img/top2026/bk_noise.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.population_note__left {
  position: absolute;
  top: 40px;
  left: 60px;
  width: 184px;
  height: 136px;
  z-index: 2;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .population::before {
    height: 150px;
    top: -50px;
  }
  .population_header {
    padding-top: 75px;
  }
  .population_header-left {
    top: -16px;
    width: 210px;
    height: 107px;
    left: 45px;
  }
  .population_header-right {
    top: -15px;
    width: 145px;
    height: 93px;
    left: initial;
    right: -33px;
    transform: none;
  }
  .population_ttl {
    font-size: 40px;
  }
  .population_en {
    font-size: 14px;
  }
  .population_about {
    width: calc(100% - 40px);
    margin: 20px auto 40px;
  }
  .population_about_inner {
    padding: 15px 13px;
    gap: 10px;
  }
  .population_about_img {
    width: 80px;
  }
  .population_about_txt {
    font-size: 14px;
    width: calc(100% - 90px);
  }
  .population_about_txt span {
    margin-top: 0;
  }
  .population_desc {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .population_desc_inner {
    display: block;
  }
  .population_desc_img {
    width: 100%;
  }
  .population_desc_txt {
    width: 100%;
    margin-top: 30px;
    padding: 0 10px;
  }
  .population_note {
    width: calc(100% - 40px);
    border-radius: 20px;
    margin: 40px auto 120px;
  }
  .population_note__left {
    top: 40px;
  left: 60px;
    width: 155px;
    height: 120px;
  }
}



.contact {
  background: url(/cms/conomichi/img/service/ph2/contact-img-bk.png);
  background-size: auto;
  position: relative;
}
.contact:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  display: block;
  position: absolute;
  top:0;
  left:0;
}
.contact-wrapper {
  text-align: center;
  position: relative;
}
.contact_ttl {
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.contact-button a {
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  background: #F0C855;
  border: 2px solid #000000;
  border-radius: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  }
.contact-button a:after {
  content:"";
  background: url(/cms/conomichi/img/service/ph2/contact-img-arrow.png) no-repeat;
  width: 24px;
  height: 12px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-button-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.contact-button-text img {
  display: inline-block;
  margin-left: 10px;
  width: 22px;
  height: 22px;
}


@media screen and (min-width: 768px) {
  .contact {
    padding-top: 30px;
    margin-top: 170px;
    margin-bottom: 120px;
    padding-bottom: 60px;
  }
  .contact-wrapper {
    width: 1366px;
    margin: 0 auto;
  }
  .contact_ttl {
    margin-top: -67px;
  }
  .contact-sub-ttl {
      font-size: 16px;
      font-weight: bold;
  }
  .contact-text {
      margin-top: 40px;
      font-size: 16px;
      font-weight: bold;
      line-height: 2;
  }
  .contact-button {
      width: 550px;
      margin: 40px auto 0;
      height: 120px;
  }

  .contact-img-left-top {
    position: absolute;
    top: -89px;
    left: 330px;
  }
  .contact-img-right-bottom {
    position: absolute;
    right: 220px;
    bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 30px;
    margin-top: 70px;
    margin-bottom: 100px;
    padding-bottom: 60px;
  }
  .contact-wrapper {
    width: calc((317 / 375)* 100vw);
    margin: 0 auto;
  }
  .contact_ttl {
    margin-top: calc((55 / 375)* -100vw);
  }
  .contact-sub-ttl {
      font-size: calc((16 / 375)* 100vw);
      font-weight: bold;
      margin-top: calc((16 / 375)* 100vw);
  }
  .contact-text {
    margin-top: calc((30 / 375)* 100vw);
    font-size: calc((16 / 375)* 100vw);
    font-weight: bold;
    line-height: 2;
  }
  .contact-button {
    width: 100%;
    margin: 0 auto 0;
    margin-top: calc((30 / 375)* 100vw);
    height: calc((95 / 375)* 100vw);
  }
  .contact-img-left-top {
    position: absolute;
    top: calc((73 / 375)* -100vw);
    left: calc((50 / 375)* -100vw);
    width: calc((100 / 375)* 100vw);
  }
  .contact-img-right-bottom {
    position: absolute;
    right: calc((25 / 375)* -100vw);
    bottom: calc((105 / 375)* -100vw);
    width: calc((83 / 375)* 100vw);
  }
  .contact-button a {
    font-size: calc((24 / 375)* 100vw);
  }
  .contact-button a:after {
    width: calc((16 / 375)* 100vw);
    height: calc((8 / 375)* 100vw);
    right: calc((20 / 375)* 100vw);
  }
  .contact-button-text {
    margin-top: calc((10 / 375)* 100vw);
    font-size: calc((14 / 375)* 100vw);
  }
}




.fixed-application-button-content {
  z-index: 3;
}
.fixed-application-button-content.-scroll {
  right: initial;
  left: calc(50% - 600px);
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
}
.fixed-application-button-content__link.-scroll {
  background: transparent;
  display: flex;
  flex-direction: column;
  width: 80px;
  height: 80px;
}
.fixed-application-button-content__link.-scroll:hover {
  transform: scale(1);
  opacity: 0.7;
}
.fixed-application-button-content__link.-scroll:hover::before {
  background-image: url(/cms/conomichi/img/common/circle_line_ring.png);
  opacity: 0.7;
}
.fixed-application-button-content__link.-scroll:hover span {
  color: initial;
}
.fixed-application-button-content__link.-scroll span:first-child {
  font-size: 1.3em;
  font-weight: bold;
}
.fixed-application-button-content__link.-scroll::before {
  width: 110px;
  height: 110px;
  margin-top: -55.5px;
  margin-left: -55.5px;
}
.-scroll .fixed-application-button-content__text {
  font-size: 14px;
}
.-scroll.is-hidden {
  visibility: hidden; /* アニメーションさせたい場合は opacity: 0; なども可 */
  opacity: 0;
}

@media screen and (max-width: 1240px) {
  .fixed-application-button-content.-scroll {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .fixed-application-button-content.-scroll {
    display: none;
  }
}