@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 0.85vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

body {
  position: relative;
  min-height: 100vh;
  font-family: "Hiragino Maru Gothic W4 JIS2004","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #252525;
  font-optical-sizing: auto;
}

main {
  overflow: hidden;
}

.container {
  width: 100%;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  max-width: calc(120rem + 3.2rem);
  margin: 0 auto;
}

.header {
  height: 5rem;
  background: #fff;
  z-index: 100;
}
.header .container {
  padding-right: 0;
  height: 100%;
  position: relative;
}
.header .d_flex {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}
.header_logo {
  max-width: 12.9rem;
}
.header_tel {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header .tel_btn_img {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header {
    width: 100%;
    height: 7rem;
    position: absolute;
    top: -9rem;
    margin-top: 9rem;
    transition: top 0.4s;
  }
  .header_logo {
    max-width: 24.1rem;
  }
  .header_tel {
    display: flex;
    align-items: center;
  }
  .header .tel_businessHours {
    max-width: 15.2rem;
    margin-right: 2.3rem;
  }
  .header .tel_number {
    font-size: 4rem;
    font-weight: 700;
    color: #0A7137;
    padding-top: 0.5rem;
    padding-right: 1.4em;
    background-color: #fff;
  }
  .header.sticky {
    position: fixed;
    top: 0;
    margin-top: 0;
    height: 7rem;
  }
}

.d_flex {
  display: flex;
}

.mv {
  padding-bottom: 2.6rem;
  background: #FFE03D;
}
.mv .container {
  padding: 0;
  max-width: unset;
  position: relative;
}
.mv_main {
  display: flex;
  flex-direction: column;
  font-size: 0;
}
.mv_main picture:last-of-type .mv_txt_img {
  margin-bottom: 2rem;
}
.nav {
  background-color: #F9F8EF;
}
.nav ul {
  width: 100%;
  max-width: calc(120rem + 3.2rem);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin: 0 auto;
  display: flex;
  font-size: min(2.8vw, 12px);
}
.nav ul li:not(:last-of-type) {
  padding-right: 1em;
}
.nav ul li:not(:last-of-type):after {
  content: ">";
  margin-left: 1em;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .mv_bubble {
    position: absolute;
    right: 0;
    z-index: 0;
    padding: 0 16vw 0 15px;
    background: #F5F5F5;
    height: 100%;
    font-weight: bold;
    font-size: 12px;
    display: flex !important;
    align-items: center;
}

.mv_bubble .datetime {
    display: block !important;
    height: 1.7em;
    min-width: 9em;
  }
  .bubble_bg,
  .datetime + br,
  span.badge,
  span.badge + br {
    display: none;
  }
  span.red {
    color: red;
    font-size: 16px;
    line-height: 1;
}
}
@media screen and (min-width: 768px) {
  .mv {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .mv {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .mv_main {
        display: flex;
        align-items: center;
        overflow: hidden;
  }
  .mv_main picture {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .mv_txt_img {
  }
  .mv_main picture:last-of-type {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .fv_note {
    margin-bottom: 2.8rem;
    text-align: center;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .mv_bubble {
    display: none;
    position: absolute;
    top: -12rem;
    right: 0;
    z-index: -13;
  }
  .mv_bubble .bubble_bg {
    width: 34rem;
    height: 34rem;
    background: #fff;
    border-radius: 50%;
    /* filter: drop-shadow(0 0.4rem 0.04em rgba(0, 0, 0, 0.25));
    mix-blend-mode: multiply; */
  }
  .mv_bubble .bubble_txt {
    width: 34rem;
    position: absolute;
    bottom: 3rem;
    text-align: center;
  }
  .mv_bubble .datetime {
    font-family: "inter";
    font-weight: 700;
    font-size: 2.7rem;
    color: #2D2D2D;
  }
  .mv_bubble .badge {
    display: inline-block;
    width: 12.6rem;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 2rem;
    font-family: "inter";
    font-weight: 700;
    color: #fff;
    background: #2D2D2D;
    border-radius: 5rem;
  }
  .mv_bubble .red {
    font-size: 3.5rem;
    font-family: "inter";
    font-weight: 700;
    color: #FF2E00;
    display: block;
  }
}

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta_btn {
  width: 100%;
  position: relative;
  margin-bottom: 1.3rem;
}
.cta_btn .cta_time {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  white-space: nowrap;
  line-height: calc(22 / 16);
}
.cta_btn .red {
  color: #FF2E00;
}
.cta_btn .em {
  color: #FF2E00;
  font-size: 2.2rem;
  margin-left: 0.5em;
}
.cta_btn:hover {
  transform: scale(1.05);
  transition: ease-in-out 0.1s;
}
.cta_btn_img {
  max-width: 36.9rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .cta_btn {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
  .cta_btn .em {
    font-size: 3.2rem;
  }
  .cta_btn_img {
    max-width: 96rem;
  }
  .cta_number {
    padding-left: 1em;
    position: absolute;
    top: 3.5rem;
    left: 47%;
    transform: translateX(calc(-50% + -0.2rem));
    font-size: 7.5rem;
    font-weight: 700;
    color: #fff;
  }
  .cta_txt_img {
    max-width: 59.5rem;
    margin-bottom: 3.5rem;
  }
  .cta_description_img {
    max-width: 100rem;
    margin-bottom: -2.3%;
  }
}
@media screen and (max-width: 767px) {
  .cta_description_img {
    margin-bottom: -1%;
  }
  .cta_btn .cta_time {
    bottom: 0.2rem;
  }
  .time {
    min-width: 5em;
    display: inline-block;
  }
  .cta_txt_img{
    margin-bottom: 20px;
  }
}
.sec_cta {
  padding-top: 4.3rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .sec_cta {
    padding-top: 11.7rem;
    padding-bottom: 15rem;
  }
}
@font-face {
  font-display: swap;
  font-family: "inter";
  src: url("../font/Inter-VF.woff2") format("woff2"), url("../font/Inter-VF.woff") format("woff");
  font-weight: 700;
}
.sec_promise {
  padding-top: 4.7rem;
  padding-bottom: 4.7rem;
}
.sec_promise .sec_header {
  padding: 1.4rem 0.5rem 0.9rem;
  background: #FF0000;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.sec_promise .sec_header .yellow {
  color: #FFED4B;
}
.sec_promise .sec_box {
  border: 0.2rem solid #AEAEAE;
  border-top: 0;
  padding-top: 4.3rem;
  padding-bottom: 3rem;
}
.sec_promise .sec_box .d_flex {
  align-items: center;
}
.sec_promise .sec_box .ico_danger {
  margin-bottom: 1.3rem;
  max-width: 5.8rem;
}
.sec_promise .sec_box .list {
  margin-bottom: 4rem;
}
.sec_promise .sec_box .list_item {
  position: relative;
  padding-left: 3.2rem;
  font-size: 1.8rem;
  line-height: calc(44/18);
}
.sec_promise .sec_box .list_item::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/denki-images/svg/ico_delete.svg);
  background-size: cover;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec_promise .sec_box .d_flex {
    flex-direction: column;
  }
  .sec_promise .promise_txt_img {
    scale: 103%;
  }
}
@media screen and (min-width: 768px) {
  .sec_promise {
    padding-top: 8rem;
    padding-bottom: 11rem;
  }
  .sec_promise .container {
    max-width: calc(90.4rem + 3.2rem);
  }
  .sec_promise .sec_box {
    padding-top: 8.7rem;
    padding-bottom: 0;
  }
  .sec_promise .sec_box .d_flex {
    max-width: 52.1rem;
    margin: 0 auto 6rem;
    justify-content: space-between;
  }
  .sec_promise .sec_box .ico_danger {
    max-width: 8.6rem;
  }
  .sec_promise .sec_box .list_item {
    font-size: 2.2rem;
  }
}

a {
  color: #252525;
  text-decoration: none;
}

.sec_ttl {
  position: relative;
  padding-top: 4.2rem;
  font-weight: bold;
  text-align: center;
  line-height: calc(44/24);
  display: flex;
  flex-direction: column;
}
.sec_ttl .sub {
  font-size: 1.6rem;
  color: #277BAD;
  line-height: 1.2;
}
.sec_ttl::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/denki-images/svg/ico_sparkle.svg);
  background-size: cover;
  width: 6.4rem;
  height: 6.4rem;
  top: -2.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .sec_ttl {
    padding-top: 15rem;
    font-size: 3.6rem;
  }
  .sec_ttl .sub {
    font-size: 2.4rem;
  }
  .sec_ttl::before {
    width: 12rem;
    height: 12rem;
    top: -4.6rem;
  }
}

.sec_about {
  background: #F9F8EF;
  font-size: 1.8rem;
  padding-bottom: 15rem;
}
.sec_about input{
  display: none;
}
.sec_about .text {
  text-align: justify;
}
.sec_about .list1{
  background: #fff;
  padding: 3rem;
  transition: all 0.2s;
}
.sec_about .list1 input:checked + label {
  background-color: #F3F8FB;
}
.sec_about .list1 li:not(:last-child) {
  border-bottom: 0.1rem dashed #AEAEAE;
}
.sec_about .list1 label {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  line-height: calc(27/18);
  cursor: pointer;
}
.sec_about .list1 label::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/denki-images/svg/ico_shevron_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1rem;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.sec_about .list1 input:checked + label::after {
  transform: translateY(-50%) rotate(180deg);
}
.sec_about .list1 input + label + p{
  opacity: 0;
  padding: 0px 2rem;
  height: 0px;
  font-weight: 100;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
}
.sec_about .list1 input:checked + label + p{
  opacity: 1;
  padding: 2.8rem 2rem;
  height: auto;
  font-weight: normal;
}

.sec_about .sec_ttl.without_stars::before {
   display: none;
}
.sec_about .column_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.sec_about .list2 input:checked + label {
  background-color: #F3F8FB;
}
.sec_about .list2 li:not(:last-child){
  margin-bottom: 20px;
}
.sec_about .list2 label {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  line-height: calc(27/18);
  cursor: pointer;
  background-color: #fff;
  border-left: 3px solid #277BAD;
}
.sec_about .list2 label::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/denki-images/svg/ico_shevron_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1rem;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.sec_about .list2 input:checked + label::after {
  transform: translateY(-50%) rotate(180deg);
}
.sec_about .list2 input + label + p{
  opacity: 0;
  padding: 0px 2rem;
  height: 0px;
  font-weight: 100;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
}
.sec_about .list2 input:checked + label + p{
  opacity: 1;
  padding: 2.8rem 2rem;
  height: auto;
  font-weight: normal;
}

.sec_achievements {
  font-size: 1.8rem;
}
.sec_achievements input{
  display: none;
}
.sec_achievements .column_list {
 display: grid;
 grid-template-columns: 1fr 1fr;
 column-gap: 20px;
}
.sec_achievements .list3 input:checked + label {
 background-color: #277BAD;
 border: none;
 color: #fff;
}
.sec_achievements .list3 li:not(:last-child){
 margin-bottom: 20px;
}
.sec_achievements .list3 label {
 display: flex;
 align-items: center;
 position: relative;
 font-weight: 700;
 line-height: calc(27/18);
 cursor: pointer;
 border: 2px solid #AEAEAE;
}
.sec_achievements .list3 label::after {
 content: "";
 position: absolute;
 display: inline-block;
 background: url(../img/denki-images/svg/ico_shevron_bottom.svg);
 background-size: contain;
 background-repeat: no-repeat;
 width: 1.6rem;
 height: 1rem;
 right: 1.7rem;
 top: 50%;
 transform: translateY(-50%);
 transition: 0.5s;
}
.sec_achievements .list3 input:checked + label::after {
 transform: translateY(-50%) rotate(180deg);
}
.sec_achievements .list3 input + label + div{
 opacity: 0;
 padding: 0px 2rem;
 height: 0px;
 font-weight: 100;
 background-color: #F3F8FB;
 overflow: hidden;
 transition: all 0.3s ease-out 0s;
}
.sec_achievements .list3 input:checked + label + div{
 opacity: 1;
 padding: 2.8rem 2rem;
 height: auto;
 font-weight: normal;
}
.sec_achievements .list3 input + label + div img{
  display: inline-block;
  width: 180px;
  float: right;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .sec_about .sec_ttl,
  .sec_achievements .sec_ttl {
      margin-bottom: 7.4rem;
  }
  .sec_about .list1 label,
  .sec_about .list2 label,
  .sec_achievements .list3 label {
    padding: 3.8rem 5.5rem 2.8rem 2rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_about .sec_ttl,
  .sec_achievements .sec_ttl {
    margin-bottom: 3.5rem;
  }
  .sec_about .list1{
    padding: 1.5rem;
  }
  .sec_about .list1 label,
  .sec_about .list2 label,
  .sec_achievements .list3 label {
    padding: 2rem 4.3rem 2rem 1.6rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: calc(27/18);
  }
  .sec_about .column_list,
  .sec_achievements .column_list{
    grid-template-columns: 1fr;
  }

  .sec_about .column_list .list2:not(:last-child),
  .sec_achievements .column_list .list3:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec_achievements .list3 input + label + div img {
    width: 120px;
  }
  .sec_about{
    padding-bottom: 4.2rem;
  }
}

.sec_feature {
  padding-bottom: 5rem;
  background: #FCF7C9;
  background-size: contain;
  background-repeat: repeat-y;
}
.sec_feature .sec_ttl {
  margin-bottom: 3.5rem;
}
.sec_feature .list {
  margin-bottom: 3.2rem;
}
.sec_feature .list_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.3rem 2rem 4.1rem;
  background: #fff;
  margin-bottom: 6.5rem;
}
.sec_feature .item_num {
  position: absolute;
  color: #C6C6C6;
  font-size: 3.2rem;
  font-family: "MochiyPopPOne";
  top: -2.5rem;
  left: 50%;
  transform: translatex(-50%);
}
.sec_feature .item_ttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #277BAD;
  text-align: center;
}
.sec_feature .item_img {
  margin-bottom: 3rem;
}
.sec_feature .item_txt {
  font-size: 1.8rem;
  line-height: calc(44/18);
}
.sec_feature .item_txt .highlight {
  color: #277BAD;
  font-weight: 700;
  background: linear-gradient(transparent 50%, #FFED4B 50%);
}
.sec_feature .item_txt .lg {
  font-size: 2.2rem;
}
.sec_feature .list_item.item_1 .item_ttl {
  margin-bottom: 2.6rem;
}
.sec_feature .list_item.item_1 .item_img {
  max-width: 14.6rem;
}
.sec_feature .list_item.item_2 .item_img {
  margin-bottom: 1.5rem;
  max-width: 20.8rem;
}
.sec_feature .list_item.item_3 {
  margin-bottom: 0;
}
.sec_feature .list_item.item_3 .item_ttl {
  margin-bottom: 2.9rem;
}
.sec_feature .list_item.item_3 .item_img {
  margin-bottom: 4.6rem;
  max-width: 17.2rem;
}
@media screen and (min-width: 768px) {
  .sec_feature {
    padding-bottom: 15rem;
  }
  .sec_feature .sec_ttl {
    margin-bottom: 7.4rem;
  }
  .sec_feature .list {
    display: flex;

  }
  .sec_feature .list_item {
    width: calc((100% - 8%) / 3);
    margin-bottom: 0;
    padding: 6rem 2rem;
  }
  .sec_feature .list_item:not(:last-child) {
    margin-right: 4%;
  }
  .sec_feature .list_item.item_1 .item_ttl {
    margin-bottom: 3.6rem;
  }
  .sec_feature .list_item.item_1 .item_img {
    margin-bottom: 5.3rem;
    max-width: 16.6rem;
  }
  .sec_feature .list_item.item_2 .item_ttl {
    margin-bottom: 2.6rem;
    white-space: nowrap;
  }
  .sec_feature .list_item.item_2 .item_img {
    margin-bottom: 3.8rem;
    max-width: 25.9rem;
  }
  .sec_feature .list_item.item_2 span.ml {
    margin-left: 0.2em;
  }
  .sec_feature .list_item.item_3 {
    margin-bottom: 0;
  }
  .sec_feature .list_item.item_3 .item_ttl {
    margin-bottom: 1.2rem;
  }
  .sec_feature .list_item.item_3 .item_img {
    margin-bottom: 3.2rem;
    max-width: 19.6rem;
  }
}

.sec_flow {
  background: #F9F8EF;
  padding-bottom: 2rem;
}
.sec_flow .sec_ttl {
  margin-bottom: 4.1rem;
}
.sec_flow .list_item {
  position: relative;
  background: #fff;
  margin-bottom: 3.2rem;
  border: 0.3rem solid #AEAEAE;
}
.sec_flow .list_item::after {
  content: "";
  display: block;
  position: absolute;
}
.sec_flow .list_item.item_1 .item_img {
  max-width: 8.1rem;
}
.sec_flow .list_item.item_2 .d_flex {
  margin-bottom: 3rem;
}
.sec_flow .list_item.item_2 .item_img {
  max-width: 9.7rem;
}
.sec_flow .list_item.item_3 .item_img {
  max-width: 9.7rem;
}
.sec_flow .list_item.item_4 {
  border-bottom: 0.3rem solid #AEAEAE;
}
.sec_flow .list_item.item_4::after {
  background-image: none;
}
.sec_flow .list_item.item_4 .item_img {
  max-width: 10.7rem;
}
.sec_flow .item_header {
  position: absolute;
  width: calc(100% + 0.6rem);
  height: 5rem;
  padding-top: 0.4rem;
  font-size: 2.2rem;
  font-weight: 700;
  top: -0.3rem;
  left: -0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #277BAD;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.sec_flow .item_header .badge {
  display: block;
  background: #FFED4B;
  color: #252525;
  font-size: 1.6rem;
  line-height: calc(18/16);
  padding: 0.2rem 1.5rem;
  border-radius: 5rem;
  height: 2rem;
  margin-right: 1.3rem;
}
.sec_flow .item_header .badge .kome {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 0.2rem;
  vertical-align: middle;
}
.sec_flow .item_body .d_flex {
  align-items: center;
}
.sec_flow .item_body .item_txt {
  font-size: 1.8rem;
  line-height: calc(36/18);
}
.sec_flow .item_body .item_txt .highlight {
  background: linear-gradient(transparent 50%, #FFED4B 50%);
}
.sec_flow .item_body .note {
  font-size: 1.2rem;
  line-height: calc(18/12);
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .sec_flow .list_item {
    padding: 6.8rem 1.3rem 2.5rem;
    margin-bottom: 3.2rem;
    border-bottom: none;
  }
  .sec_flow .list_item::after {
    background-image: url(../img/denki-images/svg/bubble_bottom.svg);
    width: 100%;
    height: 3rem;
    bottom: -2.7rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec_flow .list_item.item_4 .item_txt {
    margin-left: 1.6rem;
  }
  .sec_flow .list_item .item_txt {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .sec_flow {
    padding-bottom: 10rem;
  }
  .sec_flow .sec_ttl {
    margin-bottom: 8.4rem;
  }
  .sec_flow .list {
    display: flex;
    margin-bottom: 1.2rem;
  }
  .sec_flow .list_item {
    width: calc((100% - 9%) / 4);
    padding: 7.8rem 2.3rem 3.7rem;
    border-right: none;
  }
  .sec_flow .list_item:not(:last-child) {
    margin-right: 3%;
  }
  .sec_flow .list_item::after {
    background-image: url(../img/denki-images/svg/bubble_right.svg);
    width: 3rem;
    height: 100%;
    right: -3rem;
    top: 50%;
    transform: translateY(calc(-50% + 0.3rem));
  }
  .sec_flow .list_item.item_1 .item_img {
    max-width: 12.2rem;
    margin-bottom: 2.4rem;
  }
  .sec_flow .list_item.item_2 .d_flex {
    margin-bottom: 0;
  }
  .sec_flow .list_item.item_2 .item_img {
    max-width: 13.6rem;
    margin-bottom: 2.1rem;
  }
  .sec_flow .list_item.item_3 .item_img {
    max-width: 12.8rem;
    margin-bottom: 2.5rem;
  }
  .sec_flow .list_item.item_4 {
    border-right: 0.3rem solid #AEAEAE;
  }
  .sec_flow .list_item.item_4::after {
    background-image: none;
  }
  .sec_flow .list_item.item_4 .item_img {
    max-width: 13.9rem;
    margin-bottom: 1.1rem;
  }
  .sec_flow .list_item .item_header {
    height: 6.6rem;
  }
  .sec_flow .list_item .item_body .d_flex {
    flex-direction: column;
  }
}

.sec_area {
  padding-bottom: 5rem;
}
.sec_area .sec_ttl {
  margin-bottom: 4rem;
}
.sec_area .sec_box {
  background: #FCF7C9;
  padding: 3.5rem 6.3rem 2.8rem 4.5rem;
  margin-bottom: 2.5rem;
}
.sec_area .sec_box .d_flex {
  justify-content: space-around;
  margin-left: -1rem;
}
.sec_area .list_item {
  font-size: 1.8rem;
}
.sec_area .list_item::before {
  content: "・";
  font-weight: 700;
  margin-right: 0.2em;
}
.sec_area .note {
  line-height: calc(18/12);
}
@media screen and (min-width: 768px) {
  .sec_area {
    padding-bottom: 11.9rem;
  }
  .sec_area .sec_box {
    padding: 9rem 0 7rem 28%;
  }
  .sec_area .sec_box .d_flex {
    flex-direction: column;
    margin-left: 0;
  }
  .sec_area .sec_box .list {
    display: flex;
    margin-bottom: 2.3rem;
  }
  .sec_area .sec_box .list_item:not(:first-child) {
    margin-left: 2em;
  }
}

.sec_afterService {
  background: #F9F8EF;
  padding-bottom: 5rem;
}
.sec_afterService .sec_ttl {
  margin-bottom: 3.7rem;
}
.sec_afterService .list_item {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  border: 0.2rem solid #AEAEAE;
  margin-bottom: 1.6rem;
  height: 5.5rem;
}
.sec_afterService .item_num {
  position: relative;
  padding-left: 1.3rem;
  margin-left: -0.2rem;
  background: #FAB400;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  height: 5.54rem;
  line-height: 5.54rem;
}
.sec_afterService .item_num::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.6rem;
  display: block;
  width: 0;
  height: 0;
  border-top: 5.5rem solid transparent;
  border-left: 1.7rem solid #FAB400;
  border-bottom: 0 solid transparent;
}
.sec_afterService .item_txt {
  position: relative;
  padding-left: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-size: 1.8rem;
}
.sec_afterService .item_txt .lg {
  font-size: 2rem;
}
.sec_afterService .item_txt .em {
  font-size: 2.2rem;
  color: #277BAD;
  margin-left: 0.5rem;
}
.sec_afterService .item_txt .em_lg {
  font-size: 2.8rem;
}
.sec_afterService .item_txt .em_sm {
  font-size: 2rem;
}
.sec_afterService .item_txt .kome {
  position: absolute;
  font-size: 1.2rem;
  top: 0rem;
  right: -0.1rem;
}
.sec_afterService .item_1 .em {
  margin-right: 0.5rem;
}
.sec_afterService .sec_img {
  margin: 0 auto 2.2rem;
  max-width: 18.5rem;
}
@media screen and (max-width: 767px) {
  .sec_afterService .item_3 .item_txt {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .sec_afterService {
    padding-bottom: 14rem;
  }
  .sec_afterService .container {
    max-width: calc(70rem + 3.2rem);
  }
  .sec_afterService .sec_ttl {
    margin-bottom: 8.2rem;
  }
  .sec_afterService .list_item {
    height: 8.5rem;
    margin-bottom: 2.6rem;
    justify-content: center;
  }
  .sec_afterService .item_num {
    margin-right: auto;
    padding: 0.4rem 1.3rem 0 2.2rem;
    height: 8.5rem;
    line-height: 8.5rem;
  }
  .sec_afterService .item_num::after {
    content: "";
    right: -2.5rem;
    border-top: 8.5rem solid transparent;
    border-left: 2.55rem solid #FAB400;
  }
  .sec_afterService .item_txt {
    padding: 0.4rem 5% 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 2.2rem;
    text-align: center;
  }
  .sec_afterService .item_txt .lg {
    font-size: 2.2rem;
  }
  .sec_afterService .item_txt .em {
    font-size: 3rem;
    margin-left: 0.5rem;
    margin-bottom: 0.4rem;
  }
  .sec_afterService .item_txt .em_sm {
    font-size: 2.4rem;
  }
  .sec_afterService .item_txt .em_lg {
    font-size: 3.2rem;
  }
  .sec_afterService .item_txt .kome {
    position: inherit;
    margin-top: -1em;
    margin-left: 0.1rem;
  }
  .sec_afterService .content {
    position: relative;
  }
  .sec_afterService .sec_img {
    max-width: 31.2rem;
    position: absolute;
    margin: 0;
    bottom: 0;
    right: -33%;
    overflow: hidden;
  }
}

.sec_faq .faq_illust_img {
  z-index: -1;
  position: relative;
}
.sec_faq .tab_labels {
  display: flex;
  width: 100%;
}
.sec_faq .label {
  width: calc(100% / 3);
  height: 3.3rem;
  line-height: 3.3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  background: #277BAD;
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: 0.2rem solid #AEAEAE;
  border-right: 0.1rem solid #fff;
  transition: all 0.2s;
}
.sec_faq .label.active {
  background: #fff;
  color: #252525;
  border: 0.2rem solid #AEAEAE;
  border-bottom: 0.2rem solid #fff;
}
.sec_faq .tab_panels {
  border: 0.2rem solid #AEAEAE;
  border-top: none;
}
.sec_faq .tab_panels .panel {
  display: none;
  padding: 1.5rem;
  transition: all 0.2s;
}
.sec_faq .tab_panels .panel.active {
  display: block;
}
.sec_faq .acc {
  border-bottom: 0.1rem dashed #AEAEAE;
}
.sec_faq .acc:last-child {
  border-bottom: none;
}
.sec_faq .ques {
  display: flex;
  align-items: center;
  position: relative;
  padding: 2rem 4.3rem 2rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(27/18);
}
.sec_faq .ques_num {
  margin-right: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.8rem;
  width: 2.7rem;
  min-width: 2.7rem;
  background: #FAB400;
  color: #fff;
  border-radius: 1rem;
  font-size: 1.3rem;
}
.sec_faq .ques_num .q {
  font-size: 1.7rem;
}
.sec_faq .ques::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/denki-images/svg/ico_shevron_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1rem;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.sec_faq .ques.isOpen {
  background: #FCF7C9;
}
.sec_faq .ques.isOpen::after {
  transform: translateY(-50%) rotate(180deg);
}
.sec_faq .ans {
  display: none;
  padding: 2.6rem 1.5rem;
  font-size: 1.8rem;
  line-height: calc(36/18);
}
@media screen and (min-width: 768px) {
  .sec_faq .faq_illust_img {
    border-bottom: 0.4rem solid #AEAEAE;
  }
  .sec_faq .tab {
    margin-top: -5.6rem;
  }
  .sec_faq .tab .content {
    padding: 3rem 3.8rem;
  }
  .sec_faq .tab_labels {
    max-width: 70.6rem;
  }
  .sec_faq .label {
    height: 5.6rem;
    font-size: 2.4rem;
    line-height: 5.6rem;
    border-bottom: 0.4rem solid #AEAEAE;
    border-right: 0.2rem solid #fff;
  }
  .sec_faq .label_1 {
    width: 32%;
  }
  .sec_faq .label_2 {
    width: 33%;
  }
  .sec_faq .label_3 {
    width: 35%;
  }
  .sec_faq .label.active {
    border: 0.4rem solid #AEAEAE;
    border-bottom: 0.4rem solid #fff;
  }
  .sec_faq .tab_panels {
    border: 0.4rem solid #AEAEAE;
    border-top: none;
  }
  .sec_faq .ques {
    padding: 2.8rem 5.5rem 1.8rem 2rem;
    font-size: 2.4rem;
  }
  .sec_faq .ques_num {
    margin-right: 1.5em;
    height: 4.6rem;
    width: 4.4rem;
    min-width: 4.4rem;
    font-size: 2.1rem;
  }
  .sec_faq .ques_num .q {
    font-size: 2.8rem;
  }
  .sec_faq .ques::after {
    right: 2.7rem;
    width: 2rem;
    height: 1.2rem;
  }
  .sec_faq .ans {
    padding: 4.5rem 2rem;
  }
}

.sec_company {
  background: #F9F8EF;
  padding-bottom: 15rem;
}
.sec_company .sec_ttl {
  margin-bottom: 4.6rem;
}
.sec_company .dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0.1rem solid #AEAEAE;
  font-size: 1.6rem;
  line-height: calc(35/16);
  margin-bottom: 3.8rem;
}
.sec_company .dt {
  width: 23.8%;
  background: #EEEEEE;
  border-top: 0.1rem solid #AEAEAE;
  border-left: 0.1rem solid #AEAEAE;
  font-weight: 700;
  text-align: center;
  padding-top: 0.4rem;
}
.sec_company .dd {
  width: 76.2%;
  background: #fff;
  border-top: 0.1rem solid #AEAEAE;
  border-left: 0.1rem solid #AEAEAE;
  border-right: 0.1rem solid #AEAEAE;
  padding-top: 0.4rem;
  padding-right: 0.1rem;
  padding-left: 1em;
}
.sec_company .img_privacy {
  max-width: 70%;
  margin: 1rem auto;
}
.sec_company .toggleContent {
  position: relative;
}
.sec_company .toggleContent .toggle {
  position: absolute;
  bottom: -3.8rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: #277BAD;
  text-align: center;
  text-decoration: underline;
  z-index: 1;
  cursor: pointer;
}
.sec_company .toggleContent .toggle::before {
  content: " ▼会社概要の続きを読む";
}
.sec_company .toggleContent .toggle.isOpen::before {
  content: "▲閉じる";
}
.sec_company .toggleContent .content {
  height: 21.1rem;
  overflow: hidden;
}
.sec_company .toggleContent .content::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(249, 248, 239, 0) 0%, rgba(249, 248, 239, 0.9) 100%);
}
.sec_company .toggleContent .content.isOpen {
  height: auto;
}
.sec_company .toggleContent .content.isOpen::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .sec_company {
    padding-bottom: 13.9rem;
  }
  .sec_company .sec_ttl {
    margin-bottom: 9.6rem;
  }
  .sec_company .dl {
    font-size: 1.8rem;
  }
  .sec_company .dt, .sec_company .dd {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .sec_company .img_privacy {
    max-width: 40%;
  }
  .sec_company .toggleContent .content {
    height: 26.4rem;
  }
}

.stickyBnr {
  width: 100%;
  position: relative;
  bottom: 0;
  z-index: 10;
}
.stickyBnr .cta_btn {
  position: fixed;
  bottom: 0;
  margin: 0;
}
.stickyBnr .cta_btn:hover {
  transform: none;
}
.stickyBnr .cta_btn_img {
  max-width: 100%;
}
img.cta_btn_img2 {
  position: absolute;
  width: 83%;
  right: 0;
  bottom: 19vw;
  z-index: 12;
  animation: bounce1 3s ease-in-out 2s infinite;
}
@keyframes bounce2 {
  5% {
    transform: scale(1.1, 0.8);
  }
  10% {
    transform: scale(0.8, 1.1) translateY(-5px);
  }
  15% {
    transform: scale(1, 1);
  }
}
span.cta_text {
  font-size: 10vw;
  font-weight: bold;
  color: #fff;
  position: absolute;
  z-index: 12;
  animation: bounce2 3s ease-in-out infinite;
  right: 19vw;
  bottom: 18%;
}
@keyframes bounce1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@font-face {
  font-display: swap;
  font-family: "MochiyPopPOne";
  src: url("../font/MochiyPopPOneR.woff2") format("woff2"), url("../font/MochiyPopPOneR.woff") format("woff");
  font-weight: 400;
}

/*# sourceMappingURL=style.css.map */



/* ------------------------------------------------------------
footer
------------------------------------------------------------ */
.footer1{
  background: #6b6346;
  color: #fff;
  padding: 30px 16px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer1 ul li{
  padding: 0 5px;
}
.footer1 a{
  color: #FFF !important;
}
.footer1 .cat_link {
  margin: 15px 0 0 0;
}
.footer1 .cat_link_title {
  margin: 0;
  padding: 0 30px 5px;
}
.footer1 ul li:not(:last-of-type){
  border-right: 1px dotted;
}
#footer {
  background: #fff8d7;
}

#footer .footer-logo {
  text-align: center;
  padding: 40px 0 0;
}

#footer .footer-logo a {
  display: inline-block;
}

#footer .footer-logo a img {
  width: auto;
}

#footer .footer-menu {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

#footer .footer-menu div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

#footer .footer-menu div a {
  font-size: 15px;
  position: relative;
}

#footer .footer-menu div a:after {
  background-color: #ffd200;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: width .3s;
  width: 0;
}

#footer .footer-menu div a:hover:after {
  transition: width .3s;
  width: 100%;
}

#footer .footer-menu div .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#footer .footer-menu div .menu li {
  margin: 0 10px;
}

#footer .footer-menu img {
  width: 102px;
}

#footer .footer-banner {
  background: #fff;
}

#footer .footer-banner p {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  padding: 5px 0;
  max-width: 1200px;
  margin: auto;
}

#footer .footer-banner p a {
  bottom: -2px;
  position: relative;
  width: 150px;
}

#footer .site-links {
  margin: 10px 0 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#footer .site-links a {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none !important;
  line-height: 2;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #a7a7a7;
  height: 58px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

#footer .site-links a:not(:last-of-type) {
  margin-right: 10px;
}

#footer .site-links .link-name {
  font-size: min(4vw, 18px);
  padding: 2px 5px 0 5px;
  text-align: center;
}

#footer .site-links .link-name:last-of-type {
  font-size: min(3vw, 15px);
}

#footer .site-links .link-description {
  font-size: min(1.9vw, 9px);
  padding: 0 5px;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #footer .footer-menu {
    flex-wrap: wrap;
    padding: 40px 20px;
  }
  #footer .footer-banner p {
    padding: 5px 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-menu div {
    max-width: calc(100% - 120px);
  }
}

@media screen and (max-width: 540px) {
  #footer .site-links a:not(:last-of-type) {
    margin-right: 0;
  }
}

@media screen and (max-width: 414px) {
  #footer .footer-menu div {
    margin-top: 20px;
    max-width: unset;
  }
  #footer .footer-banner p a {
    width: 110px;
  }
}