@charset "UTF-8";
ul,
ol, h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

/*
* font
* --------------------------------------------------*/
html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  font-size: 16px;
}

body {
  font-size: 16px;
}

.ff-en {
  font-family: "Roboto", sans-serif;
}

/*
* base
* --------------------------------------------------*/
/* html
-----------------------------------------------------*/
html {
  font-size: 10px;
}

/* body
-----------------------------------------------------*/
body {
  color: #212121;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-top: 0;
  font-size: 16px;
  background-color: #efede2;
}

img {
  vertical-align: top;
}

.wrap {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-md {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-sm {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 780px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width:767px) {
  .container, .container-md, .container-sm {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > [class*=col-], .row .col {
  padding-left: 15px;
  padding-right: 15px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > [class*=col-],
.row-20 .col {
  padding-left: 10px;
  padding-right: 10px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > [class*=col-], .row-10 .col {
  padding-left: 5px;
  padding-right: 5px;
}

.row-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-0 > [class*=col-], .row-0 .col {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width:767px) {
  .row, .row-10, .row-20 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row > [class*=col-], .row .col, .row-10 > [class*=col-], .row-10 .col, .row-20 > [class*=col-], .row-20 .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .row-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .row-0 > [class*=col-], .row-0 .col {
    padding-left: 0;
    padding-right: 0;
  }
}
.fixed-btn {
  max-width: 1080px;
  width: 100%;
  height: 0;
  margin: 0 auto;
  position: relative;
}
.fixed-btn .drawer-btn-wrap, .fixed-btn .bottom-btns {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.fixed-btn .drawer-btn-wrap {
  position: fixed;
  right: calc(50% - 540px);
  top: calc(50vh - 350px);
  z-index: 100;
}
.fixed-btn .bottom-btns {
  position: fixed;
  right: calc(50% - 560px);
  bottom: calc(50vh - 330px);
  z-index: 80;
}
.fixed-btn .bottom-btns .btn {
  min-width: 280px;
}
@media (max-height: 768px) {
  .fixed-btn .drawer-btn-wrap {
    top: 20px;
  }
  .fixed-btn .bottom-btns {
    bottom: 20px;
  }
}
.fixed-btn.active .drawer-btn-wrap {
  top: 20px;
}
.fixed-btn.active .bottom-btns {
  bottom: 20px;
}

@media (max-width:1140px) {
  .fixed-btn .drawer-btn-wrap {
    right: 30px;
  }
  .fixed-btn .bottom-btns {
    right: 30px;
  }
}
@media (max-width:680px) {
  .fixed-btn .drawer-btn-wrap {
    right: 20px;
    top: 20px;
  }
  .fixed-btn .bottom-btns {
    right: 20px;
    bottom: 30px;
  }
  .fixed-btn .bottom-btns .btn {
    font-size: 1.5rem;
    min-width: 208px;
    height: 35px;
    min-height: 35px;
  }
  .fixed-btn.active .drawer-btn-wrap {
    top: 20px;
  }
  .fixed-btn.active .bottom-btns {
    bottom: 20px;
  }
}
.drawer-btn {
  width: 56px;
  height: 56px;
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 100px;
  background-color: #b4b4b4;
  border: 1px solid transparent;
  z-index: 1030;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.drawer-btn .icon-bar {
  position: absolute;
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 24px;
  height: 17px;
  left: 50%;
  top: 18px;
  -webkit-transform: translate(-50%, 0) rotate(0);
      -ms-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
  overflow: hidden;
  -webkit-transition-property: border-top border-bottom;
  -o-transition-property: border-top border-bottom;
  transition-property: border-top border-bottom;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.drawer-btn .icon-bar::before, .drawer-btn .icon-bar::after {
  content: "";
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  display: block;
  position: absolute;
  height: 1px;
  width: 24px;
  left: 50%;
  top: 7px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0) rotate(0);
      -ms-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.drawer-btn:hover, .drawer-btn:active {
  opacity: 1;
  background-color: #f06885;
}
.drawer-btn.active {
  opacity: 1;
}
.drawer-btn.active .drawer-btn-text.open {
  opacity: 0;
}
.drawer-btn.active .drawer-btn-text.close {
  opacity: 1;
}
.drawer-btn.active .icon-bar {
  border-top: 0;
  border-bottom: 0;
}
.drawer-btn.active .icon-bar::before, .drawer-btn.active .icon-bar::after {
  top: 50%;
}
.drawer-btn.active .icon-bar::before {
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
      -ms-transform: translate(-50%, -50%) rotate(-225deg);
          transform: translate(-50%, -50%) rotate(-225deg);
}
.drawer-btn.active .icon-bar::after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
      -ms-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

@media (max-width:680px) {
  .drawer-btn {
    width: 50px;
    height: 50px;
  }
  .drawer-btn .icon-bar {
    width: 20px;
    height: 15px;
    left: 50%;
    top: 17px;
  }
  .drawer-btn .icon-bar::before, .drawer-btn .icon-bar::after {
    width: 20px;
    top: 6px;
  }
}
.site-footer {
  background-color: #fff;
}
.site-footer .copyright {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  padding: 50px 30px;
}

@media (max-width:680px) {
  .site-footer .copyright {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    padding: 30px 30px 80px;
  }
}
.drawer-wrap {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 90;
  background-color: rgba(239, 237, 226, 0.96);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
}
.drawer-wrap.is-open {
  visibility: visible;
  opacity: 1;
}
.drawer-wrap > .inner {
  max-width: 680px;
  width: 100%;
  padding: 0 20px;
}
.drawer-wrap .btns-wrap .btn-contact {
  margin-top: 30px;
  width: 260px;
}
.drawer-wrap .heading-balloon > .inner {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width:680px) {
  .drawer-wrap .inner {
    max-width: 680px;
    padding: 0 20px;
    max-height: calc(100vh - 40px);
    overflow: auto;
  }
  .drawer-wrap .btns-wrap .btn-contact {
    margin-top: 20px;
    min-width: 208px;
    width: 208px;
  }
  .drawer-wrap .heading-balloon {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .drawer-wrap .heading-balloon > .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.drawer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}
.drawer-menu::after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-image: -o-radial-gradient(#A0A0A0 1px, transparent 1px);
  background-image: radial-gradient(#A0A0A0 1px, transparent 1px);
  background-size: 5px 5px;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.drawer-menu .menu-list {
  width: 50%;
}
.drawer-menu .menu-list li {
  font-size: 2.2rem;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: normal;
}
.drawer-menu .list-icon-square {
  position: relative;
}
.drawer-menu .list-icon-square li {
  padding-left: 0;
}
.drawer-menu .list-icon-square li .link {
  padding-left: 28px;
}
.drawer-menu .list-icon-square li::before {
  width: 18px;
  height: 19px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
}
.drawer-menu .list-icon-square li:nth-child(6n+1)::before {
  background-color: #8dc21f;
}
.drawer-menu .list-icon-square li:nth-child(6n+2)::before {
  background-color: #00b0dd;
}
.drawer-menu .list-icon-square li:nth-child(6n+3)::before {
  background-color: #f29600;
}
.drawer-menu .list-icon-square li:nth-child(6n+4)::before {
  background-color: #dfbd22;
}
.drawer-menu .list-icon-square li:nth-child(6n+5)::before {
  background-color: #f09bad;
}
.drawer-menu .list-icon-square li:nth-child(6n+6)::before {
  background-color: #A1A8A8;
}
.drawer-menu .list-companies {
  padding-left: 60px;
}
.drawer-menu .list-companies li {
  padding: 18px 0;
}
.drawer-menu .list-companies li .link {
  display: inline-block;
}
.drawer-menu .list-companies li .img-logo {
  margin-bottom: 0;
  max-width: 100%;
  display: block;
}

@media (max-width:680px) {
  .drawer-menu {
    display: block;
  }
  .drawer-menu::after {
    content: none;
  }
  .drawer-menu .menu-list {
    width: 244px;
    margin-left: auto;
    margin-right: auto;
  }
  .drawer-menu .menu-list:not(:last-child) {
    padding-bottom: 13px;
    margin-bottom: 15px;
  }
  .drawer-menu .menu-list:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-image: -o-radial-gradient(#A0A0A0 1px, transparent 1px);
    background-image: radial-gradient(#A0A0A0 1px, transparent 1px);
    background-size: 5px 5px;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .drawer-menu .menu-list li {
    font-size: 1.7rem;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: normal;
  }
  .drawer-menu .list-icon-square {
    position: relative;
  }
  .drawer-menu .list-icon-square li {
    padding-left: 0;
  }
  .drawer-menu .list-icon-square li .link {
    padding-left: 32px;
  }
  .drawer-menu .list-icon-square li::before {
    width: 14px;
    height: 14px;
    top: 50%;
    left: 7px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .drawer-menu .list-companies {
    padding-left: 0;
  }
  .drawer-menu .list-companies li {
    padding: 0;
  }
  .drawer-menu .list-companies li .link {
    padding: 10px 0;
  }
  .drawer-menu .list-companies li .img-logo {
    max-width: 100%;
    height: 20px;
    width: auto;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -40px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -40px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #efede2;
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.loading-overlay.is-loading {
  opacity: 1;
  visibility: visible;
}

.scroll-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #fff;
  display: block;
  pointer-events: none;
}

.scroll-viwe {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 1.2s ease-out;
  -o-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.scroll-viwe.js-active {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
}

.mv-bg-pc .top-anime, .mv-bg-sp .top-anime {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.mv-bg-pc .top-anime.is-view, .mv-bg-sp .top-anime.is-view {
  opacity: 1;
  visibility: visible;
}

.mv-bg-pc .top-anime {
  -webkit-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
.mv-bg-pc .top-anime.is-view {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mv-bg-pc .mv-parts01 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mv-bg-pc .mv-parts02 {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mv-bg-pc .mv-parts03 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mv-bg-pc .mv-parts04 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.mv-bg-pc .mv-parts05 {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mv-bg-pc .mv-parts06 {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.mv-bg-pc .mv-parts07 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.mv-bg-pc .mv-parts08 {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.mv-bg-pc .mv-parts09 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.mv-bg-pc .mv-parts10 {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mv-bg-pc .mv-parts05 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.mv-bg-sp .top-anime {
  -webkit-transform: translate(-50%, -34px) !important;
      -ms-transform: translate(-50%, -34px) !important;
          transform: translate(-50%, -34px) !important;
}
.mv-bg-sp .top-anime.is-view {
  -webkit-transform: translate(-50%, 0) !important;
      -ms-transform: translate(-50%, 0) !important;
          transform: translate(-50%, 0) !important;
}
.mv-bg-sp .mv-parts01 {
  -webkit-transition-delay: 0.3;
       -o-transition-delay: 0.3;
          transition-delay: 0.3;
}
.mv-bg-sp .mv-parts02 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mv-bg-sp .mv-parts02 {
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.mv-bg-sp .mv-parts04 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mv-bg-sp .mv-parts04 {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mv-bg-sp .mv-parts06 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.mv-bg-sp .mv-parts07 {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.mv-bg-sp .mv-parts08 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.mv-bg-sp .mv-parts09 {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.mv-bg-sp .mv-parts10 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.mv-bg-sp .mv-parts11 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.mv-bg-sp .mv-parts12 {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.anime-loop01 {
  -webkit-animation: loaderIcon 4s ease-in-out 0s infinite normal none;
          animation: loaderIcon 4s ease-in-out 0s infinite normal none;
}
.anime-loop02 {
  -webkit-animation: loaderIcon 4s ease-in-out 1.6s infinite normal none;
          animation: loaderIcon 4s ease-in-out 1.6s infinite normal none;
}
.anime-loop03 {
  -webkit-animation: loaderIcon 4s ease-in-out 0.8s infinite normal none;
          animation: loaderIcon 4s ease-in-out 0.8s infinite normal none;
}

@-webkit-keyframes loaderIcon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes loaderIcon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* テキスト
-----------------------------------------------------*/
.p {
  margin-bottom: 20px;
}
p {
  margin-bottom: 0;
}
p:not(:last-child) {
  margin-bottom: 20px;
}

em {
  color: #EA6000;
  font-style: normal;
}

strong {
  font-weight: bold;
}

/*リンクテキスト
-----------------------------------------------------*/
a {
  color: #212121;
}

a, input[type=submit], input[type=button], button {
  text-decoration: none;
  outline: none;
}
a:hover, a:active, input[type=submit]:hover, input[type=submit]:active, input[type=button]:hover, input[type=button]:active, button:hover, button:active {
  color: #8c8c8c;
  outline: none;
  text-decoration: none;
  opacity: 0.7;
}
a:focus, a:active, input[type=submit]:focus, input[type=submit]:active, input[type=button]:focus, input[type=button]:active, button:focus, button:active {
  outline: none;
  text-decoration: none;
}
a:active:focus, a:active.focus, a.active:focus, a.active.focus, input[type=submit]:active:focus, input[type=submit]:active.focus, input[type=submit].active:focus, input[type=submit].active.focus, input[type=button]:active:focus, input[type=button]:active.focus, input[type=button].active:focus, input[type=button].active.focus, button:active:focus, button:active.focus, button.active:focus, button.active.focus {
  outline: none;
  text-decoration: none;
}

/* img
-----------------------------------------------------*/
figure {
  margin-bottom: 30px;
}
figure img {
  margin-bottom: 0;
}

img {
  margin-bottom: 30px;
}

/* placeholder
-----------------------------------------------------*/
input:-moz-placeholder-shown, .form-control:-moz-placeholder-shown {
  color: #CDD6DD;
}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #CDD6DD;
}
input:placeholder-shown, .form-control:placeholder-shown {
  color: #CDD6DD;
}
input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #CDD6DD;
}
input:-moz-placeholder, .form-control:-moz-placeholder {
  color: #CDD6DD;
  opacity: 1;
}
input::-moz-placeholder, .form-control::-moz-placeholder {
  color: #CDD6DD;
  opacity: 1;
}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #CDD6DD;
}
input:focus, .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* 見出し
-----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1.8rem;
  font-weight: bold;
  word-wrap: break-word;
  color: #212121;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #212121;
  text-decoration: none;
}

.h2, h2 {
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media (max-width:680px) {
  .h2, h2 {
    font-size: 1.5rem;
  }
}

.h3, h3 {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width:680px) {
  .h3, h3 {
    font-size: 2rem;
    font-weight: bold;
  }
}

.h4, h4 {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width:680px) {
  .h4, h4 {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.h5, h5 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width:680px) {
  .h5, h5 {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

/* table
-----------------------------------------------------*/
.table {
  margin: 0;
  width: 100%;
}
.table tbody tr th, .table tbody tr td, .table thead tr th, .table thead tr td, .table tfoot tr th, .table tfoot tr td {
  vertical-align: top;
  padding: 15px 15px;
}
.table tbody tr th, .table thead tr th, .table tfoot tr th {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ff;
  color: #fff;
}
.table img {
  vertical-align: top;
}
@media (max-width:680px) {
  .table.table-sp-break {
    display: block;
  }
  .table.table-sp-break tbody, .table.table-sp-break thead, .table.table-sp-break tfoot {
    display: block;
  }
  .table.table-sp-break tbody tr, .table.table-sp-break thead tr, .table.table-sp-break tfoot tr {
    display: block;
  }
  .table.table-sp-break tbody tr th, .table.table-sp-break tbody tr td, .table.table-sp-break thead tr th, .table.table-sp-break thead tr td, .table.table-sp-break tfoot tr th, .table.table-sp-break tfoot tr td {
    display: block;
    width: 100%;
  }
}
.table.table-sp-break tbody th, .table.table-sp-break thead th, .table.table-sp-break tfoot th {
  border-top: 0;
  border-bottom: 0;
}
.table.table-sp-break tbody td, .table.table-sp-break thead td, .table.table-sp-break tfoot td {
  border-top: 0;
}

@media (max-width:680px) {
  .table-sp-break {
    display: block;
  }
  .table-sp-break tbody, .table-sp-break thead, .table-sp-break tfoot {
    display: block;
  }
  .table-sp-break tbody tr, .table-sp-break thead tr, .table-sp-break tfoot tr {
    display: block;
  }
  .table-sp-break tbody tr th, .table-sp-break tbody tr td, .table-sp-break thead tr th, .table-sp-break thead tr td, .table-sp-break tfoot tr th, .table-sp-break tfoot tr td {
    display: block;
    width: 100%;
  }
}

/* list
-----------------------------------------------------*/
.ul > li, .ol > li {
  margin-bottom: 0;
  padding-left: 1.2em;
  position: relative;
}
.ul > li:last-child, .ol > li:last-child {
  margin-bottom: 0;
}
.ul > li li, .ol > li li {
  margin-top: 0;
  margin-bottom: 0;
}
.ul > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  top: 0.7em;
  left: 3px;
  margin: 0;
  background-color: #56647F;
}
.ol > li {
  counter-increment: item;
  margin-bottom: 0;
}
.ol > li::before {
  font-size: 1.6rem;
  font-weight: bold;
  content: counter(item) ".";
  color: #56647F;
  position: absolute;
  left: 0;
  padding-right: 0.5em;
}
.entry-contents ul, .entry-contents ol {
  margin-bottom: 20px;
}
.entry-contents ul > li, .entry-contents ol > li {
  margin-bottom: 0;
  padding-left: 1.2em;
  position: relative;
}
.entry-contents ul > li:last-child, .entry-contents ol > li:last-child {
  margin-bottom: 0;
}
.entry-contents ul > li li, .entry-contents ol > li li {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-contents ul > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  top: 0.7em;
  left: 3px;
  margin: 0;
  background-color: #56647F;
}
.entry-contents ol > li {
  counter-increment: item;
  margin-bottom: 0;
}
.entry-contents ol > li::before {
  font-size: 1.6rem;
  font-weight: bold;
  content: counter(item) ".";
  color: #56647F;
  position: absolute;
  left: 0;
  padding-right: 0.5em;
}
/* hr
-----------------------------------------------------*/
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}

.hr-dashed {
  border-top: 1px dashed #212121;
}

.t-wp30 {
  width: 30%;
}

.t-wp25 {
  width: 25%;
}

.t-wp20 {
  width: 20%;
}

.t-wp15 {
  width: 15%;
}

input.form-control, input[type=text], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=url],
textarea.form-control,
textarea[type=text],
textarea[type=email],
textarea[type=number],
textarea[type=password],
textarea[type=search],
textarea[type=tel],
textarea[type=url],
select.form-control,
select[type=text],
select[type=email],
select[type=number],
select[type=password],
select[type=search],
select[type=tel],
select[type=url] {
  border: 1px solif #a0a0a0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 5px 8px;
  font-size: 16px;
  margin-bottom: 10px;
}
input.form-control:last-child, input[type=text]:last-child, input[type=email]:last-child, input[type=number]:last-child, input[type=password]:last-child, input[type=search]:last-child, input[type=tel]:last-child, input[type=url]:last-child,
textarea.form-control:last-child,
textarea[type=text]:last-child,
textarea[type=email]:last-child,
textarea[type=number]:last-child,
textarea[type=password]:last-child,
textarea[type=search]:last-child,
textarea[type=tel]:last-child,
textarea[type=url]:last-child,
select.form-control:last-child,
select[type=text]:last-child,
select[type=email]:last-child,
select[type=number]:last-child,
select[type=password]:last-child,
select[type=search]:last-child,
select[type=tel]:last-child,
select[type=url]:last-child {
  margin-bottom: 0;
}

input.form-control[type=text], input.form-control[type=email], input.form-control[type=number], input.form-control[type=password], input.form-control[type=search], input.form-control[type=tel], input.form-control[type=url] {
  height: 34px;
}

@media (max-width:680px) {
  input.form-control[type=text], input.form-control[type=email], input.form-control[type=number], input.form-control[type=password], input.form-control[type=search], input.form-control[type=tel], input.form-control[type=url] {
    height: 42px;
  }
}
.contact-form {
  position: relative;
}
.contact-form .form-heading {
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #39B54A;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.contact-form p {
  font-size: 1.5rem;
  letter-spacing: normal;
}
.contact-form .img-hours {
  position: absolute;
  width: 90px;
  height: 90px;
  right: 20px;
  top: 20px;
}

@media (max-width:680px) {
  .contact-form .form-heading {
    padding: 5px 10px;
    text-align: left;
  }
  .contact-form p {
    font-size: 1.5rem;
    letter-spacing: normal;
  }
  .contact-form .img-hours {
    position: absolute;
    width: 70px;
    height: 70px;
    right: -10px;
    top: -20px;
  }
}
.icon-double-circle {
  padding-left: 20px;
  position: relative;
}
.icon-double-circle::before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  border: 1px solid #FF0000;
  border-radius: 50px;
  background-color: #fff;
  background-image: -o-radial-gradient(#FF0000 5px, transparent 5px);
  background-image: radial-gradient(#FF0000 5px, transparent 5px);
  background-size: 14px 14px;
  background-position: center center;
  position: absolute;
  top: 7px;
  left: 0;
}

.form-wrap .required-note {
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 5px;
}
.form-wrap .form-group {
  margin: 0 0 20px;
}
.form-wrap .form-group .form-label {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: normal;
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.form-wrap .form-group .form-label::before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 50px;
  background-color: #39B54A;
  position: absolute;
  top: 8px;
  left: 0;
}
.form-wrap .form-group .form-label .required-icon {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF0000;
}
.form-wrap .form-control {
  display: block;
  width: 100%;
  max-width: 100%;
}
.form-wrap .form-row .form-label {
  width: 160px;
  margin: 0;
}
.form-wrap .form-row .form-field {
  width: 560px;
  margin: 0;
}
.form-wrap .form-check-list {
  margin-bottom: 20px;
}
.form-wrap .privacy-text {
  margin-bottom: 20px;
}

@media (max-width:680px) {
  .form-wrap .form-row .form-label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form-wrap .form-row .form-field {
    width: 100%;
  }
}
.form-footer {
  position: relative;
}
.form-footer .anima-gif {
  width: 100px;
  margin-bottom: 0;
  position: absolute;
  top: -15px;
  left: 0;
}

@media (max-width:680px) {
  .form-footer {
    position: relative;
  }
  .form-footer .anima-gif {
    width: 50px;
    margin-bottom: 0;
    position: absolute;
    top: calc(100% - 25px);
    left: -20px;
  }
}
.form-check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 24px;
}
.form-check-list li {
  width: 33.3333%;
}

@media (max-width:680px) {
  .form-check-list {
    font-size: 1.6pxrem;
  }
  .form-check-list li {
    width: 100%;
  }
}
.form-checkbox-item,
.form-radio-item {
  position: relative;
}
.form-checkbox-item .form-check,
.form-checkbox-item .form-radio,
.form-radio-item .form-check,
.form-radio-item .form-radio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form-checkbox-item .check-label,
.form-radio-item .check-label {
  font-size: 1.5rem;
  padding-left: 1.3em;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.form-checkbox-item .check-label::before,
.form-radio-item .check-label::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 0;
}

@media (max-width:680px) {
  .form-checkbox-item .check-label,
.form-radio-item .check-label {
    font-size: 1.6rem;
    min-height: 40px;
    padding-left: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .form-checkbox-item .check-label::before,
.form-radio-item .check-label::before {
    height: 18px;
    width: 18px;
    top: 10px;
  }
}
.form-radio-item .check-label::before {
  border-radius: 50px;
  background-image: -o-radial-gradient(#fff 4px, transparent 4px);
  background-image: radial-gradient(#fff 4px, transparent 4px);
  background-size: 14px 14px;
  background-position: center center;
}
.form-radio-item .form-check:checked + .check-label::before {
  border: 1px solid #5A5A5A;
  background-image: -o-radial-gradient(#5A5A5A 4px, transparent 4px);
  background-image: radial-gradient(#5A5A5A 4px, transparent 4px);
}

.form-checkbox-item .check-label::after {
  content: "";
  position: absolute;
  display: block;
  height: 5px;
  width: 9px;
  border-bottom: 2px solid #5A5A5A;
  border-left: 2px solid #5A5A5A;
  top: 11px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  visibility: hidden;
}
.form-checkbox-item .form-check:checked + .check-label::after {
  visibility: visible;
}

@media (max-width:680px) {
  .form-checkbox-item .check-label::after {
    height: 6px;
    width: 11px;
    top: 15px;
    left: 4px;
  }
}
.privacy-checkbox .check-label {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.privacy-checkbox .check-label::before {
  height: 20px;
  width: 20px;
  top: 4px;
}
.privacy-checkbox .check-label::after {
  height: 7px;
  width: 11px;
  top: 9px;
  left: 5px;
}

.scrollbox {
  border: 1px solid #a0a0a0;
  padding: 20px 0;
  background-color: #fff;
}
.scrollbox > .inner {
  padding: 0 20px;
  max-height: 160px;
  overflow: auto;
}

.btn {
  text-decoration: none;
  font-size: 1.9rem;
  font-weight: normal;
  border-radius: 100px;
  position: relative;
  white-space: normal;
  letter-spacing: 0;
  padding: 5px 10px;
  min-width: 280px;
  width: 100%;
  min-height: 44px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn:focus, .btn:disabled, .btn:visited, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.btn:hover, .btn:active, .btn.touch {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}

@media (max-width:680px) {
  .btn {
    min-width: 200px;
    font-size: 1.5rem;
    font-weight: normal;
    min-height: 35px;
  }
}
.btn {
  background-color: #f29600;
  border: 1px solid #f29600;
  color: #fff;
}
.btn:focus, .btn:disabled, .btn:visited, .btn:focus {
  background-color: #f29600;
  border: 1px solid #f29600;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus {
  background-color: #f29600;
  border: 1px solid #f29600;
  color: #fff;
  opacity: 0.7;
}
.btn:hover, .btn:active, .btn.touch {
  background-color: #f29600;
  border: 1px solid #f29600;
  color: #fff;
  opacity: 0.7;
}

.btn-orange, .btn-primary {
  background-color: #f29600;
  border: 1px solid #f29600;
  color: #fff;
}
.btn-orange:focus, .btn-orange:disabled, .btn-orange:visited, .btn-orange:focus, .btn-primary:focus, .btn-primary:disabled, .btn-primary:visited, .btn-primary:focus {
  background-color: #f29600;
  border: 1px solid #f29600;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #f29600;
  border: 1px solid #f29600;
  color: #fff;
  opacity: 0.7;
}
.btn-orange:hover, .btn-orange:active, .btn-orange.touch, .btn-primary:hover, .btn-primary:active, .btn-primary.touch {
  background-color: #f29600;
  border: 1px solid #f29600;
  color: #fff;
  opacity: 0.7;
}

.btn-pink, .btn-danger, .btn-warning {
  background-color: #f09bad;
  border: 1px solid #f09bad;
  color: #fff;
}
.btn-pink:focus, .btn-pink:disabled, .btn-pink:visited, .btn-pink:focus, .btn-danger:focus, .btn-danger:disabled, .btn-danger:visited, .btn-danger:focus, .btn-warning:focus, .btn-warning:disabled, .btn-warning:visited, .btn-warning:focus {
  background-color: #f09bad;
  border: 1px solid #f09bad;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active:focus {
  background-color: #f09bad;
  border: 1px solid #f09bad;
  color: #fff;
  opacity: 0.7;
}
.btn-pink:hover, .btn-pink:active, .btn-pink.touch, .btn-danger:hover, .btn-danger:active, .btn-danger.touch, .btn-warning:hover, .btn-warning:active, .btn-warning.touch {
  background-color: #f09bad;
  border: 1px solid #f09bad;
  color: #fff;
  opacity: 0.7;
}

.btn-green, .btn-success {
  background-color: #8dc21f;
  border: 1px solid #8dc21f;
  color: #fff;
}
.btn-green:focus, .btn-green:disabled, .btn-green:visited, .btn-green:focus, .btn-success:focus, .btn-success:disabled, .btn-success:visited, .btn-success:focus {
  background-color: #8dc21f;
  border: 1px solid #8dc21f;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .btn-green:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active:focus {
  background-color: #8dc21f;
  border: 1px solid #8dc21f;
  color: #fff;
  opacity: 0.7;
}
.btn-green:hover, .btn-green:active, .btn-green.touch, .btn-success:hover, .btn-success:active, .btn-success.touch {
  background-color: #8dc21f;
  border: 1px solid #8dc21f;
  color: #fff;
  opacity: 0.7;
}

.btn-blue, .btn-info {
  background-color: #00b0dd;
  border: 1px solid #00b0dd;
  color: #fff;
}
.btn-blue:focus, .btn-blue:disabled, .btn-blue:visited, .btn-blue:focus, .btn-info:focus, .btn-info:disabled, .btn-info:visited, .btn-info:focus {
  background-color: #00b0dd;
  border: 1px solid #00b0dd;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active:focus {
  background-color: #00b0dd;
  border: 1px solid #00b0dd;
  color: #fff;
  opacity: 0.7;
}
.btn-blue:hover, .btn-blue:active, .btn-blue.touch, .btn-info:hover, .btn-info:active, .btn-info.touch {
  background-color: #00b0dd;
  border: 1px solid #00b0dd;
  color: #fff;
  opacity: 0.7;
}

.btn-black, .btn-secondary {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}
.btn-black:focus, .btn-black:disabled, .btn-black:visited, .btn-black:focus, .btn-secondary:focus, .btn-secondary:disabled, .btn-secondary:visited, .btn-secondary:focus {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .btn-black:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  opacity: 0.7;
}
.btn-black:hover, .btn-black:active, .btn-black.touch, .btn-secondary:hover, .btn-secondary:active, .btn-secondary.touch {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  opacity: 0.7;
}

.btn-gray {
  background-color: #b4b4b4;
  border: 1px solid #b4b4b4;
  color: #fff;
}
.btn-gray:focus, .btn-gray:disabled, .btn-gray:visited, .btn-gray:focus {
  background-color: #b4b4b4;
  border: 1px solid #b4b4b4;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .btn-gray:not(:disabled):not(.disabled):active:focus {
  background-color: #f06885;
  border: 1px solid #f06885;
  color: #fff;
  opacity: 1;
}
.btn-gray:hover, .btn-gray:active, .btn-gray.touch {
  background-color: #f06885;
  border: 1px solid #f06885;
  color: #fff;
  opacity: 1;
}

.btn-contact {
  background-color: #39B54A;
  border: 1px solid #39B54A;
  color: #fff;
}
.btn-contact:focus, .btn-contact:disabled, .btn-contact:visited, .btn-contact:focus {
  background-color: #39B54A;
  border: 1px solid #39B54A;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-contact:not(:disabled):not(.disabled):active, .btn-contact:not(:disabled):not(.disabled).active, .btn-contact:not(:disabled):not(.disabled):active:focus {
  background-color: #39B54A;
  border: 1px solid #39B54A;
  color: #fff;
  opacity: 0.7;
}
.btn-contact:hover, .btn-contact:active, .btn-contact.touch {
  background-color: #39B54A;
  border: 1px solid #39B54A;
  color: #fff;
  opacity: 0.7;
}

.btn-submit {
  background-color: #fff;
  border: 2px solid #39B54A;
  color: #39B54A;
  font-weight: bold;
  min-width: 260px;
  width: 260px;
}
.btn-submit:focus, .btn-submit:disabled, .btn-submit:visited, .btn-submit:focus {
  background-color: #fff;
  border: 2px solid #39B54A;
  color: #39B54A;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-submit:not(:disabled):not(.disabled):active, .btn-submit:not(:disabled):not(.disabled).active, .btn-submit:not(:disabled):not(.disabled):active:focus {
  background-color: #39B54A;
  border: 2px solid #39B54A;
  color: #fff;
  opacity: 1;
}
.btn-submit:hover, .btn-submit:active, .btn-submit.touch {
  background-color: #39B54A;
  border: 2px solid #39B54A;
  color: #fff;
  opacity: 1;
}

.btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btns-wrap.btns-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.arrow-btn {
  text-decoration: none;
  font-size: 2.3rem;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  background-color: #999;
  color: #fff;
  max-width: 288px;
  width: 100%;
  min-height: 46px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.arrow-btn:focus, .arrow-btn:disabled, .arrow-btn:visited, .arrow-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.arrow-btn:not(:disabled):not(.disabled):active, .arrow-btn:not(:disabled):not(.disabled).active, .arrow-btn:not(:disabled):not(.disabled):active:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.arrow-btn:hover, .arrow-btn:active, .arrow-btn.touch {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.arrow-btn:hover, .arrow-btn:active, .arrow-btn.touch {
  color: #fff;
}

@media (max-width:680px) {
  .arrow-btn {
    font-size: 1.6rem;
    font-weight: bold;
    max-width: 220px;
    min-height: 36px;
  }
}
.popup-btn {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 10px 100px 100px 10px;
  line-height: 1.3;
  position: relative;
  white-space: normal;
  padding: 2px 45px 2px 5px;
  width: 100%;
  min-height: 64px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  border-width: 3px;
  border-style: solid;
  border-color: #666;
  background-color: #999;
  color: #fff;
}
.popup-btn:focus, .popup-btn:disabled, .popup-btn:visited, .popup-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.popup-btn:not(:disabled):not(.disabled):active, .popup-btn:not(:disabled):not(.disabled).active, .popup-btn:not(:disabled):not(.disabled):active:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.popup-btn:hover, .popup-btn:active, .popup-btn.touch {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.popup-btn:hover, .popup-btn:active, .popup-btn.touch {
  color: #fff;
}
.popup-btn strong {
  font-size: 2rem;
  font-weight: bold;
}
.popup-btn .yellow {
  color: #ffff00;
}
.popup-btn .icon-plus {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #fff;
  border-radius: 40px;
}
.popup-btn .icon-plus::before, .popup-btn .icon-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #999;
}
.popup-btn .icon-plus::before {
  width: 5px;
  height: 25px;
}
.popup-btn .icon-plus::after {
  width: 25px;
  height: 5px;
}

@media (max-width:680px) {
  .popup-btn {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 2px 30px 2px 5px;
    min-height: 60px;
    height: 60px;
    width: 260px;
    border-width: 2px;
    margin: 0 auto;
  }
  .popup-btn strong {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .popup-btn .icon-plus {
    display: block;
    height: 22px;
    width: 22px;
  }
  .popup-btn .icon-plus::before {
    width: 4px;
    height: 14px;
  }
  .popup-btn .icon-plus::after {
    width: 14px;
    height: 4px;
  }
}
.list-icon-square li {
  padding-left: 24px;
  position: relative;
}
.list-icon-square li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #a0a0a0;
  left: 0;
  top: 14px;
}

.list-icon-circle li {
  position: relative;
  padding-left: 24px;
}
.list-icon-circle li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  position: absolute;
  background-color: #666;
  left: 0;
  top: 12px;
}

.panel {
  padding: 50px;
  border: 0;
  border-color: #a0a0a0;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(top, #fff, #fff);
  background-image: linear-gradient(top, #fff, #fff);
  background-size: calc(100% - 18px) auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}
.panel::before, .panel::after {
  content: "";
  position: absolute;
  border: 0;
  border-color: #a0a0a0;
  border-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
  background-color: #fff;
}
.panel::before {
  width: 19px;
  height: calc(100% - 18px);
  right: 0;
  top: 0;
}
.panel::after {
  width: calc(100% - 18px);
  height: 19px;
  left: 0;
  bottom: 0;
}
.panel .circle {
  position: absolute;
  left: -30px;
  top: -30px;
}
.panel p:last-child, .panel ul:last-child, .panel ol:last-child, .panel img:last-child {
  margin-bottom: 0;
}

@media (max-width:680px) {
  .panel {
    padding: 25px;
    background-size: calc(100% - 12px) auto;
  }
  .panel::before {
    width: 13px;
    height: calc(100% - 12px);
  }
  .panel::after {
    height: 13px;
    width: calc(100% - 12px);
  }
  .panel .circle {
    position: absolute;
    left: -22px;
    top: -22px;
  }
}
.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-map {
  border: 1px solid #a0a0a0;
  padding: 20px;
  margin-bottom: 110px;
}

.car_map img {
    width: 100%;
    margin-bottom: 0;
}

.section-access .car_map-header::before {
    height: 30px;
    width: 1px;
    bottom: -30px;
}
.section-access .car_map-header::before,
.section-access .car_map-header::after {
    content: "";
    position: absolute;
    left: 0;
    background-color: #a0a0a0;
    display: block;
}


.section-access .car_map-header .heading {
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 0px;
  letter-spacing: 5px;
  position: relative;
}



@media (max-width:680px) {
  .access-map {
    border: 1px solid #a0a0a0;
    padding: 10px;
    margin-bottom: 110px;
  }
	
.section-access .car_map-header .heading {
  font-size: 2.8rem;
  font-weight: bold;
	padding-top: 20px;
  padding-bottom: 0px;
  letter-spacing: 5px;
  position: relative;
	margin-bottom: 10px;
}
	
}
.txt-white {
  color: #fff !important;
}

.txt-red {
  color: #FF0000 !important;
}

.txt-green {
  color: #8dc21f !important;
}

.txt-pink {
  color: #f09bad !important;
}

.txt-blue {
  color: #00b0dd !important;
}

.txt-yellow {
  color: #dfbd22 !important;
}

.txt-orange {
  color: #f29600 !important;
}

.txt-color-form {
  color: #6fb92c !important;
}

.bg-hatching {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url(../img/common/bg-hatching.svg);
  background-image: -o-linear-gradient(top, #fff, #fff), url(../img/common/bg-hatching.svg);
  background-image: linear-gradient(top, #fff, #fff), url(../img/common/bg-hatching.svg);
  background-size: 966px 100%, 6px 10px;
  background-repeat: no-repeat, repeat;
  background-position: center center;
}

@media (max-width:1140px) {
  .bg-hatching {
    background-size: calc(100% - 30px) 100%, 6px 10px;
  }
}
.bg-yellow {
  background-color: #f9f8ef;
}

.circle {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: normal;
  width: 86px;
  height: 86px;
  border-radius: 86px;
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
.circle.-orange {
  background-color: #f29600;
}
.circle.-green {
  background-color: #8dc21f;
}
.circle.-pink {
  background-color: #f09bad;
}
.circle.-blue {
  background-color: #00b0dd;
}
.circle.-yellow {
  background-color: #dfbd22;
}

@media (max-width:680px) {
  .circle {
    font-size: 1.6rem;
    font-weight: bold;
    width: 56px;
    height: 56px;
  }
}
.heading-balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 5px;
}
.heading-balloon .inner {
  background-image: url(../img/common/heading-balloon.svg);
  background-repeat: no-repeat;
  background-size: auto 22px;
  background-position: center bottom;
  padding-bottom: 26px;
}

@media (max-width:680px) {
  .heading-balloon {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .heading-balloon .inner {
    background-size: auto 18px;
    padding-bottom: 22px;
  }
}
.gif-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gif-horizontal .img {
  height: 150px;
}
.gif-horizontal.-h150 .img {
  height: 150px;
}
.gif-horizontal.-h170 .img {
  height: 170px;
}

@media (max-width:680px) {
  .gif-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .gif-horizontal .img {
    height: 30vw;
  }
  .gif-horizontal.-h150 .img {
    height: 20vw;
  }
  .gif-horizontal.-h170 .img {
    height: 15vw;
  }
}
.img-shadow-box {
  position: relative;
}
.img-shadow-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f1e9;
  border: 1px solid #a0a0a0;
  position: absolute;
  top: 12px;
  left: 12px;
}
.img-shadow-box img {
  position: relative;
  z-index: 3;
  border: 1px solid #a0a0a0;
}

@media (max-width:680px) {
  .img-shadow-box::after {
    top: 6px;
    left: 6px;
  }
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company-item {
  padding-top: 30px;
  padding-bottom: 90px;
}
.company-item .company-header {
  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;
  width: calc(100% + 20px);
  margin-right: -20px;
  margin-bottom: 20px;
}
.company-item .company-header .company-logo {
  margin-bottom: 0;
}
.company-item .company-header .company-logo .img {
  margin-bottom: 0;
}
.company-item .company-header .right {
  width: 360px;
}
.company-item .company-copy {
  font-size: 2.4rem;
  font-weight: bold;
  border: 0;
  border-top-width: 2px;
  border-left-width: 8px;
  border-style: solid;
  padding: 20px 30px;
  margin-bottom: 0;
  border-color: #a0a0a0;
  line-height: 1.5;
}
.company-item .company-info {
  position: relative;
}
.company-item .company-info::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f1e9;
  border: 1px solid #a0a0a0;
  position: absolute;
  top: 12px;
  left: 12px;
}
.company-item .company-info > .inner {
  position: relative;
  z-index: 3;
  border-width: 2px;
  border-style: solid;
  border-color: #a0a0a0;
  padding: 30px;
  background-color: #eee;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.company-item .company-info .col-right {
  max-width: 520px;
  margin-left: 15px;
  width: 100%;
}
.company-item .company-info .col-left {
  max-width: 246px;
  width: 100%;
}
.company-item .company-info .message {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: normal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #a0a0a0;
  padding-bottom: 20px;
}
.company-item .company-info .service-box {
  height: 100%;
}

@media (max-width:680px) {
  .company-item {
    padding-bottom: 40px;
  }
  .company-item .company-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .company-item .company-header .company-logo {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  .company-item .company-header .company-logo .img {
    height: 32px;
  }
  .company-item .company-header .right {
    width: 100%;
  }
  .company-item .company-copy {
    font-size: 2rem;
    font-weight: bold;
    border-top-width: 2px;
    border-left-width: 8px;
    padding: 15px 0 15px 20px;
  }
  .company-item .company-info::after {
    top: 6px;
    left: 6px;
  }
  .company-item .company-info > .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  .company-item .company-info .col-right {
    margin-left: 0;
    max-width: 100%;
  }
  .company-item .company-info .col-left {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .company-item .company-info .message {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.service-box {
  background-color: #999;
  padding-bottom: 15px;
}
.service-box .service-title {
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  background-color: #666;
  padding: 5px 15px;
  margin-bottom: 15px;
}
.service-box .service-list {
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  padding: 0 15px;
}
.service-box .service-list li {
  position: relative;
  padding-left: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.3;
  letter-spacing: normal;
}
.service-box .service-list li::before {
  width: 14px;
  height: 14px;
  background-color: #666;
  top: 12px;
}

@media (max-width:680px) {
  .service-box {
    padding-bottom: 10px;
  }
  .service-box .service-title {
    margin-bottom: 10px;
  }
  .service-box .service-list {
    font-size: 1.8rem;
    font-weight: normal;
    padding: 0 15px;
  }
  .service-box .service-list li {
    padding-left: 20px;
    line-height: 1.7;
  }
  .service-box .service-list li::before {
    width: 12px;
    height: 12px;
    top: 9px;
  }
}
.company-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  padding: 30px;
  opacity: 0;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
}
.company-popup-wrap .popup-panel {
  border-width: 6px;
  border-style: solid;
  border-color: #666;
  border-radius: 20px;
  background-color: #999;
  color: #fff;
  position: relative;
  padding: 34px 40px 40px;
  max-width: 900px;
  width: 100%;
  max-height: calc(100vh - 100px);
}
.company-popup-wrap .panel-header::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-image: -o-radial-gradient(#666 2px, transparent 2px);
  background-image: radial-gradient(#666 2px, transparent 2px);
  background-size: 10px 10px;
  background-position: center center;
}
.company-popup-wrap .panel-header .logo-icon {
  position: absolute;
  top: -32px;
  left: -32px;
  border-width: 6px;
  border-style: solid;
  border-color: #666;
  border-radius: 300px;
  background-color: #fff;
  width: 160px;
  height: 160px;
}
.company-popup-wrap .panel-header .logo-icon .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.company-popup-wrap .panel-header .heading {
  font-size: 3rem;
  font-weight: bold;
  color: #ffff00;
  text-align: center;
  margin-bottom: 25px;
}
.company-popup-wrap .panel-header .heading .logo-text {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.company-popup-wrap .panel-header .heading .lg {
  font-size: 3.6rem;
  font-weight: bold;
}
.company-popup-wrap .popup-close {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  background-color: #666;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 100;
}
.company-popup-wrap .popup-close::before, .company-popup-wrap .popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #999;
}
.company-popup-wrap .popup-close::before {
  width: 5px;
  height: 25px;
}
.company-popup-wrap .popup-close::after {
  width: 25px;
  height: 5px;
}
.company-popup-wrap .panel-body {
  padding-top: 30px;
}
.company-popup-wrap .panel-body .company-popup-list {
  font-size: 2.4rem;
  font-weight: bold;
}
.company-popup-wrap .panel-body .company-popup-list li {
  padding-left: 34px;
}
.company-popup-wrap .panel-body .company-popup-list li:not(:last-child) {
  margin-bottom: 30px;
}
.company-popup-wrap .panel-body .company-popup-list li::before {
  width: 24px;
  height: 24px;
  background-color: #666;
  top: 10px;
}
.company-popup-wrap.is-open {
  visibility: visible;
  opacity: 1;
}

@media (max-width:680px) {
  .company-popup-wrap .popup-panel {
    border-width: 4px;
    border-radius: 10px;
    padding: 30px 15px 25px;
  }
  .company-popup-wrap .panel-header .logo-icon {
    border-width: 4px;
    top: -26px;
    left: -26px;
    width: 72px;
    height: 72px;
  }
  .company-popup-wrap .panel-header .logo-icon .logo {
    width: 80%;
    height: 80%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .company-popup-wrap .panel-header .heading {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .company-popup-wrap .panel-header .heading .logo-text {
    margin: 0 auto 0;
    height: 24px;
  }
  .company-popup-wrap .panel-header .heading .lg {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .company-popup-wrap .popup-close {
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
  }
  .company-popup-wrap .panel-body {
    padding-top: 15px;
  }
  .company-popup-wrap .panel-body .company-popup-list {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .company-popup-wrap .panel-body .company-popup-list li {
    padding-left: 26px;
  }
  .company-popup-wrap .panel-body .company-popup-list li:not(:last-child) {
    margin-bottom: 30px;
  }
  .company-popup-wrap .panel-body .company-popup-list li::before {
    width: 18px;
    height: 18px;
    top: 7px;
  }
  .company-popup-wrap.is-open {
    visibility: visible;
    opacity: 1;
  }
}
.company-item.company-meihoku .company-copy {
  border-color: #8dc21f;
  color: #007e34;
}
.company-item.company-meihoku .company-info > .inner {
  border-color: #8dc21f;
  background-color: #d6e6ae;
}
.company-item.company-meihoku .company-info .message {
  border-bottom-color: #8dc21f;
  color: #008f3d;
}
.company-item.company-meihoku .company-info .service-box {
  background-color: #a9ce52;
}
.company-item.company-meihoku .company-info .service-box .service-title {
  background-color: #44af35;
}
.company-item.company-meihoku .company-info .service-box .service-list li::before {
  background-color: #44af35;
}
.company-item.company-meihoku .company-popup-wrap .popup-panel {
  border-color: #a9ce52;
  background-color: #44af35;
}
.company-item.company-meihoku .company-popup-wrap .panel-header::after {
  background-image: -o-radial-gradient(#a9ce52 2px, transparent 2px);
  background-image: radial-gradient(#a9ce52 2px, transparent 2px);
}
.company-item.company-meihoku .company-popup-wrap .panel-header .logo-icon {
  border-color: #a9ce52;
}
.company-item.company-meihoku .company-popup-wrap .popup-close {
  background-color: #a9ce52;
}
.company-item.company-meihoku .company-popup-wrap .popup-close::before, .company-item.company-meihoku .company-popup-wrap .popup-close::after {
  background-color: #44af35;
}
.company-item.company-meihoku .company-popup-wrap .panel-body .company-popup-list li::before {
  background-color: #a9ce52;
}
.company-item.company-meihoku .popup-btn {
  border-color: #a9ce52;
  background-color: #44af35;
}
.company-item.company-meihoku .popup-btn .icon-plus {
  background-color: #a9ce52;
}
.company-item.company-meihoku .popup-btn .icon-plus::before, .company-item.company-meihoku .popup-btn .icon-plus::after {
  background-color: #44af35;
}

.company-item.company-meihoku02 .company-copy {
  border-color: #00b0dd;
  color: #006f86;
}
.company-item.company-meihoku02 .company-info > .inner {
  border-color: #00b0dd;
  background-color: #b8e1f2;
}
.company-item.company-meihoku02 .company-info .message {
  border-bottom-color: #00b0dd;
  color: #00839e;
}
.company-item.company-meihoku02 .company-info .service-box {
  background-color: #51c0e4;
}
.company-item.company-meihoku02 .company-info .service-box .service-title {
  background-color: #009bc6;
}
.company-item.company-meihoku02 .company-info .service-box .service-list li::before {
  background-color: #009bc6;
}
.company-item.company-meihoku02 .company-popup-wrap .popup-panel {
  border-color: #82e1ff;
  background-color: #00b0dd;
}
.company-item.company-meihoku02 .company-popup-wrap .panel-header::after {
  background-image: -o-radial-gradient(#82e1ff 2px, transparent 2px);
  background-image: radial-gradient(#82e1ff 2px, transparent 2px);
}
.company-item.company-meihoku02 .company-popup-wrap .panel-header .logo-icon {
  border-color: #82e1ff;
}
.company-item.company-meihoku02 .company-popup-wrap .popup-close {
  background-color: #82e1ff;
}
.company-item.company-meihoku02 .company-popup-wrap .popup-close::before,
.company-item.company-meihoku02 .company-popup-wrap .popup-close::after {
  background-color: #00b0dd;
}
.company-item.company-meihoku02 .company-popup-wrap .panel-body .company-popup-list li::before {
  background-color: #82e1ff;
}
.company-item.company-meihoku02 .popup-btn {
  border-color: #82e1ff;
  background-color: #00b0dd;
}
.company-item.company-meihoku02 .popup-btn .icon-plus {
  background-color: #82e1ff;
}
.company-item.company-meihoku02 .popup-btn .icon-plus::before,
.company-item.company-meihoku02 .popup-btn .icon-plus::after {
  background-color: #00b0dd;
}

/*社労士*/
.company-item.company-sharoushi .company-logo img {
	width: 95%;
}

.company-item.company-sharoushi .popup-btn strong {
    font-size: 1.7rem;
    font-weight: bold;
}

.company-item.company-sharoushi .company-copy {
    border-color: #463491;
    color: #463491;
}
.company-item.company-sharoushi .company-info > .inner {
    border-color: #463491;
    background-color: #d6cdeb;
}
.company-item.company-sharoushi .company-info .message {
    border-bottom-color: #463491;
    color: #463491;
}
.company-item.company-sharoushi .company-info .service-box {
    background-color: #ac9dcb;
}
.company-item.company-sharoushi .company-info .service-box .service-title {
    background-color: #463491;
}
.company-item.company-sharoushi .company-info .service-box .service-list li::before {
    background-color: #463491;
}
.company-item.company-sharoushi .company-popup-wrap .popup-panel {
    border-color: #a596c7;
    background-color: #463491;
}
.company-item.company-sharoushi .company-popup-wrap .panel-header::after {
    background-image: -o-radial-gradient(#a596c7 2px, transparent 2px);
    background-image: radial-gradient(#a596c7 2px, transparent 2px);
}
.company-item.company-sharoushi .company-popup-wrap .panel-header .logo-icon {
    border-color: #a596c7;
}
.company-item.company-sharoushi .company-popup-wrap .popup-close {
    background-color: #a596c7;
}
.company-item.company-sharoushi .company-popup-wrap .popup-close::before,
.company-item.company-sharoushi .company-popup-wrap .popup-close::after {
    background-color: #463491;
}
.company-item.company-sharoushi .company-popup-wrap .panel-body .company-popup-list li::before {
    background-color: #a596c7;
}
.company-item.company-sharoushi .popup-btn {
    border-color: #AC9DCB;
    background-color: #463491;
}
.company-item.company-sharoushi .popup-btn .icon-plus {
    background-color: #ac9dcb;
}
.company-item.company-sharoushi .popup-btn .icon-plus::before,
.company-item.company-sharoushi .popup-btn .icon-plus::after {
    background-color: #463491;
}


@media (max-width: 680px){
.company-item.company-sharoushi .company-popup-wrap .panel-header .heading .logo-text {
    margin: 0 auto 0;
    height: 18px;
}
}


.company-item.company-mirai .company-copy {
  border-color: #f7b200;
  color: #ea6000;
}
.company-item.company-mirai .company-info > .inner {
  border-color: #f7b200;
  background-color: #fce1a5;
}
.company-item.company-mirai .company-info .message {
  border-bottom-color: #f7b200;
  color: #ef8200;
}
.company-item.company-mirai .company-info .service-box {
  background-color: #f9c23e;
}
.company-item.company-mirai .company-info .service-box .service-title {
  background-color: #f29600;
}
.company-item.company-mirai .company-info .service-box .service-list li::before {
  background-color: #f29600;
}
.company-item.company-mirai .company-popup-wrap .popup-panel {
  border-color: #ffdc00;
  background-color: #f29600;
}
.company-item.company-mirai .company-popup-wrap .panel-header::after {
  background-image: -o-radial-gradient(#ffdc00 2px, transparent 2px);
  background-image: radial-gradient(#ffdc00 2px, transparent 2px);
}
.company-item.company-mirai .company-popup-wrap .panel-header .logo-icon {
  border-color: #ffdc00;
}
.company-item.company-mirai .company-popup-wrap .popup-close {
  background-color: #ffdc00;
}
.company-item.company-mirai .company-popup-wrap .popup-close::before, .company-item.company-mirai .company-popup-wrap .popup-close::after {
  background-color: #f29600;
}
.company-item.company-mirai .company-popup-wrap .panel-body .company-popup-list li::before {
  background-color: #ffdc00;
}
.company-item.company-mirai .popup-btn {
  border-color: #ffdc00;
  background-color: #f29600;
}
.company-item.company-mirai .popup-btn .icon-plus {
  background-color: #ffdc00;
}
.company-item.company-mirai .popup-btn .icon-plus::before, .company-item.company-mirai .popup-btn .icon-plus::after {
  background-color: #f29600;
}

.company-item.company-hudousan .company-copy {
  border-color: #a1a8a8;
  color: #585f5d;
}
.company-item.company-hudousan .company-info > .inner {
  border-color: #a1a8a8;
  background-color: #e3e5e6;
}
.company-item.company-hudousan .company-info .message {
  border-bottom-color: #a1a8a8;
  color: #636b69;
}
.company-item.company-hudousan .company-info .service-box {
  background-color: #bbbfc0;
}
.company-item.company-hudousan .company-info .service-box .service-title {
  background-color: #a1a8a8;
}
.company-item.company-hudousan .company-info .service-box .service-list li::before {
  background-color: #a1a8a8;
}
.company-item.company-hudousan .company-popup-wrap .popup-panel {
  border-color: #c8c8c8;
  background-color: #898f8f;
}
.company-item.company-hudousan .company-popup-wrap .panel-header::after {
  background-image: -o-radial-gradient(#c8c8c8 2px, transparent 2px);
  background-image: radial-gradient(#c8c8c8 2px, transparent 2px);
}
.company-item.company-hudousan .company-popup-wrap .panel-header .logo-icon {
  border-color: #c8c8c8;
}
.company-item.company-hudousan .company-popup-wrap .popup-close {
  background-color: #c8c8c8;
}
.company-item.company-hudousan .company-popup-wrap .popup-close::before, .company-item.company-hudousan .company-popup-wrap .popup-close::after {
  background-color: #898f8f;
}
.company-item.company-hudousan .company-popup-wrap .panel-body .company-popup-list li::before {
  background-color: #c8c8c8;
}
.company-item.company-hudousan .popup-btn {
  border-color: #c8c8c8;
  background-color: #898f8f;
}
.company-item.company-hudousan .popup-btn .icon-plus {
  background-color: #c8c8c8;
}
.company-item.company-hudousan .popup-btn .icon-plus::before, .company-item.company-hudousan .popup-btn .icon-plus::after {
  background-color: #898f8f;
}

.company-item.company-ma .company-copy {
  border-color: #c3970c;
  color: #a98306;
}
.company-item.company-ma .company-info > .inner {
  border-color: #c3970c;
  background-color: #f4e394;
}
.company-item.company-ma .company-info .message {
  border-bottom-color: #c3970c;
  color: #b78e09;
}
.company-item.company-ma .company-info .service-box {
  background-color: #e6ca59;
}
.company-item.company-ma .company-info .service-box .service-title {
  background-color: #c3970c;
}
.company-item.company-ma .company-info .service-box .service-list li::before {
  background-color: #c3970c;
}
.company-item.company-ma .company-popup-wrap .popup-panel {
  border-color: #e6ca59;
  background-color: #c3970c;
}
.company-item.company-ma .company-popup-wrap .panel-header::after {
  background-image: -o-radial-gradient(#e6ca59 2px, transparent 2px);
  background-image: radial-gradient(#e6ca59 2px, transparent 2px);
}
.company-item.company-ma .company-popup-wrap .panel-header .logo-icon {
  border-color: #e6ca59;
}
.company-item.company-ma .company-popup-wrap .popup-close {
  background-color: #e6ca59;
}
.company-item.company-ma .company-popup-wrap .popup-close::before, .company-item.company-ma .company-popup-wrap .popup-close::after {
  background-color: #c3970c;
}
.company-item.company-ma .company-popup-wrap .panel-body .company-popup-list li::before {
  background-color: #e6ca59;
}
.company-item.company-ma .popup-btn {
  border-color: #e6ca59;
  background-color: #c3970c;
}
.company-item.company-ma .popup-btn .icon-plus {
  background-color: #e6ca59;
}
.company-item.company-ma .popup-btn .icon-plus::before, .company-item.company-ma .popup-btn .icon-plus::after {
  background-color: #c3970c;
}

.company-item.company-mirachika .company-copy {
  border-color: #ec7993;
  color: #e74566;
}
.company-item.company-mirachika .company-info > .inner {
  border-color: #ec7993;
  background-color: #fadee2;
}
.company-item.company-mirachika .company-info .message {
  border-bottom-color: #ec7993;
  color: #e85377;
}
.company-item.company-mirachika .company-info .service-box {
  background-color: #f3b2be;
}
.company-item.company-mirachika .company-info .service-box .service-title {
  background-color: #ec7993;
}
.company-item.company-mirachika .company-info .service-box .service-list li::before {
  background-color: #ec7993;
}
.company-item.company-mirachika .company-popup-wrap .popup-panel {
  border-color: #ffb2c8;
  background-color: #ff6e93;
}
.company-item.company-mirachika .company-popup-wrap .panel-header::after {
  background-image: -o-radial-gradient(#ffb2c8 2px, transparent 2px);
  background-image: radial-gradient(#ffb2c8 2px, transparent 2px);
}
.company-item.company-mirachika .company-popup-wrap .panel-header .logo-icon {
  border-color: #ffb2c8;
}
.company-item.company-mirachika .company-popup-wrap .popup-close {
  background-color: #ffb2c8;
}
.company-item.company-mirachika .company-popup-wrap .popup-close::before, .company-item.company-mirachika .company-popup-wrap .popup-close::after {
  background-color: #ff6e93;
}
.company-item.company-mirachika .company-popup-wrap .panel-body .company-popup-list li::before {
  background-color: #ffb2c8;
}
.company-item.company-mirachika .popup-btn {
  border-color: #ffb2c8;
  background-color: #ff6e93;
}
.company-item.company-mirachika .popup-btn .icon-plus {
  background-color: #ffb2c8;
}
.company-item.company-mirachika .popup-btn .icon-plus::before, .company-item.company-mirachika .popup-btn .icon-plus::after {
  background-color: #ff6e93;
}

.company-item.company-miraisoudan .company-copy {
  border-color: #fbc71c;
  color: #f4a000;
}
.company-item.company-miraisoudan .company-info > .inner {
  border-color: #fbc71c;
  background-color: #fff6af;
}
.company-item.company-miraisoudan .company-info .message {
  border-bottom-color: #fbc71c;
  color: #f5aa00;
}
.company-item.company-miraisoudan .company-info .service-box {
  background-color: #fcd13e;
}
.company-item.company-miraisoudan .company-info .service-box .service-title {
  background-color: #f5aa00;
}
.company-item.company-miraisoudan .company-info .service-box .service-list li::before {
  background-color: #f5aa00;
}
.company-item.company-miraisoudan .company-popup-wrap .popup-panel {
  border-color: #000000;
  background-color: #fff;
}
.company-item.company-miraisoudan .company-popup-wrap .panel-header::after {
  background-image: -o-radial-gradient(#000000 2px, transparent 2px);
  background-image: radial-gradient(#000000 2px, transparent 2px);
}
.company-item.company-miraisoudan .company-popup-wrap .panel-header .logo-icon {
  border-color: #000000;
}
.company-item.company-miraisoudan .company-popup-wrap .popup-close {
  background-color: #000000;
}
.company-item.company-miraisoudan .company-popup-wrap .popup-close::before, .company-item.company-miraisoudan .company-popup-wrap .popup-close::after {
  background-color: #fff;
}
.company-item.company-miraisoudan .company-popup-wrap .panel-body .company-popup-list li::before {
  background-color: #000000;
}
.company-item.company-miraisoudan .popup-btn {
  border-color: #000000;
  background-color: #fff;
}
.company-item.company-miraisoudan .popup-btn .icon-plus {
  background-color: #000000;
}
.company-item.company-miraisoudan .popup-btn .icon-plus::before, .company-item.company-miraisoudan .popup-btn .icon-plus::after {
  background-color: #fff;
}

.company-item .arrow-btn {
  border-color: #ffa000;
  background-color: #ffa000;
}

.company-item.company-meihoku02 .company-info .service-box {
  position: relative;
}
.company-item.company-meihoku02 .company-info .service-box .img-position {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.company-item.company-miraisoudan .company-popup-wrap .panel-header::after {
  background-image: -o-radial-gradient(#fbb91c 2px, transparent 2px);
  background-image: radial-gradient(#fbb91c 2px, transparent 2px);
}
.company-item.company-miraisoudan .company-popup-wrap .panel-header .logo-icon {
  border-color: #fbb91c;
}
.company-item.company-miraisoudan .company-popup-wrap .panel-header .heading {
  color: #fbb91c;
}
.company-item.company-miraisoudan .company-popup-wrap .popup-close {
  background-color: #fbb91c;
}
.company-item.company-miraisoudan .company-popup-wrap .popup-close::before, .company-item.company-miraisoudan .company-popup-wrap .popup-close::after {
  background-color: #fff;
}
.company-item.company-miraisoudan .company-popup-wrap .panel-body .company-popup-list li {
  color: #000;
}
.company-item.company-miraisoudan .company-popup-wrap .panel-body .company-popup-list li::before {
  background-color: #fbb91c;
}
.company-item.company-miraisoudan .popup-btn {
  color: #000;
}
.company-item.company-miraisoudan .popup-btn .yellow {
  color: #fbb91c;
}
.company-item.company-miraisoudan .popup-btn .icon-plus {
  background-color: #fbc71c;
}
.company-item.company-miraisoudan .popup-btn .icon-plus::before, .company-item.company-miraisoudan .popup-btn .icon-plus::after {
  background-color: #fff;
}

.section {
  position: relative;
  background-color: #fff;
}

.section-contact {
  background-color: #EBF3C3;
  padding: 100px 0;
}
@media (max-width:680px) {
  .section-contact {
    background-color: #EBF3C3;
    padding: 60px 0;
  }
}
.section-contact .heading-balloon {
  letter-spacing: normal;
  margin-bottom: 20px;
}
@media (max-width:680px) {
  .section-contact .heading-balloon {
    letter-spacing: normal;
    margin-bottom: 20px;
  }
}
.section-contact .lead-text {
  font-size: 1.5rem;
  max-width: 460px;
  position: relative;
  padding: 10px 50px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: normal;
  margin-bottom: 40px;
}
.section-contact .lead-text::before, .section-contact .lead-text::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  border: 0;
  border-color: #a0a0a0;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.section-contact .lead-text::before {
  left: 0;
  border-left-width: 1px;
}
.section-contact .lead-text::after {
  right: 0;
  border-right-width: 1px;
}
@media (max-width:680px) {
  .section-contact .lead-text {
    font-size: 1.4rem;
    padding: 10px 30px;
    margin-bottom: 30px;
  }
  .section-contact .lead-text::before, .section-contact .lead-text::after {
    width: 20px;
  }
}
.section-contact .contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  position: relative;
}
.section-contact .contact-tel .title {
  background-color: #39B54A;
  color: #fff;
  height: 36px;
  width: 245px;
  padding: 3px 15px 3px 10px;
  text-align: center;
  -webkit-clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  margin-right: 20px;
  margin-top: 5px;
}
.section-contact .contact-tel .tel {
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: normal;
  margin-bottom: 0;
}
.section-contact .contact-tel .text-note {
  font-size: 1.4rem;
  letter-spacing: normal;
  margin-bottom: 0;
}
.section-contact .contact-tel .amima-gif {
  margin-bottom: 0;
  width: 70px;
  position: absolute;
  right: -20px;
  bottom: -10px;
}
@media (max-width:680px) {
  .section-contact .contact-tel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-contact .contact-tel .title {
    background-color: #39B54A;
    width: 245px;
    padding: 3px 15px 3px 10px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .section-contact .contact-tel .tel {
    font-size: 3.2rem;
    margin-bottom: 5px;
  }
  .section-contact .contact-tel .text-note {
    font-size: 1.4rem;
  }
  .section-contact .contact-tel .amima-gif {
    width: 45px;
    right: -10px;
    bottom: calc(100% - 80px);
  }
}

.section-access {
  padding: 100px 0;
}
.section-access .access-header {
  position: relative;
  margin-bottom: 30px;
}
.section-access .access-header::before, .section-access .access-header::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #a0a0a0;
  display: block;
}
.section-access .access-header::before {
  height: 30px;
  width: 1px;
  bottom: -30px;
}
.section-access .access-header::after {
  width: 250px;
  height: 1px;
  bottom: 0;
}
.section-access .access-header .heading {
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 10px;
  letter-spacing: 5px;
  position: relative;
}
.section-access .access-header .heading::after {
  content: "";
  height: 48px;
  width: 78px;
  display: block;
  position: absolute;
  left: 250px;
  bottom: 5px;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  background-image: url(../img/common/access-heading01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section-access .access-header .anima-gif {
  width: 380px;
  position: absolute;
  right: 0;
  top: -30px;
}
.section-access .access-map {
  margin-bottom: 110px;
}
.section-access .map-like {
  text-align: right;
}
.section-access .map-like .arrow-btn {
  font-size: 1.4rem;
  background-color: #b4b4b4;
  display: inline-block;
  max-width: 160px;
  min-height: 34px;
  padding: 3px 10px 3px 0;
}

@media (max-width:680px) {
  .section-access {
    padding: 60px 0 20px;
  }
  .section-access .access-header::after {
    width: 180px;
    height: 1px;
    bottom: 0;
  }
  .section-access .access-header .heading {
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .section-access .access-header .heading::after {
    height: 38px;
    width: 58px;
    left: 180px;
    bottom: 2px;
  }
  .section-access .access-header .anima-gif {
    width: 200px;
    right: -25px;
    top: 18px;
  }
  .section-access .access-map {
    margin-bottom: 10px;
  }
}
.access-info {
  text-align: center;
}
.access-info .logo-wrap {
  margin-bottom: 30px;
}
.access-info .logo-wrap .logo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.access-info .address {
  margin-bottom: 5px;
}
.access-info .tel-fax {
  margin-bottom: 5px;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.access-info .hours {
  margin-bottom: 0;
}
.access-info .hours span:not(:last-child) {
  margin-right: 1.2em;
}

@media (max-width:680px) {
  .access-info {
    margin-top: 60px;
    text-align: center;
  }
  .access-info .logo-wrap {
    margin-bottom: 30px;
  }
  .access-info .logo-wrap .logo {
    display: block;
    margin: 0 auto;
    max-width: 280px;
  }
  .access-info .address {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 8px;
  }
  .access-info .tel-fax {
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .access-info .tel-fax .tel, .access-info .tel-fax .fax {
    display: block;
  }
  .access-info .hours {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .access-info .hours span {
    display: block;
  }
  .access-info .hours span:not(:last-child) {
    margin-right: 0;
  }
}
.confirm-header {
  padding: 30px 30px 0;
}
.confirm-header .site-logo {
  width: 80px;
}

.confirm-body .btns-wrap .btn {
  min-width: 260px;
  width: 260px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-left: 10px;
}

.top-lead-content {
  height: auto;
  width: 100vw;
  padding: 60px 20px 60px;
}
.top-lead-content .inner {
  max-width: 500px;
  margin: 0 auto;
}
.top-lead-content .heading {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 30px;
  position: relative;
}
.top-lead-content .heading::after {
  content: "";
  background-color: #a0a0a0;
  height: 1px;
  width: calc(50vw + 50%);
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media (max-width:1140px) {
  .top-lead-content {
    padding: 60px 20px 40px;
  }
  .top-lead-content .img-fluid {
    width: 120px;
  }
}
.top-about {
  height: auto;
  width: 100vw;
  padding: 60px 0 0;
  background-color: #fff;
}
.top-about .about-header {
  padding-bottom: 0;
  margin-bottom: 40px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e6ef), to(#e2e6ef));
  background-image: -o-linear-gradient(top, #e2e6ef, #e2e6ef);
  background-image: linear-gradient(top, #e2e6ef, #e2e6ef);
  background-size: 100% 120px;
  background-repeat: no-repeat;
  background-position: center center;
}
.top-about .about-header .about-heading {
  margin-bottom: 0;
}
.top-about .about-header img {
  margin-bottom: 30px;
}
@media (max-width:680px) {
  .top-about .about-header {
    margin-bottom: 40px;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e6ef), to(#e2e6ef));
    background-image: -o-linear-gradient(top, #e2e6ef, #e2e6ef);
    background-image: linear-gradient(top, #e2e6ef, #e2e6ef);
    background-size: 100% 260px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .top-about .about-header .about-heading {
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .top-about .about-header .about-heading img {
    max-width: 355px;
    width: 355px;
    margin: 0 auto 30px;
  }
}
.top-about .inner-section {
  padding: 0 0 100px;
  position: relative;
}
.top-about .inner-section:first-child {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(top, #fff, #fff);
  background-image: linear-gradient(top, #fff, #fff);
  background-size: 100% 70px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width:680px) {
  .top-about .inner-section {
    padding: 0 0 60px;
  }
}
.top-about .about-footer {
  margin-top: 60px;
  padding: 80px 0;
  position: relative;
}
.top-about .about-footer-text {
  position: relative;
  padding: 40px;
  font-size: 1.5rem;
  letter-spacing: normal;
}
.top-about .about-footer-text::before, .top-about .about-footer-text::after {
  content: "";
  display: block;
  width: 160px;
  height: 100%;
  position: absolute;
  top: 0;
  border: 0;
  border-color: #a0a0a0;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.top-about .about-footer-text::before {
  left: 0;
  border-left-width: 1px;
}
.top-about .about-footer-text::after {
  right: 0;
  border-right-width: 1px;
}
@media (max-width:680px) {
  .top-about .about-footer-text {
    padding: 20px;
  }
  .top-about .about-footer-text::before, .top-about .about-footer-text::after {
    width: 80px;
    height: 100%;
  }
}
.top-about .about-footer-bottom {
  position: relative;
}
.top-about .about-footer-bottom .circle {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.top-about .about-footer-bottom .about-footer-dl {
  max-width: 675px;
  margin: 0 auto;
  border-bottom: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  position: relative;
}
.top-about .about-footer-bottom .about-footer-dl::before {
  content: "";
  width: 368px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a0a0a0;
}
.top-about .about-footer-bottom .about-footer-dl dt, .top-about .about-footer-bottom .about-footer-dl dd {
  padding: 10px 30px;
}
.top-about .about-footer-bottom .about-footer-dl dt {
  font-size: 1.8rem;
  font-weight: bold;
}
.top-about .about-footer-bottom .about-footer-dl dd {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: normal;
  background-color: #fffac8;
  margin-bottom: 0;
}
.top-about .about-footer-bottom .about-footer-dl img {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media (max-width:991px) {
  .top-about .about-footer-bottom {
    padding-left: 60px;
  }
  .top-about .about-footer-bottom .circle {
    top: -10px;
    left: -10px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 2;
  }
  .top-about .about-footer-bottom .about-footer-dl img {
    width: 100px;
    top: calc(100% - 25px);
    right: -30px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (max-width:680px) {
  .top-about .about-footer-bottom {
    padding-left: 0;
  }
  .top-about .about-footer-bottom .circle {
    top: -25px;
    left: -25px;
    z-index: 3;
  }
  .top-about .about-footer-bottom .about-footer-dl::before {
    width: 160px;
  }
  .top-about .about-footer-bottom .about-footer-dl dt,
.top-about .about-footer-bottom .about-footer-dl dd {
    padding: 15px 20px;
  }
  .top-about .about-footer-bottom .about-footer-dl dt {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .top-about .about-footer-bottom .about-footer-dl dd {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: normal;
    background-color: #fffac8;
    margin-bottom: 0;
  }
  .top-about .about-footer-bottom .about-footer-dl img {
    width: 100px;
    top: calc(100% - 25px);
    right: -30px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.top-about .about-check-list {
  background-color: #f9f8ef;
  border: 1px solid #a0a0a0;
  padding: 30px 43px 38px 43px;
}
.top-about .about-check-list li {
  font-size: 1.8rem;
  letter-spacing: 0;
  border-bottom: 1px dashed #b4b4b4;
  padding: 8px 0 8px 22px;
}
.top-about .about-check-list li::before {
  width: 14px;
  height: 14px;
  top: 14px;
}
.top-about .about-check-list li:nth-child(5n+1)::before {
  background-color: #f29600;
}
.top-about .about-check-list li:nth-child(5n+2)::before {
  background-color: #8dc21f;
}
.top-about .about-check-list li:nth-child(5n+3)::before {
  background-color: #f09bad;
}
.top-about .about-check-list li:nth-child(5n+4)::before {
  background-color: #00b0dd;
}
.top-about .about-check-list li:nth-child(5n+5)::before {
  background-color: #dfbd22;
}
@media (max-width:680px) {
  .top-about .about-check-list {
    padding: 14px 17px 18px 17px;
  }
  .top-about .about-check-list li {
    font-size: 1.8rem;
    padding: 10px 0 10px 22px;
  }
  .top-about .about-check-list li::before {
    width: 14px;
    height: 14px;
    top: 16px;
  }
}
.top-about .amima-gif {
  position: absolute;
  margin-bottom: 0;
}
.top-about .amima-gif.gif01 {
  width: 250px;
  top: -45px;
  left: calc(50% - 562px);
}
.top-about .amima-gif.gif02 {
  width: 168px;
  top: -65px;
  left: calc(50% + 455px);
}
.top-about .amima-gif.gif03 {
  width: 250px;
  top: -95px;
  left: calc(50% - 615px);
}
.top-about .amima-gif.gif04 {
  width: 430px;
  top: -125px;
  left: calc(50% + 190px);
}
@media (max-width:1140px) {
  .top-about .amima-gif.gif01 {
    left: calc(50% - 442px);
  }
  .top-about .amima-gif.gif02 {
    left: calc(50% + 285px);
  }
  .top-about .amima-gif.gif03 {
    left: calc(50% - 415px);
  }
  .top-about .amima-gif.gif04 {
    width: 430px;
    top: -125px;
    left: calc(50% + 190px);
  }
}
@media (max-width:680px) {
  .top-about .amima-gif {
    position: absolute;
    margin-bottom: 0;
  }
  .top-about .amima-gif.gif01 {
    width: 150px;
    top: -75px;
    left: -20px;
  }
  .top-about .amima-gif.gif02 {
    width: 80px;
    top: -65px;
    left: calc(100% - 85px);
  }
  .top-about .amima-gif.gif03 {
    width: 130px;
    top: -45px;
    left: 20px;
  }
  .top-about .amima-gif.gif04 {
    width: 200px;
    top: -45px;
    left: calc(100% - 190px);
  }
}

.top-companies .companies-header {
  position: relative;
  padding: 120px 0 120px;
  background-color: #fff;
}
.top-companies .companies-header::before {
  content: "";
  background-image: url(../img/top/companies-header-border.svg);
  background-size: 1366px 5px;
  background-repeat: x-repeat;
  background-position: top center;
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
}
.top-companies .companies-header .companies-heading {
  max-width: 890px;
  margin: 0 auto 90px;
}
.top-companies .companies-header .companies-heading img {
  margin-bottom: 0;
}
@media (max-width:680px) {
  .top-companies .companies-header {
    padding: 80px 0 80px;
  }
  .top-companies .companies-header::before {
    background-size: 750px 2px;
    height: 2px;
  }
}
.top-companies .companies-lead-box {
  position: relative;
  border-top: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  padding: 50px 0 50px 60px;
}
.top-companies .companies-lead-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  background-image: url(../img/common/heading-balloon.svg);
  background-repeat: no-repeat;
  background-size: auto 22px;
  background-position: center bottom;
  padding-bottom: 26px;
  position: absolute;
  bottom: -22px;
  left: 0;
}
@media (max-width:680px) {
  .top-companies .companies-lead-box {
    padding: 30px 0 30px 30px;
  }
}
.top-companies .companies-footer {
  position: relative;
  padding: 5px 0 120px;
  background-color: #fff;
}
.top-companies .companies-footer::before {
  content: "";
  background-image: url(../img/top/companies-header-border.svg);
  background-size: 1366px 5px;
  background-repeat: x-repeat;
  background-position: top center;
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
}
.top-companies .companies-footer .footer-heading {
  position: absolute;
  text-align: center;
  background-image: url(../img/top/companies-footer-bg.png);
  background-size: 980px auto;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 980px;
  width: 100%;
  height: 786px;
  left: 50%;
  top: 5px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.top-companies .companies-footer .footer-heading img {
  position: absolute;
  width: 260px;
  left: calc(50% - 40px);
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.top-companies .companies-footer .footer-heading::before {
  content: "";
  width: 450px;
  height: 1px;
  display: block;
  background-color: #a0a0a0;
  position: absolute;
  left: 50%;
  top: 335px;
}
.top-companies .companies-footer .companies-footer-text {
  padding-top: 400px;
  padding-left: calc(50% + 70px);
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
  line-height: 2.2;
  letter-spacing: normal;
}
.top-companies .companies-footer .amima-gif {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-bottom: 0;
}
.top-companies .companies-footer .amima-gif.gif01 {
  width: 180px;
  top: 770px;
  left: calc(50% - 390px);
}
.top-companies .companies-footer .amima-gif.gif02 {
  width: 90px;
  top: 478px;
  left: calc(50% - 208px);
}
.top-companies .companies-footer .amima-gif.gif03 {
  width: 120px;
  top: 287px;
  left: calc(50% + 320px);
}
@media (max-width:680px) {
  .top-companies .companies-footer {
    padding: 2px 0 80px;
    overflow: hidden;
  }
  .top-companies .companies-footer::before {
    background-size: 750px 2px;
    height: 2px;
    z-index: 5;
  }
  .top-companies .companies-footer .footer-heading {
    background-image: url(../img/top/companies-footer-bg-sp.png);
    background-size: 375px auto;
    top: 2px;
  }
  .top-companies .companies-footer .footer-heading img {
    width: 208px;
    left: calc(50% - 10px);
    top: 0;
  }
  .top-companies .companies-footer .footer-heading::before {
    left: 50%;
    top: 335px;
  }
  .top-companies .companies-footer .companies-footer-text {
    font-size: 1.3rem;
    padding-top: 750px;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: -20px;
  }
  .top-companies .companies-footer .amima-gif.gif01 {
    width: 135px;
    top: 685px;
    left: calc(50% - 50px);
  }
  .top-companies .companies-footer .amima-gif.gif02 {
    width: 72px;
    top: 385px;
    left: calc(50% - 148px);
  }
  .top-companies .companies-footer .amima-gif.gif03 {
    width: 95px;
    top: 98px;
    left: calc(50% + 105px);
  }
}

.top-main-visual {
  background-color: #efede2;
  height: 100vh;
  min-height: 768px;
  width: 100%;
}
.top-main-visual .inner {
  height: 100vh;
  min-height: 768px;
  width: 100%;
  position: fixed;
  background-repeat: no-repeat;
  background-size: 2090px auto;
  background-position: center calc(50% + 10px);
}
.top-main-visual .mv-title {
  height: 100vh;
  min-height: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  position: relative;
  z-index: 3;
}
.top-main-visual .mv-title .img {
  margin-bottom: 0;
  margin-top: 30px;
  max-width: 100%;
}
.top-main-visual .site-logo {
  width: 140px;
  position: absolute;
  top: calc(50% - 340px);
  left: calc(50vw - 530px);
  background-color: #efede2;
  z-index: 3;
}
.top-main-visual .site-logo .logo-img {
  margin-bottom: 0;
}

@media (max-width:1140px) {
  .top-main-visual {
    height: 100vh;
    width: 100%;
    min-height: 768px;
  }
  .top-main-visual .site-logo {
    left: 30px;
    -webkit-box-shadow: 0 0 10px 10px #efede2;
            box-shadow: 0 0 10px 10px #efede2;
  }
}
@media (max-width:680px) {
  .top-main-visual {
    min-height: 680px;
  }
  .top-main-visual .inner {
    min-height: 680px;
  }
  .top-main-visual .mv-title {
    width: 128px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 115px;
  }
  .top-main-visual .mv-title .img {
    margin-top: 0;
  }
  .top-main-visual .site-logo {
    width: 100px;
    top: 40px;
    left: 30px;
  }
  .top-main-visual .site-logo .logo-img {
    margin-bottom: 0;
  }
}
@media (max-width:680px) and (max-height: 680px) {
  .top-main-visual .inner {
    top: -30px;
  }
  .top-main-visual .site-logo {
    top: 50px;
  }
}
.top-main-visual .mv-bg-pc,
.top-main-visual .mv-bg-sp {
  position: absolute;
}
.top-main-visual .mv-bg-pc {
  top: 50%;
  left: 50%;
  height: 768px;
  width: 2090px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-main-visual .mv-bg-pc .mv-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-main-visual .mv-bg-sp {
  top: 0;
  left: 50%;
  height: 812px;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.top-main-visual .mv-bg-sp .mv-bg-left {
  position: absolute;
  left: 0;
  top: 186px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 175px;
}
.top-main-visual .mv-bg-sp .mv-bg-right {
  position: absolute;
  right: 0;
  top: 83px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 175px;
}
.top-main-visual .mv-bg-pc {
  display: block;
}
.top-main-visual .mv-bg-sp {
  display: none;
}
@media (max-width:680px) {
  .top-main-visual .mv-bg-pc {
    display: none;
  }
  .top-main-visual .mv-bg-sp {
    display: block;
  }
}

.top-main-visual .mv-bg-pc img {
  position: absolute;
  margin-bottom: 0;
}
.top-main-visual .mv-bg-pc .mv-parts01 {
  top: 61px;
  left: calc(50% - 923px);
}
.top-main-visual .mv-bg-pc .mv-parts02 {
  top: 123px;
  left: calc(50% - 265px);
}
.top-main-visual .mv-bg-pc .mv-parts03 {
  top: 27px;
  left: calc(50% + 42px);
}
.top-main-visual .mv-bg-pc .mv-parts04 {
  top: 367px;
  left: calc(50% + 537px);
}
.top-main-visual .mv-bg-pc .mv-parts05 {
  top: 210px;
  left: calc(50% + 299px);
}
.top-main-visual .mv-bg-pc .mv-parts06 {
  top: 274px;
  left: calc(50% + 103px);
}
.top-main-visual .mv-bg-pc .mv-parts07 {
  top: 94px;
  left: calc(50% + 64px);
}
.top-main-visual .mv-bg-pc .mv-parts08 {
  top: 345px;
  left: calc(50% - 800px);
}
.top-main-visual .mv-bg-pc .mv-parts09 {
  top: 341px;
  left: calc(50% - 445px);
}
.top-main-visual .mv-bg-pc .mv-parts10 {
  top: 463px;
  left: calc(50% - 936px);
}
.top-main-visual .mv-bg-pc .mv-parts11 {
  top: 269px;
  left: calc(50% - 929px);
}
.top-main-visual .mv-bg-sp img {
  position: absolute;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.top-main-visual .mv-bg-sp .mv-parts01 {
  width: 68px;
  top: 65px;
  left: 63.5%;
}
.top-main-visual .mv-bg-sp .mv-parts02 {
  width: 74px;
  top: 229px;
  left: 78%;
}
.top-main-visual .mv-bg-sp .mv-parts03 {
  width: 35px;
  top: 355px;
  left: 93%;
}
.top-main-visual .mv-bg-sp .mv-parts04 {
  width: 88px;
  top: 425px;
  left: 74%;
}
.top-main-visual .mv-bg-sp .mv-parts05 {
  width: 29px;
  top: 617px;
  left: 55.5%;
}
.top-main-visual .mv-bg-sp .mv-parts06 {
  width: 75px;
  top: 623px;
  left: 82%;
}
.top-main-visual .mv-bg-sp .mv-parts07 {
  width: 79px;
  top: 294px;
  left: 36.5%;
}
.top-main-visual .mv-bg-sp .mv-parts08 {
  width: 87px;
  top: 293px;
  left: 13%;
}
.top-main-visual .mv-bg-sp .mv-parts09 {
  width: 54px;
  top: 376px;
  left: 12%;
}
.top-main-visual .mv-bg-sp .mv-parts10 {
  width: 115px;
  top: 468px;
  left: 23.5%;
}
.top-main-visual .mv-bg-sp .mv-parts11 {
  width: 76px;
  top: 611px;
  left: 14%;
}
.top-main-visual .mv-bg-sp .mv-parts12 {
  width: 93px;
  top: 693px;
  left: 18%;
}

.clearfix, .cf {
  *zoom: 1;
}
.clearfix:after, .cf:after {
  content: "";
  display: block;
  clear: both;
}

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

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

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

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

@media (max-width:680px) {
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }

  .mt-sp-0 {
    margin: 0px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }

  .mt-sp-0 {
    margin-top: 0px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-5 {
    margin-bottom: 5px !important;
  }

  .mt-sp-5 {
    margin-top: 5px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }

  .mt-sp-10 {
    margin-top: 10px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }

  .mt-sp-15 {
    margin-top: 15px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }

  .mt-sp-20 {
    margin-top: 20px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }

  .mt-sp-25 {
    margin-top: 25px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }

  .mt-sp-30 {
    margin-top: 30px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }

  .mt-sp-35 {
    margin-top: 35px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }

  .mt-sp-40 {
    margin-top: 40px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-45 {
    margin-bottom: 45px !important;
  }

  .mt-sp-45 {
    margin-top: 45px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }

  .mt-sp-50 {
    margin-top: 50px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-55 {
    margin-bottom: 55px !important;
  }

  .mt-sp-55 {
    margin-top: 55px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }

  .mt-sp-60 {
    margin-top: 60px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-65 {
    margin-bottom: 65px !important;
  }

  .mt-sp-65 {
    margin-top: 65px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }

  .mt-sp-70 {
    margin-top: 70px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-75 {
    margin-bottom: 75px !important;
  }

  .mt-sp-75 {
    margin-top: 75px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }

  .mt-sp-80 {
    margin-top: 80px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-85 {
    margin-bottom: 85px !important;
  }

  .mt-sp-85 {
    margin-top: 85px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }

  .mt-sp-90 {
    margin-top: 90px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-95 {
    margin-bottom: 95px !important;
  }

  .mt-sp-95 {
    margin-top: 95px !important;
  }
}
@media (max-width:680px) {
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }

  .mt-sp-100 {
    margin-top: 100px !important;
  }
}
.mb-xs {
  margin-bottom: 10px !important;
}

.mt-xs {
  margin-bottom: 10px !important;
}

.mb-s {
  margin-bottom: 20px !important;
}

.mt-s {
  margin-bottom: 20px !important;
}

.mb-m {
  margin-bottom: 40px !important;
}

.mt-m {
  margin-bottom: 40px !important;
}

.mb-l {
  margin-bottom: 60px !important;
}

.mt-l {
  margin-bottom: 60px !important;
}

.mb-xl {
  margin-bottom: 80px !important;
}

.mt-xl {
  margin-bottom: 80px !important;
}

@media (max-width:680px) {
  .mb-xs {
    margin-bottom: 10px !important;
  }

  .mt-xs {
    margin-bottom: 10px !important;
  }

  .mb-s {
    margin-bottom: 20px !important;
  }

  .mt-s {
    margin-bottom: 20px !important;
  }

  .mb-m {
    margin-bottom: 40px !important;
  }

  .mt-m {
    margin-bottom: 40px !important;
  }

  .mb-l {
    margin-bottom: 60px !important;
  }

  .mt-l {
    margin-bottom: 60px !important;
  }

  .mb-xl {
    margin-bottom: 80px !important;
  }

  .mt-xl {
    margin-bottom: 80px !important;
  }
}
.fz-ss {
  font-size: 0.625rem !important;
}

.fz-s {
  font-size: 0.75rem !important;
}

.fz-m {
  font-size: 0.875rem !important;
}

.fz-l {
  font-size: 1rem !important;
}

.fz-ll {
  font-size: 1.125rem !important;
}

.fw-bold {
  font-weight: bold !important;
}

.fw-normal {
  font-weight: normal !important;
}

.sp-break {
  display: inline;
}

@media (max-width:680px) {
  .sp-break {
    display: block;
  }
}
.pc-visible {
  display: block;
}

.sp-visible {
  display: none;
}

@media (max-width:680px) {
  .pc-visible {
    display: none;
  }

  .sp-visible {
    display: block;
  }
}
/*
-- Layout CSS
-------------------------------------------------- */
/*
-- plugin
--------------------------------------------------*/
/*
-- Module CSS
-------------------------------------------------- */
/*
-- section CSS
-------------------------------------------------- */
/*
-- Utility CSS
-------------------------------------------------- */