@charset "UTF-8";

@charset "UTF-8";
/* ====================================
  reset
==================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

li a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: all 0.5s ease;
  line-height:normal;
}

a:hover {
  text-decoration: none;
  opacity: 0.75;
  cursor: pointer;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  border-radius: 0;
  border: 0;
  outline: none;
}

[type=submit],
[type=reset],
[type=button],
button {
  border: 0;
  cursor: pointer;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
input[type=search],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

:root {
  --cBase: #FFFFFF;
  --cBlack: #222222;
  --cBase-rgb: 128, 112, 104;
  --cBase_bg: #00A0E9;
  --cHeroTitle: #CFFF31;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
}
main * {
  margin: 0 auto;
}
main img {
  max-width: 100%;
  vertical-align: bottom;
}
/* ====================================
  sp.pc_hide
==================================== */
@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  }
  @media screen and (max-width:767px) {
    .pc {
      display: none !important;
    }
  }

/* ====================================
  main
==================================== */
header{
  position: relative;
  z-index: 30;
}
.flex_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

:root {
  --light-green: #EBF4EB;
  --base-green: #169442;
  --h_bold: "Hiragino Kaku Gothic ProN W6";
}
.bk_g {
  background-color: var(--light-green);
}
.ecoff_online__cont_wrap{
  width: 100%;
  background-color: #50AF71;
  background-image: url(../img/bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  background-attachment: fixed;
  padding-top: 15px;
}
.ecoff_online__cont{
  min-height: 100vh;
  width: 375px;
  margin: 0 auto;
  background-color: #FFFFFF;
  font-size: 14px;
  color: #222;
  position: relative;
  background: linear-gradient(
    to bottom,
    #fff calc(100% - 70px),
    var(--light-green) 70px
  );
}
section{
  padding: 50px 4%;
  line-height: 1.6;
}
section:nth-child(3){
  padding: 40px 4%;
}
h2,h3{
  color: var(--base-green);
  font-family: var(--h_bold);
  font-weight: 600;
}
h2{
  font-size: 18px;
  text-align: center;
}
h3{
  font-size: 14px;
  margin-bottom: 15px;
}
h4{
  color: #2B2B2B;
  font-size: 16px;
  text-align: center;
  font-family: var(--h_bold);
  font-weight: 600;
}
.red{
  color: #EA1313;
}
.green{
  color: var(--base-green);
  font-weight: 600;
  font-family: var(--h_bold);
  font-size: 14px !important;
}

/* menu */
/* メニューのスタイル */
.menu_wrap,.hamburger_wrap{
  width: 375px;
  position: fixed;
  top: 66px;
  display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 10;
    transition: top 0.3s ease;
}
.menu_wrap.scrolled,
.hamburger_wrap.scrolled {
  top: 0;
}
.menu_wrap{
  overflow: hidden;
  pointer-events: none;
}
.hamburger_wrap{
  z-index: 20;
  right: 50%;
    transform: translateX(50%);
}
/* ボタンのスタイル */
.hamburger {
  width: 36px;
  height: 38px;
  background-color: var(--light-green);
  border-radius: 3px;
  margin: 10px 10px 0 0;
  cursor: pointer;
  display: flex;
    justify-content: center;
    align-items: center;
}
.hamburger span {
  display: block;
  height: 2px;
  width: 15px;
  background-color: var(--base-green);
  margin: 4px 0;
  transition: 0.4s;
}
/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
  transform: rotate(42deg) translate(5px, 3px);
  width: 18px;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-42deg) translate(6px, -4px);
  width: 18px;
}
/* メニューが開いているとき */
.menu_wrap.open .menu {
  margin-right:0;
}
.menu {
  width: 212px;
  height: 260px;
  background-color: var(--light-green);
  padding: 0 8%;
  box-sizing: border-box;
  z-index: 10;
  margin: 0;
  margin-right: -212px;
  transition: margin-right 0.3s ease;
  border-radius: 0 0 0 20px;
  pointer-events: auto;
}
/* メニューリストのスタイル */
.menu ul {
  margin-top: 71px;
}
.menu li {
  text-indent: unset;
  padding-left: 0;
  margin-bottom: 40px;
}
.menu li a {
  color: #222;
  line-height: 1;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--h_bold);
  pointer-events: auto;
}
.menu li a span{
  display: inline-block;
  margin-right: 10px;
}

/* main */
.mv{
  position: relative;
  text-align: center;
}
.logo_img{
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 30;
}
.logo_img a{
  display: block;
}
h1.logo_title img:nth-child(2){
margin: 26px 0 18px;
}
.mv p.catch{
  color: var(--base-green);
  font-family: var(--h_bold);
  font-weight: 600;
  font-size: 15px;
  position: relative;
  display: inline-block;
  padding: 0 18px;
}
.mv p.catch:before, .mv p.catch:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: var(--base-green);
}
.mv p.catch:before {
  left:0;
}
.mv p.catch:after {
  right: 0;
}
p.bk_g{
  border-radius: 3px;
  display: inline-block;
  color: var(--base-green);
  font-family: var(--h_bold);
  font-weight: 600;
  font-size: 15px;
  margin: 18px 0;
  padding: 5px 15px;
}
.mv dl{
  max-width: 315px;
  margin: 16px auto 0;
  background-color: var(--light-green);
    border: solid 1px var(--base-green);
    border-radius: 5px;
}
.mv dl dt{
width: 46px;
color: #fff;
background-color: var(--base-green);
font-family: var(--h_bold);
padding: 16px 0;
margin-right: 10px;
}
.mv dl dd{
  width: calc(100% - 56px);
background-color: var(--light-green);
font-family: var(--h_bold);
font-weight: 600;
border-radius: 0 5px 5px 0;
text-align: left;
}
.mv dl dd sup{
  font-size: 8px;
vertical-align: super;
}
.mv dl dd span{
  display: block;
  font-size: 9px;
  font-weight: 400;
}

.message p{
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.6;
}
.message p:last-child{
  margin-bottom: 0;
}

.about>div{
  margin-bottom: 30px;
}
.about>div:last-child{
  margin-bottom: 0;
}
.g_box{
border: solid 1px var(--base-green);
padding: 4%;
}
.about>div ul{
  margin-top: 15px;
}
section ul li{
  text-indent: -1.3em;
padding-left: 1.3em;
}
.about div ul li span,.flow div ul li span{
  font-size: 8px;
  color: #222222;
  margin-right: 5px;
}

.flow h2{
  position: relative;
}
.flow h2::after{
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateY(-50%)translateX(-50%);
  width: 90px;
  height: 5px;
  background-color: #fff;
}
.w_box{
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 6% 30px;
  margin-top: 40px;
}
.w_box h2{
  margin-bottom: 40px;
}
.step_box{
  padding: 20px 4% 30px;
  text-align: center;
  position: relative;
}
.step_box::after{
  content: "";
  width: 30px;
  height: 15px;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateY(-50%)translateX(-50%);
  background-image: url(../img/arrow_g.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.step_box:last-of-type::after{
  display: none;
}
.step_box h4{
  margin-bottom: 20px;
}
.step_box ul.pb_4{
  padding: 0 8%;
}
.step_box ul li,.step_box p{
text-align: left;
font-size: 13px;
}
.step_box .flex_wrap {
  padding: 0 5% 0 8%;
  margin-bottom: 20px;
}
.step_box .flex_wrap p{
width: calc(100% - 130px);
}
.step_box .flex_wrap div{
  width: 130px;
  }
.step_box .flex_wrap p span{
  display: block;
  margin-bottom: 4px;
}
.step_box:nth-of-type(1) img:not(h3 img){
  width: 230px;
  margin-top: 10px;
}
.step_box:nth-of-type(3) img:not(h3 img){
  width: 185px;
  margin: 10px 0 0 26px;
}
.step_box:nth-of-type(2) p.bk_g{
margin-bottom: 0;
}
.step_box:last-of-type{
  margin-bottom: 40px;
}
.notes ul{
  margin-bottom: 30px;
}
.last_box p{
margin-bottom: 15px;
}
.last_box h3{
  margin-top: 22px;
}
.btn_area{
  text-align: center;
  margin-top: 15px;
}
.btn_area a{
  color: var(--base-green);
  font-family: var(--h_bold);
  font-weight: 600;
  text-decoration: none;
  display: block;
  background-color: var(--light-green);
  border: solid 1px var(--base-green);
  border-radius: 5px;
  padding: 12px 0;
  position: relative;
}
.btn_area a::before,
.btn_area a::after,
.fix_btn.active a::before,
.fix_btn.active a::after{
  content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.btn_area a::before,
.fix_btn.active a::before{
	right: 11px;
	width: 12px;
	height: 2px;
	background: var(--base-green);
}
.btn_area a::after,
.fix_btn.active a::after{
	right: 11px;
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--base-green);
	border-right: 2px solid var(--base-green);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.last_box .btn_area{
  margin-top: 30px;
}

.fix_btn{
width: 375px;
text-align: center;
height: 65px;
position: sticky;
bottom: 10px;
}
.fix_btn a{
  pointer-events: none;
  width: 98%;
  height: 100%;
  font-size: 16px;
  font-family: var(--h_bold);
  font-weight: 600;
  text-decoration: none;
  display: block;
  color: #fff;
  background-color:var(--base-green);
  border-bottom: 5px solid #222;
border-radius: 5px;
background-image: url(../img/btn_icon.svg);
background-size: 20px 25px;
background-position: left 4% center;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;
}
.fix_btn a span{
  display: inline-block;
  font-size: 13px;
  border: solid 1px #fff;
  border-radius: 2px;
  padding: 0 5px;
}
.fix_btn.active a{
  pointer-events:painted;
  position: relative;
}
.fix_btn.active a::after{
  border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.fix_btn.active a::before{
  background: #fff;
  width: 14px;
}
.fix_btn.close a{
  background-color:#808080;
}
.fix_btn.close a span{
  font-weight: 300;
  border: none;
  display: block;
}

  
/* ====================================
  responsive
==================================== */
@media screen and (max-width:767px) {
  .ecoff_online__cont_wrap{
    padding-top: 0;
  }
.ecoff_online__cont{
width: 100%;
}
.logo_img {
  top: -30px;
}
.menu_wrap, .hamburger_wrap{
  width: 100%;
  top: 52px;
}
.fix_btn{
  width: 100%;
}
.fix_btn a{
  width: 94%;
}
.Pagetop{
  bottom: 12% !important;
}
}