@charset "UTF-8";
/* = common
----------------------------------- */
body {
  width: 100%;
  height: 100%;
  color: #333;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #e4e4e4;
}

figure {
  margin: 0;
}

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

h3 {
  font-weight: 400;
}

strong {
  font-weight: 600;
}

input::-webkit-input-placeholder {
  font-weight: normal;
}

input:-ms-input-placeholder {
  font-weight: normal;
}

input::-ms-input-placeholder {
  font-weight: normal;
}

input::placeholder {
  font-weight: normal;
}

.container {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
}

#header {
  height: 76px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  position: relative;
}

#header .logo {
  width: 268px;
  height: 37px;
  z-index: 1;
  max-width: calc(30%);
  margin: 0 0 0 26px;
}

@media (max-width: 568px) {
  #header .logo {
    max-width: 80%;
    height: 30px;
  }
}

#header .logo a {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/logo.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  opacity: 1;
}

@media (max-width: 568px) {
  #header .logo a {
    background: url(../img/logo.png) no-repeat center left;
    background-size: contain;
  }
}

#header .logo a:hover {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0.5;
}

#header .gnav {
  max-width: calc(70%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 568px) {
  #header .gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#header .gnav ul {
  height: 100%;
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
  display: table;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 568px) {
  #header .gnav ul {
    display: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    margin-bottom: 20px;
  }
}

#header .gnav ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 10px;
}

@media (max-width: 568px) {
  #header .gnav ul li {
    width: 100%;
    display: block;
    border-bottom: 1px #aaa solid;
    padding: 10px 10px;
  }
}

#header .gnav ul li a {
  color: inherit;
  text-decoration: none;
  height: 100%;
  white-space: nowrap;
  font-size: 18px;
  padding: 5px 8px;
  margin: 0 10px 0px 10px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  display: table-cell;
  width: calc(100% - 16px - 20px);
  position: relative;
}

@media (max-width: 568px) {
  #header .gnav ul li a {
    display: block;
  }
}

#header .gnav ul li a::after {
  content: "";
  width: 0%;
  height: 3px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  position: absolute;
  border-bottom: 3px #33a12b solid;
  right: 0px;
  bottom: -5px;
}

@media (max-width: 568px) {
  #header .gnav ul li a::after {
    border-bottom: none;
    right: 0px;
    bottom: 0px;
    height: 0;
  }
}

#header .gnav ul li a:hover::after, #header .gnav ul li a.active::after {
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  bottom: -5px;
  left: 0px;
}

#header .gnav ul li a:hover::after {
  width: 100%;
}

@media (max-width: 568px) {
  #header .gnav {
    width: 0px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 98;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #header .gnav::before {
    content: url(../img/menu_sp.svg);
    position: fixed;
    right: calc(25px - 10px);
    top: calc(22px - 10px);
    cursor: pointer;
    display: block;
    width: 30px;
    height: 35.58px;
    background: #fff;
    padding: 10px;
    z-index: 99;
  }
  #header .gnav.active {
    background: #fff;
    width: calc(100% - 30px * 2);
    max-width: calc(100%);
    height: 100%;
    z-index: 98;
    padding: 40px 30px 40px 30px;
    margin: 0;
    left: auto;
    right: 0px !important;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #header .gnav.active ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  #header .gnav.active::before {
    content: url(../img/menu_sp_close.svg);
  }
}

#header .btn_to_contact {
  display: block;
  background: #fdbc3f url(../img/ico_arrow_contact.svg) no-repeat 95% center;
  color: #fff;
  margin: 0;
  padding: 0px;
  height: 76px;
  line-height: 76px;
  width: 246px;
  float: right;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

@media (max-width: 568px) {
  #header .btn_to_contact {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}

#header .btn_to_contact a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

#header .btn_to_contact a::after {
  content: "";
  width: 0%;
  height: 0px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  position: absolute;
  border-bottom: none;
  right: 0px;
  bottom: 0px;
}

#header .btn_to_contact:hover {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  background-color: #df3e2f;
}

main {
  padding-bottom: 60px;
  margin: 0 auto;
}

.btn_to_top {
  width: 88px;
  height: 88px;
  position: fixed;
  bottom: 37px;
  right: 37px;
  z-index: 2;
}

@media (max-width: 568px) {
  .btn_to_top {
    width: 50px;
    height: 50px;
    bottom: 70px;
    right: 20px;
  }
}

.btn_to_top a {
  width: 100%;
  height: 100%;
  background: url(../img/btn_to_top.svg) no-repeat center center;
  background-size: cover;
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  opacity: 1;
}

.btn_to_top a:hover {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0.5;
}

footer {
  background-color: #33a12b;
  color: #fff;
  padding: 30px 0px;
}

footer > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer_profile {
  width: calc(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  /*
    .btn_to_contact {
      width: 180px;
      height: 40px;
      margin-bottom: 15px;

      @include sp {
        margin: 0 auto 30px;
      }

      a {
        color: #fff;
        background: #df3e2f url(../img/ico_arrow_w.svg) no-repeat 93% center;
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        line-height: 40px;
        text-decoration: none;
        font-size: 17px;

        transition: all 0.1s ease-out;
        &:hover {
          transition: all 0.1s ease-in;
          background-color: #f49d00;
        }
      }
    }
    */
}

@media (max-width: 568px) {
  footer .footer_profile {
    width: 100%;
    display: block;
    margin-left: 0px;
    text-align: center;
  }
}

footer .footer_profile .logo {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 18px;
}

footer .footer_profile .logo a {
  font-size: 24px;
  color: inherit;
  text-decoration: none;
  margin-right: 30px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  opacity: 1;
}

@media (max-width: 568px) {
  footer .footer_profile .logo a {
    display: block;
    background-size: contain;
  }
}

footer .footer_profile .logo a:hover {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0.5;
}

footer .footer_profile address {
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (max-width: 568px) {
  footer .footer_profile address {
    margin-right: 0px;
    font-size: 14px;
  }
}

footer .copyright {
  font-size: 14px;
}

@media (max-width: 568px) {
  footer .copyright {
    height: 150px;
    line-height: 1.5;
    font-size: 17px;
    padding-top: 40px;
    padding-left: 0px;
    text-align: center;
  }
}

footer .copyright a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

footer .copyright a:hover {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  text-decoration: underline;
}

footer .footer_menu ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 568px) {
  footer .footer_menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 568px) {
  footer .footer_menu ul li {
    font-size: 14px;
  }
}

footer .footer_menu ul li a {
  color: inherit;
  text-decoration: none;
}

footer .footer_menu ul li::after {
  content: "/";
  padding: 0 15px;
}

@media (max-width: 568px) {
  footer .footer_menu ul li::after {
    padding: 0 5px;
  }
}

footer .footer_menu ul li:last-child::after {
  content: "";
}

footer .footer_menu .btn_to_contact a {
  background: #fdbc3f url(../img/ico_arrow_contact.svg) no-repeat 95% center;
  color: #fff;
  text-align: center;
  color: inherit;
  text-decoration: none;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

@media (max-width: 568px) {
  footer .footer_menu .btn_to_contact a {
    font-size: 16px;
  }
}

footer .footer_menu .btn_to_contact a:hover {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  background-color: #df3e2f;
}

dl.table {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 19px;
  line-height: 1.8;
}

dl.table dt {
  width: calc(320px - 40px);
  margin: 0px 10px 10px 0px;
  background: #fff3cc;
  padding: 15px 20px;
}

dl.table dd {
  width: calc(100% - 320px - 10px - 40px);
  margin: 0px 0px 10px 0px;
  background: #eeeeee;
  padding: 15px 20px;
}

.btn_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_to {
  display: block;
  width: 235px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #33a12b url(../img/ico_btn_arrow.svg) no-repeat 93% center;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border: none;
  cursor: pointer;
}

.btn_to:hover {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  background-color: #df3e2f;
}

.btn_to.disabled {
  background: #bcbcbc;
}

@media (max-width: 568px) {
  .btn_to {
    width: 80%;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    margin: 0 auto 10px;
  }
}

.btn_to_prev a {
  background: #f49d00 url(../img/ico_arrow_w_reverse.svg) no-repeat right 93% center;
  background-size: 8px 16px;
}

.btn_to_back a {
  background: #999 url(../img/ico_arrow_w_reverse.svg) no-repeat right 93% center;
  background-size: 8px 16px;
}

/* = loading
------------------------------------ */
#loading {
  position: absolute;
  right: 0%;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #33A12B;
  font-weight: bold;
  display: none;
}

@media (max-width: 568px) {
  #loading {
    top: 52%;
  }
}

#loader_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  background: #FFF url(../img/loading.png) no-repeat center top 45%;
  background-size: 160px;
  z-index: 9999;
  display: none;
}

/* = home
----------------------------------- */
@media (max-width: 568px) {
  #home #header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#home .hero {
  width: 100%;
  height: 950px;
  background: url(../img/hero_image@2x.png) no-repeat center center;
  background-size: cover;
  position: relative;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (max-width: 568px) {
  #home .hero {
    height: calc(350px) !important;
    background-size: 100% !important;
    background-position: top 76px center;
    padding-top: calc(75% + 76px);
  }
}

#home .hero .catch_copy {
  position: absolute;
  color: #fff;
  width: 690px;
  height: 550px;
  left: 0;
  top: calc(50% - 550px / 2);
}

@media (max-width: 568px) {
  #home .hero .catch_copy {
    position: static;
    width: 100%;
    height: 350px;
  }
}

#home .hero .catch_copy::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #2e9127;
  mix-blend-mode: multiply;
  position: absolute;
}

@media (max-width: 568px) {
  #home .hero .catch_copy::before {
    height: 350px;
  }
}

@supports (-ms-ime-align: auto) {
  #home .hero .catch_copy::before {
    background: rgba(5, 90, 0, 0.65);
  }
}

#home .hero .catch_copy .inner {
  width: calc(100% - 50px * 2);
  position: absolute;
  color: #fff;
  padding: 70px 50px;
}

@media (max-width: 568px) {
  #home .hero .catch_copy .inner {
    width: calc(100% - 20px * 2);
    padding: 20px 20px;
  }
}

#home .hero .catch_copy .inner h2 {
  margin: 0px 0px 50px 0px;
  font-weight: 400;
  font-size: 89px;
  text-shadow: 0px 0px 10px #00000080;
  line-height: 1;
}

@media (max-width: 568px) {
  #home .hero .catch_copy .inner h2 {
    text-align: center;
    font-size: 20px;
    margin: 0px 0px 20px 0px;
    text-shadow: none;
  }
}

#home .hero .catch_copy .inner h2 span {
  font-size: 59px;
  display: block;
  margin: 0px 0px 10px 0px;
}

@media (max-width: 568px) {
  #home .hero .catch_copy .inner h2 span {
    display: inline-block;
    font-size: 20px;
  }
}

#home .hero .catch_copy .inner h2 strong {
  font-size: 130px;
  font-weight: 600;
  margin: 0px 15px 0px 0px;
}

@media (max-width: 568px) {
  #home .hero .catch_copy .inner h2 strong {
    font-size: 28px;
    margin: 0px 5px 0px 0px;
  }
}

#home .hero .catch_copy .inner ul {
  margin: 0px 0px 30px 0px;
  padding: 0;
  list-style: none;
}

@media (max-width: 568px) {
  #home .hero .catch_copy .inner ul {
    margin: 0px 0px 20px 0px;
  }
}

#home .hero .catch_copy .inner ul li {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1.9px;
  line-height: 1.5;
  text-shadow: 0px 0px 20px #000000;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 568px) {
  #home .hero .catch_copy .inner ul li {
    font-size: 14px;
    margin-bottom: 10px;
    text-shadow: none;
  }
}

#home .hero .catch_copy .inner ul li::before {
  content: url(../img/ico_check.svg);
  position: absolute;
  left: 0px;
  top: 3px;
}

#home .hero .catch_copy .inner .catch_copy_sub {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-shadow: 0px 0px 20px #000000;
}

@media (max-width: 568px) {
  #home .hero .catch_copy .inner .catch_copy_sub {
    font-size: 12px;
    text-shadow: none;
  }
}

#home #service_profile {
  padding: 56px 0px;
  background: #f1f1f1;
}

#home #service_profile .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 568px) {
  #home #service_profile .container {
    display: block;
  }
}

#home #service_profile .btn_to {
  background-color: rgba(51, 161, 43, 0.95);
}

#home #service_profile .btn_to:hover {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  background-color: #df3e2f;
}

@media (max-width: 568px) {
  #home #service_profile .btn_to {
    width: 100%;
  }
}

#home #service {
  width: calc(49% - 30px * 2);
  background: url(../img/home/bg_service.png) no-repeat center right;
  background-size: cover;
  padding: 40px 30px;
}

@media (max-width: 568px) {
  #home #service {
    position: relative;
    background-position: top center;
    background-size: contain;
    width: calc(100% - 0px * 2);
    padding: 70% 0px 20px;
    margin-bottom: 30px;
  }
}

#home #service h2 {
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  margin: 0px 0 20px 0px;
}

@media (max-width: 568px) {
  #home #service h2 {
    position: absolute;
    top: 30px;
    left: 20px;
  }
}

#home #service h2::before {
  content: "Service";
  font-size: 50px;
  margin-right: 15px;
}

@media (max-width: 568px) {
  #home #service h2::before {
    font-size: 40px;
    margin-right: 0px;
    display: block;
  }
}

#home #service ul {
  background: rgba(255, 255, 255, 0.9);
  list-style: none;
  margin: 0 30px 15px 0px;
  padding: 30px 25px;
  display: inline-block;
}

@media (max-width: 568px) {
  #home #service ul {
    display: block;
    margin: 0 0px 0px 0px;
  }
}

#home #service ul li {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  padding-left: 32px;
}

@media (max-width: 568px) {
  #home #service ul li {
    font-size: 18px;
  }
}

#home #service ul li:last-child {
  margin-bottom: 0;
}

#home #service ul li::before {
  content: url(../img/home/ico_pencil.svg);
  position: absolute;
  top: -3px;
  left: 0px;
}

#home .btn_to_detail {
  display: block;
  width: 235px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: rgba(51, 161, 43, 0.95) url(../img/ico_btn_arrow.svg) no-repeat 93% center;
}

#home #profile {
  width: calc(49% - 40px * 2);
  background: url(../img/home/bg_profile.png) no-repeat center right;
  background-size: cover;
  padding: 40px 40px;
}

@media (max-width: 568px) {
  #home #profile {
    position: relative;
    background-position: top center;
    background-size: contain;
    width: calc(100% - 0px * 2);
    padding: 70% 0px 20px;
  }
}

#home #profile h2 {
  font-weight: 400;
  font-size: 17px;
  margin: 0px 0 20px 0px;
}

@media (max-width: 568px) {
  #home #profile h2 {
    position: absolute;
    top: 30px;
    left: 20px;
  }
}

#home #profile h2::before {
  content: "Profile";
  font-size: 50px;
  margin-right: 15px;
}

@media (max-width: 568px) {
  #home #profile h2::before {
    font-size: 40px;
    margin-right: 0px;
    display: block;
  }
}

#home #profile .text {
  background: rgba(255, 255, 255, 0.9);
  margin: 0 30px 15px 0px;
  padding: 20px;
  display: inline-block;
  width: calc(70% - 20px * 2);
}

@media (max-width: 568px) {
  #home #profile .text {
    width: calc(100% - 20px * 2);
    margin: 0 0px 0px 0px;
  }
}

#home #profile .text h3 {
  font-size: 15px;
  margin: 0 0 10px 0px;
  position: relative;
  padding-left: 45px;
}

@media (max-width: 568px) {
  #home #profile .text h3 {
    text-align: center;
    padding-left: 0;
    margin: 0 0 20px 0;
  }
}

#home #profile .text h3::before {
  content: url(../img/home/ico_helmet.svg);
  position: absolute;
  top: -2px;
  left: 0px;
  margin-right: 0px;
}

@media (max-width: 568px) {
  #home #profile .text h3::before {
    display: block;
    position: static;
    margin-bottom: 10px;
  }
}

#home #profile .text h3 .name {
  font-size: 22px;
  margin-left: 0px;
  white-space: nowrap;
}

@media (max-width: 568px) {
  #home #profile .text h3 .name {
    display: block;
    margin-left: 0px;
  }
}

#home #profile .text p {
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 1.7;
}

#home #blog {
  background: #fff;
  padding: 50px 30px 70px;
}

#home #blog h2 {
  font-weight: 400;
  font-size: 17px;
  margin: 0px 0 15px 0px;
  position: relative;
}

@media (max-width: 568px) {
  #home #blog h2 {
    text-align: center;
  }
}

#home #blog h2::before {
  content: "Column";
  font-size: 50px;
  margin-right: 15px;
}

@media (max-width: 568px) {
  #home #blog h2::before {
    display: block;
    font-size: 40px;
  }
}

#home #blog h2 .btn_to {
  position: absolute;
  font-size: 15px;
  width: 188px;
  height: 38px;
  line-height: 38px;
  top: 15px;
  left: 340px;
  margin: 0;
}

@media (max-width: 568px) {
  #home #blog h2 .btn_to {
    position: static;
    margin: 20px auto 20px;
  }
}

#home #blog .post_list {
  width: 100%;
  position: relative;
}

#home #blog .post_list .post {
  width: 243px;
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #fff;
  margin: 10px 15px 0;
}

#home #blog .post_list .post a {
  color: inherit;
  text-decoration: none;
}

#home #blog .post_list .post a .post_thumb {
  padding-bottom: 15px;
}

#home #blog .post_list .post a .post_thumb img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

#home #blog .post_list .post a .post_info h3 {
  margin: 0;
  padding: 0px 0px 5px 0px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 568px) {
  #home #blog .post_list .post a .post_info h3 {
    font-size: 16px;
  }
}

#home #blog .post_list .post a .post_info time {
  padding: 0 0px 20px 0px;
  font-size: 14px;
}

@media (max-width: 568px) {
  #home #blog .post_list .post a .post_info time {
    font-size: 14px;
  }
}

#home #blog .post_list .post.new:before {
  z-index: 1;
  top: -10px;
  right: 10px;
  width: 34px;
  height: 48px;
  position: absolute;
  display: block;
  content: "";
  background: url(../img/home/ico_blog_new.svg) no-repeat center center;
}

#home #blog .post_list .post:hover {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

#home #blog .post_list .slick-arrow {
  position: absolute;
  top: -56px;
  right: 0px;
  background: #8e8e8e url(../img/home/ico_blog_arrow.svg) no-repeat center center;
  border: none;
  outline: none;
  width: 27px;
  height: 33px;
  text-indent: 900%;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 568px) {
  #home #blog .post_list .slick-arrow {
    top: 40%;
    right: -20px;
    z-index: 3;
  }
}

#home #blog .post_list .slick-prev {
  right: 36px;
  background-image: url(../img/home/ico_blog_arrow_prev.svg) !important;
}

@media (max-width: 568px) {
  #home #blog .post_list .slick-prev {
    top: 40%;
    left: -20px;
    right: auto;
    z-index: 3;
  }
}

/* = lower page commons
-------------------------------- */
.page {
  padding-top: 76px;
}

.page #header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

.page .hero {
  height: 257px;
  background: url(../img/bg_page_hero.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

@media (max-width: 568px) {
  .page .hero {
    height: 200px;
  }
}

.page .hero .catch_copy {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 55px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 568px) {
  .page .hero .catch_copy {
    left: 35px;
    font-size: 20px;
  }
}

.page .hero .catch_copy::after {
  display: block;
  content: "Safety first.";
  font-size: 15px;
  margin-top: 5px;
}

@media (max-width: 568px) {
  .page .hero .catch_copy::after {
    font-size: 12px;
  }
}

.page #main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 568px) {
  .page #main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse wrap;
            flex-flow: column-reverse wrap;
  }
}

.page #main #content {
  width: 75%;
  background: #fff;
}

@media (max-width: 568px) {
  .page #main #content {
    width: 100%;
  }
}

.page #main #content .section {
  padding: 60px 0;
}

@media (max-width: 568px) {
  .page #main #content .section {
    padding: 30px 0;
  }
}

.page #main #content .section .title {
  font-size: 35px;
  color: #33A12B;
  letter-spacing: 1px;
  text-align: center;
  margin: 0px 0px 45px 0px;
}

@media (max-width: 568px) {
  .page #main #content .section .title {
    font-size: 25px;
    margin: 0px 0px 30px 0px;
  }
}

.page #main #content .section p {
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 568px) {
  .page #main #content .section p {
    font-size: 16px;
    line-height: 1.6;
  }
}

.page #main #sidebar {
  width: 25%;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 568px) {
  .page #main #sidebar {
    width: 100%;
    padding-top: 30px;
  }
}

.page #main #sidebar .container {
  width: 70%;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

@media (max-width: 568px) {
  .page #main #sidebar .container {
    width: 90%;
    position: static;
    text-align: center;
  }
}

.page #main #sidebar header {
  margin-bottom: 60px;
}

@media (max-width: 568px) {
  .page #main #sidebar header {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 568px) {
  .page #main #sidebar nav {
    border-bottom: 1px #aaa dotted;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.page #main #sidebar nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 568px) {
  .page #main #sidebar nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.page #main #sidebar nav ul li {
  margin-bottom: 20px;
}

@media (max-width: 568px) {
  .page #main #sidebar nav ul li {
    width: 48%;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.page #main #sidebar nav ul li a {
  text-decoration: none;
  color: inherit;
}

.page #main #sidebar nav ul li a.active {
  color: #33a12b;
}

.page #main #sidebar .title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 568px) {
  .page #main #sidebar .title {
    margin: 0 auto;
    text-align: center;
  }
}

.page #main #sidebar .title::before {
  content: "Profile";
  display: block;
  margin-bottom: 15px;
  font-size: 36px;
}

@media (max-width: 568px) {
  .page #main #sidebar .title::before {
    font-size: 30px;
    text-align: center;
  }
}

.page #main #sidebar .widget .widget-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0px 0px 16px 0px;
}

.page #main #sidebar .widget ul {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 20px;
  list-style-type: disc;
}

.page #main #sidebar .widget ul li {
  margin-bottom: 15px;
}

@media (max-width: 568px) {
  .page #main #sidebar .widget ul li {
    text-align: left;
  }
}

.page #main #sidebar .widget ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page #main #sidebar .widget ul li a:hover {
  text-decoration: underline;
}

#service .hero {
  background: url(../img/service/bg_page_hero.png) no-repeat center center;
  background-size: cover;
}

#service .hero .catch_copy::after {
  content: "First run, first practice.";
}

#service #main #content .section {
  counter-increment: section;
}

#service #main #content .section .title {
  font-size: 35px;
}

@media (max-width: 568px) {
  #service #main #content .section .title {
    font-size: 24px;
  }
}

#service #main #content .section .title::before {
  content: counter(section, decimal-leading-zero);
  display: block;
  font-size: 60px;
  font-family: Songti TC;
  color: #33a32b66;
}

#service #main #content .section p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  #service #main #content .section p {
    font-size: 16px;
    line-height: 1.6;
  }
}

#service #main #content .section p strong {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(0%, #fff001));
  background: linear-gradient(transparent 10%, #fff001 0%);
}

#service #main #content .section figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 568px) {
  #service #main #content .section figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#service #main #content .section .example {
  background: #f1f1f1;
  text-align: center;
  padding: 20px 30px 40px;
}

#service #main #content .section .example h3 {
  display: inline;
  background: #f1f1f1;
  text-align: center;
  padding: 15px 30px;
  position: relative;
  top: -30px;
  margin: 0;
  color: #33a32b;
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 568px) {
  #service #main #content .section .example h3 {
    font-size: 18px;
  }
}

#service #main #content .section .example ul {
  text-align: left;
  margin: 0;
  list-style: none;
}

@media (max-width: 568px) {
  #service #main #content .section .example ul {
    padding: 0;
  }
}

#service #main #content .section .example ul li {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}

@media (max-width: 568px) {
  #service #main #content .section .example ul li {
    font-size: 16px;
  }
}

#service #main #content .section .example ul li::before {
  content: url(../img/home/ico_pencil.svg);
  position: absolute;
  top: -3px;
  left: 0px;
}

#service #main #content .section:nth-of-type(even) {
  background: #f1f1f1;
}

#service #main #content .section:nth-of-type(even) .example {
  background: #fff;
}

#service #main #content .section:nth-of-type(even) .example h3 {
  background: #fff;
}

#service #main #content #info {
  padding: 60px 0;
  text-align: center;
}

#service #main #content #info .title {
  font-size: 43px;
  text-align: center;
  color: #33a22b;
  font-weight: 600;
  margin: 0px 0px 50px 0px;
}

@media (max-width: 568px) {
  #service #main #content #info .title {
    font-size: 24px;
    width: 90%;
    margin: 0px auto 30px;
  }
  #service #main #content #info .title br {
    display: none;
  }
}

#service #main #content #info p {
  line-height: 1.8;
}

@media (max-width: 568px) {
  #service #main #content #info p {
    width: 90%;
    margin: 0 auto;
    line-height: 1.6;
    text-align: left;
  }
  #service #main #content #info p br {
    display: none;
  }
}

#service #main #content #info p .bold {
  color: #ff0000;
  font-weight: 600;
}

#service #main #content #info p strong {
  font-weight: 600;
}

#service #main #content #info .check_list {
  background: #f8ea9b;
  padding: 30px 40px;
  margin: 0px 0px 30px 0px;
  list-style: none;
  width: calc(643px - 40px * 2);
  margin: 0 auto 40px;
}

@media (max-width: 568px) {
  #service #main #content #info .check_list {
    width: calc(90% - 20px * 2);
    padding: 20px 20px;
  }
}

#service #main #content #info .check_list li {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1.9px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  text-align: left;
}

@media (max-width: 568px) {
  #service #main #content #info .check_list li {
    font-size: 16px;
  }
}

#service #main #content #info .check_list li::before {
  content: url(../img/ico_check_bk.svg);
  position: absolute;
  left: 0px;
  top: 3px;
}

#service #main #content #service_nemu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0 0 80px 0;
  padding: 0;
}

#service #main #content #service_nemu .menu li {
  width: calc(50% - 1px);
  counter-increment: menu;
  border-right: 1px #aaaaaa solid;
  border-bottom: 1px #aaaaaa solid;
  vertical-align: text-bottom;
  position: relative;
}

@media (max-width: 568px) {
  #service #main #content #service_nemu .menu li {
    width: 90%;
    margin: auto;
    border-right: none;
  }
}

#service #main #content #service_nemu .menu li::before {
  content: counter(menu, decimal-leading-zero);
  display: block;
  font-size: 38px;
  font-family: Songti TC;
  color: #33a32b66;
  position: absolute;
  top: 25px;
  left: 25px;
}

#service #main #content #service_nemu .menu li:nth-child(2n) {
  border-right: none;
}

#service #main #content #service_nemu .menu li:last-child {
  border-bottom: none;
}

#service #main #content #service_nemu .menu li:nth-last-child(2) {
  border-bottom: none;
}

@media (max-width: 568px) {
  #service #main #content #service_nemu .menu li:nth-last-child(2) {
    border-bottom: 1px #aaaaaa solid;
  }
}

#service #main #content #service_nemu .menu li:nth-child(1) a {
  background: url(../img/service/ico_service_01.svg) no-repeat top 30px center;
}

#service #main #content #service_nemu .menu li:nth-child(1) a:hover {
  background: #33a32b url(../img/service/ico_service_01_w.svg) no-repeat top 30px center;
}

#service #main #content #service_nemu .menu li:nth-child(2) a {
  background: url(../img/service/ico_service_02.svg) no-repeat top 50px center;
}

#service #main #content #service_nemu .menu li:nth-child(2) a:hover {
  background: #33a32b url(../img/service/ico_service_02_w.svg) no-repeat top 50px center;
}

#service #main #content #service_nemu .menu li:nth-child(3) a {
  background: url(../img/service/ico_service_03.svg) no-repeat top 60px center;
}

#service #main #content #service_nemu .menu li:nth-child(3) a:hover {
  background: #33a32b url(../img/service/ico_service_03_w.svg) no-repeat top 60px center;
}

#service #main #content #service_nemu .menu li:nth-child(4) a {
  background: url(../img/service/ico_service_04.svg) no-repeat top 60px center;
}

#service #main #content #service_nemu .menu li:nth-child(4) a:hover {
  background: #33a32b url(../img/service/ico_service_04_w.svg) no-repeat top 60px center;
}

#service #main #content #service_nemu .menu li:hover::before {
  color: #fff;
}

#service #main #content #service_nemu .menu li:hover a {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  background-color: #33a32b;
  color: #fff;
}

#service #main #content #service_nemu .menu li a {
  display: block;
  width: 100%;
  height: calc(100% - 200px - 30px);
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  color: #33a32b;
  font-weight: 600;
  padding-top: 200px;
  padding-bottom: 30px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#service #main #content #training .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#service #main #content #training .images p {
  width: 48.5%;
}

@media (max-width: 568px) {
  #service #main #content #training .images p {
    width: 100%;
  }
}

#service #main #content #etc {
  text-align: left;
  margin-bottom: 100px;
}

#service #main #content #etc .info {
  margin-bottom: 80px;
}

#service #main #content #etc p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  #service #main #content #etc p {
    font-size: 16px;
    line-height: 1.6;
  }
}

#service #main #content #etc p strong {
  font-weight: 600;
}

#service #main #content .btn_to_contact {
  display: block;
  background: #fdbc3f url(../img/ico_arrow_contact.svg) no-repeat 95% center;
  color: #fff;
  margin: 0;
  padding: 0px;
  height: 50px;
  line-height: 50px;
  width: 305px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  margin: 0 auto;
}

@media (max-width: 568px) {
  #service #main #content .btn_to_contact {
    width: 100%;
    font-size: 18px;
  }
}

#service #main #content .btn_to_contact:hover {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  background-color: #df3e2f;
}

#service #main #content #special_training {
  background: #f1f1f1;
  padding: 60px 30px 40px;
}

@media (max-width: 568px) {
  #service #main #content #special_training {
    padding: 30px 15px 20px;
  }
}

#service #main #content #special_training .title {
  margin: 0px 0px 40px 0px;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 568px) {
  #service #main #content #special_training .title {
    font-size: 22px;
  }
}

#service #main #content #special_training .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#service #main #content #special_training ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 48%;
}

@media (max-width: 568px) {
  #service #main #content #special_training ul {
    width: 100%;
  }
}

#service #main #content #special_training ul li h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
}

#service #main #content #special_training ul li p {
  margin: 0 0 35px 0;
  margin-left: 1em;
  font-size: 16px;
}

#service #main #content #agreement {
  margin-bottom: 80px;
}

#service #main #content #agreement .title {
  text-align: center;
  font-weight: 400;
  margin: 0px 0px 50px 0px;
}

@media (max-width: 568px) {
  #service #main #content #agreement .title {
    font-size: 22px;
  }
}

#service #main #content #agreement .title::before {
  content: "＜";
}

#service #main #content #agreement .title::after {
  content: "＞";
}

#service #main #content #agreement .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 60px;
}

#service #main #content #agreement .inner .support {
  width: 40%;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  #service #main #content #agreement .inner .support {
    width: 100%;
    margin-bottom: 30px;
  }
}

#service #main #content #agreement .inner .support h3 {
  text-align: center;
  font-size: 31px;
  color: #319929;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
}

#service #main #content #agreement .inner .support p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin: 0px 0px 20px 0px;
  color: #319929;
}

#service #main #content #agreement .inner .support figure {
  display: block;
  text-align: center;
  margin: 0px 0px 20px 0px;
}

#service #main #content #agreement .inner .support .notification {
  color: #319929;
  padding: 13px;
  border: 3px solid #319929;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}

#service #main #content #agreement .inner .support .note {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.5;
}

#service #main #content #agreement .inner .support.spot h3 {
  color: #1a7ecf;
}

#service #main #content #agreement .inner .support.spot p {
  color: #1a7ecf;
}

#service #main #content #agreement .inner .support.spot .notification {
  color: #1a7ecf;
  border: 3px solid #1a7ecf;
}

#service #main #content #agreement .inner #support_detail {
  width: calc(90% - 30px * 2);
  border: 3px solid #319929;
  padding: 30px 25px;
  position: relative;
}

@media (max-width: 568px) {
  #service #main #content #agreement .inner #support_detail {
    width: calc(100% - 30px * 2);
  }
}

#service #main #content #agreement .inner #support_detail h3 {
  margin: 0px 0px 25px 0px;
  text-align: center;
  color: #319929;
  font-size: 24px;
  font-weight: 600;
}

#service #main #content #agreement .inner #support_detail h4 {
  margin: 0px 0px 20px 0px;
  font-weight: 500;
  text-align: center;
}

#service #main #content #agreement .inner #support_detail p {
  margin: 0px 0px 0px 0px;
}

#service #main #content #agreement .inner #support_detail ul {
  margin: 0px 0px 15px 0px;
  padding: 0;
  text-align: center;
}

#service #main #content #agreement .inner #support_detail ul li {
  margin-bottom: 5px;
  font-size: 16px;
  display: inline-block;
}

#service #main #content #agreement .inner #support_detail ul li::after {
  content: " / ";
}

#service #main #content #agreement .inner #support_detail ul li:last-child::after {
  content: "";
}

#service #main #content #agreement .inner #support_detail .note {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: center;
}

#service #main #content #agreement .inner #support_detail .benefits {
  text-align: center;
}

#service #main #content #agreement .inner #support_detail .benefits h4 {
  margin: 20px 0px 15px 0px;
  background: #319929;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  font-size: 16px;
}

#service #main #content #agreement .inner #support_detail .benefits p {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}

#service #main #content #agreement .inner #support_detail::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 78.5%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

@media (max-width: 568px) {
  #service #main #content #agreement .inner #support_detail::before {
    left: 50%;
  }
}

#service #main #content #agreement .inner #support_detail::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 78.5%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #319929;
  z-index: 1;
}

@media (max-width: 568px) {
  #service #main #content #agreement .inner #support_detail::after {
    left: 50%;
  }
}

#service #main #sidebar .title::before {
  content: "Service";
}

#profile .link_to {
  color: #3DA635;
  font-size: 18px;
  text-decoration: none;
  padding: 0px 24px 8px 5px;
  border-bottom: 1px #3DA635 solid;
  font-weight: 400;
  background: url(../img/ico_arrow_linkto.svg) no-repeat right 5px top 6px;
}

@media (max-width: 568px) {
  #profile .link_to {
    font-size: 16px;
  }
}

#profile #main #info {
  overflow: hidden;
  padding-bottom: 100px;
}

#profile #main #info .image {
  width: 48%;
  float: right;
  margin-left: 35px;
  display: block;
  -webkit-box-shadow: -20px 20px 0px 0px #F1F1F1;
          box-shadow: -20px 20px 0px 0px #F1F1F1;
  background: #F1F1F1;
}

@media (max-width: 568px) {
  #profile #main #info .image {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
}

#profile #main #info .image img {
  width: 100%;
  height: auto;
}

#profile #main #info .position {
  font-size: 27px;
  font-weight: 400;
}

@media (max-width: 568px) {
  #profile #main #info .position {
    font-size: 20px;
    text-align: center;
  }
}

#profile #main #info .name {
  font-size: 42px;
  font-weight: 600;
}

@media (max-width: 568px) {
  #profile #main #info .name {
    font-size: 30px;
    text-align: center;
  }
}

#profile #main #info .name .en {
  font-size: 20px;
  font-weight: 200;
  margin-left: 30px;
}

@media (max-width: 568px) {
  #profile #main #info .name .en {
    margin-top: 5px;
    font-size: 14px;
    margin-left: 0px;
    display: block;
  }
}

#profile #main #info p {
  font-size: 18px;
}

@media (max-width: 568px) {
  #profile #main #info p {
    font-size: 16px;
  }
}

#profile #main #greeting, #profile #main #history {
  background: #F1F1F1;
}

#profile #main #greeting strong {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(0%, #fff001));
  background: linear-gradient(transparent 10%, #fff001 0%);
}

#profile #main #philosophy dl {
  width: 85%;
  margin: 0 auto 60px;
  padding-bottom: 40px;
  background-image: linear-gradient(to right, #30A227, #30A227 3px, transparent 1px, transparent 4px);
  background-size: 10px 3px;
  background-position: bottom;
  background-repeat: repeat-x;
}

@media (max-width: 568px) {
  #profile #main #philosophy dl {
    width: 100%;
  }
}

#profile #main #philosophy dl dt {
  font-size: 24px;
  color: #30A227;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 568px) {
  #profile #main #philosophy dl dt {
    font-size: 20px;
  }
}

#profile #main #philosophy dl dd {
  margin-left: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 568px) {
  #profile #main #philosophy dl dd {
    font-size: 16px;
    line-height: 1.6;
    margin-left: 0px;
  }
}

#profile #main #philosophy #logomark {
  width: 85%;
  margin: 0 auto;
}

#profile #main #philosophy #logomark figure {
  text-align: center;
  display: block;
  margin-bottom: 40px;
}

#profile #main #philosophy #logomark p {
  text-align: center;
}

#profile #main #history {
  position: relative;
}

#profile #main #history figure {
  width: 224px;
  position: absolute;
  top: 235px;
  right: 20px;
}

#profile #main #history figure img {
  width: 100%;
  height: auto;
}

@media (max-width: 568px) {
  #profile #main #history figure {
    display: none;
  }
}

#profile #main #history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  border-bottom: 1px #aaa solid;
  margin: 0;
  padding-top: 10px;
}

@media (max-width: 568px) {
  #profile #main #history dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

#profile #main #history dl dt {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 14px;
  color: #30A327;
  position: relative;
  top: -6px;
  width: 20%;
}

@media (max-width: 568px) {
  #profile #main #history dl dt {
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

#profile #main #history dl dd {
  width: 80%;
}

@media (max-width: 568px) {
  #profile #main #history dl dd {
    width: 90%;
    margin: auto;
  }
}

#profile #main #history dl dd ul {
  margin: 0;
  border-left: 1px #aaa solid;
  list-style: none;
  padding-bottom: 10px;
}

#profile #main #history dl dd ul li {
  position: relative;
  top: -6px;
  margin-left: -45px;
  margin-bottom: 30px;
  font-size: 18px;
  padding-left: 30px;
  background: url(../img/profile/ico_history_dot.svg) no-repeat left top 6px;
  background-size: 10px;
}

@media (max-width: 568px) {
  #profile #main #history dl dd ul li {
    font-size: 16px;
  }
}

#profile #main #history dl dd ul li h4 {
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 18px;
  background: rgba(241, 241, 241, 0.7);
  display: inline-block;
}

@media (max-width: 568px) {
  #profile #main #history dl dd ul li h4 {
    font-size: 16px;
  }
}

#profile #main #history dl dd ul li h4 strong {
  font-weight: 600;
}

#profile #main #history dl dd ul li p {
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
  background: rgba(241, 241, 241, 0.7);
  display: inline-block;
}

@media (max-width: 568px) {
  #profile #main #history dl dd ul li p {
    font-size: 14px;
  }
}

#profile #main #history dl:not(:first-of-type) {
  padding-top: 0px;
}

#profile #main #history dl:not(:first-of-type) dt {
  padding-top: 50px;
}

@media (max-width: 568px) {
  #profile #main #history dl:not(:first-of-type) dt {
    padding-top: 30px;
  }
}

#profile #main #history dl:not(:first-of-type) dd ul {
  padding-top: 50px;
}

@media (max-width: 568px) {
  #profile #main #history dl:not(:first-of-type) dd ul {
    padding-top: 0px;
  }
}

#profile #main #history dl:last-of-type {
  margin-bottom: 60px;
}

#profile #main #history #results {
  padding: 60px;
  background: #fff;
}

@media (max-width: 568px) {
  #profile #main #history #results {
    padding: 30px;
  }
}

#profile #main #history #results h2 {
  text-align: center;
  margin: 0 0 40px 0;
  font-weight: 600;
}

#profile #main #history #results h2 .note {
  font-size: 75%;
  display: block;
  margin-top: 5px;
}

@media (max-width: 568px) {
  #profile #main #history #results h2 {
    font-size: 20px;
  }
}

#profile #main #history #results .breakdown {
  width: 70%;
  margin: 0 auto;
  line-height: 1.8;
}

@media (max-width: 568px) {
  #profile #main #history #results .breakdown {
    width: 100%;
  }
}

@media (max-width: 568px) and (max-width: 568px) {
  #profile #main #history #results .breakdown {
    font-size: 12px;
  }
}

#profile #main #history #results .breakdown strong {
  font-weight: 600;
}

#contact .hero {
  background: url(../img/contact/bg_page_hero.png) no-repeat center center;
  background-size: cover;
}

#contact .hero .catch_copy::after {
  content: "First run, first practice.";
}

#contact #main #content {
  padding: 60px 0;
}

@media (max-width: 568px) {
  #contact #main #content {
    padding: 0px 0 60px;
  }
}

#contact #main #content .container {
  width: 842px;
}

#contact #main #content .contact_tel {
  background: #F1F1F1;
  padding: 25px 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

@media (max-width: 568px) {
  #contact #main #content .contact_tel {
    margin-bottom: 40px;
  }
}

#contact #main #content .contact_tel .label {
  font-size: 19px;
  font-weight: 600;
  color: #31A22A;
}

#contact #main #content .contact_tel .label .business_hours {
  margin-top: 5px;
  font-size: 14px;
}

@media (max-width: 568px) {
  #contact #main #content .contact_tel .label {
    width: 100%;
    text-align: center;
  }
}

#contact #main #content .contact_tel .phone_number {
  font-size: 45px;
  font-weight: 600;
  color: #31A22A;
  font-family: YuGothic;
}

@media (max-width: 568px) {
  #contact #main #content .contact_tel .phone_number {
    margin-top: 10px;
    font-size: 30px;
    width: 100%;
    text-align: center;
  }
}

#contact #main #content .contact_tel .note {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #AAAAAA solid;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}

#contact #main #content .contact_form {
  margin: 0 auto;
}

@media (max-width: 568px) {
  #contact #main #content .contact_form {
    width: 100%;
  }
}

#contact #main #content .contact_form p {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.8;
}

#contact #main #content .contact_form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin: 0 0 80px 0;
}

@media (max-width: 568px) {
  #contact #main #content .contact_form dl {
    margin: 0 0 40px 0;
  }
}

#contact #main #content .contact_form dl dt {
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0px 20px 0px;
  width: calc(35% - 15px);
  margin-right: 15px;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.5;
}

@media (max-width: 568px) {
  #contact #main #content .contact_form dl dt {
    padding: 10px 30px;
    font-size: 15px;
    width: calc(100% - 30px * 2);
    margin-right: 0px;
    margin-bottom: 5px;
  }
}

#contact #main #content .contact_form dl dt .required {
  background: #FFBA00;
  font-size: 14px;
  padding: 2px 8px;
  position: absolute;
  top: 15px;
  right: 15px;
}

@media (max-width: 568px) {
  #contact #main #content .contact_form dl dt .required {
    top: 8px;
    font-size: 14px;
  }
}

#contact #main #content .contact_form dl dt .note {
  margin-top: 20px;
  font-size: 14px;
}

@media (max-width: 568px) {
  #contact #main #content .contact_form dl dt .note {
    font-size: 13px;
  }
}

#contact #main #content .contact_form dl dd {
  background: #fff;
  margin: 0 0 0 0;
  width: calc(65%);
  margin-bottom: 30px;
  line-height: 1.5;
}

@media (max-width: 568px) {
  #contact #main #content .contact_form dl dd {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

#contact #main #content .contact_form dl dd .form_control {
  font-size: 18px;
  width: calc(100% - 30px * 2);
  height: calc(100% - 15px * 2);
  border: none;
  background: #F1F1F1;
  padding: 15px 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 568px) {
  #contact #main #content .contact_form dl dd .form_control {
    font-size: 15px;
  }
}

#contact #main #content .contact_form dl dd .form_control label {
  margin-right: 20px;
}

#contact #main #content .contact_form dl dd .form_control .text_s {
  width: 10%;
  border: none;
  background: #eee;
}

#contact #main #content .contact_form dl dd .form_control .text_l {
  width: 100%;
  border: none;
  background: #eee;
}

#contact #main #content .contact_form dl dd .form_control .text_etc {
  margin-left: 20px;
  width: 500px;
  max-width: 80%;
}

@media (max-width: 568px) {
  #contact #main #content .contact_form dl dd .form_control .text_etc {
    width: 100%;
  }
}

#contact #main #content .contact_form dl dd textarea {
  height: 250px !important;
}

#contact #main #content .contact_form dl dd .form_control_v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

#contact #main #content .contact_form dl dd .form_control_v label {
  display: block;
  margin-bottom: 10px;
}

#contact #main #content .contact_form dl dd input, #contact #main #content .contact_form dl dd select, #contact #main #content .contact_form dl dd label {
  cursor: pointer;
}

#contact #main #content .contact_form .note {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 60px;
  line-height: 1.5;
  font-size: 14px;
}

#contact #main #content .contact_form .note strong {
  font-weight: 600;
}

#contact #main #content .contact_form .btn_to {
  background-color: #fdbc3f;
}

#contact #main #content .contact_form .btn_to input[type='submit'] {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  width: 100%;
  height: 100%;
}

#contact #main #content .contact_form .btn_to:hover {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  background-color: #df3e2f;
}

#contact #main #content .contact_form .btn_to_back a {
  background: #999 url(../img/ico_btn_arrow_reverse.svg) no-repeat left 7% center;
  background-size: 8px 16px;
  width: 100%;
  height: 100%;
  display: block;
}

#contact #main #content .contact_form .btn_to_back a:hover {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  background-color: #ccc;
}

#contact #main #sidebar .title::before {
  content: "Contact";
}

#blog .hero {
  background: url(../img/blog/bg_page_hero.png) no-repeat center center;
  background-size: cover;
}

#blog .hero .catch_copy::after {
  content: "Safety first.";
}

@media (max-width: 568px) {
  #blog #main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

#blog #main #content {
  padding: 0px 0;
}

#blog #main #content .title {
  border-bottom: 1px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0px 0 50px 0;
  font-size: 36px;
  padding-bottom: 20px;
  border-bottom: 1px #aaa solid;
  text-align: left;
}

@media (max-width: 568px) {
  #blog #main #content .title {
    font-size: 24px;
  }
}

#blog #main #sidebar .title::before {
  content: "Column";
}

#blog #main .post_list {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#blog #main .post_list .post {
  width: 30%;
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #fff;
  margin: 10px 1.5% 30px;
}

@media (max-width: 568px) {
  #blog #main .post_list .post {
    width: calc(50% - 1.5% * 2);
  }
}

#blog #main .post_list .post a {
  color: inherit;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#blog #main .post_list .post a .post_thumb {
  padding-bottom: 15px;
}

#blog #main .post_list .post a .post_thumb img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 568px) {
  #blog #main .post_list .post a .post_thumb img {
    height: 120px;
  }
}

#blog #main .post_list .post a .post_info h3 {
  margin: 0;
  padding: 0px 0px 5px 0px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 568px) {
  #blog #main .post_list .post a .post_info h3 {
    font-size: 16px;
  }
}

#blog #main .post_list .post a .post_info time {
  padding: 0 0px 20px 0px;
  font-size: 14px;
}

@media (max-width: 568px) {
  #blog #main .post_list .post a .post_info time {
    font-size: 14px;
  }
}

#blog #main .post_list .post a:hover {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0.6;
}

#blog #main .post_list .post.new:before {
  z-index: 1;
  top: -10px;
  right: 10px;
  width: 34px;
  height: 48px;
  position: absolute;
  display: block;
  content: "";
  background: url(../img/home/ico_blog_new.svg) no-repeat center center;
}

#blog #main .post_list .post:hover {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

#blog #main .post_list .slick-arrow {
  position: absolute;
  top: -56px;
  right: 0px;
  background: #8e8e8e url(../img/home/ico_blog_arrow.svg) no-repeat center center;
  border: none;
  outline: none;
  width: 27px;
  height: 33px;
  text-indent: 900%;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 568px) {
  #blog #main .post_list .slick-arrow {
    top: 40%;
    right: -20px;
    z-index: 3;
  }
}

#blog #main .post_list .slick-prev {
  right: 36px;
  background-image: url(../img/home/ico_blog_arrow_prev.svg) !important;
}

@media (max-width: 568px) {
  #blog #main .post_list .slick-prev {
    top: 40%;
    left: -20px;
    right: auto;
    z-index: 3;
  }
}

#blog .btn_to {
  margin: 0px 10px 20px;
}

#blog .btn_to a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

#blog .btn_to_list {
  width: 180px;
  max-width: 80%;
  background-image: none;
  margin: 0px 10px 20px;
}

@media (max-width: 568px) {
  #blog .btn_to_list {
    width: 100%;
  }
}

#blog .btn_to_prev {
  background-image: url(../img/ico_btn_arrow_reverse.svg);
  background-repeat: no-repeat;
  background-position: left 7% center;
  background-size: 8px 16px;
}

#blog .btn_to_prev a {
  background: transparent;
}

#blog .disabled {
  background-image: none;
}

.single #main #content {
  padding: 0px 0 !important;
}

.single #main #content .container {
  width: 720px;
  padding-bottom: 60px;
}

.single #main #content .container .title {
  border-bottom: 1px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0px 0 50px 0;
  font-size: 36px;
  padding-bottom: 20px;
  border-bottom: 1px #aaa solid;
  text-align: left;
}

@media (max-width: 568px) {
  .single #main #content .container .title {
    font-size: 24px;
  }
}

.single #main #content .container .post_date {
  text-align: right;
  margin-top: -40px;
  margin-bottom: 50px;
}

.single #main #content .container .post-ratings {
  display: inline;
  width: auto;
}

.single #main #content .container .post_body {
  font-size: 20px;
  line-height: 1.8;
}

@media (max-width: 568px) {
  .single #main #content .container .post_body {
    font-size: 16px;
  }
}

.single #main #content .container .post_body p {
  margin-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */