@charset "UTF-8";
@media screen and (min-width: 1080px) {
  .is_sp {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .is_pc {
    display: none;
  }
}
/*共通設定*/
body {
  background: #fff;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #1d2b27;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
body ul {
  list-style: none !important;
  padding-left: 0 !important;
}
body a {
  color: #ed8337;
}
body a:hover {
  filter: brightness(1.1);
  transition: all 0.2s ease;
}
body .is_strong {
  color: #ed8337;
  font-weight: bold;
}
body .is_bold {
  font-weight: bold;
}

/*sectionのタイトル*/
.sec_ttl {
  color: #1d2b27;
  font-weight: bold;
  text-align: center;
}
.sec_ttl .is_num {
  color: #ed8337;
}
@media screen and (min-width: 1080px) {
  .sec_ttl {
    font-size: 35px;
  }
  .sec_ttl .is_num {
    font-size: 42px;
  }
}
@media screen and (max-width: 1080px) {
  .sec_ttl {
    font-size: 5.8vw;
    padding-top: 2vw;
    line-height: 1.5;
  }
  .sec_ttl .is_num {
    font-size: 6.2vw;
  }
}

.sec_ttl-lead {
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  .sec_ttl-lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .sec_ttl-lead {
    font-size: 3.7vw;
  }
}

/*CVボタン*/
.cv_btn {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border-bottom: 5px solid #ae622b;
  border-radius: 100vh;
  background-color: #ed8337;
  position: relative;
}
.cv_btn::after {
  content: "";
  background-image: url(/img/services/econohashi/arrow_r-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.cv_btn:hover {
  margin-top: 3px;
  border-bottom: 2px solid #ae622b;
}
@media screen and (min-width: 1080px) {
  .cv_btn {
    width: 330px;
    height: 70px;
    line-height: 62px;
    font-size: 20px;
    padding-right: 20px;
  }
  .cv_btn::after {
    width: 30px;
    height: 16.5px;
    top: 24px;
    right: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .cv_btn {
    width: 70vw;
    height: 14vw;
    line-height: 12vw;
    font-size: 4.2vw;
    padding-right: 2vw;
  }
  .cv_btn::after {
    width: 6vw;
    height: 3.3vw;
    top: 4.5vw;
    right: 2vw;
  }
}

/*ヘッダー*/
header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  z-index: 100;
}
header .header_inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_inr .header_link {
  display: flex;
  align-items: center;
}
header .header_inr .header_link .btn_login a {
  color: #1d2b27;
  text-decoration: none;
  margin-right: 40px;
  padding: 3px 5px;
  border-radius: 5px;
}
header .header_inr .header_link .btn_login a:hover {
  transition: 300ms;
  background-color: #6bb15c;
  color: #fff;
}
header .logo a {
  display: inline-block;
}
@media screen and (min-width: 1080px) {
  header {
    height: 70px;
  }
  header .header_inr {
    width: 1100px;
    height: 70px;
    margin: auto;
  }
  header .logo img {
    height: 45px;
    width: auto;
    display: block;
    margin-top: 10px;
  }
  header .btn_header .cv_btn {
    width: 280px;
    height: 60px;
    line-height: 55px;
    font-size: 18px;
    padding-right: 20px;
  }
  header .btn_header .cv_btn::after {
    width: 30px;
    height: 16.5px;
    top: 20px;
    right: 5px;
  }
}
@media screen and (max-width: 1080px) {
  header {
    height: 13vw;
  }
  header .header_inr {
    width: 100vw;
    height: 13vw;
    margin: auto;
    align-items: center;
  }
  header .logo img {
    height: 9vw;
    margin-left: 3vw;
    margin-top: 4vw;
  }
  header .btn_header .cv_btn {
    width: 51vw;
    height: 11vw;
    line-height: 10vw;
    margin-right: 2vw;
    font-size: 3.7vw;
  }
  header .btn_header .cv_btn::after {
    top: 3.5vw;
    right: -0.5vw;
  }
}

/*FVエリア*/
.area_fv {
  position: relative;
  z-index: 50;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1080px) {
  .area_fv {
    height: 680px;
    background-image: url(/img/services/econohashi/fv_bk-pc.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1080px) {
  .area_fv {
    height: 139vw;
    background-image: url(/img/services/econohashi/fv_bk-sp.jpg);
    background-position: bottom center;
  }
}
.area_fv .fv_cnt {
  margin: auto;
}
@media screen and (min-width: 1080px) {
  .area_fv .fv_cnt {
    width: 1100px;
  }
  .area_fv .fv_cnt .fv_catch {
    padding-top: 160px;
  }
  .area_fv .fv_cnt .btn_fv {
    padding-top: 80px;
    padding-left: 20px;
  }
  .area_fv .fv_cnt .fv_ttl {
    position: absolute;
    bottom: 50px;
    padding-left: 20px;
    width: 300px;
  }
}
@media screen and (max-width: 1080px) {
  .area_fv .fv_cnt {
    text-align: center;
  }
  .area_fv .fv_cnt .fv_catch {
    padding-top: 40vw;
  }
  .area_fv .fv_cnt .fv_catch img {
    margin: auto;
    width: 80vw;
    height: auto;
  }
  .area_fv .fv_cnt .btn_fv {
    padding-top: 19vw;
  }
  .area_fv .fv_cnt .fv_ttl {
    position: absolute;
    bottom: 10vw;
    width: 58vw;
    margin: auto;
    left: 0;
    right: 0;
  }
}

.area_fv_bottom {
  background-color: #e9e1c9;
  text-align: center;
  font-weight: bold;
}
.area_fv_bottom p {
  position: relative;
  display: inline-block;
}
.area_fv_bottom p::before,
.area_fv_bottom p::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}
.area_fv_bottom p::before {
  background-image: url(/img/services/econohashi/slash-left.png);
}
.area_fv_bottom p::after {
  background-image: url(/img/services/econohashi/slash-right.png);
}
@media screen and (min-width: 1080px) {
  .area_fv_bottom {
    padding: 20px;
    font-size: 18px;
  }
  .area_fv_bottom p::before,
  .area_fv_bottom p::after {
    width: 22px;
    height: 37px;
  }
  .area_fv_bottom p::before {
    left: -40px;
    top: 20px;
  }
  .area_fv_bottom p::after {
    right: -40px;
    top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .area_fv_bottom {
    padding: 5vw;
    font-size: 4.1vw;
    line-height: 1.5;
  }
  .area_fv_bottom p::before,
  .area_fv_bottom p::after {
    width: 6vw;
    height: 10vw;
  }
  .area_fv_bottom p::before {
    left: -5.5vw;
    top: 4.5vw;
  }
  .area_fv_bottom p::after {
    right: -5.5vw;
    top: 4.5vw;
  }
}

/*利用企業*/
.area_riyou {
  text-align: center;
}
.area_riyou .riyou_ttl {
  font-weight: bold;
  color: #6bb15c;
  position: relative;
  display: inline-block;
}
.area_riyou .riyou_ttl::before,
.area_riyou .riyou_ttl::after {
  content: "";
  height: 2px;
  background-color: #6bb15c;
  display: block;
  display: inline-block;
}
.area_riyou .slider2 {
  padding-right: 0 !important;
}
.area_riyou ul img {
  width: 100%;
  height: auto;
}
.area_riyou ul .slick-slide {
  margin: 0;
}
@media screen and (min-width: 1080px) {
  .area_riyou {
    width: 100%;
    padding-bottom: 20px;
    margin: 70px auto 30px auto;
  }
  .area_riyou .riyou_ttl {
    font-size: 28px;
  }
  .area_riyou .riyou_ttl::before,
  .area_riyou .riyou_ttl::after {
    width: 50px;
    margin: 0 10px 9px 10px;
  }
  .area_riyou .slider1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .area_riyou {
    width: 100%;
    padding-bottom: 2vw;
    margin: 5vw auto 3vw auto;
  }
  .area_riyou .riyou_ttl {
    font-size: 5vw;
  }
  .area_riyou .riyou_ttl::before,
  .area_riyou .riyou_ttl::after {
    width: 7vw;
    margin: 0 2vw 2vw 2vw;
  }
  .area_riyou p {
    font-size: 4vw;
  }
  .area_riyou .slider1 {
    margin-top: 4vw;
  }
}

/*非化石証書とは*/
.sec_about {
  margin: auto;
  position: relative;
}
.sec_about .sec_ttl {
  text-align: left;
  display: inline-block;
  text-indent: -0.4em;
  background: linear-gradient(transparent 80%, rgb(196, 224, 190) 80%);
}
.sec_about .about_merit {
  text-align: center;
  position: relative;
}
.sec_about .about_merit h3 {
  color: #6bb15c;
  display: inline-block;
  background-color: #fff;
  position: absolute;
}
.sec_about .about_merit h3::before {
  content: "";
  background-image: url(/img/services/econohashi/merit-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.sec_about::after {
  content: "";
  background-image: url(/img/services/econohashi/merit_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media screen and (min-width: 1080px) {
  .sec_about {
    width: 900px;
    padding-top: 55px;
    margin-bottom: 120px;
  }
  .sec_about .sec_ttl {
    font-size: 27px;
  }
  .sec_about .sec_ttl span {
    font-size: 32px;
  }
  .sec_about .about_desc {
    font-size: 18px;
    margin-top: 40px;
  }
  .sec_about .about_img {
    position: absolute;
    top: 150px;
    right: 0;
    width: 500px;
  }
  .sec_about .about_merit {
    margin-top: 80px;
    border: 4px solid #6bb15c;
    padding: 10px 20px 40px 20px;
  }
  .sec_about .about_merit h3 {
    top: -20px;
    left: 315px;
    right: 315px;
  }
  .sec_about .about_merit h3::before {
    width: 26px;
    height: 22px;
    margin-right: 10px;
    margin-bottom: -3px;
  }
  .sec_about::after {
    width: 91px;
    height: 23px;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 1080px) {
  .sec_about {
    width: 96vw;
    padding-top: 8vw;
    margin: auto;
    margin-bottom: 27vw;
    text-align: center;
  }
  .sec_about .sec_ttl {
    padding-top: 0;
    font-size: 4.2vw;
  }
  .sec_about .sec_ttl span {
    font-size: 5.8vw;
  }
  .sec_about .about_desc {
    font-size: 3.7vw;
    margin-top: 5vw;
  }
  .sec_about .about_img {
    margin: 7vw auto 0 auto;
  }
  .sec_about .about_merit {
    margin-top: 12vw;
    border: 2px solid #6bb15c;
    padding: 1vw 0 6vw 0;
    font-size: 3.6vw;
    white-space: nowrap;
  }
  .sec_about .about_merit h3 {
    top: -4vw;
    left: 15vw;
    right: 15vw;
    font-size: 4.2vw;
  }
  .sec_about .about_merit h3::before {
    width: 5vw;
    height: 4.231vw;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .sec_about::after {
    width: 91px;
    height: 23px;
    bottom: -17vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/*お悩み*/
.area_worries {
  position: relative;
  background-color: #6bb15c;
  text-align: center;
}
.area_worries .worries_ttl {
  color: #fff;
  font-weight: bold;
  z-index: 2;
  position: relative;
}
.area_worries .worries_list .worries_list-ttl {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: bold;
}
.area_worries .worries_list .worries_txt {
  background-color: #fff;
  border-radius: 30px;
  line-height: 1.5;
  position: relative;
}
.area_worries .worries_list.is_own .worries_txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}
.area_worries .worries_list.is_others .worries_txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #fff;
}
.area_worries::after {
  content: "";
  background-image: url(/img/services/econohashi/worries_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .area_worries {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .area_worries .worries_ttl {
    font-size: 20px;
  }
  .area_worries .worries_cnt {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .area_worries .worries_list {
    padding-top: 10px;
    width: 250px;
    margin: 20px 10px 30px 10px;
  }
  .area_worries .worries_list.is_own {
    margin-top: 50px;
  }
  .area_worries .worries_list.is_img {
    width: 160px;
    margin-top: 70px;
  }
  .area_worries .worries_list .worries_item {
    margin-bottom: 20px;
  }
  .area_worries .worries_list .worries_txt {
    height: 100px;
    padding-top: 25px;
  }
  .area_worries .worries_list .worries_txt.is_02,
  .area_worries .worries_list .worries_txt.is_03 {
    margin-top: 60px;
  }
  .area_worries .worries_list .worries_img {
    height: 160px;
  }
  .area_worries .worries_list .worries_img img {
    width: 160px;
    height: auto;
  }
  .area_worries::after {
    width: 1040px;
    height: 125px;
    bottom: -80px;
  }
}
@media screen and (max-width: 1080px) {
  .area_worries {
    padding-top: 7vw;
  }
  .area_worries .worries_ttl {
    font-size: 4vw;
  }
  .area_worries .worries_cnt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1vw auto 5vw auto;
    width: 90vw;
  }
  .area_worries .worries_cnt .worries_list-ttl {
    font-size: 3.2vw;
  }
  .area_worries .worries_cnt .worries_item {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 5vw;
    height: 34vw;
  }
  .area_worries .worries_cnt .worries_item .worries_txt {
    padding: 4vw;
    font-size: 3.4vw;
    text-align: left;
  }
  .area_worries .worries_cnt .worries_img {
    height: 34vw;
    margin-top: 5vw;
  }
  .area_worries .worries_cnt .worries_list.is_img {
    margin: 12vw 4vw 0 4vw;
  }
  .area_worries .worries_cnt .worries_list.is_others .worries_list-ttl {
    white-space: nowrap;
  }
  .area_worries::after {
    width: 100%;
    height: 32vw;
    bottom: -31.5vw;
  }
}

.area_appeal {
  margin: auto;
  position: relative;
}
.area_appeal::before,
.area_appeal::after {
  content: "";
  display: block;
  position: absolute;
}
.area_appeal .appeal_inner {
  background-color: #fff;
}
.area_appeal .appeal_inner .appeal_message {
  color: #1d2b27;
  font-weight: bold;
}
.area_appeal .appeal_inner .appeal_message .is_strong {
  color: #ed8337;
}
.area_appeal .appeal_inner .appeal_img {
  height: auto;
}
@media screen and (min-width: 1080px) {
  .area_appeal {
    margin: 120px auto 0 auto;
    width: 1000px;
  }
  .area_appeal::before,
  .area_appeal::after {
    width: 1000px;
    height: 340px;
    border: 3px solid #6bb15c;
  }
  .area_appeal::before {
    top: -5px;
    left: -5px;
  }
  .area_appeal::after {
    top: 5px;
    right: -5px;
  }
  .area_appeal .appeal_inner {
    width: 990px;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
  }
  .area_appeal .appeal_inner .appeal_message {
    font-size: 20px;
    line-height: 40px;
  }
  .area_appeal .appeal_inner .appeal_message .is_strong {
    font-size: 35px;
    padding: 0 5px;
  }
  .area_appeal .appeal_inner .appeal_img {
    width: 300px;
  }
}
@media screen and (max-width: 1080px) {
  .area_appeal {
    margin: 20vw auto 0 auto;
    width: 90vw;
  }
  .area_appeal::before,
  .area_appeal::after {
    width: 90vw;
    height: 110vw;
    border: 2px solid #6bb15c;
  }
  .area_appeal::before {
    top: -1vw;
    left: -1vw;
  }
  .area_appeal::after {
    top: 1vw;
    right: -1vw;
  }
  .area_appeal .appeal_inner {
    text-align: center;
    width: 89vw;
    height: 110vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 3vw 0 8vw;
  }
  .area_appeal .appeal_inner .appeal_message {
    font-size: 4vw;
    line-height: 1.8;
  }
  .area_appeal .appeal_inner .appeal_message .is_strong {
    font-size: 4.2vw;
    padding: 0 5px;
  }
  .area_appeal .appeal_inner .appeal_img {
    width: 70vw;
    margin-left: 2.5vw;
  }
}

/*３つのステップ*/
.sec_step {
  background-color: #f1f8ef;
}
.sec_step .step_wrp {
  margin: auto;
  background-color: #fff;
}
.sec_step .step_wrp .step_cnt {
  position: relative;
}
.sec_step .step_wrp .step_cnt .step_ttl {
  position: relative;
  display: block;
}
.sec_step .step_wrp .step_cnt .step_ttl::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.sec_step .step_wrp .step_cnt .step_ttl.is_01::before {
  background-image: url(/img/services/econohashi/num1.png);
}
.sec_step .step_wrp .step_cnt .step_ttl.is_02::before {
  background-image: url(/img/services/econohashi/num2.png);
}
.sec_step .step_wrp .step_cnt .step_ttl.is_03::before {
  background-image: url(/img/services/econohashi/num3.png);
  top: 10px;
}
.sec_step .step_wrp .step_cnt .step_ttl .step_ttl-sub {
  display: block;
}
@media screen and (min-width: 1080px) {
  .sec_step {
    width: 1200px;
    max-width: 90vw;
    margin: -50px auto 0 auto;
    padding-top: 170px;
    padding-bottom: 130px;
  }
  .sec_step .step_wrp {
    margin-top: 40px;
    padding: 50px;
    width: 800px;
  }
  .sec_step .step_wrp .step_inr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sec_step .step_wrp .step_inr:not(:first-child) {
    margin-top: 70px;
  }
  .sec_step .step_wrp .step_inr .step_img {
    margin-top: 10px;
  }
  .sec_step .step_wrp .step_inr .step_img img {
    width: 160px;
    height: auto;
  }
  .sec_step .step_wrp .step_cnt .step_ttl {
    font-size: 28px;
    border-bottom: 5px solid #6bb15c;
    width: 480px;
    padding-left: 44px;
  }
  .sec_step .step_wrp .step_cnt .step_ttl::before {
    width: 28px;
    height: 28px;
    left: 10px;
    bottom: 10px;
  }
  .sec_step .step_wrp .step_cnt .step_ttl .step_ttl-sub {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .sec_step .step_wrp .step_cnt .step_txt {
    font-size: 16px;
    margin-top: 20px;
    width: 490px;
  }
}
@media screen and (max-width: 1080px) {
  .sec_step {
    width: 100vw;
    margin: -50px auto 0 auto;
    padding: 27vw 5vw 10vw;
  }
  .sec_step .step_wrp {
    width: 100%;
    margin-top: 5vw;
    padding: 5vw;
  }
  .sec_step .step_wrp .step_inr {
    position: relative;
  }
  .sec_step .step_wrp .step_img {
    width: 27.5vw;
    position: absolute;
    top: 15vw;
    right: -2vw;
  }
  .sec_step .step_wrp .step_cnt .step_ttl {
    font-size: 4.8vw;
    line-height: 1.5;
    border-bottom: 2px solid #6bb15c;
    width: 100%;
    padding-top: 2vw;
    padding-left: 8vw;
    padding-bottom: 1vw;
    position: relative;
  }
  .sec_step .step_wrp .step_cnt .step_ttl::before {
    width: 5vw;
    height: 5vw;
    left: 2vw;
    top: 3vw;
  }
  .sec_step .step_wrp .step_cnt .step_ttl .step_ttl-sub {
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .sec_step .step_wrp .step_cnt .step_txt {
    width: 53vw;
    font-size: 3.4vw;
    margin-right: auto;
    padding: 4vw 0 8vw 2vw;
  }
}

/*中間CVエリア*/
.area_cv {
  background-color: #6bb15c;
  text-align: center;
  color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  /*下部CVエリア*/
}
.area_cv .cv_message {
  font-weight: bold;
}
.area_cv.is_bottom {
  margin-top: 0;
  padding: 0;
  background-image: url(/img/services/econohashi/cv_bk-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.area_cv.is_bottom .cv_message {
  text-align: left;
}
@media screen and (min-width: 1080px) {
  .area_cv {
    margin-top: 30px;
    padding: 70px 0;
    /*下部CVエリア*/
  }
  .area_cv .cv_inner {
    width: 780px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .area_cv .cv_message {
    font-size: 24px;
  }
  .area_cv .btn_center {
    position: absolute;
    top: -10px;
    right: 0;
  }
  .area_cv .btn_center .btn_center_ttl {
    margin-bottom: 10px;
  }
  .area_cv.is_bottom .cv_cnt {
    width: 970px;
    margin: auto;
    height: 350px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .area_cv.is_bottom .cv_message {
    font-size: 20px;
  }
  .area_cv.is_bottom .cv_cnt img {
    width: 250px;
    margin-top: 40px;
  }
  .area_cv.is_bottom .btn_center {
    position: static;
  }
  .area_cv.is_bottom .btn_center .btn_center_ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .area_cv {
    margin-top: 7vw;
    padding: 10vw 0;
    /*下部CVエリア*/
  }
  .area_cv .cv_message {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .area_cv .btn_center .btn_center_ttl {
    font-size: 3.7vw;
    margin-bottom: 1.5vw;
  }
  .area_cv.is_bottom {
    background-position: center;
  }
  .area_cv.is_bottom .cv_cnt {
    width: 100%;
    padding: 10vw 0;
  }
  .area_cv.is_bottom .cv_message {
    font-size: 4.7vw;
    text-align: center;
    line-height: 1.6;
  }
  .area_cv.is_bottom .cv_cnt img {
    width: 55vw;
    margin: 8vw auto;
  }
}

/*特典*/
.sec_benefits .benefits_wrp {
  margin: auto;
}
.sec_benefits .benefits_wrp .benefits_cnt {
  position: relative;
}
.sec_benefits .benefits_wrp .benefits_cnt .benefits_ttl {
  position: relative;
  display: block;
}
.sec_benefits .benefits_wrp .benefits_cnt .benefits_ttl::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(/img/services/econohashi/merit-check.png);
  background-repeat: no-repeat;
}
.sec_benefits .benefits_wrp .benefits_cnt .benefits_ttl .benefits_ttl-sub {
  display: block;
}
@media screen and (min-width: 1080px) {
  .sec_benefits {
    padding-top: 110px;
  }
  .sec_benefits .benefits_wrp {
    width: 800px;
  }
  .sec_benefits .benefits_wrp .benefits_cnt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 70px;
  }
  .sec_benefits .benefits_wrp .benefits_cnt .benefits_ttl {
    font-size: 28px;
    border-bottom: 5px solid #6bb15c;
    width: 540px;
    padding-left: 44px;
  }
  .sec_benefits .benefits_wrp .benefits_cnt .benefits_ttl::before {
    width: 91px;
    height: 23px;
    top: 12px;
    left: 8px;
  }
  .sec_benefits .benefits_wrp .benefits_cnt .benefits_ttl .benefits_ttl-sub {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .sec_benefits .benefits_wrp .benefits_cnt .benefits_txt {
    font-size: 16px;
    margin-top: 20px;
    width: 540px;
  }
  .sec_benefits .benefits_wrp .benefits_cnt .benefits_img {
    width: 200px;
    height: auto;
  }
  .sec_benefits .benefits_wrp .benefits_cnt .benefits_img.is_01 {
    width: 155px;
  }
}
@media screen and (max-width: 1080px) {
  .sec_benefits {
    padding-top: 17vw;
    margin: auto;
  }
  .sec_benefits .benefits_wrp {
    width: 90vw;
  }
  .sec_benefits .benefits_wrp .benefits_cnt {
    margin-top: 7vw;
    position: relative;
  }
  .sec_benefits .benefits_wrp .benefits_cnt:not(:first-of-type) {
    margin-top: 8vw;
  }
  .sec_benefits .benefits_wrp .benefits_cnt .benefits_ttl {
    font-size: 4.8vw;
    border-bottom: 2px solid #6bb15c;
    padding-left: 8vw;
    padding-bottom: 1vw;
  }
  .sec_benefits .benefits_wrp .benefits_cnt .benefits_ttl::before {
    width: 5vw;
    height: 5vw;
    left: 2vw;
    top: 2vw;
  }
  .sec_benefits .benefits_wrp .benefits_cnt .benefits_ttl .benefits_ttl-sub {
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-left: -6vw;
  }
  .sec_benefits .benefits_wrp .benefits_cnt .benefits_txt {
    width: 50vw;
    font-size: 3.4vw;
    margin: 5vw auto 0 4vw;
  }
  .sec_benefits .benefits_wrp .benefits_cnt .benefits_img {
    width: 30vw;
    position: absolute;
    top: 17vw;
    right: 2vw;
  }
  .sec_benefits .benefits_wrp .benefits_cnt .benefits_img.is_02 {
    top: 24vw;
  }
}

/*ご利用の流れ*/
.sec_flow {
  text-align: center;
  position: relative;
}
.sec_flow .flow_cnt {
  position: relative;
}
.sec_flow .flow_cnt .flow_card {
  background-color: #e9e1c9;
  position: relative;
  text-align: center;
}
.sec_flow .flow_cnt .flow_card:not(:last-of-type)::after {
  content: "";
  background-image: url(/img/services/econohashi/flow_arrow.svg);
  background-position: center 55%;
  background-repeat: no-repeat;
  position: absolute;
  transform: rotate(-90deg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.sec_flow .flow_cnt .flow_card .flow_num {
  color: #fff;
  font-weight: bold;
  z-index: 10;
  background-color: #6bb15c;
  position: absolute;
}
.sec_flow .flow_cnt .flow_card:first-of-type .flow_num {
  background-color: #ed8337;
}
.sec_flow .flow_cnt .flow_card .flow_txt a {
  text-decoration: underline;
  color: #1d2b27;
}
@media screen and (min-width: 1080px) {
  .sec_flow {
    width: 100%;
    margin: auto;
    padding-top: 120px;
  }
  .sec_flow .flow_cnt {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 55px auto 0 auto;
  }
  .sec_flow .flow_cnt .flow_card {
    width: 180px;
    height: 215px;
    padding: 0 5px;
    line-height: 1.6;
  }
  .sec_flow .flow_cnt .flow_card:not(:last-of-type)::after {
    width: 30px;
    height: 40px;
    left: 177px;
    top: 0;
    bottom: 10px;
    margin: auto;
  }
  .sec_flow .flow_cnt .flow_card .flow_num {
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 25px;
    line-height: 1;
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
  .sec_flow .flow_cnt .flow_card .flow_num span {
    font-size: 11px;
  }
  .sec_flow .flow_cnt .flow_card .flow_ttl {
    margin-top: 45px;
    font-size: 18px;
  }
  .sec_flow .flow_cnt .flow_card .flow_txt {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1080px) {
  .sec_flow {
    width: 100%;
    padding: 17vw 0;
  }
  .sec_flow .flow_cnt {
    width: 90vw;
    margin: auto;
  }
  .sec_flow .flow_cnt .flow_card {
    width: 100%;
    margin: 8vw auto;
    padding: 5vw 2vw;
  }
  .sec_flow .flow_cnt .flow_card:not(:last-of-type)::after {
    width: 4vw;
    height: 7.339vw;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -7.5vw;
    transform: rotate(360deg);
  }
  .sec_flow .flow_cnt .flow_card .flow_num {
    top: -4vw;
    left: 3vw;
    font-size: 5.3vw;
    line-height: 1;
    width: 13vw;
    height: 13vw;
    border-radius: 13vw;
  }
  .sec_flow .flow_cnt .flow_card .flow_num span {
    font-size: 2.6vw;
  }
  .sec_flow .flow_cnt .flow_card .flow_ttl {
    font-size: 4.2vw;
  }
  .sec_flow .flow_cnt .flow_card .flow_txt {
    margin-top: 2vw;
    font-size: 3.7vw;
  }
}

/*よくあるご質問*/
.sec_qa {
  background-color: #f1f8ef;
}
.sec_qa .qa_cnt .qa_acc_ttl {
  font-weight: bold;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
.sec_qa .qa_cnt .qa_acc_ttl:hover {
  filter: brightness(1.1);
  transition: all 0.2s ease;
}
.sec_qa .qa_cnt .qa_acc_ttl::before {
  content: "Q.";
  color: #6bb15c;
  font-weight: bold;
  position: absolute;
}
.sec_qa .qa_cnt .qa_acc_ttl::after {
  content: "";
  display: block;
  background-image: url(/img/services/econohashi/icn_arrow.svg);
  background-position: center 55%;
  background-repeat: no-repeat;
  position: absolute;
}
.sec_qa .qa_cnt .qa_acc_cnt p {
  position: relative;
}
.sec_qa .qa_cnt .qa_acc_cnt p::before {
  content: "A.";
  color: #ed8337;
  font-weight: bold;
  position: absolute;
}
@media screen and (min-width: 1080px) {
  .sec_qa {
    margin-top: 120px;
  }
  .sec_qa .qa_wrp {
    margin: auto;
    width: 880px;
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .sec_qa .qa_acc li {
    margin-bottom: 30px;
  }
  .sec_qa .qa_cnt {
    margin-top: 40px;
  }
  .sec_qa .qa_cnt .qa_acc_ttl {
    width: 100%;
    padding: 17px 50px 17px 80px;
    font-size: 16px;
  }
  .sec_qa .qa_cnt .qa_acc_ttl::before {
    font-size: 20px;
    left: 30px;
    top: 15px;
  }
  .sec_qa .qa_cnt .qa_acc_ttl::after {
    width: 35px;
    height: 35px;
    top: 10px;
    right: 30px;
  }
  .sec_qa .qa_cnt .qa_acc_cnt p {
    font-size: 14px;
    padding: 30px 40px 15px 80px;
  }
  .sec_qa .qa_cnt .qa_acc_cnt p::before {
    font-size: 20px;
    left: 33px;
    top: 25px;
  }
}
@media screen and (max-width: 1080px) {
  .sec_qa {
    width: 100%;
  }
  .sec_qa .qa_wrp {
    margin: auto;
    width: 90vw;
    padding-top: 5vw;
    padding-bottom: 17vw;
  }
  .sec_qa .qa_acc li {
    margin-bottom: 5vw;
  }
  .sec_qa .qa_cnt {
    margin-top: 7vw;
  }
  .sec_qa .qa_cnt .qa_acc_ttl {
    width: 100%;
    padding: 5vw 13vw;
    font-size: 4vw;
  }
  .sec_qa .qa_cnt .qa_acc_ttl::before {
    font-size: 5vw;
    left: 5vw;
    top: 3.5vw;
  }
  .sec_qa .qa_cnt .qa_acc_ttl::after {
    width: 6vw;
    height: 6vw;
    top: 5vw;
    right: 5vw;
    background-size: 4vw;
  }
  .sec_qa .qa_cnt .qa_acc_cnt p {
    font-size: 3.7vw;
    padding: 4vw 5vw 0 12vw;
  }
  .sec_qa .qa_cnt .qa_acc_cnt p::before {
    font-size: 5vw;
    left: 5.5vw;
    top: 3.2vw;
  }
}

/*その他のサービス*/
#other .other_wrp {
  background-color: #e9e1c9;
}
#other .other_wrp .other_txt {
  color: #1d2b27;
}
@media screen and (min-width: 1080px) {
  #other {
    margin-top: 100px;
  }
  #other .sec_ttl {
    font-size: 28px;
  }
  #other .other_wrp {
    margin-top: 30px;
  }
  #other .other_wrp .other_cnt {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  }
}
@media screen and (max-width: 1080px) {
  #other {
    margin-top: 17vw;
  }
  #other .sec_ttl {
    font-size: 5vw;
  }
  #other .other_wrp {
    margin-top: 8vw;
  }
  #other .other_wrp .other_cnt {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  }
}

/*フッター*/
footer {
  background-color: #256554;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 100;
}
footer nav ul {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
footer nav ul a {
  color: #fff;
  text-decoration: none;
}
footer .link_ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .link_ul li:not(:last-of-type)::after {
  content: "|";
  display: inline-block;
  padding: 0 20px;
}
footer .link_ul a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1080px) {
  footer {
    padding: 45px 0;
  }
  footer nav ul {
    width: 550px;
    margin: auto;
  }
  footer nav ul a {
    font-size: 16px;
  }
  footer small {
    display: block;
    font-size: 14px;
    margin-top: 45px;
  }
  footer .link_ul {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  footer {
    padding: 5vw 0;
  }
  footer nav ul {
    width: 50vw;
    margin: auto;
    flex-wrap: wrap;
  }
  footer nav ul a {
    font-size: 3.2vw;
    margin-top: 3vw;
    display: block;
  }
  footer small {
    display: block;
    font-size: 3vw;
    margin-top: 8vw;
  }
  footer .link_ul {
    font-size: 3vw;
    margin-top: 3vw;
  }
}
footer .page-top a {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  color: #256554;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
footer .page-top a::after {
  content: "";
  display: block;
  background-image: url(/img/services/econohashi/icn_arrow.svg);
  background-size: contain;
  position: absolute;
  right: 0px;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
}
@media screen and (min-width: 1080px) {
  footer .page-top a {
    width: 80px;
    height: 80px;
    top: 50px;
    right: 50px;
    font-size: 20px;
    padding-top: 30px;
  }
  footer .page-top a::after {
    width: 20px;
    height: 11px;
    top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  footer .page-top a {
    width: 14vw;
    height: 14vw;
    top: 1vw;
    right: 1vw;
    font-size: 4vw;
    padding-top: 5.5vw;
  }
  footer .page-top a::after {
    width: 4vw;
    height: 2vw;
    top: 3.5vw;
  }
}

/*==================================================
以下JS関連のcss
===================================*/
/*アコーディオン*/
.js_title {
  cursor: pointer;
  transition: all 0.5s ease;
}

.js_title.close::after {
  transform: rotate(-180deg);
}

.js_box {
  display: none;
}

/*ふわっと表示*/
.js_fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
} /*# sourceMappingURL=style.css.map */
