/* 共通 */
html {
  background-color: #FAFDF4;
}

* {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 62.5%;
}

.inner {
  width: 1120px;
  margin: 0 auto;
}

main {
  margin-top: 90px;
}

.l-heading {
  margin-bottom: 24px;
  font-size: 5rem;
  color: #399D26;
  font-weight: 500;
  text-align: center;
}

.s-heading {
  margin-bottom: 16px;
  /* display: inline-block; */
  padding: 20px 40px;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 500;
  background-color: #399D26;
  border-radius: 100px;
  line-height: 1;
  text-align: center;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

h3 {
  font-size: 4rem;
  color: #399D26;
  font-weight: 500;
}

.sub-heading {
  display: block;
  width: 45%;
  margin: 0 auto 30px;
  padding-bottom: 15px;
  color: #399D26;
  font-size: 24px;
  border-bottom: 2px solid #399D26;
  text-align: center;
}

p {
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
}

.fs-l {
  font-size: 3rem;
}

.accent {
  color: #F3830A;
}

.black {
  color: #333;
}

.note {
  font-size: 1.6rem;
}

/* cta */
.cta_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto 50px;
  padding: 24px 70px;
  background-color: #F3830A;
  border-bottom: 5px solid #C56B0A;
  font-size: 3.6rem;
  color: #fff;
  font-weight: 500;
  border-radius: 100px;
}

.cta_btn:hover {
  margin-top: 3px;
  color: #fff;
  background: #F3830A;
  border-bottom: 2px solid #C56B0A;
}

.cta_btn::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/cta-mail-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta_btn::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/cta-arrow-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.micro-copy {
  padding-bottom: 25px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}

/* =============
ヘッダー 
================*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 1.7361111111vw;
  background-color: #fff;
}

.header-logo {
  width: 220px;
}

.header-logo a {
  display: block;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.0833333333vw;
}

.header-content_link {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-content_link a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}

.header-content_contact {
  width: 247px;
  height: 100px;
  background-color: #F3830A;
}

.header-content_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
}

.header-content_contact a .icon {
  display: block;
  width: 20px;
  height: 20px;
}

.header-content_contact a .text {
  font-size: 16px;
}
#hamburger {
  display: none;
}
@media (max-width: 1320px) {
  .header-content_link a {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .header-content_contact {
    width: 220px;
    height: 90px;
  }

  .header-content_contact a {
    gap: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .header-content_contact a .icon {
    display: block;
    width: 20px;
    height: 18px;
  }
}

@media (max-width: 1220px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    padding: 0 30px;
  }

  .header-content {
    gap: 30px;
  }

  .header-content_link {
    display: none;
  }

  .header-content_contact {
    width: 220px;
    height: 80px;
  }

  .header-content_contact a {
    gap: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .header-content_contact a .icon {
    display: block;
    width: 20px;
    height: 18px;
  }
  #hamburger {
    display: block;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
  }

  .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 8px;
    transition: 0.5s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  }

  .icon span:nth-of-type(1) {
    top: 20px;
  }

  .icon span:nth-of-type(2) {
    top: 29px;
  }

  .icon span:nth-of-type(3) {
    bottom: 20px;
  }

  .open .icon span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }

  .open .icon span:nth-of-type(2) {
    opacity: 0;
  }

  .open .icon span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
  }

  body .g-nav {
    position: fixed;
    z-index: 9800;
    top: 80px;
    bottom: 0;
    right: 0;
    left: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: 0.5s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    background-color: #F3F8E7;
    overflow: scroll;
  }

  body.open .g-nav {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .sm {
    left: 0px;
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: #F3F8E7;
  }

  .sm-list {
    padding: 50px 30px;
    height: 600px;
    background-color: #F3F8E7;
  }

  .sm-list li {
    width: 100%;
    border-top: 1px solid #ddd;
  }

  .sm-list li a {
    display: block;
    padding: 15px 0;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }

  .sm-list li:last-of-type {
    border-bottom: 1px solid #ddd;
  }

  .sm .header-content_contact {
    margin-top: 20px;
    width: 100%;
    height: 60px;
  }

  .sm .header-content_contact .text {
    font-size: 1.6rem;
    font-weight: 500;
  }


  main {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .header {
    height: 60px;
    padding: 0 0px 0 5.3333333333vw;
  }

  .header-logo {
    width: 140px;
  }

  .header-content {
    gap: 0px;
  }
  body .g-nav {
    top: 60px;
  }

  .header-content_contact {
    width: 170px;
    height: 46px;
    border-radius: 5px;
  }

  .header-content_contact a {
    gap: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .header-content_contact a .icon {
    width: 18px;
    height: 14px;
  }

  .header-content_contact a .icon svg {
    width: 100%;
    height: 100%;
  }

  .header-content_contact a .text {
    font-size: 12px;
  }

}

@media (max-width: 468px) {
  .header {
    padding: 0 15px;
  }

  .header-logo {
    width: 130px;
    height: auto;
  }

  .header-content {
    gap: 0;
  }

  .header-content_contact {
    width: 150px;
    height: 44px;
  }

  .header-content_contact a {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .header-content_contact a .icon {
    width: 15px;
    height: 12px;
  }
}

/* =============
モーダル 
===============*/

@media screen and (max-width:1220px) {

}
@media (min-width: 1221px) {
  body .g-nav {
    display: none;
  }
}



/*=============
 MV
 ============= */
.mv {
  height: 750px;
  margin-bottom: 50px;
  background: url(../images/mv1-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.mv .cta_btn {
  margin-bottom: 0;
}

.mv .inner {
  width: 1120px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.mv .inner img{
  margin:0 auto;
}
.mv .cta_btn {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 500px);

}

/* =========
CO2フリーオプション 
===*/

.campaign-catch {
  margin-bottom: 40px;
  color: #399D26;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.campaign-catch::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 40px;
  background-image: url(../images/slash.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: calc(50% - 180px);
}

.campaign-catch::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 40px;
  background-image: url(../images/slash.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
  position: absolute;
  top: 10px;
  right: calc(50% - 180px);
}

.campaign-detail {
  width: 940px;
  margin: 0 auto 40px;
  padding: 25px;
  background-color: #DBE15A;
}

.campaign-detail_inner {
  padding: 15px;
  background-color: #fff;
}

.campain-detail-img {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.campaign-detail-left {
  width: 55%;
}

.campaign-detail-left img:first-child {
  margin-left: -45px;
  margin-bottom: 15px;
}

.campaign-detail-right {
  width: 45%;
}

.campaign-detail-right img {
  transform: scale(0.9);
}

.campaign-detail_note {
  padding-bottom: 20px;
}

.campaign-detail_note li {
  font-size: 1.6rem;
  line-height: 1.6;
  text-indent: 16px;
  margin-left: 16px;
}

.campaign-btn_link {
  width: 800px;
  padding: 15px 30px;
  font-size: 3rem;
}

/* =========
サービス
=============*/
.service {
  background: url(../images/market-link-bg.png) bottom center no-repeat;
  background-size: 100% 150px;
}

.service .cta_btn {
  margin-bottom: 0;
}

.service-problem_img {
  display: block;
  width: 700px;
  margin: 0 auto 24px;
}

.problem-list {
  display: flex;
  justify-content: space-between;
  gap: 10px 20px;
}

.answer-img {
  transform: scale(.5);
}

.service-info .s-heading {
  text-align: center;
}

.service-info p {
  text-align: center;
  font-weight: 500;
}

/* ============
ハルエネの市場連動プラン 
===============*/
.market-link-plan {
  margin-top: 50px;
}

.market-link-plan-content {
  width: 1140px;
  margin: 100px auto;
  padding: 50px;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 20px;
}

.market-link-plan-content-ttl {
  display: flex;
  justify-content: space-around;
  align-items: center;
  column-gap: 100px;
  margin-bottom: 24px;

}

.market-link-plan-content-ttl img {
  width: 30%;
  margin-top: -100px;
}

.market-link-plan-content-ttl-right {
  width: 70%;
  text-align: left;
}

.market-link-plan-content-ttl-right p {
  margin-top: 24px;
  text-align: left;
}

.market-link-plan-content img {
  margin-bottom: 48px;
}

.note {
  font-size: 1.6rem;
}



/* ============
選ばれる理由 
============*/
.reason {
  margin-bottom: 50px;
}

.reason h2 img {
  width: 70%;
  margin: 0 auto;
}

.reason-item {
  margin-bottom: 50px;
}

.reason-item-small {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
}

.reason-item-small .reason-item {
  width: calc(50% - 40px);
}

/* ============
市場動向 
============*/
.trend-speech {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 33px;
}

.trend-speech::before {
  content: "";
  display: block;
  width: 9.7222222222vw;
  height: 9.7222222222vw;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(../images/comment-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.trend-speech_txt {
  position: relative;
  width: calc(100% - 9.7222222222vw - 33px);
  padding: 2.0833333333vw 2.4305555556vw 2.2222222222vw;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5384615385;
  border: 3px solid #333;
  border-radius: 1.7361111111vw;
  background-color: #fff;
}

.trend-speech_txt::before,
.trend-speech_txt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
  border-top: 13px solid transparent;
  border-right: 22px solid #333;
  border-bottom: 13px solid transparent;
}

.trend-speech_txt::after {
  left: -17px;
  border-right: solid 22px #fff;
}

.trend-speech_txt--light {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625vw;
  margin-bottom: 4px;
  font-size: 3rem;
  line-height: 1.2;
  color: #F3830A;
}

.trend-speech_txt--light::before {
  content: "";
  display: block;
  width: 2.2222222222vw;
  height: 3.3333333333vw;
  background-image: url(../../../img/lp/market-linked-plan/icon_light.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.trend-chart {
  margin-top: 24px;
  margin-bottom: 36px;
}

/* ============
  problem wrap 
  ============*/
.problem-wrap {
  padding-top: 50px;
  background: url(../images/problem-wrap-bg.png) top center no-repeat;
  background-size: 100% 25%;
}

.problem-wrap-l {
  padding-top: 50px;
  background: url(../images/problem-wrap-bg.png) top center no-repeat;
  background-size: 100% 90%;
  text-align: center;
}

.problem-wrap .s-heading {
  display: block;
}

.guess-question {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto 40px;
}

.guess-question_img {
  width: 35%;
}

.guess-question_img img {
  width: 100%;
}

.guess-question_tx {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 60%;
  padding: 20px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  border: 3px solid #333;
  border-radius: 30px;
  background-color: #fff;
}

.guess-question_tx::before,
.guess-question_tx::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
  border-top: 13px solid transparent;
  border-right: 22px solid #333;
  border-bottom: 13px solid transparent;
}

.guess-question_tx::after {
  left: -17px;
  border-right: solid 22px #fff;
}

.guess-answer_img {
  transform: scale(.5);
}

.chart-note {
  padding-bottom: 40px;
}

/* ============
  プラン 
  ============*/
.plan {
  padding-bottom: 100px;
  background-color: #EFF8D9;
  padding-top: 150px;
}

.plan p {
  font-weight: 500;
  text-align: center;
}

.plan-list {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-around;
}

.direct-plan-detail,
.flat-plan-detail {
  width: 1000px;
  margin: 50px auto;
  background-color: #fff;
  border: 2px solid #399D26;
  border-radius: 20px;
}

.direct-plan-detail_ttl,
.flat-plan-detail_ttl {
  background-color: #399D26;
  border-radius: 15px 15px 0 0;
}

.direct-plan-detail_ttl h3,
.flat-plan-detail_ttl h3 {
  color: #fff;
  text-align: center;
  line-height: 2;
}

.direct-plan-detail_inner,
.flat-plan-detail_inner {
  padding: 50px;
}

.direct-plan-detail_inner img,
.flat-plan-detail_inner img {
  margin: 24px 0;
}

.direct-plan-detail_inner .chart-ttl {
  margin-bottom: 16px;
  text-align: left;
  color: #333;
}


/* ============
  ダイレクトプラン　表
  ============*/
.mod-table {
  width: 100%;
  background-color: #fff;
}

.mod-table .border-top {
  position: relative;
}

.mod-table .border-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -3px;
  right: -3px;
  height: 3px;
  background-color: #E33C0B;
}

.mod-table.u-01 {
  border: 3px solid #333;
}

.mod-table.u-01 thead th {
  padding: 6px 2px;
  font-size: 16px;

}

.mod-table.u-01 tbody td {
  font-size: 16px;
}

.mod-table.u-02 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.mod-table.u-02 thead th {
  padding: 11px 2px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.mod-table.u-02 tbody td {
  font-size: 16px;
}

.mod-table thead {
  background-color: #EFF8D9;
}

.mod-table tbody td {
  padding: 6px 4px;
}

.mod-table th,
.mod-table td {
  text-align: center;
  line-height: 1;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

p.chart-note {
  font-size: 16px;
  text-align: left;
  color: #333;
}

/* ============
  フラットプラン表 
  ============*/
.flat-plan-chart {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}

.plan-note {
  width: 950px;
  margin: 0 auto 50px;
  text-align: left;
}

.chart-note li {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
}

/* co2オプション */
.co2-option {
  padding-bottom: 60px;
  background-color: #FAFDF4;
}

.co2-option-detail {
  width: 880px;
  margin: 0 auto 40px;
  padding: 30px 30px 10px;
  border: 2px solid #399D26;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 4px 4px rgba(80, 80, 80, 0.25);
}

.co2-option-detail img {
  margin-bottom: 20px;
}

.co2-option-detail p {
  margin-bottom: 20px;
  font-size: 2rem;
}

/* ============
  事例 
  ============*/
.case {
  padding-top: 135px;
  padding-bottom: 135px;
  background: url(../images/case-bg.png) no-repeat center center;
  background-size: cover;

}

.case p {
  padding-bottom: 40px;
  font-weight: 500;
  text-align: center;
}

/* ============
  フロー 
  ============*/
.flow {
  padding: 60px 0 80px;
  background-color: #EFF8D9;
}

.flow .inner {
  max-width: 980px;
  margin: 0 auto;
}

.flow .mod-flow li {
  position: relative;
  list-style: none;
  background-color: #fff;
  border-radius: 25px;
  padding: 34px 5.2631578947% 34px 7.8947368421%;
  display: flex;
  align-items: flex-start;
  gap: 4%;
  counter-increment: step;
}

.flow .mod-flow li+li {
  margin-top: 1.3vw;
}

.flow .mod-flow li .tag {
  position: absolute;
  top: -5%;
  left: -1%;
  aspect-ratio: 1;
  font-size: 1.5rem;
  font-family: "Nunito", sans-serif;
  width: 10%;
  background-color: #399D26;
  color: #fff;
  text-align: center;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
}

.flow .mod-flow li .tag:before {
  content: "STEP";
  display: block;
}

.flow .mod-flow li .tag:after {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-size: 3rem;
  line-height: 1;
}

.flow .mod-flow li .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 0.8;
  width: 13.4%;
}

.flow .mod-flow li:nth-child(1) .img {
  background-size: 97% auto;
}

.flow .mod-flow li:nth-child(2) .img {
  background-size: 97% auto;
}

.flow .mod-flow li:nth-child(3) .img {
  background-size: 100% auto;
}

.flow .mod-flow li:nth-child(4) .img {
  background-size: 60% auto;
}

.flow .mod-flow li .detail {
  width: 80%;
}

.flow .mod-flow li .detail dt {
  font-size: 2.4rem;
  font-weight: 500;
  ;
  margin-bottom: 10px;
}

.flow .mod-flow li .detail dd {
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.7777777778;
}

/* ============
  お問い合わせ 
  ============*/
.contact {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FAFDF4;
}

.contact p {
  padding-bottom: 40px;
  text-align: center;
}

.btn_green {
  width: 500px;
  margin: 0 auto;
  padding: 20px 50px;
  background-color: #42CE9F;
  border-bottom: 5px solid #349A78;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  border-radius: 100px;
}

.btn_green:hover {
  margin-top: 3px;
  color: #fff;
  background: #42CE9F;
  border-bottom: 2px solid #349A78;
}

.btn_green::before {
  display: none;
}

/* ============
faq 
============*/
.faq {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #EFF8D9;
}

.faq {
  padding: 60px 0 80px;
  background-color: #DDF3B0;
}

.faq .mod-faq {
  background: #fff;
  border-radius: 25px;
  padding: 3.1578947368% 0;
}

.faq .mod-faq+.mod-faq {
  margin-top: 1.3888888889vw;
}

.faq .mod-faq .title {
  display: flex;
  align-items: center;
  gap: 2.380952381%;
  position: relative;
  padding: 0 80px 0 30px;
  cursor: pointer;
}

.faq .mod-faq .title:before {
  content: "Q";
  transform: translateY(-9%);
  font-size: 4rem;
  line-height: 1;
  color: #399D26;
  font-weight: 500;
}

.faq .mod-faq .title span {
  font-size: 2rem;
}

.faq .mod-faq .title i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  aspect-ratio: 1;
  width: 21px;
  display: block;
}

.faq .mod-faq .title i:before,
.faq .mod-faq .title i:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 21px;
  height: 3px;
  margin: auto;
  background: #000;
  transition: 0.5s ease;
}

.faq .mod-faq .title i:before {
  transform: rotate(90deg);
}

.faq .mod-faq .title i:after {
  transform: rotate(180deg);
}

.faq .mod-faq .title.on i:before,
.faq .mod-faq .title.on i:after {
  transform: rotate(0);
}

.faq .mod-faq .detail {
  display: flex;
  gap: 2.380952381%;
  padding: 0 80px 0 30px;
}

.faq .mod-faq .detail:before {
  content: "Q";
  font-size: 40px;
  font-size: 2.5rem;
  opacity: 0;
}

.faq .mod-faq .detail dd {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  margin: 0;
  margin-top: 14px;
}

.faq .mod-faq .title i:before {
  transform: rotate(90deg);
}




small {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  text-align: center;
  font-size: 1.6rem;
  background-color: #fff;
}
.answerWrap{
  text-align: center;
}
.answer01 img{
  max-width: 600px;
  margin-left: 100px;
  margin-bottom:30px;
}
.answer02 img{
  max-width: 600px;
}
.answer03 img{
  max-width: 900px;
  margin: 0 auto 40px;
}

/* ============
レスポンシブ 
============*/

@media screen and (max-width:780px) {

  /* ============
共通
============ */
  main {
    margin-top: 60px;
  }

  .mv {
    margin-top: 60px;
  }

  .l-heading {
    margin-bottom: 14px;
    font-size: 2.5rem;
    font-weight: 600;
  }

  .s-heading {
    font-size: 1.8rem;
    padding: 20px 10px;
  }

  .sub-heading {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }

  h3 {
    font-size: 2rem;
    font-weight: 600;
  }

  p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.6rem;
    text-align: justify;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }


  .fs-l {
    font-size: 1.8rem;
  }

  .inner {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .chart {
    overflow-x: scroll;
  }

  /* ヘッダー */
  header {
    width: 100%;
    height: 60px;
    column-gap: 20px;
  }

  /* ============
  MV
  ============ */

  .mv {
    position: static;
    height: auto;
    /* MVごとに変える */
    background-image: url(../images/mv3-sp-bg.jpg);
    margin-top: 60px;
  }

  .mv .inner {
    width: auto;
    padding-top: 100px;
  }

  .mv .cta_btn {
    position: static;
    margin-top: 30px;
  }

  /* CTA */

  .cta_btn {
    width: 100%;
    font-size: 1.4rem;
    justify-content: center;
    padding: 15px 20px;
    gap: 0;
    margin: 0 auto;

  }

  .cta_btn::before {
    width: 20px;
    height: 20px;
  }

  .cta_btn::after {
    display: none;

  }

  /* キャンペーン */
  .campaign-catch {
    margin-bottom: 24px;
  }

  .campaign-catch::after {
    top: 0;
    right: 20px;
  }

  .campaign-catch::before {
    top: 0;
    left: 20px;
  }

  .campaign-detail {
    width: 100%;
    padding: 10px;
    position: relative;
  }

  .campain-detail-img {
    flex-direction: column-reverse;
    gap: 0;
    margin-bottom: 30px;
  }

  .campaign-detail-left img:first-child {
    width: 90%;
    margin-left: -25px;
    position: absolute;
    top: 30px;
  }

  .campaign-detail-left {
    width: 100%;
  }

  .campaign-detail-right {
    width: 100%;
    margin-top: 50px;
  }

  .campaign-detail-right img {
    transform: scale(0.7);
  }

  .campaign-detail_note li {
    font-size: 1.4rem;
    text-indent: -14px;
    margin-left: 14px;
  }

  .campaign-btn_link {
    margin-bottom: 24px;
    font-size: 1.2rem;
    gap: 0;
  }

  /* ============
    こんな方におすすめ
    ============ */
  .problem-list {
    flex-direction: column;
  }

  .problem-list li {
    width: 80%;
    margin: 0 auto;
  }

  .problem-wrap-l {
    background-size: 100% 100%;
    margin-bottom: 36px;
  }

  .answer-img {
    width: 100%;
    transform: scale(.8);
  }
  .answer01 img{
    max-width: 600px;
    margin-left: 0px;
    margin-bottom:0px;
  }
  
  .service-info p {
    text-align: justify;
  }

  /* ============
    市場連動プラン 
    ============*/
  .market-link-plan-content {
    width: 100%;
    padding: 10px;
    margin-top: 60px;
  }

  .market-link-plan-content img {
    margin-bottom: 24px;
  }

  .market-link-plan-content-ttl {
    flex-direction: column;
  }

  .market-link-plan-content-ttl img {
    width: 100%;
    margin-top: -50px;
  }

  .market-link-plan-content-ttl-right {
    width: 100%;
  }

  .market-link-plan-content-ttl-right h3 {
    text-align: center;
    font-size: 2.5rem;
  }

  .market-link-plan-content-ttl-right p {
    margin-top: 14px;
  }

  .market-link-plan-content .chart-inner {
    min-width: 700px;
  }

  .note {
    font-size: 1.4rem;
    text-indent: -14px;
    margin-left: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  /* 市場動向 */
  .problem-wrap {
    background-size: 100% 20%;
  }

  .guess-question {
    flex-direction: column-reverse;
    width: 100%;
  }

  .guess-question_img {
    width: 80%;

  }

  .guess-question_tx {
    width: 100%;
    margin-top: -100px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 1.8rem;
    border-radius: 20px;
  }

  .guess-question_tx::before,
  .guess-question_tx::after {
    top: auto;
    left: 50%;
    bottom: -28px;
    transform: translateY(0) translateX(-50%);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #333;
  }

  .guess-question_tx::after {
    bottom: -22px;
    border-top: solid 16px #fff;
  }

  .trend-speech {
    gap: 20px;
    margin-bottom: 20px;
  }

  .trend-speech::before {
    width: 70px;
    height: 70px;
  }

  .trend-speech_txt {
    width: calc(100% - 90px);
    padding: 10px 14px 12px;
    font-size: 1.6rem;
    line-height: 1.5625;
    border: 2px solid #333;
    border-radius: 10px;
  }

  .trend-speech_txt::before,
  .trend-speech_txt::after {
    left: -15px;
    border-top: 8px solid transparent;
    border-right: 15px solid #333;
    border-bottom: 8px solid transparent;
  }

  .trend-speech_txt::after {
    left: -12px;
    border-right: solid 17px #fff;
  }

  /* ============
  表 
  ============*/
  .mod-table.u-01 tbody td,
  .mod-table.u-01 thead th {
    font-size: 12px;
  }

  .chart-note {
    margin-top: 24px;
    padding-bottom: 24px;
  }

  .chart-note li {
    text-indent: -14px;
    margin-left: 14px;
  }

  /* プラン */
  .plan {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .plan p {
    padding: 0;
    text-align: justify;
  }

  .plan-list {
    margin-top: 24px;
    margin-bottom: 24px;
    flex-direction: column;
  }

  .direct-plan-detail,
  .flat-plan-detail {
    width: 100%;
    margin-bottom: 24px;
    border-radius: 10px;
  }

  .direct-plan-detail_ttl,
  .flat-plan-detail_ttl {
    border-radius: 5px 5px 0 0;
  }

  .direct-plan-detail_inner,
  .flat-plan-detail_inner {
    padding: 15px;
  }

  .direct-plan-detail_ttl h3,
  .flat-plan-detail_ttl h3 {
    line-height: 3;
  }

  .direct-plan-detail_inner .chart-ttl {
    padding: 0;
  }

  .chart-note li,
  .chart-note p {
    padding: 0;
  }

  .flat-plan-chart {
    flex-direction: column;
  }

  .direct-plan-detail_inner img,
  .flat-plan-detail_inner img {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .chart-note li {
    font-feature-settings: "palt";
  }

  /* CO2オプション */
  .co2-option {
    padding-bottom: 0;
  }

  .co2-option .problem-wrap {
    background-size: 100% 35%;
  }

  .co2-option .problem-wrap .guess-question_tx {
    margin-top: 40px;
  }

  .co2-option .problem-wrap .answer-img {
    margin-left: 0;
  }

  .co2-option-detail {
    width: 100%;
    margin-top: 24px;
    padding: 15px;
    border-radius: 10px;
  }

  .co2-option-detail p {
    padding: 0;
    font-size: 1.6rem;
  }

  .co2-option-detail img {
    margin-bottom: 0;
  }

  .micro-copy {
    padding: 0;
    padding-bottom: 16px;
    font-size: 1.6rem;

  }

  /* ============
  case
  ============ */
  .case {
    padding-top: 80px;
  }

  .case p {
    padding: 0;
    margin-top: 10px;
    text-align: justify;
  }

  .case .micro-copy {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }

  /* ============
  選ばれる理
  ============ */
  .reason h2 img {
    width: 90%;
    margin-bottom: 24px;
  }

  .reason-item-small .reason-item {
    width: 100%;
    margin-bottom: 0;
  }

  .reason-item-small .reason-item:last-child {
    margin-bottom: 40px;
  }

  /* ============
  ご利用までの流れ
  ============ */

  .flow {
    padding: 30px 0 40px;
  }

  .mod-flow {
    margin-top: 50px;
  }

  .flow .mod-flow li {
    flex-direction: column;
  }

  .flow .mod-flow li .tag {
    top: -10px;
    left: -10px;
    font-size: 1.4rem;
    width: 20%;
  }

  .flow .mod-flow li .tag:after {
    font-size: 1.6rem;
  }

  .flow .mod-flow li {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .flow .mod-flow li .img {
    width: 112.56px;
    min-width: 112.56px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .flow .mod-flow li .detail {
    width: 100%;
  }

  .flow .mod-flow li .detail dt {
    font-size: 2rem;
    text-align: center;
  }

  /* ============
  お問い合わせ
  ============ */
  .contact p {
    margin-top: 40px;
    padding-bottom: 20px;
  }

  /* faq */
  .faq h2 {
    margin-bottom: 30px;
  }

  .faq .mod-faq {
    border-radius: 10px;
  }

  .faq .mod-faq .title {
    gap: 5%;
    padding: 0 38px 0 20px;
  }

  .faq .mod-faq .title span {
    font-size: 1.6rem;
  }

  .faq .mod-faq .title:before {
    content: "Q";
    transform: translateY(-9%);
    font-size: 2.6rem;
    line-height: 1;
    color: #399D26;
  }

  .faq .mod-faq .title i {
    width: 15px;
    right: 15px;
  }

  .faq .mod-faq .title i:before,
  .faq .mod-faq .title i:after {
    width: 15px;
    height: 2px;
  }

  .faq .mod-faq+.mod-faq {
    margin-top: 20px;
  }

  .faq .mod-faq .detail {
    padding: 0 20px;
    font-size: 1.4rem;
  }

  .faq .mod-faq .detail dd {
    font-size: 1.4rem;
  }

  .faq .mod-faq .detail::before {
    display: none;
  }

}


/* == js == */

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  background: #f0f0f0;
  margin: 20px 0;
}
