@charset "utf-8";

.main_visual {
  margin: 0 0 25px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
  padding: 0;
}
.main_sp_visual {display: none; }
.fv_section {
  height: 595px;
  position: relative;
  background-image: url(../images/fv.png);
  background-repeat: no-repeat;
  background-color: #000;
  padding: 50px;
  overflow: hidden;
}
.fv_section::after {
  width: 0;
  height: 0;
}
.fv_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 60%;
  background-color: #e63946; /* 三角形部分の色 */
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 1; /* ← 背面へ */
}
.fv_section .fv_card_pc{
  display: block;
  float:right;
  position: relative;
  z-index: 2;
  scale: 1.2;
}
.fv_section .fv_card_sp{
  display: none;
}
.fv_content1{
  display: flex;
  justify-content: space-between;
  width: 1250px;
}
.fv_content1 h1{
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  font-size: 58px;
  line-height: 69px;
  color: #fff;
}
.fv_content1 p{
  width: 50%;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 767px) {
.main_visual { display: none; }
.main_sp_visual {
    padding-top: 15px;
    display: block;
  }
  .main_sp_visual img{
    margin: 0 auto 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
  }
  .fv_content{
    display: flex;
  }
  .fv_content1{
    display: block;
    width: 100%;
  }
  .fv_content1 h1{
    font-family: "Hiragino Kaku Gothic Pro";
    font-weight: 600;
    font-size: 43px;
    line-height: 59px;
    position: relative;
    z-index: 2;
  }
  .fv_section{
    height: auto;
    background-image: url(../images/fv_sp.png);
    padding: 50px 0;
  }
  .fv_section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background-color: #e63946;
    clip-path: polygon(100% 70%, 100% 0%, 0% 0%);
    z-index: 1;
  }
  .fv_section::after {
    width: 0;
    height: 0;
  }
  .fv_section .fv_card_pc{
    display: none;
  }
  .fv_section .fv_card_sp{
    width: 80%;
    max-width: 300px;
    display: block;
    margin: 0 0 170px 25%;
    position: relative;
    z-index: 2;
    
  }
  .fv_content1 p{
    width: 90%;
    margin: auto;
  }
}

.main_visual_description {
  font-size: 12px;
  text-align: right;
  line-height:2;
}
.main_visual_leadsentence {
  font-size: 14px;
  text-align: left;
  line-height:2;
}
@media screen and (max-width: 767px) {
.main_visual_description {
  font-size: 14px;
  text-align: left;
  line-height:2;
  padding-top:5px;
}
.main_visual_leadsentence {
  font-size: 16px;
  text-align: left;
  line-height:2;
  padding:5px;
}
}

.go_ahead_descriotions { font-size: 16px; }

.main_visual_banners { padding: 10px 0; text-align:center; }
.main_sp_visual_banners { display: none; }
@media screen and (max-width: 767px) {
.main_visual_banners { display: none; }
.main_sp_visual_banners {
    padding-top: 15px;
    text-align: center;
    display: block;
  }
}

#top_gray_contents {
  background: #f1f1f1;
  padding: 50px 0 10px;
  margin: 20px 0;
}
@media screen and (max-width: 970px) {
  #top_gray_contents { padding-top: 10px; }
}
@media screen and (max-width: 767px) {
  #top_gray_contents { padding-top: 1px; }
}

#top_gray_contents .service_links li { margin-bottom: 20px; }
#top_gray_contents .service_links li.is_half {
  width: 49%;
  float: left;
  margin: 0 2% 20px 0;
}
#top_gray_contents .service_links li.is_half.right_no_space { margin-right: 0; }
#top_gray_contents .service_links li.is_elec_service a { background: #fff; }
#top_gray_contents .service_links li.is_elec_service a:hover { background: #f1f8f8; }
#top_gray_contents .service_links li.is_elec_service a.service_elect_link { background: #c8c8c8; }
#top_gray_contents .service_links li.is_elec_service a:after { content: none; }
#top_gray_contents .service_links li.is_elec_service a.service_elect_contents { position: relative; }
#top_gray_contents .service_links li.is_elec_service a.service_elect_contents:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/icon_green_arrow_right.png) no-repeat center center;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}

#top_gray_contents .service_links .service_links_plan { margin-left: 0; }

.service_links_plan {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 70%;
}

#top_gray_contents .service_elect_contents {
  display: table-cell;
  width: 75%;
  height: 170px;
  background: #fff;
  border-radius: 5px 0 0 5px;
}
#top_gray_contents .service_elect_link {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  text-align: center;
  padding: 7px 0;
  background: #c8c8c8;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

#top_gray_contents .service_links li a { background: #fff; }
#top_gray_contents .service_links li a:hover { background: #f1f8f8; }
#top_gray_contents .service_links li.is_half a { height: 220px; }
#top_gray_contents .service_links_texts .service_links_body {
  width: auto;
  padding-right: 40px;
}
#top_gray_contents .is_half .is_top_badge {
  width: 30%;
}
#top_gray_contents .service_links_texts {
  vertical-align: top;
  padding-top: 15px;
}
#top_gray_contents .service_links_title {
  width: 65%;
  font-size: 19px;
}

@media screen and (max-width: 970px) {
  #top_gray_contents .service_links li a,
  #top_gray_contents .service_elect_contents {
    height: 190px;
    background: #fff;
  }
  #top_gray_contents .service_links li.is_half a { height: 320px; }
  #top_gray_contents .is_top_badge { width: 20%; }
  #top_gray_contents .service_links_title {
    width: auto;
    margin-bottom: 5px;
  }
  #top_gray_contents .service_links_texts .service_links_body { padding-top: 10px; }
  .service_links_date {
    position: static;
  }
  .service_links_plan { width: 90%; }
}

@media screen and (max-width: 767px) {
  #top_gray_contents .service_links li a, #top_gray_contents .service_elect_contents { height: auto; }
  #top_gray_contents .service_links li.is_elec_service a.service_elect_contents {
    width: 100%;
    display: block;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  #top_gray_contents .service_links li.is_elec_service a.service_elect_link {
    width: 95%;
    display: block;
    padding: 8px 2.5%;
    border-radius: 0 0 5px 5px;
  }
  #top_gray_contents .is_top_badge { width: 31%; }
  #top_gray_contents .service_links_title { line-height: 1.3; }
  #top_gray_contents .service_links_texts .service_links_body {
    padding: 10px 0 40px;
  }
  .service_links_img {
    width: 25%;
    padding-left:5px;
    }
  .service_links_texts {
    width: 72%;
    padding-left: 3%;
  }

  #top_gray_contents .service_links li.is_half {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #top_gray_contents .service_links li.is_half a { height: auto; }
}
.is-half{
  width: 38%;
}
.continution_section,.subscription_section{
  background: linear-gradient(95.75deg, #414141 2.49%, #5B3737 101.06%);
}
#procedure_area {
  margin: 0 auto;
  padding: 70px 0;
  position: relative;
}
.procedure_title {
  font-size: 76px;
  min-height: 25px;
  padding-left: 2px;
  font-weight: 400;
}
.procedure_subtitle {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  min-height: 25px;
  padding-left: 2px;
}
.procedure_subtitle_2 {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  font-size: 38px;
  line-height: 100%;
  min-height: 25px;
  padding-left: 2px;
}
.procedure_subtitle_3 {
  font-size: 33px;
}
.procedure_links {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.procedure_link {
  width: 40%;
  text-align: center;
}
.procedure_link a {
  padding: 50px 0;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
}
.procedure_links_texts{
  width: 40%;
  height: 130px;
  display: table-cell;
  vertical-align: middle;
}
.change_link {
  border: 10px solid #7ec6e6;
  border-radius: 15px;
  margin: 10px 0;
  position: relative;
  text-align: center;
}
.change_link a {
  font-size: 24px;
  padding: 50px 30px;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #procedure_area {
    padding: 0;
  }
  .procedure_links_texts{
    height: 90px;
  }
  .procedure_title{
    font-size: 40px;
  }
  .procedure_subtitle{
    font-size: 14px;
  }
  .procedure_subtitle_2 {
    font-size: 20px;
  }
  .procedure_subtitle_3 {
    font-size: 15px;
  }
  .procedure_links{
    display: block;
  }
  .procedure_link a{
    padding: 0;
  }
  .change_link a {
    font-size: 20px;
    padding: 0;
  }
  .procedure_link {
    width: 80%;
    margin: 0 auto 40px;
    text-align: center;
  }
}
#news_area {
  position: relative;
}
.news_section {
  margin: 100px auto 80px;
  padding: 10px;
}
.news_title {
  color: #ed0000;
  font-weight: 400;
  font-size: 76px;
  line-height: 100%;
}
.news_readmore {
  width: 100px;
  position: absolute;
  top: 0px;
  right: 10px;
}
.news_readmore .btn_height_midium {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding: 0;
}
.news_contents {
  background: #000;
  margin-top: 8px;
  padding: 15px 0;
}
.news_list_date {
  color: #fff;
  display: table-cell;
  line-height: 1.8;
}
.news_list_link {
  color: #fff;
  display: table-cell;
  line-height: 1.8;
}
.news_green_txt {
  color: #4ea6ab;
}
.news_white_txt {
  color: #fff!important;
}
.news_list_category_name span {
  display: inline-block;
  height: 20px;
  background-color: #ec7a9b;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  padding: 0 10px;
  font-size: 11px;
  margin: 0 10px;
}
.news_contnets_list{
  margin:0 auto 70px;
}
.news_contnets_list li{
  padding:30px 0;
  border-bottom: 3px solid #ed0000;
}
.js-morebtn .-open{
  font-size: 32px;
  position: relative;
  bottom: 10px;
}
.js-morebtn .-close{
  font-size: 32px;
}
.morebtn_arrow{
  max-width: 45px;
  margin: 10px;
  position: relative;
  top: 18px;
}

@media screen and (max-width: 767px) {
  .news_section {
    margin: 50px auto;
    padding: 10px;
  }
  .news_contents {
    padding: 8px 10px;
  }
  .news_list_link {
    display: block;
  }
  .js-morebtn .-open{
    bottom: 18px;
  }
}

.contact_section{
  padding: 70px 0 0;
}

/* morebtn  */
.moreblock-btn {
  display: block;
  width: 100%;
}
.moreblock-btn_button {
  display: block;
  width: 50%;
  height: 90px;
  margin: 30px auto 10px;
}
.moreblock-btn_button .-close,
.moreblock-btn_button.-open .-open {
  display: none;
}
.moreblock-btn_button.-open .-close {
  display: inline;
}

.moreblock-cont {
  padding-top: 0px;
  margin:-70px 0 0;
}

.withdrawn_area {
  display: flex;
  margin: auto;
}

.withdrawn_img {
  width: 85%;
  height: 150px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .moreblock-btn_button{
    width: 90%;
  }
  .withdrawn_area {
    display: block;
  }
}