@charset "UTF-8";
/* ===================================
コンテンツ共通
=================================== */
.hmb_menu_box{
  top: -437px;
}
main{
  padding-top: 80px;
}
.sec{
  padding: 0 20px;
}
.sec_inner{
  max-width: 1000px;
  margin: auto;
}
#top{
  margin-top: -85px;
  padding-top: 150px;
}
.sec_ttl{
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 27px;
  text-align: center;
  color: #036EB8;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5em;
}
.sec_ttl::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 60px;
  height: 6px;
  background-image: url(../images/lp/ttl_deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
}
.sec_ttl span.sec_ttl_s{
  font-size: 24px;
}
.sec_ttl02{
  position: relative;
  width: fit-content;
  margin: auto;
  margin-top: 47px;
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4em;
}
.sec_ttl02::before,
.sec_ttl02::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 1px;
  background-color: #036EB8;
}
.sec_ttl02::before{
  left: -57px;
}
.sec_ttl02::after{
  right: -57px;
}
.sec_txt{
  margin-bottom: 27px;
  text-align: center;
  line-height: 1.8em;
  font-size: 1.6rem;
}
.sec_txt .sec_small_txt{
  display: block;
  margin-top: -2px;
  margin-bottom: -7px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1025px) {
  .sec_ttl{
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  .sec_txt{
    font-size: 1.5rem;
  }
  .sec_ttl02{
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #top{
    margin-top: -80px;
    padding-top: 130px;
  }
  .sec_ttl{
    font-size: 2.2rem;
  }

  .sec_ttl02{
    font-size: 2rem;
    padding: 0 40px;
    text-align: center;
  }
  .sec_ttl02::before{
    left: 0;
    width: 30px;
  }
  .sec_ttl02::after{
    right: 0;
    width: 30px;
  }

  .sec_txt{
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (max-width: 449px){
  .sec_ttl02{
    width: fit-content;
    padding: 0 40px;
  }
  .sec_ttl02::before{
    right: 0;
    width: 20px;
  }
  .sec_ttl02::after{
    right: 0;
    width: 20px;
  }
}

/* ===================================
FV
=================================== */
.c_pc,
.cta_pc{
  display: block;
}
.c_sp,
.cta_sp{
  display: none;
}
@media screen and (max-width: 767px) {
  .cta_pc{
    display: none;
  }
  .cta_sp{
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .c_pc{
    display: none;
  }
  .c_sp{
    display: block;
  }
}

.fv_sec{
  background-image: url(../images/lp/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fv_txt_img{
  max-width: 800px;
  margin: -5px auto 30px;
}
.division_list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 20px;
  padding: 5px 20px;
  max-width: 800px;
  width: fit-content;
  box-shadow: 0px 4px 20px rgba(0, 175, 231, 0.1);
  background-color: #fff;
  border-radius: 10px;
}
.division_list li{
  width: fit-content;
  margin: 10px 25px;
}
.division_list li img{
  object-fit: cover;
  height: 40px;
}

/* スケジュール情報 */
.fv_txt_wrap{
  display: flex;
  max-width: 933px;
  margin: auto;
}
.fv_txt_box,
.fv_txt_box02{
  border-radius: 8px;
  border: 2px solid #00AFE9;
  background-color: #fff;
  padding: 15px;
  max-width: 258px;
  width: 100%;
  text-align: center;
  color: #036EB8;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.58em;
  letter-spacing: 0.02em;
}
.fv_txt_box02{
  display: flex;
  justify-content: space-around;
  max-width: 398px;
  margin: 0 10px;
}
.fv_txt_box02 p{
  margin: 0 20px;
}
.fv_txt_box p strong,
.fv_txt_box02 p strong{
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 10px;
}

/* 注意文 */
.caution_txt{
  margin: 25px 0;
  line-height: 1.4em;
  text-align: center;
  color: #4C4948;
  font-size: 1.2rem;
}

@media screen and (max-width: 1025px){
  .fv_inner{
    margin-bottom: 50px;
  }
  .fv_txt_box,
  .fv_txt_box02{
    padding: 10px 5px;
  }
}
@media screen and (max-width: 941px){
  .fv_inner{
    margin-bottom: 70px;
  }
  .cta_txt_box{
    bottom: 10%;
  }
  .division_list li{
    margin: 10px 19px;
  }
  .fv_txt_box,
  .fv_txt_box02{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fv_txt_box02{
    flex-direction: column;
  }
  .fv_txt_box02 p{
    margin: 0 20px 15px;
  }
  .fv_txt_box02 p:last-of-type{
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .division_list{
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
  }
  .division_list li{
    width: calc(100% / 3);
    margin: 5px 0;
  }
  .division_list li img{
    margin: auto;
    height: 7.5vw;
  }
  .fv_txt_wrap{
    flex-direction: column;
  }
  .fv_txt_box{
    max-width: 100%
  }
  .fv_txt_box02{
    max-width: 100%;
    margin: 5px 0;
  }
}
@media screen and (max-width: 600px) {
  .fv_txt_img{
    max-width: 100%;
  }
  .fv_txt_img img{
    width: 100%;
  }
}


/* CTA
==============================　*/
.cta_area{
  position: relative;
  margin: 20px -20px 0;
}
.cta_txt_box{
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 70%;
  background-color: #036EB8;
  border-radius: 100%;
}
.detail_sec .cta_txt_box{
  width: 70%;
}
.detail_sec .green .cta_txt_box{
  background-color: #2F9382;
}
.cta_bg img{
  width: 100%;
}
.cta_ttl{
  margin-bottom: 22px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.cta_btn a{
  display: block;
  margin: auto;
  padding: 25px;
  padding-right: 50px;
  padding-left: 33px;
  max-width: 350px;
  border-radius: 200px;
  background-color: #FFDB3F;
  border: 2px solid #FFDB3F;
  color: #4C4948;
  font-size: 2rem;
  font-weight: 700;
  background-image: url(../images/lp/cta_yaji.svg);
  background-repeat: no-repeat;
  background-position: center right 18px;
  background-size: 33px;
  transition: .3s;
}
.cta_btn a:hover{
  background-color: #fff;
  color: #888;
}

@media screen and (max-width: 1025px) {
  .cta_txt_box{
    bottom: 11%;
  }
  .cta_ttl{
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .cta_btn a{
    padding: 15px;
    max-width: 300px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cta_area{
    margin: -45px -20px 0;
  }
  .cta_txt_box{
    bottom: 25%;
    width: 100%;
  }
}
@media screen and (max-width: 449px) {
  .cta_txt_box{
    bottom: 21%;
  }
  .cta_ttl{
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .cta_btn a{
    max-width: 250px;
    padding: 15px;
    font-size: 1.4rem;
    background-size: 25px;
  }
}
@media screen and (max-width: 371px){
  .cta_txt_box{
    bottom: 15%;
  }
}

/* ===================================
about
=================================== */
#about{
  margin-top: -100px;
  padding-top: 178px;
}
.about_sec{
  padding: 78px 20px 100px;
  background-image: url(../images/lp/content_bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.about_box{
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 30px 99px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
}

.about_img{
  margin-bottom: 44px;
}
.about_img img{
  width: 100%;
}
.about_caution{
  margin: 11px 12px 0;
  line-height: 1.5em;
  font-size: 1.2rem;
  text-indent: -21px;
  padding-left: 21px;
}
.about_caution.none{
  margin-top: 0;
}

/* 非化石証書とは */
.about_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
  margin-bottom: 25px;
}
.about_list li{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgb(0 175 231 / 10%);
  padding: 25px 15px 25px;
}
.about_list li:nth-of-type(1){
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.about_list li:nth-of-type(2),
.about_list li:nth-of-type(3) {
  width: calc(50% - 12px);
}

.about_list li .list_ttl{
  margin-bottom: 18px;
  text-align: center;
  color: #036EB7;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.about_list li .list_ttl span{
  margin-top: 8px;
  margin-bottom: -2px;
  font-size: 1.6rem;
}
.about_list li:nth-of-type(1) .list_ttl{
  font-size: 2.2rem;
}

.about_list li .list_txt{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8em;
}
.about_list li:nth-of-type(1) .list_txt{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6em;
}

/* 再エネ化の違い */
.about_txt{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8em;
}
.about_txt_b{
  margin-bottom: 22px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6em;
}
.about_txt_h{
  margin-top: 17px;
  margin-bottom: 15px;
  text-align: center;
  color: #2F9382;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4em;
}
.about_txt_h02{
  margin-bottom: 18px;
  text-align: center;
  color: #036EB7;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
}
.about_txt_h02 span{
  font-size: 1.8rem;
}
.about_txt_h span{
  display: block;
  margin-top: 7px;
  color: #4C4948;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.85em;
}
.about_drp_box{
  padding: 20px 0 1px;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
}
.about_drp_box .about_txt{
  margin-bottom: -11px;
  color: #2F9382;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
}

/* 再エネ共同購入の事例 */
.table_wrap {
  overflow: auto;
  scrollbar-width: none;
}
.table_wrap::-webkit-scrollbar{
  display:none;
}
table{
  width: 1000px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
  border-radius: 10px;
}
th,td{
  text-align: center;
}

.t_title th{
  background-color: #036EB8;
  border-left: 2px solid #fff;
  padding: 12px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3em;
}
.t_title td{
  background-color: #036EB8;
  width: 190px;
  border-left: none;
  border-bottom: 2px solid #fff;
}
.t_title th:nth-of-type(1),
.t_title th:nth-of-type(2){
  width: 40.5%;
}

.t_content th{
  background-color: #036EB8;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 6px 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3em;
  vertical-align: middle;
}
.t_content:last-of-type th{
  border-bottom: none;
}

.t_content th .track{
  width: 125px;
  margin: 10px auto 0;
}

.t_content td{
  background-color: #F4F4F4;
  padding: 17px 20px;
  vertical-align: middle;
}
.t_content td:first-of-type{
  border-right: 2px solid #fff;
}
.t_content:nth-of-type(2n) td{
  background-color: #fff;
}
.t_content:nth-of-type(2n) td:first-of-type{
  border-right: 2px solid #F4F4F4;
}

.t_content .flex-txt{
  display: flex;
  justify-content: center;
  align-items: center;
}
.t_content .flex-txt .t_icon{
  width: 30px;
  margin-right: 7px;
}
.t_content .flex-txt + .t_txt{
  margin-top: 8px;
}
.t_content td > .t_icon{
  width: 30px;
  margin: auto;
  margin-bottom: 10px;
}

/* 表テキスト */
.t_on .t_txt{
  color: #036EB7;
  font-weight: 700;
}
.t_content td > .t_txt{
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  line-height: 1.5em;
}
.t_content td .flex-txt .t_txt{
  font-size: 2rem;
  font-weight: 700;
}

.t_content td.t_txt_02{
  font-size: 2rem;
  font-weight: 700;
  border-right: none;
}


@media screen and (max-width: 1025px) {
  .about_txt_b{
    font-size: 1.6rem;
  }
  .about_txt_h span{
    font-size: 1.5rem;
  }
  
  .about_list li .list_ttl,
  .about_list li:nth-of-type(1) .list_ttl{
    font-size: 1.8rem;
  }
  .about_list li .list_ttl span{
    font-size: 1.4rem;
  }
  .about_list li .list_txt,
  .about_list li:nth-of-type(1) .list_txt{
    font-size: 1.4rem;
  }

  .t_title th{
    font-size: 1.8rem;
  }
  .t_content th{
    font-size: 1.4rem;
  }
  .t_content td .flex-txt .t_txt{
    font-size: 1.6rem;
  }
  .t_content td.t_txt_02{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 941px) {
  .about_box{
    padding: 20px;
  }
  .about_box:nth-of-type(2){
    padding: 20px;
  }
  .about_box:nth-of-type(3){
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sp_none{
    display: none;
  }
  .about_list li:nth-of-type(1){
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .about_list li:nth-of-type(2),
  .about_list li:nth-of-type(3){
    width: 100%;
  }
  .about_list li{
    width: 100%;
    margin-bottom: 15px;
    padding: 20px 15px 20px;
  }
  .about_list li .list_txt,
  .about_list li:nth-of-type(1) .list_txt{
    text-align: left;
    font-size: 1.4rem;
  }
  table{
    width: 820px;
  }
}
@media screen and (max-width: 767px) {
  .about_sec{
    padding: 65px 20px 80px;
  }
  .about_list li{
    padding: 15px 10px;
  }

  .about_drp_box .about_txt{
    font-size: 1.6rem;
  }
  .about_txt_b{
    text-align: left;
    font-size: 1.4rem;
  }
  .about_txt_h{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .about_txt_h span{
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 650px) {
  .about_list{
    flex-direction: column;
  }

  table{
    width: 740px;
  }
  .t_title th{
    font-size: 1.4rem;
  }
  .t_content th{
    padding: 6px 5px;
  }
  .t_content td{
    padding: 12px 20px;
  }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 449px){
  .about_sec{
    padding: 45px 20px 10px;
  }
  .about_box{
    padding: 20px 10px;
  }
  .about_drp_box{
    padding: 20px 10px 1px;
  }
  .about_drp_box .about_txt{
    margin-bottom: -8px;
    font-size: 1.4rem;
  }
}

/* ===================================
長野県非化石証書共同購入プロジェクトとは
=================================== */
.sec.about_nagano_sec{
  padding: 160px 20px 100px;
  margin-top: -80px;
}
.about_nagano_inner .img_box{
  padding: 30px 20px;
  box-shadow: 0 4px 20px rgb(0 175 231 / 10%);
}
.about_nagano_inner .img_box img{
  max-width: 783px;
  margin: auto;
}
@media screen and (max-width: 1024px){
  .about_nagano_inner .img_box img{
    max-width: 100%;
    margin: auto;
  }
}

/* ===================================
background
=================================== */
.bg_sec{
  padding-top: 75px;
  padding-bottom: 100px;
  background-image: url(../images/lp/content_bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg_inner{
  max-width: 1200px;
}

.bg_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.bg_box:last-of-type{
  margin-bottom: 0;
}
.bg_box .bg_img{
  max-width: 41.7%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.bg_box:nth-of-type(1) .bg_img{
  margin-right: 20px;
  box-shadow: -50px 50px 100px rgba(0, 175, 233, 0.15);
}
.bg_box:nth-of-type(2) .bg_img{
  margin-left: 20px;
  box-shadow: 50px 50px 100px rgba(0, 175, 233, 0.15);
}
.bg_txt_box{
  flex-shrink: 0;
  padding-top: 30px;
  max-width: 640px;
  width: 100%;
}
.bg_txt_box p{
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.8em;
}
.bg_txt_box p span{
  color: #036EB8;
  font-weight: 700;
}

@media screen and (max-width: 1025px) {
  .bg_box{
    margin-bottom: 30px;
  }
  .bg_txt_box p{
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 941px) {
  .bg_box{
    align-items: flex-start;
  }
  .bg_img{
    flex-shrink: 0;
    max-width: 200px;
  }
  .bg_txt_box{
    flex-shrink: unset;
    padding-top: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px){
  .bg_sec{
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .bg_box{
    flex-direction: column;
  }
  .bg_box:nth-of-type(2){
    flex-direction: column-reverse;
  }
  .bg_box .bg_img{
    margin: 0 auto 20px;
    max-width: 100%;
  }
  .bg_box:nth-of-type(2) .bg_img{
    margin-left: 0;
  }
  .bg_txt_box p{
    font-size: 1.4rem;
    line-height: 1.7em;
  }
}

/* ===================================
message
=================================== */
.message_sec{
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #000;
  background-image: url(../images/lp_nagano/message_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.message_sec .sec_ttl{
  color: #fff;
}
.message_sec .sec_ttl::after{
  background-image: url(../images/lp/ttl_deco2.svg);
}
.message_box{
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
  border-radius: 10px;
  padding: 48px 100px 55px;
}
.message_box > p{
  font-size: 1.6rem;
  line-height: 1.8em;
}
.message_box > p > a{
  color: #036EB8;
  text-decoration: underline;
  transition: .3s;
}
.message_box > p > a:hover{
  opacity: .6;
}
.message_box > a{
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
  text-decoration: underline;
  color: #036EB7;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: .3s;
}
.message_box > a::after{
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-left: 9px;
  vertical-align: baseline;
  background-image: url(../images/lp_nagano/link_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.message_box > a:hover{
  opacity: .6;
}

.message_box > p + a{
  margin-top: 52px;
}

@media screen and (max-width: 1024px) {
  .message_box{
    padding: 30px 20px 50px;
  }
  .message_box > p + a{
    margin-top: 35px;
  }
}


/* ===================================
division
=================================== */
.division_sec{
  position: relative;
  padding-top: 80px;
  padding-bottom: 10.5vw;
  background-image: url(../images/lp/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
/* ドロップダウンメニュー */
.division_drop_box{
  max-width: 300px;
  padding-top: 5px;
  margin: 45px auto;
}
.division_drop_box .division_drop_inner{
  border: 1px solid #036EB8;
  border-radius: 5px;
  background-color: #fff;
}
.division_drop_ttl{
  position: relative;
  cursor: pointer;
  padding: 18px;
  padding-right: 50px;
  padding-left: 30px;
  color: #036EB8;
  font-size: 1.8rem;
  font-weight: 700;
}
.division_drop_ttl .div_yaji{
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transform-origin: center;
  right: 30px;
  width: 13px;
  transition: .4s;
}
.division_drop_ttl .div_yaji.active{
  transform: translateY(-50%) rotate(180deg);
}
.division_drop_menu ul{
  padding-bottom: 5px;
}
.division_drop_menu li a{
  display: block;
  padding: 10px 30px;
  color: #036EB8;
  font-size: 1.6rem;
  transition: .3s;
}
.division_drop_menu li a:hover{
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .division_sec{
    padding-top: 50px;
  }
  .division_list{
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .division_drop_ttl{
    font-size: 1.6rem;
    padding-left: 20px;
  }
  .division_drop_menu li a{
    padding: 8px 20px;
    font-size: 1.4rem;
  }
  .division_list{
    margin: 20px auto 10px;
  }
  .division_drop_box{
    margin: 15px auto 45px;
  }
}
@media screen and (max-width: 449px) {
  .division_drop_ttl{
    font-size: 1.4rem;
  }
  .division_list{
    margin: 20px auto 10px;
  }
  .division_drop_box{
    padding-top: 5px;
    margin: 10px and 45px;
  }
}


/* 円背景
==============================　*/
.circle_bg img{
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
}

/* ===================================
自治体記事
=================================== */
.div_column_sec{
  position: relative;
  top: -62px;
}
.div_column_icon{
  margin: 0 auto 38px;
  width: fit-content;
  height: 100px;
}
.div_column_icon img{
  object-fit: cover;
  height: 100%;
}
.div_column_txt{
  text-align: center;
  line-height: 1.8em;
}
.div_column_txt p{
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.8em;
}
.div_column_txt p code{
  display: block;
  margin-top: 10px;
}
.div_column_txt p a{
  color: #036EB8;
  text-decoration: underline;
  transition: .3s;
}
.div_column_txt p a:hover{
  opacity: .6;
}

.div_column_box{
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
  margin-top: 30px;
  padding: 30px;
  padding-bottom: 40px;
}
.div_img_wrap{
  margin-bottom: 40px;
}
.div_img_wrap:last-of-type{
  margin-bottom: 0;
}
.div_column_ttl{
  margin-bottom: 20px;
  text-align: center;
  color: #036EB8;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
}
.div_column_img{
  width: fit-content;
  margin: auto;
}
.div_column_img img{
  object-fit: cover;
  height: 400px;
}

@media screen and (max-width: 1025px) {
  .div_column_sec{
    top: 0;
    margin-bottom: 30px;
  }
  .div_column_txt{
    font-size: 1.5rem;
  }
  .div_column_img img{
    height: 280px;
  }
}
@media screen and (max-width: 600px) {
  .div_column_box{
    padding: 20px 10px;
  }
  .div_column_ttl{
    font-size: 1.8rem;
  }
  .div_column_txt{
    text-align: left;
    font-size: 1.4rem;
  }
  .div_column_txt br{
    display: none;
  }
}

/* ===================================
detail
=================================== */
.detail_sec{
  padding-top: 37px;
  background-image: url(../images/lp/detail_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.detail_sec.mt{
  margin-top: -120px;
  padding-top: 200px;
  padding-bottom: 30px;
}
.detail_inner{
  max-width: 1200px;
}

@media screen and (max-width: 1025px) {
  .detail_sec{
    padding-top: 15px;
  }
  .detail_sec.mt{
    margin-top: -50px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px){
  .detail_sec.mt{
    margin-top: -20px;
  }
}

/* タブボタン
==============================　*/
.detail_tab{
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  margin-top: 115px;
}
.detail_tab li{
  width: calc(50% - 20px);
}
.detail_tab li a{
  position: relative;
  top: 0;
  display: block;
  border-radius: 20px 20px 0 0;
  padding: 16px 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  transition: .3s;
}
.detail_tab li a span{
  font-size: 3rem;
}
.detail_tab li a::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-style: solid;
  border-width: 25px 15px 0 15px;
}
.detail_tab li.tab01 a{
  background-color: #fff;
  border: 4px solid #036EB8;
  color: #036EB8;
}
.detail_tab li.tab01 a::after{
  border-color: #036EB8 transparent transparent transparent;
}
.detail_tab li.tab01 a:hover{
  background-color: #036EB8;
  color: #fff;
}

.detail_tab li.tab02 a{
  border: 4px solid #2F9382;
  color: #2F9382;
}
.detail_tab li.tab02 a::after{
  border-color: #2F9382 transparent transparent transparent;
}
.detail_tab li.tab02 a:hover{
  background-color: #2F9382;
  color: #fff;
}

.detail_tab li.active a{
  top: -50px;
  border-radius: 20px;
}
.detail_tab li.tab01.active a{
  background-color: #036EB8;
  color: #fff;
}
.detail_tab li.tab02.active a{
  background-color: #2F9382;
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .detail_tab{
    margin-top: 75px;
  }
  .detail_tab li{
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .detail_tab{
    margin-top: 85px;
  }
  .detail_tab li a{
    font-size: 1.6rem;
  }
  .detail_tab li a span{
    font-size: 2rem;
  }
}
@media screen and (max-width: 449px){
  .detail_tab li a{
    font-size: 1.4rem;
  }
  .detail_tab li a span{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 400px){
  .detail_tab li a{
    font-size: 1.4rem;
  }
  .detail_tab li a span{
    font-size: 1.4rem;
  }
}

/* タブエリア
==============================　*/
.area{
  display: none;
  margin-bottom: 63px;
  position: relative;
  top: -7px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
}
.area.is-active{
  display: block;
}

.area_inner{
  display: none;
  opacity: 0;
  padding: 65px 20px 0;
}
.area.is-active .area_inner {
  display: block;
  animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime{
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}

@media screen and (max-width: 600px) {
  .area_inner{
    padding: 15px 10px 0;
  }
}
@media screen and (max-width: 449px) {
  .area_inner .cta_btn a{
    max-width: 250px;
  }
}

/* CTA */
.area_inner .cta_area{
  margin: 37px -120px 0;
}
.area_inner .cta_txt_box{
  bottom: 12%;
}
@media screen and (max-width: 767px) {
  .area_inner .cta_txt_box{
    bottom: 24%;
    width: 100%;
  }  
}
@media screen and (max-width: 449px) {
  .area_inner .cta_txt_box{
    bottom: 16%;
  }  
}

/* 三角形 */
.d_triangle {
  display: block;
  margin: 40px auto;
  width: 78px;
  border-style: solid;
  border-width: 34px 40px 0 40px;
  border-color: #036EB8 transparent transparent transparent;
}
.d_triangle.green{
  border-color: #2F9382 transparent transparent transparent;
}

/* before */
.before_box{
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding: 23px 20px 40px;
  border: 4px solid #EEEEEE;
  border-radius: 30px;
}
.before_box::before{
  content: "Before";
  position: absolute;
  display: block;
  top: -80px;
  left: 10px;
  transform-origin: 0 100%;
  transform: rotate(90deg);
  z-index: -1;
  font-family: 'Roboto', sans-serif;
  color: #EBEBEB;
  font-size: 100px;
  font-weight: 700;
}
.before_box .d_img01{
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.before_box .d_img03{
  position: relative;
  left: 10px;
  max-width: 820px;
  width: 100%;
  margin: auto;
}

/* after */
.after_box{
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding: 23px 20px 36px;
  border: 4px solid #E7F5F8;
  border-radius: 30px;
}
.after_box::before{
  content: "After";
  position: absolute;
  display: block;
  top: -80px;
  left: 10px;
  transform-origin: 0 100%;
  transform: rotate(90deg);
  z-index: -1;
  font-family: 'Roboto', sans-serif;
  color: #E7F5F8;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.after_box.green{
  padding: 23px 20px 36px;
  border: 4px solid #E7F5F8; 
}
.after_box.green::before{
  color: #DBF4F0;
}
.after_box .d_img02{
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.after_box .d_img04{
  max-width: 690px;
  width: 100%;
  margin: 0 auto 20px;
}


/* detail_column */
.detail_column{
  margin-top: 83px;
  margin-bottom: -7px;
}
.d_point_list{
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 45px auto 0;
}
.d_point_list li{
  flex-shrink: 0;
  width: 300px;
}
.d_point_list li:nth-of-type(3){
  flex-shrink: 0;
  width: 290px;
}
.p_num{
  color: #036EB8;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5em;
}
.p_ttl{
  color: #036EB7;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
}
.p_img{
  width: fit-content;
  margin: 12px auto 24px;
}
.p_txt{
  font-size: 1.6rem;
  line-height: 1.8em;
}

.d_about_list_ttl_wrap{
  display: flex;
  justify-content: space-between;
  max-width: 895px;
  margin: 52px auto 24px;
}
.d_about_list_ttl{
  text-align: center;
  color: #036EB8;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.9em;
}
.d_about_list_ttl span{
  font-size: 2.4rem;
}
.d_about_list_ttl:nth-of-type(1){
  width: 64%;
}
.d_about_list_ttl:nth-of-type(2){
  width: 29%;
}
.d_about_list{
  display: flex;
  justify-content: space-between;
  max-width: 895px;
  margin: auto;
}
.d_about_list li{
  width: calc((100% / 3) - 40px);
}
.d_about_list li img{
  width: 100%;
}
.d_about_caution{
  max-width: 995px;
  margin: 36px auto 88px;
  color: #036EB8;
  font-size: 1.2rem;
  line-height: 1.5em;
}

@media screen and (max-width: 1025px) {
  /* before */
  .before_box .d_ttl{
    font-size: 2.8rem;
  }
  .before_box .d_txt{
    font-size: 1.6rem;
  }

  /* after */
  .after_box .d_ttl{
    font-size: 2.8rem;
  }
  .after_box .d_txt{
    font-size: 1.6rem;
  }

  .before_box .d_img01{
    max-width: 80vw;
  }
  .after_box .d_img02{
    max-width: 60vw;
  }
  .before_box .d_img03{
    left: 0;
    max-width: 80vw;
  }
  .after_box .d_img04{
    max-width: 70vw;
  }

  /* point */
  .p_ttl{
    font-size: 1.8rem;
  }
  .p_txt{
    font-size: 1.5rem;
  }

  /* detail_column */
  .d_about_list_ttl{
    font-size: 1.5rem;
  }
  .d_about_list_ttl span{
    font-size: 2.2rem;
  }

  /* list */
  .d_point_list li{
    width: calc((100% / 3) - 10px);
  }
  .d_point_list li:nth-of-type(3){
    width: calc((100% / 3) - 10px);
  }

  .d_about_list_ttl:nth-of-type(1){
    width: 66%;
  }
  .d_about_list_ttl:nth-of-type(2){
    width: 32%;
  }
  .d_about_list li{
    width: calc((100% / 3) - 10px);
  }
}
@media screen and (max-width: 941px) {
  .before_box::before{
    top: -58px;
    font-size: 7rem;
  }
  .before_box .d_list li{
    margin-right: 15px;
    width: 140px;
    height: 140px;
  }

  .after_box::before{
    top: -58px;
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .before_box .d_ttl{
    font-size: 2.4rem;
  }
  .before_box .d_txt{
    margin-bottom: 5px;
    font-size: 1.4rem;
  }

  .area_inner .cta_area{
    margin: 37px -20px 0;
  }

  .p_num{
    font-size: 2.2rem;
  }
  .p_ttl{
    font-size: 1.6rem;
  }
  .p_txt{
    font-size: 1.4rem;
  }

  .d_about_list_ttl{
    font-size: 1.4rem;
  }
  .d_about_list_ttl span{
    font-size: 2rem;
  }

}
@media screen and (max-width: 650px) {
  .d_about_pc{
    display: none;
  }
  .d_about_list_ttl_wrap{
    justify-content: center;
  }
  .d_about_list{
    flex-direction: column;
  }
  .d_about_list li{
    width: 100%;
    margin: 0 auto 20px;
  }
  .d_about_list li img{
    width: 60%;
    margin: auto;
  }
  .d_about_list li:first-of-type:before{
    content: "";
    display: block;
    width: 100%;
    height: 9vw;
    margin-bottom: 20px;
    background-image: url(../images/lp/d_about_ttl01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .d_about_list li:last-of-type{
    margin-top: 30px;
    margin-bottom: 0;
  }
  .d_about_list li:last-of-type:before{
    content: "";
    display: block;
    width: 100%;
    height: 9vw;
    margin-bottom: 20px;
    background-image: url(../images/lp/d_about_ttl02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  
  .d_point_list{
    flex-direction: column;
  }
  .d_point_list li,
  .d_point_list li:nth-of-type(3){
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media  screen and (max-width: 600px) {
  .d_triangle{
    margin: 28px auto;
    width: 28px;
    border-width: 15px 20px 0 20px;
  }

  .before_box{
    padding: 16px 20px 35px;
  }
  .before_box::before{
    top: 8vw;
    left: -2.5vw;
    font-size: 20vw;
  }
  .before_box .d_img01 img{
    width: 100%;
  }
  .before_box .d_img03 img{
    width: 100%;
  }

  .after_box{
    padding: 15px 20px 28px;
  }
  .after_box::before{
    top: 56vw;
    left: -2.5vw;
    font-size: 20vw;
  }
  .after_box.green{
    padding: 11px 20px 6px;
  }
  .after_box .d_img02 img{
    width: 100%;
  }
  .after_box .d_img04 img{
    width: 100%;
  }

  .before_box .d_img01{
    max-width: 73vw;
  }
  .after_box .d_img02{
    max-width: 64vw;
  }
  .before_box .d_img03{
    max-width: 73vw;
  }
  .after_box .d_img04{
    max-width: 65vw;
  }

  .detail_column{
    margin-top: 50px;
  }
  .d_point_list{
    margin: 25px auto 0;
  }
  .d_about_caution{
    margin: 20px and 40px;
  }
}
@media screen and (max-width: 449px) {
  .d_about_list li img{
    width: 70%;
  }
  .d_about_list li:first-of-type:before{
    height: 11vw;
  }
  .d_about_list li:last-of-type:before{
    height: 11vw;
  }
}

/* ===================================
news
=================================== */
.news_sec{
  background-color: #000;
  padding-bottom: 100px;
  background-image: url(../images/lp/news_bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_inner{
  padding-top: 80px;
}

.news_sec .sec_ttl{
  color: #fff;
}
.news_sec .sec_ttl::after{
  background-image: url(../images/lp/ttl_deco2.svg);
}

.news_sec .sec_ttl02{
  color: #fff;
}
.news_sec .sec_ttl02::before,
.news_sec .sec_ttl02::after{
  background-color: #fff;
}

.news_box{
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 50px 100px 55px;
}
.news_ttl_box{
  display: flex;
  justify-content: space-around;
  max-width: 790px;
  margin: 0 auto 30px;
}
.news_ttl{
  color: #036EB8;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.2em;
  text-align: center;
}
.news_ttl strong{
  font-size: 3rem;
  font-weight: 700;
  color: #036EB8;
}
.news_list li{
  display: flex;
  padding: 17px 0;
  line-height: 1.5em;
  border-bottom: 1px solid #EEEEEE;
}
.news_list li .n_list_ttl{
  display: inline-block;
  min-width: 128px;
  color: #036EB7;
  font-size: 1.6rem;
  font-weight: 700;
}
.news_list li .n_list_txt{
  font-size: 1.6rem;
  line-height: 1.5em;
}
.news_box .cta_btn{
  margin: 40px auto 0;
}

.video_box{
  margin-bottom: 80px;
}
.video_box:last-of-type{
  margin-bottom: 0;
}
.video_frame{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  max-width: 700px;
  width:100%;
  height:0;
  margin: auto;
  padding-top: 38.25%;
}
.video_frame iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_link{
  width: fit-content;
  margin: auto;
}
.news_link a{
  display: block;
  margin-top: 60px;
  text-align: center;
  text-decoration: underline;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.55em;
  transition: .3s;
}
.news_link a:hover{
  opacity: .6;
}
.news_link a::after{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  vertical-align: middle;
  background-image: url(../images/lp/link_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .news_sec{
    background-image: url(../images/lp/news_bg_sp.jpg);
    background-position: center bottom;
    background-size: cover;
  }
  .news_list li .n_list_ttl{
    min-width: 90px;
  }
  .news_link a{
    margin-top: 40px;
  }
}

/* スケジュール(PC用) */
.d_s_pc{
  display: block;
}
.d_s_sp{
  display: none;
}

.d_s_box{
  max-width: 1000px;
  margin: auto;
  padding-bottom: 100px;
}
.green .d_s_box{
  padding-bottom: 130px;
}
.d_s_ttl_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 39px;
}
.d_s_ttl{
  flex-shrink: 0;
  max-width: 46%;
  width: 100%;
  padding: 3px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
}
.d_s_ttl.left{
  background-color: #036EB8;
}
.green .d_s_ttl.left{
  background-color: #2F9382;
}
.d_s_ttl.right{
  background-color: #036EB8;
}
.d_s_year{
  padding: 0 10px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5em;
}

.time_content{
  position: relative;
  margin-top: 35px;
  padding-bottom: 5px;
}
.time_content::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: #CCCCCC;
  width: 2px;
  height: 100%;
}
.time_mounth{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEEEEE;
  border-radius: 50%;
  margin: auto;
  width: 60px;
  height: 60px;
  font-size: 1.6rem;
  font-weight: 700;
}
.time_cation_txt{
  max-width: 460px;
  text-align: center;
  color: #036EB8;
  font-size: 1.4rem;
}
.time_cation_txt.right{
  margin-left: auto;
}
.time_txt_box{
  position: relative;
  border-radius: 30px;
  max-width: 460px;
  padding: 10px 20px 21px;
}
.time_ttl{
  margin-bottom: 7px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8em;
}
.time_txt{
  font-size: 1.4rem;
  line-height: 1.5em;
}
.time_txt_box.right{
  margin-left: auto;
  background-color: #F2F8F9;
}
.time_txt_box.right::after{
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  content: "";
  display: block;
  border-style: solid;
  border-width: 6px 26px 6px 0;
  border-color: transparent #F2F8F9 transparent transparent;
}
.time_txt_box.right.none::after{
  content: none;
}
.time_txt_box.right .time_ttl{
  color: #036EB8;
}

.time_txt_box.left{
  background-color: #fff;
  border: 2px solid #036EB8;
}
.time_txt_box.left::before{
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  z-index: 1;
  content: "";
  display: block;
  border-style: solid;
  border-width: 6px 0 6px 26px;
  border-color: transparent transparent transparent #fff;
}
.time_txt_box.left::after{
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  content: "";
  display: block;
  border-style: solid;
  border-width: 6px 0 6px 26px;
  border-color: transparent transparent transparent #036EB8;
}
.green .time_txt_box.left::after{
  border-color: transparent transparent transparent #2F9382;
}
.green .time_txt_box.left{
  background-color: #fff;
  border: 2px solid #2F9382;
}

.time_txt_box.left.none::before,
.time_txt_box.left.none::after{
  content: none;
}
.time_txt_box.left .time_ttl{
  color: #036EB8;
}
.green .time_txt_box.left .time_ttl{
  color: #2F9382;
}

/* 再エネ電力の導入 */
.time_txt_box.re_time01{
  margin-top: -20px;
}
.time_txt_box.re_time02{
  margin-top: -70px;
  margin-bottom: 20px;
}
.time_txt_box.re_time03{
  margin-top: -40px;
  margin-bottom: 20px;
}
.time_txt_box.re_time04{
  margin-top: -40px;
}
.time_txt_box.re_time05{
  margin-top: -40px;
  margin-bottom: 10px;
}
.time_txt_box.re_time06{
  margin-bottom: -53px;
}
.time_txt_box.re_time07{
  margin-top: -50px;
  margin-bottom: 8px;
}
.time_txt_box.re_time08{
  margin-top: -25px;
}

/* 非化石証書導入 */
.time_txt_box.nf_time01{
  margin-top: -17px;
}
.time_txt_box.nf_time02{
  margin-top: -70px;
  margin-bottom: -22px;
}
.time_txt_box.nf_time03{
  margin-top: -28px;
}
.time_txt_box.nf_time04{
  margin-top: -12px;
}
.time_txt_box.nf_time05{
  margin-top: -59px;
  margin-bottom: -22px;
}
.time_txt_box.nf_time06{
  margin-top: 0px;
}
.time_txt_box.nf_time07{
  margin-top: -90px;
  margin-bottom: 7px;
}
.time_txt_box.nf_time08{
  margin-top: 8px;
  margin-bottom: -36px;
}
.time_txt_box.nf_time09{
  margin-top: -13px;
}
.time_txt_box.nf_time10{
  margin-top: -104px;
  margin-bottom: -50px;
}

@media screen and (max-width: 1025px) {
  .news_ttl_box{
    justify-content: center;
  }
  .news_ttl{
    font-size: 2.2rem;
    margin: 0 15px;
  }
  .news_ttl span{
    font-size: 2.6rem;
  }
  .news_list li .n_list_ttl{
    font-size: 1.5rem;
  }
  .news_list li .n_list_txt{
    font-size: 1.5rem;
  }
  /* スケジュール */
  .time_txt_box{
    max-width: 45%;
    padding: 10px 15px 18px;
  }
  .time_cation_txt{
    max-width: 45%;
  }
  .time_ttl{
    margin-bottom: 4px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 941px) {
  .news_ttl{
    font-size: 1.9rem;
  }
  .news_ttl strong{
    font-size: 2.7rem;
  }
  .news_box{
    padding: 30px 20px 35px;
  }
  .video_frame{
    padding-top: 52.25%;
  }
}
@media screen and (max-width: 449px) {
  .video_frame{
    padding-top: 56.25%;
  }
}

/* スケジュール(sp用) */
@media screen and (max-width: 767px) {
  .d_s_pc{
    display: none;
  }
  .d_s_sp{
    display: block;
  }
  .d_s_box .ttl_box{
    display: flex;
  }
  .d_s_box .ttl_box .year{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    font-size: 2rem;
    font-weight: 700;
  }
  .d_s_box .ttl_box .ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((80% / 2));
    padding: 9px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4em;
  }
  .d_s_box .ttl_box .ttl.left{
    background-color: #036EB8;
    margin-right: 5px;
  }
  .green .d_s_box .ttl_box .ttl.left{
    background-color: #4CB5A5;
    margin-right: 5px;
  }
  .d_s_box .ttl_box .ttl.right{
    background-color: #036EB8;
  }
  .s_cont_box{
    margin-top: 10px;
  }
  .s_cont_box:first-of-type{
    margin-top: 0;
  }
  .s_month_box{
    position: relative;
    left: -15.5%;
    width: 20%;
    margin-bottom: 10px;
  }
  .s_month_box .month{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EEEEEE;
    border-radius: 50%;
    margin: auto;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .s_content_wrap{
    position: relative;
    width: 90%;
    margin-top: 13px;
    margin-left: auto;
    padding-left: 5%;
    padding-bottom: 20px;
  }
  .s_content_wrap::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2px;
    height: 100%;
    background-color: #CCCCCC;
    z-index: -1;
  }
  .s_cont_item{
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    width: 69%;
    margin-bottom: 10px;
  }
  .s_cont_item::after{
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: -9%;
    width: 100%;
    height: 2px;
    z-index: -1;
  }
  .s_cont_item.ti_none::after{
    content: none;
  }
  .s_cont_item .cont_ttl_wrap{
    position: relative;
    z-index: 1;
    padding: 11px;
    padding-right: 30px;
  }

  .s_cont_item .cont_ttl_wrap .cont_cross{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  .s_cont_item .cont_ttl_wrap .cont_cross span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 2px;
    transition: .3s;
  }
  .s_cont_item .cont_ttl_wrap .cont_cross span:first-of-type{
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .s_cont_item .cont_ttl_wrap .cont_cross.active span:first-of-type{
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .s_cont_caution{
    margin-top: 10px;
    margin-left: auto;
    margin-bottom: 8px;
    width: 69%;
    text-align: center;
    color: #036EB7;
    font-size: 1.2rem;
  }
  .s_cont_item .cont_ttl{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5em;
    text-indent: -20px;
    padding-left: 17px;
  }
  .s_cont_item.ti_none .cont_ttl{
    text-indent: unset;
    padding-left: unset;
  }
  .s_cont_item .cont_txt{
    display: none;
    padding: 13px 13px 20px;
    padding-right: 30px;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .s_cont_item.right{
    border: 2px solid #036EB7;
    margin-left: auto;
  }
  .s_cont_item.right::after{
    background-color: #036EB7;
    left: -54.5%;
  }
  .s_cont_item.right .cont_ttl_wrap .cont_cross span{
    background-color: #036EB7;
  }
  .s_cont_item.right .cont_ttl{
    color: #036EB7;
  }

  .s_cont_item.left{
    border: 2px solid #036EB8;
  }
  .s_cont_item.left::after{
    background-color: #036EB8;
  }
  .s_cont_item.left .cont_ttl_wrap .cont_cross span{
    background-color: #036EB8;
  }
  .s_cont_item.left .cont_ttl{
    color: #036EB8;
  }

  .green .s_cont_item.left{
    border: 2px solid #4CB5A5;
  }
  .green .s_cont_item.left::after{
    background-color: #4CB5A5;
  }
  .green .s_cont_item.left .cont_ttl_wrap .cont_cross span{
    background-color: #4CB5A5;
  }
  .green .s_cont_item.left .cont_ttl{
    color: #4CB5A5;
  }
}
@media screen and (max-width: 449px) {
  .d_s_box .ttl_box .ttl{
    padding: 7px 2px;
    font-size: 1.4rem;
  }
  .s_content_wrap{
    width: 93%;
  }
  .s_cont_caution{
    width: 86%;
  }
  .s_cont_item{
    width: 83%;
  }
  .s_cont_item::after{
    left: -7.5%;
  }
  .s_cont_item.right::after{
    left: -28.5%;
  }
  .s_cont_item .cont_ttl{
    font-size: 1.4rem;
  }
  .s_cont_item .cont_txt{
    padding: 5px 10px 13px;
  }
}

@media screen and (max-width: 767px) {
  .news_inner{
    padding-top: 50px;
  }
  .news_sec{
    padding-bottom: 50px;
  }
  .news_ttl{
    font-size: 1.6rem;
  }
  .news_ttl strong{
    font-size: 2.2rem;
  }
  .news_list li .n_list_ttl{
    font-size: 1.4rem;
  }
  .news_list li .n_list_txt{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .news_ttl_box{
    flex-direction: column;
  }
  .news_ttl{
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .news_ttl:last-of-type{
    margin-bottom: 0;
  }
  .news_ttl strong{
    font-size: 1.8rem;
  }
  .news_box{
    margin-bottom: 50px;
    padding: 20px 10px 25px;
  }
  .d_s_box{
    padding-bottom: 50px;
  }
  .green .d_s_box{
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 449px) {
  .news_sec{
    padding: 0 15px;
    padding-bottom: 50px;
  }
  .news_ttl_box{
    margin: 0 auto 10px;
  }
  .news_box .cta_btn{
    margin: 20px auto 0;
  }
  .news_sec .sec_ttl02{
    margin-bottom: 15px;
  }
}

/* ===================================
voice
=================================== */
.voice_sec{
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #E5F7FD;
}
.voice_inner{
  max-width: 800px;
}

.voice_list{
  margin-top: 48px;
}
.voice_area{
  padding: 8px 0;
}
.v_ttl_box{
  cursor: pointer;
  position: relative;
  margin-bottom: 27px;
  padding-left: 32px;
  padding-right: 40px;
  color: #036EB8;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8em;
  transition: .3s;
}
.v_ttl_box::before{
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  display: block;
  width: 13px;
  height: 13px;
  background-color: #036EB8;
  border-radius: 50%;
}
.v_ttl_box:hover{
  opacity: .6;
}
.drop_bar{
  position: absolute;
  top: 14px;
  right: 0;
  width: 20px;
  height: 20px;
}
.drop_bar span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(0deg);
  display: block;
  width: 20px;
  height: 2px;
  background-color: #036EB8;
  transition: .3s;
}
.drop_bar span:nth-of-type(2){
  transform: translate(-50%, -50%) rotate(90deg);
}
.drop_bar.active span:nth-of-type(2){
  transform: translate(-50%, -50%) rotate(0deg);
}

.v_content{
  display: none;
  max-width: 740px;
  margin: 0 auto 40px;
}
.v_thum{
  max-width: 640px;
  margin: 0 auto 28px;
}
.v_thum img{
  width: 100%;
}
.v_txt{
  font-size: 1.6rem;
  line-height: 1.8em;
}
.v_txt figure img{
  width: 100%;
}
.v_txt p{
  margin-bottom: 10px;
}
.v_txt p a {
  color: #036EB8;
  text-decoration: underline;
  transition: .3s;
}
.v_txt p a:hover {
  opacity: .6;
}

@media screen and (max-width: 1025px) {
  .v_ttl_box{
    font-size: 1.5rem;
  }
  .v_txt{
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .voice_sec{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .v_ttl_box{
    font-size: 1.4rem;
  }
  .v_txt{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .video_box{
    margin-bottom: 50px;
  }
  .v_ttl_box{
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 449px) {
  .voice_list{
    margin-top: 30px;
  }
  .v_ttl_box{
    padding-left: 14px;
    padding-right: 30px;
  }
  .v_ttl_box::before{
    left: 0;
    width: 8px;
    height: 8px;
  }
  .v_content{
    margin: 0 auto 20px;
  }
}

/* ===================================
faq
=================================== */
.faq_sec{
  padding-top: 80px;
  padding-bottom: 80px;
}
.faq_list{
  max-width: 800px;
  margin: -18px auto 0;
}
.faq_area{
  cursor: pointer;
  padding: 16px 0;
}

.q_box{
  position: relative;
  padding: 10px;
  padding-left: 45px;
  padding-right: 40px;
  transition: .3s;
}
.q_box:hover{
  opacity: .6;
}
.q_box::before{
  content: "Q";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  font-family: 'Roboto', sans-serif;
  color: #036EB8;
  font-size: 3rem;
  font-weight: 700;
}
.q_txt{
  color: #036EB8;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8em;
}

.a_box{
  display: none;
  position: relative;
  max-width: 760px;
  margin-top: 38px;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 40px;
}
.a_box::before{
  content: "A";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #FFDB3F;
  font-size: 2rem;
  font-weight: 700;
}
.a_txt{
  font-size: 1.6rem;
  line-height: 1.8em;
}

@media screen and (max-width: 1025px) {
  .q_txt{
    font-size: 1.5rem;
  }
  .a_txt{
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .faq_sec{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .q_txt{
    font-size: 1.4rem;
  }
  .a_txt{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .faq_area{
    padding: 5px 0;
  }
  .q_box{
    padding-left: 24px;
  }
  .q_box::before{
    font-size: 2rem;
  }
  .a_box{
    margin-top: 10px;
  }
}

/* ===================================
contact
=================================== */
.contact_sec{
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/lp/contact_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact_box{
  padding: 30px 20px 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
}
.contact_txt{
  max-width: 465px;
  margin: auto;
  font-size: 1.6rem;
  line-height: 1.8em;
}
.contact_btn_wrap{
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 37px auto 0;
}
.contact_btn{
  max-width: 330px;
  width: 100%;
}
.contact_btn a{
  display: block;
  padding: 22px;
  color: #fff;
  border-radius: 200px;
  border: 1px solid #036EB8;
  background-color: #036EB8;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  transition: .3s;
}
.contact_btn a::after{
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 12px;
  height: 12px;
  background-image: url(../images/lp/link_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: .3s;
}
.contact_btn a:hover{
  color: #036EB8;
  background-color: #fff;
}
.contact_btn a:hover::after{
  background-image: url(../images/lp/link_icon_hover.svg);
}

@media screen and (max-width: 1025px) {
  .contact_txt{
    font-size: 1.5rem;
  }
  .contact_btn a{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1025px) {
  .contact_box{
    padding: 30px 20px;
  }
  .contact_txt{
    font-size: 1.4rem;
  }
  .contact_btn_wrap{
    flex-direction: column;
    max-width: 100%;
  }
  .contact_btn{
    max-width: 100%;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact_sec{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .contact_btn a{
    font-size: 1.6rem;
    padding: 15px 10px;
  }
}

/* ===================================
footer
=================================== */
.foot{
  padding: 60px 20px 90px;
  /* background: linear-gradient(
    225deg,
    rgba(57,218,225,1) 0%,
    rgba(44,186,216,1) 25%,
    rgba(23,129,199,1) 100%
    ); */
  background-color: #036EB8;
}

.foot_txt{
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5em;
}
.foot_txt span{
  display: block;
  font-weight: 700;
}
.foot_tel{
  margin-bottom: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.foot_tel a{
  display: block;
  color: #fff;
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 700;
}
.foot_tel a:before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  vertical-align: 3px;
  background-image: url(../images/lp/tel_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.foot_mail{
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6em;
}
.foot_mail a{
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.link_wrap{
  display: flex;
  justify-content: center;
  margin-top: 57px;
  padding-left: 10px;
}
.link_wrap .link_txt{
  margin-right: 20px;
}
.link_wrap .link_txt:last-of-type{
  margin-right: 0;
}
.link_wrap .link_txt a{
  display: block;
  margin-right: 10px;
  text-decoration: underline;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  transition: .3s;
}
.link_wrap .link_txt a::after{
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-left: 9px;
  vertical-align: baseline;
  background-image: url(../images/lp/link_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.link_wrap .link_txt a:hover{
  opacity: .6;
}


@media screen and (max-width: 1025px) {
  .foot{
    padding: 50px 20px 70px;
  }
  .foot_txt{
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
  .foot_tel{
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
  .foot_mail{
    font-size: 1.3rem;
  }
  .link_wrap{
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .foot_txt{
    font-size: 1.4rem;
  }
  .foot_tel{
    font-size: 1.4rem;
  }
  .foot_tel a{
    margin-bottom: 5px;
    font-size: 3rem;
  }
  .foot_tel a:before{
    margin-right: 5px;
    vertical-align: -2px;
  }
  .foot_mail a{
    font-size: 1.4rem;
  }
  .link_wrap .link_txt a{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  .link_wrap{
    flex-direction: column;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .link_wrap .link_txt{
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .link_wrap .link_txt:last-of-type{
    margin-bottom: 0;
  }
}