/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #1D1D1D;
  background: #FFF;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

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;
}

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

fieldset,
img {
  border: 0;
}

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

.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

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;
}

/* to preserve line-height and selector appearance */
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;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
html,
body {
  min-width: 1160px;
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

.font01 {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.font02 {
  font-family: "ta-kakugo-gf-03", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

* {
  letter-spacing: 0.1em;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1160px;
  z-index: 100000000;
}
header .wrapper {
  background-color: rgba(43, 43, 43, 0.85);
}
header .wrapper .logo {
  width: 130px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000;
}
header .wrapper .logo:hover {
  opacity: 1;
}
header .wrapper .logo h1 {
  width: 100%;
  background-color: #fff;
}
header .wrapper .logo h1 img {
  width: 100%;
  display: block;
}
header .wrapper .logo h1 img:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
header .wrapper .gnav ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
}
header .wrapper .gnav ul li {
  width: 137px;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #fff;
}
header .wrapper .gnav ul li a {
  width: 100%;
  height: 87px;
  padding-top: 10px;
  display: block;
  text-decoration: none;
}
header .wrapper .gnav ul li a p {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
header .wrapper .gnav ul li a img {
  width: 40px;
  display: block;
  margin: 5px auto 0;
}
header .wrapper .sidemenu_left {
  width: 130px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  background-image: url(../images/bg_side.png);
  background-size: 100% 100%;
  padding-top: 160px;
}
header .wrapper .sidemenu_left .msg {
  width: 58px;
  display: block;
  margin: 0 auto;
}
header .wrapper .sidemenu_left .snslist {
  width: 130px;
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
}
header .wrapper .sidemenu_left .snslist li + li {
  margin-top: 20px;
}
header .wrapper .sidemenu_left .snslist li a {
  display: block;
  text-decoration: none;
}
header .wrapper .sidemenu_left .snslist li a img {
  width: 53px;
  display: block;
  margin: 0 auto;
}
header .wrapper .sidemenu_left .snslist li a p {
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-top: 3px;
}
header .wrapper .sidemenu_right {
  width: 130px;
  height: calc(100vh - 87px);
  position: fixed;
  top: 87px;
  right: 0;
  z-index: 10000000;
  background-image: url(../images/bg_side.png);
  background-size: 100% 100%;
  padding-top: 90px;
}
header .wrapper .sidemenu_right .btn_entry {
  width: 105px;
  max-width: 85%;
  display: block;
  margin: 0 auto;
}
header .wrapper .sidemenu_right .btn_entry img {
  width: 100%;
  display: block;
}
header .wrapper .sidemenu_right .msg_scroll {
  display: block;
  margin: 70px auto 0;
}
header .wrapper .sidemenu_right .scroll_bar_box {
  width: 1px;
  height: 92px;
  margin: 5px auto 0;
  position: relative;
  overflow: hidden;
}
header .wrapper .sidemenu_right .scroll_bar_box .scroll_bar {
  width: 1px;
  height: 200px;
  background-color: #fff;
  position: absolute;
  top: -200px;
  -webkit-animation: scroll 2.5s ease-in-out infinite;
          animation: scroll 2.5s ease-in-out infinite;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
}
header .ham {
  display: none;
}
header .spmenu {
  display: none;
}

main {
  padding-top: 87px;
}
main section {
  position: relative;
}
main section .idpoint {
  position: absolute;
  top: -86px;
  left: 0;
  width: 1px;
  height: 1px;
}
main section.ttl_section {
  background-image: url(../images/bg_ttl_section.jpg);
  background-size: cover;
  background-position: center center;
  padding: 233px 100px 15px;
  position: relative;
}
main section.ttl_section .wrapper {
  width: 1100px;
  max-width: calc(100% - 240px);
  height: 208px;
  margin: 0 auto;
  background-image: url(../images/bg_ttl.png);
  background-size: 100% 100%;
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  padding-top: 65px;
}
main section.ttl_section .wrapper .logo {
  width: 131px;
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
main section.ttl_section .wrapper h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
main section.ttl_section .wrapper .t01 {
  position: relative;
  z-index: 2;
  color: #009F18;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-top: 3px;
}
main section.ttl_section .swiper-area00 {
  margin-top: 15px;
}
main section.ttl_section .swiper-area00 .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
main section.ttl_section .swiper-area00 .swiper .swiper-wrapper .swiper-slide {
  width: 239px;
  height: 205px;
}
main section.ttl_section .swiper-area00 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section .wrapper .main_ttl_box {
  width: 920px;
  margin: 0 auto;
  padding-top: 40px;
}
main section .wrapper .main_ttl_box dl {
  display: block;
  border-bottom: 1px solid #1D1D1D;
}
main section .wrapper .main_ttl_box dl dt {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  position: relative;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}
main section .wrapper .main_ttl_box dl dt::first-letter {
  color: #009F18;
}
main section .wrapper .main_ttl_box dl dt::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-color: #1D1D1D;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
main section .wrapper .main_ttl_box dl dd {
  display: inline-block;
  vertical-align: top;
  padding-top: 24px;
  padding-left: 15px;
  font-size: 17px;
}

footer {
  margin-top: 100px;
}
footer .wrapper .box01 {
  background-image: url(../images/bg_footer.jpg);
  background-size: cover;
  background-position: center center;
  padding: 20px 0;
}
footer .wrapper .box01 .white {
  width: 920px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px 0 40px;
}
footer .wrapper .box01 .white .t01 {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
footer .wrapper .box01 .white .t02 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-top: 5px;
}
footer .wrapper .box01 .white .t02:first-letter {
  color: #009F18;
}
footer .wrapper .box01 .white .t02::after {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background-color: #009F18;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
footer .wrapper .box01 .white .t03 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-top: 15px;
}
footer .wrapper .box01 .white .t04 {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 170%;
  margin-top: 15px;
}
footer .wrapper .box01 .white ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  margin-top: 30px;
}
footer .wrapper .box01 .white ul li {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin: 0 17px;
}
footer .wrapper .box01 .white ul li a {
  width: 100%;
  display: block;
}
footer .wrapper .box01 .white ul li a img {
  width: 100%;
  display: block;
}
footer .wrapper .box02 {
  background-color: #2B8338;
  margin-top: 60px;
  padding: 20px 0;
}
footer .wrapper .box02 .container {
  width: 1100px;
  max-width: calc(100% - 280px);
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .wrapper .box02 .container .left {
  width: calc(100% - 550px);
  min-width: 400px;
}
footer .wrapper .box02 .container .left .logo {
  width: 360px;
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
footer .wrapper .box02 .container .left .logo img {
  width: 94px;
  display: block;
}
footer .wrapper .box02 .container .left .logo p {
  width: calc(100% - 94px);
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 170%;
}
footer .wrapper .box02 .container .left .t05 {
  color: #fff;
  font-size: 15px;
  line-height: 170%;
  margin-top: 25px;
}
footer .wrapper .box02 .container .left .t05 span {
  display: inline-block;
  margin-left: 20px;
}
footer .wrapper .box02 .container .right {
  width: 550px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
}
footer .wrapper .box02 .container .right ul.menulist03 li {
  padding-left: 85px;
}
footer .wrapper .box02 .container .right ul.menulist03 li::before {
  left: 60px;
}
footer .wrapper .box02 .container .right ul li {
  position: relative;
  padding-left: 25px;
}
footer .wrapper .box02 .container .right ul li + li {
  margin-top: 10px;
}
footer .wrapper .box02 .container .right ul li.no_bar {
  padding-left: 0;
  text-align: right;
}
footer .wrapper .box02 .container .right ul li.no_bar::before {
  display: none;
}
footer .wrapper .box02 .container .right ul li::before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
footer .wrapper .box02 .container .right ul li a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
footer .wrapper .box03 {
  background-color: #EAEAEA;
  padding: 60px 0;
}
footer .wrapper .box03 .swiper-area_footer {
  position: relative;
}
footer .wrapper .box03 .swiper-area_footer .swiper .swiper-wrapper .swiper-slide {
  width: 479px;
}
footer .wrapper .box03 .swiper-area_footer .swiper .swiper-wrapper .swiper-slide .bnr {
  width: 100%;
  display: block;
}
footer .wrapper .box03 .swiper-area_footer .swiper .swiper-wrapper .swiper-slide .bnr img {
  width: 100%;
  display: block;
}
footer .wrapper .box03 .swiper-area_footer .swiper-pagination {
  padding-bottom: 0;
  bottom: -43px;
  z-index: 1000;
}
footer .wrapper .box03 .swiper-area_footer .swiper-pagination span {
  width: 14px;
  height: 14px;
  margin: 0 15px;
  background-color: #fff !important;
  opacity: 1 !important;
}
footer .wrapper .box03 .swiper-area_footer .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #666 !important;
}
footer .wrapper .copy {
  background-color: #2B8338;
  padding: 25px 0;
}
footer .wrapper .copy span {
  display: block;
  width: 920px;
  border-top: 2px solid #fff;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding-top: 25px;
}

.photo_effect_down {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  z-index: -1;
  position: relative;
}
.photo_effect_down.effected {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.photo_effect_right {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  z-index: -1;
  position: relative;
}
.photo_effect_right.effected {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* ------------------------------
 common - width: < 1220px
------------------------------ */
@media screen and (max-width: 1260px) {
  header .wrapper .logo {
    width: 100px;
  }
  header .wrapper .gnav ul li {
    width: 130px;
  }
  header .wrapper .sidemenu_left {
    width: 100px;
  }
  header .wrapper .sidemenu_right {
    width: 100px;
  }
  footer .wrapper .box02 .container .left .t05 {
    font-size: 14px;
  }
}
/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  * {
    letter-spacing: 1px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    z-index: 100000000;
  }
  header .wrapper {
    background-color: transparent;
  }
  header .wrapper .logobox {
    background-color: #fff;
    padding: 5px 0;
  }
  header .wrapper .logobox .logo {
    width: 43px;
    position: static;
    display: block;
    margin: 0 auto;
  }
  header .wrapper .logobox .logo:hover {
    opacity: 1;
  }
  header .wrapper .logobox .logo h1 {
    width: 100%;
    background-color: #fff;
  }
  header .wrapper .logobox .logo h1 img {
    width: 100%;
    display: block;
  }
  header .wrapper .logobox .logo h1 img:hover {
    opacity: 0.6;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .wrapper .sidemenu_left {
    display: none;
  }
  header .wrapper .sidemenu_right {
    display: none;
  }
  header .wrapper .box01 {
    background-color: rgba(33, 33, 33, 0.4);
    padding: 10px 15px;
    position: relative;
  }
  header .wrapper .box01 .t06 {
    font-size: 10px;
    color: #fff;
    line-height: 170%;
  }
  header .wrapper .box01 .btn_line_sp {
    display: block;
    width: 37px;
    position: absolute;
    top: 2px;
    right: 128px;
  }
  header .wrapper .box01 .btn_line_sp img {
    width: 100%;
    display: block;
  }
  header .wrapper .box01 .btn_entry_sp {
    display: block;
    width: 48px;
    position: absolute;
    top: 8px;
    right: 65px;
  }
  header .wrapper .box01 .btn_entry_sp img {
    width: 100%;
    display: block;
  }
  header .ham {
    width: 30px;
    display: block;
    position: fixed;
    right: 15px;
    top: 71px;
  }
  header .spmenu {
    position: absolute;
    background-image: url(../images/bg_spmenu.png);
    background-size: 100% 100%;
    width: 100%;
    height: calc(100vh - 63px);
    top: 63px;
    left: 0;
    z-index: 1000000000;
    overflow-y: scroll;
  }
  header .spmenu .spwrapper {
    padding: 100px 15px 100px;
    overflow-y: auto;
  }
  header .spmenu .spwrapper .close {
    width: 45px;
    display: block;
    position: fixed;
    top: 83px;
    right: 15px;
    z-index: 10000000000000;
  }
  header .spmenu .spwrapper .menulist01 li {
    padding-left: 25px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  header .spmenu .spwrapper .menulist01 li::before {
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 18px;
    left: 0;
  }
  header .spmenu .spwrapper .menulist01 li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    padding: 8px 0;
  }
  header .spmenu .spwrapper .menulist01 li a span {
    font-size: 10px;
    padding-left: 10px;
  }
  header .spmenu .spwrapper .campaign {
    width: 327px;
    max-width: 100%;
    display: block;
    margin: 20px auto 0;
  }
  header .spmenu .spwrapper .price {
    width: 350px;
    max-width: 100%;
    display: block;
    margin: 10px auto 0;
  }
  header .spmenu .spwrapper .btn_lesson {
    width: 350px;
    max-width: 100%;
    display: block;
    margin: 10px auto 0;
  }
  header .spmenu .spwrapper .btn_lesson img {
    width: 100%;
    display: block;
  }
  main {
    padding-top: 63px;
  }
  main section {
    position: relative;
  }
  main section .idpoint {
    position: absolute;
    top: -115px;
    left: 0;
    width: 1px;
    height: 1px;
  }
  main section.ttl_section {
    background-image: url(../images/bg_ttl_section.jpg);
    background-size: cover;
    background-position: center center;
    padding: 12px 0;
    position: relative;
  }
  main section.ttl_section .wrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: url(../images/bg_ttl_sp.png);
    background-size: 100% 100%;
    position: static;
    margin-top: 12px;
    padding: 20px 0 15px;
  }
  main section.ttl_section .wrapper .logo {
    display: none;
  }
  main section.ttl_section .wrapper h2 {
    position: relative;
    z-index: 2;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
  }
  main section.ttl_section .wrapper .t01 {
    position: relative;
    z-index: 2;
    color: #009F18;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 3px;
  }
  main section.ttl_section .swiper-area00 {
    margin-top: 0;
  }
  main section.ttl_section .swiper-area00 .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  main section.ttl_section .swiper-area00 .swiper .swiper-wrapper .swiper-slide {
    width: 170px;
    height: 140px;
  }
  main section.ttl_section .swiper-area00 .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.ttl_section .swiper-area99 {
    margin-top: 12px;
  }
  main section.ttl_section .swiper-area99 .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  main section.ttl_section .swiper-area99 .swiper .swiper-wrapper .swiper-slide {
    width: 170px;
    height: 140px;
  }
  main section.ttl_section .swiper-area99 .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section .wrapper .main_ttl_box {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  main section .wrapper .main_ttl_box dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    border-bottom: 1px solid #1D1D1D;
  }
  main section .wrapper .main_ttl_box dl dt {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    position: relative;
    padding-right: 15px;
  }
  main section .wrapper .main_ttl_box dl dt::first-letter {
    color: #009F18;
  }
  main section .wrapper .main_ttl_box dl dt::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #1D1D1D;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
  }
  main section .wrapper .main_ttl_box dl dd {
    width: 100%;
    padding-left: 15px;
    font-size: 15px;
    padding-top: 0;
  }
  footer {
    margin-top: 60px;
  }
  footer .wrapper .box01 {
    background-image: url(../images/bg_footer_sp.jpg);
    background-size: cover;
    background-position: top 0 center;
    padding: 15px;
  }
  footer .wrapper .box01 .white {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px 20px 20px;
  }
  footer .wrapper .box01 .white .t01 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
  }
  footer .wrapper .box01 .white .t02 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
    margin-top: 5px;
  }
  footer .wrapper .box01 .white .t02:first-letter {
    color: #009F18;
  }
  footer .wrapper .box01 .white .t02::after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: #009F18;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
  footer .wrapper .box01 .white .t03 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
  }
  footer .wrapper .box01 .white .t04 {
    display: none;
  }
  footer .wrapper .box01 .white ul {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    width: 260px;
    margin: 25px auto 0;
  }
  footer .wrapper .box01 .white ul li {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    margin: 0;
  }
  footer .wrapper .box01 .white ul li + li {
    margin-top: 15px;
  }
  footer .wrapper .box01 .white ul li a {
    width: 100%;
    display: block;
  }
  footer .wrapper .box01 .white ul li a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .box02 {
    background-color: #fff;
    margin-top: 40px;
    padding: 20px 0;
  }
  footer .wrapper .box02 .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
  }
  footer .wrapper .box02 .container .left {
    width: 100%;
    min-width: 100%;
  }
  footer .wrapper .box02 .container .left .logo {
    width: 100%;
    text-decoration: none;
    display: block;
  }
  footer .wrapper .box02 .container .left .logo img {
    width: 126px;
    margin: 0 auto;
    display: block;
  }
  footer .wrapper .box02 .container .left .logo p {
    width: 100%;
    color: #1D1D1D;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 170%;
    margin-top: 10px;
  }
  footer .wrapper .box02 .container .left .t05 {
    color: #1D1D1D;
    font-size: 15px;
    line-height: 170%;
    margin-top: 5px;
    text-align: center;
  }
  footer .wrapper .box02 .container .left .t05 span {
    display: block;
    margin-left: 0;
  }
  footer .wrapper .box02 .container .left .t05 a {
    text-decoration: none;
    color: #1D1D1D;
  }
  footer .wrapper .box02 .container .right {
    width: 100%;
    display: block;
    padding-top: 25px;
  }
  footer .wrapper .box02 .container .right ul.menulist03 li {
    padding-left: 25px;
  }
  footer .wrapper .box02 .container .right ul.menulist03 li::before {
    left: 0;
  }
  footer .wrapper .box02 .container .right ul li {
    position: relative;
    padding-left: 25px;
    margin-top: 5px !important;
  }
  footer .wrapper .box02 .container .right ul li.no_bar {
    padding-left: 0;
    text-align: left;
  }
  footer .wrapper .box02 .container .right ul li.no_bar::before {
    display: none;
  }
  footer .wrapper .box02 .container .right ul li::before {
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    background-color: #009F18;
    position: absolute;
    top: 12px;
    left: 0;
  }
  footer .wrapper .box02 .container .right ul li a {
    display: inline-block;
    font-size: 15px;
    color: #1D1D1D;
    text-decoration: none;
  }
  footer .wrapper .box03 {
    background-color: #fff;
    padding: 10px 0 60px;
  }
  footer .wrapper .box03 .swiper-area_footer {
    position: relative;
  }
  footer .wrapper .box03 .swiper-area_footer .swiper .swiper-wrapper .swiper-slide {
    width: 360px;
  }
  footer .wrapper .box03 .swiper-area_footer .swiper .swiper-wrapper .swiper-slide .bnr {
    width: 100%;
    display: block;
  }
  footer .wrapper .box03 .swiper-area_footer .swiper .swiper-wrapper .swiper-slide .bnr img {
    width: 100%;
    display: block;
  }
  footer .wrapper .box03 .swiper-area_footer .swiper-pagination {
    padding-bottom: 0;
    bottom: -43px;
    z-index: 1000;
  }
  footer .wrapper .box03 .swiper-area_footer .swiper-pagination span {
    width: 14px;
    height: 14px;
    margin: 0 7px;
    background-color: #fff !important;
    opacity: 1 !important;
    border: 1px solid #666;
  }
  footer .wrapper .box03 .swiper-area_footer .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #666 !important;
  }
  footer .wrapper .gmap {
    width: calc(100% - 30px);
    height: 260px;
    margin: 0 auto;
  }
  footer .wrapper .btn_fixed {
    width: 100px;
    display: block;
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 1000000;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  footer .wrapper .btn_fixed img {
    width: 100%;
    display: block;
  }
  footer .wrapper .copy {
    background-color: #2B8338;
    padding: 15px 0;
    margin-top: 20px;
  }
  footer .wrapper .copy span {
    display: block;
    width: 100%;
    border: none;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding-top: 0;
  }
}