@charset "UTF-8";

/* ===================================
header上書き
=================================== */
.header_cta_btn a {
  margin-left: 18px;
}

.nav_list li a {
  margin-left: 0px;
}

.hmb_btn .btn_bar span {
  background-color: #2B77F6;
}

.hmb_btn .btn_txt {
  color: #2B77F6;
}

.hmb_menu_list li {
  color: #2B77F6;
}

/* ===================================
コンテンツ共通
=================================== */
/* litty.jsを開いた時 スクロールしない */
body.fixed {
  width: 100%;
  overflow: hidden;
}

.hmb_menu_box {
  top: -506px;
}

main {
  padding-top: 80px;
}

.sec {
  padding: 0 20px;
}

.sec_inner {
  max-width: 1000px;
  margin: auto;
}

#top {
  margin-top: -140px;
  padding-top: 140px;
}

.sec_ttl {
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 27px;
  text-align: center;
  color: #2B77F6;
  font-size: 3.0rem;
  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_osaka/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: -12px;
  margin-bottom: 20px;
  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: #00AFE9;
}
.blue .sec_ttl02::before,
.blue .sec_ttl02::after {
  background-color: #036EB8;
}
.green .sec_ttl02::before,
.green .sec_ttl02::after {
  background-color: #4CB5A5;
}

.sec_ttl02::before {
  left: -57px;
}

.sec_ttl02::after {
  right: -57px;
}

.sec_txt {
  text-align: center;
  line-height: 1.8em;
  font-size: 1.6rem;
  margin: 0 auto 24px;
}
.division_txt {
  text-align: center;
  line-height: 1.8em;
  font-size: 1.4rem; 
  margin: 0 auto 24px;
}
.division_txt span{
  display: inline-block;
  white-space: nowrap;
}

.sec_smalltxt {
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

@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: 50px;
  }

  .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: 767px) {
  .pc-br {
    display: none;
  }
}

@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: 965px;
  margin: 75px auto 30px;
}

.fv_txt_img img {
  margin-inline: auto;
}

.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 {
  margin-top: 50px;
}
.ly_fv_txt_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
.fv_txt_box {
  border-radius: 8px;
  border: 2px solid #2B77F6;
  background-color: #fff;
  padding: 15px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  color: #2B77F6;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.58em;
  letter-spacing: 0.02em;
  margin: auto;
  position: relative;
}

.fv_txt_box .deco {
  background-color: #2B77F6;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  padding: 4px 60px 6px;
}

.fv_txt_box .intxt {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 160%;
}

.fv_txt_box p.recruitment {
  color: #4C4948;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  margin-top: 8px;
}

.fv_txt_box p {
  margin-top: 6px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 160%;
}

.fv_txt_box_02 {
  margin: 30px auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.fv_txt_box_02 .txt01 {
  font-size: 2.8rem;
  font-weight: 900;
}

.fv_txt_box_02 .txt02 {
  color: #2B77F6;
  font-size: 4.0rem;
  font-weight: 900;
  position: relative;
}

.fv_txt_box_02 .txt02 .white::after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  bottom: 0px;
  left: -4px;
  z-index: -1;
}

.fv_txt_box_02 .txt02 .white {
  position: relative;
  z-index: 1;
}

.fv_txt_box_02 .txt02 .small {
  font-size: 2.8rem;
  font-weight: 900;
}

/* 注意文 */
.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: 40px;
  }
  .ly_fv_txt_wrap{
    gap: 20px 10px;
  }
  .fv_txt_box{
    width: calc((100% / 2) - 7px);
  }
}

@media screen and (max-width: 941px) {
  .cta_txt_box {
    bottom: 10%;
  }

  .division_list li {
    margin: 10px 19px;
  }
}

@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;
    margin-bottom: 80px;
  }

  .fv_txt_box .deco{
    font-size: 1.4rem;
  }

  .fv_txt_box .intxt {
    font-size: 1.2rem;
  }

  .fv_txt_box p {
    margin-top: 6px;
    font-size: 1.6rem;
    line-height: 1.4em;
  }

  .fv_txt_box_02 {
    margin: 20px auto 0;
  }

  .fv_txt_box_02 .txt01 {
    font-size: 1.8rem;
  }

  .fv_txt_box_02 .txt02 {
    font-size: 3.2rem;
  }

  .fv_txt_box_02 .txt02 .small {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 600px) {
  .fv_txt_img {
    max-width: 100%;
    margin: 55px auto 30px;
  }

  .fv_txt_img img {
    width: 100%;
  }

  .fv_txt_box .intxt {
    font-size: 1.4rem;
  }

  .fv_txt_box{
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .fv_txt_box {
    max-width: 100%;
  }
}


/* CTA
==============================　*/
.cta_area {
  position: relative;
  margin: 20px -20px 0;
}

.cta_txt_box {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 70%;
}

.detail_sec .cta_txt_box {
  width: 70%;
}

.cta_bg img {
  width: 100%;
}

.cta_bg.second img {
  width: 86%;
}

.cta_ttl {
  margin-bottom: 12px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4em;
}

.cta_btn a {
  margin: auto;
  padding: 14px 17px;
  /* 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;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: .3s;
}

.cta_ttl span {
  font-size: 2.4rem;
}

.cta_btn a:hover {
  background-color: #fff;
  color: #888;
}

@media screen and (max-width: 1600px) {
  .cta_txt_box {
    bottom: 18%;
  }
}

@media screen and (max-width: 1600px) {

  .cta_ttl span {
    font-size: 1.8rem;
  }

  .cta_btn a {
    padding: 14px 17px;
  }
}

@media screen and (max-width: 1025px) {
  .cta_txt_box {
    bottom: 18%;
  }

  .cta_ttl {
    margin-bottom: 12px;
    font-size: 2rem;
  }

  .cta_ttl span {
    font-size: 1.8rem;
  }

  .cta_btn a {
    max-width: 300px;
    font-size: 1.8rem;
  }

  .cta_bg {
    position: relative;
    padding-bottom: 40px;
  }

  .cta_bg::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 30%;
    background-color: #2b77f6;
  }

  /* .blue .cta_bg::before {
    background-color: #206eb8;
  }
  .green .cta_bg::before {
    background-color: #4cb5a5;
  }
  .aqua .cta_bg::before {
    background-color: #33aee9;
  } */
}

@media screen and (max-width: 767px) {
  .cta_area {
    margin: -45px -20px 0;
  }

  .cta_txt_box {
    bottom: 21%;
    width: 100%;
  }

  .cta_bg.second img {
    width: 100%;
  }

  .cta_bg {
    position: relative;
    padding-bottom: 0;
  }

  .cta_bg::before {
    content: none;
  }

  .cta_btn a {
    padding: 7px 15px;
  }
}

@media screen and (max-width: 449px) {
  .cta_txt_box {
    bottom: 21%;
  }

  .cta_ttl {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }

  .cta_ttl span {
    font-size: 1.6rem;
  }

  .cta_btn a {
    max-width: 250px;
    font-size: 1.4rem;
    background-size: 25px;
  }
}

@media screen and (max-width: 371px) {
  .cta_txt_box {
    bottom: 8%;
  }

  .cta_ttl {
    margin-bottom: 9px;
    font-size: 1.4rem;
  }

  .cta_ttl span {
    font-size: 1.4rem;
  }
}

/* ===================================
about
=================================== */
/* #about {
  margin-top: -100px;
  padding-top: 178px;
} */

/* 
.about_sec {
  padding: 78px 20px 100px;
  background-image: url(../images/lp_osaka/content_bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
} */

.about_sec .sec_ttl02 {
  margin-top: 75px;
}

.about_box {
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 30px 84px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
}

.about_img {
  /* margin-bottom: 44px; */
}

.about_img02 img {
  margin: 0 auto;
}

.about_sec .imgTxt {
  color: #2B77F6;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}

.about_img img {
  width: 100%;
}

/* PPA方式による太陽光発電導入のメリット */
.aboutBoldtxt {
  max-width: 700px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto;
}

/* PPA方式とその他の導入方法の違い */
.table_wrap {
  overflow: auto;
  scrollbar-width: none;
  margin-top: 36px;
  box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
  background-color: transparent;

}

.table_wrap::-webkit-scrollbar {
  display: none;
}

table {
  width: 1000px;
  overflow: hidden;
  border-radius: 10px;
  /* box-shadow: 0 4px 20px rgba(0, 175, 231, 0.1);
  margin: 0 40px 20px 10px;
  padding: 0 20px 20px 10px; */
}

th,
td {
  text-align: center;
}

.t_title th {
  background-color: #00AFE9;
  border-left: 2px solid #fff;
  padding: 24px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3em;
}

.t_title td {
  background-color: #00AFE9;
  width: 220px;
  border-left: none;
  border-bottom: 2px solid #fff;
}

.t_title th:nth-of-type(1),
.t_title th:nth-of-type(2),
.t_title th:nth-of-type(3) {
  width: 260px;
}

.t_content th {
  background-color: #00AFE9;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 6px 10px;
  color: #fff;
  font-size: 2.2rem;
  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: #FFF;
  padding: 12px;
  vertical-align: middle;
}

.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;
  vertical-align: baseline;
}

.t_content:nth-of-type(odd) td:first-of-type {
  background-color: #E5F2FF;
  background-color: #FFF;
}

.t_content:nth-of-type(odd) td:nth-of-type(2) {
  background-color: #FFF;
  border-right: 2px solid #E5F2FF;
}

.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 {
  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: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  text-align: start;
}

.t_content td.t_txt_02 {
  font-size: 2rem;
  font-weight: 700;
  border-right: none;
}

.blue table {
  width: 800px;
}
.blue .table_wrap {
  margin-top: 0;
}
.blue .t_title td {
  background-color: #036EB8;
  width: 200px;
}
.blue .t_title th {
  background-color: #036EB8;
  font-size: 2rem;
  line-height: 140%;
  padding: 10px;
}
.blue .t_title th:nth-of-type(1), .blue .t_title th:nth-of-type(2), .blue .t_title th:nth-of-type(3) {
  width: 200px;
}
.blue .t_content th {
  background-color: #036EB8;
  font-size: 2rem;
  line-height: 140%;
  padding: 10px;
}
.blue .t_content td {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  vertical-align: middle;
  padding: 10px;
}

.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;
  }

  .blue table {
    width: 600px;
  }
  .blue .t_title td {
    width: 150px;
  }
  .blue .t_title th {
    font-size: 1.6rem;
  }
  .blue .t_content th {
    font-size: 1.6rem;
  }
  .blue .t_content td {
    font-size: 1.4rem;
  }
  .blue .t_title th:nth-of-type(1), .blue .t_title th:nth-of-type(2), .blue .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;
  }

  /* .t_content td {
    padding: 12px 20px;
  } */
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 449px) {

  .about_box {
    padding: 20px 10px;
  }
}

/* ===================================
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: #2B77F6;
  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;
  }
}


/* ===================================
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 .sec_ttl02 {
  margin-bottom: 30px;
}

.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;
  gap: 15px;
  justify-content: center;
  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;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  transition: .3s;
  opacity: .6;
}

.detail_tab li a span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
  padding: 8px 0;
  width: 100%;
  border-radius: 99px;
  color: #fff;
  margin-bottom: 8px;
}

.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: #fff;
  border: 4px solid #036EB8;
}

.detail_tab li.tab01 a::after {
  border-color: #036EB8 transparent transparent transparent;
}

.detail_tab li.tab01 a span {
  background: #036EB8;
}

/* .detail_tab li.tab01 a:hover {
  background-color: #2B77F6;
  color: #fff;
} */

.detail_tab li.tab02 a {
  border: 4px solid #11656E;
  background: #fff;
}

.detail_tab li.tab02 a::after {
  border-color: #11656E transparent transparent transparent;
}

.detail_tab li.tab02 a span {
  background: #11656E;
}

/* .detail_tab li.tab02 a:hover {
  background-color: #036EB8;
  color: #fff;
} */

.detail_tab li.tab03 a {
  border: 4px solid #2B77F6;
  background: #fff;
}
.detail_tab li.tab03 a::after {
  border-color: #2B77F6 transparent transparent transparent;
}

.detail_tab li.tab03 a span {
  background: #2B77F6;
}

/* .detail_tab li.tab03 a:hover {
  background-color: #11656e;
  color: #fff;
} */

.detail_tab li.active a {
  top: -50px;
  border-radius: 20px;
  opacity: 1;
}

/* .detail_tab li.tab01.active a {
  background-color: #2B77F6;
  color: #fff;
}
.detail_tab li.tab02.active a {
  background-color: #036EB8;
  color: #fff;
}
.detail_tab li.tab03.active a {
  background-color: #11656e;
  color: #fff;
} */

@media screen and (max-width: 1025px) {
  .detail_tab {
    margin-top: 75px;
  }

  .detail_tab li {
    width: calc(50% - 5px);
  }

  .detail_tab {
    margin-top: 85px;
  }
  .detail_tab li a {
    font-size: 1.6rem;
  }
  .detail_tab li a span {
    font-size: 1.4rem;
  }
  .detail_tab li.tab03 a{
    min-height: 91px;
  }
}

@media screen and (max-width: 767px) {
  .detail_tab {
    gap: 5px;
  }
  .detail_tab li a {
    font-size: 1.4rem;
    padding: 12px 8px;
  }
  .detail_tab li a span {
    font-size: 1.2rem;
  }
  .detail_tab li.tab03 a{
    min-height: 84px;
  }
}
@media screen and (max-width: 610px) {
  .detail_tab li a span {
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 600px) {
  .detail_tab{
    margin-top: 35px;
    margin-bottom: 30px;
    gap: 10px;
    flex-direction: column;
  }
  .detail_tab li{
    width: 100%;
  }
  .detail_tab li a {
    font-size: 1.6rem;
    border-radius: 20px;
  }
  .detail_tab li a span {
    font-size: 1.6rem;
  }
  .detail_tab li a::after{
    content: none;
  }
  .detail_tab li.active a{
    top: 0;
  }
}

/* タブエリア
==============================　*/
.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: block;
  opacity: 0;
  padding: 65px 20px;
}

.el_none_content_txt{
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}

.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;
  }
  .el_none_content_txt{
    padding-bottom: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 449px) {
  .area_inner .cta_btn a {
    max-width: 250px;
  }
}

/* MOV */
.mov_link {
  margin-top: 75px;
  position: relative;
  z-index: 10;
}
.mov_link .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin-bottom: 10px;
}

/* CTA */
.area_inner .cta_area {
  margin: -40px -120px 0;
  position: relative;
  z-index: 1;
}

.area_inner .cta_txt_box {
  bottom: 10%;
}
@media screen and (max-width: 1025px) {
  .area_inner .cta_txt_box {
    bottom: 16%;
  }
}
@media screen and (max-width: 767px) {
  .area_inner .cta_txt_box {
    bottom: 14%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .mov_link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 449px) {
  .mov_link .ttl {
    font-size: 1.4rem;
  }

  .area_inner .cta_txt_box {
    bottom: 22%;
  }

  .area_inner .cta_txt_box {
    margin-bottom: 4px;
  }

  .green .area_inner .cta_txt_box {
    bottom: 17%;
  }

  .area_inner .cta_bg {
    padding-bottom: 20px;
  }

  .area_inner .cta_bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 30%;
  }

  .blue .area_inner .cta_bg::before {
    background-color: #206eb8;
  }
  .green .area_inner .cta_bg::before {
    background-color: #4cb5a5;
  }
  .aqua .area_inner .cta_bg::before {
    background-color: #33afe9;
  }
}

/* 三角形 */
.d_triangle {
  display: block;
  margin: 30px auto;
  width: 78px;
  border-style: solid;
  border-width: 34px 40px 0 40px;
  border-color: #2B77F6 transparent transparent transparent;
}

.d_triangle.green {
  border-color: #036EB8 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 {
  position: relative;
  max-width: 650px;
  width: 100%;
  margin: auto;
}

.detail_sec img {
  margin: 0 auto;
}

/* after */
.after_box {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding: 32px 20px 40px;
  border: 4px solid #E5F2FF;
  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: #E5F2FF;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0.1em;
} */

.after_box .d_img01 {
  max-width: 670px;
  width: 100%;
  margin: auto;
}

.after_box .d_img02 {
  position: relative;
  max-width: 760px;
  width: 100%;
  margin: auto;
}

.after_box .d_img03 {
  position: relative;
  max-width: 750px;
  width: 100%;
  margin: auto;
}

.after_box .d_img04 {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.after_box.blue {
  padding: 32px 20px 40px;
  border: 4px solid #81B6DB;
}

.after_box.blue::before {
  color: #81B6DB;
}

.after_box.green {
  padding: 32px 20px 40px;
  border: 4px solid #E4FDF9;
}

.after_box.green::before {
  color: #E4FDF9;
}

/* detail_column */
.detail_column {
  margin-top: 75px;
  margin-bottom: 0px;
}

.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 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5em;
}

.p_ttl {
  color: #00AFE9;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
}
.blue .p_ttl {
  color: #036EB8;
  text-align: start;
  margin-bottom: 20px;
}

.p_img {
  width: fit-content;
  margin: 24px auto;
}

.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: #2B77F6;
  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: #2B77F6;
  font-size: 1.2rem;
  line-height: 1.5em;
}

.frame_box {
  border: 3px solid #00AFE9;
  border-radius: 16px;
  padding: 24px 50px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 auto 26px;
  max-width: 1000px;
}

.frame_box li {
  padding-left: 1em;
  text-indent: -1em;
}

.detailBoldtxt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.detailBoldtxt a {
  color: #00AFE9;
  border-bottom: solid 1px #00AFE9;
}

.d_green_content .gr_box {
  max-width: 820px;
  margin-inline: auto;
  padding: 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 175, 231, 0.10);
  margin-bottom: 30px;
}
.d_green_content .gr_box .gr_ttl {
  color: #4CB5A5;
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin-bottom: 16px;
}
.d_green_content .gr_ttl span {
  font-size: 2rem;
}
.d_green_content .gr_box .p_txt {
  font-weight: 700;
  line-height: 180%;
  text-align: center;
}
.d_green_content > .p_txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-top: 24px;
}

.scr_780 {
  width: 100%;
  overflow-x: auto;
}
.scr_780 img {
  min-width: 780px;
}

.flow_list {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-inline: auto;
  position: relative;
}
.flow_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 3px;
  height: 100%;
  background: #E5F2FF;
  z-index: 0;
}
.green .flow_list::before {
  background: #E4FDF9;
}

.flow_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  z-index: 5;
}
.flow_list li:last-child {
  background: #fff;
}
.flow_list li .num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 40px;
  background: #00AFE9;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
}
.blue .flow_list li .num {
  background: #036EB8;
}
.green .flow_list li .num {
  background: #4CB5A5;
}

.flow_list li dl dt {
  color: #00AFE9;
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%;
  margin-top: 6px;
  margin-bottom: 10px;
}
.blue .flow_list li dl dt {
  color: #036EB8;
}
.green .flow_list li dl dt {
  color: #4CB5A5;
}

.flow_list li dl dd {
  color: #4C4948;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
}

@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: 80vw;
  }


  /* 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_green_content > .p_txt {
    font-size: 1.6rem;
  }
}

@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: 20px -20px 0;
  }

  .p_num {
    font-size: 2.2rem;
  }

  .p_ttl {
    font-size: 1.6rem;
  }

  .p_img {
    margin: 10px auto;
  }

  .p_txt {
    font-size: 1.4rem;
  }

  .frame_box {
    padding: 15px;
    font-size: 1.6rem;

  }

  .detailBoldtxt {
    font-size: 1.4rem;
    margin-bottom: 74px;
  }

  .d_green_content .gr_box .p_txt {
    text-align: start;
  }

  .d_green_content > .p_txt {
    font-size: 1.5rem;
    text-align: start;
  }

  .d_green_content .gr_box .gr_ttl {
    font-size: 2.4rem;
  }
  .d_green_content .gr_ttl span {
    font-size: 1.8rem;
  }

  .flow_list::before {
    left: 19px;
  }

  .flow_list li .num {
    width: 40px;
    height: 40px;
    padding: 5px;
  }

  .flow_list li dl dt {
    font-size: 1.6rem;
  }

  .flow_list li dl dd {
    font-size: 1.4rem;
  }
}

@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;
    align-items: center;
  }

  .d_point_list li {
    width: 100%;
    margin: 0 auto 20px;
  }

  .d_point_list li:nth-of-type(3) {
    margin: 0 auto;
  }
}

@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_img02 img {
    width: 100%;
  }

  .after_box {
    padding: 16px 20px 35px;
  }

  .after_box::before {
    top: 56vw;
    left: -2.5vw;
    font-size: 20vw;
  }

  .after_box.green {
    padding: 16px 20px 35px;
  }

  .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: 73vw;
  }

  .after_box .d_img04 {
    max-width: 64vw;
  }

  .detail_column {
    margin-top: 50px;
  }

  .d_point_list {
    margin: 25px auto 30px;
  }

  .d_about_caution {
    margin: 20px and 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: 0px;
}

.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: #2B77F6;
}

.green .d_s_ttl.left {
  background-color: #036EB8;
}

.d_s_ttl.right {
  background-color: #036EB8;
}

.d_s_year {
  padding: 0 10px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0 auto;
  width: fit-content;
  position: relative;
}

.d_s_year span {
  z-index: 2;
  position: relative;
}

.d_s_year::after {
  content: "";
  width: 3px;
  height: 34px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 1px);
  top: 4px;
  z-index: 1;
}

.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: 20px auto 0;
  width: 60px;
  height: 60px;
  font-size: 1.6rem;
  font-weight: 700;
}

.time_cation_txt {
  max-width: 460px;
  text-align: center;
  color: #2B77F6;
  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: #E5F2FF;
}

.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 #E5F2FF 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 #2B77F6;
}

.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 #2B77F6;
}

.green .time_txt_box.left::after {
  border-color: transparent transparent transparent #036EB8;
}

.green .time_txt_box.left {
  background-color: #fff;
  border: 2px solid #036EB8;
}

.time_txt_box.left.none::before,
.time_txt_box.left.none::after {
  content: none;
}

.time_txt_box.left .time_ttl {
  color: #2B77F6;
}

.green .time_txt_box.left .time_ttl {
  color: #036EB8;
}

/* 太陽光発電共同購入 */
.time_txt_box.nf_time01 {
  margin-top: -10px;
}

.time_txt_box.nf_time02 {
  margin-top: -60px;
  margin-bottom: -30px;
}

.time_txt_box.nf_time03 {
  margin-top: -38px;
  margin-bottom: -60px;
}

.time_txt_box.nf_time04 {
  margin-top: -16px;
}

.time_txt_box.nf_time05 {
  margin-top: -20px;
  margin-bottom: 0px;
}

.time_txt_box.nf_time06 {
  margin-top: -80px;
  margin-bottom: -50px;
}

.time_txt_box.nf_time07 {
  margin-top: -50px;
  margin-bottom: 20px;
}

.time_txt_box.nf_time08 {
  margin-top: -13px;
}

.time_txt_box.nf_time09 {
  margin-top: -116px;
  margin-bottom: -14px;
}

/* >再エネ電力共同購入 */
.time_txt_box.re_time01 {
  margin-top: -10px;
}

.time_txt_box.re_time02 {
  margin-top: -60px;
  margin-bottom: -30px;
}

.time_txt_box.re_time03 {
  margin-bottom: -30px;
}

.time_txt_box.re_time04 {
  margin-top: -16px;
}

.time_txt_box.re_time05 {
  margin-top: -20px;
  margin-bottom: 10px;
}

.time_txt_box.re_time06 {
  margin-bottom: -50px;
}

.time_txt_box.re_time07 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.time_txt_box.re_time08 {
  margin-top: -20px;
}


@media screen and (max-width: 1025px) {

  /* スケジュール */
  .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;
  }
}


/* スケジュール(sp用) */
@media screen and (max-width: 767px) {
  .d_s_pc {
    display: none;
  }

  .d_s_sp {
    display: block;
  }

  .d_s_box {
    padding-bottom: 70px;
  }

  .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: #2B77F6;
    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;
  }

  .d_s_year {
    font-size: 2rem;
    margin: 0px auto 0 -70px;
  }

  .d_s_year::after {
    content: "";
    width: 70px;
    top: 0px;
    left: calc(50% - 35px);
    z-index: -1;
  }

  .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%;
  }

  .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 #036EB8;
    margin-left: auto;
  }

  .s_cont_item.right::after {
    background-color: #036EB8;
    left: -54.5%;
  }

  .s_cont_item.right .cont_ttl_wrap .cont_cross span {
    background-color: #036EB8;
  }

  .s_cont_item.right .cont_ttl {
    color: #036EB8;
  }

  .s_cont_item.left {
    border: 2px solid #2B77F6;
  }

  .s_cont_item.left::after {
    background-color: #2B77F6;
  }

  .s_cont_item.left .cont_ttl_wrap .cont_cross span {
    background-color: #2B77F6;
  }

  .s_cont_item.left .cont_ttl {
    color: #2B77F6;
  }

  .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;
  }

  .d_s_year {
    margin: 0px auto 0 -42px;
  }
}

@media screen and (max-width: 600px) {
  .d_s_box {
    padding-bottom: 50px;
  }

  .green .d_s_box {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 449px) {}

/* ===================================
voice
=================================== */
.voice_sec {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #E5F2FF;
}

.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: #2B77F6;
  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: #2B77F6;
  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: #2B77F6;
  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: #2B77F6;
  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: 75px;
  /* padding-bottom: 65px; */
}

.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: #2B77F6;
  font-size: 3rem;
  font-weight: 700;
}

.q_txt {
  color: #2B77F6;
  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: #E5F2FF;
  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: #2B77F6;
  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 #2B77F6;
  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;
}

@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;
}

.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: 100%;
  height: auto;
  object-fit: cover;
  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;
}


.contact_txt {
  margin: auto;
  font-size: 1.6rem;
  line-height: 1.7em;
  font-weight: 700;
  text-align: center;
}

.contact_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 15px;
  margin: 34px auto 0;
}

.contact_btn {
  max-width: 360px;
  width: 100%;
}

.contact_btn a {
  display: block;
  padding: 22px 10px;
  color: #fff;
  border-radius: 200px;
  border: 1px solid #2B77F6;
  background-color: #2B77F6;
  text-align: center;
  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: #2B77F6;
  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%;
  }
}

@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(90deg, rgba(0, 83, 246, 1) 0%, rgba(70, 145, 248, 1) 67%, rgba(137, 220, 252, 1) 100%);
}

.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;
  }
}

/* ===================================
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;
  }
}

#division_column {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  #division_column {
    padding-top: 80px;
    margin-top: -80px;
  }
}