@charset "UTF-8";
/* ===================================
コンテンツ共通
=================================== */
main{
  padding-top: 80px;
}
.sec{
  padding: 0 20px;
}
.sec_inner{
  max-width: 1000px;
  margin: auto;
}
#top{
  margin-top: -80px;
  padding-top: 110px;
}
.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: 5px;
  background-image: url(../images/lp/ttl_deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sec_ttl02{
  position: relative;
  width: fit-content;
  margin: auto;
  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{
  text-align: center;
  line-height: 1.8em;
  font-size: 1.6rem;
}

@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: 90px;
  }
  .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 0; 
}
.division_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 30px auto 20px;
  padding: 15px 22px;
  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;
}
/* .division_list li:nth-child(1),
.division_list li:nth-child(2),
.division_list li:nth-child(3),
.division_list li:nth-child(4) {
  margin-right: 10px;
} */
.division_list li img{
  object-fit: cover;
  height: 40px;
}

@media screen and (max-width: 580px){
  .division_list li img[alt="九都県市"] {
    width: 100%;
    height: auto;
  }
}

/* スケジュール情報 */
.fv_txt_wrap{
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 60px;
}
.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-between;
  align-items: center;
  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:nth-child(1), .division_list li:nth-child(2), .division_list li:nth-child(3), .division_list li:nth-child(4) {
    margin-right: 0;
  }
  /* .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: -63px -20px 0;
}
.cta_txt_box{
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 70%;
  /* background-color: #036EB8; */
}
.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;
  line-height: 1.4;
  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_sec{
  padding: 65px 20px 50px;
  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: 20px 99px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
}
.about_box:nth-of-type(2) {
  padding: 30px 100px;
}
.about_box:nth-of-type(2) .about_img{
  margin-top: 25px;
  margin-bottom: 43px;
}
.about_box:nth-of-type(3){
  padding: 30px 30px;
}

.about_box_desc {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6em;
}
.about_box_flexBox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 15px;
  line-height: 1.8em;
  font-size: 1.6rem;
  margin-top: 20px;
}
.about_box_flexList {
  width: calc((100% - 15px) / 2);
}
.about_box_flexList .ttl {
  background: #33afe9;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 10px 10px 0 0;
}
.about_box_flexList .box_inList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgb(242 242 242);
  padding: 15px 20px;
  border-radius: 0 0 10px 10px;
}
.about_box_flexList .box_inList li {
  padding-left: 16px;
  position: relative;
}
.about_box_flexList .box_inList li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #4C4948;
}
.about_box_supplementary {
  line-height: 1.8em;
  font-size: 1.4rem;
  text-align: right;
  margin-top: 10px;
}

.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_drp_box{
  padding: 20px 0 1px;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
}
.about_txt{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-bottom: 9px;
}
.about_txt02{
  font-size: 1.6rem;
  line-height: 1.8em;
}
.about_txt_b{
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6em;
}
.about_txt_h{
  margin-top: 17px;
  margin-bottom: 20px;
  text-align: center;
  color: #036EB8;
  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;
  color: #4C4948;
  font-size: 1.6rem;
  font-weight: 700;
}
.about_img_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 760px;
  margin: 30px auto;
}
.about_img_list li{
  width: calc((100% / 3) - 50px);
}

.solo_audition {
  border-radius: 30px;
  border: 4px solid #036EB8;
  padding: 50px 20px;
}
.s_audition_ttl {
  color: #036EB8;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  padding: 0 30px;
  margin-bottom: 30px;
}
.s_audition_ttl::before {
  content: "";
  position: absolute;
  background-image: url(../images/lp/ttl_icon_left.svg);
  background-size: cover;
  top: 50%;
  left: -4px;
  transform: translate(0, -50%);
  width: 34px;
  height: 30px;
}
.s_audition_ttl::after {
  content: "";
  position: absolute;
  background-image: url(../images/lp/ttl_icon_right.svg);
  background-size: cover;
  top: 50%;
  right: -4px;
  transform: translate(0, -50%);
  width: 34px;
  height: 30px;
}
.s_audition_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.s_audition_flex .left {
  max-width: 402px;
  width: calc((100% - 50px) / 2);
  height: auto;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  overflow: hidden;
}
.s_audition_flex .right {
  width: calc((100% - 50px) / 2);
}
.s_audition_flex .right .check_list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.s_audition_flex .right .check_list li {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 24px;
  position: relative;
}
.s_audition_flex .right .check_list li::before {
  content: "";
  position: absolute;
  background-image: url(../images/lp/check_icon.svg);
  background-size: cover;
  width: 18px;
  height: 16px;
  top: 7px;
  left: 0;
}
.s_audition_flex .right .cta_btn a {
  text-align: center;
  margin: 50px 0 0;
}
.nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 1025px) {
  .about_txt_b{
    font-size: 1.6rem;
  }
  .about_txt_h span{
    font-size: 1.5rem;
  }
  .about_txt02{
    font-size: 1.5rem;
  }
}
@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;
  }
  .s_audition_flex .right .check_list li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .about_sec{
    padding: 65px 20px 20px;
  }
  .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;
  }
  .about_txt02{
    font-size: 1.4rem;
  }
  .about_img_list li{
    width: calc((100% / 3) - 5px);
  }

  .solo_audition {
    padding: 40px 20px;
  }
  .s_audition_ttl {
    font-size: 20px;
  }
  /* .s_audition_ttl::before {
    top: 0;
  }
  .s_audition_ttl::after {
    top: 0;
  } */
  .s_audition_flex {
    flex-direction: column;
    gap: 30px;
  }
  .s_audition_flex .left {
    max-width: unset;
    width: 100%;
  }
  .s_audition_flex .right {
    width: 100%;
  }
  .s_audition_flex .right .check_list {
    max-width: 365px;
    margin-inline: auto;
  }
  .s_audition_flex .right .check_list li {
    font-size: 14px;
  }
  .s_audition_flex .right .check_list li::before {
    top: 2px;
  }
  .s_audition_flex .right .cta_btn a {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .about_img_list{
    flex-wrap: wrap;
    justify-content: center;
  }
  .about_img_list li{
    width: calc(100% / 2);
    padding: 5px;
  }
  .about_img_list li:last-of-type{
    margin-top: -6vw;
  }

  .about_box_flexBox {
    flex-direction: column;
  }
  .about_box_flexList {
    width: 100%;
  }
}
@media screen and (max-width: 449px){
  .about_sec{
    padding: 45px 20px 10px;
  }
  .about_box{
    padding: 20px 10px;
  }
  .about_box:nth-of-type(2){
    padding: 20px 10px;
  }
  .about_box:nth-of-type(2) .about_img{
    margin-bottom: 20px;
  }
  .about_drp_box{
    padding: 20px 10px 1px;
  }
}

/* ===================================
background
=================================== */
.bg_sec{
  padding-top: 75px;
  padding-bottom: 100px;
}
.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%;
}
.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;
  }
}

/* ===================================
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;
}
.division_drop_menu li a[href*="yoshikawa-city"] {
  display: none;
}

@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;
  max-width: 300px;
  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;
} */
.detail_sec.mt{
  margin-top: 50px;
}
.detail_inner{
  max-width: 1200px;
}

@media screen and (max-width: 1025px) {
  .detail_sec{
    padding-top: 15px;
  }
  /* .detail_sec.mt{
    margin-top: -50px;
  } */
}
/* @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;
}

.nonfossil_img {
  max-width: 1000px;
  margin: 12px auto 24px;
  overflow-x: auto;
}
.nonfossil_img img {
  min-width: 713px;
}

@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-top: 10px solid #036EB8;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
}
.area.green{
  border-top: 10px solid #2F9382;
}
.area.is-active{
  display: block;
}

.area_inner{
  display: none;
  opacity: 0;
  padding: 50px 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: 9%;
}
@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: 20px auto 24px;
}

.d_point_list li {
  flex-shrink: 0;
  width: 300px;
}

/* .d_point_list li:nth-of-type(3) {
  flex-shrink: 0;
  width: 290px;
} */

.d_point_list.column {
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  max-width: 800px;
  margin: 30px auto 0;
}
.d_point_list.column li {
  width: 100%;
}

.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-between;
  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;
}
.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 24px 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: 40px;
}
.time_txt_box.nf_time07{
  margin-top: -114px;
  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;
  background: #E5F7FD;
}
.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;
  }
}

/* ===================================
partner
=================================== */
.partner {
  /*background-color: #E5F7FD;*/
  padding-top: 80px;
  padding-bottom: 80px;
}

.partner_box {
  padding: 30px 20px 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
}

.partner_box .ttl {
  font-size: 1.6rem;
  font-weight: 900;
  color: #036EB8;
  text-align: center;
  margin-bottom: 20px;
}

.partner_box .Listwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -30px;
}

.partner_box .Listwrap li {
  border: 1px solid #036EB8;
  border-radius: 10px;
  max-width: 180px;
  width: 100%;
  max-height: 72px;
  overflow: hidden;
  margin: 0 30px 20px 0;
}

.partner_box .Listwrap li img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 18 / 7;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  .partner_box .Listwrap {
    flex-direction: column;
    margin-right: 0px;
  }

  .partner_box .Listwrap li {
    margin: 0 0px 20px 0;
  }
}

/* ポップアップ
==============================　*/
.lity {
  background: rgba(2, 56, 148, 0.8) !important;
}

.lity-container {
  padding: 0 20px;
}

.lity-content > ul{
  width: 50vw;
  max-width: 600px;
}

.popupDetail {
  list-style: none;
  display: flex;
  max-width: 850px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.popupDetail .imgArea {
  position: relative;
  aspect-ratio: 18 / 7;
  overflow: hidden;
  max-width: 300px;
  width: 39%;
  border: 1px solid #2B77F6;
  border-radius: 10px;
  margin: 0 auto 30px;
}

.popupDetail .imgArea img {
  width: auto;
  height: 100%;
  margin: auto;
  object-fit: contain;
  aspect-ratio: 18 / 7;
}

.popupDetail .textArea {
  width: 80%;
  overflow-y: auto;
  max-height: 400px;
  height: 100%;
  padding-right: 10px;
}

.popupDetail .textArea::-webkit-scrollbar {
  width: 8px;
}

.popupDetail .textArea::-webkit-scrollbar-track {
  background-color: transparent;
}

.popupDetail .textArea::-webkit-scrollbar-thumb {
  background-color: #2B77F6;
}

.popupDetail .textArea .text {
  letter-spacing: 0.18em;
  line-height: 2.14;
}

.lity-close {
  position: absolute;
  right: calc(50% - 48%);
  top: -44px;
  color: transparent;
  border: 0;
  background: none;
  width: 30px;
  height: 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 57px;
}

.lity-close::before {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 30px;
  height: 1px;
  display: block;
  background-color: #fff;
  transform: rotate(45deg);
}

.lity-close::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 30px;
  height: 1px;
  display: block;
  background-color: #fff;
  transform: rotate(315deg);
}

.lity-close:active {
  top: -44px;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  color: transparent;
  font-size: 58px;
  text-shadow: 0 1px 2px rgba(2, 56, 148, 0.3);
}

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

@media screen and (max-width: 768px) {
  .popupDetail {
    padding: 30px 28px;
    /* height: 83dvh;
    display: block; */
    overflow: hidden;
  }

  .popupDetail .imgArea {
    max-width: 235px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .popupDetail .textArea {
    width: 100%;
    height: calc(100% - (54% + 30px));
  }

  .popupDetail .textArea .text {
    font-size: 12px;
    line-height: 2.3;
  }
}

/* ===================================
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; 元設定 */
  padding: 30px 0px 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
}
.contact_txt{
  /* max-width: 465px; 元設定 */
  max-width: 495px;
  margin: auto;
  font-size: 1.6rem;
  line-height: 1.8em;
}
.contact_btn_wrap{
  display: flex;
  /* justify-content: space-between; 元設定 */
  justify-content: space-evenly;
  /* max-width: 700px; 元設定 */
  max-width: none;
  margin: 37px auto 0;
}
.contact_btn{
  /* max-width: 330px; 元設定 */
  max-width: 290px;
  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-size: 1.8rem;
  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; 元設定 */
    max-width: none;
    width: 95%;
    margin: 0 auto 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: 33px;
  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;
}

@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;
  }
}
@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;
  }
}

/* ===================================
札幌 再エネ共同購入の事例エリア 上書き
=================================== */

.hkd .about_img_list{
  justify-content: space-between;
}
.hkd .about_img_list li{
  width: calc((100% / 1.8) - 50px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .hkd .about_img_list{
    display: block;
  }
  .hkd .about_img_list li{
    width: calc(100% / 1.1);
    margin: 30px auto;
  }
}  

@media screen and (max-width: 600px) {
  .hkd .about_img_list li {
    width:auto;
  }
}

#division_column {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  #division_column {
    padding-top: 80px;
    margin-top: -80px;
  }
}


.d_point_list.column .p_ttl {
  text-align: start;
  margin-bottom: 20px;
}

/* PPA方式とその他の導入方法の違い */
.table_wrap {
  overflow: auto;
  scrollbar-width: none;
  margin-top: 20px;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
  background-color: transparent;
}
.table_wrap::-webkit-scrollbar {
  display: none;
}

.table_wrap table {
  width: 800px;
  overflow: hidden;
  border-radius: 10px;
}
.t_title td {
  background-color: #036EB8;
  border-left: none;
  border-bottom: 2px solid #fff;
  width: 200px;
}
.t_title th {
  background-color: #036EB8;
  border-left: 2px solid #fff;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  padding: 10px;
}
.t_title th:nth-of-type(1), .t_title th:nth-of-type(2), .t_title th:nth-of-type(3) {
  width: 200px;
}
.t_content th {
  background-color: #036EB8;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  padding: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.t_content td {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
}
.t_content td:first-of-type {
  border-right: 2px solid #E5F2FF;
}
.t_content:nth-of-type(2n) td {
  background-color: #E5F2FF;
  border-right: 2px solid #FFF;
}
.t_content:nth-of-type(odd) td:first-of-type {
  background-color: #FFF;
}

.nowrap {
  white-space: nowrap;
}

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

  .t_title th {
    font-size: 1.8rem;
  }

  .t_content th {
    font-size: 1.8rem;
  }

  .t_content td .flex-txt .t_txt {
    font-size: 1.6rem;
  }

  .t_content td.t_txt_02 {
    font-size: 1.6rem;
  }

  .about_sec .imgTxt {
    font-size: 1.8rem;
  }
}

@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 {
    /* margin-top: -50px; */
    /* padding-top: 80px; */
  }

  /* .about_sec {
    padding: 65px 20px 80px;
  } */

  .about_sec .imgTxt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }

  .about_sec .p_num {
    font-size: 2.2rem;
  }

  .about_sec .p_ttl {
    font-size: 1.6rem;
  }

  .about_sec .p_txt {
    font-size: 1.4rem;
  }

  .aboutBoldtxt {
    font-size: 1.4rem;
  }

  table {
    width: 820px;
  }

  .t_title td {
    width: 150px;
  }

  .table_wrap table {
    width: 600px;
  }
  .t_title td {
    width: 150px;
  }
  .t_title th {
    font-size: 1.6rem;
  }
  .t_content th {
    font-size: 1.6rem;
  }
  .t_content td {
    font-size: 1.4rem;
  }
  .t_title th:nth-of-type(1), .t_title th:nth-of-type(2), .t_title th:nth-of-type(3) {
    width: 150px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 650px) {
  .about_list {
    flex-direction: column;
  }

  table {
    width: 740px;
  }

  .t_title th {
    font-size: 1.6rem;
  }

  .t_content th {
    font-size: 1.6rem;
    padding: 6px 5px;
  }

  .t_content td .flex-txt .t_txt {
    font-size: 1.4rem;
  }
}

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

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

  .about_box {
    padding: 20px 10px;
  }
}
