@charset "UTF-8";
/* ====================================================
style
==================================================== */
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

html {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  font-size: 66%;
}

body {
  font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05rem; 
  color: #2a2a2a;
  width: 100%;
  height: 100%;
  
    /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;*/
}

@media screen and (max-width: 960px) {
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.03em; 
}
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}


address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

.noscript {
  display: none; 
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom; 
}

img[src$=".svg"] {
  width: 100%; 
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden; 
}

.cf:after {
  clear: both; 
}

.cf {
  zoom: 1; 
}

ul, li {
  list-style: none; 
}

a {
  color: #2a2a2a;
  text-decoration: none;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.col-white {
  color: #fff;
}
.col-green {
  color: #89cb23;
}

.col-gray {
    color: #cccec8;
}

.scrEvent {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.scrEvent.fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}


.tellink {
        display: inline-block;
        font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W6","Hiragino Kaku Gothic Pro", "Noto Sans JP", Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0.08rem; 
  color: #2a2a2a;
}
.tellink:link { color: #2a2a2a;}
.tellink:visited { color: #2a2a2a;}
.tellink:hover { color: #2a2a2a;}
.tellink:active{ color: #2a2a2a;}


.inner, .work_head, .scheme_head, .company_inner {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
}

.center-left {
    text-align: center;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
.center-left {
    text-align: left;
}
}

@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc768 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp768 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pc640 {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .sp640 {
    display: none;
  }
}


@media screen and (min-width: 768px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    display: inline-block;
  }
}


/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
Header
==================================================== */
.menu-bar {
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 25px;
  width: 32px;
  height: 25px;
}

@media screen and (max-width: 1190px) {
  .menu-bar {
    display: block;
    top: 20px;
  }
}

@media screen and (max-width: 540px) {
  .menu-bar {
    top: 17px;
  }
}

.menu-bar i {
  width: 32px;
  display: block;
  height: 2px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #bbcce9; /*89cb23*/
}

.menu-bar i:last-child {
  margin-bottom: 0;
}

.menu-bar.on i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-bar.on i:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 10px;
}

.menu-bar.on i:nth-child(2) {
  display: none;
}

.menu-bar.on i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 10px;
}



#main-header {
  position: fixed;
  width: 100%;
  top: 10px;
  left: 0;
  z-index: 99;
  background: transparent;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;

}

@media screen and (max-width: 1190px) {
 #main-header {
  top: 0;
    background: #fff;
}
}


#main-header .flex-header {
     position: relative;
     width: 96%;
     max-width: 1200px;
     margin: 0 auto;
     padding: 15px 40px;
     background: rgba(255, 255, 255, 1.0); 
     border-radius: 39px;
	-webkit-border-radius: 39px;
	-moz-border-radius: 39px;
}


@media screen and (max-width: 1190px) {
  #main-header .flex-header {
    position: relative;
     width: 100%;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 1.0); 
     border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;


           display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
}
@media screen and (max-width: 540px) {
  #main-header .flex-header {
    padding: 6px 15px;
}
}


#main-header .flex-header .logo {
  width: 200px;
   float: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#main-header .flex-header .logo:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1190px) {
  #main-header .flex-header .logo {
    width:180px;
    float: none;
  }
}
@media screen and (max-width: 500px) {
  #main-header .flex-header .logo {
    margin-left: -135px;
  }
}


#main-header .flex-header .navGlobal {
        float: right;
}

@media screen and (max-width: 1190px) {
  #main-header .flex-header .navGlobal {
    float: none;
    background: #fff;
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    padding: 30px 0;
    height: calc(100vh - 62px);
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
  }
}
@media screen and (max-width: 540px) {
  #main-header .flex-header .navGlobal {
    top: 54px;
    padding: 20px 0;
    height: calc(100vh - 54px);
  }
}


#main-header .flex-header .navGlobal .navGlobalIn {
  display: inline-block;
    float: left;
}

@media screen and (max-width: 1190px) {
  #main-header .flex-header .navGlobal .navGlobalIn {
    display: block;
    padding: 0;
    float: none;
  }
}


#main-header .flex-header .navGlobal .navGlobalIn li {
  display: inline-block;
  padding: 0 15px;
  text-align: center;
   float: left;
}


#main-header .flex-header .navGlobal .navGlobalIn li a {
  color: #333;
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0.04rem; 
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#main-header .flex-header .navGlobal .navGlobalIn li.col-orange {
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
   float: left;
   background: #ffc63c;
   margin-top: 10px;
    border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
#main-header .flex-header .navGlobal .navGlobalIn li.col-orange a {
     color: #fff;
      line-height: 1;
}

#main-header .flex-header .navGlobal .navGlobalIn li a.active {
    color: #2a2a2a;
}

#main-header .flex-header .navGlobal .navGlobalIn li a:hover {
  color: #C2C1C1; 
}


@media screen and (max-width: 1190px) {
#main-header .flex-header .navGlobal .navGlobalIn li {
  display: block;
  padding: 0;
   width: 100%;
   float: none;
}
  #main-header .flex-header .navGlobal .navGlobalIn li a {
    padding: 10px 0;
    border-top: 1px dotted #efefef;
   font-size: 16px;
  font-size: 1.6rem;
  }
  
  #main-header .flex-header .navGlobal .navGlobalIn li a.active {
    color: #A0CAEC;
}
#main-header .flex-header .navGlobal .navGlobalIn li.col-orange {
  display: block;
  padding: 0;
   float: none;
   background: #ffc63c;
   margin-top: 0;
    border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
}
#main-header .flex-header .navGlobal .navGlobalIn li.col-orange a {
      line-height: 48px;
}
}


@media screen and (max-width: 767px) {
  #main-header .flex-header .navGlobal .navGlobalIn li a {
    padding: 14px 0;
  }
 
  #main-header .flex-header .navGlobal .navGlobalIn li a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.03rem;
}
#main-header .flex-header .navGlobal .navGlobalIn li.col-orange a {
      line-height: 1.3;
}
}


#main-header.on {
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  top: 0;
}

#main-header.on .navGlobalIn a {
  color: #2a2a2a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#main-header.on .navGlobalIn a.active {
     color: #A0CAEC!important;
}

#main-header.on .navGlobalIn a:hover {
  color: #A0CAEC;
}



/***FOOT***/

.foot-block {
       position: relative;
       display: block;
       width: 100%;
       background: #e4f2e1;
       font-size: 90%;
}
.pt50 {
    padding-top: 50px;
}
ul.foot {
        position: relative;
       display: block;
       width: 100%;
       margin: 0 auto;
       padding: 0 0 70px;
}
ul.foot li {
       position: relative;
       width: 33.3%;
       float: left;
       text-align: center;
}
ul.foot li .image{
       position: relative;
       width: 100%;
       overflow: hidden;
}
ul.foot li .image img{
  width: 100%;
  transition-duration: 0.4s;
}
ul.foot li .image:hover img{
  transform: scale(1.1);
}
ul.foot li .foot-boxs3 {
       position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

ul.foot li .title {
      color: #fff;
      font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 35px;
    font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: 0.2rem;
}

ul.foot li .title span {
       display: block;
       font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro", "Noto Sans JP", Arial, sans-serif;
       font-size: 14px;
       font-size: 1.4rem;
        font-weight: normal;
        line-height: 1.0;
        letter-spacing: 0.12rem; 
}

ul.foot li a.btn2 {
     display: block;
     margin: 13px auto 0;
     text-align: center;
}

.foot-block .txt-tel {
        display: block;
       margin: 20px auto 0;
       text-align: center;
       font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W6","Hiragino Kaku Gothic Pro", "Noto Sans JP", Arial, sans-serif;
  font-weight: bold;
        font-size: 17px;
  font-size: 1.7rem;
}

.foot-block .txt-tel i {
      padding-left: 10px;
      font-weight: 400;
        font-size: 23px;
  font-size: 2.3rem;
}

.foot-block .txt-days {
        display: block;
       margin: 10px auto 70px;
       text-align: center;
}

.foot-block .txt-days span {
        display: inline-block;
       padding: 4px 20px;
       text-align: center;
       /*font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W6","Hiragino Kaku Gothic Pro", "Noto Sans JP", Arial, sans-serif;
  font-weight: bold;*/
        font-size: 14px;
  font-size: 1.4rem;
       background: #c9dfc5;
       border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
        letter-spacing: 0;
}



@media screen and (max-width: 1100px) {
.pt50 {
    padding-top: 40px;
}
ul.foot {
        position: relative;
       display: block;
       width: 100%;
       margin: 0 auto;
       padding: 0 0 50px;
}
ul.foot li {
       position: relative;
       width: 33.3%;
       float: left;
       text-align: center;
}
ul.foot li .image{
       position: relative;
       width: 100%;
       overflow: hidden;
}
ul.foot li .image img{
  width: 100%;
  transition-duration: 0.4s;
}
ul.foot li .image:hover img{
  transform: scale(1.1);
}
ul.foot li .foot-boxs3 {
       position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

ul.foot li .title {
    font-weight: 700;
    font-size: 28px;
    font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.16rem;
}

ul.foot li .title span {
       font-size: 13px;
       font-size: 1.3rem;
        font-weight: normal;
        line-height: 1.0;
        letter-spacing: 0.12rem; 
}

ul.foot li a.btn2 {
     display: block;
     margin: 8px auto 0;
     text-align: center;
}

.foot-block .txt-tel {
        display: block;
       margin: 20px auto 0;
       text-align: center;
       font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W6","Hiragino Kaku Gothic Pro", "Noto Sans JP", Arial, sans-serif;
  font-weight: bold;
        font-size: 17px;
  font-size: 1.7rem;
}

.foot-block .txt-tel i {
      padding-left: 10px;
      font-weight: 400;
        font-size: 23px;
  font-size: 2.3rem;
}

.foot-block .txt-days {
        display: block;
       margin: 10px auto 50px;
       text-align: center;
}

.foot-block .txt-days span {
        display: inline-block;
       padding: 4px 20px;
       text-align: center;
       /*font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W6","Hiragino Kaku Gothic Pro", "Noto Sans JP", Arial, sans-serif;
  font-weight: bold;*/
        font-size: 14px;
  font-size: 1.4rem;
       background: #c9dfc5;
       border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
        letter-spacing: 0;
}

}

@media screen and (max-width: 960px) {
.foot-block {
     padding-bottom: 44px;
}
ul.foot {
        position: relative;
       display: block;
       width: 90%;
       margin: 0 auto;
       padding: 50px 0;
}
ul.foot li {
       position: relative;
       width: 100%;
       margin: 0 auto 10px;
       float: none;
       text-align: center;
}
ul.foot li:last-child {
         margin: 0 auto;
}


ul.foot li .foot-boxs3 {
       position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

ul.foot li .title {
    font-size: 32px;
    font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.24rem;
}

ul.foot li .title span {
       font-size: 13px;
       font-size: 1.3rem;
        line-height: 1.0;
        letter-spacing: 0.1rem; 
}

ul.foot li a.btn2 {
     display: block;
     margin: 8px auto 0;
     text-align: center;
}

.foot-block .txt-tel {
        display: block;
       margin: 20px auto 0;
       text-align: center;
       font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W6","Hiragino Kaku Gothic Pro", "Noto Sans JP", Arial, sans-serif;
  font-weight: bold;
        font-size: 17px;
  font-size: 1.7rem;
}

.foot-block .txt-tel i {
      padding-left: 10px;
      font-weight: 400;
        font-size: 23px;
  font-size: 2.3rem;
}

.foot-block .txt-days {
        display: block;
       margin: 10px auto 50px;
       text-align: center;
}

.foot-block .txt-days span {
        display: inline-block;
       padding: 4px 20px;
       text-align: center;
        font-size: 14px;
  font-size: 1.4rem;
       background: #c9dfc5;
       border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
        letter-spacing: 0;
}

}


@media screen and (max-width: 768px) {
.pt50 {
    padding-top: 30px;
}

ul.foot {
        position: relative;
       display: block;
       width: 100%;
       margin: 0 auto;
       padding: 40px 20px 20px;
}
ul.foot li {
       margin: 0 auto 5px;
}
ul.foot li .title {
    font-size: 25px;
    font-size: 2.5rem;
  line-height: 1.0;
  letter-spacing: 0.03rem;
}

ul.foot li .title span {
       font-size: 12px;
       font-size: 1.2rem;
        line-height: 1.0;
        letter-spacing: 0.06rem; 
}
ul.foot li a.btn2 {
     display: block;
     margin: 5px auto 0;
     text-align: center;
}
.foot-block .txt-tel {
       margin: 20px auto 0;
        font-size: 13px;
  font-size: 1.3rem;
}
.foot-block .txt-days {
        display: block;
       margin: 5px auto 40px;
       text-align: center;
}

.foot-block .txt-days span {
        display: inline-block;
       padding: 4px 20px;
        font-size: 10px;
  font-size: 1.0rem;
       border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

}





.foot-block .info-box {
         position: relative;
         width: 100%;
         background: #89cb23;
        color: #fff;
        padding: 50px 0;
}


.foot-block .info-box .left {
     width: 40%;
     float: left;
     font-size: 80%;
}
.foot-block .info-box .left .foot-logo {
       display: block;
       width: 70%;
       max-width: 500px;
       margin-bottom: 15px;
}
.foot-block .info-box .left i {
       padding-right: 3px;
       color: #fff;
}
.foot-block .info-box .left a {
       color: #fff;
}
.foot-block .info-box .left a:hover {
       color: #6fa915;
}

.foot-block .info-box .right {
     width: 60%;
     float: right;
     text-align: right;
}
.foot-block .info-box .right ul.foot-navi {
       position: relative;
       width: 100%;
}

.foot-block .info-box .right ul.foot-navi li {
       display: inline-block;
       padding: 0 13px 0 0;
}

.foot-block .info-box .right ul.foot-navi li a {
  font-family: 'Karla', sans-serif;
       font-weight: 700;
       font-size: 14px;
       font-size: 1.4rem;
       letter-spacing: 0.04rem;
       color: #fff;
       -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}
.foot-block .info-box .right ul.foot-navi li a:hover {
      color: #6fa915;
}

.foot-block .info-box .right ul.foot-navi li:last-child {
        padding: 0;
}


.foot-block .info-box .end-copy-right {
        font-family: 'Karla', sans-serif;
       font-weight: 700;
       font-size: 11px;
       font-size: 1.1rem;
       letter-spacing: 0;
       text-align: right;
       color: #6fa915;
       position: absolute;
       right: 20px;
       bottom: 0;
}

@media screen and (max-width: 1280px) {
.foot-block .info-box .left {
     width: 32%;
     padding-right: 10px;
}
.foot-block .info-box .left .foot-logo {
       display: block;
       width: 100%;
       max-width: 500px;
       margin-bottom: 15px;
}

.foot-block .info-box .right {
     width: 68%;
}
}

@media screen and (max-width: 1130px) {
.foot-block .info-box {
        padding: 30px 0;
}

.foot-block .info-box .left {
     width: 100%;
     float: none;
     font-size: 80%;
     text-align: center;
}
.foot-block .info-box .left .foot-logo {
       display: block;
       width: 65%;
       max-width: 420px;
       margin: 0 auto 15px;
       text-align: center;
}

.foot-block .info-box .right {
     width: 100%;
     float: none;
     text-align: left;
}
.foot-block .info-box .right ul.foot-navi {
       position: relative;
       width: 100%;
       display: block;
       margin: 20px auto;
       text-align: center;
       border-top: solid 1px #7FBF18;
       padding: 20px 20px 0;
}
.foot-block .info-box .right ul.foot-navi li {
       display: inline-block;
       padding: 0 10px;
}

.foot-block .info-box .right ul.foot-navi li:last-child {
        padding: 0 10px;
}


.foot-block .info-box .end-copy-right {
        display: block;
        width: 100%;
        font-family: 'Karla', sans-serif;
       font-weight: 700;
       font-size: 11px;
       font-size: 1.1rem;
       letter-spacing: 0;
       text-align: center;
       color: #6fa915;
       position: absolute;
       right: auto;
       bottom: -35px;
       left: 50%;
       transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
}


@media screen and (max-width: 768px) {
.foot-block .info-box {
        padding: 25px 0 30px;
}

.foot-block .info-box .left .foot-logo {
       display: block;
       width: 80%;
       max-width: 420px;
       margin: 0 auto 10px;
       text-align: center;
}
.foot-block .info-box .right ul.foot-navi {
       margin: 10px auto;
       text-align: center;
       padding: 10px 0 0;
}
.foot-block .info-box .right ul.foot-navi li {
       display: inline-block;
       padding: 0 2px;
}

.foot-block .info-box .right ul.foot-navi li:last-child {
        padding: 0 2px;
}
.foot-block .info-box .right ul.foot-navi li a {
       font-size: 11px;
       font-size: 1.1rem;
       letter-spacing: 0;
}
.foot-block .info-box .end-copy-right {
       font-weight: 400;
       font-size: 9px;
       font-size: 0.9rem;
       bottom: -27px;
       letter-spacing: 0;
}
}

#page-top {
    position: fixed;
    bottom: 219px;
    right: 20px;
    z-index: 10;
    margin-bottom: -25px;
    display: none;
}
#page-top a {
    background-color: rgba(255,255,255,1.0);
    text-decoration: none;
    color: #3dbe23;
    width: 50px;
   height: 50px;
    line-height: 50px;
    font-size: 2rem;
    text-align: center;
    display: block;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#page-top a:hover {
    text-decoration: none;
    background-color: #6fa915;
    color: #fff;
}

@media screen and (max-width: 1130px) {
#page-top {
    bottom: 270px;
    right: 20px;
    margin-bottom: -25px;
}
}

@media screen and (max-width: 960px) {
#page-top {
    bottom: 55px;
    margin-bottom: 0;
}
}

@media screen and (max-width: 768px) {
#page-top {
    bottom: 55px;
    right: 10px;
    margin-bottom: 0;
    z-index:11;
}
#page-top a {
    background-color: rgba(255,255,255,0.9);
    width: 30px;
   height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,1.0);
    color: #3dbe23;
}
}



.footbtn {
   display: none;
   position: fixed;  
    bottom: 0;  
    left: 0;  
   width: 100%;
   height: auto;
   text-align: center;
   z-index: 9;
}

.footbtn a {
     font-family: 'Karla', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04rem; 
    color: #fff;
    line-height: 1;
}
.footbtn a i {
      font-size: 15px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    padding-right: 5px;
}


.foot01 {
	background: #cfa7cc;
        width: 33.3%;
        /*height: 60px;*/
        padding: 10px 0;
        float: left;
        text-align: center;
}

.foot02 {
	background: #ffc63c;
        width: 33.3%;
       /* height: 60px;*/
        padding: 10px 0;
        float: left;
        text-align: center;
}
.foot03 {
	background: #a0caec;
        width: 33.3%;
       /* height: 60px;*/
        padding: 10px 0;
        float: left;
        text-align: center;
}
