@charset "UTF-8";
main * {
  margin: 0;
  padding: 0;
}

main img {
  max-width: 100%;
  height: auto;
  display: inline;
  vertical-align: middle;
}

main ul {
  list-style: none;
}

main section h2::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Roboto';
  font-weight: 800;
  background: linear-gradient(var(--main-gradient));
  color: var(--main-gradient-left);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#top_mv_area h1 img {
  width: 100%;
  height: auto;
}

#top_features h2 {
  position: relative;
}

#top_features h2::before {
  content: "3 FEATURES";
}

#top_features > .list li {
  color: #FFFFFF;
}

#top_features > .list li:nth-of-type(1) {
  background: #3d62ad;
}

#top_features > .list li:nth-of-type(2) {
  background: #01c1d1;
}

#top_features > .list li:nth-of-type(3) {
  background: #00e9ba;
}

#top_features > .list li h3 {
  color: #fff44c;
}

#top_works h2 {
  position: relative;
  color: #484848;
}

#top_works h2::before {
  content: "WORKS";
}

#top_works .description {
  color: #484848;
}

#top_works #top_works_list_area .list a {
  text-decoration: none;
  color: #282828;
}

#top_voice {
  background: #ebf8fd;
}

#top_voice h2 {
  position: relative;
  color: #484848;
}

#top_voice h2::before {
  content: "VOICE";
}

#top_voice .description {
  color: #484848;
}

#top_voice #top_voice_list_area > .list a {
  text-decoration: none;
  color: #282828;
}

#top_plan h2 {
  position: relative;
  color: #484848;
}

#top_plan h2::before {
  content: "VALUE PLAN";
}

#top_plan .description {
  color: #484848;
}

#top_plan .txt {
  color: #484848;
}

#top_plan .txt em {
  font-style: normal;
  color: #3d62ad;
}

#top_set_plan {
  background: #3d62ad;
  color: #FFFFFF;
}

#top_set_plan h3 {
  color: #fff44c;
  position: relative;
}

#top_set_plan h3::before {
  content: "WORRY-FREE SERVICE";
  position: absolute;
  font-family: 'Roboto';
  font-weight: 800;
  background: linear-gradient(var(--main-gradient));
  color: var(--main-gradient-left);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#top_set_plan > .list > li {
  background: #FFFFFF;
}

#top_set_plan > .list > li dd {
  display: inline-block;
}

#top_onestop {
  background: #e6f5fd;
}

#top_onestop h2 {
  position: relative;
  color: #484848;
}

#top_onestop h2::before {
  content: "ONE-STOP SERVICE";
}

#top_simulation {
  background: #e6f5fd;
}

#top_simulation h2 {
  position: relative;
  color: #484848;
}

#top_simulation h2::before {
  content: "SIMULATION";
}

#top_simulation > dl > dd {
  background: #FFFFFF;
}

#top_simulation > dl > dd .data h3 {
  border-left: 6px solid #24a7eb;
  display: inline-block;
}

#top_simulation > dl > dd .data .condition > li {
  border: 1px solid #c41c1c;
  color: #c41c1c;
}

#top_merit h2 {
  position: relative;
  color: #484848;
}

#top_merit h2::before {
  content: "MERIT";
}

#top_merit .description {
  color: #484848;
}

#top_merit > .list {
  background: #e6f5fd;
}

#top_merit > .list > li h3 {
  color: #24a7eb;
  font-weight: 600;
}

#top_subsidy h2 {
  position: relative;
  color: #484848;
}

#top_subsidy h2::before {
  content: "SUBSIDY";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#top_staff h2 {
  text-align: center;
  font-family: 'Roboto';
  color: #cceef8;
}

#top_staff h3 {
  color: #ffffff;
}

#top_staff .description {
  color: #ffffff;
}

#top_staff > .list > li a {
  text-decoration: none;
  color: #282828;
}

#top_staff > .list > li .data {
  background: #FFFFFF;
}

#top_staff #area h2 {
  color: #484848;
}

#top_staff #area h2::before {
  content: "AREA";
}

#top_flow h2 {
  text-align: center;
  position: relative;
}

#top_flow h2:before {
  content: "FLOW";
}

#top_flow .flow_step {
  counter-reset: flow_step;
  list-style: none;
}

#top_flow .flow_step > li {
  counter-increment: flow_step;
  position: relative;
}

#top_flow .flow_step > li::before {
  position: absolute;
  content: counter(flow_step);
  line-height: 1;
  font-family: 'Roboto';
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
}

#top_flow .flow_step > li > dl dd {
  color: #282828;
}

#top_flow .flow_step > li:nth-of-type(1)::before {
  background: #24a7eb;
}

#top_flow .flow_step > li:nth-of-type(1)::after {
  color: #24a7eb;
}

#top_flow .flow_step > li:nth-of-type(1) > dl dt {
  color: #24a7eb;
}

#top_flow .flow_step > li:nth-of-type(2)::before {
  background: #01acde;
}

#top_flow .flow_step > li:nth-of-type(2)::after {
  color: #01acde;
}

#top_flow .flow_step > li:nth-of-type(2) > dl dt {
  color: #01acde;
}

#top_flow .flow_step > li:nth-of-type(3)::before {
  background: #01c4d0;
}

#top_flow .flow_step > li:nth-of-type(3)::after {
  color: #01c4d0;
}

#top_flow .flow_step > li:nth-of-type(3) > dl dt {
  color: #01c4d0;
}

#top_flow .flow_step > li:nth-of-type(4)::before {
  background: #00dbc3;
}

#top_flow .flow_step > li:nth-of-type(4)::after {
  color: #00dbc3;
}

#top_flow .flow_step > li:nth-of-type(4) > dl dt {
  color: #00dbc3;
}

#top_flow .flow_step > li:nth-of-type(5)::before {
  background: #00e9ba;
}

#top_flow .flow_step > li:nth-of-type(5)::after {
  color: #00e9ba;
}

#top_flow .flow_step > li:nth-of-type(5) > dl dt {
  color: #00e9ba;
}

#top_faq {
  background: #ebf9fc;
}

#top_faq h2 {
  text-align: center;
  position: relative;
}

#top_faq h2::before {
  content: "FAQ";
}

#top_faq ul.list {
  counter-reset: faq_list;
}

#top_faq ul.list li {
  counter-increment: faq_list;
}

#top_faq ul.list li dl {
  background: #FFFFFF;
}

#top_faq ul.list li dl dt {
  position: relative;
}

#top_faq ul.list li dl dt:hover {
  cursor: pointer;
}

#top_faq ul.list li dl dt span.txt {
  position: relative;
}

#top_faq ul.list li dl dt span.txt::before {
  left: 0;
  content: "Q" counter(faq_list) ".";
}

#top_blog h2 {
  text-align: center;
  position: relative;
}

#top_blog h2::before {
  content: "BLOG";
}

#top_blog #top_blog_list_wrapper > .list a {
  text-decoration: none;
  color: #282828;
}

#top_blog .more_link a {
  color: #FFFFFF;
  background: linear-gradient(var(--main-gradient));
  text-decoration: none;
  display: block;
  text-align: center;
}

#top_sns h2 {
  color: #484848;
}

#top_subsidy #top_subsidy_area h3 {
  color: var(--main-light-blue);
}

#top_subsidy #top_subsidy_area .link a {
  color: #FFFFFF;
  background: linear-gradient(var(--main-gradient));
  text-decoration: none;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #top_mv_area {
    position: relative;
  }
  #top_mv_area .data_area {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(50% + 560px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(50%);
    z-index: 4;
  }
  #top_mv_area .data_area ul.data {
    display: flex;
    gap: 0 20px;
  }
  #top_mv_area .data_area ul.data li {
    width: 240px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.961);
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #top_mv_area .data_area ul.data li .f_gradient {
    display: inline-block;
  }
  #top_mv_area .data_area ul.data li .num {
    font-size: 56px;
    letter-spacing: -0.05em;
    font-weight: 800;
  }
  #top_mv_area .data_area ul.data li .unit {
    font-size: 24px;
    display: inline-block;
    padding-left: 3px;
    font-weight: 800;
  }
  #top_mv_area .data_area ul.data li .source {
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-top: -5px;
  }
  #top_mv_area #top_mv_link {
    display: flex;
    width: 320px;
    color: #FFFFFF;
    background-image: linear-gradient(90deg, #e8024e 0%, #e93100 100%);
    position: relative;
    text-decoration: none;
  }
  #top_mv_area #top_mv_link:hover {
    opacity: 1;
  }
  #top_mv_area #top_mv_link:hover .btn {
    opacity: 1;
    transition: all 0.3s;
    padding-left: 50px;
  }
  #top_mv_area #top_mv_link .btn {
    display: flex;
    align-items: center;
    height: 130px;
    padding-left: 45px;
  }
  #top_mv_area #top_mv_link .btn .txt {
    margin-left: 24px;
    font-size: 21px;
    line-height: 1.28;
    font-weight: 600;
  }
  #top_mv_area #top_mv_link .free {
    position: absolute;
    right: 20px;
    top: -95px;
    pointer-events: none;
  }
  .top_bnrs_area {
    padding: 160px 0 0;
    text-align: center;
  }
  #top_features {
    padding: 160px 0 0;
    padding-top: 120px;
  }
  #top_features h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  #top_features h2::before {
    top: -20px;
    font-size: 18px;
    letter-spacing: 0.04em;
  }
  #top_features > .list {
    display: flex;
    margin-top: 37px;
  }
  #top_features > .list li {
    width: 33.3%;
    text-align: center;
    box-sizing: border-box;
  }
  #top_works {
    padding: 115px 0 100px;
  }
  #top_works h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.12em;
  }
  #top_works h2::before {
    top: -34px;
    font-size: 21px;
    letter-spacing: 0.04em;
  }
  #top_works .description {
    text-align: center;
    margin-top: 35px;
    font-size: 18px;
  }
  #top_works #top_works_data_area {
    position: relative;
    margin-top: 50px;
  }
  #top_works #top_works_data_area .total {
    position: absolute;
    left: calc(50% + 340px);
    top: -200px;
    width: 196px;
    height: 194px;
    padding-top: 40px;
    box-sizing: border-box;
    background: url(../image/base/grd_balloon.png) no-repeat;
    background-size: 100%;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
  }
  #top_works #top_works_data_area .total .num {
    font-size: 48px;
    font-weight: 700;
  }
  #top_works #top_works_data_area .total .unit {
    font-size: 24px;
  }
  #top_works #top_works_data_area .total .over {
    font-size: 16px;
  }
  #top_works #top_works_list_wrapper {
    overflow-x: hidden;
  }
  #top_works #top_works_list_area {
    margin-left: 100px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: #00e9bb #e5fdf8;
    scrollbar-width: thin;
  }
  #top_works #top_works_list_area > .list {
    display: flex;
    justify-content: space-between;
    padding-right: 100px;
    gap: 0 40px;
    min-width: 100%;
  }
  #top_works #top_works_list_area > .list > li {
    width: 360px;
    flex-shrink: 0;
    padding-bottom: 35px;
    scroll-snap-align: start;
  }
  #top_works #top_works_list_area > .list > li a:hover {
    opacity: 1;
  }
  #top_works #top_works_list_area > .list > li a:hover img {
    transform: scale(1.2);
    transition: all 0.25s;
  }
  #top_works #top_works_list_area > .list > li .image {
    overflow: hidden;
    width: 360px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
  }
  #top_works #top_works_list_area > .list > li .image img {
    width: 360px;
    height: 200px;
    object-fit: cover;
  }
  #top_works #top_works_list_area > .list > li .data {
    margin-top: 20px;
  }
  #top_works #top_works_list_area > .list > li .data table th {
    font-size: 16px;
    font-weight: 600;
    padding: 2px 23px 2px 0;
  }
  #top_works #top_works_list_area > .list > li .data table td {
    font-size: 16px;
    padding: 2px 0;
  }
  #top_works #top_works_list_area > .list > li .data .year {
    font-size: 12px;
    margin-top: 11px;
  }
  #top_works #top_works_list_area > .list > li .data .name {
    font-size: 13px;
    margin-top: 3px;
  }
  #top_voice {
    padding: 115px 0 80px;
  }
  #top_voice h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.08em;
  }
  #top_voice h2::before {
    font-size: 21px;
    top: -35px;
    letter-spacing: 0.04em;
  }
  #top_voice .description {
    text-align: center;
    margin-top: 32px;
    font-size: 18px;
  }
  #top_voice #top_voice_data_area {
    position: relative;
    margin-top: 30px;
  }
  #top_voice #top_voice_data_area .total {
    position: absolute;
    left: calc(50% + 340px);
    top: -200px;
    width: 196px;
    height: 194px;
    padding-top: 47px;
    box-sizing: border-box;
    background: url(../image/base/grd_balloon.png) no-repeat;
    background-size: 100%;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
  }
  #top_voice #top_voice_data_area .total .num {
    font-size: 60px;
    font-weight: 700;
  }
  #top_voice #top_voice_data_area .total .unit {
    font-size: 24px;
  }
  #top_voice #top_voice_list_wrapper {
    overflow-x: hidden;
  }
  #top_voice #top_voice_list_area {
    margin-left: calc(50% - 600px);
  }
  #top_voice #top_voice_list_area > .list {
    display: flex;
    gap: 0 40px;
    width: calc(360px * 5 + 40px * 4 + 20px);
  }
  #top_voice #top_voice_list_area > .list > li {
    width: 360px;
  }
  #top_voice #top_voice_list_area > .list > li .image img {
    width: 360px;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
  }
  #top_voice #top_voice_list_area > .list > li h3 {
    margin-top: 23px;
    font-size: 16px;
    line-height: 2;
  }
  #top_voice #top_voice_list_area > .list > li .date {
    margin-top: 14px;
    font-size: 1px;
  }
  #top_voice #top_voice_list_area > .list > li .area {
    font-size: 13px;
    margin-top: 3px;
  }
  #top_plan {
    padding: 118px 0 20px;
  }
  #top_plan h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.08em;
  }
  #top_plan h2 span {
    font-size: 24px;
    letter-spacing: 0.08em;
  }
  #top_plan h2 span.small {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.08em;
  }
  #top_plan h2::before {
    font-size: 21px;
    letter-spacing: 0.04em;
    top: -35px;
  }
  #top_plan .company {
    margin: 30px auto 0;
    display: flex;
    gap: 0 24px;
    justify-content: center;
    align-items: center;
  }
  #top_plan .company .okayama_denryoku {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3d62ad;
    color: #FFFFFF;
    font-size: 18px;
    width: 400px;
    padding: 27px 0;
    border-radius: 70px;
  }
  #top_plan .company .cross {
    text-align: center;
    font-size: 45px;
  }
  #top_plan .company .energy_supply {
    width: 400px;
    background: #FFFFFF;
    border-radius: 70px;
    padding: clamp(15px, 4vw, 30px) 0;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top_plan .txt {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 500;
  }
  #top_plan .txt em {
    font-size: 110%;
    font-weight: 800;
    margin: 0.1em;
  }
  #top_set_plan {
    margin: 35px auto 0;
    width: 1200px;
    border-radius: 20px;
    position: relative;
    min-height: 490px;
  }
  #top_set_plan .data_area {
    width: 600px;
    box-sizing: border-box;
    padding: 90px 0 50px 100px;
  }
  #top_set_plan .data_area h3 {
    font-size: 27px;
  }
  #top_set_plan .data_area h3::before {
    font-size: 16px;
    top: -27px;
  }
  #top_set_plan .data_area .about_plan {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.6;
  }
  #top_set_plan .data_area .about_plan > li {
    margin-top: 20px;
  }
  #top_set_plan .data_area .about_plan > li dl dt {
    font-size: 12px;
    margin-bottom: 6px;
    font-weight: 600;
    position: relative;
  }
  #top_set_plan .data_area .about_plan > li dl dt span {
    background: #fff;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 100px;
    color: #3d62ad;
    position: relative;
    z-index: 1;
  }
  #top_set_plan .data_area .about_plan > li dl dt::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
  }
  #top_set_plan .data_area .about_plan > li dl dd {
    font-size: 15px;
    text-align: left;
  }
  #top_set_plan > .list {
    width: 490px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    position: absolute;
    right: 60px;
    top: 75px;
  }
  #top_set_plan > .list > li {
    width: 236px;
    height: 206px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
  }
  #top_set_plan > .list > li dd {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
  }
  #top_set_plan > .list > li:nth-of-type(1)::before {
    content: "";
    position: absolute;
    right: -18px;
    bottom: 80px;
    width: 18px;
    height: 8px;
    background: linear-gradient(to right, #3dc2d4 0%, #34c8d1 100%);
  }
  #top_set_plan > .list > li:nth-of-type(1)::after {
    content: "";
    position: absolute;
    right: 80px;
    bottom: -18px;
    height: 18px;
    width: 8px;
    background: linear-gradient(to bottom, #44abdf 0%, #3ba9e0 100%);
    transform: translateX(50%);
  }
  #top_set_plan > .list > li:nth-of-type(2)::before {
    content: "";
    position: absolute;
    left: 80px;
    bottom: -18px;
    height: 18px;
    width: 8px;
    background: linear-gradient(to bottom, #44dfc1 0%, #3be0c1 100%);
    transform: translateX(50%);
  }
  #top_set_plan > .list > li:nth-of-type(3)::before {
    content: "";
    position: absolute;
    right: -18px;
    top: 80px;
    width: 18px;
    height: 8px;
    background: linear-gradient(to right, #3dc2d4 0%, #34c8d1 100%);
  }
  #top_onestop {
    padding: 115px 0 45px;
  }
  #top_onestop h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.06em;
  }
  #top_onestop h2::before {
    font-size: 21px;
    letter-spacing: 0.04em;
    top: -35px;
  }
  #top_onestop .description {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.7;
  }
  #top_onestop .image {
    text-align: center;
    margin-top: 50px;
  }
  #top_merit {
    padding: 115px 0 85px;
  }
  #top_merit h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.08em;
  }
  #top_merit h2::before {
    font-size: 21px;
    letter-spacing: 0.04em;
    top: -34px;
  }
  #top_merit .description {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.7;
  }
  #top_merit > .list {
    width: 1200px;
    padding: 60px;
    box-sizing: border-box;
    margin: 50px auto 0;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  #top_merit > .list > li {
    width: 240px;
    text-align: center;
  }
  #top_merit > .list > li .image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
  }
  #top_merit > .list > li h3 {
    margin-top: 30px;
    font-size: 21px;
    line-height: 1.5;
  }
  #top_simulation {
    padding: 115px 0 65px;
  }
  #top_simulation h2 {
    font-size: 30px;
    letter-spacing: 0.08em;
    text-align: center;
  }
  #top_simulation h2::before {
    top: -35px;
    font-size: 21px;
    letter-spacing: 0.04em;
  }
  #top_simulation .description {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.7;
  }
  #top_simulation ul.list {
    width: 1200px;
    margin: 50px auto 0;
    display: flex;
    gap: 12px;
  }
  #top_simulation ul.list > li {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    padding: 36px 26px;
    position: relative;
    text-align: center;
  }
  #top_simulation ul.list > li h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    margin-bottom: 1em;
    position: relative;
    z-index: 3;
  }
  #top_simulation ul.list > li h3 span {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin-top: 9px;
    display: block;
  }
  #top_simulation ul.list > li .sakugenimg {
    position: relative;
    z-index: 3;
    margin-left: -1px;
    margin-right: -10px;
  }
  #top_simulation ul.list > li .system {
    position: relative;
    z-index: 3;
    margin-top: 1em;
  }
  #top_simulation ul.list > li .system dl {
    display: flex;
    font-size: 13px;
  }
  #top_simulation ul.list > li .system dl dt {
    width: 12em;
    display: flex;
    align-items: center;
    letter-spacing: normal;
  }
  #top_simulation ul.list > li .system dl dt::after {
    content: "・・・・・・・・・・・・・・・・・・・・・・・・";
    font-size: 90%;
    color: #ccc;
    overflow: hidden;
    display: block;
    flex-grow: 1;
    letter-spacing: -0.35em;
  }
  #top_simulation ul.list > li .system dl dt span {
    background: #fff;
    padding-right: 0.5em;
    flex-shrink: 0;
  }
  #top_simulation ul.list > li .system dl dd {
    padding-left: 0.5em;
  }
  #top_simulation .note {
    width: 1200px;
    margin: 20px auto 0;
  }
  #top_simulation .note li {
    font-size: 14px;
    margin-top: 8px;
  }
  #top_simulation .note li:nth-of-type(1) {
    margin-top: 0;
  }
  #top_subsidy {
    padding: 115px 0 90px;
  }
  #top_subsidy h2 {
    font-size: 30px;
    letter-spacing: 0.12em;
    text-align: center;
  }
  #top_subsidy h2::before {
    top: -35px;
    font-size: 21px;
    letter-spacing: 0.04em;
  }
  #top_subsidy #top_subsidy_area {
    display: flex;
    width: 1200px;
    margin: 50px auto 0;
    justify-content: space-between;
  }
  #top_subsidy .textarea {
    padding: 0 70px 0 60px;
  }
  #top_subsidy .textarea h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.75;
    margin-bottom: 40px;
  }
  #top_subsidy .textarea p {
    line-height: 2.1;
  }
  #top_subsidy .textarea p.link a {
    width: 300px;
    margin-top: 24px;
    padding: 22px 0;
    font-size: 18px;
    line-height: 1.45;
    border-radius: 45px;
    position: relative;
  }
  #top_subsidy .textarea p.link a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%) rotate(45deg);
  }
  #top_subsidy .subsidy_list {
    width: 630px;
    gap: 20px 32px;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
  }
  #top_subsidy .subsidy_list > li {
    width: 240px;
    padding: 22px 15px 26px;
    position: relative;
    border-radius: 20px;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #top_subsidy .subsidy_list > li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(var(--main-gradient));
    content: "";
    z-index: 1;
  }
  #top_subsidy .subsidy_list > li::after {
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    border-radius: 18px;
    background: #FFFFFF;
    content: "";
    z-index: 2;
  }
  #top_subsidy .subsidy_list > li dl {
    position: relative;
    z-index: 3;
  }
  #top_subsidy .subsidy_list > li .pref {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #614811;
    background: #fff44c;
    padding: 4px 16px;
    border-radius: 25px;
  }
  #top_subsidy .subsidy_list > li h3 {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    background: linear-gradient(var(--main-gradient));
    color: var(--main-gradient-left);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #top_subsidy .subsidy_list > li .price {
    margin-top: 2px;
    line-height: 1;
    background: linear-gradient(var(--main-gradient));
    color: var(--main-gradient-left);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 66px;
    font-weight: 900;
  }
  #top_subsidy .subsidy_list > li .price .yen {
    font-size: 24px;
    font-weight: normal;
  }
  #top_subsidy .subsidy_list > li .price .max {
    font-size: 24px;
    font-weight: normal;
    margin-right: 0.1em;
  }
  #top_subsidy .subsidy_list > li .note {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.444;
  }
  #top_staff {
    padding: 80px 0;
    background: var(--main-light-blue) url(../image/top/staff_bg.jpg) no-repeat;
    background-size: 100% auto;
  }
  #top_staff h2 {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 0.04em;
  }
  #top_staff h3 {
    text-align: center;
    margin-top: 18px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.08em;
  }
  #top_staff .description {
    text-align: center;
    margin-top: 32px;
    font-size: 18px;
  }
  #top_staff > .list {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 30px auto 0;
    gap: 30px 25px;
  }
  #top_staff > .list > li {
    width: 220px;
  }
  #top_staff > .list > li .image img {
    width: 220px;
    height: 180px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
  }
  #top_staff > .list > li .data {
    border-radius: 0 0 20px 20px;
    padding: 30px 20px;
  }
  #top_staff > .list > li .data h4 {
    text-align: left;
    font-weight: 600;
    line-height: 1.25;
  }
  #top_staff > .list > li .data h4 .belong {
    font-size: 14px;
  }
  #top_staff > .list > li .data h4 .name {
    font-size: 18px;
  }
  #top_staff > .list > li .data .message {
    margin-top: 13px;
    font-size: 12px;
    line-height: 1.33;
  }
  #top_staff #area {
    width: 1200px;
    min-height: 400px;
    border-radius: 20px;
    margin: 50px auto 0;
    background: #d6effb url(../image/top/areamap.png) no-repeat;
    background-position: top right;
    background-size: auto 100%;
    padding: 0 600px 0 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #top_staff #area h2 {
    padding-top: 35px;
    position: relative;
    font-size: 27px;
    line-height: 1.2;
    text-align: left;
  }
  #top_staff #area h2::before {
    top: 0;
    left: 0;
    font-size: 16px;
    transform: translateX(0);
  }
  #top_staff #area .txt {
    margin-top: 45px;
    font-size: 16;
    line-height: 2;
  }
  #top_flow {
    padding: 115px 0 80px;
  }
  #top_flow h2 {
    font-size: 30px;
    letter-spacing: 0.12em;
  }
  #top_flow h2:before {
    font-size: 21px;
    letter-spacing: 0.04em;
    top: -35px;
  }
  #top_flow .description {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
  }
  #top_flow .flow_step {
    display: flex;
    width: 1200px;
    margin: 55px auto 0;
  }
  #top_flow .flow_step > li {
    padding-top: 80px;
    width: 20%;
    flex-grow: 1;
  }
  #top_flow .flow_step > li::before {
    top: 18px;
    left: 0;
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  #top_flow .flow_step > li::after {
    position: absolute;
    font-weight: 600;
    top: 0;
    left: 0;
    content: "STEP";
    line-height: 1;
    font-size: 15px;
    text-align: center;
    width: 48px;
    font-family: 'Roboto';
    color: var(--main-light-blue);
  }
  #top_flow .flow_step > li > dl {
    padding-right: 60px;
    position: relative;
  }
  #top_flow .flow_step > li > dl::before {
    content: "";
    width: calc(100% - 48px);
    height: 4px;
    position: absolute;
    top: -41px;
    left: 48px;
  }
  #top_flow .flow_step > li > dl dt {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5;
  }
  #top_flow .flow_step > li > dl dd {
    font-size: 15px;
    line-height: 1.62;
    margin-top: 18px;
    text-align: justify;
  }
  #top_flow .flow_step > li > dl dd .note {
    font-size: 14px;
    margin-top: 13px;
  }
  #top_flow .flow_step > li:nth-of-type(1) > dl::before {
    background: linear-gradient(to right, #24a7eb, #01acde);
  }
  #top_flow .flow_step > li:nth-of-type(2) > dl::before {
    background: linear-gradient(to right, #01acde, #01c4d0);
  }
  #top_flow .flow_step > li:nth-of-type(3) > dl::before {
    background: linear-gradient(to right, #01c4d0, #00dbc3);
  }
  #top_flow .flow_step > li:nth-of-type(4) > dl::before {
    background: linear-gradient(to right, #00dbc3, #00e9ba);
  }
  #top_flow .flow_step > li:nth-of-type(5) {
    width: auto;
    flex-grow: 0;
  }
  #top_flow .flow_step > li:nth-of-type(5) > dl {
    padding-right: 0;
  }
  #top_faq {
    padding: 115px 0 80px;
  }
  #top_faq h2 {
    font-size: 30px;
    letter-spacing: 0.12em;
  }
  #top_faq h2::before {
    font-size: 21px;
    letter-spacing: 0.04em;
    top: -35px;
  }
  #top_faq ul.list {
    margin: 55px auto 0;
    width: 800px;
  }
  #top_faq ul.list li {
    margin-top: 10px;
  }
  #top_faq ul.list li:nth-of-type(1) {
    margin-top: 0;
  }
  #top_faq ul.list li dl {
    border-radius: 20px;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
  }
  #top_faq ul.list li dl dt {
    position: relative;
    padding: 23px 80px 23px 40px;
    position: relative;
  }
  #top_faq ul.list li dl dt::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #01acde;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
  }
  #top_faq ul.list li dl dt::after {
    content: "";
    height: 14px;
    width: 2px;
    background: #01acde;
    position: absolute;
    top: 50%;
    right: 46px;
    translate: 0 -50%;
  }
  #top_faq ul.list li dl dt span.txt {
    font-size: 17px;
    line-height: 1.5;
    position: relative;
    display: block;
    padding-left: 60px;
  }
  #top_faq ul.list li dl dt span.txt::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 21px;
    font-family: 'Roboto';
    font-weight: 700;
    background: linear-gradient(var(--main-gradient));
    color: var(--main-gradient-left);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #top_faq ul.list li dl dd {
    margin: 0 40px 0 40px;
    padding: 23px 0 23px 0;
    border-top: 1px solid #cccccc;
    font-size: 16px;
    line-height: 1.5;
    display: none;
  }
  #top_faq ul.list li dl.open dt::after {
    display: none;
  }
  #top_faq ul.list li dl.open dd {
    display: block;
  }
  #top_blog {
    padding: 90px 0 120px;
  }
  #top_blog h2 {
    font-size: 30px;
    letter-spacing: 0.08em;
  }
  #top_blog h2::before {
    top: -35px;
    font-size: 21px;
    letter-spacing: 0.04em;
  }
  #top_blog #top_blog_list_wrapper .list {
    width: 1200px;
    margin: 50px auto 0;
    display: flex;
    gap: 0 60px;
  }
  #top_blog #top_blog_list_wrapper .list > li {
    width: 360px;
  }
  #top_blog #top_blog_list_wrapper .list > li a:hover {
    opacity: 1;
  }
  #top_blog #top_blog_list_wrapper .list > li a:hover img {
    transform: scale(1.2);
    transition: all 0.25s;
  }
  #top_blog #top_blog_list_wrapper .list > li a:hover h3 {
    color: #24a7eb;
  }
  #top_blog #top_blog_list_wrapper .list > li .image {
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    border-radius: 20px;
    overflow: hidden;
  }
  #top_blog #top_blog_list_wrapper .list > li .image img {
    width: 360px;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
  }
  #top_blog #top_blog_list_wrapper .list > li h3 {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
  }
  #top_blog #top_blog_list_wrapper .list > li .date {
    margin-top: 6px;
    font-size: 12px;
  }
  #top_blog .more_link a {
    width: 400px;
    margin: 40px auto 0;
    padding: 22px 0;
    font-size: 18px;
    border-radius: 45px;
    position: relative;
  }
  #top_blog .more_link a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%) rotate(45deg);
  }
  #top_sns {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  #top_sns h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  #top_sns > .list {
    margin-top: 25px;
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
    gap: 0 26px;
    padding: 35px 40px;
    background: #e6f5fd;
  }
  #top_sns > .list a {
    text-decoration: none;
  }
  #top_sns > .list > li {
    width: 264px;
  }
  #top_sns > .list > li .sns_link {
    pointer-events: none;
  }
  #top_sns > .list > li h3 {
    font-size: 14px;
    font-weight: 800;
    display: inline;
  }
  #top_sns > .list > li .txt {
    font-size: 14px;
    margin-top: 5px;
    color: #282828;
  }
  #top_sns > .list > li .sns_area {
    background: #FFFFFF;
    padding: 12px;
    margin-top: 16px;
  }
  #top_sns > .list > li.line .sns_area {
    padding: 0;
  }
  #top_sns > .list > li.line .sns_area a {
    display: block;
    background: #00b900;
    text-align: center;
  }
}
