@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a:hover img {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

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

html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #000000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

ul,
ol,
li {
  list-style: none;
}

.file {
  border-top: 1px dotted #cccccc;
  margin: 15px 0;
  padding: 10px 0 0;
  text-align: left;
}

.file .pdf {
  background: url(../images/cms/pdf.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .ppt {
  background: url(../images/cms/ppt.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .xls,
.file .xlsx {
  background: url(../images/cms/xls.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .doc,
.file .docx {
  background: url(../images/cms/doc.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

html,
body {
  width: 100%;
  height: 100%;
}

.row {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

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

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1000px;
  }
  header .main_header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    border-bottom: 5px solid #007c42;
    padding: 0 17px 0 15px;
    height: 86px;
  }
  header .main_header h1 {
    font-size: 0;
    padding: 15px 0 11px;
  }
  header .main_header h1 a {
    display: block;
  }
  header .main_header h1 a img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  header .main_header nav ul {
    font-size: 0;
    padding: 31px 0 0;
    min-width: 625px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .main_header nav ul li:nth-of-type(6) {
    margin-right: 0;
  }
  header .main_header nav ul li a {
    color: #000;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding: 0 14px;
    font-style: italic;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
       -moz-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    white-space: nowrap;
  }
  header .main_header nav ul li a:hover {
    opacity: 1;
  }
  header .main_header nav ul li a:hover::before {
    right: 0;
  }
  header .main_header nav ul li a.active::before {
    right: 0;
  }
  header .main_header nav ul li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: -27px;
    background: #fff;
    height: 5px;
    -webkit-transition-property: right;
    -moz-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  header .main_header .right {
    width: 227px;
    padding: 20px 0 0;
  }
  header .main_header .right a {
    display: block;
    font-size: 0;
    position: relative;
    padding-left: 40px;
    pointer-events: none;
    margin-bottom: 6px;
  }
  header .main_header .right a img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  header .main_header .right a:hover {
    opacity: 1;
  }
  header .main_header .right a::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 31px;
    background: url("/common/images/icon_phone.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    left: 0;
    top: 0;
  }
  header .main_header .right span {
    display: block;
    padding-left: 40px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  footer {
    background: #4b4b4b;
    border-top: 5px solid #007c42;
    position: relative;
  }
  footer .main_footer {
    padding: 30px 62px 29px 65px;
  }
  footer .main_footer .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .main_footer .top .left {
    padding-top: 19px;
  }
  footer .main_footer .top .left > a {
    font-size: 0;
    display: block;
    width: 218px;
  }
  footer .main_footer .top .left > a img {
    width: 100%;
    height: auto;
  }
  footer .main_footer .top .left .f_address {
    color: #ffffff;
    text-align: left;
    padding-top: 14px;
  }
  footer .main_footer .top .left .f_address span {
    display: block;
  }
  footer .main_footer .top .left .f_address span a {
    color: #ffffff;
  }
  footer .main_footer .top ul {
    width: 530px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    font-size: 0;
  }
  footer .main_footer .top ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
  }
  footer .main_footer .top ul li:nth-child(even) {
    margin-bottom: 0;
  }
  footer .main_footer .top ul li:nth-child(3), footer .main_footer .top ul li:nth-child(4) {
    padding-left: 35px;
  }
  footer .main_footer .top ul li:nth-child(5), footer .main_footer .top ul li:nth-child(6) {
    padding-left: 17px;
  }
  footer .main_footer .top ul li a {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #fff;
    padding-left: 17px;
    display: inline-block;
    position: relative;
  }
  footer .main_footer .top ul li a:hover {
    opacity: 1;
    color: #007c42;
  }
  footer .main_footer .top ul li a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 9px;
    background: url("/common/images/ag_footer.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  footer .main_footer > p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #fff;
    margin-top: 46px;
    letter-spacing: 0.9px;
  }
  footer .gotocontact {
    position: fixed;
    right: 0;
    top: 115px;
    width: 45px;
    height: 151px;
    background: #fff;
    font-size: 1.4rem;
    line-height: 1;
    color: #007c42;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -moz-border-radius: 5px 0 0 5px;
         border-radius: 5px 0 0 5px;
    -moz-box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.3);
         box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.3);
    padding: 14px;
    text-align: center;
    z-index: 200;
  }
  footer .gotocontact::after {
    position: absolute;
    content: "";
    border-width: 7px;
    border-style: solid;
    border-color: transparent #007c42 transparent transparent;
    bottom: -5px;
    left: -4px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  footer .gotocontact span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: inline-block;
    position: relative;
    padding-top: 24px;
  }
  footer .gotocontact span::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 17px;
    background: url("/common/images/phone_s.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  footer .pagetop {
    position: absolute;
    right: 17px;
    bottom: 19px;
  }
  footer .pagetop a {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
  }
  footer .pagetop a:hover {
    opacity: 1;
  }
  footer .pagetop a:hover::before {
    top: 14px;
  }
  footer .pagetop a::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 9px;
    background: url("/common/images/arrow_pagetop.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .ttl {
    width: 100%;
    position: relative;
  }
  .ttl figure {
    position: relative;
  }
  .ttl figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/common/images/mark.png") repeat;
    z-index: 1;
  }
  .ttl figure img {
    width: 100%;
  }
  .ttl .pos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .ttl .pos .main_ttl {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 12px;
  }
  .ttl .pos .main_ttl h2 {
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 12px;
  }
  .ttl .pos .main_ttl small {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 769px) and (min-width: 751px), print and (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .show_pc {
    display: none !important;
  }
  .ttl {
    width: 100%;
    position: relative;
  }
  .ttl figure {
    position: relative;
  }
  .ttl figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/common/images/mark.png") repeat;
    z-index: 1;
  }
  .ttl figure img {
    width: 100%;
  }
  .ttl .pos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .ttl .pos .main_ttl {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ttl .pos .main_ttl h2 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 1.30208%;
  }
  .ttl .pos .main_ttl small {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
  }
  header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
  }
  header .main_header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border-bottom: 5px solid #007c42;
    padding: 2.73438% 4.55729% 3.25521% 2.73438%;
  }
  header .main_header h1 {
    font-size: 0;
    width: 54.77528%;
  }
  header .main_header nav {
    position: fixed;
    width: 100%;
    height: 0;
    left: 0;
    overflow: scroll;
    background: #007c42;
    z-index: 9999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .main_header nav.open {
    padding-top: 33.59375%;
  }
  header .main_header nav ul li a {
    font-size: 2rem;
    line-height: 1;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 11.06771% 0 8.59375%;
  }
  header .main_header nav ul li a::after {
    position: absolute;
    content: "";
    width: 9.11458%;
    height: 0;
    padding-top: 0.65104%;
    background: #208d5a;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .main_header nav ul li:last-child a::after {
    display: none;
  }
  header .main_header .right {
    position: relative;
    z-index: 100000;
    width: 8.85417%;
  }
  header .main_header .menu_sp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
    width: 100%;
  }
  header .main_header .menu_sp .icon_menu {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 23.5px;
  }
  header .main_header .menu_sp .icon_menu .icon_inner, header .main_header .menu_sp .icon_menu .icon_inner::before, header .main_header .menu_sp .icon_menu .icon_inner::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    -moz-border-radius: 4.5px;
         border-radius: 4.5px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -webkit-transition-duration: 0.15s;
       -moz-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  header .main_header .menu_sp .icon_menu .icon_inner {
    display: block;
    top: 50%;
    height: 4.5px;
    width: 34px;
    background: #007c42;
    -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
    transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
    -moz-transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -moz-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, -moz-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  }
  header .main_header .menu_sp .icon_menu .icon_inner::before {
    content: "";
    display: block;
    top: -9.5px;
    width: 26px;
    -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    -moz-transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -moz-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -moz-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  header .main_header .menu_sp .icon_menu .icon_inner::after {
    content: "";
    display: block;
    bottom: -9.5px;
    width: 26px;
    -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    -moz-transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -moz-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -moz-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  header .main_header .menu_sp.open .icon_menu .icon_inner {
    -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -moz-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -moz-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    background-color: transparent;
  }
  header .main_header .menu_sp.open .icon_menu .icon_inner::before {
    width: 100%;
    background: #fff;
    top: 0;
    -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -moz-transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -moz-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -moz-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .main_header .menu_sp.open .icon_menu .icon_inner::after {
    width: 100%;
    background: #fff;
    bottom: 0;
    -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -moz-transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -moz-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -moz-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  footer {
    background: #4b4b4b;
    border-top: 5px solid #007c42;
    padding: 7.16146% 0 7.16146% 5.20833%;
    position: relative;
  }
  footer .main_footer .left {
    color: #ffffff;
  }
  footer .main_footer .left .f_address .f_tel_fax {
    padding: 1.30208% 0;
  }
  footer .main_footer .left .f_address .f_tel_fax span {
    display: block;
    font-size: 1.5rem;
    padding: 0.65104% 0;
  }
  footer .main_footer .left .f_address .f_tel_fax span a, footer .main_footer .left .f_address .f_tel_fax span:hover, footer .main_footer .left .f_address .f_tel_fax span:link, footer .main_footer .left .f_address .f_tel_fax span:visited {
    color: #ffffff;
    opacity: 100;
  }
  footer .main_footer > p {
    font-size: 1.3rem;
    line-height: 2.3rem;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #fff;
  }
  footer .pagetop {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: auto;
    text-align: right;
  }
  footer .pagetop a {
    position: relative;
    display: inline-block;
    width: 47.5px;
    height: 47.5px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 2px solid #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-indent: -9999px;
    text-align: left;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 20;
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 14.5px;
  }
  footer .pagetop a::before {
    position: absolute;
    content: "";
    width: 14.5px;
    height: 9.5px;
    background: url("/common/images/arrow_pagetop.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
